Fix gdb.events.inferior_call documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
fb5af5e3
TT
12018-09-10 Tom Tromey <tom@tromey.com>
2
3 PR python/18909:
4 * python.texi (Events In Python): Fix inferior_call
5 documentation.
6
521b499b
TT
72018-09-10 Tom Tromey <tom@tromey.com>
8
9 PR python/17752:
10 * python.texi (Frame Filter API): Remove period from subsection
11 title. Mention 100 as good default priority.
12 (Frame Decorator API): Remove period from subsection title.
13 Mention FrameDecorator module.
14
4a5a194a
TT
152018-09-10 Tom Tromey <tom@tromey.com>
16
17 PR python/23108:
18 * python.texi (Exception Handling): Rearrange gdb.GdbError text
19 and add a table.
20
f5a476a7
TT
212018-09-10 Tom Tromey <tom@tromey.com>
22
23 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
24 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
25 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
26 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
27
60c0454d
TT
282018-09-10 Tom Tromey <tom@tromey.com>
29
30 PR python/16484:
31 * python.texi (Frames In Python): Document that Frame.block can
32 throw.
33
088a96da
TT
342018-09-10 Tom Tromey <tom@tromey.com>
35
36 PR python/23487:
37 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
38
22eb9e92
TT
392018-09-10 Tom Tromey <tom@tromey.com>
40
41 PR python/16033:
42 * python.texi (Blocks In Python): Document that Block.end is
43 exclusive.
44
078a0207
KS
452018-08-29 Keith Seitz <keiths@redhat.com>
46
47 * gdb.texinfo (Compiling and injecting code in GDB): Document
48 set/show "compile-oracle" and "compile-cplus-types" commands.
49
6d52907e
JV
502018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
51
52 * gdb.texinfo (The -stack-list-frames Command): Update description
53 to mention "arch".
54 Update MI examples throughout the document to contain "arch" in
55 frame output.
56
1461bdac
AH
572018-08-21 Alan Hayward <alan.hayward@arm.com>
58
59 * gdb.texinfo (AArch64 SVE): New subsubsection.
60
26fb3983
JV
612018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
62
63 * gdb.texinfo (GDB/MI Data Manipulation): Document
64 "-data-disassemble -a addr".
65 (GDB/MI Support Commands): Document "data-disassemble-a-option"
66 feature.
67
7d11235d
SM
682018-08-07 Simon Marchi <simon.marchi@ericsson.com>
69
70 * gdb.texinfo (Index Files Speed Up GDB): Add section about
71 symbol index cache.
72
129eb0f1
SDJ
732018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
74
75 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
76 option sections to further clarify that gcore can take more
77 than one PID, and that "-o" is used to specify a prefix, not a
78 filename.
79
3c3bb058
AB
802018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.texinfo (Maintenance Commands): Add description of
83 maintenance command to control dwarf unwinders.
84
0a232300
PW
852018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
86
87 * gdb.texinfo (Debugging Programs with Multiple Threads):
88 Document changes to 'thread apply'. Document 'taas'.
89 Document 'tfaas'.
90 (Examining the Stack): Document 'frame apply'. Document 'faas'.
91
c7ab0aef
SDJ
922018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
93 Jan Kratochvil <jan.kratochvil@redhat.com>
94 Paul Fertser <fercerpav@gmail.com>
95 Tsutomu Seki <sekiriki@gmail.com>
96
97 * gdb.texinfo (Remote Connection Commands): Add explanation
98 about new IPv6 support. Add new connection prefixes.
99
055303e2
AB
1002018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.texinfo (Remote Configuration): Update descriptions for
103 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
104 and hardware-watchpoint-length-limit variables.
105
471b9d15
MR
1062018-07-02 Maciej W. Rozycki <macro@mips.com>
107
108 PR tdep/8282
109 * gdb.texinfo (Source and Machine Code): Document `set
110 disassembler-options' support for the MIPS target.
111
291f9a96
PT
1122018-06-28 Petr Tesarik <ptesarik@suse.cz>
113
114 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
115
ed6dfe51
PT
1162018-06-28 Petr Tesarik <ptesarik@suse.cz>
117
118 * gdb.texinfo (Files): The address argument for "add-symbol-file"
119 is no longer mandatory.
120
d4d429d5
PT
1212018-06-28 Petr Tesarik <ptesarik@suse.cz>
122
123 * gdb.texinfo (Files): Document "symbol-file -o offset".
124
0dbfed25
TV
1252018-06-14 Tom de Vries <tdevries@suse.de>
126
127 * gdb.texinfo (Background Execution): Add @cindex for '&'.
128
41fc26a2
EZ
1292018-06-11 Eli Zaretskii <eliz@gnu.org>
130
131 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
132
5045b3d7
GB
1332018-06-08 Gary Benson <gbenson@redhat.com>
134
135 * gdb.texinfo (Maintenance Commands): Document "maint check
136 libthread-db" and "maint set/show check-libthread-db".
137
eb6af809
TT
1382018-06-05 Tom Tromey <tom@tromey.com>
139
140 PR cli/12326:
141 * gdb.texinfo (Screen Size): Document "c" response to pagination
142 prompt.
143
4b2dfa9d
MR
1442018-05-31 Maciej W. Rozycki <macro@mips.com>
145
146 * gdb.texinfo (Choosing Target Byte Order): Document endianness
147 selection details with the `set endian auto' mode.
148
a913fffb
TT
1492018-05-04 Tom Tromey <tom@tromey.com>
150
151 PR python/22731:
152 * python.texi (Breakpoints In Python): Mention that "commands" is
153 writable.
154
0489430a
TT
1552018-05-02 Tom Tromey <tom@tromey.com>
156
157 PR python/20084:
158 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
159 PARAM_ZUINTEGER_UNLIMITED.
160
6d7bb824
TT
1612018-04-30 Tom Tromey <tom@tromey.com>
162
163 * python.texi (Types In Python): Document Type.align.
164
b744723f
AA
1652018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
166
167 * gdb.texinfo (Symbols): Mention the fact that "info
168 variables/functions/types" show source files and line numbers.
169
4a4495d6
MM
1702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
171
172 * gdb.texinfo: Document set/show record btrace cpu.
173
3fcded8f
JB
1742018-03-27 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.texinfo (Ada Settings): New subsubsection.
177
978d6c75
TT
1782018-03-26 Tom Tromey <tom@tromey.com>
179
180 PR backtrace/15582:
181 * gdb.texinfo (Backtrace): Mention "hide" argument.
182
ea3b0687
TT
1832018-03-26 Tom Tromey <tom@tromey.com>
184
185 * gdb.texinfo (Backtrace): Describe options individually.
186
76727919
TT
1872018-03-19 Tom Tromey <tom@tromey.com>
188
189 * observer.texi: Remove.
190
386a8676
JB
1912018-03-04 John Baldwin <jhb@FreeBSD.org>
192
193 * gdb.texinfo (Debugging Output): Document "set/show debug
194 fbsd-nat".
195
db1ae9c5
AB
1962018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * gdb.texinfo (Machine Code): Additional information about "info
199 line" command.
200
d726cb5d
SN
2012018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
202
203 * gdb.texinfo (gdb-add-index man): Add pindex.
204
dbfa4523
SN
2052018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
206
207 * gdb.texinfo (set cwd): Add period.
208 (gdb-add-index man): Move anchor.
209
ba643918
SDJ
2102017-01-12 Tom Tromey <tom@tromey.com>
211 Sergio Durigan Junior <sergiodj@redhat.com>
212
213 * gdb.texinfo (Index Files): Mention gdb-add-index.
214 (gdb-add-index man): New section.
215 * Makefile.in (gdb-add-index.1): New rule to generate manpage
216 from gdb.texinfo.
217
754452f0
SN
2182018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
219
220 * gdb.texinfo (pwd): Fix whitespace.
221
2d97a5d9
JB
2222018-01-09 John Baldwin <jhb@FreeBSD.org>
223
224 * gdb.texinfo (pwd): Update cross-reference for Process Information
225 node and remove explicit /proc reference.
226 (Native): Rename subsection from SVR4 Process Information to
227 Process Information.
228 (Process Information): Reword introduction to be less /proc
229 centric. Document support for "info proc" on FreeBSD.
230
9f757bf7
XR
2312018-01-03 Xavier Roirand <roirand@adacore.com>
232
233 * gdb.texinfo (Set Catchpoints): Add documentation for new
234 "catch handlers" action.
235
cef0f868
SH
2362017-12-27 Stafford Horne <shorne@gmail.com>
237
238 * gdb.texinfo (Target Description Format): Explain that arbitrary
239 strings are now allowed for register groups.
240
b67d92b0
SH
2412017-12-27 Stafford Horne <shorne@gmail.com>
242
243 * gdb.texinfo (Registers): Document info reg $reggroup feature.
244
7c161838
SDJ
2452017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
246
247 PR cli/16224
248 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
249
b89641ba
SM
2502017-12-13 Simon Marchi <simon.marchi@ericsson.com>
251
252 * python.texi (Manipulating breakpoints using Python): Document
253 qualified parameter to gdb.Breakpoint.
254
0b982d68
SM
2552017-12-13 Simon Marchi <simon.marchi@ericsson.com>
256
257 * python.texi (Manipulating breakpoints using Python): Split doc
258 of Breakpoint.__init__ in two, split text in multiple
259 paragraphs, don't nest parameter square brackets.
260
a994fec4
FJ
2612017-12-12 Stafford Horne <shorne@gmail.com>
262 Stefan Wallentowitz <stefan@wallentowitz.de>
263 Franck Jullien <franck.jullien@gmail.com>
264 Jeremy Bennett <jeremy.bennett@embecosm.com>
265
266 * gdb.texinfo: Add OpenRISC documentation.
267
437afbb8
JK
2682017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
271
883fd55a
KS
2722017-12-07 Keith Seitz <keiths@redhat.com>
273
274 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
275 and "show print type nested-type-limit".
276
824cc835
PM
2772017-12-07 Phil Muldoon <pmuldoon@redhat.com>
278
279 * python.texi (Breakpoints In Python): Add text relating
280 to allowed explicit locations and keywords in gdb.Breakpoints.
281
7403715e
TT
2822017-12-04 Tom Tromey <tom@tromey.com>
283
284 * gdb.texinfo (Rust): Update trait object status
285
97cbe998
SDJ
2862017-12-01 Andrew Cagney <cagney@redhat.com>
287 Joel Brobecker <brobecker@adacore.com>
288 Sergio Durigan Junior <sergiodj@redhat.com>
289
290 * gdb.texinfo (File Options): Document --readnever.
291 (Commands to Specify Files): Likewise, for 'symbol-file' and
292 'add-symbol-file'.
293
bd69330d
PA
2942017-11-29 Pedro Alves <palves@redhat.com>
295
296 PR c++/19436
297 * gdb.texinfo (Debugging C Plus Plus): Document setting
298 breakpoints in functions with ABI tags.
299
a20714ff
PA
3002017-11-29 Pedro Alves <palves@redhat.com>
301
302 * gdb.texinfo (Linespec Locations): Document how "function" is
303 interpreted in C++ and Ada. Document "-qualified".
304 (Explicit Locations): Document how "-function" is interpreted in
305 C++ and Ada. Document "-qualified".
306
ee9a09e9
DC
3072017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
308
309 PR gdb/21945
310 * gdb.texinfo (Search Memory): Update description and example
311 about how to search a string without NULL terminator.
312
e547c119
JB
3132017-11-24 Joel Brobecker <brobecker@adacore.com>
314
315 * gdb.texinfo (GDB/MI Ada Exception Information): Document
316 new "exception-message" field.
317
5f1ca24a
SM
3182017-11-24 Simon Marchi <simon.marchi@ericsson.com>
319
320 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
321
d044bac8
PA
3222017-11-24 Pedro Alves <palves@redhat.com>
323
324 * gdb.texinfo (Completion): Update need-quoting examples. Remove
325 false claim that GDB inserts quoting automatically.
326 (Symbols): Add anchor.
327
2400729e
UW
3282017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
329
330 * gdb.texinfo (Requirements): Document use of GNU MPFR.
331
d8ae99a7
PM
3322017-11-16 Phil Muldoon <pmuldoon@redhat.com>
333
334 * python.texi (Basic Python): Add rbreak documentation.
335
d0fe4701
XR
3362017-11-07 Xavier Roirand <roirand@adacore.com>
337 Pedro Alves <palves@redhat.com>
338
339 * gdb.texinfo (Set Breaks): Document support for breakpoint
340 location ranges in the enable/disable commands.
341
bc3b087d
SDJ
3422017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
343
344 * gdb.texinfo (Starting your Program) <The working directory.>:
345 Mention remote debugging.
346 (Working Directory) <Your Program's Working Directory>:
347 Likewise.
348 (Connecting) <Remote Packet>: Add "set-working-dir"
349 and "QSetWorkingDir" to the table.
350 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
351 packet.
352
d092c5a2
SDJ
3532017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
354
355 * gdb.texinfo (Starting your Program) <The working directory.>:
356 Mention new "set cwd" command.
357 (Working Directory) <Your Program's Working Directory>:
358 Rephrase to explain that "set cwd" exists and is the default
359 way to change the inferior's cwd.
360
289e23aa
AA
3612017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
362
363 * gdb.texinfo (S/390 and System z Features): Document the new
364 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
365
f2ff95c5
KB
3662017-09-21 Kevin Buettner <kevinb@redhat.com>
367
368 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
369 attribute.
370
da2c323b
KB
3712017-09-21 Kevin Buettner <kevinb@redhat.com>
372
373 * python.texi (Inferiors In Python): Add description for method
374 Inferior.thread_from_thread_handle.
375
4e5a4f58
JB
3762017-09-19 John Baldwin <jhb@FreeBSD.org>
377
378 * gdb.texinfo (Starting your Program): Add description of
379 starti command. Mention starti command as an alternative for
380 debugging the elaboration phase.
381
1526853e
SM
3822017-09-16 Simon Marchi <simon.marchi@ericsson.com>
383
384 * gdb.texinfo (Maintenance Commands): Document filter parameter
385 of "maint selftest". Document "maint info selftests" command.
386
7c96f8c1
TT
3872017-09-11 Tom Tromey <tom@tromey.com>
388
389 * python.texi (Events In Python): Document new events.
390
d69cf9b2
PA
3912017-09-04 Pedro Alves <palves@redhat.com>
392
393 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
394 no-debug-info variables.
395 (Symbols) <Examining the Symbol Table>: Document inspecting
396 no-debug-info types.
397 (Calling) <Calling functions with no debug info>: New subsection,
398 documenting calling no-debug-info functions.
399 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
400
0a2dde4a
SDJ
4012017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
402
403 * gdb.texinfo (set environment): Add @anchor. Explain that
404 environment variables set by the user are sent to GDBserver.
405 (unset environment): Likewise, but for unsetting variables.
406 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
407 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
408 "environment-reset" and "QEnvironmentReset" to the table.
409 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
410 QEnvironmentReset>: New item, explaining the packet.
411
6e41ddec
JK
4122017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
415 "Compiler search for the compile command" descriptions of set
416 compile-gcc and show compile-gcc.
417
58afddc6
WP
4182017-08-07 Weimin Pan <weimin.pan@oracle.com>
419
420 * gdb.texinfo (Architectures): Add new Sparc64 section to document
421 ADI support.
422 * NEWS: Add "adi examine" and "adi assign" commands.
423
6d580b63
YQ
4242017-08-18 Yao Qi <yao.qi@linaro.org>
425
426 * gdb.texinfo (Server): Document "--selftest".
427
a5afdb16
RK
4282017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
429
430 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
431 Single-Key mode.
432
ca145713
SDJ
4332017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
434
435 PR gdb/21925
436 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
437 set...").
438
0968fbae
SM
4392017-08-09 Simon Marchi <simon.marchi@ericsson.com>
440
441 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
442 conditional expression.
443
791fb3d7
SM
4442017-07-31 Simon Marchi <simon.marchi@ericsson.com>
445
446 * agentexpr.texi (rot): Fix symbolic description, improve
447 textual description.
448
27d41eac
YQ
4492017-07-26 Yao Qi <yao.qi@linaro.org>
450
451 * gdb.texinfo (Maintenance Commands): Document command
452 "maint check xml-descriptions".
453
8e2141c6
YQ
4542017-07-26 Yao Qi <yao.qi@linaro.org>
455
456 * gdb.texinfo (Maintenance Commands): Document optional
457 argument of "maint print c-tdesc".
458
c646b4e8
YQ
4592017-07-18 Yao Qi <yao.qi@linaro.org>
460
461 * gdb.texinfo (Maintenance Commands): Improve the doc to
462 command "maint print c-tdesc".
463
eb83230b
SDJ
4642017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
465
466 PR gdb/21606
467 * python.texi (Python representation of Symbols.): Replace
468 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
469 * guile.texi (Guile representation of Symbols.): Likewise.
470
c4dcb155
SM
4712017-06-11 Simon Marchi <simon.marchi@ericsson.com>
472
473 * gdb.texinfo (Optional Messages about Internal Happenings):
474 Document {set,show} debug separate-debug-file commands.
475
aefd8b33
SDJ
4762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
477
478 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
479 (Connecting) <Remote Packet>: Add "startup-with-shell"
480 and "QStartupWithShell" to the table.
481 (Remote Protocol) <QStartupWithShell>: New item, explaining the
482 packet.
483
176efed1
AB
4842017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
487
d050f7d7
TW
4882017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
489
490 * python.texi (Recording in Python): Factor out the documentation of
491 gdb.RecordInstruction's super class.
492
14f819c8
TW
4932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
494
495 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
496 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
497 prev and next.
498
0ed5da75
TW
4992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
500
501 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
502 gdb.RecordInstruction
503
913aeadd
TW
5042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
505
506 * python.texi (Recording in Python): Add documentation for
507 gdb.RecordGap and remove documentation of special cases for
508 gdb.BtraceInstruction.
509
a3be24ad
TW
5102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
511
512 * python.texi (Recording in Python): Remove Record.ptid defvar.
513
ebe553db
SM
5142017-04-21 Simon Marchi <simon.marchi@ericsson.com>
515
516 * gdb.texinfo (GDB/MI Thread Information): Add missing
517 fields, re-word some things.
518 (GDB/MI Thread Commands): Describe fields found in the output of
519 -thread-info, remove description of fields in the
520 thread output tuple, replace with a cross-reference to "GDB/MI
521 Thread Information".
522
9be21bb4
SM
5232017-04-21 Simon Marchi <simon.marchi@ericsson.com>
524
525 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
526 from -thread-info output.
527
fe5f7374
AK
5282017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
529
530 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
531
eea78757
AK
5322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
533
534 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
535
79778b30
YQ
5362017-03-22 Yao Qi <yao.qi@linaro.org>
537
538 * python.texi (Inferiors In Python): Remove @code from Python.
539
cee59b3f
TW
5402017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
541
542 * python.texi (Recordings In Python): Document return type of
543 gdb.BtraceInstruction.data.
544
51457a05
MAL
5452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
546
547 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
548 command file-list-shared-libraries
549 (GDB/MI Async Records): Update documentation of library-loaded with new
550 field.
551
f8d99587
DE
5522017-03-16 Doug Evans <dje@google.com>
553
554 * guile.texi (Lazy Strings In Guile): Mention arrays.
555 * python.texi (Lazy Strings In Python): Ditto.
556
5cf70512
JW
5572017-03-08 Jiong Wang <jiong.wang@arm.com>
558
559 * gdb.texinfo (Memory Protection Extensions): Add missing escape
560 character "@".
561
4a612d6f
WT
5622017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
563
564 * Memory Protection Extensions: Add information about inferior
565 calls.
566
216f72a1
JK
5672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
570 DW_TAG_GNU_* and DW_AT_GNU_*.
571
4e746bb6
TW
5722017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
573
574 * python.texi (Recordings In Python): New section.
575
3f77c769
TT
5762017-02-14 Tom Tromey <tom@tromey.com>
577
578 PR python/13598:
579 * python.texi (Events In Python): Document events.before_prompt.
580
5cf30ebf
LM
5812017-02-13 Luis Machado <lgustavo@codesourcery.com>
582
583 * gdb.texinfo (Target Commands): Document the optional offset
584 argument for the load command.
585
18da0c51
MG
5862017-02-10 Martin Galvan <martingalvan@sourceware.org>
587
588 PR gdb/21122
589 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
590 space-separated breakpoint lists. Also add a missing @table command
591 and @cindex for breakpoint lists.
592
3f7b46f2
IR
5932017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
594
595 PR tdep/20936
596 * gdb.texinfo: (Standard Target Features): Document SPARC features.
597 (Sparc Features): New node.
598
2735833d
WT
5992017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
600
601 * gdb.texinfo (i386 Features): Add system segment registers
602 as feature.
603
373832b6
SM
6042017-01-24 Simon Marchi <simon.marchi@ericsson.com>
605
606 * python.texi (Events In Python): Fix typo.
607
78cbbba8
LM
6082017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
609 Luis Machado <lgustavo@codesourcery.com>
610
611 * gdb.texinfo (-target-flash-erase): New MI command description.
612 (flash-erase): New CLI command description.
613
387360da
JB
6142017-01-04 John Baldwin <jhb@FreeBSD.org>
615
616 * gdb.texinfo (Contributors): Add SRI International and University
617 of Cambridge for FreeBSD/mips.
618
34c41c68
DE
6192016-12-22 Doug Evans <xdje42@gmail.com>
620
621 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
622 commands.
623
df3ee9ca
PA
6242016-12-02 Pedro Alves <palves@redhat.com>
625
626 * gdb.texinfo (User-defined Commands): Limit on number of
627 arguments passed to user-defined commands removed; update.
628
01770bbd
PA
6292016-12-02 Pedro Alves <palves@redhat.com>
630
631 PR cli/20559
632 * gdb.texinfo (Define): Add example of using "eval" to process a
633 variable number of arguments.
634 (Output) <eval>: Add anchor.
635
ad02e4fe
SM
6362016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
637
638 * Makefile.in: Likewise.
639
8504e097
AA
6402016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
641
642 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
643 xref.
644
39402e6c
PA
6452016-10-29 Pedro Alves <palves@redhat.com>
646
647 * gdb.texinfo (Packets) <vCont>: Remove mention of default
648 actions.
649
ca6eff59
PA
6502016-10-26 Pedro Alves <palves@redhat.com>
651
652 * gdb.texinfo (Packets): Clarify vCont packets with multiple
653 actions that match a thread, and what happens when an action
654 matches a thread that is already running.
655
be06ba8c
SM
6562016-10-14 Simon Marchi <simon.marchi@ericsson.com>
657
658 * gdb.texinfo (Using Trace Files): Fix typo.
659 (GDB/MI Tracepoint Commands): Likewise.
660
99e61eda
SM
6612016-10-14 Simon Marchi <simon.marchi@ericsson.com>
662
663 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
664 of -trace-save.
665
9c37b5ae
TT
6662016-10-06 Tom Tromey <tom@tromey.com>
667
668 * guile.texi (Types In Guile): Remove Java mentions.
669 * python.texi (Types In Python): Remove Java mentions.
670 * gdb.texinfo (Address Locations, Supported Languages)
671 (Index Section Format): Remove Java mentions.
672
ee8da4b8
DE
6732016-08-15 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Target Description Format): Update docs on "end"
676 field spec and field default type.
677
4034d0ff
AT
6782016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6792016-10-03 Simon Marchi <simon.marchi@ericsson.com>
680
681 PR gdb/20487
682 * gdb.texinfo (Context management): Update mention of frame
683 change notifications.
684 (gdb/mi Async Records): Document frame field in
685 =thread-select event.
686 * observer.texi (GDB Observers): New user_selected_context_changed
687 observer.
688
4435e1cc
TT
6892016-09-28 Tom Tromey <tom@tromey.com>
690
691 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
692 than "memory breakpoint". Further document "kind". Move
693 protocol-details link earlier.
694 <z1>: Document the cmd_list argument. Fix typo.
695 <g>: Remove incorrect sentence.
696 (Stop Reply Packets): Document "OK" response to requests when in
697 non-stop mode.
698 <swbreak>: Use "software breakpoint" rather than "memory
699 breakpoint".
700 <create>: Document that "R" is ignored.
701 <W, X, w>: Document formatting of "AA".
702 (Notification Packets): Use "%Stop", not "%%Stop".
703
ad0a504f
AK
7042016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
705
706 * gdb.texinfo (Embedded Processors): Document ARC.
707 (Synopsys ARC): New section.
708 (Standard Target Features): Document ARC features.
709 (ARC Features): New section.
710
74172ecf
SM
7112016-09-21 Simon Marchi <simon.marchi@ericsson.com>
712
713 * .gitignore: New file.
714
0a1ddfa6
SM
7152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
716
717 * gdb.texinfo (Input/Output): Mention possibility to unset
718 inferior-tty.
719
c0272db5
TW
7202016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
721
722 * gdb.texinfo: Resume btrace on reconnect.
723
e3487908
GKB
7242016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
725
726 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
727 syscall.
728
463888ab
РИ
7292016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
730
731 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
732 command.
733
dac790e1
TT
7342016-07-13 Tom Tromey <tom@tromey.com>
735
736 PR python/15620, PR python/18620:
737 * python.texi (Events In Python): Document new breakpoint events.
738
93daf339
TT
7392016-07-13 Tom Tromey <tom@tromey.com>
740
741 PR python/17698:
742 * python.texi (Breakpoints In Python): Document
743 Breakpoint.pending.
744
cda75e70
TT
7452016-07-13 Tom Tromey <tom@tromey.com>
746
747 * python.texi (Breakpoints In Python): Move table of types and
748 table of watchpoint types earlier in node.
749
e0f3fd7c
TT
7502016-07-12 Tom Tromey <tom@tromey.com>
751
752 PR python/19293:
753 * python.texi (Frames In Python): Document
754 gdb.invalidate_cached_frames.
755
86f78169
PA
7562016-06-21 Pedro Alves <palves@redhat.com>
757
758 * gdb.texinfo (Interpreters): Update intepreter-exec section,
759 document new-ui and explain use case.
760
a28d8e50
YTL
7612016-06-17 Yan-Ting Lin <currygt52@gmail.com>
762
763 * gdb.texinfo (Standard Target Features): Document NDS32 features.
764 (NDS32 Features): New Section.
765
bb556f1f
TK
7662016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
767
768 * gdb.texinfo (Examining Memory): Document negative repeat
769 count in the 'x' command.
770
38b022b4
SM
7712016-06-06 Simon Marchi <simon.marchi@ericsson.com>
772
773 * gdb.texinfo (GDB/MI Async Records): Document method and
774 format fields in =record-started.
775 * observer.texi (record_changed): Add method and format
776 parameters.
777
c185ba27
EZ
7782016-05-27 Eli Zaretskii <eliz@gnu.org>
779
780 * gdb.texinfo (General Query Packets): Move the description of the
781 response before the long list of the specific 'read' and 'write'
782 requests.
783
1957f6b8
TT
7842016-05-23 Tom Tromey <tom@tromey.com>
785
786 * python.texi (Basic Python): Document gdb.breakpoints return.
787
224f10c1
TT
7882016-05-24 Tom Tromey <tom@tromey.com>
789
790 PR gdb/19194:
791 * gdb.texinfo (gdb man): Fix typo.
792
0bdfa368
TT
7932016-05-17 Tom Tromey <tom@tromey.com>
794
795 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
796 (Rust): New node.
797
dcd1f979
TT
7982016-05-17 Tom Tromey <tom@tromey.com>
799
800 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
801
310cdbb6
YQ
8022016-04-27 Yao Qi <yao.qi@linaro.org>
803
804 * gdb.texinfo (tfind): Complete doc about tfind without
805 argument.
806
b8162e5a
AT
8072016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
808
809 * agentexpr.texi (byte): Fix zero_ext description.
810
f7c38292
PA
8112016-03-31 Pedro Alves <palves@redhat.com>
812
813 * gdb.texinfo (M32R/SDI): Delete node.
814 (MIPS Embedded): Remove references to the MIPS remote debugging
815 protocol, PMON and variants, and the associated commands.
816
81516450
DE
8172016-03-15 Doug Evans <dje@google.com>
818
819 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
820 (Target Description Format): Mention enum types. Update docs on
821 flags types.
822 (Predefined Target Types): Add "bool".
823 (Enum Target Types): New node.
824
2a60e18f
PA
8252016-03-15 Pedro Alves <palves@redhat.com>
826
827 * gdb.texinfo (Tracepoint Actions): Fix typo.
828
45fa2529
PA
8292016-03-15 Pedro Alves <palves@redhat.com>
830 Andreas Arnez <arnez@linux.vnet.ibm.com>
831 Marcin Kościelnicki <koriakin@0x04.net>
832
833 * gdb.texinfo (Tracepoint Actions): Document possible
834 unreliability of '$_ret'.
835
f2403c39
AB
8362016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.texinfo (Symbols): Document new 'maint info line-table'
839 command.
840
f2f3ccb9
SM
8412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
842
843 * gdb.texinfo (Convenience Functions): Document $_as_string.
844
cce0e923
DE
8452016-02-23 Doug Evans <dje@google.com>
846
847 * gdb.texinfo (Skipping Over Functions and Files): Document new
848 options to "skip" command. Update docs of output of "info skip".
849
012b3a21
WT
8502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
851
852 * gdb.texinfo (Signals): Add bound violation display hints for
853 a SIGSEGV.
854
0748bf3e
MK
8552016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
856
857 * gdb.texinfo (Trace File Format): Add documentation for description
858 section lines.
859
e909d859
MK
8602016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
861
862 * gdb.texinfo (Trace File Format): Remove misleading information
863 about register block ordering.
864
713cdcbf
DE
8652016-02-01 Doug Evans <dje@google.com>
866
867 * gdb.texinfo (Value Sizes): Fix typo.
868
8244c20d
DE
8692016-02-01 Doug Evans <dje@google.com>
870
871 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
872
5fdf6324
AB
8732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.texinfo (Value Sizes): New section.
876 (Data): Add the 'Value Sizes' node to the menu.
877
67ebd9cb
JB
8782016-01-26 John Baldwin <jhb@FreeBSD.org>
879
880 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
881
6e9567fe
JB
8822016-01-19 John Baldwin <jhb@FreeBSD.org>
883
884 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
885
f303dbd6
PA
8862016-01-18 Pedro Alves <palves@redhat.com>
887
888 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
889 of the thread that hit a breakpoint or received a signal.
890
71ef29a8
PA
8912016-01-15 Pedro Alves <palves@redhat.com>
892
893 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
894
663f6d42
PA
8952016-01-13 Pedro Alves <palves@redhat.com>
896
897 * gdb.texinfo (Threads): Document the $_gthread convenience
898 variable.
899 (Convenience Vars): Likewise.
900
c84f6bbf
PA
9012016-01-13 Pedro Alves <palves@redhat.com>
902
903 * gdb.texinfo (Threads): Document "info threads -gid".
904
22a02324
PA
9052016-01-13 Pedro Alves <palves@redhat.com>
906
907 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
908 anchor.
909 (Threads In Python): Document new InferiorThread.global_num
910 attribute.
911
5d5658a1
PA
9122016-01-07 Pedro Alves <palves@redhat.com>
913
914 * gdb.texinfo (Threads): Document per-inferior thread IDs,
915 qualified thread IDs, global thread IDs and thread ID lists.
916 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
917 thread IDs.
918 (Convenience Vars): Document the $_thread convenience variable.
919 (Ada Tasks): Adjust to refer to thread IDs.
920 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
921 Commands, GDB/MI Variable Objects): Update to mention global
922 thread IDs.
923 * guile.texi (Breakpoints In Guile)
924 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
925 global thread IDs instead of thread IDs.
926 * python.texi (Threads In Python): Adjust documentation of
927 InferiorThread.num.
928 (Breakpoint.thread): Mention global thread IDs instead of thread
929 IDs.
930
84654457
PA
9312016-01-13 Pedro Alves <palves@redhat.com>
932
933 * python.texi (Threads In Python): Document
934 InferiorThread.inferior.
935
e3940304
PA
9362016-01-13 Pedro Alves <palves@redhat.com>
937
938 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
939 convenience variable.
940 (Convenience Vars): Likewise.
941
82075af2
JS
9422016-01-12 Josh Stone <jistone@redhat.com>
943 Philippe Waroquiers <philippe.waroquiers@skynet.be>
944
945 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
946 (Stop Reply Packets): List the syscall entry and return stop reasons.
947 (General Query Packets): Describe QCatchSyscalls, and add it to the
948 table and the detailed list of stub features.
949
bc504a31
PA
9502016-01-12 Pedro Alves <palves@redhat.com>
951
952 Remove use of the registered trademark symbol throughout.
953
cde67b27
YQ
9542016-01-12 Yao Qi <yao.qi@linaro.org>
955
956 * gdb.texinfo (Interrupts): Update the document on handling
957 interrupt when program is stopped.
958
19d9d4ef
DB
9592015-12-11 Don Breazeal <donb@codesourcery.com>
960
961 * gdb.texinfo (Forks): Correct Linux kernel version where
962 fork and exec events are supported, add notes about support
963 of these events in target remote mode.
964 (Connecting): Reorganize and clarify distinctions between
965 target remote, extended-remote, and multiprocess.
966 Reorganize related text from separate sections into new
967 sections.
968 (Server): Note effects of target extended-remote mode.
969 Delete section on Multi-Process Mode for gdbserver.
970 Move some text to "Connecting" node.
971
f4f4330e
PA
9722015-12-10 Pedro Alves <palves@redhat.com>
973
974 * gdb.texinfo (Threads): Replace warning with explanation
975 about single-threaded programs.
976
b1236ac3
PA
9772015-12-10 Pedro Alves <palves@redhat.com>
978
979 * gdb.texinfo (Threads): Remove mention of SGI.
980 (Forks): Remove mention of HP-UX.
981 (Breakpoints): Remove mention of HP-UX.
982 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
983 Reword in terms of architectures.
984 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
985 mention supported systems.
986 (Convenience Vars): Don't mention HP-UX.
987 (Jumping): Remove mention of HP-UX in comment.
988 (Files) <shared libraries>: Update supported shared library types
989 list. Remove mention of HP-UX.
990 (Native): Remove HP-UX subsection.
991 (SVR4 Process Information): Remove mention of HP-UX.
992
0f59c28f
PA
9932015-12-10 Pedro Alves <palves@redhat.com>
994
995 * gdb.texinfo (Stack): Reorder menu.
996
1c35a88f
LM
9972015-12-09 Luis Machado <lgustavo@codesourcery.com>
998
999 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1000 -var-set-format's new zero-hexadecimal format.
1001
3685b09f
PMR
10022015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1003
1004 * gdb.texinfo (Ada Mode Into): Move overloading support
1005 description to its own node.
1006 (Overloading support for Ada): New node.
1007
f2faf941
PA
10082015-11-30 Pedro Alves <palves@redhat.com>
1009
1010 PR 14618
1011 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1012 (Remote Configuration): Add the "set/show remote
1013 no-resumed-stop-reply" to the available settings table.
1014 (General Query Packets): Document the "no-resumed" qSupported
1015 feature.
1016
65706a29
PA
10172015-11-30 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.texinfo (Remote Configuration): List "set/show remote
1020 thread-events" command in configuration table.
1021 (Stop Reply Packets): Document "T05 create" stop
1022 reason and 'w' stop reply.
1023 (General Query Packets): Document QThreadEvents packet. Document
1024 QThreadEvents qSupported feature.
1025
de979965
PA
10262015-11-30 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1029 anchor.
1030 (Packets): Document vCtrlC.
1031
79efa585
SM
10322015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1033
1034 * gdb.texinfo (Thread List Format): Mention thread names.
1035
7e0aa6aa
PA
10362015-11-24 Pedro Alves <palves@redhat.com>
1037
1038 PR 17539
1039 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1040 program-spaces" example to ascending order listing.
1041 (Threads): Adjust "info threads" example to ascending order
1042 listing.
1043 (Forks): Adjust "info inferiors" example to ascending order
1044 listing.
1045
0c532a29
MM
10462015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1047
1048 * gdb.texinfo (Process Record and Replay): Document "record
1049 instruction-history" modifiers.
1050
fc58fa65
AB
10512015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1054 description.
1055 (Frame Filter Management): Move to later in the 'Examining the
1056 Stack' chapter.
1057 (Selection): Add entry for 'select-frame'.
1058
792005b0
DE
10592015-09-25 Doug Evans <dje@google.com>
1060
1061 * gdb.texinfo (Process Record and Replay): Fix syntax of
1062 "record instruction-history begin, end" and
1063 "record function-call-history begin, end".
1064
c58b006b
SM
10652015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1066
1067 * gdb.texinfo (Specifying Source Directories): Fix
1068 substitute-path example.
1069
f2665db5
MM
10702015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1071
1072 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1073
e68fa6f0
PA
10742015-09-15 Pedro Alves <palves@redhat.com>
1075
1076 PR remote/18965
1077 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1078 the vforkdone description.
1079
8228463c
PA
10802015-09-15 Pedro Alves <palves@redhat.com>
1081
1082 PR remote/18965
1083 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1084 part indicates the thread ID of the parent process.
1085
750ce8d1
YQ
10862015-09-15 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.texinfo (General Query Packets): Add vContSupported to
1089 tables of 'gdbfeatures' and 'stub features' supported in the
1090 qSupported packet, as well as to the list containing stub
1091 feature details.
1092
b459a59b
DB
10932015-09-11 Don Breazeal <donb@codesourcery.com>
1094
1095 * gdb.texinfo (Remote Configuration): Add exec event
1096 feature to table of packet settings.
1097 (Stop Reply Packets): Add exec events to the list of stop
1098 reasons.
1099 (General Query Packets): Add exec events to tables of
1100 'gdbfeatures' and 'stub features' supported in the qSupported
1101 packet, as well as to the list containing stub feature
1102 details.
1103
73b8c1fd
PA
11042015-08-24 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.texinfo (Remote Configuration): Document the "set/show
1107 remote multiprocess-extensions-packet" commands.
1108
bb615428
PA
11092015-08-24 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1112 <M32R>: Remove references to M32R/D.
1113 <M68K>: Remove references to target dbug.
1114 <MIPS Embedded>: Remove references to target r3900 and target
1115 array.
1116 <PowerPC Embedded>: Remove references to target dink32 and target
1117 ppcbug, target sds
1118 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1119
2b4bf6af
AB
11202015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1123
566f5e3b
AB
11242015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1127
18989b3c
AB
11282015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1131 info bfds" to...
1132 (File Caching): A New section. Outline bfd caching, and add new
1133 description for "main set/show bfd-sharing".
1134
6ff0ba5f
DE
11352015-08-14 Doug Evans <xdje42@gmail.com>
1136
1137 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1138 disassembly.
1139 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1140
629500fa
KS
11412015-08-11 Keith Seitz <keiths@redhat.com>
1142
1143 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1144 Use "location(s)"instead of "linespec(s)".
1145 (Specifying a Location): Rewrite.
1146 Add subsections describing linespec, address, and explicit locations.
1147 Add node/menu for each subsection.
1148 (Source and Machine Code, C Preprocessor Macros)
1149 (Create and Delete Trace points)
1150 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1151 (Continuing at a Different Address): Remove "linespec" examples.
1152 Add reference to "Specify a Location"
1153 (The -break-insert Command): Rewrite. Add anchor.
1154 Add reference to appropriate manual section discussing locations.
1155 (The -dprintf-insert Command): Refer to -break-insert for
1156 specification of 'location'.
1157
fbea99ea
PA
11582015-08-07 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1161 target-non-stop".
1162
da8c46d2
MM
11632015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1164
1165 * gdb.texinfo (Process Record and Replay): Document prefixing of
1166 speculatively executed instructions in the "record instruction-history"
1167 command.
1168
a3b5281e
DE
11692015-07-20 Doug Evans <dje@google.com>
1170
1171 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1172
6bcb1f97
DE
11732015-07-16 Doug Evans <dje@google.com>
1174
1175 * stabs.texinfo: @include gdb-cfg.texi.
1176
db1ff28b
JK
11772015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 Revert the previous 2 commits:
1180 gdbserver build-id attribute generator
1181 Validate symbol file using build-id
1182
ca5268b6
JK
11832015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdb.texinfo (Files): Add 'set validate-build-id'
1186 and 'show validate-build-id'.
1187
700ca40f
JK
11882015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1189 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 gdbserver build-id attribute generator.
1192 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1193 'build-id' in description, example, new attribute in dtd.
1194
7c7f93f6
AB
11952015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.texinfo (Selection): Update documentation for 'frame'
1198 command.
1199
b0627500
MM
12002015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1201
72f4393d 1202 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1203 commands.
1204
b20a6524
MM
12052015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1206
1207 * gdb.texinfo (Process Record and Replay): Spell out that variables
1208 and registers are not available during btrace replay.
1209 Describe the new "record btrace pt" command.
1210 Describe the new "set|show record btrace pt buffer-size" options.
1211 (General Query Packets): Describe the new Qbtrace:pt and
1212 Qbtrace-conf:pt:size packets.
1213 Expand "bts" to "Branch Trace Store".
1214 Update the branch trace DTD.
1215
fc637f04
PP
12162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1217
1218 * gdb.texinfo (Command History): Document the new option
1219 "history remove-duplicates".
1220
18a94d75
DE
12212015-06-19 Doug Evans <dje@google.com>
1222
1223 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1224 longer supported.
1225
0eacb298
PP
12262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1227
1228 * gdb.texinfo (Command History): Mention that setting
1229 GDBHISTSIZE to the empty string disables history truncation.
1230
bc460514
PP
12312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1232
1233 PR gdb/16999
1234 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1235 behavior.
1236
b58c513b
PP
12372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1238
1239 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1240 with GDBHISTSIZE.
1241
a86c90e6
SM
12422015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1243
1244 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1245 bytes and memory units for -data-{read,write}-memory-bytes.
1246 (Packets): Same for m, M and X packets.
1247 * python.texi (Inferiors In Python): Same for read_memory and
1248 write_memory.
1249
c74f7d1c
JT
12502015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1251
1252 * gdb.texinfo (Separate Debug Files): Document that PE is also
1253 supported.
1254
51f0e40d
AB
12552015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1258 single table entry.
1259
966f0aef
WT
12602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1261
1262 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1263
1264
15a201c8
GB
12652015-06-10 Gary Benson <gbenson@redhat.com>
1266
1267 * gdb.texinfo (Remote Configuration): Document the
1268 "set/show remote hostio-setfs-packet" command.
1269 (Host I/O Packets): Document the vFile:setfs packet.
1270
7a6a1731
GB
12712015-06-10 Gary Benson <gbenson@redhat.com>
1272
1273 * gdb.texinfo (Debugging Output): Document the "set/show debug
1274 linux-namespaces" command.
1275
7d73c23c 12762015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1277 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1278
1279 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1280 and "set mpx bound".
1281
27e0867f
DE
12822015-05-27 Doug Evans <dje@google.com>
1283
1284 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1285
b4f54984
DE
12862015-05-26 Doug Evans <dje@google.com>
1287
1288 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1289 command renamings.
1290 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1291
55b40027
AB
12922015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1295
a4ea0946
AB
12962015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1299 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1300
37442ce1
DE
13012015-05-16 Doug Evans <xdje42@gmail.com>
1302
1303 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1304 memory ports.
1305
36de76f9
JK
13062015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1307
1308 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1309
0d71eef5
DB
13102015-05-12 Don Breazeal <donb@codesourcery.com>
1311
1312 * gdb.texinfo (Forks): Note that fork debugging is
1313 supported in extended mode.
1314 (Remote Configuration): Add fork event features to table
1315 of packet settings.
1316 (Stop Reply Packets): Add fork events to list of stop reasons.
1317 (General Query Packets): Add fork events to tables of
1318 'gdbfeatures' and 'stub features' supported in the qSupported
1319 packet, as well as to the list containing stub feature
1320 details.
1321
835205d0
GB
13222015-05-12 Gary Benson <gbenson@redhat.com>
1323
1324 * gdb.texinfo (General Query Packets): Document
1325 qXfer:exec-file:read with empty annex.
1326
4c082a81
SC
13272015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1328
1329 * python.texi (Values From Inferior): Add descriptions of new
1330 methods gdb.Value.reference_value and gdb.Value.const_value.
1331
b30a0bc3
JB
13322015-05-06 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.texinfo (Files): Add "info dll" documentation.
1335 (Cygwin Native): Remove "info dll" documentation.
1336
2ce1cdbf
DE
13372015-04-29 Doug Evans <dje@google.com>
1338
1339 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1340 Document.
1341 (Writing an Xmethod): Add get_result_type to example.
1342
59fb7612
SS
13432015-04-28 Sasha Smundak <asmundak@google.com>
1344
1345 * python.texi: New method documented.
1346
cf75d6c3
AB
13472015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1348
1349 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1350 format.
1351
897c3d32
DE
13522015-04-24 Doug Evans <dje@google.com>
1353
1354 * python.texi (Xmethods In Python): Fix name of method to call the
1355 xmethod.
1356
1b6e6f5c
GB
13572015-04-17 Gary Benson <gbenson@redhat.com>
1358
1359 * gdb.texinfo (Connecting to a Remote Target): Mention that
1360 GDB can access program files from remote targets that support
1361 qXfer:exec-file:read and Host I/O packets.
1362
c78fa86a
GB
13632015-04-17 Gary Benson <gbenson@redhat.com>
1364
1365 * gdb.texinfo (Remote Configuration): Document the "set/show
1366 remote pid-to-exec-file-packet" command.
1367 (General Query Packets): Document the qXfer:exec-file:read
1368 qSupported features. Document the qXfer:exec-file:read packet.
1369
a9a5a3d1
GB
13702015-04-17 Gary Benson <gbenson@redhat.com>
1371
1372 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1373 applies to executable paths if supplied to GDB as absolute.
1374
4f45d445
JK
13752015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1376
1377 * gdb.texinfo (Mode Options): Remove -xdb.
1378
e7a8570f
JK
13792015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1380 Eli Zaretskii <eliz@gnu.org>
1381
72f4393d
L
1382 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1383 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1384 the compile command. New subsection Compiler search for the compile
1385 command.
1386
f2983cc3
AW
13872015-04-09 Andy Wingo <wingo@igalia.com>
1388
1389 * guile.texi (Frames In Guile): Describe frame-read-register.
1390
599bd15c
GB
13912015-04-02 Gary Benson <gbenson@redhat.com>
1392
1393 * gdb.texinfo (set sysroot): Document "target:".
1394
d11916aa
SS
13952015-04-01 Sasha Smundak <asmundak@google.com>
1396
1397 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1398 section.
1399
df8411da
SDJ
14002015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1401
1402 PR corefiles/16092
1403 * gdb.texinfo (gcore): Mention new command 'set
1404 use-coredump-filter'.
1405 (set use-coredump-filter): Document new command.
1406
d33279b3
AT
14072015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1408
1409 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1410 documentation, reorder the info os entries in alphabetical order.
1411
852f8402
SM
14122015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1413
1414 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1415 -data-write-memory-bytes.
1416
856e7dd6
PA
14172015-03-24 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1420 mention that threads may sometimes run unlocked.
1421
236af5e3
YG
14222015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1423
1424 * gdb.texinfo (Remote configuration): Document "set/show
1425 serial parity" command.
1426
464b0089
GB
14272015-03-18 Gary Benson <gbenson@redhat.com>
1428
1429 * gdb.texinfo (General Query Packets): Remove documentation
1430 for now-removed vFile:fstat qSupported features.
1431
0a93529c
GB
14322015-03-11 Gary Benson <gbenson@redhat.com>
1433
1434 * gdb.texinfo (Remote Configuration): Document the
1435 "set/show remote hostio-fstat-packet" command.
1436 (General Query Packets): Document the vFile:fstat
1437 qSupported features.
1438 (Host I/O Packets): Document the vFile:fstat packet.
1439
85642ba0
AW
14402015-03-11 Andy Wingo <wingo@igalia.com>
1441
1442 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1443
f7e6eed5
PA
14442015-03-04 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.texinfo (Remote Configuration): Document the "set/show
1447 remote swbreak-feature-packet" and "set/show remote
1448 hwbreak-feature-packet" commands.
1449 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1450 decription.
1451 (Stop Reply Packets): Document the swbreak and hwbreak stop
1452 reasons.
1453 (General Query Packets): Document the swbreak and hwbreak
1454 qSupported features.
1455 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1456
f873665f 14572015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1458
1459 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1460 under *stopped.
1461
9a284c97
DE
14622015-03-02 Doug Evans <xdje42@gmail.com>
1463
1464 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1465
446899e4
AA
14662015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1467
1468 * gdb.texinfo (S/390 and System z Features): Describe new feature
1469 "org.gnu.gdb.s390.vx".
1470
7ee67ee4
SDJ
14712015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1472
1473 PR gdb/18008
1474 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1475 demangler-warning): Fix typo ("problam").
1476
53cf2ee0
DT
14772015-02-19 David Taylor <dtaylor@emc.com>
1478
1479 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1480
3133f8c1
JM
14812015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1482
1483 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1484 point, DTrace'.
1485 (Static Probe Points): Modified to cover DTrace probes in addition
1486 to SystemTap probes. Also modified to cover the `enable probe'
1487 and `disable probe' commands.
1488
9aca2ff8
JM
14892015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1490
1491 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1492 `disable probe' commands.
1493
fa3f8d5a
DT
14942015-02-12 David Taylor <dtaylor@emc.com>
1495
1496 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1497 fields of the QTDV packet.
1498
d33501a5
MM
14992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1500
1501 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1502 (Process Record and Replay): Describe new set|show commands.
1503 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1504
f4abbc16
MM
15052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * gdb.texinfo (Process Record and Replay): Describe the "record
1508 btrace bts" command.
1509 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1510 (Branch Trace Configuration Format): New.
1511
cfb069a8
GB
15122015-01-31 Gary Benson <gbenson@redhat.com>
1513 Doug Evans <dje@google.com>
1514
1515 * gdb.texinfo (Command Completion): Document new
1516 "set/show max-completions" option.
1517
f57d2163
DE
15182015-01-31 Doug Evans <xdje42@gmail.com>
1519
1520 * gdb.texinfo (Symbols): Document new commands
1521 "maint print symbol-cache", "maint print symbol-cache-statistics",
1522 "maint flush-symbol-cache". Document new option
1523 "maint set symbol-cache-size".
1524
9f050062
DE
15252015-01-31 Doug Evans <xdje42@gmail.com>
1526
1527 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1528 distinguish script files vs inlined scripts.
1529 * python.texi (Python Auto-loading): Ditto.
1530
b6577aab
DE
15312015-01-30 Doug Evans <dje@google.com>
1532
1533 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1534 string if present.
1535
3a8b707a
DE
15362015-01-27 Doug Evans <dje@google.com>
1537
1538 * python.texi (Objfiles In Python): Document Objfile.username.
1539
1b549396
DE
15402015-01-27 Doug Evans <dje@google.com>
1541
1542 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1543 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1544
253828f1
JK
15452015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1548
bf555842
EZ
15492015-01-16 Eli Zaretskii <eliz@gnu.org>
1550
1551 * doc/gdb.texinfo (TUI Commands): Document the possible
1552 values of NAME argument to 'winheight' command. Explain the
1553 effect of 'tabset' setting better.
1554
439250fb
DE
15552015-01-11 Doug Evans <xdje42@gmail.com>
1556
1557 PR gdb/15830
1558 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1559 (Symbols): Ditto.
1560 (Maintenance Commands): Delete docs for "maint demangle".
1561
6bf6fd09
JB
15622014-12-31 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.texinfo (Files): Remove documentation of the
1565 "add-shared-symbol-files" and "assf" commands.
1566 (Cygwin Native): Remove documentation of the "dll-symbols"
1567 command.
1568
cc485e62
DE
15692014-12-17 Doug Evans <xdje42@gmail.com>
1570
1571 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1572
bb2ec1b3
TT
15732014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1574 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.texinfo (Altering): Update.
1577 (Compiling and Injecting Code): New node.
1578
6dddd6a5
DE
15792014-12-12 Doug Evans <dje@google.com>
1580
1581 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1582
f5b95c01
AA
15832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1584
1585 * gdb.texinfo: Document "maint print user-registers".
1586
a0be3e44
DE
15872014-12-08 Doug Evans <dje@google.com>
1588
1589 * python.texi (Objfiles In Python): Document Objfile.owner.
1590
86e4ed39
DE
15912014-12-04 Doug Evans <dje@google.com>
1592
1593 * python.texi (Objfiles In Python): Document
1594 Objfile.add_separate_debug_file.
1595
7c50a931
DE
15962014-12-04 Doug Evans <dje@google.com>
1597
1598 * python.texi (Objfiles In Python): Document Objfile.build_id.
1599
162078c8
NB
16002014-12-02 Nick Bull <nicholaspbull@gmail.com>
1601
1602 * python.texi (Events In Python): Document new events
1603 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1604 and RegisterChangedEvent.
1605
f10c5b19
JK
16062014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 Add add-auto-load-scripts-directory.
1609 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1610 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1611
413b59ae
JK
16122014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1613
1614 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1615 description typo.
1616
02be9a71
DE
16172014-10-30 Doug Evans <dje@google.com>
1618
1619 * python.texi (Progspaces In Python): Document ability to add
1620 random attributes to gdb.Progspace objects.
1621 (Objfiles In Python): Document ability to add random attributes to
1622 gdb.objfile objects.
1623
e5f8a7cc
PA
16242014-10-27 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1627 info on stepping and signal handlers.
1628 (Signals): Explain stepping and signal handlers. Add context
1629 index entry, and cross references.
1630
fab3a15d
SM
16312014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1632
1633 * python.texi (Breakpoints In Python): Add parenthesis after
1634 Breakpoint.delete. Clarify Breakpoint.enabled description so
1635 that it contains "disable".
1636
4ffbba72
DE
16372014-10-17 Doug Evans <dje@google.com>
1638
1639 * python.texi (Events In Python): Document clear_objfiles event.
1640
d096d8c1
DE
16412014-10-17 Doug Evans <dje@google.com>
1642
1643 * python.texi (Objfiles In Python): Document new progspace attribute.
1644
32a8097b
PA
16452014-10-17 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1648 (SVR4 Process Information): Delete mention of OSF/1.
1649
2ddf4301
SM
16502014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1651
1652 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1653 exit-code field in -list-thread-groups output.
1654
342cc091
JBG
16552014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1656
1657 * gdb.texinfo (Set Breaks): Add missing "@end table".
1658
a25a5a45
PA
16592014-09-22 Pedro Alves <palves@redhat.com>
1660
1661 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1662 always-inserted off" is the default mode now. Delete
1663 documentation of "set breakpoint always-inserted auto".
1664
2b4fd423
DE
16652014-09-18 Doug Evans <dje@google.com>
1666
1667 * python.texi (Symbol Tables In Python): Document "producer"
1668 attribute of gdb.Symtab objects.
1669
deb8ff2b
PA
16702014-09-16 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1673 (Embedded OS): Remove VxWorks menu entry.
1674 (VxWorks): Remove node.
1675
81219e53
DE
16762014-09-13 Doug Evans <xdje42@gmail.com>
1677
1678 * gdb.texinfo (Signaling): Document new queue-signal command.
1679
faa42425
DE
16802014-09-06 Doug Evans <xdje42@gmail.com>
1681
1682 PR 15276
1683 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1684 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1685
1a6a384b
JL
16862014-09-03 Justin Lebar <jlebar@google.com>
1687
1688 * python.texi (Types In Python): Type.template_argument(n) returns a
1689 gdb.Value or a gdb.Type and throws an exception if n is out of
1690 range.
1691
5f3b99cf
SS
16922014-09-03 Sasha Smundak <asmundak@google.com>
1693
1694 * python.texi (Frames in Python): Add read_register description.
1695
3cecbbbe
TT
16962014-08-04 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Debugging Output): Update for change to "set debug
1699 target".
1700
90debf20
MM
17012014-08-01 Masaki Muranaka <monaka@monami-software.com>
1702
1703 Pushed by Joel Brobecker <brobecker@adacore.com>.
1704 * Makefile.in (transform): New variable.
1705 (install-man1, install-man5): Apply $(transform) to man file names.
1706
ee7333ae
DE
17072014-07-26 Doug Evans <xdje42@gmail.com>
1708
1709 PR guile/17177
1710 * guile.texi (Guile Pretty Printing API): Fix typo.
1711 Document set-pretty-printers!, pretty-printers.
1712 (Selecting Guile Pretty-Printers): Update.
1713 Mention program-space based pretty-printers.
1714
70509625
PA
17152014-07-25 Pedro Alves <palves@redhat.com>
1716 Eli Zaretskii <eliz@gnu.org>
1717
1718 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1719 with multi-threaded programs.
1720
b67a2c6f
YQ
17212014-06-27 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.texinfo (Maintenance Commands): Update the output of
1724 'maint print dummy-frames' command.
1725
f179cf97
EZ
17262014-06-24 Eli Zaretskii <eliz@gnu.org>
1727
1728 * gdb.texinfo (Screen Size): Improve indexing.
1729
992c7d70
GB
17302014-06-19 Gary Benson <gbenson@redhat.com>
1731
1732 * gdb.texinfo (Maintenance Commands): Document new
1733 "maint set/show catch-demangler-crashes" option.
1734
57fcfb1b
GB
17352014-06-19 Gary Benson <gbenson@redhat.com>
1736
1737 * gdb.texinfo (Maintenance Commands): Document new
1738 "maint demangler-warning" command and new
1739 "maint set/show demangler-warning" option.
1740
dd5d5494
SC
17412014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1742
1743 * python.texi (Xmethod API): Add space before the opening
1744 parenthesis in function descriptions.
1745
25326a28 17462014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1747
1748 * guile.texi (Guile Configuration): Document guile-data-directory.
1749
0a770bb2 17502014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1751
1752 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1753
16f691fb
DE
17542014-06-04 Doug Evans <xdje42@gmail.com>
1755
1756 * guile.texi (Breakpoints In Guile): Update.
1757
1e47491b
JB
17582014-06-03 Joel Brobecker <brobecker@adacore.com>
1759
1760 * python.texi (Xmethod API): Fix reference to "Progspaces In
1761 Python".
1762
0c6e92a5
SC
17632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1764
1765 * python.texi (Xmethods In Python, XMethod API)
1766 (Writing an Xmethod): New nodes.
1767 (Python API): New menu entries "Xmethods In Python",
1768 "Xmethod API", "Writing an Xmethod".
1769
06eb1586
DE
17702014-06-02 Doug Evans <xdje42@gmail.com>
1771
1772 * guile.texi (Guile API): Add entry for Parameters In Guile.
1773 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1774 (Parameters In Guile): New node.
1775
e698b8c4
DE
17762014-06-02 Doug Evans <xdje42@gmail.com>
1777
1778 * guile.texi (Guile API): Add entry for Commands In Guile.
1779 (Basic Guile) <parse-and-eval>: Add reference.
1780 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1781 (GDB Scheme Data Types): Mention <gdb:command> object.
1782 (Commands In Guile): New node.
1783
ded03782
DE
17842014-06-02 Doug Evans <xdje42@gmail.com>
1785
1786 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1787 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1788 (Progspaces In Guile): New node.
1789
53e8a631
AB
17902014-05-30 Andrew Burgess <aburgess@broadcom.com>
1791
1792 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1793 * python.texi (Frames In Python): Mention
1794 gdb.FRAME_UNWIND_MEMORY_ERROR.
1795
329ea579
PA
17962014-05-29 Pedro Alves <palves@redhat.com>
1797 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1800 from example.
1801 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1802 Mention that target-async is now deprecated.
1803 (Maintenance Commands): Document maint set/show target-async.
1804
92bcb5f9
PA
18052014-05-29 Pedro Alves <palves@redhat.com>
1806
1807 * observer.texi (sync_execution_done, command_error): New
1808 subjects.
1809
fd664c91
PA
18102014-05-29 Pedro Alves <palves@redhat.com>
1811
1812 PR gdb/13860
1813 * observer.texi (signal_received, end_stepping_range)
1814 (signal_exited, exited, no_history): New observer subjects.
1815
b2715b27
AW
18162014-05-26 Andy Wingo <wingo@igalia.com>
1817
1818 * guile.texi (GDB Scheme Data Types): Remove documentation for
1819 removed interfaces. Update spelling of gdb-object-kind.
1820
9eaa4c1e
AW
18212014-05-26 Andy Wingo <wingo@igalia.com>
1822
1823 * guile.texi (Basic Guile): Fix some typos.
1824
0f1e8403
AW
18252014-05-26 Andy Wingo <wingo@igalia.com>
1826
1827 * guile.texi (Writing a Guile Pretty-Printer)
1828 (Guile Types Module): Fix excess parentheses in use-modules forms.
1829
697aa1b7
EZ
18302014-05-24 Eli Zaretskii <eliz@gnu.org>
1831
1832 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1833 (Breakpoints In Guile, Guile Printing Module)
1834 (Guile Exception Handling, Values From Inferior In Guile)
1835 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1836 Don't use @var at the beginning of a sentence.
1837
1838 * gdb.texinfo (Frame Filter Management, Trace Files)
1839 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1840 (PowerPC Embedded, Define, Annotations for Running)
1841 (IPA Protocol Commands, Packets, General Query Packets)
1842 (Tracepoint Packets, Notification Packets, Environment)
1843 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1844 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1845 (Frames, Backtrace, Selection, Expressions, Registers)
1846 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1847 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1848 (Source Annotations, Using JIT Debug Info Readers, Packets)
1849 (Stop Reply Packets, Host I/O Packets)
1850 (Target Description Format): Don't use @var at the beginning of a
1851 sentence.
1852
1853 * python.texi (Basic Python, Types In Python)
1854 (Commands In Python, Frames In Python, Line Tables In Python)
1855 (Breakpoints In Python, gdb.printing, gdb.types)
1856 (Type Printing API): Don't use @var at the beginning of a
1857 sentence.
1858
67b5c0c1
MM
18592014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1860
1861 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1862 replay-memory-access".
1863
6a3cb8e8
PA
18642014-05-21 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.texinfo (Starting): Document "set/show
1867 auto-connect-native-target".
1868 (Target Commands): Document "target native".
1869
936d2992
PA
18702014-05-20 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1873 not be remote specific. Add cross reference to the qCRC packet.
1874 (Separate Debug Files): Update cross reference to the qCRC packet.
1875 (General Query Packets) <qCRC packet>: Add anchor.
1876
b3ce5e5f
DE
18772014-05-17 Doug Evans <xdje42@gmail.com>
1878
1879 Copy over changes from guile.texi.
1880 * python.texi (Basic Python) <gdb.execute>: Add text.
1881 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1882 (Values From Inferior) <Python string>: Add text.
1883 (Values From Inferior) <Value.string>: Clarify string length handling.
1884 (Pretty Printing API): Add cindex.
1885 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1886 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1887 @vindex.
1888 (Commands In Python) <COMPLETE_*>: Similarly.
1889 (Symbols In Python) <SYMBOL_*>: Similarly.
1890 (Breakpoints In Python) <WP_*>: Similarly.
1891 (Breakpoints In Python) <BP_*>: Similarly.
1892
8dfcab11
DT
18932014-05-17 David Taylor <dtaylor@emc.com>
1894
1895 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1896 mentioned in the qfThreadInfo reply.
1897
8d551b02
DE
18982014-05-16 Doug Evans <dje@google.com>
1899
1900 * gdb.texinfo (Mode Options): Add -D.
1901
e20bd8f4
SB
19022014-05-09 Samuel Bronson <naesten@gmail.com>
1903
1904 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1905 "make -C".
1906
f989a1c8
TT
19072014-04-29 Tom Tromey <tromey@redhat.com>
1908
1909 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1910 "show debug varobj".
1911
95cf3b38
DT
19122014-05-01 David Taylor <dtaylor@emc.com>
1913
1914 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1915 option.
1916
01f9f808
MS
19172014-04-24 Michael Sturm <michael.sturm@mintel.com>
1918 Walfred Tedeschi <walfred.tedeschi@intel.com>
1919
1920 * gdb.texinfo (i386 Features): Add description of AVX512
1921 registers.
1922
770e7fc7
DE
19232014-03-31 Doug Evans <dje@google.com>
1924
1925 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1926
97d8f0ee
DE
19272014-03-30 Doug Evans <dje@google.com>
1928
1929 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1930 (Background Execution): Ditto.
1931
36cb1214
HZ
19322014-03-21 Pedro Alves <palves@redhat.com>
1933 Stan Shebs <stan@codesourcery.com>
1934 Hui Zhu <hui@codesourcery.com>
1935
1936 * gdb.texinfo (Packets): Add anchor to "? packet".
1937 Remove fixme and update introduction of "k packet".
1938 Add anchor to "vKill packet".
1939
5e3a2c38
SS
19402014-03-12 Stan Shebs <stan@codesourcery.com>
1941
1942 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1943
7a5a839f
LC
19442014-02-26 Ludovic Courtès <ludo@gnu.org>
1945
dc6ae996 1946 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1947
95060284
JB
19482014-02-20 Joel Brobecker <brobecker@adacore.com>
1949
1950 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1951 and "assf" as being deprecated.
1952 (Cygwin Native): Likewise for "dll-symbols".
1953 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1954 as a way to force the loading of symbols from a DLL.
1955
f7bd0f78
SC
19562014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1957
1958 * python.texi (Values From Inferior): Add description about the
1959 new feature.
1960
329baa95
DE
19612014-02-17 Doug Evans <xdje42@gmail.com>
1962
1963 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1964 * gdb.texinfo (Python): Moved to ...
1965 * python.texi: ... here. New file.
1966
687894f5
DE
19672014-02-17 Ludovic Courtès <ludo@gnu.org>
1968
d25f38ee 1969 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1970 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1971 parameter to 'str-lookup-function' procedure. Look for
1972 the "std::string<" prefix.
1973 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1974 Adjust description.
1975
6fb526ee
DE
19762014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1977
d25f38ee 1978 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1979 parantheses for deffn.
1980 (Disassembly In Guile): Ditto.
1981
1e0a5178
SS
19822014-02-10 Stan Shebs <stan@codesourcery.com>
1983
1984 Add Doxygen support.
1985 * Makefile.in (doxy): New action, generates Doxygen files.
1986 (DOXYGEN): New.
1987 (doxyedit): New.
1988 * Doxyfile-base.in: New file.
1989 * Doxyfile-gdb-api.in: New file.
1990 * Doxyfile-gdb-xref.in: New file.
1991 * Doxyfile-gdbserver.in: New file.
1992 * doxy-index.in: New file.
1993 * filter-for-doxygen: New file.
1994 * filter-params.pl: New file.
1995
ed3ef339
DE
19962014-02-10 Doug Evans <xdje42@gmail.com>
1997
1998 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1999 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2000 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2001 (Guile docs): Include guile.texi.
2002 (objfile-gdbdotext file): Add objfile-gdb.scm.
2003 (dotdebug_gdb_scripts section): Mention Guile scripts.
2004 (Multiple Extension Languages): New node.
2005 * guile.texi: New file.
2006
c6044dd1
JB
20072014-01-28 Joel Brobecker <brobecker@adacore.com>
2008
2009 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2010 ignore-descriptive-types". commands.
2011
87ce2a04
DE
20122014-01-22 Doug Evans <dje@google.com>
2013
2014 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2015 (gdbserver man): Ditto.
2016
52834460
MM
20172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2018
2019 * gdb.texinfo: Document limited reverse/replay support
2020 for target record-btrace.
2021
0688d04e
MM
20222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2023
2024 * gdb.texinfo (Process Record and Replay): Update documentation.
2025
8710b709
MM
20262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2027
2028 * gdb.texinfo (Process Record and Replay): Document new /c
2029 modifier accepted by "record function-call-history".
2030 Add /i modifier to "record function-call-history" example.
2031
dcf106f3
JB
20322014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2033 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2036 markers. Remove one that was misplaced.
2037
41ef2965
PA
20382014-01-10 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.texinfo (Your Program's Environment) <set environment>:
2041 Mention the shell, and point at 'set exec-wrapper'.
2042
c0d48811
JB
20432014-01-07 Joel Brobecker <brobecker@adacore.com>
2044
2045 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2046
5fba4c0f
JB
20472013-12-30 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.texinfo (Types In Python): Clarify the documentation
2050 of attribute gdb.Field.bitpos.
2051
0809504b
JB
20522013-12-28 Joel Brobecker <brobecker@adacore.com>
2053
2054 * gdb.texinfo (Types In Python): Fix the documentation of
2055 attribute "bitpos" in class gdb.Field for enum types. Add
2056 documentation for attribute "enumval" in that same class.
2057
edef6000
JB
20582013-12-28 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2061 @ftable.
2062
71b8c845
DE
20632013-12-23 Doug Evans <xdje42@gmail.com>
2064
2065 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2066 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2067 corresponding section in Extending GDB.
2068 (Extending GDB): Move menu up. New menu item "Auto-loading
2069 extensions".
2070 (Sequences): New menu item "Auto-loading sequences".
2071 (Auto-loading sequences): New node.
2072 (Python): Rename section from Scripting GDB to Extending GDB.
2073 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2074 Move docs on ways to auto-load extensions to ...
2075 (Auto-loading extensions): ... here. New node.
2076
d192b373
JB
20772013-12-23 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2080 in menu.
2081 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2082 command, now in a new node.
2083 (GDB/MI Support Commands): New node, with its contents being
2084 extracted from the "GDB/MI Miscellaneous Commands" node.
2085 A small paragraph introducing the section is also added at
2086 the start.
2087 (GDB/MI Miscellaneous Commands): Delete the description of the
2088 -info-gdb-mi-command, -list-features and -list-target-features
2089 commands, now hosted in the "GDB/MI Support Commands" node.
2090
a16b0e22
SC
20912013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2092
2093 PR python/16113
2094 * gdb.texinfo (Values From Inferior): Add a note about using
2095 gdb.Field objects as subscripts on gdb.Value objects.
2096 (Types In Python): Add description about the new attribute
2097 "parent_type" of gdb.Field objects.
2098
9b26f0fb
JB
20992013-12-12 Joel Brobecker <brobecker@adacore.com>
2100
2101 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2102 entry for section docuumenting the -list-features GDB/MI command.
2103
72bfa06c
JB
21042013-12-10 Joel Brobecker <brobecker@adacore.com>
2105
2106 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2107 "exec-run-start-option" entry in the output of the "-list-features"
2108 command.
2109
3ea8680f
EZ
21102013-12-04 Eli Zaretskii <eliz@gnu.org>
2111
2112 * gdb.texinfo (i386): Fix yesterday's commit.
2113
1a4f73eb
TT
21142013-12-03 Tom Tromey <tromey@redhat.com>
2115
2116 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2117 documented here.
2118
6cb999f8
TT
21192013-12-03 Tom Tromey <tromey@redhat.com>
2120
2121 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2122
ca8941bb
WT
21232013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2124
2125 * gdb.texinfo (i386 Features): Add MPX feature registers.
2126 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2127 a subsubsection for MPX and describes the display of the
2128 boundary registers.
2129
688981c9
JB
21302013-12-03 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2133 documentation of the "ada-exceptions" entry.
2134
2ea126fa
JB
21352013-12-03 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2138 "^error" result record concerning the error message. Document
2139 the error code that may also be part of that result record.
2140 (GDB/MI Miscellaneous Commands): Document the
2141 "undefined-command-error-code" element in the output of
2142 the "-list-features" GDB/MI command.
2143
6b7cbff1
JB
21442013-12-03 Joel Brobecker <brobecker@adacore.com>
2145
2146 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2147 the new -info-gdb-mi-command GDB/MI command. Document
2148 the meaning of "-info-gdb-mi-command" in the output of
2149 -list-features.
2150
20e1ca3b
PA
21512013-11-29 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2154 Update comment.
2155
29453a14
YQ
21562013-11-24 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.texinfo (Caching Remote Data): Document new
2159 "set/show stack-cache" option.
2160
6dd315ba
YQ
21612013-11-24 Yao Qi <yao@codesourcery.com>
2162
2163 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2164 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2165 "off" respectively.
2166
9df9dbe0
YQ
21672013-11-23 Yao Qi <yao@codesourcery.com>
2168
2169 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2170 of "displayhint" to the table about child results.
2171
c78feb39
YQ
21722013-11-21 Yao Qi <yao@codesourcery.com>
2173
2174 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2175 'dynamic' for the output of command -var-list-children.
2176
27b81af3
YQ
21772013-11-21 Yao Qi <yao@codesourcery.com>
2178
2179 * gdb.texinfo (Caching Target Data): Remove "see" before
2180 @pxref.
2181
b26dfc9a
YQ
21822013-11-20 Yao Qi <yao@codesourcery.com>
2183
2184 * gdb.texinfo (Caching Target Data): Update doc for
2185 per-address-space dcache.
2186
b12039c6
YQ
21872013-11-20 Yao Qi <yao@codesourcery.com>
2188
2189 * gdb.texinfo (Data): Rename menu item.
2190 (Caching Remote Data): Rename to ...
2191 (Caching Target Data): ... it. Update.
2192
422ad5c2
JB
21932013-11-18 Joel Brobecker <brobecker@adacore.com>
2194
2195 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2196 "language-option" entry in the output of the "-list-features"
2197 command.
2198
805e1f19
TT
21992013-11-15 Tom Tromey <tromey@redhat.com>
2200
2201 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2202 Add example.
2203
8fe1b653
TT
22042013-11-14 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2207
403cb6b1
JB
22082013-11-14 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2211 (Context management): Place current subsection text into its own
2212 subsubsection. Add new subsubsection describing the "--language"
2213 command option.
2214
93973826
JB
22152013-11-13 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2218 the documentation of "info-ada-exceptions" in the output
2219 of the "-list-features" command. Add the documentation
2220 of the "ada-exception" entry instead.
2221
6adcee18
JB
22222013-11-12 Joel Brobecker <brobecker@adacore.com>
2223
93973826 2224
6adcee18
JB
2225 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2226 word of a couple of sentences to start with a capital letter.
2227
58d06528
JB
22282013-11-12 Joel Brobecker <brobecker@adacore.com>
2229
2230 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2231 (Ada Exceptions): New node.
2232 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2233 Commands" node.
2234 (GDB/MI Ada Exceptions Commands): New node.
2235 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2236 field in the output of the "-list-features" command.
2237 * NEWS: Add entry for the new "info exceptions" CLI command,
2238 and for the new "-info-ada-exceptions" GDB/MI command.
2239
bc79de95
PM
22402013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2241
2242 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2243 (Line Tables In Python): New node.
2244
73be47f5
DE
22452013-11-08 Doug Evans <dje@google.com>
2246
2247 * gdb.texinfo (Debugging Output): Update text for
2248 "set debug dwarf2-read".
2249
db0fec5c
DE
22502013-11-08 Doug Evans <dje@google.com>
2251
2252 * gdb.texinfo (Debugging Output): Update text for
2253 "set debug symtab-create".
2254
92e32e33
PM
22552013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2256
72f4393d
L
2257 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2258 constant.
92e32e33 2259
f76c27b5
PM
22602013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2261
2262 * gdb.texinfo (Breakpoints In Python): Document temporary
2263 option in breakpoint constructor, and add documentation to the
2264 temporary attribute.
2265
fa4d0c40
YQ
22662013-11-07 Yao Qi <yao@codesourcery.com>
2267
2268 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2269 output of "-var-info-expression".
2270
afa332ce
PA
22712013-11-06 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2274 non-interactive mode.
2275 (Environment) <shell startup files warning>: Mention
2276 non-interactive mode. Mention .zshenv for Z shell, and talk about
2277 BASH_ENV instead of .bashrc for BASH.
2278
9ac69859
NB
22792013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2280
2281 * gdb.texinfo (Commands to Specify Files): Add description
2282 of the remove-symbol-file command.
2283 * observer.texi: New free_objfile event
2284
98882a26
PA
22852013-10-24 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2288
ce13fade
JB
22892013-10-11 Joel Brobecker <brobecker@adacore.com>
2290
2291 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2292 New subsection inside which the "-catch-load" and "-catch-unload"
2293 commands documentation is now placed.
2294 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2295 documenting the "-catch-assert" and "-catch-exception" new
2296 GDB/MI commands.
2297
2446f5ea
JB
22982013-10-10 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2301
0d12017b
JB
23022013-10-10 Joel Brobecker <brobecker@adacore.com>
2303
bd80dc1a
JB
2304 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2305 serial baud".
2306 (Remote Configuration): Replace "set remotebaud" by "set serial
2307 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2308
f4fb82a1
PA
23092013-10-07 Pedro Alves <palves@redhat.com>
2310
2311 PR breakpoints/11568
2312 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2313 when the thread is removed from the thread list.
2314
0c557179
SDJ
23152013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2316
2317 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2318 Update entry for $_exitcode.
2319
5713b9b5
JB
23202013-10-04 Joel Brobecker <brobecker@adacore.com>
2321
2322 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2323 new "--start" option.
2324
901461f8
PA
23252013-10-02 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.texinfo (Registers): Expand description of saved registers
2328 in frames. Explain <not saved>.
2329
8fb8eb5c
DE
23302013-09-25 Doug Evans <dje@google.com>
2331
2332 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2333
0a7cfe2c
SS
23342013-09-16 Stan Shebs <stan@codesourcery.com>
2335
2336 Remove the internals manual gdbint.texinfo.
2337 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2338 (PDFFILES): Remove gdbint.pdf.
2339 (HTMLFILES): Remove gdbint/index.html.
2340 (HTMLFILES_INSTALL): Remove gdbint.
2341 (GDBINT_DOC_FILES): Remove.
2342 (dvi): Remove gdbint.dvi.
2343 (ps): Remove gdbint.ps.
2344 * gdbint.texinfo: Remove file.
2345 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2346
a280dbd1
SDJ
23472013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 * gdb.texinfo (Convenience Functions): Mention new convenience
2350 function $_isvoid.
2351
4ac33720
UW
23522013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2353
2354 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2355 (Standard Target Features): Add new node to menu.
2356 (S/390 and System z Features): New node.
2357
b3d3b4bd
SA
23582013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2359
2360 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2361 -list-target-features in the example.
2362
edf9f00c
JK
23632013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2366 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2367
1d236d23
JK
23682013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2369
2370 Sync documentation with gdb.base/gnu-debugdata.exp.
2371 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2372
5423b017
JK
23732013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2376
6211c335
YQ
23772013-08-27 Pedro Alves <pedro@codesourcery.com>
2378 Yao Qi <yao@codesourcery.com>
2379
2380 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2381 Document new --skip-unavailable option.
2382 <-stack-list-variables>: Document new --skip-unavailable option.
2383
52e260a3
DE
23842013-08-26 Doug Evans <dje@google.com>
2385
2386 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2387 an optional regexp.
2388
5e92f71a
TT
23892013-08-13 Tom Tromey <tromey@redhat.com>
2390
2391 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2392 Document GDB_PARALLEL and GDB_INOTIFY.
2393
c5d7073b
SS
23942013-08-09 Stan Shebs <stan@codesourcery.com>
2395
2396 * LRS: Remove file, describes a long-abandoned live-range
2397 splitting extension to stabs.
2398
6fbe845e
AB
23992013-07-25 Andrew Burgess <aburgess@broadcom.com>
2400
2401 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2402
e7045703
DE
24032013-07-17 Doug Evans <dje@google.com>
2404
2405 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2406
3105ebf9
TT
24072013-07-02 Tom Tromey <tromey@redhat.com>
2408
2409 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2410
d6c2da54
TT
24112013-06-28 Tom Tromey <tromey@redhat.com>
2412
2413 * Makefile.in (version.subst): Use version.in, not
2414 common/version.in.
2415 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2416 Likewise.
2417
e5823f1c
PA
24182013-06-27 Pedro Alves <palves@redhat.com>
2419
2420 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2421 dynamic symbol resolution code>: New section, based on infrun.c
2422 comment.
2423
92dcb9ff
TT
24242013-06-26 Tom Tromey <tromey@redhat.com>
2425
2426 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2427 Update.
2428 (Releasing GDB): Likewise.
2429
dc673c81
YQ
24302013-06-26 Pedro Alves <pedro@codesourcery.com>
2431 Yao Qi <yao@codesourcery.com>
2432
2433 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2434 -trace-frame-collected.
2435
28a93511
YQ
24362013-06-26 Pedro Alves <pedro@codesourcery.com>
2437
2438 * gdb.texinfo (Traceframe Info Format): Document tvar element
2439 and its attributes.
2440
a0743c90
YQ
24412013-06-25 Yao Qi <yao@codesourcery.com>
2442
2443 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2444
01208463
TT
24452013-06-24 Tom Tromey <tromey@redhat.com>
2446
2447 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2448 (GDBvn.texi): Use version.subst.
2449 (version.subst): New target.
2450 (mostlyclean): Remove version.subst.
2451
c898adb7
YQ
24522013-06-20 Pedro Alves <pedro@codesourcery.com>
2453
2454 * gdb.texinfo (GDB/MI Data Manipulation)
2455 <-data-list-register-values>: Document the --skip-unavailable
2456 option.
2457
7c57fa1e
YQ
24582013-06-07 Yao Qi <yao@codesourcery.com>
2459
2460 * gdb.texinfo (Symbols): Add kindex and cindex for
2461 'maint print msymbols'.
2462
0059c61a 24632013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2464
2465 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2466 response field name (thread-group to inferior).
2467
85dc5a12
GB
24682013-06-04 Gary Benson <gbenson@redhat.com>
2469
2470 * gdb.texinfo (General Query Packets/qSupported): Added
2471 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2472 to the table of currently defined stub features.
2473 Added a more detailed entry for "augmented-libraries-svr4-read".
2474 (General Query Packets/qXfer:libraries-svr4:read): Documented
2475 the augmented form of this packet.
2476
5901af59
JB
24772013-05-23 Joel Brobecker <brobecker@adacore.com>
2478
2479 * gdb.texinfo (System-wide Configuration Scripts): Renames
2480 "Installed System-wide Configuration Scripts". Add associated
2481 @menu block.
2482
c1e36e3e
PA
24832013-05-23 Yao Qi <yao@codesourcery.com>
2484 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.texinfo (Packets): Document 'vCont;r'.
2487 (Continuing and Stepping): Document target-assisted range
2488 stepping, and the 'set range-stepping' and 'show range-stepping'
2489 commands.
2490
0201faac
JB
24912013-05-23 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.texinfo (Installed System-wide Configuration Scripts):
2494 Add subsection describing the scripts now available under
2495 the data-dir's system-gdbbinit subdirectory.
2496 * NEWS: Add entry announcing the availability of system-wide
2497 configuration scripts for ElinOS and Wind River Linux.
2498
c5867ab6
HZ
24992013-05-21 Hui Zhu <hui@codesourcery.com>
2500
2501 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2502 "-dprintf-insert" command.
2503
7d0c9981
DE
25042013-05-17 Doug Evans <dje@google.com>
2505
2506 * gdb.texinfo (Maintenance Commands): Update doc for
2507 "maint check-psymtabs". Add doc for "maint check-symtabs",
2508 "maint expand-symtabs".
2509
742ce053
MM
25102013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2511
2512 * gdb.texinfo (Process Record and Replay): Document the
2513 "record goto" command and its sub-commands.
2514
1e611234
PM
25152013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2516
2517 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2518 (Python API): Add Frame Filters API, Frame Wrapper API,
2519 Writing a Frame Filter/Wrapper, Managing Management of Frame
2520 Filters chapter entries.
2521 (Frame Filters API): New Node.
2522 (Frame Wrapper API): New Node.
2523 (Writing a Frame Filter): New Node.
2524 (Managing Frame Filters): New Node.
2525 (Progspaces In Python): Add note about frame_filters attribute.
2526 (Objfiles in Python): Ditto.
2527 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2528 @anchors and --no-frame-filters option to -stack-list-variables,
2529 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2530 commands.
2531
2874cb83
JB
25322013-05-08 Joel Brobecker <brobecker@adacore.com>
2533
2534 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2535 Support" subsection documenting the XML format used to transfer
2536 shared library info on AIX.
2537
9a005eb9
JB
25382013-05-08 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.texinfo (Debugging Output): Add documentation of
2541 "set debug aix-solib" and "show debug aix-solib" commands.
2542
a1217d97
SL
25432013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2544
2545 * gdb.texinfo (Nios II): New section.
2546 (Nios II Features): New section.
2547
4d1eb6b4
JB
25482013-05-06 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdbint.texinfo (Algorithms): Remove entries documenting
2551 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2552 SOLIB_CREATE_INFERIOR_HOOK.
2553
3f84184e
TT
25542013-04-29 Tom Tromey <tromey@redhat.com>
2555
2556 PR python/14204:
2557 * gdb.texinfo (Python API): Fix menu entry.
2558 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2559 Define global and static block. Add example. Clarify
2560 block relationship for inline functions.
2561
60155234
TT
25622013-04-29 Tom Tromey <tromey@redhat.com>
2563
2564 * gdb.texinfo (Python API): Mention Python help and keyword
2565 arguments. Move pagination text to Basic Python.
2566 (Basic Python): Put pagination text here. Document
2567 close-on-exec, SIGCHLD, and SIGINT.
2568
5360976e
PA
25692013-04-19 Pedro Alves <palves@redhat.com>
2570
2571 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2572 "signedness" instead of "signness".
2573
bd3f3b55
PA
25742013-04-19 Pedro Alves <palves@redhat.com>
2575
2576 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2577 -Wno-pointer-sign text with text on -Wpointer-sign.
2578
dee368d3
TT
25792013-04-16 Tom Tromey <tromey@redhat.com>
2580
2581 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2582 GCC that has the SDT probe points.
2583
cc16e6c9
TT
25842013-04-15 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2587 exception catchpoints.
2588
72f1fe8a
TT
25892013-04-15 Tom Tromey <tromey@redhat.com>
2590
2591 * gdb.texinfo (Set Catchpoints): Document $_exception.
2592 (Convenience Vars): Mention $_exception.
2593
591f19e8
TT
25942013-04-15 Tom Tromey <tromey@redhat.com>
2595
2596 * gdb.texinfo (Set Catchpoints): Reorganize exception
2597 catchpoints. Document "catch rethrow".
2598 (Debugging C Plus Plus): Mention "catch rethrow".
2599
02ae6bad
TT
26002013-04-15 Tom Tromey <tromey@redhat.com>
2601
2602 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2603
2c91021c
JK
26042013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2605 Eli Zaretskii <eliz@gnu.org>
2606
2607 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2608 line below the sample output.
2609
6eaaf48b
EZ
26102013-04-12 Eli Zaretskii <eliz@gnu.org>
2611
2612 * gdb.texinfo (Mode Options): Document '-configuration'.
2613 (Help): Document "show configuration".
2614 (Bug Reporting): Add requirements to include the configuration
2615 details in bug reports.
2616
b292c783
JK
26172013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 * Makefile.in (MAN1S): Add gcore.1.
2620 Remove "Host, target, and site specific Makefile fragments" comment.
2621 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2622 (install-man1, uninstall-man1): Conditionalize gcore.1.
2623 (gcore.1): New.
2624 * gdb.texinfo (Man Pages): Add gcore man.
2625 (gcore man): New node.
2626
f81d1120
PA
26272013-04-10 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.texinfo (Process Record and Replay): Document that "set
2630 record full insn-number-max", "set record
2631 instruction-history-size" and "set record
2632 function-call-history-size" accept "unlimited".
2633 (Backtrace): Document that "set backtrace limit" accepts
2634 "unlimited".
2635 (List): Document that "set listsize" accepts "unlimited".
2636 (Print Settings)" Document that "set print max-symbolic-offset",
2637 "set print elements" and "set print repeats" accept "unlimited".
2638 (Starting and Stopping Trace Experiments): Document that "set
2639 trace-buffer-size" accepts "unlimited".
2640 (Remote Configuration): Document that "set tcp connect-timeout"
2641 accepts "unlimited".
2642 (Command History): Document that "set history size" accepts
2643 "unlimited".
2644 (Screen Size): Document that "set height" and "set width" accepts
2645 "unlimited". Adjust "set pagination"'s description to suggest
2646 "set height unlimited" instead of "set height 0".
2647
393fd4c3
YQ
26482013-04-10 Yao Qi <yao@codesourcery.com>
2649
2650 * gdb.texinfo (Trace Files): Add "target ctf".
2651
cba5a7bf
JK
26522013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2653
2654 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2655
0ed630cb
JK
2656 * Makefile.in (install-man1, install-man5, uninstall-man1)
2657 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2658
afe1492b
JK
2659 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2660
5b8b6385
JK
26612013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2662 Eli Zaretskii <eliz@gnu.org>
2663
2664 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2665 parameters order. Remove "On some targets" for --attach. Document the
2666 --multi parameter and extended-remote command. Document all the
2667 options.
2668
906ccdf0
JK
26692013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2672 the list of supported languages.
2673
43662968
JK
26742013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2677 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2678 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2679 (diststuff): Add man.
2680 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2681 (uninstall-man5): New.
2682 (STAGESTUFF): Add *.1 and *.5.
2683 (GDBvn.texi): Add SYSTEM_GDBINIT.
2684 (gdb.1, gdbserver.1, gdbinit.5): New.
2685 (maintainer-clean realclean): Add $(MANS).
2686 (install): Add install-man.
2687 (uninstall): Add uninstall-man.
2688 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2689 (@copying): Wrap it by @c man begin COPYRIGHT.
2690 (Top): Add Man Pages.
2691 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2692
be9a8770
PA
26932013-04-02 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.texinfo (Debugging Output): Document "set/show debug
2696 aarch64", "set/show debug coff-pe-read" and "set/show debug
2697 mach-o".
2698
a46c1e42
PA
26992013-04-02 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2702 table>: Add entry for "trace-buffer-size".
2703
bd3eecc3
PA
27042013-03-28 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2707 table>: Add entry for "trace-status".
2708
215b9f98
EZ
27092013-03-28 Eli Zaretskii <eliz@gnu.org>
2710
2711 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2712 @bullet", which is invalid (makeinfo 5.1 barfs).
2713
7f7cc265
PA
27142013-03-28 Pedro Alves <palves@redhat.com>
2715
2716 PR gdb/15294
2717
2718 * gdb.texinfo (List) <set listsize>: Adjust to document that
2719 listsize 0 means no limit, and remove mention of -1.
2720
9c0be723
YQ
27212013-03-22 Yao Qi <yao@codesourcery.com>
2722
2723 * gdb.texinfo (Embedded Processors): Remove menu item
2724 "OpenRISC 1000".
2725 (OpenRISC 1000): Remove.
2726
bd712aed
DE
27272013-03-21 Doug Evans <dje@google.com>
2728
2729 * gdb.texinfo (Maintenance Commands): Add docs for
2730 "mt set per-command {space,time,symtab} {on,off}".
2731
d0353e76
YQ
27322013-03-14 Hui Zhu <hui@codesourcery.com>
2733 Yao Qi <yao@codesourcery.com>
2734
2735 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2736
6dd24dfa
KS
27372013-03-13 Keith Seitz <keiths@redhat.com>
2738
2739 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2740 "maint agent" reference to Dynamic printf.
2741
5c4808ca
EZ
27422013-03-11 Eli Zaretskii <eliz@gnu.org>
2743
2744 * gdb.texinfo (General Query Packets): Don't use colon in index
2745 entries visible to Info format.
2746
59ea5688
MM
27472013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2748
2749 * gdb.texinfo (Process Record and Replay): Document record
2750 changes.
2751
2ae8c8e7
MM
27522013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2753
2754 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2755 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2756 qXfer:btrace:read.
2757
28abe188
EZ
27582013-03-09 Eli Zaretskii <eliz@gnu.org>
2759
2760 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2761 use colons in @anchor and @cindex entries.
2762
be9a119c 27632013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2764
2765 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2766
be9a119c 27672013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2768 Hafiz Abid Qadeer <abidh@codesourcery.com>
2769
2770 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2771 trace-buffer-size set and show commands.
2772 (Tracepoint Packets): Document QTBuffer:size.
2773 (General Query Packets): Document QTBuffer:size.
2774
d57350ea
TT
27752013-02-21 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.texinfo: Remove bad @syncodeindex.
2778 (Values From Inferior, Types In Python, Inferiors In Python)
2779 (Events In Python, Threads In Python, Frames In Python, Blocks In
2780 Python, Symbols In Python, Symbol Tables In Python): Remove
2781 @tables.
2782 (Packets, General Query Packets, Tracepoint Packets)
2783 (Host I/O Packets): Use @w{} for empty @item.
2784
9f44fbc0
SCR
27852013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2786
2787 * gdb.texinfo (Architectures In Python): Add description about
2788 the new method gdb.Architecture.disassemble.
2789
f5911ea1
HAQ
27902013-02-15 Pedro Alves <pedro@codesourcery.com>
2791 Hafiz Abid Qadeer <abidh@codesourcery.com>
2792
2793 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2794 Document the "trace-file" field.
2795
7e1e0340
DE
27962013-02-07 Doug Evans <dje@google.com>
2797
2798 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2799 command.
2800
134a2066
YQ
28012013-02-06 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.texinfo (GDB/MI Async Records): Document new MI
2804 notification "=tsv-modified". Update the document of MI
2805 notification "=tsv-created".
2806 * observer.texi (GDB Observers): New observer tsv_modified.
2807 Update observer tsv_created and tsv_delete.
2808
430ed3f0
MS
28092013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2810
2811 * gdb.texinfo (AArch64 Features): New section; document
2812 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2813 (Architectures): Add new AArch64 section to document AArch64
2814 architecture specific commands.
2815 (ABI): Add description of the new OS ABI "Newlib" and its influence
2816 on the longjmp handling.
2817
1b56eb55
JK
28182013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2819 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2822 variable in 'set/show backtrace' section.
2823
c4957902
TT
28242013-01-31 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.texinfo (Target Commands): Fix typo.
2827
bea883fd
SCR
28282013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2829
2830 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2831 describing the gdb.Architecture class.
2832 (Frames In Python): Add description about the new method
2833 gdb.Frame.architecture().
2834
796a7ff8
DE
28352013-01-23 Doug Evans <dje@google.com>
2836
2837 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2838
998580f1
MK
28392013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2840
2841 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2842 'thread-groups' field when printing a breakpoint in MI.
2843
c9fb1240
SD
28442012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2845 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2846 to reflect that jit-reader-load now supports absolute file-names.
2847
ab04a2af
TT
28482013-01-16 Tom Tromey <tromey@redhat.com>
2849
2850 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2851 (Signals): Likewise.
2852
8ac3646f
TT
28532013-01-16 Tom Tromey <tromey@redhat.com>
2854
2855 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2856 "catch-type" field.
2857 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2858
e93a8774
TT
28592013-01-07 Tom Tromey <tromey@redhat.com>
2860
2861 * gdb.texinfo (Mode Options): Don't mention -epoch.
2862 (Data, Emacs): Remove obsolete comments.
2863
54516a0b
TT
28642013-01-02 Tom Tromey <tromey@redhat.com>
2865
2866 * gdb.texinfo (GDB/MI Output Records): Update menu.
2867 (GDB/MI Breakpoint Information): New node.
2868 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2869 <-break-insert>: Likewise.
2870
8dbe8ece
YQ
28712012-12-31 Yao Qi <yao@codesourcery.com>
2872
2873 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2874 (Packets): Move "vStopped" packet to ...
2875 (Notification Packets): ... here. Describe the components
2876 of notification. Add a table of supported notifications.
2877 Add an example on the process of he async notification.
2878
f35a17b5
JK
28792012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2882 present.
2883 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2884 fullname output always present.
2885
0dfd2fad
PM
28862012-12-23 Pierre Muller <muller@sourceware.org>
2887
72f4393d
L
2888 * gdbint.texinfo (Function prototypes): Require use of "extern"
2889 modifier for function prototypes in headers.
0dfd2fad 2890
7785b880
JB
28912012-12-19 Joel Brobecker <brobecker@adacore.com>
2892
2893 * refcard.tex: Update copyright notice to GPL v3 or later.
2894 Update contact info.
2895
3d745be3
JK
28962012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2899
c9b6281a
YQ
29002012-12-15 Yao Qi <yao@codesourcery.com>
2901
2902 * gdb.texinfo (Debugging Output): Document 'set debug
2903 notification' and 'show debug notification'.
2904
f2a8bc8a
YQ
29052012-12-15 Yao Qi <yao@codesourcery.com>
2906
2907 * gdb.texinfo (Listing Tracepoints): New item and example about
2908 'installed on target' output.
2909 Add more in the example about 'installed on target'.
2910 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2911
451b7c33
TT
29122012-12-14 Tom Tromey <tromey@redhat.com>
2913
72f4393d 2914 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2915
3fa7bf06 29162012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2917
3fa7bf06
MG
2918 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2919
05b4bd79
PA
29202012-12-11 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.texinfo: Remove all mentions of Unixware throughout.
2923
74a0d9f6
JK
29242012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2925
2926 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2927
0c631110
TT
29282012-11-29 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.texinfo (SVR4 Process Information): Document missing
2931 "info proc" subcommands.
2932
891df0ea
YQ
29332012-11-29 Yao Qi <yao@codesourcery.com>
2934
2935 PR gdb/1477.
2936 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2937 to 'auto' instead of 'gnu'.
2938
608e2dbb
TT
29392012-11-26 Tom Tromey <tromey@redhat.com>
2940
2941 * gdb.texinfo (MiniDebugInfo): New node.
2942 (GDB Files): Update.
2943
e64e0392
DE
29442012-11-16 Doug Evans <dje@google.com>
2945
2946 * gdb.texinfo (System-wide configuration): If the system-wide init
2947 file lives in the data-directory, and --data-directory is provided,
2948 look for it there.
2949
ae606bee
TT
29502012-11-15 Tom Tromey <tromey@redhat.com>
2951
2952 * gdb.texinfo (Signaling): Fix typo.
2953
62747a60
TT
29542012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2955
2956 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2957 parameter "count" of -data-write-memory-bytes, and add an example.
2958
18a9fc12
TT
29592012-11-12 Tom Tromey <tromey@redhat.com>
2960
2961 * gdb.texinfo (Symbols): Document "info type-printers",
2962 "enable type-printer" and "disable type-printer".
2963 (Python API): Add new node to menu.
2964 (Type Printing API): New node.
2965 (Progspaces In Python): Document type_printers field.
2966 (Objfiles In Python): Likewise.
2967 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2968 register_type_printer, TypePrinter>: Document.
2969
53342f27
TT
29702012-11-12 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.texinfo (Symbols): Document "set print type methods",
2973 "set print type typedefs", and flags to ptype and whatis.
2974
ed8a1c2d
AB
29752012-11-09 Andrew Burgess <aburgess@broadcom.com>
2976
2977 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2978 the example -data-disassemble output. Extend the description of
2979 the -data-disassemble results to document all fields. Document
2980 the cli disassemble command as being related to -data-disassemble.
2981
8506d139
YQ
29822012-11-09 Yao Qi <yao@codesourcery.com>
2983
2984 PR gdb/14777.
2985 * gdb.texinfo (OS Information): Remove doc on command
2986 'info udot'.
2987
4d3f93a2
JB
29882012-11-08 Joel Brobecker <brobecker@adacore.com>
2989
2990 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2991 gdb.ini warning for Windows port.
2992
1e96de83
YQ
29932012-11-08 Yao Qi <yao@codesourcery.com>
2994
2995 * gdb.texinfo (Search): Add kindex for 'fo'.
2996
dc939229
TT
29972012-11-05 Tom Tromey <tromey@redhat.com>
2998
2999 PR python/14802:
3000 * gdb.texinfo (Functions In Python): Add example.
3001
6f6484cd
YQ
30022012-11-03 Yao Qi <yao@codesourcery.com>
3003
3004 * observer.texi (GDB Observers): Remove observer
3005 'tracepoint_modified', 'tracepoint_created' and
3006 'tracepoint_deleted'.
3007
af4238e5
TT
30082012-10-26 Tom Tromey <tromey@redhat.com>
3009
3010 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3011
687e43a4
TT
30122012-10-25 Tom Tromey <tromey@redhat.com>
3013
3014 * gdb.texinfo (General Query Packets): Use @itemx.
3015
8de0566d
YQ
30162012-10-17 Yao Qi <yao@codesourcery.com>
3017
3018 * observer.texi (GDB Observers): Update observer
3019 'memory_changed'.
3020 * gdb.texinfo (GDB/MI Async Records): Document for
3021 "memory-changed" notification.
3022
07540c15
DE
30232012-10-15 Doug Evans <dje@google.com>
3024
3025 * gdb.texinfo (Mode Options): Document -nh.
3026 Elaborate on docs for -nx.
3027
d7019589
SP
30282012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3029
3030 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3031
82a90ccf 30322012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3033 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3034
3035 * gdb.texinfo (GDB/MI Async Records): Document notification
3036 'record-started' and 'record-stopped'.
3037 * observer.texi (GDB Observers): New observer 'record-changed'.
3038
aa9259cc
TS
30392012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3040
3041 * gdb.texinfo: Document the removal of SH's 'regs' command.
3042
c1d780c2
SDJ
30432012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3044
3045 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3046
bb25a15c
YQ
30472012-09-18 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.texinfo (GDB/MI Async Records): Document new MI
3050 notifications '=tsv-created' and '=tsv-deleted'.
3051 * observer.texi (GDB Observers): New observer tsv_created and
3052 tsv_deleted.
3053
201b4506
YQ
30542012-09-18 Yao Qi <yao@codesourcery.com>
3055
3056 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3057 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3058 '=traceframe-changed'.
3059
6fc1c773
YQ
30602012-09-17 Yao Qi <yao@codesourcery.com>
3061
3062 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3063 'set listsize'.
3064
121c73f3
JK
30652012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3066 Eli Zaretskii <eliz@gnu.org>
3067
3068 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3069 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3070 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3071
e9687799
JK
30722012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3075
3b5e4d35
YPK
30762012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3077
3078 Document how to return from "python-interactive" to GDB.
3079 * gdb.texinfo (Python Commands): Update documentation.
3080
30812012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3082
3083 Add a new "python-interactive" command that starts a standard
3084 Python interactive prompt with "pi" as alias, and add "py" as
3085 an alias to "python".
3086 * gdb.texinfo (Python Commands): Document the new commands.
3087
b583003e
TT
30882012-08-22 Tom Tromey <tromey@redhat.com>
3089
3090 * gdbint.texinfo (Host Definition): Remove documentation for
3091 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3092
a451cb65
KS
30932012-08-17 Keith Seitz <keiths@redhat.com>
3094
3095 PR c++/13356
3096 * gdb.texinfo (Type and Range Checking): Remove warning.
3097 Remove spurious commas.
3098 Update text and examples for re-implementation of set/show
3099 check type.
3100 (C and C++ Type and Range Checks): Likewise.
3101
6b1755ce
YQ
31022012-08-16 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3105 is deprecated.
3106
f47f77df
DE
31072012-08-13 Doug Evans <dje@google.com>
3108
3109 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3110 to include functions.
3111
a72c3253
DE
31122012-08-10 Doug Evans <dje@google.com>
3113
3114 * gdb.texinfo (Convenience Funs): New node.
3115 (Types In Python): Document Type.vector.
3116
5b9afe8a
YQ
31172012-08-09 Yao Qi <yao@codesourcery.com>
3118
3119 * observer.texi: New observer command_param_changed.
3120 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3121
dc1039df
JK
31222012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 * gdbint.texinfo (Debugging GDB): In section
3125 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3126 Mention also gdb-gdb.py.
3127
4abf930d
YQ
31282012-08-07 Yao Qi <yao@codesourcery.com>
3129
3130 Revert the folloing patch:
3131 2012-08-06 Yao Qi <yao@codesourcery.com>
3132 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3133 remote hardware-watchpoint-limit' and 'set
3134 remote hardware-breakpoint-limit'.
3135
f3c8a52a
JK
31362012-08-06 Nathaniel Flath <flat0103@gmail.com>
3137
3138 * gdb.texinfo (Working Directory): Added information about new
3139 default argument for 'cd' command.
3140
77a91025
YQ
31412012-08-06 Yao Qi <yao@codesourcery.com>
3142
3143 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3144 remote hardware-watchpoint-limit' and 'set
3145 remote hardware-breakpoint-limit'.
3146
d9f08f52
YQ
31472012-08-06 Yao Qi <yao@codesourcery.com>
3148
3149 Fix PR14371.
3150
3151 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3152 '=breakpoint-deleted'.
3153
95b07c96
YQ
31542012-08-02 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.texinfo (Native): Remove node Neutrino.
3157
7255706c
YQ
31582012-07-27 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (IPA Protocol Commands): Document new command
3161 'close'.
3162
d6b28940
TT
31632012-07-25 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3166
e615022a
DE
31672012-07-20 Doug Evans <dje@google.com>
3168
3169 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3170 (Index Files): Document how to control the use of deprecated index
3171 sections.
3172 (Index Section Format): Replace --use-deprecated-index-sections with
3173 "set use-deprecated-index-sections on".
3174
055855a4
EZ
31752012-07-12 Eli Zaretskii <eliz@gnu.org>
3176
3177 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3178 indices into a single node "Index". Instead, join function and
3179 variable indices into a single index, separate from the concept
3180 index. Requested in
3181 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3182 (Top): Update the top-level menu: instead of one "Index" there are
3183 now separate entries "Concept Index" and "Function and Variable
3184 Index".
3185 (Concept Index, Function and Variable Index): New nodes.
3186 (Index): Node deleted.
3187
f77cc5f0
HZ
31882012-07-05 Hui Zhu <hui_zhu@mentor.com>
3189
3190 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3191 and "maint agent-eval".
3192
00595b5e
EZ
31932012-07-03 Eli Zaretskii <eliz@gnu.org>
3194
3195 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3196 avoid file-name clashes between Index.html and index.html on
3197 case-insensitive filesystems. See the discussion starting in
3198 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3199 details of the problem.
3200 (Top): Update the master menu for the above.
3201 (Concept Index, Command and Variable Index): New nodes, instead of
3202 the old "Index" node that was deleted. All cross-references
3203 updated.
3204
d3ce09f5
SS
32052012-07-02 Stan Shebs <stan@codesourcery.com>
3206
3207 * gdb.texinfo (Dynamic Printf): Mention agent style and
3208 disconnected dprintf.
3209 (Maintenance Commands): Describe maint agent-printf.
3210 (General Query Packets): Mention BreakpointCommands feature.
3211 (Packets): Document commands extension to Z0 packet.
3212 * agentexpr.texi (Bytecode Descriptions): Document printf
3213 bytecode.
3214
2d7b58e8
JK
32152012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3218 only after gdbinit files.
3219 (Startup): Move -iex and -iex commands down after gdbinit files.
3220
202cbf1c
JK
32212012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3224 possibility.
3225
b6ba681c
TT
32262012-06-29 Tom Tromey <tromey@redhat.com>
3227
3228 * gdb.texinfo (Index Section Format): Update for version 7.
3229
71caed83
SS
32302012-06-28 Stan Shebs <stan@codesourcery.com>
3231
3232 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3233 example, add note about title column.
3234
ee0bf529
SCR
32352012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3236
3237 * gdb.texinfo (Symbol Tables In Python): Add description about
3238 the new 'last' attribute of gdb.Symtab_and line.
3239
3c15d565
SCR
32402012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3241
3242 * gdb.texinfo (Symbol Tables In Python): Correct the description
3243 of the 'pc' attribute of gdb.Symtab_and_line.
3244
45cfd468
DE
32452012-06-26 Doug Evans <dje@google.com>
3246
3247 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3248 and symtab-create.
3249
496ee73e
KS
32502012-06-25 Keith Seitz <keiths@redhat.com>
3251
3252 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3253 from example. Remove "rbreak" from list of corresponding
3254 gdb commands.
3255
156942c7
DE
32562012-06-23 Doug Evans <dje@google.com>
3257
3258 * gdb.texinfo (Index Section Format): Document version 7 format.
3259
c614397c
YQ
32602012-06-22 Yao Qi <yao@codesourcery.com>
3261
3262 * gdb.texinfo: Add missing cindex for some packets.
3263
472a2379
KS
32642012-06-20 Keith Seitz <keiths@redhat.com>
3265
3266 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3267 for -break-insert and document -p.
3268
2678e2af
YQ
32692012-06-20 Yao Qi <yao@codesourcery.com>
3270
3271 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3272 and "gdb.write_memory" with "Inferior.read_memory" and
3273 "Inferior.write_memory".
3274
984359d2
EZ
32752012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3276
3277 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3278 (Free Documentation): Add @node line.
3279 (Continuing and Stepping) <advance location>: Use @item instead of
3280 @itemx.
3281 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3282 @itemx.
3283 (Embedded Processors): Put the link to "PA" to its correct place,
3284 according to document structure.
3285 (Python API): Put the link to "Lazy Strings In Python" to its
3286 correct place.
3287 (Index): Use @@ in @tex block to get a literal @.
3288
3289 * gdbint.texinfo: Fix the @subtitle line.
3290
3291 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3292 correct place.
3293
16bdd41f
YQ
32942012-06-08 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3297 Protocol'.
3298 (In-Process Agent Protocol, IPA Protocol Objects)
3299 (IPA Protocol Commands): New nodes.
3300 (Tracepoint Packets): Add anchors.
3301
2d4c29c5
TS
33022012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3303
3304 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3305
6bd110c5
YQ
33062012-06-06 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.texinfo: Update copyright year.
3309
f3e0e960
SS
33102012-05-23 Stan Shebs <stan@codesourcery.com>
3311 Kwok Cheung Yeung <kcy@codesourcery.com>
3312
3313 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3314
1564a261
JK
33152012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3318 Mention also --with-separate-debug-dir.
3319 (Auto-loading): Prepend $debugdir in the sample output.
3320 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3321 auto-load safe-path variable.
3322 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3323 Mention also $debugdir for 'set auto-load scripts-directory'.
3324
eb17f351
EZ
33252012-05-19 Eli Zaretskii <eliz@gnu.org>
3326
3327 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3328 (MIPS Embedded, MIPS, MIPS Register packet Format)
3329 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3330 appropriate.
3331
4cc0665f 33322012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3333 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3334
3335 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3336 mips compression".
3337 (MIPS Breakpoint Kinds): New subsubsection.
3338
7af8dcf8 33392012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3340
3341 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3342 nodes for subsections. Add @acronym mark-ups and adjust
3343 formatting.
3344
aff139ff
JK
33452012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 Rename $ddir to $datadir.
3348 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3349 (objfile-gdb.py file): Rename $ddir to $datadir.
3350
9cb709b6
TT
33512012-05-18 Tom Tromey <tromey@redhat.com>
3352
3353 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3354
e7e0cddf
SS
33552012-05-14 Stan Shebs <stan@codesourcery.com>
3356
3357 * gdb.texinfo (Dynamic Printf): New subsection.
3358
7efc75aa
SCR
33592012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3360
3361 * gdb.texinfo (Basic Python): Add description about the function
3362 gdb.find_pc_line
3363
f307c045
JK
33642012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3365 Eli Zaretskii <eliz@gnu.org>
3366
3367 * gdb.texinfo (Separate Debug Files): Use plural form for global
3368 debugging information directory.
3369
85d4a676
SS
33702012-05-11 Stan Shebs <stan@codesourcery.com>
3371 Kwok Cheung Yeung <kcy@codesourcery.com>
3372
3373 * gdb.texinfo (Operating System Auxiliary Information): Document new
3374 'info os' subcommands.
3375
c1668e4e
JK
33762012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3377
3378 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3379 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3380 (dotdebug_gdb_scripts section): Add reference
3381 to 'Auto-loading safe path'.
3382
7349ff92
JK
33832012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 Implement multi-component --with-auto-load-dir.
3386 * gdb.texinfo (Auto-loading): New references
3387 for 'set auto-load scripts-directory'
3388 and 'show auto-load scripts-directory'.
3389 (Auto-loading safe path): Describe the new default. Move $ddir
3390 substituation reference to 'objfile-gdb.py file'.
3391 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3392 script-name. Describe new 'set auto-load scripts-directory'
3393 and 'show auto-load scripts-directory'.
3394
6dea1fbd
JK
33952012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 Provide $ddir substitution for --with-auto-load-safe-path.
3398 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3399 (Auto-loading safe path): Likewise. Mention the default value,
3400 $ddir substitution, --with-auto-load-safe-path and
3401 --without-auto-load-safe-path.
3402 * observer.texi (gdb_datadir_changed): New.
3403
1ccacbcd
JK
34042012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3407 Twice.
3408
d9242c17
JK
3409 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3410 directory separator by path separator.
3411
af2c1515
JK
34122012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3415 for 'set auto-load safe-path' optional. Mention if it is omitted.
3416 Change disabling security protection condition to "/", twice.
3417
a20ee7a4
SCR
34182012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3419
3420 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3421 the new methods global_block and static_block on gdb.Symtab
3422 objects.
3423
56af09aa
SCR
34242012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3425
3426 * gdb.texinfo (Blocks In Python): Add a note saying that future
3427 improvements to GDB and its infrastructure can move symbols
3428 across blocks within a symbol table.
3429
2746b0ef
YQ
34302012-04-29 Yao Qi <yao@codesourcery.com>
3431
3432 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3433 (A29K): Remove.
3434
62e5f89c
SDJ
34352012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3436 Tom Tromey <tromey@redhat.com>
3437
3438 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3439 and generic static probe support on GDB.
3440
a766d390
DE
34412012-04-25 Doug Evans <dje@google.com>
3442
50f042b9
DE
3443 * gdb.texinfo (Go): Fix thinko.
3444
a766d390
DE
3445 * gdb.texinfo (Supported Languages): Add Go.
3446 (Go): New node.
3447
f02e2b19
YQ
34482012-04-25 Yao Qi <yao@codesourcery.com>
3449
3450 * gdbint.texinfo (Testsuite): New section `Board settings'.
3451
68d41a48
JK
34522012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3455 Three times.
3456
174bb630
JK
3457 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3458 Three times.
3459
0511cc75
JK
34602012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3461
3462 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3463 by @table @asis. Fix formatting of one item.
3464
0070f25a
JK
34652012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3468
4dc84fd1
JK
34692012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 New option "set debug auto-load".
3472 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3473 (auto-load verbose mode): New node.
3474
bccbefd2
JK
34752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3476
3477 New option "set auto-load safe-path".
3478 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3479 and "info auto-load" examples for safe-path. Put there also references
3480 for "set auto-load safe-path" and "show auto-load safe-path".
3481 New menu item for Auto-loading safe path.
3482 (Auto-loading safe path): New node.
3483 (Python Auto-loading): Update the expected output from "Missing"
3484 to "No".
3485
bf88dd68
JK
34862012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 auto-load: Implementation.
3489 * gdb.texinfo (Mode Options): New anchor for -nx.
3490 (Startup): New anchors for Option -init-eval-command,
3491 Home Directory Init File
3492 and Init File in the Current Directory during Startup.
3493 Mention set auto-load local-gdbinit with a reference.
3494 Change the sample code to "set auto-load python-scripts".
3495 (Threads): New anchor set libthread-db-search-path.
3496 Provide references to libthread_db.so.1 file.
3497 (Controlling GDB): New menu item for Auto-loading.
3498 (Auto-loading, Init File in the Current Directory)
3499 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3500 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3501 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3502 reference.
3503 (Auto-loading): Rename to ...
3504 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3505 "set auto-load python-scripts", new anchor for it. Change
3506 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3507 for it. Change "info auto-load-scripts"
3508 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3509 to "Python scripts".
3510
8264ba82
AG
35112012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3512
3513 PR mi/13393
3514 * gdb.texinfo (Print Settings): Extend the description for "set print
3515 object".
3516 (GDB/MI Variable Objects): Extend the description for -var-create and
3517 -var-list-children.
3518
06fc020f
SCR
35192012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3520
3521 * gdb.texinfo (Examining Data): Document the 'explore' command.
3522
7191c139
JB
35232012-03-28 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3526 to the children of a varobj and its update range when -var-update
3527 returns that the varobj's type changed.
3528
3708f05e
JK
35292012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3532 Create two new links fir 'objfile-gdb.py file'
3533 and 'dotdebug_gdb_scripts section'.
3534
8e0583c8
JK
35352012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3536
3537 * gdb.texinfo (Auto-loading): Rename node reference
3538 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3539 Twice.
3540 (.debug_gdb_scripts section): Rename the node ...
3541 (dotdebug_gdb_scripts section): ... here.
3542 (Maintenance Commands): Also rename this node reference.
3543
7b282c5a
SCR
35442012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3545
3546 * gdb.texinfo (Python API/Values From Inferior): Add description
3547 about the new method Value.referenced_value. Add description on
3548 how Value.dereference is different (and similar) to
3549 Value.referenced_value.
3550
8320cc4f
JK
35512012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3554 --init-eval-command=COMMAND, -iex.
3555 (Startup): Describe -iex and -ix. Simplify the example
3556 for "set auto-load-scripts off".
3557
481860b3
GB
35582012-03-16 Gary Benson <gbenson@redhat.com>
3559
3560 PR breakpoints/10738
3561 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3562 stating that GDB cannot set breakpoints on inlined functions.
3563 (Mode Options): Document --use-deprecated-index-sections.
3564 (Index Section Format): Document new index section version format.
3565
c4aeac85
TT
35662012-03-15 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3569
16899756
DE
35702012-03-13 Doug Evans <dje@google.com>
3571
3572 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3573 of "reload".
3574 (Symbols): Delete docs for set/show symbol-reloading.
3575 * gdbint.texinfo (Defining Other Architecture Features): Delete
3576 SYMBOL_RELOADING_DEFAULT.
3577 * refcard.tex: Delete reference to symbol-reloading.
3578
9b224c5e
PA
35792012-03-07 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.texinfo (General Query Packets): Document new
3582 QProgramSignals packet.
3583 * gdb.texinfo (Remote configuration): Mention
3584 "program-signals-packet".
3585
169081d0
TG
35862012-03-05 Tristan Gingold <gingold@adacore.com>
3587
3588 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3589
d1feda86
YQ
35902012-03-03 Yao Qi <yao@codesourcery.com>
3591
3592 * gdb.texinfo (In-Process Agent): New node.
3593 Document new commands.
3594 (General Query Packets): Add packet `QAgent'.
3595
1faeff08
MR
35962012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3597
3598 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3599
7d74f244
DE
36002012-03-01 Scott J. Goldman <scottjg@vmware.com>
3601
3602 * gdb.texinfo (Commands In Python): Put example python macro in
3603 COMMAND_USER category rather than COMMAND_OBSCURE.
3604 Document gdb.COMMAND_USER.
3605 (User-defined Commands): Update documentation to clarify
3606 "set/show max-user-call-depth" and "show user" don't apply to python
3607 commands. Update documentation to clarify "help user-defined" may
3608 also include python commands defined as COMMAND_USER.
3609
6fe37d23
JK
36102012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3611
3612 * gdb.texinfo (Startup): Add option -ex description to the option -x
3613 description.
3614
83364271
LM
36152012-02-24 Luis Machado <lgustavo@codesourcery.com>
3616
3617 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3618 condition-evaluation breakpoint parameter.
3619 Mention condition-evaluation mode being shown in "info break".
3620 (Break Conditions): Add description for target-side
3621 conditional breakpoints.
72f4393d 3622 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3623 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3624 cond-expr.
3625 (General Query Packets): Mention new ConditionalBreakpoint feature.
3626
bdb1994d
TT
36272012-02-22 Tom Tromey <tromey@redhat.com>
3628
3629 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3630
4d241c86
TT
36312012-02-17 Tom Tromey <tromey@redhat.com>
3632
3633 PR python/10753:
3634 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3635 directory.
3636
816338b5
SS
36372012-02-14 Stan Shebs <stan@codesourcery.com>
3638
3639 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3640
cc30c4bd
PA
36412012-02-13 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3644 mips-idt-ecoff.
3645
035d1e5b
YQ
36462012-02-09 Yao Qi <yao@codesourcery.com>
3647
3648 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3649
f0823d2c
TT
36502012-02-07 Tom Tromey <tromey@redhat.com>
3651
3652 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3653 Symbol.value.
3654
64e7d9dd
TT
36552012-02-07 Tom Tromey <tromey@redhat.com>
3656
3657 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3658
4220b2f8
TS
36592012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3660
3661 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3662
edcc5120
TT
36632012-01-24 Tom Tromey <tromey@redhat.com>
3664
3665 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3666 unload".
3667 (Files): Mention new catch commands.
3668 (GDB/MI Async Records): Likewise.
3669
53fe1783
GB
36702012-01-24 Gary Benson <gbenson@redhat.com>
3671
3672 Delete #if 0'd out code.
3673 * gdb.texinfo (Frame Info): Remove "info catch".
3674
b9e7b9c3
UW
36752012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3676
3677 * gdb.texinfo (Remote Configuration): Document
3678 "set remote hostio-readlink-packet" command.
3679 (General Query Packets): Document vFile:readlink packet.
3680
4aac40c8
TT
36812012-01-16 Tom Tromey <tromey@redhat.com>
3682
3683 * gdb.texinfo (Specify Location): Document relative file name
3684 handling.
3685
cafec441
TT
36862012-01-16 Tom Tromey <tromey@redhat.com>
3687
3688 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3689
0ee339bc
JK
36902012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3691 Eli Zaretskii <eliz@gnu.org>
3692
3693 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3694 code.
3695
72384ba3
PH
36962012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3697
3698 * gdb.texinfo (Variables): Document use of :: for non-static
3699 variables.
3700
ce1b17c4
JB
37012012-01-05 Joel Brobecker <brobecker@adacore.com>
3702
3703 * gdbint.texinfo (Start of New Year Procedure): Update
3704 to replace use of copyright.sh by use of copyright.py.
3705
217bff3e
JK
37062012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 Remove the gdbtui binary.
3709 * all-cfg.texi (GDBTUI): Remove.
3710 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3711 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3712 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3713
cc72b2a2
KP
37142011-12-23 Kevin Pouget <kevin.pouget@st.com>
3715
3716 Introduce gdb.FinishBreakpoint in Python.
3717 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3718 (Python API): Add menu entry for Finish Breakpoints.
3719
13ac8d2c
JK
37202011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3723 tests.
3724
e0f9f062
DE
37252011-12-16 Doug Evans <dje@google.com>
3726
3727 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3728
80b6e756
PM
37292011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3730
1c3ad6ab 3731 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3732 stack". Add documentation for "set/show python print-stack".
3733
2fb860fc
PA
37342011-12-14 Pedro Alves <pedro@codesourcery.com>
3735
3736 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3737 should transfer control to the stub in the startup code instead of
3738 in main. Mention the need to get past the initial breakpoint.
3739
f8eba3c6
TT
37402011-12-06 Tom Tromey <tromey@redhat.com>
3741
3742 * gdb.texinfo (Set Breaks): Update for new behavior.
3743
2268b414
JK
37442011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3747 List Format for SVR4 Targets'.
3748 (General Query Packets): New item qXfer:libraries-svr4:read.
3749 (Library List Format for SVR4 Targets): New node.
3750
ae6f0d5b
TT
37512011-12-01 Tom Tromey <tromey@redhat.com>
3752
3753 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3754 add.
3755
36dfb11c
TT
37562011-11-22 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3759 reasons.
3760
f196051f
SS
37612011-11-20 Stan Shebs <stan@codesourcery.com>
3762
3763 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3764 note-related options and variables.
3765 (Tracepoint Packets): Document packet changes.
3766
f85b53f8
SD
37672011-11-20 Sanjoy Das <sdas@igalia.com>
3768
3769 * gdb.texinfo (JIT Interface): Add documentation on writing and
3770 usind JIT debug info readers.
3771 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3772 Debug Info Readers): New nodes.
3773
bfccc43c
YQ
37742011-11-18 Yao Qi <yao@codesourcery.com>
3775
3776 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3777 tracepoint.
3778
c011a4f4
DE
37792011-11-15 Doug Evans <dje@google.com>
3780
3781 * gdb.texinfo (Files): Document basenames-may-differ.
3782
ed59ded5
DE
37832011-11-14 Doug Evans <dje@google.com>
3784
3785 * gdb.texinfo (Shell Commands): Document "!".
3786
405f8e94
SS
37872011-11-14 Stan Shebs <stan@codesourcery.com>
3788 Kwok Cheung Yeung <kcy@codesourcery.com>
3789
3790 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3791 needed to get shorter fast tracepoints.
3792 (Tracepoint Packets): Document new qTMinFTPILen packet.
3793
1e4d1764
YQ
37942011-11-14 Yao Qi <yao@codesourcery.com>
3795
3796 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3797 behavior of tracepoint.
3798 (General Query Packets): New feature InstallInTrace.
3799 (Remote Configuration): Document "set remote
3800 install-in-trace-packet".
3801
71eba9c2 38022011-11-12 Matt Rice <ratmice@gmail.com>
3803
3804 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3805 Add arguments to info macro.
3806
e0f8f636
TT
38072011-11-10 Tom Tromey <tromey@redhat.com>
3808
3809 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3810 manual.
3811 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3812 (Macros): Add a footnote.
3813 (C): Remove paragraph about compiler options.
3814 (C Constants): Mention wide character and string constants.
3815 (C Plus Plus Expressions): Update compiler option advice. Mention
3816 using declarations. Mention ADL. Remove old HP compiler
3817 information.
3818
625c0d47
TT
38192011-11-10 Tom Tromey <tromey@redhat.com>
3820
3821 PR c++/9257:
3822 * gdb.texinfo (Print Settings): Add an extra note about the need
3823 for a vtable.
3824
4be2aacc
MR
38252011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3826
3827 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3828 "set mips abi" documentation.
3829
0a1c4d10
DE
38302011-11-04 Doug Evans <dje@google.com>
3831
3832 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3833
aad1c02c
TT
38342011-11-03 Tom Tromey <tromey@redhat.com>
3835
3836 * gdb.texinfo (Stopping): Add menu entry.
3837 (Continuing and Stepping): Restore @node. Use @section, not
3838 @subsection.
3839
983fb131
MR
38402011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3841
3842 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3843 designation. Fix "Specify Location" cross-reference.
3844
3065dfb6
SS
38452011-11-02 Stan Shebs <stan@codesourcery.com>
3846
3847 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3848 (General Query Packets): Describe tracenz feature.
3849 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3850
0aaaf063
PK
38512011-10-28 Paul Koning <paul_koning@dell.com>
3852
3853 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3854
2231f1fb
KP
38552011-10-27 Kevin Pouget <kevin.pouget@st.com>
3856
72f4393d 3857 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3858 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3859
5110b5df
PK
38602011-10-26 Paul Koning <paul_koning@dell.com>
3861
3862 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3863
22dbab46
PK
38642011-10-25 Paul Koning <paul_koning@dell.com>
3865
3866 PR python/13327
72f4393d 3867
22dbab46
PK
3868 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3869 fetch_lazy method.
3870
9df2fbc4
PM
38712011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3872
3873 PR python/12656
3874
3875 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3876 global_block, static_block function.
3877
f05e2e1d
TT
38782011-10-19 Tom Tromey <tromey@redhat.com>
3879
3880 * gdb.texinfo (Commands In Python): Add missing "@"s.
3881
a7fc3f37
KP
38822011-10-13 Kevin Pouget <kevin.pouget@st.com>
3883
3884 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3885 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3886 constants.
3887
5048e516
JK
38882011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 Fix compatibility with texinfo versions older than 4.12.
3891 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3892 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3893 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3894 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3895 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3896 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3897 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3898
5a56e9c5
DE
38992011-10-09 Doug Evans <dje@google.com>
3900
3901 * gdb.texinfo (Extending GDB): Document alias command.
3902
36b11add
JK
39032011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 Support @entry in input expressions.
3906 * gdb.texinfo (Variables): Describe @entry names suffix.
3907 (Print Settings): Add anchor for `set print entry-values'.
3908
e18b2753
JK
39092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3910 Eli Zaretskii <eliz@gnu.org>
3911
3912 Display @entry parameter values (without references).
3913 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3914 example.
3915 (Print Settings): New description of set print entry-values and show
3916 print entry-values.
3917
111c6489
JK
39182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3919 Eli Zaretskii <eliz@gnu.org>
3920
3921 Recognize virtual tail call frames.
3922 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3923 (Tail Call Frames): New node.
3924 (Frames In Python): Add gdb.TAILCALL_FRAME.
3925
9c15afc4
DE
39262011-10-07 Doug Evans <dje@google.com>
3927
3928 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3929 register_pretty_printer.
3930
99f5279d
PM
39312011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3932
3933 PR python/12930
3934 PR python/12802
3935
3936 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3937 stop method.
3938
03583c20
UW
39392011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3940
3941 * gdb.texinfo (Starting your Program): "set disable-randomization"
3942 is no longer Linux-specific.
3943 (Remote Configuration): Document "set remote
3944 disable-randomization-packet".
3945 (General Query Packets): Document "QDisableRandomization" packet
3946 and add it to "qSupported" list.
3947
bd054e06
KP
39482011-10-07 Kevin Pouget <kevin.pouget@st.com>
3949
3950 Allow Python notification of new object-file loadings.
3951 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3952 event type.
3953
cb6be26b
KP
39542011-10-04 Kevin Pouget <kevin.pouget@st.com>
3955
3956 PR python/12691: Add the inferior to Python exited event
3957 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3958
a05336a1
JB
39592011-10-03 Joel Brobecker <brobecker@adacore.com>
3960
3961 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3962 rephasing.
3963
5d77fe44
JB
39642011-10-03 Joel Brobecker <brobecker@adacore.com>
3965
3966 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3967 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3968 as possible feature returned by the `-list-features'
3969 command.
3970
699df94d
PK
39712011-09-28 Paul Koning <paul_koning@dell.com>
3972
3973 * gdb.texinfo (gdb.Type): Document field access by dictionary
3974 key syntax.
3975
24bdad53
YQ
39762011-09-28 Yao Qi <yao@codesourcery.com>
3977
3978 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3979 Add one space after option `-s'. Remove @r{} markup.
3980
6710bf39
SS
39812011-09-27 Stan Shebs <stan@codesourcery.com>
3982
3983 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3984
d99f7e48
HZ
39852011-09-16 Hui Zhu <teawater@gmail.com>
3986
3987 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3988 to *(unsigned char *)$esp@300.
3989
d812018b
PK
39902011-09-15 Paul Koning <paul_koning@dell.com>
3991
3992 * gdb.texinfo: Make style of Python functions and methods match
3993 the syntax of Python. Also put class and module names explicitly
3994 on function, member, and variable names, matching Python
3995 documentation conventions.
72f4393d 3996
2aa48337
KP
39972011-09-15 Kevin Pouget <kevin.pouget@st.com>
3998
3999 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4000 * gdb.texinfo (Inferiors In Python): Describe new
4001 gdb.selected_inferior() function.
4002
6839b47f
KP
40032011-09-15 Kevin Pouget <kevin.pouget@st.com>
4004
4005 Handle multiple breakpoint hits in Python interface:
4006 * gdb.texinfo (Events In Python): New function documentation:
4007 gdb.BreakpointEvent.breakpoints. Indicate that
4008 gdb.BreakpointEvent.breakpoint is now deprecated.
4009
26829f2b
JB
40102011-09-04 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4013
a9f54f60
TT
40142011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4015
4016 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4017
fa3a4f15
PM
40182011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4019
72f4393d
L
4020 * gdb.texinfo (Prompt): Add set/show extended-prompt
4021 documentation
4022 (Basic Python): Add prompt_hook anchor.
4023 (Python modules): Reword module text to reflect multiple modules.
4024 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4025
224bbe49
YQ
40262011-08-14 Yao Qi <yao@codesourcery.com>
4027
78d85199
YQ
4028 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4029
40302011-08-14 Yao Qi <yao@codesourcery.com>
4031
4032 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4033 (TIC6x Features): New node.
4034
457e09f0
DE
40352011-08-12 Doug Evans <dje@google.com>
4036
4037 * gdb.texinfo (Symbols In Python): Document symbol.type.
4038
5e239b84
PM
40392011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4040
4041 * gdb.texinfo (Python): Document command and function
4042 auto-loading.
4043
177bc839
JK
40442011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4045 Eli Zaretskii <eliz@gnu.org>
4046
4047 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4048 typedefs unrolling. Extend the sample code by an inner typedef and
4049 outer typedefs unrolling.
4050
1a532630
PP
40512011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4052
4053 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4054 size and line-size.
4055
9b158ba0 40562011-07-21 Matt Rice <ratmice@gmail.com>
4057
4058 PR macros/12999
4059 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4060 Update text and cindex entries for info macro command.
4061
d17b6f81
PM
40622011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4063
4064 * observer.texi (GDB Observers): Add before_prompt observer.
4065 * gdb.texinfo (Basic Python): Add documentation for prompt
4066 substitution.
4067
713389e0
PM
40682011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4069
72f4393d 4070 PR python/12438
713389e0 4071 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4072 set/show python print-stack. Document set/show python
4073 print-backtrace.
713389e0 4074
177b42fe
TJB
40752011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4076
4077 * gdb.texinfo: Fix typos.
4078
900e11f9
JK
40792011-07-01 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.texinfo (Debugging Output): Document set debug
4082 check-physname.
4083
39c4d40a
TT
40842011-06-29 Tom Tromey <tromey@redhat.com>
4085
4086 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4087 breakpoint-notifications feature.
4088
6f5def7d
UW
40892011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4090
4091 * gdb.texinfo (Target Description): Remove warning about
4092 possibly unstable format.
4093
8cf64490
TT
40942011-06-03 Tom Tromey <tromey@redhat.com>
4095
4096 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4097 (Events In Python): Note that exit_code is optional.
4098
393eab54
PA
40992011-05-17 Pedro Alves <pedro@codesourcery.com>
4100
4101 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4102 required for multi-threading support.
4103 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4104 Hc are deprecated for multi-threading debugging. Point readers at
4105 the vCont packet.
4106
75fc9810
DE
41072011-05-15 Doug Evans <dje@google.com>
4108
4109 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4110
01124a23
DE
41112011-05-13 Doug Evans <dje@google.com>
4112
98a5dd13
DE
4113 * gdb.texinfo (Threads): Document $sdir,$pdir.
4114 (Server): Document $pdir exception.
4115
dbaefcf7
DE
4116 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4117
cc63ef9b
DE
4118 * gdb.texinfo (Threads): Clarify default value for
4119 libthread-db-search-path.
7e0396aa 4120
01124a23
DE
4121 * gdb.texinfo (Completion): Update example.
4122 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4123
d248b706
KY
41242011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4125
4126 * gdb.texinfo: Document change in the behaviour of the enable and
4127 disable GDB commands when applied to tracepoints.
4128 Document the EnableDisableTracepoints remote stub feature.
4129 Document QTEnable and QTDisable in the list of tracepoint packets.
4130
cc88a640
JK
41312011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4134 hsuser.texi.
4135 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4136 comment to hsuser.texi. Change rluser.texi name in the comment.
4137
84e578fb
DE
41382011-05-10 Doug Evans <dje@google.com>
4139
4140 * gdb.texinfo (Threads): If an empty path is provided for
4141 libthread-db-search-path it is reset to its default value.
4142 (Server): Ditto.
4143
478aac75
DE
41442011-05-09 Doug Evans <dje@google.com>
4145
4146 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4147
9c06b0b4
TJB
41482011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4149 Thiago Jung Bauermann <bauerman@br.ibm.com>
4150
4151 Implement support for PowerPC BookE masked watchpoints.
4152 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4153 (PowerPC Embedded): Mention support of masked watchpoints.
4154
9ed350ad
JB
41552011-05-03 Joel Brobecker <brobecker@adacore.com>
4156
4157 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4158 `@value{GDBN}'.
4159
4ceed123
JB
41602011-05-03 Joel Brobecker <brobecker@adacore.com>
4161
4162 * gdb.texinfo (titlepage): Remove dedication.
4163 (In Memoriam): New appendix.
4164
559a7a62
JK
41652011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4166 Eli Zaretskii <eliz@gnu.org>
4167
4168 * gdb.texinfo (Index Section Format): Change the version to 5.
4169 Describe the different formula.
4170
03f2bd59
JK
41712011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4172 Eli Zaretskii <eliz@gnu.org>
4173
4174 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4175 for disconnected tracing.
4176 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4177 extended-remote relationship. Mention --once.
4178 (TCP port allocation lifecycle of @code{gdbserver}): New.
4179
d9b1a651
EZ
41802011-04-23 Eli Zaretskii <eliz@gnu.org>
4181
4182 * gdb.texinfo (Server): Improve indexing. Index all optional
4183 switches to gdbserver.
4184
90476074
TT
41852011-04-20 Tom Tromey <tromey@redhat.com>
4186
4187 * gdb.texinfo (Index Section Format): New node.
4188 (Top): Add new node to menu.
4189
c21236dc
PA
41902011-04-20 Pedro Alves <pedro@codesourcery.com>
4191
4192 * gdb.texinfo (Maintenance Commands): Document `maint print
4193 remote-registers'.
4194
05c8c3f5
TT
41952011-04-20 Tom Tromey <tromey@redhat.com>
4196
4197 * gdb.texinfo (Trace File Format): Move node later.
4198
7a9dd1b2
TT
41992011-04-19 Tom Tromey <tromey@redhat.com>
4200
4201 * gdbint.texinfo (Register Information Functions): Remove
4202 duplicate "the".
4203 * gdb.texinfo (Emacs): Remove duplicate "to".
4204 (GDB/MI Variable Objects): Remove duplicate "the".
4205 (General Query Packets): Likewise.
4206
4368ebeb
JB
42072011-04-02 Joel Brobecker <brobecker@adacore.com>
4208
4209 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4210 "GDB/MI Ada Exception Information" node.
4211
956a9fb9
JB
42122011-04-01 Joel Brobecker <brobecker@adacore.com>
4213
4214 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4215 the "exception-name" field in the *stopped async record.
4216
f1310107
TJB
42172011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4218 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4219
4220 Implement support for PowerPC BookE ranged breakpoints.
4221 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4222
8786b2bd
TT
42232011-03-28 Tom Tromey <tromey@redhat.com>
4224
4225 * gdb.texinfo (Set Tracepoints): Fix typo.
4226
9ef07c8c
TT
42272011-03-24 Tom Tromey <tromey@redhat.com>
4228
4229 * gdb.texinfo (Specify Location): Document `function:label'
4230 linespec.
4231
99c3dc11
PM
42322011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4233
f1310107 4234 PR python/12149
99c3dc11
PM
4235
4236 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4237
29703da4
PM
42382011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4239
4240 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4241 (Inferiors In Python): Likewise.
4242 (Threads In Python): Likewise.
4243 (Symbols In Python): Likewise.
4244 (Objfiles In Python): Likewise.
4245 (Symbol Tables In Python): Likewise.
4246
c9174737
PA
42472011-03-15 Pedro Alves <pedro@codesourcery.com>
4248
4249 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4250 display>: Explain that the commands accept number ranges.
4251
7371cf6d
PM
42522011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4253
4254 * gdb.texinfo (Breakpoints In Python): Add description and example
4255 of Python stop function operation.
4256
ecec24e6
PM
42572011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4258
4259 * gdb.texinfo (Parameters In Python): Document get_set_string and
4260 get_show_string methods.
4261
6dcd5565
JK
42622011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4263
4264 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4265
81896e36
JK
4266 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4267 circular-trace-buffer name.
4268
5e30da2c
JB
42692011-02-28 Joel Brobecker <brobecker@adacore.com>
4270
4271 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4272 in the previous change.
4273
3bd0f5ef 42742011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4275
72f4393d 4276 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4277 that they can accept multiple arguments.
4278
4ec7539c
JB
42792011-02-24 Joel Brobecker <brobecker@adacore.com>
4280
4281 Revert the following patch (code patch was not approved):
4282 2011-02-21 Hui Zhu <teawater@gmail.com>
4283 * agentexpr.texi (bytecode descriptions): add printf.
4284 * gdb.texinfo (tracepoint action lists): add printf.
4285
82809774
DE
42862011-02-23 Doug Evans <dje@google.com>
4287
4288 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4289
e5a67952
MS
42902011-02-23 Michael Snyder <msnyder@vmware.com>
4291
4292 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4293 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4294 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4295
6e6fbe60
DE
42962011-02-22 Doug Evans <dje@google.com>
4297
4298 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4299 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4300 add description of result, fix @defun formatting.
4301
f994e27a
HZ
43022011-02-21 Hui Zhu <teawater@gmail.com>
4303
4304 * agentexpr.texi (Bytecode Descriptions): Add printf.
4305 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4306
c7f96d2b
TT
43072011-02-18 Tom Tromey <tromey@redhat.com>
4308
4309 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4310
60f98dde
MS
43112011-02-14 Michael Snyder <msnyder@vmware.com>
4312
4313 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4314 Document new command "thread find".
4315
08e796bc
MS
43162011-02-14 Michael Snyder <msnyder@vmware.com>
4317
4318 * gdb.texinfo (Threads): Update example of new thread message.
4319
b3b9301e
PA
43202011-02-14 Pedro Alves <pedro@codesourcery.com>
4321
4322 * gdb.texinfo (Remote Configuration): Mention set/show remote
4323 traceframe-info.
4324 (Tools/Packages Optional for Building GDB): Mention that expat is
4325 used for traceframe info.
4326 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4327 (General Query Packets) <qSupported>: Describe the
4328 qXfer:traceframe-info:read feature.
4329 (qXfer::read): Describe qXfer:traceframe-info:read.
4330 (Traceframe Info Format): New section.
4331
cef35b0f
PA
43322011-02-04 Pedro Alves <pedro@codesourcery.com>
4333
4334 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4335 for casts and unary operators.
4336
f1cbe1d3
TT
43372011-02-04 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4340 is not useful.
4341
585fdaa1
PA
43422011-01-25 Pedro Alves <pedro@codesourcery.com>
4343
4344 * gdb.texinfo: s/value optimized out/optimized out/g
4345
7bfc9434
JB
43462011-01-21 Joel Brobecker <brobecker@adacore.com>
4347
4348 * gdb.texinfo (Other Misc Settings): Rework part of the
4349 documentation of the "set interactive mode" command.
4350
4694da01
TT
43512011-01-19 Tom Tromey <tromey@redhat.com>
4352
4353 * gdb.texinfo (Threads): Document thread name output and `thread
4354 name' command.
4355 (Threads In Python): Document Thread.name attribute.
4356 (GDB/MI Thread Commands): Document thread attributes.
4357
b716877b
AB
43582011-01-12 Andrew Burgess <aburgess@broadcom.com>
4359
4360 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4361 changes in mi/mi-cmd-disas.c
4362
13fd8b81
TT
43632011-01-12 Tom Tromey <tromey@redhat.com>
4364
4365 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4366 Fix "thread apply" text.
4367
e09342b5
TJB
43682011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4369 Thiago Jung Bauermann <bauerman@br.ibm.com>
4370
4371 Implement support for PowerPC BookE ranged watchpoints.
4372 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4373 the "set powerpc exact-watchpoints" flag.
4374
06e65f44
TT
43752011-01-07 Tom Tromey <tromey@redhat.com>
4376
4377 * gdb.texinfo (Python API): Add descriptions to @menu items.
4378
d8e22779
TT
43792011-01-06 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4382
a255712f
PP
43832010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4384
e09342b5 4385 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4386
ccfc3d6e
TT
43872011-01-06 Tom Tromey <tromey@redhat.com>
4388
4389 PR python/12133:
4390 * gdb.texinfo (Frames In Python): Document various frame
4391 constants.
4392
44944448
JB
43932011-01-05 Joel Brobecker <brobecker@adacore.com>
4394
4395 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4396 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4397 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4398
42ea3d7a
JK
43992011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4402 (clean): Add GDBvn.texi.
4403
720d1a40
JB
44042010-12-29 Joel Brobecker <brobecker@adacore.com>
4405
4406 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4407 occasional case where the debugger prints an array address
4408 instead of the array itself.
4409
ad196637
PA
44102010-12-23 Pedro Alves <pedro@codesourcery.com>
4411
4412 * gdb.texinfo (Packets) <read registers packet>: Document support
4413 for registers that were not collected.
4414
a86caf66
DE
44152010-12-15 Doug Evans <dje@google.com>
4416
4417 * gdb.texinfo (Startup): Document auto-loading of scripts during
4418 startup.
4419 (Auto-loading): Delete "maint set python auto-load on|off".
4420 Add "set auto-load-scripts on|off".
4421
aae1c79a
DE
44222010-12-07 Doug Evans <dje@google.com>
4423
4424 * gdb.texinfo (Mode Options): Document -data-directory.
4425 (Data Files): Add reference to -data-directory.
4426
4e04c971
DE
44272010-11-29 Doug Evans <dje@google.com>
4428
4429 * gdb.texinfo (Pretty-Printer Introduction): Change
4430 printer-name:subprinter-name to printer-name;subprinter-name.
4431
94b6973e
PM
44322010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4433
72f4393d 4434 PR python/12199
94b6973e
PM
4435
4436 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4437
39037522
TT
44382010-11-23 Tom Tromey <tromey@redhat.com>
4439
4440 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4441 (Editing): Likewise.
4442 (Command History): Likewise.
4443 (TUI Keys): Likewise.
4444 (Bug Reporting): Conditionally include rluser.texi and
4445 inc-history.texinfo.
4446 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4447 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4448 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4449 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4450 (gdb.pdf): Likewise.
4451 (gdb.info): Likewise.
4452 (gdb/index.html): Likewise.
4453
5ae98d25
TT
44542010-11-23 Tom Tromey <tromey@redhat.com>
4455
4456 * Makefile.in (Makefile): Run ../config.status.
4457 (distclean): Update.
4458 * configure: Remove.
4459 * configure.ac: Remove.
4460
621c8364
TT
44612010-11-12 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.texinfo (Basic Python): Update. Add xref.
4464 (Exception Handling): Document new exception classes.
4465 (Types In Python): Update.
4466 (Frames In Python): Update.
4467
84f4c1fe
PM
44682010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4469
4470 * gdb.texinfo (Breakpoints In Python): Document "internal"
4471 parameter, and visible attribute.
4472
99e7ae30
DE
44732010-11-05 Doug Evans <dje@google.com>
4474
4475 * gdb.texinfo (Source Path): Document "set directories".
4476
f4b8a18d
KW
44772010-11-05 Ken Werner <ken.werner@de.ibm.com>
4478
4479 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4480 (OpenCL C): New node.
4481
7b51bc51
DE
44822010-11-02 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Pretty Printing): Expand into three sections,
4485 introduction, example, and commands.
4486 (Python API): Delete section Disabling Pretty-Printers, merge into
4487 Selecting Pretty-Printers.
4488 (Writing a Pretty-Printer): New section. Move the pretty-printer
4489 example here, and reformat to match python coding style. Add a second
4490 example using the gdb.printing module.
4491 (Python modules): Add gdb.printing.
4492
9eeee977
DE
44932010-10-29 Doug Evans <dje@google.com>
4494
4495 * gdb.texinfo (Python): Fix long line.
4496
a0e0ffdf
DE
44972010-10-20 Doug Evans <dje@google.com>
4498
4499 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4500 All references updated. Correct sections marked as subsections.
4501 (Coding Standards): New chapter. Move the coding standard related
4502 subsections here. Add section on Python coding standards.
4503
0e3509db
DE
45042010-10-13 Doug Evans <dje@google.com>
4505
4506 * gdb.texinfo (Python): Add "Python modules".
4507 (Types in Python): Add reference to gdb.types section.
4508 (Python modules): New node.
4509
44592cc4
DE
45102010-10-11 Doug Evans <dje@google.com>
4511
4512 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4513 Python" from gdb.Value.type description.
4514
6e1bb179
JB
45152010-09-28 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.texinfo (Ravenscar Profile): New node.
4518
e8467610
TT
45192010-09-22 Tom Tromey <tromey@redhat.com>
4520
4521 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4522
fccd1d1e
EZ
45232010-09-22 Eli Zaretskii <eliz@gnu.org>
4524
4525 * gdb.texinfo (Values From Inferior): Clarify that
4526 value.dynamic_type works only in C++ programs with RTTI.
4527
c1b6b909
TT
45282010-09-15 Paul Bolle <pebolle@tiscali.nl>
4529
4530 * gdb.texinfo (Character Sets): Correctly reference host-charset
4531 in example.
4532
7d288aaa
TT
45332010-09-13 Tom Tromey <tromey@redhat.com>
4534
4535 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4536 Document "fullname" and "from".
4537
f75d858b
MK
45382010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4539
4540 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4541 feature `reverse' output by -list-target-features.
4542
83b9503b
L
45432010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4544
4545 * gdb.texinfo (i386 Features): Remove an extra "@item".
4546
03f17ccf
TT
45472010-08-30 Tom Tromey <tromey@redhat.com>
4548
4549 PR python/11792:
4550 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4551
9779414d
DJ
45522010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4553
4554 * gdb.texinfo (ARM Features): Document
4555 org.gnu.gdb.arm.m-profile.
4556
f9ffd4bb
TT
45572010-08-23 Tom Tromey <tromey@redhat.com>
4558
4559 PR python/11145:
4560 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4561 reinterpret_cast methods.
4562
702c2711
TT
45632010-08-23 Tom Tromey <tromey@redhat.com>
4564
4565 PR python/11915:
4566 * gdb.texinfo (Types In Python): Document array method.
4567
66b73624
TJB
45682010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4569
4570 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4571
06a64a0b
TT
45722010-08-16 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.texinfo (Set Watchpoints): Document -location option.
4575
a3a7127e
DE
45762010-08-13 Doug Evans <dje@google.com>
4577
4578 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4579
8dedea02
VP
45802010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4581
4582 * gdb.texinfo (GDB/MI Data Manipulation): Document
4583 -data-read-memory-raw and -data-write-memory-raw.
4584
ca5c20b6 45852010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4586 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4587
4588 * gdb.texinfo (Basic Python): Describe post_event API.
4589
cb2e07a6
PM
45902010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4591
4592 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4593 decode_line Python APIs
cb2e07a6 4594
464b3efb
TT
45952010-08-10 Tom Tromey <tromey@redhat.com>
4596
4597 * gdb.texinfo (Pretty Printing API): Document
4598 gdb.default_visualizer.
4599
c29c521f
TT
46002010-08-10 Tom Tromey <tromey@redhat.com>
4601
4602 Revert gdb-add-index addition:
4603 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4604
5da1313b
JK
46052010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4606 Eli Zaretskii <eliz@gnu.org>
4607
4608 * gdb.texinfo (Mode Options) <-batch>
4609 (Basic Python) <gdb.execute>: Describe setting width and height.
4610
02d868e8
PP
46112010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4612
4613 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4614
c2bbed2a
TT
46152010-07-30 Tom Tromey <tromey@redhat.com>
4616
4617 * gdb.texinfo (Index Files): Mention gdb-add-index.
4618
6c13bbe1
HZ
46192010-07-30 Hui Zhu <teawater@gmail.com>
4620
4621 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4622 "detach inferior" and "kill inferior".
4623
53a71c06
CR
46242010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4625
4626 * gdb.texinfo (Machine Code): Update description of two forms of
4627 arguments, and add new example to demonstrate the new form.
4628
5374244e
PM
46292010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4630
4631 * gdb.texinfo (Values From Inferior): Add value inferior function
4632 call description.
4633
8ea5bce5
JK
46342010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4637
c0edd9ed
JK
46382010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4639 Eli Zaretskii <eliz@gnu.org>
4640
4641 Make core files the process_stratum.
4642 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4643 record_stratum example.
4644
9291a0cd
TT
46452010-07-13 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.texinfo (Index Files): New node.
4648
f5011d11
TT
46492010-07-13 Tom Tromey <tromey@redhat.com>
4650
4651 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4652
0f5238ed
TT
46532010-07-13 Tom Tromey <tromey@redhat.com>
4654
4655 * gdb.texinfo (Specify Location): Document labels.
4656
74c761c1
PA
46572010-07-01 Pedro Alves <pedro@codesourcery.com>
4658
4659 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4660 entries for fast tracepoints and static tracepoints.
4661
501994c0
PA
46622010-07-01 Pedro Alves <pedro@codesourcery.com>
4663
4664 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4665 qsThreadInfo>: Spell out `l' as ell.
4666
0fb4aa4b
PA
46672010-07-01 Pedro Alves <pedro@codesourcery.com>
4668
4669 * gdb.texinfo (Convenience Variables): Document $_sdata.
4670 (Commands to Set Tracepoints): Describe static tracepoints. Add
4671 `Listing Static Tracepoint Markers' menu entry. Document
4672 "strace".
4673 (Tracepoint Action Lists): Document collecting $_sdata.
4674 (Listing Static Tracepoint Markers): New subsection.
4675 (Tracepoints support in gdbserver): Mention static tracepoints.
4676 (remote packets, enabling and disabling): Mention
4677 read-sdata-object.
4678 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4679 and StaticTracepoint.
4680 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4681 Document qXfer:sdata:read.
4682 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4683
dc3b15be
JB
46842010-06-29 Joel Brobecker <brobecker@adacore.com>
4685
4686 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4687
595939de
PM
46882010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4689 Tom Tromey <tromey@redhat.com>
4690 Thiago Jung Bauermann <bauerman@br.ibm.com>
4691
4692 * gdb.texinfo (Inferiors In Python): New node.
4693 * gdb.texinfo (Threads In Python): New node.
4694
9279c692
JB
46952010-06-28 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.texinfo (Python): Document what the python directory is
4698 and what its location is.
4699 (Basic Python): Document the gdb.PYTHONDIR constant.
4700
bc9f0842
TT
47012010-06-25 Tom Tromey <tromey@redhat.com>
4702
4703 PR python/10808:
4704 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4705
f1421989
HZ
47062010-06-24 Hui Zhu <teawater@gmail.com>
4707
4708 * gdb.texinfo: (Commands for Controlled Output): Add
4709 documentation for command "eval".
4710
e4c0cfae
SS
47112010-06-21 Stan Shebs <stan@codesourcery.com>
4712
4713 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4714 * annotate.texinfo: Ditto.
4715 * gdbint.texinfo: Ditto.
4716 * stabs.texinfo: Ditto.
4717
bb08c432
HZ
47182010-06-22 Hui Zhu <teawater@gmail.com>
4719
4720 * gdb.texinfo: (Process Record and Replay): Add documentation
4721 for command "set record memory-query".
4722
4f5d9f07
SS
47232010-06-21 Stan Shebs <stan@codesourcery.com>
4724
4725 * gdb.texinfo: Relicense under GFDL version 1.3.
4726 * annotate.texinfo: Relicense under GFDL version 1.3.
4727 * gdbint.texinfo: Relicense under GFDL version 1.3.
4728 * stabs.texinfo: Relicense under GFDL version 1.3.
4729 * fdl.texi: Update to version 1.3.
4730
6aed2dbc
SS
47312010-06-18 Stan Shebs <stan@codesourcery.com>
4732
a61408f8
SS
4733 * gdb.texinfo (Operating System Auxiliary Information): Describe
4734 "info os" when no arguments given.
4735
6aed2dbc
SS
4736 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4737 $_thread.
4738
24e933df
HZ
47392010-06-18 Hui Zhu <teawater@gmail.com>
4740
4741 * gdb.texinfo: (Process Record and Replay): Add documentation
4742 for commands "record save" and "record restore".
4743
65d79d4b
SDJ
47442010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4745
4746 * gdb.texinfo: Include information about the correct use
4747 of addresses in the `watch' command.
4748
d914c394
SS
47492010-06-11 Stan Shebs <stan@codesourcery.com>
4750
4751 * gdb.texinfo (Observer Mode): New section.
4752 (General Query Packets): Document QAllow.
889bf7c5 4753
967cf477
DE
47542010-06-04 Doug Evans <dje@google.com>
4755
4756 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4757
aaf4119b
DE
47582010-06-03 Doug Evans <dje@google.com>
4759
4760 * gdbint.texinfo (Coding): Add subsection on command names.
4761
9eae7c52
TT
47622010-06-02 Tom Tromey <tromey@redhat.com>
4763
4764 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4765 always-disassemble.
4766
fa593d66
PA
47672010-06-01 Pedro Alves <pedro@codesourcery.com>
4768
4769 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4770 gdbserver, and add cross reference.
4771 (Tracepoints support in gdbserver): New subsection.
4772
dde08ee1
PA
47732010-05-26 Pedro Alves <pedro@codesourcery.com>
4774
4775 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4776 `qRelocInsn' feature.
4777 (Relocate instruction reply packet): New subsection
4778 of `Tracepoint Packets'.
4779 (Tracepoint Packets): Mention that packets QTDP and QTStart
4780 support the qRelocInsn request, and add cross reference to new
4781 subsection.
4782
07ca107c
DE
47832010-05-25 Doug Evans <dje@google.com>
4784
4785 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4786 (Commands In Python): Document gdb.string_to_argv.
4787
c25c4a8b
JK
47882010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4789
4790 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4791 ATTR_NORETURN.
4792
d7b32ed3 47932010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4794 Tom Tromey <tromey@redhat.com>
4795 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4796
c25c4a8b 4797 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4798
6aecb9c2
JB
47992010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4800
4801 * gdb.texinfo: (Summary) Add mention about D language support.
4802 (Filenames): Add D suffixes.
4803 (D): New node.
4804
b7da9e9f
PM
48052010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4806
4807 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4808 of macro deleted from GDB code.
4809
ab38a727
PA
48102010-04-24 Pedro Alves <pedro@codesourcery.com>
4811
4812 * gdb.texinfo (Commands to specify files): Describe what how GDB
4813 looks up DOS-based filesystem paths on the system root. Document
4814 the new `set/show target-file-system-kind' commands.
4815
66d09542
DE
48162010-04-23 Doug Evans <dje@google.com>
4817
4818 * gdb.texinfo (Python): Move Auto-loading section here ...
4819 (Python API): from here.
4820 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4821 (Maintenance Commands): Add docs for "maint print section-scripts".
4822
8bd10a10
CM
48232010-04-20 Chris Moller <cmoller@redhat.com>
4824
4825 * gdb.texinfo (Setting Breakpoints): Added description of
4826 filename-qualified rbreak.
4827 * refcard.tex (Breakpoints and Watchpoints): Added brief
4828 description of filename-qualified rbreak.
4829
4c374409
JK
48302010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4833 (Python API): Change the reference to Pretty Printing API.
4834 (Pretty Printing): Move the user part under the Data node. Reformat
4835 the sample output to 72 columns. Create a new reference to Pretty
4836 Printing API. Rename the API part ...
4837 (Pretty Printing API): To a new node name.
4838 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4839 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4840
5a9351ae
SS
48412010-04-21 Stan Shebs <stan@codesourcery.com>
4842
4843 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4844 and commands.
5a9351ae 4845 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4846
9a22f0d0
PM
48472010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4848
4849 * gdb.texinfo (Examining memory): Update for change in string
4850 display with explicit size.
4851
6149aea9
PA
48522010-04-19 Pedro Alves <pedro@codesourcery.com>
4853
4854 PR breakpoints/8554.
4855
4856 * gdb.texinfo (Save Breakpoints): New node.
4857 (save-tracepoints): Rename to ...
4858 (save tracepoints): ... this. Mention that `save-tracepoints' is
4859 a deprecated alias to `save tracepoints'.
4860
711e434b
PM
48612010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4862
645797a8 4863 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4864 (info w32 thread-information-block): Document new command.
4865 (qGetTIBAddress): Document new gdbserver query.
4866 (maint set/show show-all-tib): Document new command.
4867
3f7b2faa
DE
48682010-04-15 Doug Evans <dje@google.com>
4869
fa33c3cd
DE
4870 * gdb.texinfo (Python API): Add progspaces section.
4871 (Selecting Pretty-Printers): Progspace pretty-printers are
4872 searched too.
4873 (Progspaces In Python): New section.
4874
3f7b2faa
DE
4875 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4876
79f283fe
PM
48772010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4878
4879 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4880 returns None.
4881
87290684
SS
48822010-04-09 Stan Shebs <stan@codesourcery.com>
4883
4884 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4885 Describe the `frames-created' field, tweak grammar.
4886
a97153c7
PA
48872010-04-09 Pedro Alves <pedro@codesourcery.com>
4888
4889 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4890 Describe the `circular' and `disconnected' fields.
4891
5c5dcc1b
L
48922010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4893
4894 * gdb.texinfo (maint print registers): Mention unavailable and
4895 invisible registers.
4896
adc36818
PM
48972010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4898 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4899 Tom Tromey <tromey@redhat.com>
adc36818
PM
4900
4901 * gdb.texinfo (Breakpoints In Python): New Node.
4902
33da3f1c
SS
49032010-04-08 Stan Shebs <stan@codesourcery.com>
4904
4905 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4906 trace status fields.
4907
3a13a53b
L
49082010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4909
4910 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4911 optional. Make org.gnu.gdb.i386.avx requires
4912 org.gnu.gdb.i386.avx.
4913
08001717
DE
49142010-04-08 Doug Evans <dje@google.com>
4915
4916 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4917 search path, and document that gdb only scans the search path if
4918 the script's path doesn't specify a directory.
4919
c375651d
DE
49202010-04-05 Doug Evans <dje@google.com>
4921
4922 * gdb.texinfo (maint show python auto-load): Fix typo.
4923
af54718e
SS
49242010-04-04 Stan Shebs <stan@codesourcery.com>
4925
d77f58be
SS
4926 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4927 (Setting Watchpoints): Update description of "info watch".
4928 (Disabling Breakpoints): Only "info break" lists all.
4929
af54718e
SS
4930 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4931 (tdump): Explain how tdump works.
4932
86b17b60
PA
49332010-04-01 Pedro Alves <pedro@codesourcery.com>
4934
4935 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4936 add cross reference.
4937
ff12863f
PA
49382010-03-31 Pedro Alves <pedro@codesourcery.com>
4939
4940 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4941 commands error out.
4942
f68eb612
L
49432010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4944
4945 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4946
c8d5aac9
L
49472010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4948
4949 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4950
7d13fe92
SS
49512010-03-29 Stan Shebs <stan@codesourcery.com>
4952 Nathan Sidwell <nathan@codesourcery.com>
4953
4954 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4955 GDBN equivalent.
4956 (Set Tracepoints): Remove mention that conditional tracepoints
4957 don't exist.
4958 (Tracepoint Actions): Clarify when while-stepping collection
4959 happens, note that while-stepping does not automatically collect
4960 $pc.
4961
409873ef 49622010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4963
409873ef
SS
4964 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4965 (General Query Packets): Describe TracepointSource.
4966
ee8e71d4
EZ
49672010-03-27 Matt Rice <ratmice@gmail.com>
4968
c8d5aac9
L
4969 * gdb.texinfo (ARM): Document arguments to "target sim".
4970 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4971
99b5e152
PA
49722010-03-26 Pedro Alves <pedro@codesourcery.com>
4973
4974 * gdb.texinfo (Tracepoint Packets): Remove mention that
4975 terror:string may be plain text, and drop mention of X prefix.
4976
cd64ee31
VP
49772010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4978
4979 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4980
6c28cbf2
SS
49812010-03-24 Stan Shebs <stan@codesourcery.com>
4982
4983 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4984
95a42b64
TT
49852010-03-24 Tom Tromey <tromey@redhat.com>
4986
4987 PR breakpoints/9352:
4988 * gdb.texinfo (Break Commands): Update.
4989
18148017
VP
49902010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4991
4992 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4993 commands.
4994
4daf5ac0
SS
49952010-03-16 Stan Shebs <stan@codesourcery.com>
4996
4997 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4998 circular-trace-buffer.
4999 (Tracepoint Packets): Describe QTBuffer, and details of the
5000 qTStatus reply.
5001
c9429232
SS
50022010-03-12 Stan Shebs <stan@codesourcery.com>
5003 Nathan Sidwell <nathan@codesourcery.com>
5004
5005 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5006 doing instruction stepping.
5007 (Tracepoint Restrictions): New node.
5008
ccefe4c4
TT
50092010-03-10 Tom Tromey <tromey@redhat.com>
5010
5011 * gdbint.texinfo (Symbol Handling): Update.
5012
7c953934
TT
50132010-03-08 Tom Tromey <tromey@redhat.com>
5014
5015 PR cli/9591:
5016 * gdb.texinfo (Mode Options): Mention lack of pagination and
5017 confirmation with --batch.
5018 (Screen Size): Mention --batch.
5019 (Messages/Warnings): Likewise.
5020
f870a310
TT
50212010-03-05 Tom Tromey <tromey@redhat.com>
5022
5023 * gdb.texinfo (Basic Python): Document target_charset and
5024 target_wide_charset.
5025
78e2826b
TT
50262010-03-05 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Data): Link to pretty-printing.
5029 (Output Formats): Likewise. Correct text.
5030
f5dff777
DJ
50312010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5032
5033 * gdb.texinfo (Types): Describe <struct> and <flags>.
5034
dc00d89f
PM
50352010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5036
5037 * gdb.texinfo (Frames In Python): Add block parameter and
5038 description to read_var text.
5039
5107b149 50402010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5041 Tom Tromey <tromey@redhat.com>
5107b149
PM
5042
5043 * gdb.texinfo (Types In Python): Describe block argument in
5044 template_argument and gdb.lookup_type.
5045
e03e5e7b
TT
50462010-02-24 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.texinfo (Cygwin Native): Fix typo.
5049
f3e9a817
PM
50502010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5051
5052 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5053 and select method descriptions.
5054 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5055 Tables in Python to menu.
5056 (Blocks In Python): New node.
5057 (Symbols In Python): New node.
5058 (Symbol Tables in Python): New node.
5059
a79b8f6e
VP
50602010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5061
5062 Multiexec MI
5063
5064 gdb/
5065 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5066
5067 gdb/doc/
5068 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5069 changes.
5070 (GDB/MI Program Execution): Document current behaviour of
5071 --all and --thread-group.
5072 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5073 -remove-inferior.
5074 * observer.texi (inferior_added, inferior_removed): New
5075 observers.
5076
629d6a47
TT
50772010-02-19 Tom Tromey <tromey@redhat.com>
5078
5079 * gdbint.texinfo (Getting Started): Fix @node.
5080 (Debugging GDB): Likewise.
5081
c09529e5
JB
50822010-02-13 Joel Brobecker <brobecker@adacore.com>
5083
5084 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5085 documenting the gdb_test_timeout variable.
5086
540aa8e7
MS
50872010-02-12 Jakob Engblom <jakob@virtutech.com>
5088
5089 * gdb.texinfo (MI commands): Added documentation of --reverse
5090 option to a set of MI commands. Restructured documentation of MI
5091 commands --exec-continue to reflect the complexity of reverse
5092 execution.
5093
081dfbf7
PA
50942010-02-12 Pedro Alves <pedro@codesourcery.com>
5095
5096 * gdb.texinfo (Using the Collected Data): Specify that the address
5097 range of `tfind outsize' is exclusive, and that the address range
5098 of `tfind range' is inclusive.
5099 (Tracepoint Packets): Specify that the address range of
5100 `QTFrame:range' is inclusive, and that the address range of
5101 `QTFrame:outside' is exclusive
5102
8e9c5e02
VP
51032010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5104
5105 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5106
92981e24
TT
51072010-02-10 Tom Tromey <tromey@redhat.com>
5108
5109 * gdb.texinfo (Debugging Output): Document set debug parser and
5110 show debug parser.
5111
075b51b7
L
51122010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5113
5114 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5115 i386_eflags and i386_mxcsr.
5116
3bb8d5c3
L
51172010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 * gdb.texinfo: Document i386 target features.
5120
c5f80513
DE
51212010-02-05 Doug Evans <dje@google.com>
5122
5123 * gdbint.texinfo (Testsuite): Add a new section to document the
5124 various DejaGnu variables that may be overridden.
1be00882 5125 Document INTERNAL_GDBFLAGS.
c5f80513 5126
6ac33a4e
TT
51272010-02-04 Tom Tromey <tromey@redhat.com>
5128
5129 PR cli/8830:
5130 * gdb.texinfo (Files): -readnow comes before the filename for file
5131 and symbol-file.
5132
a1dcb23a
DJ
51332010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5134
5135 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5136 Document ARM breakpoint types.
5137 (Register Packet Format): Move into the new section.
5138 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5139
95433b34
JB
51402010-01-21 Joel Brobecker <brobecker@adacore.com>
5141
5142 * gdb.texinfo (File Options): Adjust the documentation of this
5143 switch to refer to the "source" command rather than partially
5144 duplicating some of the relevant information.
5145 (Extending GDB): Introduce and document the set/show script-extension
5146 setting.
5147 (Command Files): Add note explaining that the "source" command
5148 is also used to evalute scripts written in other languages.
5149 Remove the short slightly incorrect reference to sourcing Python
5150 scripts.
5151 (Python Commands): Document how to execute a Python script from GDB.
5152
8d576872
JB
51532010-01-19 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.texinfo (Command Files): Fix typo.
5156
8150ff9c
JB
51572010-01-18 Tom Tromey <tromey@redhat.com>
5158
5159 * gdb.texinfo (File Options): Document -x on .py files.
5160 (Command Files): Document handling of Python scripts.
5161
23db03a6
JZ
51622010-01-18 Jie Zhang <jie.zhang@analog.com>
5163
5164 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5165
00bf0b85
SS
51662010-01-15 Stan Shebs <stan@codesourcery.com>
5167
5168 * gdb.texinfo (Trace Files): New section.
5169 (Tracepoint Packets): Document QTSave and qTBuffer.
5170 (Trace File Format): New appendix.
5171
be759fcf
PM
51722010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5173
5174 * gdb.texinfo (Values From Inferior): Document lazy_string value
5175 method.
5176 (Python API): Add Lazy strings menu item.
5177 (Lazy Strings In Python): New node.
5178
dc146f7c
VP
51792010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5180
5181 * gdb.texinfo (GDB/MI Thread Information): New.
5182 (GDB/MI Async Records): Document the core field in *stopped.
5183 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5184 documentation
5185 (Process list): Document that osdata document may contain
5186 threads.
5187 (Remote Serial Protocol): Document qXfer:threads.
5188
d5551862
SS
51892010-01-06 Stan Shebs <stan@codesourcery.com>
5190
5191 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5192 disconnected tracing.
5193 (Tracepoint Packets): Document new protocol.
5194
7a697b8d
SS
51952010-01-05 Stan Shebs <stan@codesourcery.com>
5196
5197 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5198 tracepoints.
5199 (Tracepoint Packets): Describe remote protocol for fast
5200 tracepoints.
5201
e6f3ec50
JB
52022010-01-01 Joel Brobecker <brobecker@adacore.com>
5203
5204 Update the "Start of New Year Procedure".
5205 * gdbint.texinfo: Add the list of files that need to be updated
5206 manually. Minor reformatting.
5207
ddc4e9c1
JB
52082010-01-01 Joel Brobecker <brobecker@adacore.com>
5209
5210 * refcard.tex: Update copyright year in header and text.
5211
9d2897ad
JB
52122010-01-01 Joel Brobecker <brobecker@adacore.com>
5213
5214 * agentexpr.texi: Add 2010 to the list of copyright years.
5215 * annotate.texinfo: Likewise.
5216 * gdb.texinfo: Likewise.
5217 * gdbint.texinfo: Likewise.
5218 * observer.texi: Likewise.
5219 * stabs.texinfo: Likewise.
5220
6da95a67
SS
52212009-12-31 Stan Shebs <stan@codesourcery.com>
5222
5223 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5224
236f1d4d
SS
52252009-12-29 Stan Shebs <stan@codesourcery.com>
5226
5227 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5228
f61e138d
SS
52292009-12-28 Stan Shebs <stan@codesourcery.com>
5230
5231 * gdb.texinfo (Trace State Variables): New section.
5232 (Tracepoint Packets): Describe trace state variable packets.
5233 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5234 variable bytecodes.
5235
0fe7935b
DJ
52362009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5237
5238 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5239 declarations.
5240
a6b29f87
VP
52412009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5242
5243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5244 -gdb-exit behaviour.
5245
5e4bde96
JB
52462009-12-20 Joel Brobecker <brobecker@adacore.com>
5247
5248 * gpl.texi: Update to version 3 of the GPL.
5249
a1715244
JB
52502009-12-20 Joel Brobecker <brobecker@adacore.com>
5251
5252 * Makefile.in: Update copyright header.
5253 * observer.texi: Fix the copyright header of the generated files.
5254
361ae042
PM
52552009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5256
5257 * gdb.texinfo (Types In Python): Describe range function.
5258
bfd31e71
PM
52592009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5260
5261 * gdb.texinfo (Types In Python): Describe "is_base_class".
5262
57a1d736
TT
52632009-12-03 Tom Tromey <tromey@redhat.com>
5264
5265 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5266
8cebebb9
PP
52672009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5268
5269 * observer.texi: New memory_changed observer.
5270
16af530a
TT
52712009-12-01 Tom Tromey <tromey@redhat.com>
5272
5273 * gdb.texinfo (Reverse Execution): Fix typo.
5274
b6199126
DJ
52752009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5276
5277 PR gdb/8704
5278
5279 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5280 are allowed after the breakpoint condition.
5281
7a6973ad
TT
52822009-11-23 Tom Tromey <tromey@redhat.com>
5283
5284 PR python/10782:
5285 * gdb.texinfo (Types In Python): Document Type.pointer.
5286
21a0512e
PP
52872009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5288
5289 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5290
a5832c8f
PA
52912009-11-11 Pedro Alves <pedro@codesourcery.com>
5292
5293 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5294 (Using Agent Expressions): Delete cross reference.
5295
1eb7cd77
JB
52962009-11-07 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5299 and @settitle directives up to help makeinfo find them.
5300
24ddea62
JK
53012009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5302
5303 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5304 (Auto-loading): Use plural and note one can use multiple components now.
5305
3afae151
VP
53062009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5307
5308 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5309 -stack-list-arguments have the same documentation for parameter
5310 as -stack-list-locals. Add comas.
5311
14ff2235
PM
53122009-10-27 Tom Tromey <tromey@redhat.com>
5313 Eli Zaretskii <eliz@gnu.org>
5314
c8d5aac9 5315 PR python/10781
14ff2235
PM
5316
5317 * gdb.texinfo (Values From Inferior): Document cast method.
5318
9c419145
PP
53192009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5320
5321 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5322 and adjust example.
889bf7c5 5323
29153c24
MS
53242009-10-22 Michael Snyder <msnyder@vmware.com>
5325
5326 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5327 info record command. Also document the new save and restore
29153c24
MS
5328 commands.
5329
2b28d209
PP
53302009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5331
5332 * gdb.texinfo (Machine Code): Mention current pc marker.
5333 (Memory): Likewise.
5334
6c95b8df
PA
53352009-10-19 Pedro Alves <pedro@codesourcery.com>
5336 Stan Shebs <stan@codesourcery.com>
5337
5338 * observer.texi (new_inferior): Rename to...
5339 (inferior_appeared): ... this.
5340
5341 * gdb.texinfo (Inferiors): Rename node to ...
5342 (Inferiors and Programs): ... this. Mention running multiple
5343 programs in the same debug session.
5344 <info inferiors>: Mention the new 'Executable' column if "info
5345 inferiors". Update examples. Document the "add-inferior",
5346 "clone-inferior", "remove-inferior" and "maint info
5347 program-spaces" commands.
5348 (Process): Rename node to...
5349 (Forks): ... this. Document "set|show follow-exec-mode".
5350
2f8132f3
MS
53512009-10-11 Michael Snyder <msnyder@vmware.com>
5352
5353 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5354 (ReverseContinue): Ditto.
5355
cba4b2d3
PP
53562009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5357
5358 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5359
da082f17
JK
53602009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5361
5362 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5363
08be9d71
ME
53642009-10-06 Michael Eager <eager@eagercon.com>
5365
5366 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5367 (Embedded Processors): Add MicroBlaze.
5368 (MicroBlaze): New. Describe Xilinx MicroBlaze
5369
08a0efd0
PA
53702009-10-04 Pedro Alves <pedro@codesourcery.com>
5371
5372 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5373
cbb8f428
EZ
53742009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5375
5376 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5377
30a4a70c
JB
53782009-09-23 Joel Brobecker <brobecker@adacore.com>
5379
5380 * observer.texi (solib_unloaded): Document explicitly the fact that
5381 this observer is called before the associated symbols are unloaded.
5382
b3372f91
VP
53832009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5384
5385 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5386 -stack-list-variables.
5387
f43030c4
TT
53882009-09-18 Tom Tromey <tromey@redhat.com>
5389
5390 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5391 is experimental.
5392
ec7e75e7
PP
53932009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5394
5395 * gdb.texinfo (convenince variables): Mention
5396 $_siginfo could be empty.
f43030c4 5397
0cc7d26f
TT
53982009-09-15 Tom Tromey <tromey@redhat.com>
5399
5400 * gdb.texinfo (GDB/MI Variable Objects): Document
5401 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5402 Expand -var-update documentation.
5403
a96d9b2e
SDJ
54042009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5405
5406 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5407 feature.
5408
005ca36a
JB
54092009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5410
5411 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5412
0d772ac9
MS
54132009-09-10 Michael Snyder <msnyder@vmware.com>
5414
5415 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5416 ReverseStep replies to the qSupported query.
5417
14fb1bac
JB
54182009-09-10 Joel Brobecker <brobecker@adacore.com>
5419
5420 Add documentation for set/show interactive-mode.
5421 * gdb.texinfo (Other Misc Settings): New node.
5422
29b090c0
DE
54232009-09-01 Doug Evans <dje@google.com>
5424
5425 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5426 non-stop mode's affect on remote caching.
5427
4e5d721f
DE
54282009-08-31 Jacob Potter <jdpotter@google.com>
5429 Doug Evans <dje@google.com>
5430
5431 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5432 Mark `set/show remotecache' options as obsolete.
5433 Document new `set/show stack-cache' option.
5434 Update text for `info dcache'.
5435
55333a84
DE
54362009-08-27 Doug Evans <dje@google.com>
5437
5438 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5439 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5440
bc3a0b4d
RW
54412009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5442
5443 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5444 about autoconf.
5445
3a1ff0b6
PA
54462009-08-25 Pedro Alves <pedro@codesourcery.com>
5447
5448 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5449 small example, and describe its columns. Replace "inferior-id" by
5450 "infno" throughout.
5451
81ecdfbb
RW
54522009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5453
af542c2e
RW
5454 * gdbint.texinfo (Releasing GDB): Point to
5455 README-maintainer-mode file for required autoconf version.
5456 * configure.ac: Do not substitute datarootdir, htmldir,
5457 pdfdir, docdir. Do not process --with-datarootdir,
5458 --with-htmldir, --with-pdfdir, --with-docdir.
5459 * configure: Regenerate.
5460
81ecdfbb
RW
5461 * configure: Regenerate.
5462
4efc6507
DE
54632009-08-20 Reid Kleckner <reid@kleckner.net>
5464
5465 * gdb.texinfo: Add chapter on JIT interface.
5466
43089a6e
NR
54672009-08-07 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5470 confirmation request.
43089a6e 5471
99e008fe
EZ
54722009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5473
c8d5aac9
L
5474 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5475 CRC definitions.
99e008fe 5476
48cb2d85
VP
54772009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5478
5479 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5480 -break-commands.
48cb2d85 5481
ff1a52c6
UW
54822009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5483
5484 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5485 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5486
3285f3fe
UW
54872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5488
5489 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5490 "set spu stop-on-load" and "show spu stop-on-load" commands.
5491
e35359c5
UW
54922009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5493
5494 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5495
58d6951d
DJ
54962009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5497
5498 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5499 org.gnu.gdb.arm.neon.
5500
08d16641
PA
55012009-07-20 Pedro Alves <pedro@codesourcery.com>
5502
5503 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5504 optional element.
5505 (subsection OS ABI): New subsection.
5506
782b2b07
SS
55072009-07-14 Stan Shebs <stan@codesourcery.com>
5508
5509 * gdb.texinfo (Tracepoint Conditions): New section.
5510 (General Query Packets): Describe ConditionalTracepoints.
5511 (Tracepoint Packets): Describe condition field.
5512 (Maintenance Commands): Describe maint agent-eval.
5513 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5514
9b117ef3
HZ
55152009-07-11 Hui Zhu <teawater@gmail.com>
5516
5517 * gdb.texinfo (disassemble): Add a new modifier /r
5518 to "disassemble" command to make it print the raw instructions
5519 in hex as well as in symbolic form.
5520
f5a33284
TT
55212009-07-09 Tom Tromey <tromey@redhat.com>
5522
5523 * gdbint.texinfo (Testsuite): Document parallel make check.
5524
812f7342
TT
55252009-07-09 Tom Tromey <tromey@redhat.com>
5526
5527 * gdbint.texinfo (Testsuite): Document test transcripts.
5528
fbb8f299
PM
55292009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5530
5531 * gdb.texinfo (Values From Inferior): Add length parameter
5532 description.
5533
dd8f35ac
EZ
55342009-07-04 Chris Genly <chris@genly.us>
5535
5536 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5537 in -var-list-children. Fix example according to what the code
5538 does.
5539
2277426b
PA
55402009-07-02 Pedro Alves <pedro@codesourcery.com>
5541
5542 * gdb.texinfo (Debugging multiple inferiors): Document the
5543 "inferior", "detach inferior" and "kill inferior" commands.
5544 (Debugging Programs with Multiple Processes): Adjust to mention
5545 generic "inferior" commands. Delete mention of "detach fork" and
5546 "delete fork". Cross reference to "Debugging multiple inferiors"
5547 section.
5548
a6d9a66e
UW
55492009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5550
5af949e3
UW
5551 * gdbint.texinfo (Item Output Functions): Update signature
5552 for ui_out_field_core_addr.
5553
55542009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5555
5556 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5557 Update example code extrated from breakpoint.c.
5558
9901a55b 55592009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5560
9901a55b
PP
5561 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5562 MI commands.
5563 (GDB/MI Symbol Query): Likewise.
5564 (GDB/MI File Commands): Likewise.
5565 (GDB/MI File Transfer Commands): Likewise.
5566 (GDB/MI Target Manipulation): Likewise.
5567 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5568
edb3359d
DJ
55692009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5570
5571 * gdb.texinfo (Debugging Optimized Code): New chapter.
5572 (Compiling for Debugging): Reference it. Move some
5573 text to the new section.
5574
7cd1089b
PM
55752009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5576
5577 * doc/gdb.texinfo (Calling): Document
5578 set-unwind-on-terminating-exception usage.
5579
d4db2f36
PA
55802009-06-11 Pedro Alves <pedro@codesourcery.com>
5581
5582 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5583 command.
5584
d1a7880c
PA
55852009-06-07 Pedro Alves <pedro@codesourcery.com>
5586
5587 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5588 references.
5589
473f94e6
UW
55902009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5591
5592 * gdbint.texinfo: Rename formal parameters to gdbarch function
5593 protoypes from "current_gdbarch" to "gdbarch".
5594
8f500870
TT
55952009-05-28 Tom Tromey <tromey@redhat.com>
5596
5597 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5598
b6313243
TT
55992009-05-27 Tom Tromey <tromey@redhat.com>
5600
5601 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5602 feature.
5603 (GDB/MI Variable Objects): Document -var-set-visualizer.
5604
56052009-04-02 Tom Tromey <tromey@redhat.com>
5606
5607 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5608 feature.
5609 (GDB/MI Variable Objects): Document -var-set-visualizer.
5610
a6bac58e
TT
56112009-05-27 Tom Tromey <tromey@redhat.com>
5612 Thiago Jung Bauermann <bauerman@br.ibm.com>
5613 Phil Muldoon <pmuldoon@redhat.com>
5614
5615 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5616 (Pretty Printing): New node.
5617 (Selecting Pretty-Printers): Likewise.
5618 (Python API): Update.
5619 (Output Formats): Document /r format.
5620
2c74e833
TT
56212009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5622 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.texinfo (Types In Python): New node.
5625 (Values From Inferior): "type" is now an attribute.
5626 (Python API): Update.
5627
89c73ade
TT
56282009-05-27 Tom Tromey <tromey@redhat.com>
5629 Thiago Jung Bauermann <bauerman@br.ibm.com>
5630 Phil Muldoon <pmuldoon@redhat.com>
5631
5632 * gdb.texinfo: Add @syncodeindex for `tp'.
5633 (Python API): Update.
5634 (Auto-loading): New node.
5635 (Objfiles In Python): New node.
5636
17a37d48
PP
56372009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5638
5639 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5640
6718376f
NR
56412009-05-15 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5644
cbe54154
PA
56452009-05-12 Pedro Alves <pedro@codesourcery.com>
5646
5647 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5648 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5649 show show-debug-regs' docs.
5650
8e05493c
EZ
56512009-05-08 Eli Zaretskii <eliz@gnu.org>
5652
5653 * gdb.texinfo (Process Record and Replay): Add description of
5654 reverse execution.
5655
b39f4988
JB
56562009-05-07 Joel Brobecker <brobecker@adacore.com>
5657
5658 * gdbint.texinfo (Adding support for debugging core files): New node.
5659 (Native Debugging): Remove the ``Native core file Support'' section.
5660
a2311334
EZ
56612009-05-01 Eli Zaretskii <eliz@gnu.org>
5662
5663 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5664 Add index entries.
5665
53cc454a 56662009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5667 Michael Snyder <msnyder@vmware.com>
53cc454a 5668
a2311334
EZ
5669 * gdb.texinfo: (Process Record and Replay): Add documentation for
5670 process record and replay.
53cc454a 5671
484086b7
JK
56722009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5673
5674 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5675 a new part on command-line defined macros.
5676
32ae1842
EZ
56772009-04-25 Eli Zaretskii <eliz@gnu.org>
5678
5679 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5680 clarify the wording.
5681
b14b1491
TT
56822009-04-23 Tom Tromey <tromey@redhat.com>
5683
5684 * gdb.texinfo (Data Files): New node.
5685 (GDB Files): Update menu.
5686
5c1e86e1
JB
56872009-04-23 Joel Brobecker <brobecker@adacore.com>
5688
5689 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5690 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5691
83eba9b7
VP
56922009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5693
5694 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5695
e31198c4
HZ
56962009-04-22 Hui Zhu <teawater@gmail.com>
5697
5698 * gdb.texinfo (disassemble-next-line): Set the default of
5699 disassemble-next-line to off.
5700
26e251b6
JM
57012009-04-21 Joseph Myers <joseph@codesourcery.com>
5702
5703 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5704 --with-htmldir): New.
5705 * configure: Regenerate.
5706 * Makefile.in (datarootdir, docdir): Define.
5707 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5708 instead of $(SET_TEXINPUTS).
5709 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5710 gdbint.info instead of $(SET_TEXINPUTS).
5711 (gdbint/index.html): Use same -I options as for building
5712 gdbint.info.
5713 (stabs.dvi, stabs.pdf): Use same -I options as for building
5714 stabs.info instead of $(SET_TEXINPUTS).
5715 (stabs/index.html): Use same -I options as for building
5716 stabs.info.
5717 (annotate.dvi, annotate.pdf): Use same -I options as for building
5718 annotate.info instead of $(SET_TEXINPUTS).
5719 (annotate/index.html): Use same -I options as for building
5720 annotate.info.
5721
eac35c4e
DD
57222009-04-21 David Daney <ddaney@caviumnetworks.com>
5723
5724 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5725
29b0e8a2
JM
57262009-04-21 Joseph Myers <joseph@codesourcery.com>
5727
5728 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5729
2b831889 57302009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5731 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5732
5733 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5734 (MAKEHTMLFLAGS): Set to empty.
5735 (html__strip_dir): Define.
5736 (HTMLFILES): Define.
5737 (HTMLFILES_INSTALL): Define.
5738 (install-html): Copy new automake rule.
5739 (html): Depend on $(HTMLFILES).
5740 (gdb_toc.html): Rename to gdb/index.html.
5741 (gdbint_toc.html): Rename to gdbint/index.html.
5742 (stabs_toc.html): Rename to stabs/index.html.
5743 (annotate_toc.html): Rename to annotate/index.html.
5744
89a34d1b
JM
57452009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5746
5747 * Makefile.in: Set pdfdir and htmldir from configure
5748 substitutions.
5749 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5750 * configure: Regenerate.
5751
a2d5da46
JB
57522009-04-16 Joel Brobecker <brobecker@adacore.com>
5753
5754 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5755 This macro is no longer used.
5756
732f6a93
TT
57572009-04-15 Tom Tromey <tromey@redhat.com>
5758
5759 * gdb.texinfo (Character Sets): Document default character set.
5760
87f9adc1
PM
57612009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5762
5763 * gdbint.texinfo: Change server name from sources.redhat.com to
5764 sourceware.org throughout.
5765
2c88c651
JB
57662009-04-09 Joel Brobecker <brobecker@adacore.com>
5767
5768 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5769 about a missing dot or coma after @xref.
5770
4f5376b2
JB
57712009-04-02 Joel Brobecker <brobecker@adacore.com>
5772
5773 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5774 example, and add a small explanation about it.
5775 (Print Settings): Change the documentation of the "set print
5776 frame-arguments" to reflect the fact that the default is now "scalars".
5777
a0381d3a
JB
57782009-04-02 Joel Brobecker <brobecker@adacore.com>
5779
5780 * gdb.texinfo (Print Settings): Add kindex for command "set
5781 print frame-arguments".
5782
45ac276d
JB
57832009-03-31 Joel Brobecker <brobecker@adacore.com>
5784
5785 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5786 breakpoints.
5787 (Set Breaks): Add reference to thread-specific and task-specific
5788 breakpoints.
5789
32cd1edc
JB
57902009-03-31 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.texinfo (Ada Tasks): Remove the documentation about
5793 the "Running" state, as this state has been eliminated.
5794 Now all runnable tasks are shown as "Runnable".
5795
1042e4c0
SS
57962009-03-30 Stan Shebs <stan@codesourcery.com>
5797
5798 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5799 special case of breakpoints.
5800 (Enable and Disable Tracepoints): Mention deprecation.
5801 (Listing Tracepoints): Update description and example.
5802
f8f6f20b
TJB
58032009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5804
5805 * gdb.texinfo (Frames in Python): New node.
5806 (Python API): Update.
5807
c0c6f777
TJB
58082009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5809
5810 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5811 from a method to an attribute.
5812
def2b000
TJB
58132009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5814
5815 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5816 attribute.
5817
a07daef3
PA
58182009-03-25 Pedro Alves <pedro@codesourcery.com>
5819
5820 * observer.texi (thread_exit): Add "silent" parameter.
5821
f3b1572e
PA
58222009-03-22 Pedro Alves <pedro@codesourcery.com>
5823
5824 * observer.texi (about_to_proceed): New.
5825
587afa38
EZ
58262009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5827
5828 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5829 field throughout to handle types with spaces in them. Fix typos
5830 found by aspell.
5831 (Summary, Requirements, Contributors): New first chapter,
5832 "Summary" added, old Requirements section moved there, and new
5833 section, "Contributors" added.
5834 (Initializing a New Architecture, Register Representation)
5835 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5836 (Porting gdb): These sections extended and updated.
5837 (Compiler Characteristics): This section (empty) deleted.
5838 (Defining Other Architecture Features): This section renamed and
5839 duplicate material removed from (formerly "Target Conditionals").
5840 Use braces {} in @deftypeXX type field throughout to handle types
5841 with spaces in them. Typos found by aspell fixed.
5842
5843 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5844 * stack_frame.pdf: Version of image for PDF output.
5845 * stack_frame.png: Version of image for HTML output and for Emacs.
5846 * stack_frame.txt: Version of image for Info output.
1db61298 5847 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5848
10af6951
EZ
58492009-03-21 Eli Zaretskii <eliz@gnu.org>
5850
5851 * gdb.texinfo (Character Sets): Fix last change.
5852
cc924cad
TJB
58532009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5854
5855 * gdb.texinfo (Values From Inferior): Fix optional arguments
5856 markup.
5857 (Commands In Python): Adjust argument names of gdb.Command.__init__
5858 to what the function accepts as keywords.
5859
bc3b79fd
TJB
58602008-03-20 Tom Tromey <tromey@redhat.com>
5861
5862 * gdb.texinfo (Convenience Vars): Document convenience functions.
5863 (Functions In Python): New node.
5864 (Python API): Update.
5865
6c7a06a3
TT
58662009-03-20 Tom Tromey <tromey@redhat.com>
5867
5868 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5869 set target-wide-charset.
5870 (Requirements): Mention iconv.
5871
b646ddd4
HZ
58722009-03-17 Hui Zhu <teawater@gmail.com>
5873
5874 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5875
91440f57
HZ
58762009-03-17 Hui Zhu <teawater@gmail.com>
5877
5878 * gdb.texinfo: Add documentation for disassemble-next-line.
5879
8fd41227
TJB
58802009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5881
5882 * gdb.texinfo (Commands In Python): Remove tindex entries.
5883
61ff14c6
JK
58842009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5885
5886 * gdb.texinfo (Returning): New description for missing debug info.
5887
0b16c5cf
PA
58882009-03-14 Pedro Alves <pedro@codesourcery.com>
5889
5890 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5891 (General Query Packets): Document qAttached.
0b16c5cf 5892
32fc0df9
PA
58932009-03-05 Pedro Alves <pedro@codesourcery.com>
5894
5895 * gdb.texinfo (Background Execution): Better describe the set
5896 target-async command.
5897 (Maintenance Commands): Delete description of the `maint set/show
5898 linux-async' and `maint set/show remote-async' commands.
5899
134eb42c
VP
59002009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5901
5902 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5903 between sentences.
5904
c86cf029
VP
59052009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5906
5907 * gdb.texinfo (GDB/MI Async Records): Document the
5908 =library-loaded and =library-unloaded notifications.
5909
3ea85240
VP
59102009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5911
5912 * observer.texi (test_notification): New observer.
5913
1d33d6ba
VP
59142009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5915
61ff14c6
JK
5916 * observer.texi: Add parameter 'print_frame' to normal_stop
5917 observer.
1d33d6ba 5918
d721c933
EZ
59192009-02-07 Eli Zaretskii <eliz@gnu.org>
5920
5921 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5922 (Commands In Python): Fix COMMAND_* constants in last change. Use
5923 @kbd for interactive input. Add cross-references and index
5924 entries.
5925
4aa995e1
PA
59262009-02-06 Pedro Alves <pedro@codesourcery.com>
5927
5928 * gdb.texinfo (Signals): Document $_siginfo.
5929 (Convenience Variables): Mention $_siginfo.
5930 (Remote Configuration): Document qXfer:siginfo:read,
5931 qXfer:siginfo:write packets, and the read-siginfo-object,
5932 write-siginfo-object commands.
5933
5f5233d4
PA
59342009-02-06 Pedro Alves <pedro@codesourcery.com>
5935
5936 * gdbint.texinfo (Values): New chapter.
5937
d8906c6f
TJB
59382009-02-06 Tom Tromey <tromey@redhat.com>
5939
5940 * gdb.texinfo (Python API): Add entry for Commands In Python.
5941 (Commands In Python): New node.
5942
b6cb8e7d
TJB
59432009-02-05 Tom Tromey <tromey@redhat.com>
5944
5945 * gdb.texinfo (Values From Inferior): Document Value.string.
5946
12453b93
TJB
59472009-02-05 Tom Tromey <tromey@redhat.com>
5948
5949 * gdb.texinfo (Basic Python): Document execute's from_tty
5950 argument.
5951
08c637de
TJB
59522009-02-04 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.texinfo (Basic Python): Document gdb.history.
5955
592375cd
VP
59562009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5957
5958 * gdb.texinfo (GDB/MI Thread Commands): Document the
5959 'current-thread-id' field. Remove the example with zero threads,
5960 since current GDB won't ever report that if there's inferior.
5961
41447f92
VP
59622009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5963
5964 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5965 option to -break-insert.
5966
098b41a6
JG
59672009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5968 Jerome Guitton <guitton@adacore.com>
5969
5970 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5971 (System-wide configuration): New section.
5972
3c16cced
PA
59732009-01-26 Pedro Alves <pedro@codesourcery.com>
5974
5975 PR gdb/7580:
5976 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5977 internal-error|internal-warning quit|corefile ask|yes|no".
5978
62709adf
PA
59792009-01-26 Pedro Alves <pedro@codesourcery.com>
5980
5981 * gdb.texinfo (Using the `gdbserver' Program): Document
5982 --remote-debug.
5983
7ce58dd2
DE
59842009-01-23 Doug Evans <dje@google.com>
5985
5986 * gdb.texinfo: Add nexti to list of commands that support
5987 background execution.
5988
adb483fe
DJ
59892009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5990
5991 * gdb.texinfo (Define, Hooks): Document prefix command support.
5992
a67ec3f4 59932009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5994 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5995
5996 Fixes for makeinfo --html.
5997
5998 * annotate.texinfo: Use @copying and @insertcopying. Use
5999 @ifnottex in place of @ifinfo.
6000 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6001 place of @ifinfo. Use @ifnotinfo for one index entry.
6002 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6003 in place of @ifinfo.
6004 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6005 in place of @ifinfo. Include contents at start unconditionally.
6006
84fcdf95
PA
60072009-01-13 Pedro Alves <pedro@codesourcery.com>
6008
6009 * gdb.texinfo (General Query Packets): Remove @var{} around the
6010 "spu" literal string.
6011
fa3a767f
PA
60122009-01-07 Pedro Alves <pedro@codesourcery.com>
6013
6014 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6015 program may be running in another process" errors.
6016 * gdbint.texinfo (Native Conditionals): Delete
6017 ONE_PROCESS_WRITETEXT description.
6018
9cb011d3
JB
60192009-01-07 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6022 emacs local variable to be placed at the end of the ChangeLog.
6023 Add server.c and gdbreplay.c to the list of files where the
6024 copyright year needs to be updated.
6025
84603566
SL
60262009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6027
6028 * gdb.texinfo (Remote Configuration): Document new
6029 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6030 commands.
6031
a53f55d8
PA
60322008-12-28 Pedro Alves <pedro@codesourcery.com>
6033
6034 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6035 FETCH_INFERIOR_REGISTERS.
6036 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6037 FETCH_INFERIOR_REGISTERS descriptions. Remove
6038 gdbarch_get_longjmp_target descrition, since already described in
6039 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6040 (Target Conditionals): ... here.
6041
077e0a52
JB
60422008-12-16 Joel Brobecker <brobecker@adacore.com>
6043
6044 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6045 examples.
6046 (Additions to Ada): Likewise. Add the missing opening and closing
6047 parenthesis of the GDB prompt in one of the examples.
6048
023eb17c
JB
60492008-12-14 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6052 about the result of 'Address not being of type System.Address.
6053 This problem has been fixed a while ago.
6054
c3b108f7
VP
60552008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6056
6057 MI non-stop and multiprocess docs.
6058
c8d5aac9
L
6059 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6060 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6061 Adjust documentation for *stopped, document =thread-created,
6062 =thread-exited, =thread-group-created and =thread-group-exited.
6063 (GDB/MI Thread Commands): Document the 'state' field in
6064 -thread-info output.
6065 (GDB/MI Program Execution): Mention --all and --thread-group
6066 options.
6067 (GDB/MI Variable Objects): Describe floating and fixed variable
6068 objects.
6069 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6070
07e059b5
VP
60712008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6072
c8d5aac9
L
6073 * gdb.texinfo (Operating System Information): New appendix.
6074 (Operating System Auxiliary Information): Document 'info os processes'
6075 (Remote Configuration): Document 'osdata'
6076 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6077
a80b95ba
TG
60782008-11-27 Tristan Gingold <gingold@adacore.com>
6079
6080 * gdb.texinfo (Darwin): Document Darwin specific features.
6081
a655d424
JK
60822008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6083
6084 * gdbint.texinfo (Target Conditionals): Extend the
6085 gdbarch_breakpoint_from_pc description.
6086
249e1128
VP
60872008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6088
6089 * gdb.texinfo (M68K Features): Fix typo.
6090
c14c28ba
PP
60912008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6092
6093 * gdb.texinfo (Symbols): Mention printing containing
6094 image name in "info symbol".
6095 (Maint translate-address): Likewise.
889bf7c5 6096
394a6666
JB
60972008-11-18 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6100 commands "catch load" and "catch unload".
6101
66bb093b
VP
61022008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6103
6104 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6105 =thread-selected.
889bf7c5 6106
4a92f99b
VP
61072008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6108
c8d5aac9 6109 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6110
f0323ca0
PA
61112008-10-27 Pedro Alves <pedro@codesourcery.com>
6112
6113 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6114 .mt files, TM_CLIBS or TM_CDEPS.
6115 (x86 Watchpoints): Don't mention TDEPFILES.
6116
8b23ecc4
SL
61172008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6118
6119 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6120 (Overview): Mention notifications and non-stop mode behavior.
6121 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6122 with non-stop mode behavior. Add vStopped description.
6123 (Stop Reply Packets): Update list of packets that return
6124 stop replies. Mention non-stop behavior.
6125 (General Query Packets): Document QNonStop packet and associated
6126 qSupported query response.
6127 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6128 behavior.
6129 (Notification Packets): New section.
6130 (Remote Non-Stop): New section.
6131 (File-I/O Overview): Mention non-stop behavior.
6132
fff08868
HZ
61332008-10-24 Hui Zhu <teawater@gmail.com>
6134 Pedro Alves <pedro@codesourcery.com>
6135
6136 * gdb.texinfo (displaced-stepping): Describe the auto mode
6137 setting, and say it's the default. This is now a mainstream
6138 setting instead of a maintenance setting.
6139
252fbfc8
PA
61402008-10-23 Pedro Alves <pedro@codesourcery.com>
6141
6142 * observer.texi (thread_stop_requested): New.
6143
20924a55
JB
61442008-10-22 Joel Brobecker <brobecker@adacore.com>
6145
6146 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6147 (Patching): Replace incorrect usage of @samp by @kbd.
6148
bacec72f
MS
61492008-10-17 Michael Snyder <msnyder@vmware.com>
6150
6151 * gdb.texinfo: Add documentation for reverse execution.
6152
a08702d6 61532008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6154 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6155
6156 * gdb.texinfo. (Values From Inferior): New subsubsection.
6157
d97bc12b
DE
61582008-10-06 Doug Evans <dje@google.com>
6159
6160 * gdb.texinfo (set debug dwarf2-die): Document it.
6161
87f67dba
JB
61622008-10-01 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.texinfo (catch) [exception]: Document how to insert
6165 a breakpoint on user-defined exceptions when the exception
6166 name is identical to one of the language-defined ones.
6167
2fae03e8
TT
61682008-09-27 Tom Tromey <tromey@redhat.com>
6169
6170 * gdb.texinfo (Macros): Remove text about stringification,
6171 varargs, and splicing.
6172
5c6ce71d
TT
61732008-09-27 Tom Tromey <tromey@redhat.com>
6174
6175 * gdbint.texinfo (Language Support): Remove text about omitting
6176 support for a language.
6177
07128da0
DE
61782008-09-23 Doug Evans <dje@google.com>
6179
6180 * gdb.texinfo (info dcache): Update.
6181
b90a069a
SL
61822008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6183
6184 * gdb.texinfo (Packets): Add info on thread-id syntax and
6185 multiprocess extensions.
6186 <D>: Document multiprocess form of packet.
6187 <H>: Use thread-id syntax.
6188 <T>: Likewise.
6189 <vCont>: Likewise. Note this is required for multiprocess.
6190 <vKill>: New packet.
6191 (Stop Reply Packets) <T>: Use thread-id syntax.
6192 <W>: Document multiprocess form of reply.
6193 <X>: Likewise.
6194 (General Query Packets) <qC>: Use thread-id syntax.
6195 <qfThreadInfo>: Likewise.
6196 <qGetTLSAddr>: Likewise.
6197 <qP>: Likewise.
6198 <qSupported>: Add "multiprocess" feature.
6199 <qThreadExtraInfo>: Use thread-id syntax.
6200
b77209e0
PA
62012008-09-22 Stan Shebs <stan@codesourcery.com>
6202
6203 * gdb.texinfo (Inferiors): New section.
6204
3d0bb823
PA
62052008-09-12 Pedro Alves <pedro@codesourcery.com>
6206
6207 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6208
f8dcfc0a
UW
62092008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6210
6211 * gdbint.texinfo (Target Conditionals): Remove documentation
6212 for gdbarch_name_of_malloc.
6213
8775bb90
MS
62142008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6215
6216 * gdb.texinfo (Interrupts): Mention TCP interface for
6217 sending BREAK.
6218
f1838a98
UW
62192008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6220
6221 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6222 argument prefix to "set sysroot".
6223
158c7665
PH
62242008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6225
6226 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6227 and False.
6228
30e026bb
VP
62292008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6230
c8d5aac9
L
6231 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6232 for possible features of -list-features.
30e026bb 6233
c6ebd6cf
VP
62342008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6235
c8d5aac9 6236 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6237 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6238
aeac0ff9
VP
62392008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6240
6241 * doc/gdb.texinfo (PowerPC): Fix typo.
6242 (PowerPC features): Fix typo.
6243
5231c1fd
PA
62442008-08-18 Pedro Alves <pedro@codesourcery.com>
6245
6246 * observer.texi (thread_ptid_changed): New.
6247
677c5bb1
LM
62482008-08-18 Luis Machado <luisgpm@br.ibm.com>
6249
6250 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6251 (PowerPC features): Mention feature set for VSX registers.
6252
f3a2dd1a
JB
62532008-08-13 Joel Brobecker <brobecker@adacore.com>
6254
6255 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6256 the direct visibility of all names in user-written packages.
6257
33e5cbd6
PA
62582008-08-13 Pedro Alves <pedro@codesourcery.com>
6259
6260 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6261 setting, and make it the default.
6262 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6263 non-stop script example.
6264
d0384fc4
TJB
62652008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6266
6267 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6268 reference to the "Using Different Register and Memory Data
6269 Representation" section.
6270
a6f3e723
SL
62712008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6272
6273 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6274 (Remote Protocol): Add Packet Acknowledgment to menu.
6275 (Overview): Mention +/- can be disabled, and point to new section
6276 where this is discussed in detail.
6277 (General Query Packets): Document QStartNoAckMode packet, and
6278 corresponding qSupported reply.
6279 (Packet Acknowledgment): New section.
6280
0606b73b
SL
62812008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6282 Pedro Alves <pedro@codesourcery.com>
6283
6284 * gdb.texinfo (Threads): Move paragraph about automatic thread
6285 selection to All-Stop Mode subsection.
6286 (Thread Stops): Reorganize existing material into subsections.
6287 Add introductory blurb and menu.
6288 (Non-Stop Mode): New subsection.
6289 (Background Execution): New subsection.
6290 (Maintenance Commands): Add cross-references from async mode
6291 commands to the new Background Execution section.
6292
d57a3c85
TJB
62932008-08-06 Tom Tromey <tromey@redhat.com>
6294
6295 * gdb.texinfo (Extending GDB): New chapter.
6296 (Sequences): Demoted chapter, now a section under the new
6297 Extending GDB chapter.
6298 (Python): New section.
6299
6d76a53d
SS
63002008-07-31 Stan Shebs <stan@codesourcery.com>
6301
6302 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6303
1f70da6a
SS
63042008-07-29 Stan Shebs <stan@codesourcery.com>
6305
6306 * gdbint.texinfo: General round of cleanup and minor
6307 clarifications.
6308 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6309 (Longjmp Support): Update description to reflect how it is done
6310 for targets without using native header.
6311 (Symbol Handling): Add a little more general explanation.
6312 (COFF, ELF): Mention stabs encapsulation.
6313 (DWARF 3): New section.
6314 (Adding a New Host): Scrub out some obsolete bits.
6315 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6316 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6317 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6318 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6319 SEEK_SET, STOP_SIGNAL, USG.
6320 (Raw and Virtual Register Representations): Ditto for
6321 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6322 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6323 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6324 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6325 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6326 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6327 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6328 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6329 DEPRECATED_USE_STRUCT_CONVENTION.
6330 Describe gdbarch_deprecated_fp_regnum.
6331 Update description of gdbarch_print_insn.
6332 (Adding a New Target): Scrub out obsolete bits.
6333 (Obsolete Conditionals): Remove entire section.
6334
383f836e
TT
63352008-07-25 Tom Tromey <tromey@redhat.com>
6336
6337 * observer.texi (GDB Observers): Document new observers:
6338 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6339 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6340 architecture_changed.
6341
cfd8ab24
SS
63422008-07-21 Stan Shebs <stan@codesourcery.com>
6343
6344 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6345 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6346
781b42b0
TT
63472008-07-21 Tom Tromey <tromey@redhat.com>
6348
6349 * observer.texi (GDB Observers): Remove obsolete comment.
6350 <executable_changed>: Remove argument.
6351
d7d9f01e
TT
63522008-07-18 Tom Tromey <tromey@redhat.com>
6353
6354 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6355
bf250677
DE
63562008-07-10 Doug Evans <dje@google.com>
6357
6358 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6359
10568435
JK
63602008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 * gdb.texinfo (Starting): Document "set disable-randomization".
6363
5ae4183a
AS
63642008-07-07 Andreas Schwab <schwab@suse.de>
6365
6366 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6367
b56e7235
VP
63682008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6369
6370 * gdb.texinfo (GDB/MI Target Manipulation): Add
6371 example of -target-attach.
6372
e1ac3328
VP
63732008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6374
6375 * observer.texi (target_resumed): New observer.
5ae4183a 6376 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6377
65d12d83
TT
63782008-06-06 Tom Tromey <tromey@redhat.com>
6379
6380 * gdb.texinfo (Completion): Add field name example.
6381
fbc5282e
MK
63822008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6383
6384 * gdb.texinfo (GDB/MI Program Context): Added example
6385 to -exec-arguments
5ae4183a 6386
fbc5282e 63872008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6388
6389 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6390 annotation.
6391
c16158bc 63922008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6393 Nathan Sidwell <nathan@codesourcery.com>
6394 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6395
6396 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6397 and ACX_BUGURL.
6398 * configure: Regenerate.
6399 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6400 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6401 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6402 mailing-list-specific text about bug reporting unless
6403 BUGURL_DEFAULT.
6404
75c99385
PA
64052008-06-05 Pedro Alves <pedro@codesourcery.com>
6406
6407 * gdb.texinfo (-target-select): Remove reference to target async.
6408 (Maintenance Commands): Document "maint set/show remote-async".
6409
1763a388
MK
64102008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6411
6412 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6413 in -target-file-get section.
5ae4183a 6414
d0d064df
PA
64152008-05-22 Pedro Alves <pedro@codesourcery.com>
6416
9b562ab8
PA
6417 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6418 killing the inferior when it is already debugging a process.
d0d064df 6419
8dfa32fc
JB
64202008-05-21 Joel Brobecker <brobecker@adacore.com>
6421
6422 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6423 abbreviation for "finish".
6424
55f996a7
NR
64252008-05-21 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6428
ba2b1c56
DJ
64292008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6430
6431 * gdbint.texinfo (Target Conditionals): Delete entry for
6432 gdbarch_dwarf_reg_to_regnum.
6433
08388c79
DE
64342008-05-09 Doug Evans <dje@google.com>
6435
a3c83fae 6436 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6437
d14508fe
DE
64382008-05-05 Doug Evans <dje@google.com>
6439
6440 * gdb.texinfo (disassemble): Document /m modifier.
6441
e2b7ddea
VP
64422008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6443
5ae4183a
AS
6444 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6445 will not report the time of commands that run the target.
e2b7ddea 6446
8eb41542
VP
64472008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6448
6449 * gdb.texinfo (GDB/MI Output Records): Add
6450 missing semicolon.
6451
82f68b1c
VP
64522008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6453
6454 * gdb.texinfo (GDB/MI Output Records):
6455 Document =thread-create and =thread-exited.
6456
fa0f268d
VP
64572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6458
6459 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6460 Remove mention of dmi-discuss.
fa0f268d 6461
063bfe2e
VP
64622008-05-03 Pedro Alves <pedro@codesourcery.com>
6463
6464 * observer.texi (thread_exit): New.
6465
237fc4c9
PA
64662008-05-02 Pedro Alves <pedro@codesourcery.com>
6467
6468 * gdb.texinfo (Debugging Output): Document "set/show debug
6469 displaced".
6470 (Maintenance Commands): Document "maint set/show
6471 can-use-displaced-stepping".
6472
0428b8f5
DJ
64732008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6476 and set/show arm force-mode.
6477
5009afc5
AS
64782008-05-02 Andreas Schwab <schwab@suse.de>
6479
6480 * gdbint.texinfo (Algorithms): Describe
6481 target_watchpoint_addr_within_range.
6482
669fac23
DJ
64832008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6484
6485 * gdbint.texinfo (Stack Frames): New chapter.
6486 (Algorithms): Move Frames text to the new chapter.
6487 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6488 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6489
721c02de
VP
64902008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6491
5ae4183a
AS
6492 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6493 output does not necessary include any tokens.
721c02de 6494
c055b101
CV
64952008-04-22 Corinna Vinschen <vinschen@redhat.com>
6496
6497 * gdb.texinfo (Set SH Calling convention): New @item.
6498 (Show SH Calling convention): Ditto.
6499
68837c9d
MD
65002008-04-22 Markus Deuling <deuling@de.ibm.com>
6501
6502 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6503
2e9132cc
EZ
65042008-04-20 Eli Zaretskii <eliz@gnu.org>
6505
6506 * gdb.texinfo (Set Breaks): Mention that multiple location
6507 breakpoints need line number info. Add index entries.
6508
31fffb02
CS
65092008-04-19 Craig Silverstein <csilvers@google.com>
6510
6511 * gdb.texinfo (Requirements): Add an optional requirement on
6512 zlib.
6513 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6514 Compressed DWARF 2.
6515
a47ec5fe
AR
65162008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6517
6518 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6519 sample output for 'stopped,reason="breakpoint-hit"' message.
6520 (GDB/MI Program Execution): Likewise.
6521
de051565
MK
65222008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6523
5ae4183a 6524 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6525 -var-set-format. Add -f option to -var-evaluate-expression.
6526
6ba66d6a
JB
65272008-04-03 Joel Brobecker <brobecker@adacore.com>
6528
6529 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6530 new node "Ambiguous Expressions". Replace references to this
6531 node by references to "Ambiguous Expressions" throughout.
6532 (Ambiguous Expressions): New node.
6533
1e26b4f8
DJ
65342008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6535
6536 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6537
b84876c2
PA
65382008-03-21 Pedro Alves <pedro@codesourcery.com>
6539
6540 * gdb.texinfo (Debugging Output): Document
6541 "set/show debug lin-lwp-async".
6542 (Maintenance Commands): Document "maint set/show linux-async".
6543
63092375
DJ
65442008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6545
6546 * gdb.texinfo (Expressions): Update description of malloced arrays.
6547
8e8901c5
VP
65482008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6549
6550 * gdb.texinfo (Thread Commands): Document
6551 -thread-info. Remove -thread-list-all-threads.
6552
1fddbabb
PA
65532008-03-14 Pedro Alves <pedro@codesourcery.com>
6554 Sandra Loosemore <sandra@codesourcery.com>
6555
6556 * gdb.texinfo (Library List Format): Update to mention the
6557 possibility to pass section addresses instead of segment
6558 addresses.
6559
ccd213ac
DJ
65602008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.texinfo (Starting): Document "set exec-wrapper".
6563 (Server): Document gdbserver --wrapper.
6564
fa4727a6
DJ
65652008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6568 unreadable memory. Delete obsolete SPARClite reference.
6569
8edfe269
DJ
65702008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6571
6572 * gdb.texinfo (Starting): Mention always-running targets.
6573 (Target Commands): Add an anchor for load.
6574 (Connecting): Explain continue instead of run.
6575
1843f87b
DJ
65762008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6579
f9082629
NR
65802008-02-26 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6583 breakpoint table.
6584
fd96d250
PA
65852008-02-19 Pedro Alves <pedro@codesourcery.com>
6586
6587 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6588 killing the inferior when it is already debugging a process.
6589
36af4ef6
MD
65902008-02-13 Markus Deuling <deuling@de.ibm.com>
6591
6592 * gdbint.texinfo (Build Script): New section. Mention new build script
6593 gdb_buildall.sh.
6594
cda4ce5a
JB
65952008-02-01 Jim Blandy <jimb@red-bean.com>
6596
6597 * gdb.texinfo (Help): Summarize 'info args' correctly.
6598
4acd40f3
TJB
65992008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6600
6601 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6602 available in PowerPC architecture.
6603 (Embedded Processors): Change node name of PowerPC item in menu.
6604 (PowerPC): Rename to...
6605 (PowerPC Embedded): this.
6606 (Architectures): Add new PowerPC item in menu.
6607 (PowerPC): New node.
6608
6e6c6f50
DJ
66092008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6610
6611 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6612 commands.
6613
5ee187d7
DJ
66142008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6615
6616 * gdb.texinfo (Setting Catchpoints): Mention features
6617 supported on GNU/Linux.
6618
e275c0d9
NR
66192008-01-30 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * gdb.texinfo (GDB/MI File Commands): Describe new output
6622 field for MI command -file-list-exec-source-file.
6623
2d717e4f
DJ
66242008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * gdb.texinfo (Using the `gdbserver' Program): Add security
6627 warning. Rearrange into subsections and subsubsections. Document
6628 --multi and --debug. Correct --with-sysroot typo. Update --attach
6629 usage. Make load reference clearer. Document monitor exit.
6630 (Remote Configuration): Document set remote exec-file, attach-packet,
6631 and run-packet.
6632 (Packets): Document vAttach and vRun.
6633
d35a4257 66342008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6635
6636 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6637 detach-on-follow -> detach-on-fork.
f663676d 6638
c78d192c
DJ
66392008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6640
6641 * gdbint.texinfo (Native Conditionals): Remove
6642 SHELL_COMMAND_CONCAT and SHELL_FILE.
6643
d35a4257
EZ
66442008-01-26 Eli Zaretskii <eliz@gnu.org>
6645
6646 * gdb.texinfo (Specify Location): Improve wording.
6647
93815fbf
VP
66482008-01-23 Chris Demetriou <cgd@google.com>
6649
6650 * gdb.texinfo (Threads): Document new "set print thread-events"
6651 and "show print thread-events" commands.
6652
2a25a5ba
EZ
66532008-01-19 Eli Zaretskii <eliz@gnu.org>
6654
6655 * gdb.texinfo (Specify Location): New section.
6656 (Delete Breaks, Edit, Set Breaks): Remove description of
6657 locations. Instead, add a reference to "Specify Location".
6658 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6659 (Symbols): Refer to "Specify Location" for the valid forms of
6660 linespecs and locations.
6661
32c9a795
MD
66622008-01-18 Markus Deuling <deuling@de.ibm.com>
6663
6664 * gdbint.texinfo (Target Conditionals): Replace the description of
6665 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6666
b17828ca
JB
66672008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6668
6669 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6670 about &&var, which is rejected by the expression parser.
6671
0aea4bf3
LM
66722008-01-09 Luis Machado <luisgpm@br.ibm.com>
6673
6674 * gdb.texinfo (Output): Update documentation on using printf with DFP
6675 types.
6676
febe4383
TJB
66772008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6678
6679 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6680 subsubsection.
6681 (Decimal Floating Point format): New subsubsection.
6682
7a404eba
PA
66832008-01-05 Pedro Alves <pedro@codesourcery.com>
6684
6685 * gdb.texinfo (File Options): Remove mention of the attempt to
6686 open a core file with the -p option. Don't list -c as a valid
6687 option to attach to a process.
6688
a4d9b460
PA
66892008-01-05 Pedro Alves <pedro@codesourcery.com>
6690
6691 * gdbint.texinfo (Host Conditionals): Remove mention of
6692 ALIGN_STACK_ON_ENTRY.
6693
6ec2edbe
JB
66942008-01-05 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdbint.texinfo (Start of New Year Procedure): Add item
6697 describing how to update the source and documentation copyright
6698 notices.
6699
d8b2a693
JB
67002007-12-18 Jim Blandy <jimb@codesourcery.com>
6701
ab209b3a 6702 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6703 watchpoint explanation into the main description of the watchpoint
6704 command; update synopses of 'watch', 'rwatch', and 'awatch'
6705 commands.
6706
8b4ed427
VP
67072007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6708
6709 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6710 Document 'pending-breakpoints' feature of
6711 -list-features.
6712
37e4754d
LM
67132007-12-17 Luis Machado <luisgpm@br.ibm.com>
6714
669fac23 6715 * gdb.texinfo: Add new parameter's description.
37e4754d 6716
1d3811f6
DJ
67172007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6718
6719 * gdb.texinfo (Overview): Clarify run-length encoding
6720 example. Remove the restriction on "+" and "-" characters.
6721
c1c25a1a
EZ
67222007-12-15 Eli Zaretskii <eliz@gnu.org>
6723
6724 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6725
afe8ab22 67262007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6727
afe8ab22
VP
6728 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6729 the -f option for -break-insert, remove -r option,
6730 and clarify specification of location.
6731
a6b151f1
DJ
67322007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6733
6734 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6735 formatting.
6736 (Remote Debugging): Add File Transfer section.
6737 (Remote Configuration): Document Host I/O packets.
6738 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6739 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6740 (Packets): Add vFile.
6741
3b784c4f
EZ
67422007-11-17 Eli Zaretskii <eliz@gnu.org>
6743
6744 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6745 breakpoints with multiple locations.
6746 (Breakpoint Menus): Improve wording.
6747 (Output): Fix last change.
6748
a4ce5b0d
UW
67492007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6750
6751 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6752
1b39d5c0
DE
67532007-11-15 Doug Evans <dje@google.com>
6754
6755 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6756
7a72d44c
VP
67572007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * gdbint.texinfo (Native Conditionals): Remove
6760 mention of CLEAR_SOLIB.
5ae4183a 6761
6d1829bf 67622007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6763
6764 * gdb.texinfo (Print Settings): Add documentation for "set/show
6765 print frame-arguments".
6766
1a619819
LM
67672007-11-05 Luis Machado <luisgpm@br.ibm.com>
6768
3b784c4f 6769 * gdb.texinfo (Output): Update printf command's description.
1a619819 6770
55eddb0f
DJ
67712007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6774 powerpc soft-float".
6775
9cceb671
DJ
67762007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * gdb.texinfo (Files): Correct formatting. Mention Expat
6779 requirement.
6780 (Requirements for Building GDB): Expand the list of Expat
6781 uses.
6782 (Library List Format, Memory Map Format): Mention Expat.
6783 (Target Descriptions): Update Expat wording.
6784
83acabca
DJ
67852007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6786
6787 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6788 Document that gdbarch_convert_register_p should return zero for no-op
6789 conversions.
6790
e35879db
UW
67912007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6792
83acabca 6793 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6794 of set_gdbarch_sofun_address_maybe_missing back to ...
6795 (Target Conditionals): ... here to fix build break.
6796
203c3895
UW
67972007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6798
83acabca 6799 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6800 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6801 (Compiler Characteristics): ... documentation of
6802 set_gdbarch_sofun_address_maybe_missing.
6803
11411de3
DJ
68042007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6805
6806 * gdbint.texinfo (Target Conditionals): Use
6807 frame_unwind_register_unsigned in examples instead of
6808 frame_unwind_unsigned_register.
6809
7cc46491
DJ
68102007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6811
6812 * gdb.texinfo (Predefined Target Types): Add int128
6813 and uint128.
6814 (Standard Target Features): Add PowerPC features.
6815
81adfced
DJ
68162007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6819
c1874924
UW
68202007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6821
6822 * gdbint.texi (Target Conditionals): Remove documentation
6823 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6824 gdbarch_extract_return_value, and gdbarch_store_return_value.
6825
f6e56ab3
UW
68262007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6827
6828 * gdbint.texi (Target Conditionals): Remove documentation of
6829 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6830
56cf5405
KH
68312007-10-11 Kazu Hirata <kazu@codesourcery.com>
6832
6833 * gdb.texinfo: Mention that inaccessible-by-default is on by
6834 default.
6835
35156bae
DJ
68362007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6837
6838 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6839
d983da9c
DJ
68402007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6843 multi-threaded watchpoints.
6844 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6845 checked. Describe sticky notification. Expand description
6846 of steppable and continuable watchpoints.
6847 (Watchpoints and Threads): New subsection.
6848
fe6fbf8b
VP
68492007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6850
6851 * gdb.texinfo (Setting Breakpoints): Revise
6852 documentation for pending breakpoints. Document
6853 breakpoints with multiple locations.
5ae4183a 6854
084344da
VP
68552007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6856
6857 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6858 Document -list-features.
5ae4183a 6859
82160952
EZ
68602007-09-15 Eli Zaretskii <eliz@gnu.org>
6861
6862 * gdb.texinfo (Output): Spell out which features of C's printf are
6863 not supported by GDB's printf.
7e27a47a
EZ
6864 (Separate Debug Files): More accurate wording regarding build ID
6865 and a reference to the ld manual rather than the Fedora wiki.
82160952 6866
ea37ba09
DJ
68672007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6868 Jim Blandy <jimb@codesourcery.com>
6869
6870 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6871 (Examining Memory): Update mentions of the 's' format.
6872 (Automatic Display): Likewise.
6873
b8533aec
DJ
68742007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6875
6876 * gdb.texinfo: Update the FSF's Back-Cover Text.
6877
83f83d7f
JK
68782007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6879 Eli Zaretskii <eliz@gnu.org>
6880
6881 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6882 Fixed the ``build ID'' name. New binaries build instructions for the
6883 build ID inclusion. Explain how the commands are specific to the build
6884 ID vs. debug link.
6885
c7e83d54
EZ
68862007-09-01 Eli Zaretskii <eliz@gnu.org>
6887
6888 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6889 indexing for ``build ID'' support.
6890
d3750b24
JK
68912007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6894 Enlisted BUILD ID to the debug file searching example.
6895 Included a BUILD ID `.note.gnu.build-id' section description.
6896 Updated/added the debug files splitting instructions for OBJCOPY.
6897
02142340
VP
68982007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6899
6900 * gdb.texinfo (Variable Objects): Adjust docs
6901 for -var-info-expression and document
6902 -var-info-path-expression.
6903
d3bdde98
JB
69042007-08-20 Jim Blandy <jimb@codesourcery.com>
6905
3fb6a982
JB
6906 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6907 (title page): Include the dedication in the printed manual, as a
6908 separate page after the copyright notice.
5ae4183a 6909
d3bdde98
JB
6910 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6911 don't break a @var across a line.
6912
c80a96a8
MR
69132007-07-25 Maciej W. Rozycki <macro@mips.com>
6914
6915 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6916 for include files.
6917
5824a901
NR
69182007-07-12 Nick Roberts <nickrob@snap.net.nz>
6919
6920 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6921 in annotate.texinfo.
6922 (Command History): Link to new node.
5824a901 6923
d52e7ea3
UW
69242007-07-05 Markus Deuling <deuling@de.ibm.com>
6925
6926 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6927
5fc14d0a
EZ
69282007-07-05 Eli Zaretskii <eliz@gnu.org>
6929
6930 * gdbint.texinfo (Target Conditionals): Fix last change.
6931
4a9bb1df
UW
69322007-07-03 Markus Deuling <deuling@de.ibm.com>
6933
6934 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6935 routines:
6936 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6937 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6938 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6939 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6940 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6941 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6942 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6943 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6944 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6945 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6946 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6947 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6948 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6949 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6950 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6951 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6952 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6953 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6954 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6955 (SOFTWARE_SINGLE_STEP_P)
6956
6957 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6958 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6959
6960 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6961 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6962 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6963 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6964 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6965 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6966 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6967 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6968 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6969 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6970
6971 (Converting an existing Target Architecture to Multi-arch): Remove
6972 section.
6973
6974 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6975 (gdbarch_addr_bits_remove): Add code example.
6976
6977 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6978
cfa9d6d9
DJ
69792007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6980
6981 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6982 Add other missing entries. Adjust the table size to fit.
6983 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6984 stop reasons including the new "library" event.
6985 (General Query Packets): Adjust table widths for qSupported. Mention
6986 qXfer:libraries:read reply to qSupported and document the new packet.
6987 (Library List Format): New section.
6988
159fcc13
JK
69892007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6992
f66d1690
MS
69932007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6994
6995 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6996
67102876
NR
69972007-06-25 Nick Roberts <nickrob@snap.net.nz>
6998
6999 * gdbint.texinfo (Register and Memory Data): Break sections
7000 into nodes and add a menu.
7001
a4642986
MR
70022007-06-21 Maciej W. Rozycki <macro@mips.com>
7003
7004 * gdb.texinfo (Examining Memory): Document the new behaviour.
7005
e9c17194
VP
70062007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * gdb.texinfo (Standard Target Features): Document
7009 m68k features.
7010
31d99776
DJ
70112007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7012
7013 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7014
1780a0ed
DJ
70152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7016
7017 * gdb.texinfo (Target Description Format): Add version attribute
7018 for <target>.
7019
822b6570
DJ
70202007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7021
7022 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7023
f8b73d13
DJ
70242007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7025
7026 * gdb.texinfo (MIPS Features): New subsection.
7027
0e7f50da
UW
70282007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7029 Markus Deuling <deuling@de.ibm.com>
7030
7031 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7032 and qXfer:spu:write packets and mention them under qSupported.
7033
23d964e7
UW
70342007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7035 Markus Deuling <deuling@de.ibm.com>
7036
7037 * gdb.texinfo (Architectures): Add new SPU section to document
7038 Cell Broadband Engine SPU architecture specific commands.
7039
9f708cb2
VP
70402007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7041
7042 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7043 comments.
7044
7579b5f8
NR
70452007-06-07 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7048
bf06d120
JB
70492007-05-29 Jim Blandy <jimb@codesourcery.com>
7050
7051 * gdb.texinfo (Overview): Doc fix.
7052
23776285
MR
70532007-05-22 Maciej W. Rozycki <macro@mips.com>
7054
7055 * gdb.texinfo (Remote Configuration): Document "set/show
7056 remoteflow".
7057
1a69e1e4
DJ
70582007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7059
bf06d120
JB
7060 * gdb.texinfo (MIPS): Remove documentation for set mips
7061 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7062 stack-arg-size.
1a69e1e4 7063
46ba6afa 70642007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7065
46ba6afa
BW
7066 * all-cfg.texi (GDBTUI): New.
7067 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7068 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7069 (TUI Configuration): Edit to improve clarity and fix problems of
7070 both style and content.
5ae4183a 7071
06d3b283
UW
70722007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7073
7074 * observer.texi (GDB Observers): New observer "new_objfile".
7075
179101d6
UW
70762007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7077
7078 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7079
25d5ea92
VP
70802007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7081
7082 * gdb.texinfo (GDB/MI Variable Objects): Document
7083 frozen variables objects.
5ae4183a 7084
ea35711c
DJ
70852007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7088 (Character Sets, Caching Data of Remote Targets): Likewise.
7089 (Targets): Delete Remote node. Move its text...
7090 (Debugging Remote Programs): ...to here. Delete description
7091 of the "remote" command.
7092 (Remote configuration): Delete description of "set remotedevice"
7093 and "show remotedevice".
7094 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7095
db2e3e2e
BW
70962007-04-11 Bob Wilson <bob.wilson@acm.org>
7097
5ae4183a
AS
7098 * gdb.texinfo (Contributors, Continuing and Stepping)
7099 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7100 (General Query Packets, File-I/O Remote Protocol Extension)
7101 (Protocol Basics, The F Reply Packet, Write)
7102 (Protocol-specific Representation of Datatypes, Memory Transfer):
7103 Fix hyphenation, punctuation and grammar problems.
7104 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7105 'section' instead of 'subsection' in the text.
7106 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7107 (i386): Remove period from section name.
db2e3e2e
BW
7108 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7109 (Config Names, Configure Options): Use @file{configure}.
7110
8a3dae3e
DJ
71112007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7114 and tab expansion.
7115
1a92f856
DJ
71162007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7117
7118 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7119
79a6e687 71202007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7121
79a6e687
BW
7122 * gdb.texinfo: Consistently capitalize all significant words in
7123 node names, chapter titles, section titles, and headings. Update
7124 cross references to match.
7125 (Starting and Stopping Trace Experiment): Make node name plural.
7126 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7127
ad527d2e
PA
71282007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7129
7130 * gdb.texinfo (WinCE): Delete obsolete subsection.
7131
7ce59000
DJ
71322007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7135 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7136 references.
7137
8807d78b
DJ
71382007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7139
7140 * gdb.texinfo (Startup): Delete references to some alternate
7141 names for .gdbinit.
7142 (Thread): Remove LynxOS reference.
7143 (Tandem ST2000): Delete target-specific documentation.
7144 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7145 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7146 and GDB_OSABI_LYNXOS.
7147
5f402660
UW
71482007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7149
7150 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7151
bac718a6
UW
71522007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7153
7154 * gdbint.texinfo (Target Conditionals): Remove mention of
7155 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7156 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7157
9453113a
DJ
71582007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7159
7160 * Makefile.in: Add "pdfdir" installation
7161 directory, PDFTEX macro, support for "install-pdf" target,
7162 and rules for making a pdf version of refcard.texi.
7163 * refcard.tex: Specify paper size for PDF output.
7164
ae21e955 71652007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7166
ae21e955 7167 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7168
3f94c067 71692007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7170
3f94c067
BW
7171 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7172 (Source Path, Character Sets, Macros, Define)
7173 (GDB/MI Result Records, GDB/MI Simple Examples)
7174 (GDB/MI Program Execution, GDB/MI File Commands)
7175 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7176 (Bug Reporting): Use @value{GCC}.
5ae4183a 7177
12c27660 71782007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7179
12c27660
BW
7180 * gdb.texinfo (Help): Fix formatting of examples.
7181 (Variables): Use @ifnotinfo instead of @iftex.
7182 (Non-debug DLL symbols): Use @ref instead of @pxref.
7183 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7184
ce9341a1
BW
71852007-03-26 Bob Wilson <bob.wilson@acm.org>
7186
7187 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7188
c8f4133a
BW
71892007-03-26 Bob Wilson <bob.wilson@acm.org>
7190
7191 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7192 the order of the nodes.
7193 (C Operators, C Constants, Debugging C): Remove extra menus.
7194 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7195
c8f4133a 71962007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7197
7198 * gdb.texinfo (File Options): Add missing parenthesis.
7199 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7200
c74d0ad8
DJ
72012007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7204
ff6f572f
DJ
72052007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7206
669fac23 7207 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7208 case insensitivity.
7209 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7210
994337c3
NR
72112007-02-18 Nick Roberts <nickrob@snap.net.nz>
7212
7213 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7214 (Files): Add section name to argument list for pxref.
7215 (Non-debug DLL symbols): Don't use `see' for pxref.
7216 (Embedded Processors): Fix typo.
7217 (GDB/MI Breakpoint Commands): Execution commands generate
7218 *stopped not ^done.
7219
eb819d70
NR
72202007-02-13 Nick Roberts <nickrob@snap.net.nz>
7221
7222 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7223 values for in_scope. Mention that only root variables can be
7224 updated.
7225 (GDB/MI Development and Front Ends): Explain new values may be
7226 added to existing fields.
7227
123dc839
DJ
72282007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7229
7230 * gdb.texinfo (-target-disconnect): Use @smallexample.
7231 (Requirements): Add anchor for Expat. Update description.
7232 (Target Descriptions): Mention Expat.
7233 (Target Description Format): Document new elements. Use
7234 @smallexample.
7235 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7236 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7237
108546a0
DJ
72382007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7239
7240 * gdb.texinfo (Target Description Format): Add section on XInclude.
7241
95a98c01
NR
72422006-02-03 Nick Roberts <nickrob@snap.net.nz>
7243
7244 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7245 command -enable-timings.
7246
f4b3909f
EZ
72472007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7248
5ae4183a 7249 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7250 descriptions for new/deleted elements in gdb_osabi. Add missing
7251 description for function generic_elf_osabi_sniff_abi_tag_sections.
7252
c7ba131e
JB
72532007-01-29 Joel Brobecker <brobecker@adacore.com>
7254
7255 * gdb.texinfo (Maintenance Commands): Add documentation for
7256 the new "maint print target-stack" command.
7257
3a60f64e
JK
72582007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7259 Eli Zaretskii <eliz@gnu.org>
7260
f4b3909f 7261 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7262
c582f8b6
EZ
72632007-01-26 Eli Zaretskii <eliz@gnu.org>
7264
7265 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7266 Use @value{NGCC} instead of @value{GCC}.
7267
d3e8051b
EZ
72682007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7269
7270 * agentexpr.texi: Fix typos.
7271 * annotate.texinfo: Likewise.
7272 * gdb.texinfo: Likewise.
7273 * gdbint.texinfo: Likewise.
7274 * observer.texi: Likewise.
7275 * stabs.texinfo: Likewise.
7276
86f04699
EZ
72772007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7278
7279 * gdbint.texinfo (Support Libraries): Remove mmalloc
7280 entry. Describe readline library.
7281
23181151
DJ
72822007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7283
7284 * gdb.texinfo (Target Descriptions): New section.
7285 (General Query Packets): Add QPassSignals anchor. Mention
7286 qXfer:features:read under qSupported. Expand mentions of
7287 qXfer:memory-map:read and QPassSignals. Document
7288 qXfer:features:read.
7289
f822c95b
DJ
72902007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7291
7292 * gdb.texinfo (Commands to specify files): Describe
7293 "set sysroot" and "show sysroot".
7294 (Using the `gdbserver' program): Lowercase argument
7295 to @var. Expand description of setting up GDB on the
7296 host.
7297
8936fcda
JB
72982007-01-05 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7301 catch exception, catch exception unhandled, and catch assert
7302 commands.
7303
e776119f
DJ
73042007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7305
7306 * gdb.texinfo (Debugging Output): Document "set debug xml"
7307 and "show debug xml".
7308
aa79a185
DJ
73092007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7310
7311 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7312
7f893741
JB
73132007-01-01 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7316
a1b5960f
VP
73172006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7318
7319 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7320 note in @ignore, to be removed later if nobody complains.
7321
9f470e6e
NR
73222006-12-04 Nick Roberts <nickrob@snap.net.nz>
7323
7324 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7325 of -var-delete.
7326
765dc015 73272006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7328
765dc015 7329 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7330 automatic software/hardware breakpoint usage and
7331 the "set breakpoint auto-hw" command.
765dc015 7332
4b5752d0
VP
73332006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7334
7335 * gdb.texinfo (Memory Access Checking): New.
7336
89be2091
DJ
73372006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * gdb.texinfo (Remote configuration): Mention
7340 "pass-signals-packet".
7341 (General Query Packets): Document QPassSignals. Fix
7342 a typo.
7343
ca3bf3bd
DJ
73442006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7345
7346 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7347
427c3a89
DJ
73482006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7349
7350 * gdb.texinfo (Remote configuration): Rewrite documentation for
7351 packet configuration commands.
7352 (OS Information): Adjust reference to qXfer:auxv:read.
7353 (General Query Packets): Remove references to read-aux-vector-packet
7354 and set remote get-thread-local-storage-address.
7355
7a107747
DJ
73562006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7357
7358 * gdbint.texinfo (Target Architecture Definition): Add new
7359 Initializing a New Architecture section.
7360
1c56eb0e
EZ
73612006-10-31 David Taylor <dtaylor@emc.com>
7362
7363 * stabs.texinfo (Macro define and undefine): New node describing
7364 stabs for #define and #undef.
7365
f73adfeb
AS
73662006-10-27 Andreas Schwab <schwab@suse.de>
7367
7368 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7369
fd60e0df
EZ
73702006-10-21 Eli Zaretskii <eliz@gnu.org>
7371
7372 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7373 clarify on the possible meanings of ``expression'' watched by
7374 watchpoints. Add indexing.
e5ac9b53
EZ
7375 (Prompting, Errors, Invalidation, Annotations for Running)
7376 (Source Annotations): Fix index entries by adding "annotation" to
7377 them, to discriminate from index entries that point to the more
7378 general topic descriptions.
fd60e0df 7379
52bb452f
DJ
73802006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7381
7382 * gdbint.texinfo (Target Vector Definition): Move most
7383 content into Existing Targets. Add a menu.
7384 (Existing Targets): New section, moved from Target Vector
7385 Definition. Use @subsection.
7386 (Managing Execution State): New section.
7387
58955e58
BW
73882006-10-16 Bob Wilson <bob.wilson@acm.org>
7389
7390 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7391
c8aa23ab
EZ
73922006-10-15 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7395 (Command Syntax, Signals, Backtrace, Connecting)
7396 (Remote configuration, Renesas Boards, Console I/O): Fix last
7397 change: use Ctrl- instead of C-, except wrt Emacs.
7398 (File-I/O Examples): Put Ctrl-c in @kbd.
7399 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7400 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7401 (Signals, Set Breaks, Set Watchpoints): Document optional
7402 arguments to `info signals' `handle', `info breakpoints', and
7403 `info watchpoints'.
c8aa23ab 7404
e7109c7e
EZ
74052006-10-14 Eli Zaretskii <eliz@gnu.org>
7406
7407 * gdb.texinfo (Backtrace): Fix last change.
7408
de3aea7b
NR
74092006-10-14 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7412
7f9087cb
BW
74132006-10-10 Bob Wilson <bob.wilson@acm.org>
7414
c8aa23ab
EZ
7415 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7416 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7417 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7418
68437a39
DJ
74192006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7420 Daniel Jacobowitz <dan@codesourcery.com>
7421
7422 * gdb.texinfo (Packets): Document vFlashErase,
7423 vFlashWrite and vFlashDone packets.
7424 (General Query Packets): Document qXfer:memory-map:read.
7425 Add a new feature for qXfer:memory-map:read.
7426 (Memory map format): New section.
7427 (Target Commands): Mention that gdb can write flash.
7428
fd79ecee
DJ
74292006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7430 Daniel Jacobowitz <dan@codesourcery.com>
7431
7432 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7433 memory regions and "mem auto".
7434
350da6ee
DJ
74352006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7436
7437 * gdbint.texinfo (Array Containers): New section.
7438
2f1acb09
VP
74392006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7440
7441 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7442 -stack-list-arguments HIGH_FRAME argument can be larger then the
7443 actual number of frames.
7444
2ab1eb7a
VP
74452006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7446
7447 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7448 -stack-list-locals HIGH_FRAME argument can be larger then the
7449 actual number of frames.
2ab1eb7a 7450
599b237a
BW
74512006-09-02 Bob Wilson <bob.wilson@acm.org>
7452
7453 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7454 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7455
25ab7e6d
EZ
74562006-09-02 Eli Zaretskii <eliz@gnu.org>
7457
7458 * gdbint.texinfo (Overall Structure): New section "Source Tree
7459 Structure".
7460
940178d3
JB
74612006-08-17 Jim Blandy <jimb@codesourcery.com>
7462
7463 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7464 responses.
7465
30daae6c
JB
74662006-08-08 Joel Brobecker <brobecker@adacore.com>
7467
7468 * gdb.texinfo (Source Path): Add documentation for new
7469 substitute-path commands.
7470
7fa2210b
DJ
74712006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7472
7473 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7474 (Running Configure): ...here.
7475 (Requirements): New node. Mention expat.
7476
3d00d119
DJ
74772006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7478
5ae4183a 7479 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7480 'set download-write-size' and 'show download-write-size'.
7481
0cbfa4ee
DJ
74822006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7483
7484 * stabs.texinfo (Member Type Descriptor): Correct example for
7485 pointer to member types.
7486
16026cd7
AS
74872006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7488
7489 * gdb.texinfo (Optional warnings and messages): Add
7490 'set/show trace-commands'.
7491 (Command files): Add '-v' to source command.
7492
0876f84a
DJ
74932006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7494
7495 * gdb.texinfo (OS Information): Update qPart reference to
7496 qXfer.
7497 (Remote configuration): Likewise.
7498 (Overview): Move @cindex to the start of a paragraph. Talk
7499 about binary data encoding.
7500 (Packets): Refer to the overview for the details of the X
7501 packet encoding.
7502 (General Query Packets): Remove qPart description. Add qXfer
7503 description. Add an anchor to qSupported. Correct feature
7504 table title. Add a new feature for qXfer:auxv:read.
7505 (Interrupts): Add a missing parenthesis.
7506
2ec3381a
DJ
75072006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7508
669fac23 7509 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7510 (GDB/MI Kod Commands): Remove commented out node.
7511
594fe323
EZ
75122006-07-01 Eli Zaretskii <eliz@gnu.org>
7513
7514 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7515 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7516 (GDB/MI Thread Commands, GDB/MI Program Execution)
7517 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7518 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7519 (GDB/MI File Commands, GDB/MI Target Manipulation)
7520 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7521 since the MI prompt is hard-wired into the code.
7522
7e3fb70c
NR
75232006-07-01 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7526 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7527 (GDB/MI Data Manipulation): Remove description of unimplemented
7528 display related commands as variable objects perform this function
7529 and are superior: -display-delete, -display-disable,
7530 -display-enable, -display-insert and -display-list. Move
7531 -environment-cd, -environment-directory, -environment-path
7532 and -environment-pwd to "Program Context".
7533 (GDB/MI Program Control): Rename to "Program Execution". Move
7534 -exec-arguments -exec-abort to...
7535 (GDB/MI Program Context): ...here. New node split from "Data
7536 Manipulation".
7537
be2a5f71
DJ
75382006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.texinfo (Remote configuration): Document set / show
7541 remote supported-packets.
7542 (General Query Packets): Document qSupported packet.
7543
fc320d37
SL
75442006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7545
7546 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7547 and font markup.
7548 (Protocol basics): Likewise.
7549 (The F request packet): Likewise.
7550 (The F reply packet): Likewise.
7551 (Memory transfer): Move this node to be a subsubsection of
7552 "Protocol specific representation of datatypes".
7553 (The Ctrl-C message): More copy editing.
7554 (Console I/O): Likewise.
7555 (The isatty call): Delete this node, and merge its content into
7556 the "isatty" node. Fixed references elsewhere.
7557 (The system call): Delete this node, and merge its content into
7558 the "system" node. Fixed references elsewhere.
7559 (open): Reformat to use @table, and add appropriate font markup.
7560 (close): Likewise.
7561 (read): Likewise.
7562 (write): Likewise.
7563 (lseek): Likewise.
7564 (rename): Likewise.
7565 (unlink): Likewise.
7566 (stat/fstat): Likewise.
7567 (gettimeofday): Likewise.
7568 (isatty): Likewise.
7569 (system): Likewise, plus minor changes to fix confusing wording.
7570 (Integral datatypes): Fix font markup.
7571 (Pointer values): Likewise.
7572 (struct stat): Fix markup to use @table, plus minor copy editing.
7573 (struct timeval): Fix font markup, plus minor copy editing.
7574 (Constants): Minor copy editing.
7575 (Errno values): Add font markup.
7576 (File-I/O Examples): Likewise.
7577
158fdf5c
NR
75782006-06-10 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7581 (GDB/MI Simple Examples): Move node up one level. Use real
7582 examples.
7583 (GDB/MI Compatibility with CLI): Update.
7584 (GDB/MI Result Records): Add "connected" and "exit" result
7585 classes.
7586 (GDB/MI Stream Records): Clarify target output.
7587 (GDB/MI Command Description Format): Modify example description.
7588 (GDB/MI Breakpoint Table Commands): Rename to...
7589 (GDB/MI Breakpoint Commands): ...this
7590 (GDB/MI Breakpoint Commands): Add optional thread field.
7591 (GDB/MI Program Control): Add an introduction. Move "Program
7592 termination" examples into exec-run description.
7593 (GDB/MI File Commands): Mention similar CLI commands.
7594 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7595 is similar to "-gdb-version".
7596
ddb50cd7
EZ
75972006-06-09 Eli Zaretskii <eliz@gnu.org>
7598
7599 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7600
2aef0d6b
NR
76012006-06-02 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7604 sourceware.org for mailing lists.
d5e40d59 7605 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7606
383a5c52
NR
76072006-06-01 Nick Roberts <nickrob@snap.net.nz>
7608
d5e40d59 7609 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7610
e16b02ee
EZ
76112006-05-22 Eli Zaretskii <eliz@gnu.org>
7612
7613 * gdb.texinfo (Cygwin Native): Fix last change.
7614
be90c084
CF
76152006-05-22 Christopher Faylor <cgf@timesys.com>
7616
7617 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7618
347ceba5
NR
76192006-05-15 Nick Roberts <nickrob@snap.net.nz>
7620
7621 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7622 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7623
369af7bd
DJ
76242006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * gdb.texinfo (General Query Packets): Recommend not starting
7627 new packets with qC and clarify.
7628
2ffdbde8 76292006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7630
7631 * gdb.texinfo (M2 Types): New section.
72019c9c 7632
16d1a084
DJ
76332006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7634
7635 * agentexpr.texi: Add a copyright and license notice.
7636 * observer.texi: Likewise, with GPL clause for function prototypes.
7637 Remove trailing whitespace.
7638
aa56d27a
JB
76392006-05-05 Jim Blandy <jimb@codesourcery.com>
7640
7641 * gdb.texinfo (General Query Packets): Document conventions for
7642 terminating packet names, and their violations.
7643
5bdf8622
DJ
76442006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7645
7646 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7647 * gdb.texinfo: Likewise.
7648
605a56cb
DJ
76492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7652 and "show remotedebug".
7653 (Debugging Output): Add additional index entries.
7654
b8db102d
MS
76552006-04-27 Michael Snyder <msnyder@redhat.com>
7656
7657 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7658
c5e30d01
AC
76592006-04-22 Andrew Cagney <cagney@redhat.com>
7660
7661 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7662 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7663
8181d85f
DJ
76642006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7665
7666 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7667 and remove breakpoint prototypes.
7668 (Watchpoints): Move description of target_insert_hw_breakpoint and
7669 target_remove_hw_breakpoint ...
7670 (Breakpoints): ... to here. Document target_insert_breakpoint and
7671 target_remove_breakpoint.
7672
4f553f88
JB
76732006-04-17 Jim Blandy <jimb@codesourcery.com>
7674
7675 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7676 and C packets are optional.
7677
cd852561
FR
76782006-04-14 Frederic Riss <frederic.riss@st.com>
7679
7680 * gdb.texinfo (Specifying source directories): Update the description
7681 of the source file search to reflect the fact that the source path
7682 always contains at least $cdir and $cwd.
7683
b620eb07
MS
76842006-03-31 Michael Snyder <msnyder@redhat.com>
7685
7686 * gdb.texinfo: Update copyright dates.
7687
3156cdaf
EZ
76882006-03-31 Eli Zaretskii <eliz@gnu.org>
7689
7690 * gdb.texinfo (Overview): Add an index entry to "empty response".
7691
7d30c22d
JB
76922006-03-28 Jim Blandy <jimb@codesourcery.com>
7693
7694 * gdbint.texinfo (Prologue Analysis): New section.
7695
86941c27
JB
76962006-03-07 Jim Blandy <jimb@red-bean.com>
7697
66b8c7f6
JB
7698 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7699
1a10341b
JB
7700 * gdb.texinfo (Target Commands): Update text describing how to
7701 specify a target. Refer to the detailed section on remote
7702 debugging, not the brief mention.
7703
86941c27
JB
7704 * gdb.texinfo (Connecting): Organize the different 'target remote'
7705 connection methods into a table. Add a 'target remote' index
7706 entry. (!!!)
7707
62f3a2ba
FF
77082006-02-17 Fred Fish <fnf@specifix.com>
7709
7710 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7711 'ptype' commands to reflect the fact that the only significant
7712 difference between them is that ptype prints the complete type
7713 description instead of just the name.
7714
8b9a88ea
WZ
77152006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7716
7717 * gdbint.texinfo (Watchpoints): Delete
7718 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7719
7e8dc855
NR
77202006-02-10 Nick Roberts <nickrob@snap.net.nz>
7721
7722 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7723 times fields where needed. Fix typos. Update general form given
7724 for output of -break-insert.
7725 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7726
c91d38aa
DJ
77272006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7728
7729 * gdbint.texinfo (Symbol Handling): Add a section
7730 on memory management.
7731
38fcd64c
DJ
77322006-02-06 Vladimir Prus <ghost@cs.msu.su>
7733
7734 * gdb.texinfo (Breakpoint table commands): Document the fullname
7735 field in -break-list output.
7736
219eec71
EZ
77372006-02-03 Eli Zaretskii <eliz@gnu.org>
7738
7739 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7740 debugging information produced by the various "set debug..."
7741 options.
7742
ae5a43e0
DJ
77432006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 * gdb.texinfo (Files): Remove obsolete bits from the description
7746 of "symbol-file".
7747
a9f158ec
JB
77482006-01-25 Jim Blandy <jimb@redhat.com>
7749
7750 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7751
410dd08e
JB
77522006-01-24 Jim Blandy <jimb@redhat.com>
7753
7754 * gdbint.texinfo (Frames): Document the basics of GDB's register
7755 unwinding model, and explain the existence of the "sentinel" frame.
7756
4b505b12
AS
77572006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7758
7759 * gdb.texinfo (Choosing files): Mention that -directory is used
7760 for script files.
7761 (Specifying source directories): Likewise.
7762 (Command files): Explain how script files are found.
7763
839c27b7
EZ
77642006-01-21 Eli Zaretskii <eliz@gnu.org>
7765
7766 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7767 the threads in a multi-threaded program.
7768 (Threads): The threadno argument of "thread apply" can be a range
7769 of numbers.
7770
7be93b9e
JB
77712006-01-18 Jim Blandy <jimb@redhat.com>
7772
7773 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7774 of warning flags.
7775
fcc73fe3
EZ
77762006-01-13 Eli Zaretskii <eliz@gnu.org>
7777
7778 * gdb.texinfo (Sequences): Improve menu annotations.
7779 (Define): Add index entries for arguments of user-defined
7780 commands. Move the description of flow-control commands...
7781 (Command Files): ...to here. Document loop_break and
7782 loop_continue.
ca91424e
EZ
7783 (Define, Command Files): Document `end' and add index entries for
7784 it.
fcc73fe3 7785
5c95884b
MS
77862006-01-04 Michael Snyder <msnyder@redhat.com>
7787
7788 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7789 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7790
860701dc
PH
77912006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7792
7793 * gdb.texinfo (Omissions from Ada): Document that there is now
7794 limited aggregate support.
7795
36b80e65
EZ
77962005-12-28 Eli Zaretskii <eliz@gnu.org>
7797
7798 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7799 registers and the likes.
7800
c1468174
EZ
78012005-12-24 Eli Zaretskii <eliz@gnu.org>
7802
7803 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7804 (Symbols): Fix usage of "e.g.".
359df76b 7805 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7806
7807 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7808 (Coding): Fix usage of "e.g.".
7809
c02a867d
EZ
78102005-12-23 Eli Zaretskii <eliz@gnu.org>
7811
5ae4183a
AS
7812 * stabs.texinfo:
7813 * refcard.tex:
c02a867d 7814 * gpl.texi:
5ae4183a
AS
7815 * gdbint.texinfo:
7816 * gdb.texinfo:
7817 * gdb-cfg.texi:
c02a867d 7818 * fdl.texi:
5ae4183a
AS
7819 * annotate.texinfo:
7820 * all-cfg.texi:
c02a867d
EZ
7821 * Makefile.in: Add (C) after Copyright. Update the FSF
7822 address.
7823
fad38dfa
EZ
78242005-12-03 Eli Zaretskii <eliz@gnu.org>
7825
7826 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7827 extend GDB with commands for external monitor.
7828
53e5f3cf
AS
78292005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7830
7831 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7832
55f6ca0f
JB
78332005-11-25 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7836
c1947b85
JB
78372005-11-21 Jim Blandy <jimb@redhat.com>
7838
7839 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7840 placement of 'R' actions in tracepoint action packets; document
7841 dependence of 'X' and 'M' actions on a preceding 'R' action for
7842 their registers.
7843
9d29849a
JB
78442005-11-19 Jim Blandy <jimb@redhat.com>
7845
7846 * gdb.texinfo (Tracepoint Packets): New node.
7847 (General Query Packets): Add entries for the tracepoint packets,
7848 referring to the "Tracepoint Packets" node.
7849 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7850
9a6253be
KB
78512005-11-18 Kevin Buettner <kevinb@redhat.com>
7852
7853 * gdb.texinfo (set remotebreak): Add anchor.
7854 (X packet): Likewise.
7855 (Remote Protocol): Add new section `Interrupts' and new index
7856 entry `interrupts (remote protocol)'.
7857
5f3bebba
JB
78582005-11-18 Jim Blandy <jimb@redhat.com>
7859
7860 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7861 entries into the General Query Packets section. Add a
7862 cross-reference to that section. Drop description of replies, as
7863 these are covered in the descriptions of each packet.
7864 (General Query Packets): Add introductory text. Explain naming
7865 conventions, and how the end of a name is recognized.
7866
9a7a1b36
KB
78672005-11-17 Kevin Buettner <kevinb@redhat.com>
7868
0564b6cf 7869 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7870 "set remotebreak" command.
7871
b8ff78ce
JB
78722005-11-16 Jim Blandy <jimb@redhat.com>
7873
7874 * gdb.texinfo (Packets, Stop Reply Packets)
7875 (General Query Packets): Various formatting cleanups.
7876 - Use @samp for packet contents.
7877 - Drop summaries from packet @item lines; the same information appears
7878 immediately below in the description.
7879 - Delete paragraph breaks after packet @item commands, so that the
7880 description appears directly to the right of the packet prototype
7881 in the printed manual, if it fits.
7882 - Place spaces in packet prototypes between @vars and non-@var
7883 letters, and explain that they're just for formatting.
7884 - Use @dots{} instead of '...'.
7885 - Fix uses of @code where @var was needed.
7886 - Replace "deprecated" markers with English text spelling out the
7887 packet's status and the preferred alternatives.
7888 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7889 what this ever meant.
7890 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7891 this for a long time.
7892 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7893 implemented several times, and have been in use for years.
7894
8ffe2530
JB
78952005-11-15 Jim Blandy <jimb@redhat.com>
7896
c43c5473
JB
7897 * gdb.texinfo (Packets): Add index entries for 'm' packet
7898 disclaimers.
5ae4183a 7899
fb031cdf
JB
7900 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7901 of stub when processing an 'm' packet.
7902
8ffe2530
JB
7903 * gdb.texinfo (Packets): Mention that packets beginning with
7904 letters are reserved once, at the top, instead of actually listing
7905 them all and saying "reserved".
7906
c03c782f
AS
79072005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7908
7909 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7910 Change @var{$arg0 to @code{$arg0.
7911
814e32d7
WZ
79122005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7913
7914 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7915
fa93a9d8
JB
79162005-11-12 Jim Blandy <jimb@redhat.com>
7917
7918 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7919 order. Remove extraneous 'z'.
7920
8a5a3c82
AS
79212005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7922
7923 * gdb.texinfo (Choosing files): Add --eval-command.
7924
4b0ad762
AS
79252005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7926
7927 * gdb.texinfo (Choosing modes): Add --return-child-result.
7928
7929
1a088d06
AS
79302005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7931
7932 * gdb.texinfo (Choosing modes): Add --batch-silent.
7933
656d5e12
EZ
79342005-10-28 Eli Zaretskii <eliz@gnu.org>
7935
7936 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7937 "The -var-update Command".
7938
3c9c013a
JB
79392005-10-03 Joel Brobecker <brobecker@adacore.com>
7940
7941 * gdb.texinfo (Print Settings): Add documentation for set/show
7942 print array-indexes.
7943
7ba3cf9c
DJ
79442005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7945
7946 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7947 6.2 and 6.3.
7948
a94ab193
EZ
79492005-08-27 Eli Zaretskii <eliz@gnu.org>
7950
7951 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7952 since 19-Jan-2004.
7953 (Files): Likewise.
ab1adacd
EZ
7954 (Variables, Symbols): Document the "<incomplete type>" message and
7955 its reasons.
a94ab193 7956
ca06016a
FF
79572005-08-01 Fred Fish <fnf@specifix.com>
7958
7959 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7960
cf58170d
NR
79612005-07-15 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7964 option for -var-list-children and -var-update.
7965 (GDB/MI Stack Manipulation): Simplify description of
7966 print-values option for -stack-list-locals.
7967 (GDB/MI Command Description Format): Clarify.
7968 (Mode Options): Spelling of superseded.
7969
38f1196a
BR
79702005-07-12 Bob Rossi <bob@brasko.net>
7971
7972 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7973 corresponding GDB command comment.
7974
3cb3b8df
BR
79752005-07-06 Bob Rossi <bob@brasko.net>
7976
7977 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7978 and -inferior-tty-show.
7979 (Input/Output): Document "set/show inferior-tty" and tty alias.
7980
10fac096
NW
79812005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7982
7983 * gdb.texinfo (Packets): Change description of 'D' packet to note
7984 that GDB does wait for a response.
7985
d1b6db76
NR
79862005-06-22 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * gdb.texinfo (History) Rename "Command History".
7989 (Command History): Move node "Server Prefix" from section on
7990 Annotations here.
7991
29629dcf
NR
79922005-06-19 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * gdb.texinfo (GDB/MI Stack Manipulation):
7995 Re-instate -stack-info-frame with example. Say that it gets
7996 info on selected frame, not current frame.
7997
397ca115
EZ
79982005-06-18 Eli Zaretskii <eliz@gnu.org>
7999
8000 * gdb.texinfo (Server): Clarify that `file' should be used before
8001 connecting to the server.
8002 (Files): Add an xref to the above description.
51274035
EZ
8003 (Output Formats): More detailed description of the `c' format.
8004 (Memory): List explicitly all the formats supported by `x'.
638ac427 8005 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8006 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8007 files. Add more indexing for solib-absolute-prefix and
8008 --with-sysroot.
76d17f34
EZ
8009 (Machine Code): Document possible problems with locations in
8010 shared libraries.
d416eeec
EZ
8011 (Backtrace): Document that free-standing environments do not need
8012 to have a `main' function.
397ca115 8013
74f6deaa
NR
80142005-06-18 Nick Roberts <nickrob@snap.net.nz>
8015
8016 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8017 -stack-info-frame.
8018
a9967aef
AC
80192005-06-07 Andrew Cagney <cagney@gnu.org>
8020
8021 * gdb.texinfo (Contributors): Note the original multi-arch
8022 contributors.
8023
e09f16f9
EZ
80242005-06-03 Eli Zaretskii <eliz@gnu.org>
8025
8026 * gdb.texinfo (Registers): Add index entries for the standard
8027 registers.
8028 (Frames): Add cross-reference from frame pointer description to
8029 the Registers node.
8030 (Annotations Overview): Fix the reference to GDB name.
8031
d87ba7ee
EZ
80322005-06-01 Eli Zaretskii <eliz@gnu.org>
8033
8034 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8035 can-use-hw-watchpoints.
8036
034dad6f
BR
80372005-05-28 Bob Rossi <bob@brasko.net>
8038
8039 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8040 the possible reasons why an exec async record would be returned to FE.
8041
ffed4509
AC
80422005-05-26 Andrew Cagney <cagney@gnu.org>
8043
8044 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8045 Andrew Cagney implemented the original GDB/MI.
8046
e22e55c9
OF
80472005-05-23 Orjan Friberg <orjanf@axis.com>
8048
8049 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8050 documentation. Add documentation for cris-mode.
8051
a78e13ce
EZ
80522005-05-20 Eli Zaretskii <eliz@gnu.org>
8053
8054 * gdb.texinfo (Numbers): Explain the example and make the wording
8055 more acurate.
8056
76ff342d
DJ
80572005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8058 Dennis Brueni <dennis@slickedit.com>
8059
8060 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8061 (GDB/MI Data Manipulation, GDB/MI Program Control)
8062 (GDB/MI Stack Manipulation): Update examples to include the fullname
8063 attribute in stack frames.
8064
119b882a
EZ
80652005-05-12 Eli Zaretskii <eliz@gnu.org>
8066
8067 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8068 do with other non-standard names of init files.
8069
6fc08d32
EZ
80702005-05-11 Eli Zaretskii <eliz@gnu.org>
8071
8072 * gdb.texinfo (Command Files): Move the description of the startup
8073 from here...
8074 (Startup): ...to this new subsection of the Invocation chapter.
8075 Rearrange the description of init files more logically and add a
8076 cross-reference to "Command Files". Document the special gdbinit
8077 name for CISCO 68k. Expand the description of what GDB does
8078 during startup.
8079 (History): Add index entry for HISTSIZE.
8080
a561754a
MK
80812005-05-02 Mark Kettenis <kettenis@gnu.org>
8082
8083 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8084
2eecc4ab
EZ
80852005-05-02 Eli Zaretskii <eliz@gnu.org>
8086
8087 * gdb.texinfo (SVR4 Process Information, The isatty call)
8088 (The system call): Don't use foo(N) notation for man pages and
8089 functions.
514c4d71 8090 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8091
18999be5
EZ
80922005-04-27 Eli Zaretskii <eliz@gnu.org>
8093
8094 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8095 were optimized away.
8096
0abb7bc7
EZ
80972005-04-22 Eli Zaretskii <eliz@gnu.org>
8098
8099 * gdb.texinfo (Remote configuration): Document "set/show
8100 get-thread-local-storage-address". Add cross-reference to the
8101 description of the qGetTLSAddr packet.
8102 (General Query Packets): Mention "set remote
8103 get-thread-local-storage-address" and add a reference to its
8104 description.
8105
6f61acb1
NR
81062005-04-19 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * gdb.texinfo (Backtrace): Describe 'bt full'.
8109
9d59903a
NR
81102005-04-17 Nick Roberts <nickrob@snap.net.nz>
8111
8112 * gdb.texinfo (Mode Options): Fix typo.
8113 (GDB/MI): Describe how to invoke GDB/MI.
8114
721c2651
EZ
81152005-04-16 Eli Zaretskii <eliz@gnu.org>
8116
8117 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8118 references changed. Add description of "info udot".
721c2651
EZ
8119 (Files): Document "set/show stop-on-solib-events".
8120 (M32R/D): Document "set/show download-path", "set/show
8121 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8122 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8123 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8124 (Maintenance Commands): Improve indexing.
8125 (Target Commands): Document "set/show hash", "set/show debug
8126 monitor".
8127 (SVR4 Process Information): Document "info pidlist" and "info
8128 meminfo". Document "set/show procfs-tarce" and "set/show
8129 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8130 (Symbols, The Print Command with Objective-C): Improve indexing.
8131 (Objective-C): Add references to "info classes" and "info
8132 selectors".
c45da7e6
EZ
8133 (Debugging Output): Improve wording. Document "set/show debug
8134 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8135 (Set Breaks): Add index entry for "hardware breakpoints".
8136 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8137 and "set/show usehardbreakpoints".
8138 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8139 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8140 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8141 rdiromatzero", "set/show rdiheartbeat".
8142 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8143 "sds".
8144 (Embedded Processors): Document the "sim" command.
8145 (Remote): Document the "remote" command.
8146 (DJGPP Native): Document the "info serial" command.
8147 (Threads): Document "maint info sol-threads".
8148 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8149 (Set Breaks): Improve indexing.
8150 (Command Syntax): Add a reference to dont-repeat.
8151 (Define): Document "dont-repeat".
8152 (TUI Commands): Document "tabset".
8153 (WinCE): New subsection. Document "set/show remotedirectory",
8154 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8155
14d6dd68
EZ
81562005-04-15 Eli Zaretskii <eliz@gnu.org>
8157
8158 * gdb.texinfo (Hurd Native): New subsection, documents
8159 Hurd-specific commands.
a64548ea 8160 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8161 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8162 (MIPS): Improve documentation of heuristic-fence-post. Document
8163 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8164 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8165 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8166 (ARM): Document ARM-specific commands.
a64548ea
EZ
8167 (AVR): New section. Document "info io_registers".
8168 (CRIS): New section. Document "set/show cris-version" and
8169 "set/show cris-dwarf2-cfi".
8170 (HPPA): New section. Document "set/show debug hppa" and "maint
8171 print unwind".
a5adf40f 8172 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8173 (Super-H): New section. Document the "regs" command.
721c2651 8174 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8175
9c16f35a
EZ
81762005-04-09 Eli Zaretskii <eliz@gnu.org>
8177
8178 * gdb.texinfo (Print Settings): Document "set/show print
8179 pascal_static-members", "set print repeats", "show print
8180 null-stop". Improve indexing. Fix documentation of "set print
8181 union".
8182 (Pascal): New section.
8183 (Supported languages): Rename from "Support"; all references
8184 updated. Add a menu item for Pascal.
8185 (Numbers): Document "set radix.
8186 (Screen Size): Document "set/show pagination".
8187 (MIPS Embedded): Remove "set processor" documentation.
8188 (Remote configuration): Document "set/show X/P/Z-packet",
8189 "set/show read-aux-vector-packet", "set/show remote
8190 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8191 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8192 remotedebug", "set/show remotebreak", "set/show remotedevice",
8193 "set/show remotelogfile".
8194 (Auxiliary Vector): Add reference to the description of the
8195 read-aux-vector-packet setting.
8196 (Set Watchpoints): Add a cross-reference to "set remote
8197 hardware-breakpoint-limit".
8198 (General Query Packets): Add indexing of requests and
8199 cross-references to related commands in "Remote configuration".
8200 (File-I/O Overview, The system call): Fix wording and typos.
8201 (Thread Stops): Add index entries.
8202 (Continuing and Stepping): Document "show step-mode".
8203 (i386): New node. Document "set/show struct-convention".
8204 (Files): Document "show trust-readonly-sections".
8205 (Calling): Document "set/show unwindonsignal".
8206 (Messages/Warnings): Add index entries.
8207 (Maintenance Commands): Document "set/show watchdog".
8208 (Annotations Overview): Document "show annotate".
8209 (Set Watchpoints): Add index entries.
8210 (Symbols): Fix doc of case-sensitive.
8211 (ABI): Document "show coerce-float-to-double".
8212 (Convenience Vars, Help): Improve indexing.
8213 (Machine Code): Document "show disassembly-flavor".
8214 (Debugging C plus plus): Document "show overload-resolution".
8215 (Value History, Signaling): Add index entries.
8216
82172005-04-08 Eli Zaretskii <eliz@gnu.org>
8218
8219 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8220 (Processes): Fix wording.
8221 (History, List, Logging output, Define, Symbols, Print Settings):
8222 Improve indexing.
8223
a8f24a35
EZ
82242005-04-03 Eli Zaretskii <eliz@gnu.org>
8225
8226 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8227 redundant index entry for "target" command.
8228 (Backtrace): Add index entries.
8229 (Symbols, Fortran): Document the "set case-sensitive" command.
8230 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8231 (Print Settings): Add index entry for "set demangle-style".
8232 (Target Commands): Document "set download-write-size".
8233 (Debugging Output): Document "set exec-done-display".
8234
09d4efe1
EZ
82352005-04-02 Eli Zaretskii <eliz@gnu.org>
8236
8237 * gdb.texinfo (Files): Fix the name and documentation of
8238 add-shared-symbol-files. Document its alias assf. Update the
8239 list of OSs where GDB supports shared libraries. Fix markup.
8240 (Continuing and Stepping): Add reference to @var{location} in the
8241 text.
8242 (Dump/Restore Files): Fix reference to @{filename}.
8243 (Help): Fix wording.
8244 (Attach): Ditto.
8245 (Set Watchpoints): Ditto.
8246 (Backtrace): Remove redundant index entries. Improve index
8247 entries.
8248 (Delete Breaks): Fix wording.
8249 (Memory): Document the compare-sections command.
8250 (Memory Region Attributes): Improve wording.
8251 (Disabling): Improve wording.
8252 (Fortran): New subsection. Document the "info common" command.
8253 (Help): Document aliases "info copying" and "info warranty".
8254 (Caching Remote Data): New section. Document the "set/show
8255 remotecache" and "info dcache" commands.
8256 (Show): Fix wording of the documentation of the "set
8257 extension-language" command.
8258 (Signals): Add index entry for "info handle".
8259 (Memory Region Attributes): Fix punctuation.
8260 (Symbols): Change the arg name to "location" and refer to it in
8261 the text. Fix wording of "info types" doc.
8262 (Threads): Fix usage of @enumerate @item's.
8263 (Listing Tracepoints): Add index entry for "info tp".
8264 (Set Watchpoints): Add xref to "info break" description.
8265 (Macros): Add an index entry for "macro exp1". Document the
8266 "macro list" command.
8267 (Maintenance Commands): Document "flushregs", "maint agent",
8268 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8269 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8270 "maint print architecture", "maint print objfiles", "maint print
8271 statistics", "maint print type", "maint show-debug-regs", "maint
8272 space", "maint time", and "maint translate-address".
8273 (Connecting): Document the "monitor" command.
8274 (Annotations Overview): Describe the "set annotate" command.
8275
82f2d802
EZ
82762005-04-01 Eli Zaretskii <eliz@gnu.org>
8277
8278 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8279 Rearrange index entries and improve wording about support for
8280 hardware watchpoints.
8281
7d51c7de
BR
82822005-03-10 Bob Rossi <bob@brasko.net>
8283
8284 * gdb.texinfo: Update copyright
8285
68c71a2e
TR
82862005-02-09 Theodore A. Roth <troth@openavr.org>
8287
8288 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8289 error.
8290
83761cbd
KB
82912005-02-03 Kevin Buettner <kevinb@redhat.com>
8292
8293 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8294
9f1c6395
MS
82952005-01-17 Michael Snyder <msnyder@redhat.com>
8296
8297 * gdb.texinfo: Fix spelling, infinte -> infinite.
8298
fbd1b305
MK
82992005-01-08 Mark Kettenis <kettenis@gnu.org>
8300
8301 * observer.texi (GDB Observers): Document "solib_loaded".
8302
3ace7edb
AC
83032005-01-07 Andrew Cagney <cagney@gnu.org>
8304
bec39cab
AC
8305 * configure.ac: Rename configure.in, require autoconf 2.59.
8306 * configure: Re-generate.
8307
3ace7edb
AC
8308 * configure.in: Replace configdirs with multiple references to
8309 AC_CONFIG_SUBDIRS.
8310 * configure: Re-generate.
5ae4183a 8311
53531fc1
AC
83122005-01-04 Andrew Cagney <cagney@gnu.org>
8313
8314 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8315 part of the version number.
8316
536ffdb7
MK
83172004-12-24 Mark Kettenis <kettenis@gnu.org>
8318
8319 * gdbint.texinfo (Algorithms): Remove description of
8320 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8321
e1aac25b
JB
83222004-12-07 Jim Blandy <jimb@redhat.com>
8323
8324 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8325 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8326 numbers.
8327
f47b1503
AS
83282004-12-07 Andreas Schwab <schwab@suse.de>
8329
8330 * gdb.texinfo (Mode Options): Document -l option.
8331
b6b8ece6
EZ
83322004-12-04 Eli Zaretskii <eliz@gnu.org>
8333
8334 * gdbint.texinfo (Algorithms): More accurate description of
8335 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8336 is not needed unless data-read and data-access watchpoints are
8337 supported. Add a description of how GDB checks whether the
8338 inferior stopped because a watchpoint was hit.
8339
01371747
EZ
83402004-11-23 Eli Zaretskii <eliz@gnu.org>
8341
8342 * gdb.texinfo (Files): Add cross-reference to description of
8343 -readnow command-line switch.
8344
2315ffec
RC
83452004-11-10 Randolph Chung <tausq@debian.org>
8346
8347 * gdb.texinfo: Document set/show backtrace past-entry commands.
8348 Rearrange index entries for set/show backtrace past-main.
8349
69065f5d
AC
83502004-11-10 Jon Beniston <jon@beniston.com>
8351
8352 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8353 * gdb.texinfo (Remote Serial Protocol): Further describe
8354 binary transfer escaping mechanism .
69065f5d 8355
30e91e0b
RC
83562004-11-08 Randolph Chung <tausq@debian.org>
8357
8358 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8359 and "show debug infrun". Add index entries.
8360
60bf7e09
EZ
83612004-10-23 Eli Zaretskii <eliz@gnu.org>
8362
8363 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8364 "info proc" that are already implemented. Add index entries.
8365 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8366 (Files): Add a tip for decreasing memory used for symtabs from
8367 shared libraries.
f018e82f
EZ
8368 (Starting): Fix whitespace; make "elaboration" stand out where it
8369 is first used, and add an index entry for the term.
f8568604
EZ
8370 (Calling): Expand and elaborate text. Add "print". Add the
8371 description of problems with weak aliases.
384ee23f 8372 (Core File Generation): New section.
60bf7e09 8373
d52fe014
AC
83742004-10-12 Andrew Cagney <cagney@gnu.org>
8375
8376 * gdbint.texinfo (Versions and Branches): New chapter.
8377 (Releasing GDB): Delete "Versions and Branches" section.
8378 (Top): Add "Versions and Branches".
8379
703663ab
EZ
83802004-10-08 Eli Zaretskii <eliz@gnu.org>
8381
8382 * gdb.texinfo (Editing, History): Add cross-references to the
8383 included Readline and History user documentation. Remove
8384 references to the symbol have-readline-appendices which is unused
8385 and undefined.
8386 (History): Fix indexing.
8387
ac77d04f
JJ
83882004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8389
8390 * gdbint.texinfo (target_stopped_data_address): Update to
8391 new prototype.
8392 (i386_stopped_data_address): Update prototype and description.
8393 (i386_stopped_by_watchpoint): New function and description.
8394
e07c999f
PH
83952004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8396
8397 * gdb.texinfo (Filenames): Add Ada suffixes.
8398 (Ada) New section.
8399
2e868123
AC
84002004-09-27 Andrew Cagney <cagney@gnu.org>
8401 Robert Picco <Robert.Picco@hp.com>
8402
8403 * gdb.texinfo (Packets): Document the "p" packet.
8404
02a57714
JM
84052004-09-21 Jason Molenda (jmolenda@apple.com)
8406
8407 * gdb.texinfo (Paths and Names of the Source Files): Document the
8408 meaning of values in the 'desc' field of a SO stab.
8409
ae038cb0
DJ
84102004-09-20 Daniel Jacobowitz <dan@debian.org>
8411
8412 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8413 max-cache-age" and "maint show dwarf2 max-cache-age".
8414
f7dc1244
EZ
84152004-09-16 Eli Zaretskii <eliz@gnu.org>
8416
8417 * gdb.texinfo (Set Breaks): Add index entry for setting
8418 breakpoints on overloaded C++ functions that are not members of
8419 any classes. Add an example and an index entry for setting
8420 breakpoints on all program functions.
8421 (Character Sets, Macros, Overlay Commands)
8422 (Non-debug DLL symbols, GDB/MI Output Syntax)
8423 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8424 Use "(@value{GDBP})" instead of a literal "(gdb)".
8425
f810308b
AC
84262004-09-12 Andrew Cagney <cagney@gnu.org>
8427
8428 * gdbint.texinfo (Native Debugging): Delete description of
8429 FILES_INFO_HOOK.
8430
15a661f3
PH
84312004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8432
5ae4183a
AS
8433 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8434 to hex_string_custom (not historically correct, but more
15a661f3
PH
8435 understandable, given the current code).
8436
f3219c75
AC
84372004-09-03 Andrew Cagney <cagney@gnu.org>
8438
8439 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8440
f3bb6704
JJ
84412004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8442
8443 * observer.texi (solib_unloaded): New observer.
8444
8d2c00cb
AC
84452004-08-24 Andrew Cagney <cagney@gnu.org>
8446
8447 * gdbint.texinfo (Target Architecture Definition): Add missing
8448 comma.
8449
e7dc800a
MC
84502004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8451
8452 * (Using the Testsuite): build != host is supported,
8453 but some test scripts do not support build != host.
8454
73b03683
MK
84552004-08-14 Mark Kettenis <kettenis@gnu.org>
8456
8457 * gdbint.texinfo (Host Definition): Delete description of
8458 FCLOSE_PROVIDED and GETENV_PROVIDED.
8459
c0ccb908
MK
84602004-08-05 Mark Kettenis <kettenis@chello.nl>
8461
8462 * gdbint.texinfo (Host Definition): Delete description of
8463 NO_SYS_FILE.
8464 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8465 PTRACE_FP_BUG.
8466
9c8dbfa9
AC
84672004-08-05 Andrew Cagney <cagney@gnu.org>
8468
8469 * gdbint.texinfo (Target Architecture Definition): Delete
8470 reference to deprecated_read_fp.
8471
f42accbe
AC
84722004-08-02 Andrew Cagney <cagney@gnu.org>
8473
8474 * gdbint.texinfo (Target Architecture Definition): Delete
8475 description of DEPRECATED_REGISTER_BYTES.
8476
0b66e38c
EZ
84772004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8478
8479 * gdb.texinfo (Source Path): Document the new behavior of
8480 searching for the source files.
8481
15387254
EZ
84822004-07-17 Eli Zaretskii <eliz@gnu.org>
8483
8484 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8485 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8486 (Auto Display): Improve indexing.
8487
2c07db7a
AC
84882004-07-16 Andrew Cagney <cagney@gnu.org>
8489
8490 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8491 "-noasync".
8492
4644b6e3
EZ
84932004-07-09 Eli Zaretskii <eliz@gnu.org>
8494
8495 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8496 have the same prefix have only their prefix in the index.
8497
7561d450
MK
84982004-07-03 Mark Kettenis <kettenis@gnu.org>
8499
8500 * gdb.texinfo (BSD libkvm Interface): New node (section)
8501 (Native): Add it to the menu.
8502
67bebe79
MK
85032004-07-01 Mark Kettenis <kettenis@gnu.org>
8504
8505 * gdbint.texinfo (Target Architecture Definition): Remove
8506 PCC_SOL_BROKEN.
8507
1a6923e0
MK
85082004-06-24 Mark Kettenis <kettenis@gnu.org>
8509
8510 * gdbint.texinfo (Target Architecture Definition): Remove
8511 SUN_FIXED_LBRAC_BUG.
8512
b435e160
AC
85132004-06-26 Andrew Cagney <cagney@gnu.org>
8514
8515 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8516
b5622e8d
AC
85172004-06-20 Andrew Cagney <cagney@gnu.org>
8518
8519 * gdbint.texinfo (Target Architecture Definition): Deprecate
8520 USE_STRUCT_CONVENTION.
8521
e0c07bf0
MC
85222004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8523
8524 gdb.texinfo (Bug Reporting): Mention session recording,
8525 with the script command or Emacs.
8526
782263ab
AC
85272004-06-18 Andrew Cagney <cagney@gnu.org>
8528
8529 * gdbint.texinfo (Target Architecture Definition): Deprecate
8530 FUNCTION_START_OFFSET.
8531
03727ca6
AC
85322004-06-14 Andrew Cagney <cagney@gnu.org>
8533
8534 Based on changes from Karl Berry.
8535 * gdb.texinfo: Do not use @sc in a direntry.
8536 * stabs.texinfo: Change @dircateogry to "Software development".
8537 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8538
97092415
AC
85392004-06-13 Andrew Cagney <cagney@gnu.org>
8540
8541 * gdbint.texinfo (Target Architecture Definition): Delete
8542 description of RETURN_VALUE_ON_STACK.
8543
1f6d4158
AC
85442004-06-09 Andrew Cagney <cagney@gnu.org>
8545
8546 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8547 deleted by previous patch.
8548
d966f0cb
AC
85492004-06-08 Andrew Cagney <cagney@gnu.org>
8550
8551 * gdbint.texinfo (Native Debugging): Delete documentation on
8552 ATTACH_DETACH.
8553
86fe4aaa
RC
85542004-06-06 Randolph Chung <tausq@debian.org>
8555
8556 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8557
d4b6d575
RC
85582004-06-06 Randolph Chung <tausq@debian.org>
8559
5ae4183a 8560 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8561 the new push_dummy_call method signature. Describe the function
8562 argument.
8563
4e8b0763
JB
85642004-05-24 Joel Brobecker <brobecker@gnat.com>
8565
8566 * gdb.texinfo (Starting): Document new start command.
8567
59caf092
AC
85682004-05-21 Andrew Cagney <cagney@redhat.com>
8569
8570 * observer.texi (GDB Observers): Document "inferior_created".
8571
e4a2df64
AC
85722004-05-08 Andrew Cagney <cagney@redhat.com>
8573
e6b55ae2
AC
8574 * gdbint.texinfo (Target Architecture Definition): Delete
8575 description of DO_DEFERRED_STORES.
8576
28954179
AC
8577 * gdbint.texinfo (Target Architecture Definition): Delete
8578 references to DEPRECATED_FIX_CALL_DUMMY.
8579
434b87dd
AC
8580 * gdbint.texinfo (Target Architecture Definition): Delete
8581 description of DEPRECATED_CALL_DUMMY_WORDS,
8582 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8583
58d28df8
AC
8584 * gdbint.texinfo (Target Architecture Definition): Delete
8585 description of DEPRECATED_PUSH_DUMMY_FRAME.
8586
e4a2df64
AC
8587 * gdbint.texinfo (Target Architecture Definition): Delete
8588 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8589
2b4855ab
AC
85902004-05-07 Andrew Cagney <cagney@redhat.com>
8591
8592 * observer.texi (GDB Observers): Add "Debugging" section. Include
8593 cross reference to "set/show debug observer".
8594 * gdb.texinfo (Debugging Output): Document "set/show debug
8595 observer".
8596
fcf70625
AC
85972004-05-01 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdbint.texinfo (Target Architecture Definition): Delete
8600 description of DEPRECATED_PC_IN_SIGTRAMP.
8601
8ee56bcf
AC
86022004-04-30 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdbint.texinfo (Target Architecture Definition): Delete
8605 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8606
67ab9a76
OF
86072004-04-30 Orjan Friberg <orjanf@axis.com>
8608
8609 * observer.texi (GDB Observers): Correct spelling.
8610
79346bcb
OF
86112004-04-26 Orjan Friberg <orjanf@axis.com>
8612
8613 * observer.texi (GDB Observers): Add target_changed event.
8614
7a464420
AC
86152004-04-08 Andrew Cagney <cagney@redhat.com>
8616
8617 * observer.texi (GDB Observers): Rework, provide generic observer
8618 definitions and then a list of observable events.
8619
6cdf9d98
AC
86202004-04-04 Andrew Cagney <cagney@redhat.com>
8621
8622 * gdbint.texinfo (Host Definition): Delete reference to
8623 NO_SIGINTERRUPT.
8624
ddc135a4
AC
86252004-04-02 Andrew Cagney <cagney@redhat.com>
8626
8627 * gdbint.texinfo (Target Architecture Definition): Delete
8628 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8629
6a1b180d
SC
86302004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8631
8632 * gdb.texinfo (TUI Commands): Document tui reg commands.
8633
d0d5df6f
AC
86342004-03-26 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8637 "gdbtui".
8638 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8639 (Contributors): Mention both Text and Terminal User Interface.
8640
aa2a3f87
AC
86412004-03-23 Andrew Cagney <cagney@redhat.com>
8642
8643 * gdbint.texinfo (Target Architecture Definition): Deprecate
8644 references to SIGTRAMP_START and SIGTRAMP_END.
8645
f561f026
AC
86462004-03-23 Andrew Cagney <cagney@redhat.com>
8647
8648 * gdbint.texinfo (Target Architecture Definition): Deprecate
8649 references to PC_IN_SIGTRAMP.
8650
33cb8b0f
AC
86512004-03-19 Andrew Cagney <cagney@redhat.com>
8652
8653 * gdbint.texinfo (Target Architecture Definition): Delete
8654 reference to GDB_TARGET_IS_HPPA.
8655
fc989b7a
AC
86562004-03-18 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8659 describe pre_init and post_init.
8660
701b08bb
DJ
86612004-03-09 Daniel Jacobowitz <drow@mvista.com>
8662
8663 * gdb.texinfo (Debugging Output): Document values for "set debug
8664 target".
8665
faae5abe
AC
86662004-02-28 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8669
dd79a6cf
JJ
86702004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8671
8672 * gdb.texinfo (breakpoints): Add information about the
8673 new "set breakpoint pending" and "show breakpoint pending"
8674 commands.
8675
e7f16015
AC
86762004-02-26 Andrew Cagney <cagney@redhat.com>
8677
8678 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8679 in Per-architecture module data section.
8680
7161a3a6
RM
86812004-02-25 Roland McGrath <roland@redhat.com>
8682
8683 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8684
2154891a
AC
86852004-02-24 Andrew Cagney <cagney@redhat.com>
8686
8687 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8688 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8689 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8690
6c74ac8b
AC
86912004-02-17 Andrew Cagney <cagney@redhat.com>
8692
8693 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8694
19772a2c
AC
86952004-02-16 Andrew Cagney <cagney@redhat.com>
8696
8697 * gdbint.texinfo (Target Architecture Definition): Deprecate
8698 FRAMELESS_FUNCTION_INVOCATION.
8699
c9830293
AC
87002004-02-16 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbint.texinfo (Coding): Mention -Wunused-function.
8703
b9d26eb9
AC
87042004-02-14 Andrew Cagney <cagney@redhat.com>
8705
8706 * gdbint.texinfo (Target Architecture Definition): Delete
8707 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8708
49efadf5
EZ
87092004-02-12 Elena Zannoni <ezannoni@redhat.com>
8710
8711 * gdb.texinfo: Properly quote the name "C++".
8712 * gdbint.texinfo: Ditto.
8713 * stabs.texinfo: Ditto.
8714
1eb288ea
EZ
87152004-02-11 Elena Zannoni <ezannoni@redhat.com>
8716
8717 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8718 minimal information about libiberty.
8719
e4937fc1
MC
87202004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8721
8722 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8723
a9331b3f
RM
87242004-02-04 Roland McGrath <roland@redhat.com>
8725
8726 * gdb.texinfo (Auxiliary Vector): New node (section).
8727 (Data): Add it to the menu.
8728
2650777c
JJ
87292004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8730
8731 * gdb.texinfo (Breakpoints): Add information about pending
8732 breakpoint support.
8733
b4501125
AC
87342004-01-26 Andrew Cagney <cagney@redhat.com>
8735
8736 * gdb.texinfo (Overview): Delete references to the cisco protocol
8737 including the "N" response.
8738
74055713
AC
87392004-01-26 Andrew Cagney <cagney@redhat.com>
8740
8741 * gdbint.texinfo (Target Architecture Definition): Rename
8742 EXTRACT_STRUCT_VALUE_ADDRESS to
8743 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8744
3bbe9696
EZ
87452004-01-24 Eli Zaretskii <eliz@gnu.org>
8746
8747 * gdb.texinfo (KOD): Document "show os". Add index entries for
8748 "set/show os" and "info cisco" commands.
8749
5843504f
EZ
87502004-01-21 Eli Zaretskii <eliz@gnu.org>
8751
8752 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8753
9175c9a3
MC
87542004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8755
8756 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8757 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8758
8e94b928
NR
87592004-01-19 Nick Roberts <nick@nick.uklinux.net>
8760
8761 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8762 -stack-list-locals.
8763 (GDB/MI Variable Objects): Describe extension to
8764 -var-list-children.
8765
a20cf136
DJ
87662004-01-17 Daniel Jacobowitz <drow@mvista.com>
8767
8768 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8769
afb18d0f
AC
87702004-01-17 Andrew Cagney <cagney@redhat.com>
8771
8772 * gdbint.texinfo (Target Architecture Definition): Delete
8773 documentation on DEPRECATED_NPC_REGNUM.
8774
b51970ac
DJ
87752004-01-13 Daniel Jacobowitz <drow@mvista.com>
8776
8777 * gdb.texinfo: Update copyright year. Mention that set
8778 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8779 "set follow-fork-mode ask".
8780
0f0cffd2
AC
87812004-01-13 Andrew Cagney <cagney@redhat.com>
8782
8783 * gdbint.texinfo: Update copyright year.
8784 (Coding): Add -Wunused-label to list of -Werror warnings.
8785
c552b3bb 87862004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8787 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8788
8789 * gdb.texinfo: Update copyright.
8790 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8791 around names, as appropriate. Minor syntax cleanup of
8792 _NSPrintForDebugger explanation. Two spaces after periods.
8793 GDBN used instead of lit. "gdb". Index entries added for
8794 print-object and _NSPrintForDebugger. @noindent added in one spot.
8795
afe157ca
EZ
87962003-11-11 Elena Zannoni <ezannoni@redhat.com>
8797
8798 * stabs.texinfo: Add dircategory and direntry commands.
8799 * annotate.texinfo: Ditto.
8800
963e2bb7
AC
88012003-11-10 Andrew Cagney <cagney@redhat.com>
8802
8803 * gdbint.texinfo (Target Architecture Definition): Replace the
8804 return_value method's "inval" and "outval" parameters with
8805 "readbuf" and "writebuf".
8806
1d8b2f28
JB
88072003-10-28 Jim Blandy <jimb@redhat.com>
8808
8809 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8810 from "The `F' request packet" and "The `F' reply packet", to make
8811 texi2dvi happy.
8812 (File-I/O remote protocol extension): Update menu entries, too.
8813
36d86913
MC
88142003-10-26 Michael Chastain <mec@shout.net>
8815
8816 * gdb.texinfo (Thread Stops): Document the issue with
8817 premature return from system calls in multi-threaded programs.
8818
ce2826aa
AC
88192003-10-24 Andrew Cagney <cagney@redhat.com>
8820
8821 * annotate.texinfo: Fix "fortunatly"[sic].
8822
f24c5e49
KI
88232003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8824
8825 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8826 with "Hitachi" and "Mitsubishi".
8827
92ad9cd9
AC
88282003-10-20 Andrew Cagney <cagney@redhat.com>
8829
8830 * gdbint.texinfo (Target Architecture Definition): Document
8831 gdbarch_return_value. Add cross references from
8832 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8833 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8834
0ab4b752
MK
88352003-10-18 Mark Kettenis <kettenis@gnu.org>
8836
8837 * gdbint.texinfo (Target Architecture Definition): Document
8838 regset_from_core_section.
fb3e19c0
KI
8839
88402003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8841
8842 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8843
a9331b3f 88442003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8845
8846 From Anthony Green <green@redhat.com>:
5ae4183a 8847 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8848
1485d690
KB
88492003-10-14 Kevin Buettner <kevinb@redhat.com>
8850
889bf7c5
PA
8851 * gdb.texinfo (Breakpoint related warnings): New node.
8852 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8853
86d30acc
DJ
88542003-10-13 Daniel Jacobowitz <drow@mvista.com>
8855
8856 * gdb.texinfo (Remote Protocol): Document v and vCont.
8857
172c2a43
KI
88582003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8859
8860 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8861 * gdbint.texinfo: Ditto.
8862
71952f4c
AC
88632003-10-09 Andrew Cagney <cagney@redhat.com>
8864
8865 From 2003-09-18 David Anderson <davea@sgi.com>:
8866 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8867 "command".
8868
268e2188
AC
88692003-10-03 Andrew Cagney <cagney@redhat.com>
8870
8871 * gdbint.texinfo (Target Architecture Definition): Deprecate
8872 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8873 just target.
8874
12c266ea 88752003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8876
f30992d4 8877 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8878 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8879 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8880 * gdbint.texinfo (Target Architecture Definition): Rename
8881
88822003-09-30 Andrew Cagney <cagney@redhat.com>
8883
f30992d4 8884 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8885 (Target Architecture Definition):
f30992d4 8886
2e092625
AC
8887 * gdbint.texinfo (Target Architecture Definition): Rename
8888 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8889
0717ae8a
AC
88902003-09-29 Andrew Cagney <cagney@redhat.com>
8891
dad809b7
AC
8892 * gdbint.texinfo (Target Architecture Definition): Delete
8893 documentation for NEED_TEXT_START_END.
8894
0717ae8a
AC
8895 * gdbint.texinfo (Target Architecture Definition): Rename
8896 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8897 TARGET_WRITE_PC.
a9331b3f 8898
af6cf26d
MC
88992003-09-22 Michael Chastain <mec@shout.net>
8900
8901 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8902
ee206350
AG
89032003-09-21 Anthony Green <green@redhat.com>
8904
8905 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8906
a38c9fe6
MK
89072003-09-21 Mark Kettenis <kettenis@gnu.org>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Document
8910 stabs_argument_has_addr.
8911
77949794
AC
89122003-09-18 Andrew Cagney <cagney@redhat.com>
8913
8914 * gdbint.texinfo (Target Architecture Definition): Delete
8915 documentation on REGISTER_NAMES.
8916
8e823e25
MK
89172003-09-13 Mark Kettenis <kettenis@gnu.org>
8918
8919 * gdbint.texinfo (Target Architecture Definition): Replace
8920 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8921
f27dd7fd
AC
89222003-09-11 Andrew Cagney <cagney@redhat.com>
8923
8924 * gdbint.texinfo (Target Architecture Definition): Replace
8925 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8926
8b148df9
AC
89272003-08-18 Andrew Cagney <cagney@redhat.com>
8928
8929 * gdbint.texinfo (Target Architecture Definition): Document
8930 "frame_red_zone_size".
8931
25d29d70
AC
89322003-08-09 Andrew Cagney <cagney@redhat.com>
8933
8934 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8935 with "set/show backtrace past-main" and "set/show backtrace
8936 limit".
8937
c938e9b0
L
89382003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8939
8940 * Makefile.in (install-info): Support DESTDIR.
8941 (install-html): Likewise.
8942
64fabec2
AC
89432003-08-07 Andrew Cagney <cagney@redhat.com>
8944
8945 Patch from Nick Roberts.
8946 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8947 bindings. Remove description of send-gdb-command.
8948
2fcf52f0
AC
89492003-08-07 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8952 GDB 6.0.
8953
086432e2
AC
89542003-08-06 Andrew Cagney <cagney@redhat.com>
8955
8956 * gdb.texinfo (Mode Options): Mention that level three is the
8957 highest available and that level 2 is deprecated.
8958 (Annotations Overview): Mention annotation levels. Cross reference
8959 to "Limitations of the Annotation Interface" in annotate.texi.
8960 (TODO, Value Annotations, Frame Annotations): Delete section.
8961 (Displays, Breakpoint Info): Delete.
8962
e5249f67
AC
89632003-08-04 Andrew Cagney <cagney@redhat.com>
8964
8965 * agentexpr.texi: Delete @bye.
8966 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8967 (stabs.info): Add $(srcdir) to include search path.
8968 (html): Depend on "annotate_toc.html", and not "annotate.html".
8969 * stabs.texinfo: Ditto. Include "fdl.texi".
8970 * gdbint.texinfo: Update copyright statement's list of invariant
8971 sections.
8972
e6f672d2
AC
89732003-07-28 Andrew Cagney <cagney@redhat.com>
8974
8975 * Makefile.in (INFO_DEPS): Add annotate.info.
8976 (dvi, ps, html, pdf): Add annotate.
8977 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8978 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8979 (ANNOTATE_DOC_FILES): New macro.
8980 (ANNOTATE_TEX_TMPS): New macro.
8981 (annotate.info, annotate_toc.html): Specify dependencies.
8982 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8983 * annotate.texinfo: Rename annotate.texi. Get building. Add
8984 "Migrating to GDB/MI" and "Limitations of the Annotation
8985 Interface" chapters. Mention why it is not part of the user
8986 guide. Update copyright notice. Include "fdl.texi".
8987
72ffddc9
SC
89882003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8989
8990 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8991
a9f12a31
DJ
89922003-07-24 Daniel Jacobowitz <drow@mvista.com>
8993
8994 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8995
b1fe9455
DJ
89962003-07-24 Daniel Jacobowitz <drow@mvista.com>
8997
8998 * gdb.texinfo (Server): Mention pidof.
8999
153721e6
AC
90002003-07-22 Andrew Cagney <cagney@redhat.com>
9001
9002 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9003 list.
9004
0fac0b41
DJ
90052003-06-28 Daniel Jacobowitz <drow@mvista.com>
9006
9007 * gdb.texinfo (Logging output): New chapter.
9008
4e562065
JB
90092003-06-24 Joel Brobecker <brobecker@gnat.com>
9010
9011 * gdb.texinfo (Unsupported languages): New section.
9012 (Languages): Add link to new section.
9013
f2c06f52
AC
90142003-06-22 Andrew Cagney <cagney@redhat.com>
9015
9016 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9017
b4177fca
DJ
90182003-06-22 Daniel Jacobowitz <drow@mvista.com>
9019
9020 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9021
f418dd93
DJ
90222003-06-22 Daniel Jacobowitz <drow@mvista.com>
9023
9024 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9025 * agentexpr.texi: Retitle section, and change it to an appendix.
9026 Comment out texinfo initialization. Factor a @var{} into two
9027 pieces to prevent makeinfo warnings.
9028 * gdb.texinfo: Add Agent Expressions appendix.
9029
4ca61388
DJ
90302003-06-19 Daniel Jacobowitz <drow@mvista.com>
9031
9032 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9033
07f31aa6
DJ
90342003-06-18 Daniel Jacobowitz <drow@mvista.com>
9035
5ae4183a 9036 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9037 remote target". Document the "detach" and "disconnect" commands.
9038 (Server, Netware, Debug Session): Reference "Connecting to a
9039 remote target".
9040 (GDB/MI Target Manipulation): Document "-target-disconnect".
9041
2dd0da42
AC
90422003-06-13 Andrew Cagney <cagney@redhat.com>
9043
9044 * gdbint.texinfo (Target Architecture Definition): Deprecate
9045 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9046 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9047
e7a3abfc
JB
90482003-06-09 Jim Blandy <jimb@redhat.com>
9049
9050 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9051
25e3a86b
AC
90522003-06-08 Andrew Cagney <cagney@redhat.com>
9053
9054 * gdbint.texinfo (Target Architecture Definition): Delete
9055 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9056
a9e5fdc2
AC
90572003-06-08 Andrew Cagney <cagney@redhat.com>
9058
9059 * gdbint.texinfo (Target Architecture Definition): Document
9060 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9061
b37303ee
AF
90622003-06-07 Adam Fedor <fedor@gnu.org>
9063
9064 * gdb.texinfo: Add Objective-C documentation.
9065
39fe6e80
AC
90662003-06-01 Andrew Cagney <cagney@redhat.com>
9067
9068 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9069 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9070
125309b2
AC
90712003-05-21 Andrew Cagney <cagney@redhat.com>
9072
9073 * gdbint.texinfo (Target Architecture Definition): Delete
9074 references to "extract_address" and "store_address".
9075
b8b527c5
AC
90762003-05-16 Andrew Cagney <cagney@redhat.com>
9077
9078 * gdbint.texinfo (Target Architecture Definition): Replace
9079 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9080 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9081
50e3ee83
TR
90822003-05-14 Theodore A. Roth <troth@openavr.org>
9083
9084 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9085
44e2be90
L
90862003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9087
9088 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9089 (gdb.dvi): Likewise.
9090 (gdb.pdf): Likewise.
9091 (links2roff): Likewise.
9092
df5215a6
JB
90932003-05-08 Jim Blandy <jimb@redhat.com>
9094
9095 * gdb.texinfo (Dump/Restore Files): Update documentation for
9096 'dump', 'append', and 'restore': note that format argument is
9097 optional; simplify presentation of the command variants; and be
9098 more precise about the formats.
9099
5e7b2f39
JB
91002003-05-07 Jim Blandy <jimb@redhat.com>
9101
9102 * gdb.texinfo (Symbols): Update documentation: 'maint list
9103 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9104 symtabs' and 'maint info psymtabs'.
9105
b1e29e33
AC
91062003-05-05 Andrew Cagney <cagney@redhat.com>
9107
9108 * gdbint.texinfo (Target Architecture Definition): Make
9109 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9110 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9111 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9112
00905d52
AC
91132003-05-04 Andrew Cagney <cagney@redhat.com>
9114
9115 * gdb.texinfo (Maintenance Commands): Document "maint print
9116 dummy-frames".
9117
54ff5908
AC
91182003-05-04 Andrew Cagney <cagney@redhat.com>
9119
9120 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9121
32e7087d
JB
91222003-05-03 J. Brobecker <brobecker@gnat.com>
9123
9124 Thierry Schneider <tpschneider1@yahoo.com>
9125 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9126 for new MI command.
9127
7043d8dc
AC
91282003-05-03 Andrew Cagney <cagney@redhat.com>
9129
9130 * gdbint.texinfo (Target Architecture Definition): Document
9131 push_dummy_code. Add cross references.
9132
e33d66ec
EZ
91332003-05-02 Elena Zannoni <ezannoni@redhat.com>
9134
9135 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9136 set/show charsets commands.
9137
0ba6dca9
AC
91382003-04-28 Andrew Cagney <cagney@redhat.com>
9139
9140 * gdbint.texinfo (Target Architecture Definition): Replace
9141 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9142 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9143
d7a27068
AC
91442003-04-28 Andrew Cagney <cagney@redhat.com>
9145
9146 * gdbint.texinfo (Target Architecture Definition): Rename
9147 "tm_print_insn" to "deprecated_tm_print_insn".
9148
44ea7b70
JB
91492003-04-09 Jim Blandy <jimb@redhat.com>
9150
9151 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9152 list psymtabs'.
9153
fb8f8949
AC
91542003-04-08 Andrew Cagney <cagney@redhat.com>
9155
9156 * gdbint.texinfo (Target Architecture Definition): Delete
9157 references to EXTRA_FRAME_INFO.
9158
32fb0f22
AC
91592003-04-08 Andrew Cagney <cagney@redhat.com>
9160
9161 * gdbint.texinfo (Target Architecture Definition): Delete
9162 PRINT_TYPELESS_INTEGER.
9163
6be67e67
JB
91642003-04-02 J. Brobecker <brobecker@gnat.com>
9165
9166 * observer.texi (GDB Observers): Adjust the documentation for the
9167 normal_stop notification to better describe reality. Fix a couple
9168 of minor typos.
9169
4e35d5f0
BR
91702003-04-02 Bob Rossi <bob_rossi@cox.net>
9171
a9331b3f 9172 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9173 '-file-list-exec-source-file'
9174
e8a8712a
AC
91752003-03-31 Andrew Cagney <cagney@redhat.com>
9176
9177 * gdbint.texinfo (Target Architecture Definition): Delete
9178 references to CALL_DUMMY_P.
9179
6c0e89ed
AC
91802003-03-30 Andrew Cagney <cagney@redhat.com>
9181
9182 * gdbint.texinfo (Target Architecture Definition): Remove
9183 reference to TARGET_WRITE_SP.
a9331b3f 9184
378bfd1b
AC
91852003-03-27 Andrew Cagney <cagney@redhat.com>
9186
9187 * gdbint.texinfo (Target Architecture Definition): Remove
9188 references to write_sp.
6c0e89ed 9189
922fbb7b
AC
91902003-03-27 Andrew Cagney <cagney@redhat.com>
9191
9192 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9193 chapter body. Use @smallexample instead of @example.
9194 (Annotations): Ditto.
9195 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9196 annotate.texi.
9197
b81774d8
AC
91982003-03-26 Andrew Cagney <cagney@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Replace
9201 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9202 dummy_addr parameters.
9203
1bf6d5cc
AC
92042003-03-25 Andrew Cagney <cagney@redhat.com>
9205
9206 * gdbint.texinfo (Target Architecture Definition): Delete
9207 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9208 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9209 Add reference to PUSH_ARGUMENTS.
9210
618ce49f
AC
92112003-03-23 Andrew Cagney <cagney@redhat.com>
9212
9213 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9214 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9215
bcd7e15f
JB
92162003-03-18 J. Brobecker <brobecker@gnat.com>
9217
9218 * gdbint.texinfo (Algorithms): Add new section describing the
9219 Observer paradigm.
9220 (Top): Add menu entry to new observer appendix.
9221 * observer.texi: New file.
9222 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9223 new observer.texi file.
9224
9fe8321b
AC
92252003-03-17 Andrew Cagney <cagney@redhat.com>
9226
9227 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9228 that GNU Press update the manual version number.
9229
ac2adee5
AC
92302003-03-12 Andrew Cagney <cagney@redhat.com>
9231
9232 * gdbint.texinfo (Target Architecture Definition): Delete
9233 references to get_saved_register. Rename GET_SAVED_REGISTER to
9234 DEPRECATED_GET_SAVED_REGISTER.
9235
749b82f6
AC
92362003-03-13 Andrew Cagney <cagney@redhat.com>
9237
9238 * gdbint.texinfo (Target Architecture Definition): Replace
9239 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9240
8bedc050
AC
92412003-03-12 Andrew Cagney <cagney@redhat.com>
9242
9243 * gdbint.texinfo (Target Architecture Definition): Rename
9244 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9245
0ce1b118
CV
92462003-03-10 Corinna Vinschen <vinschen@redhat.com>
9247
9248 * gdb.texinfo: Add File-I/O documentation.
9249
12cc2063
AC
92502003-03-10 Andrew Cagney <cagney@redhat.com>
9251
9252 * gdbint.texinfo (Target Architecture Definition): Cross reference
9253 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9254
7453dc06
AC
92552003-03-07 Andrew Cagney <cagney@redhat.com>
9256
9257 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9258 frame" command.
9259
6314f104
AC
92602003-03-05 Andrew Cagney <cagney@redhat.com>
9261
9262 * gdbint.texinfo (Target Architecture Definition): Document
9263 unwind_dummy_id. Cross reference unwind_dummy_id and
9264 SAVE_DUMMY_FRAME_TOS.
9265
f1212245
DJ
92662003-03-05 James Ingham <jingham@apple.com>
9267 Daniel Jacobowitz <drow@mvista.com>
9268
9269 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9270 and "show cp-abi".
9271
77e7e267
AC
92722003-03-03 Andrew Cagney <cagney@redhat.com>
9273
9274 * gdbint.texinfo (Target Architecture Definition): Document
9275 register_type.
9276
838a8221
AC
92772003-03-03 Andrew Cagney <cagney@redhat.com>
9278
9279 * stabs.texinfo (Structures): Use @samp and separate @var's
9280 instead of a single @var containing a comma separated list.
9281 (Unions): Ditto.
9282
d7f4a264
DJ
92832003-03-02 Daniel Jacobowitz <drow@mvista.com>
9284
9285 * Makefile.in (distclean): Remove config.log.
9286
f30ee0bc
AC
92872003-03-01 Andrew Cagney <cagney@redhat.com>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Rename
9290 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9291
92922003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9293
9294 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9295 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9296
be448670
CF
92972003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9298
9299 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9300 (Non-debug DLL symbols): New node, describing the minimal symbols
9301 loaded from DLLs without real debugging symbols.
9302
501eef12
AC
93032003-02-20 Andrew Cagney <ac131313@redhat.com>
9304
9305 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9306 hardware-breakpoint-limit".
9307 (Set Watchpoints): Add cross reference to "set remote
9308 hardware-watchpoint-limit".
9309 (Remote configuration options): New section.
9310
21c294e6
AC
93112003-02-04 Andrew Cagney <ac131313@redhat.com>
9312
e9be73e4
AC
9313 * gdbint.texinfo (Target Architecture Definition): Delete
9314 descrption of IS_TRAPPED_INTERNALVAR.
9315
21c294e6
AC
9316 From Keith Seitz <keiths@redhat.com>:
9317 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9318 option "-i"/"--interpreter" to this chapter. Include index
9319 entries.
9320
0179ffac
DC
93212003-02-04 David Carlton <carlton@math.stanford.edu>
9322
9323 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9324 (Variables): Recommend stabs+ and DWARF 2.
9325 (C plus plus expressions): Correct info about
9326 compiler versions, debug formats.
9327 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9328 PR symtab/874.
9329
7ca9f392
AC
93302003-02-01 Andrew Cagney <ac131313@redhat.com>
9331
9332 * gdbint.texinfo (Target Architecture Definition): Delete
9333 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9334 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9335 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9336 references to nindy and i960.
9337 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9338
31a85ea2
AC
93392003-02-01 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Target Architecture Definition): Delete
9342 FLOAT_INFO.
9343
6b894e49
AC
93442003-01-30 Andrew Cagney <ac131313@redhat.com>
9345
9346 * stabs.texinfo (Member Type Descriptor): Clarify description of
9347 `@'. Suggested by Ben Hutchings.
9348
c48861fb
AC
93492003-01-29 Andrew Cagney <ac131313@redhat.com>
9350
9351 * gdb.texinfo (M68K): Delete reference to es1800.
9352
617073a9
AC
93532003-01-29 Andrew Cagney <ac131313@redhat.com>
9354
9355 * gdb.texinfo (Maintenance Commands): Document `maint print
9356 reggroups' and `maint print register-groups'.
9357 * gdbint.texinfo (Target Architecture Definition): Document
9358 register_reggroup_p.
9359
5b5d99cf
JB
93602003-01-23 Jim Blandy <jimb@redhat.com>
9361
9362 * gdb.texinfo (Separate Debug Files): New section.
9363
e7ba9c65
DJ
93642003-01-22 Daniel Jacobowitz <drow@mvista.com>
9365
9366 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9367 and "maint show profile".
9368
94e91d6d
MC
93692003-01-16 Michael Chastain <mec@shout.net>
9370
9371 * gdb.texinfo (Installing GDB): Warn against
9372 ".../gdb-VERSION/gdb/configure".
9373 (Separate Objdir): Likewise.
9374
867f3898
AC
93752003-01-15 Andrew Cagney <ac131313@redhat.com>
9376
9377 * gdbint.texinfo (Target Architecture Definition): Delete
9378 definition of PRINT_REGISTER_HOOK.
9379
f153cc92
EZ
93802003-01-15 Elena Zannoni <ezannoni@redhat.com>
9381
9382 (OpenRISC 1000): Fix formatting of command names.
9383
c60eb6f1
EZ
93842003-01-15 Elena Zannoni <ezannoni@redhat.com>
9385
9386 * gdb.texinfo (Continuing and Stepping): Add new command
9387 'advance'. Clarify behavior of 'until'.
9388
f5ebfba0
DJ
93892003-01-13 Daniel Jacobowitz <drow@mvista.com>
9390
9391 * gdb.texinfo (Files): Document solib-absolute-prefix and
9392 solib-search-path.
9393
4ce8657e
MC
93942003-01-09 Michael Chastain <mec@shout.net>
9395
9396 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9397 (Create a Release): Add new instructions for new @file{src-release}.
9398 Document existing instructions for @file{Makefile.in} as
9399 being for @value{GDBN} 5.3.1 or earlier.
9400
372613e3
AC
94012003-01-09 Andrew Cagney <ac131313@redhat.com>
9402
9403 * gdbint.texinfo (Target Architecture Definition): Mention
9404 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9405 allocate memory.
9406
b4e9345d
DJ
94072003-01-04 Daniel Jacobowitz <drow@mvista.com>
9408
9409 * gdb.texinfo (Controlling GDB): Add @kindex for
9410 "show osabi".
9411 (Backtraces): Add @kindex's for backtrace-below-main.
9412
98b45e30
DJ
94132003-01-04 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * gdb.texinfo (Controlling GDB): Document "set osabi".
9416
95f90d25
DJ
94172003-01-04 Daniel Jacobowitz <drow@mvista.com>
9418
9419 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9420 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9421
1e698235
DJ
94222003-01-04 Daniel Jacobowitz <drow@mvista.com>
9423
9424 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9425 "set coerce-float-to-double".
9426 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9427
e632838e
AC
94282003-01-02 Andrew Cagney <ac131313@redhat.com>
9429
9430 * stabs.texinfo: Remove obsolete text.
9431 * gdbint.texinfo: Ditto.
9432 * gdb.texinfo: Ditto.
9433
c133ab7a
MK
94342002-12-22 Mark Kettenis <kettenis@gnu.org>
9435
9436 * gdbint.texinfo (Target Architecture Definition): Update
9437 description of gdbarch_register_osabi.
9438
f821f325
KH
94392002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9440
9441 * agentexpr.texi: Fix typos.
9442 * annotate.texi: Likewise.
9443 * fdl.texi: Likewise.
9444
85a6d8d3 94452002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9446
9447 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9448 DEPRECATED_INIT_FRAME_PC.
9449
ae45cd16
AC
94502002-12-01 Andrew Cagney <ac131313@redhat.com>
9451
9452 * gdbint.texinfo (Target Architecture Definition): Delete
9453 PC_IN_CALL_DUMMY.
9454
07555a72
AC
94552002-11-28 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdbint.texinfo (Host Definition): Delete documentation on
9458 USE_GENERIC_DUMMY_FRAMES.
9459
c166cdc7
EZ
94602002-11-26 Elena Zannoni <ezannoni@redhat.com>
9461
5ae4183a 9462 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9463 * Makefile.in (install-info): Run the install-info command as part
9464 of the post install steps only.
9465 (uninstall-info): New target.
9466 (uninstall): New target.
9467
35db0260
EZ
94682002-11-22 Elena Zannoni <ezannoni@redhat.com>
9469
9470 * Makefile.in (install): Make install do some real work.
9471
9ba8d803
AC
94722002-11-19 Andrew Cagney <ac131313@redhat.com>
9473
9474 Fix POSIX problem reported by Paul Eggert.
9475 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9476 Fix PR gdb/527.
9477
903ad3a6
AC
94782002-10-26 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbint.texinfo (Target Architecture Definition): Delete
9481 definition of DO_REGISTERS_INFO.
9482
f2abfe65
KB
94832002-10-18 Kevin Buettner <kevinb@redhat.com>
9484
9485 * gdbint.texinfo (Address Classes): Fix problems with insertion
9486 of ``{'' and ``}'' in example.
9487
b5b0480a
KB
94882002-10-17 Kevin Buettner <kevinb@redhat.com>
9489
9490 * gdbint.texinfo (Address Classes): New section.
9491 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9492 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9493 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9494 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9495
c85508ee
KD
94962002-10-11 Klee Dienes <kdienes@apple.com>
9497
9498 * gdb.texinfo (Registers): Mention vector registers as well as
9499 floating registers in the documentation for 'info registers' and
9500 'info all-registers'.
9501
6d12fc3d
DJ
95022002-10-11 Daniel Jacobowitz <drow@mvista.com>
9503
9504 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9505
8d19fbd2
JJ
95062002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9507
9508 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9509 interface definition.
9510
a37295f9
MM
95112002-10-03 Marko Mlinar <markom@opencores.org>
9512
9513 * gdb.texinfo (Target Commands): Add or1k target specific
9514 commands.
9515 * gdb.texinfo (Contributors): Add myself to the contributors list.
9516
da0f9dcd
AC
95172002-10-01 Andrew Cagney <ac131313@redhat.com>
9518
9519 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9520 and "mi1" instead of "mi1" and "mi0".
9521
2e834e49
HPN
95222002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9523
9524 * gdb.texinfo (Packets): Fix typos "alligned".
9525 Correct z3/Z3 description. Correct z4/Z4 title.
9526
050be0dc
AC
95272002-09-27 Andrew Cagney <ac131313@redhat.com>
9528
9529 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9530
1104b9e7
KB
95312002-09-25 Kevin Buettner <kevinb@redhat.com>
9532
9533 * gdb.texinfo: Use GNU/Linux instead of Linux.
9534
512217c7
AC
95352002-09-25 Andrew Cagney <ac131313@redhat.com>
9536
9537 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9538
10998722
AC
95392002-09-24 Andrew Cagney <ac131313@redhat.com>
9540
512217c7 9541 * gdb.texinfo: Replace @example with @smallexample.
10998722 9542
a0eb71c5
KB
95432002-09-20 Kevin Buettner <kevinb@redhat.com>
9544
f7dc1244 9545 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9546 * gdb.texinfo (Character Sets): Use @smallexample instead of
9547 @example. Use GNU/Linux instead of Linux.
9548
95492002-09-20 Jim Blandy <jimb@redhat.com>
9550
9551 * gdb.texinfo: Add character set documentation.
9552
2f870471
AC
95532002-09-19 Andrew Cagney <ac131313@redhat.com>
9554
9555 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9556 (Packets): Add cross reference from `b' packet to `z' packets.
9557
790eb8f5
AC
95582002-09-19 Andrew Cagney <ac131313@redhat.com>
9559
8d30a00d
AC
9560 * gdb.texinfo (Maintenance Commands): Document ``maint
9561 internal-error'' and ``maint internal-warning''.
9562
790eb8f5
AC
9563 * gdbint.texinfo (Target Architecture Definition): Revise
9564 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9565
a23a7bf1
JB
95662002-09-19 Joel Brobecker <brobecker@gnat.com>
9567
9568 * gdbint.texinfo (Target Conditionals): Document the new
9569 NAME_OF_MALLOC macro.
9570
299ffc64
AC
95712002-09-05 Andrew Cagney <ac131313@redhat.com>
9572
9573 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9574 engineer.
9575
b7bb15bc
SC
95762002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9577
9578 * gdb.texinfo (TUI Overview): Document status line fields.
9579
3d757584
SC
95802002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9581
9582 * gdb.texinfo (TUI Commands): Document info win command.
9583
269c21fe
SC
95842002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9585
9586 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9587
7cf36c78
SC
95882002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9589
9590 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9591 (TUI Keys): Likewise.
9592
d2c6833e
AC
95932002-08-25 Andrew Cagney <ac131313@redhat.com>
9594
9595 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9596 for a packet receive.
9597
46d8b1c3
AC
95982002-08-25 Andrew Cagney <ac131313@redhat.com>
9599
9600 * Makefile.in (clean): Move to end of file.
9601 (distclean, maintainer-clean, realclean): Ditto.
9602 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9603 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9604 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9605 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9606
b0787093
AC
96072002-08-24 Andrew Cagney <ac131313@redhat.com>
9608
9609 * Makefile.in (GDBINT_TEX_TMPS): Define.
9610 (gdbint.dvi, gdbint.pdf): Use
9611 (GDB_TEX_TMPS): Define.
9612 (gdb.dvi, gdb.pdf): Use.
9613 (STABS_TEX_TMPS): Define.
9614 (stabs.dvi, stabs.pdf): Use.
9615 (GDB_DOC_SOURCE_INCLUDES): New macros.
9616 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9617 (GDBINT_DOC_FILES_INCLUDES): New macros.
9618 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9619 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9620 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9621 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9622 (links2roff): Replace SFILES_INCLUDED with
9623 GDB_DOC_SOURCE_INCLUDES.
9624 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9625 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9626 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9627 dependencies.
9628 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9629 dependencies.
9630 (gdbmi.texinfo): Delete rule.
9631 (inc-hist.texinfo): Delete rule.
9632 (rluser.texinfo): Delete rule.
9633
ebba8386
AC
96342002-08-23 Andrew Cagney <cagney@redhat.com>
9635
9636 * gdbint.texinfo (Target Architecture Definition): Update
9637 STORE_RETURN_VALUE, mention regcache.
9638
0ab7a791
AC
96392002-08-21 Andrew Cagney <ac131313@redhat.com>
9640
9641 * gdbint.texinfo (Target Architecture Definition): Document
9642 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9643
ee2d5c50
AC
96442002-08-19 Andrew Cagney <ac131313@redhat.com>
9645
9646 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9647 Fix minor typos. Add index entries.
9648
53c69bd7
AC
96492002-08-18 Andrew Cagney <ac131313@redhat.com>
9650
9651 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9652
e76f1f2e
AC
96532002-08-15 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Document
9656 PRINT_VECTOR_INFO.
9657 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9658
0680b120
AC
96592002-08-13 Andrew Cagney <ac131313@redhat.com>
9660
9661 * gdb.texinfo (Maintenance Commands): Document "maint print
9662 registers", "maint print raw-registers" and "maint print
9663 cooked-registers".
9664
3c3bea1c
GS
96652002-08-08 Grace Sainsbury <graces@redhat.com>
9666
a9331b3f 9667 From Mark Salter:
3c3bea1c
GS
9668 * gdb.texinfo (Protocol): Document T packet extension to
9669 allow watchpoint address reporting.
9670
42f9b0a5
AC
96712002-08-03 Andrew Cagney <ac131313@redhat.com>
9672
9673 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9674
db034ac5
AC
96752002-08-01 Andrew Cagney <cagney@redhat.com>
9676
9677 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9678 to CHILL.
9679
e2b28d04
AC
96802002-08-01 Andrew Cagney <ac131313@redhat.com>
9681
9682 * gdbint.texinfo (Coding): Revise section "Include Files".
9683
7fb623f7
AC
96842002-07-24 Andrew Cagney <cagney@redhat.com>
9685
9686 * gdbint.texinfo: Obsolete references to m88k.
9687 * gdb.texinfo: Ditto.
9688
4a2b4636
JB
96892002-07-10 Joel Brobecker <brobecker@gnat.com>
9690
7fb623f7 9691 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9692 where the proper version of autoconf can be retrieved.
9693
a71ec265
DH
96942002-07-09 Don Howard <dhoward@redhat.com>
9695
9696 * gdb.texinfo (Command Files): Further describe the behavior of
9697 sourced command files.
9698
b9aa90c9
AC
96992002-06-27 Andrew Cagney <ac131313@redhat.com>
9700
9701 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9702 (Coding): Clarify ISO C version that GDB assumes.
9703
40dd2248
TT
97042002-06-26 Tom Tromey <tromey@redhat.com>
9705
9706 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9707 add_setshow_cmd_full.
9708
bfac230e
DH
97092002-06-25 Don Howard <dhoward@redhat.com>
9710
9711 * gdb.texinfo (Memory Region Attributes): Document new behavior
9712 for 'mem' command.
9713
475b0867
JB
97142002-06-11 Jim Blandy <jimb@redhat.com>
9715
919d772c
JB
9716 * gdb.texinfo (Symbols): Update documentation for `info source'
9717 command.
9718
475b0867
JB
9719 * gdb.texinfo (Macros): Call the command `info macro', not
9720 `show macro'.
9721
ba8c9337
AC
97222002-06-09 Andrew Cagney <ac131313@redhat.com>
9723
9724 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9725 data''.
9726
1029b7fa
MK
97272002-06-09 Mark Kettenis <kettenis@gnu.org>
9728
9729 * gdbint.texinfo (Target Architecture Definition): Document
9730 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9731
16737d73
AC
97322002-06-08 Andrew Cagney <ac131313@redhat.com>
9733
9734 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9735 lists.
9736
30107679
AC
97372002-06-08 Andrew Cagney <ac131313@redhat.com>
9738
9739 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9740 Branch''.
9741
3352e23e
AC
97422002-06-01 Andrew Cagney <ac131313@redhat.com>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Add section
9745 ``Converting an existing Target Architecture to Multi-arch''.
9746
cbb09e6a
AC
97472002-05-30 Andrew Cagney <ac131313@redhat.com>
9748
9749 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9750 to ``Obsoleting code''. Revise.
9751
e2e0bcd1
JB
97522002-05-17 Jim Blandy <jimb@redhat.com>
9753
9754 * gdb.texinfo (C Preprocessor Macros): New chapter.
9755 Include it in the main menu.
9756 (Contributors): Credit Jim Blandy with macro support.
9757 (Compilation): Explain how to get macro information into the
9758 executable.
9759 (Expressions): Note that preprocessor macros are expanded.
9760
9db8d71f
DJ
97612002-05-14 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9764 options for `target remote'.
9765
6d531722
AC
97662002-05-13 Andrew Cagney <ac131313@redhat.com>
9767
9768 * gdbint.texinfo (Target Architecture Definition): Delete
9769 documentation on NNPC_REGNUM.
9770
13d01224
AC
97712002-05-11 Andrew Cagney <ac131313@redhat.com>
9772
9773 * gdbint.texinfo (Target Architecture Definition): Document
9774 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9775 (Target Architecture Definition): Revise section `Using Different
9776 Register and Memory Data Representations'. Add section `Raw and
9777 Virtual Register Representations'.
9778
b2e75d78
AC
97792002-05-11 Andrew Cagney <ac131313@redhat.com>
9780
9781 * gdbint.texinfo (Target Architecture Definition): Mention
9782 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9783 (Target Architecture Definition): Mention same. Add references to
9784 web pages.
9785
2c8682ee
MS
97862002-05-08 Michael Snyder <msnyder@redhat.com>
9787
9788 * stabs.texinfo (Attributes): Document new "vector" attribute.
9789
0816590b
AC
97902002-05-04 Andrew Cagney <ac131313@redhat.com>
9791
9792 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9793
2653173e
AC
97942002-05-04 Andrew Cagney <ac131313@redhat.com>
9795
9796 * gdb.texinfo: Delete obsolete references to a29k.
9797
d7bd68ca
AC
97982002-04-24 Andrew Cagney <ac131313@redhat.com>
9799
9800 * gdbint.texinfo (Target Architecture Definition): Replace
9801 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9802
21d83aa5
DM
98032002-04-24 David S. Miller <davem@redhat.com>
9804
9805 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9806
7673a6cc
DM
98072002-04-21 David S. Miller <davem@redhat.com>
9808
9809 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9810
d49d1e0a
AC
98112002-04-21 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdbint.texinfo (Target Architecture Definition): Delete
9814 definition of HAVE_REGISTER_WINDOWS.
9815
f7dc1244 98162002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9817
9818 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9819 "Theodore A. Roth" <troth@verinet.com>.
9820
5ca0cb28
DH
98212002-04-15 Don Howard <dhoward@redhat.com>
9822
f7dc1244 9823 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9824 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9825 Provide a better explaination of this feature.
5ca0cb28 9826
f208ba17
AC
98272002-04-14 Andrew Cagney <ac131313@redhat.com>
9828
9829 * gdbint.texinfo (Target Architecture Definition): Remove
9830 FRAME_CHAIN_COMBINE.
9831
d5ba91de
MC
98322002-04-12 Michael Chastain <mec@shout.net>
9833
9834 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9835 REG_STACK_SEGMENT.
9836
26818220
MC
98372002-04-09 Michael Chastain <mec@shout.net>
9838
9839 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9840 PYRAMID_* macros.
9841
129188f6
AC
98422002-04-07 Andrew Cagney <ac131313@redhat.com>
9843
9844 * gdb.texinfo (Bug Reporting): Document that the web is the
9845 prefered way of submitting bug reports.
9846 (Bug Reporting): Delete the s-mail address as the last resort.
9847
8227c0ff
AC
98482002-04-05 Andrew Cagney <ac131313@redhat.com>
9849
9850 * gdbint.texinfo (Target Architecture Definition): Delete
9851 references to TARGET_WRITE_FP and write_fp.
9852
16d9dec6
MS
98532002-03-27 Michael Snyder <msnyder@redhat.com>
9854
9855 * gdb.texinfo: Document new commands dump, append, and restore.
9856
9ae8b82c
AC
98572002-03-27 Andrew Cagney <ac131313@redhat.com>
9858
9859 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9860 Branch'.
9861
474c8240
AC
98622002-03-18 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdb.texinfo: Change all examples to @smallexample.
9865 * gdbint.texinfo: Ditto.
a9331b3f 9866
fb0ff88f
AC
98672002-03-18 Andrew Cagney <ac131313@redhat.com>
9868
9869 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9870 Branches''.
9871
9bb0a4d8
AC
98722002-03-18 Andrew Cagney <ac131313@redhat.com>
9873
9874 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9875 Policy''.
9876
937f164b
FF
98772002-03-04 Fred Fish <fnf@redhat.com>
9878
9879 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9880 expresson, suports, dependant, trhe, perhaphs, situtations,
9881 explictily, taged, oportunity, unfortunatly).
9882
a7b40f07
AC
98832002-02-24 Andrew Cagney <ac131313@redhat.com>
9884
9885 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9886 Remove reference to 3.12.
9887
aab4e0ec
AC
98882002-02-23 Andrew Cagney <ac131313@redhat.com>
9889
9890 * gdbint.texinfo: Include fdl.texi.
9891 (Top): Add GNU Free Documentation License.
9892 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9893 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9894 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9895 (gdbint.info): Add srcdir to include path.
9896 * gdb.texinfo: Include gpl.texi.
9897 (Top): Add Copying.
9898 * gpl.texi: New file.
9899
47b95330
AC
99002002-02-23 Andrew Cagney <ac131313@redhat.com>
9901
9902 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9903
78c47bea
PM
99042002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9905
9906 * gdb.texinfo: Document Cygwin native specific commands.
9907
56460a61
DJ
99082002-02-15 Daniel Jacobowitz <drow@mvista.com>
9909
9910 * gdb.texinfo: Document gdbserver ``--attach'' command.
9911
def71bfa
MS
99122002-02-07 Michael Snyder <msnyder@redhat.com>
9913
9914 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9915 to @code(_ovly_debug_event).
9916
c928edc0
AC
99172002-02-07 Andrew Cagney <ac131313@redhat.com>
9918
9919 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9920
81d46470
MS
99212002-02-06 Michael Snyder <msnyder@redhat.com>
9922
9923 * gdb.texinfo (overlays): Mention new magic symbol
9924 '_ovly_debug_event', which allows GDB to keep better track
9925 of overlays.
9926
f7dc1244 99272002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9928
9929 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9930 Suggested by Dmitry Sivachenko.
9931
9932 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9933
15110bc3
MS
99342002-02-01 Michael Snyder <msnyder@redhat.com>
9935
9936 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9937
6763aef9
MS
99382002-01-30 Michael Snyder <msnyder@redhat.com>
9939
ac282366
MS
9940 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9941 (set trust-readonly-sections): Document.
6763aef9 9942
8642bc8f
AC
99432002-01-29 Andrew Cagney <ac131313@redhat.com>
9944
9945 * gdbint.texinfo (Releasing GDB): Revise and update.
9946
afe64c1a
AC
99472002-01-28 Andrew Cagney <ac131313@redhat.com>
9948
9949 * gdbint.texinfo (Target Architecture Definition): Delete
9950 description of TARGET_BYTE_ORDER_DEFAULT.
9951
f7dc1244 99522002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9953
9954 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9955 <mitya@cavia.pp.ru>.
9956
3d6e1b5a
AC
99572002-01-23 Andrew Cagney <ac131313@redhat.com>
9958
9959 * libgdb.texinfo: Delete file.
9960
6c0e9fb3
AC
99612002-01-22 Andrew Cagney <ac131313@redhat.com>
9962
9963 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9964 * gdbint.texinfo: Ditto.
9965
e0ce93ac
AC
9966Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9969
be298bcc
AC
99702002-01-22 Andrew Cagney <ac131313@redhat.com>
9971
9972 * Makefile.in: Update copyright.
9973 (TEXI2DVI): Define.
9974 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9975 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9976 gdb-cfg.texi.
9977 (TEXINDEX, PDFTEX): Delete makefile variables.
9978
8e04817f
AC
99792002-01-22 Andrew Cagney <ac131313@redhat.com>
9980
9981 * gdb.texinfo (Protocol): Move section to appendix.
9982
6b2f586d
AC
99832002-01-21 Andrew Cagney <ac131313@redhat.com>
9984
9985 * gdb.texinfo (Remote Debugging): Create a menu.
9986 (Top): Add ``Remote Debugging'' to menu.
9987
6f05cf9f
AC
99882002-01-21 Andrew Cagney <ac131313@redhat.com>
9989
9990 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9991 serial protocol'' from here.
9992 (Remote Debugging): To here. New chapter.
9993
3fd3d7d2
AC
99942002-01-20 Andrew Cagney <ac131313@redhat.com>
9995
9996 * gdbint.texinfo (Target Architecture Definition): Delete
9997 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9998
7fd60527
AC
99992002-01-20 Andrew Cagney <ac131313@redhat.com>
10000
10001 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10002 are no longer needed.
10003 (Porting GDB): Add maintainer note about configure.host.
10004
c2f05ac9
AC
100052002-01-20 Andrew Cagney <ac131313@redhat.com>
10006
10007 * gdbint.texinfo (Target Architecture Definition): Remove
10008 definition of IEEE_FLOAT.
10009
f7dc1244 100102002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10011
10012 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10013 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10014 <3diff@gnu.org>
231b2aad 10015
82600034
AC
100162002-01-19 Andrew Cagney <ac131313@redhat.com>
10017
10018 * gdbint.texinfo (Host Definition): Remove references to
10019 MALLOC_INCOMPATIBLE.
10020
7708fa01
AC
100212002-01-17 Andrew Cagney <ac131313@redhat.com>
10022
10023 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10024 and xyz-xdep.o.
10025
eb12ee30
AC
100262002-01-17 Andrew Cagney <ac131313@redhat.com>
10027
889bf7c5 10028 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10029 (Set Breaks): Copy ``maint info breakpoint'' doco to
10030 ``Maintenance Commands'' appendix. Add reference.
10031
c9ccaa92
AC
100322002-01-17 Andrew Cagney <ac131313@redhat.com>
10033
10034 * fdl.texi: Remove next/prev from @node.
10035
f7dc1244 100362002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10037
10038 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10039 for monstrous @multitable (from Brian Youmans).
10040
10041 * fdl.texi: New file.
10042
10043 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10044
8973da3a
AC
100452002-01-15 Andrew Cagney <ac131313@redhat.com>
10046
10047 * gdbint.texinfo (Releasing GDB): New chapter.
10048
7d86b5d5
AC
100492002-01-14 Andrew Cagney <ac131313@redhat.com>
10050
10051 * gdb.texinfo (Embedded Processors, Calling program functions):
10052 Obsolete references to a29k.
10053
cc1cb004
AC
100542002-01-13 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10057 examples. Document that a code-block should do or discard its
10058 cleanups before exit.
10059
79f12247
MS
100602002-01-11 Michael Snyder <msnyder@redhat.com>
10061
10062 * gdb.texinfo (Choosing files): Change @samp to @file.
10063
19837790
MS
100642002-01-05 Michael Snyder <msnyder@redhat.com>
10065
10066 * gdb.texinfo (--pid): Document new command line option (attach).
10067
f7dc1244 100682002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10069
10070 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10071 in the stub.
10072
d7449b42
AC
100732002-01-04 Andrew Cagney <ac131313@redhat.com>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Replace
10076 BIG_ENDIAN with BFD_ENDIAN_BIG.
10077
f23631e4
AC
100782002-01-03 Andrew Cagney <ac131313@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Replace
10081 value_ptr with struct value pointer.
10082
72c9928d
EZ
100832002-01-02 Eli Zaretskii <eliz@gnu.org>
10084
10085 * gdb.texinfo (Free Software): Fix wording.
10086
959acfd1
EZ
100872001-12-31 Eli Zaretskii <eliz@gnu.org>
10088
10089 * gdb.texinfo (Free Software): New section ``Free Software Needs
10090 Free Documentation''.
10091
f7dc1244 100922001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10093
10094 * stabs.texinfo:
10095 * gdb.texinfo:
10096 * gdbint.texinfo:
10097 * libgdb.texinfo:
10098 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10099
6600abed
MS
101002001-12-29 Michael Snyder <msnyder@redhat.com>
10101
10102 * gdb.texinfo (maint info sections): Fix typo.
10103
f6680716
MS
101042001-12-26 Michael Snyder <msnyder@redhat.com>
10105
fe95c787
MS
10106 * gdb.texinfo (maint info sections): Document.
10107
a9331b3f 10108 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10109 'info proc' sub-options that are currently not implemented.
10110
c3d3ce5b
JB
101112001-12-20 Jim Blandy <jimb@redhat.com>
10112
10113 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10114
778eb05e
AC
101152001-12-15 Andrew Cagney <ac131313@redhat.com>
10116
10117 * gdbint.texinfo (Target Architecture Definition): Replace
10118 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10119
2607059c
AC
101202001-12-01 Andrew Cagney <ac131313@redhat.com>
10121
10122 * gdbint.texinfo (Host Definition): Delete documentation on
10123 HOST_BYTE_ORDER.
10124
df0cd8c5
JB
101252001-11-30 Jim Blandy <jimb@redhat.com>
10126
10127 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10128 overlay support. Add to top-level menu.
df0cd8c5 10129
88118b3a
TT
101302001-11-26 Tom Tromey <tromey@redhat.com>
10131
10132 * gdb.texinfo (Command Syntax): Document C-o binding.
10133
96565e91
CF
101342001-07-26 Christopher Faylor <cgf@redhat.com>
10135
10136 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10137 use since it is described in the referenced section.
10138
f7dc1244 10139 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10140 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10141 clearer when using DJGPP.
10142
2a3d5645
CF
101432001-11-24 Christopher Faylor <cgf@redhat.com>
10144
10145 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10146 specifically refer to MS-DOS.
10147 (command files): Mention gdb.ini is only used on MS-DOS.
10148
aa26fa3a
TT
101492001-11-21 Tom Tromey <tromey@redhat.com>
10150
10151 * gdb.texinfo (Invoking GDB): Document --args.
10152 (Mode Options): Likewise.
10153
4f8ada06
JB
101542001-11-21 Jim Blandy <jimb@redhat.com>
10155
10156 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10157 Delete documentation; this macro has been removed from the
10158 sources.
4f8ada06 10159
3fe0dc10
JB
101602001-11-13 Jim Blandy <jimb@redhat.com>
10161
10162 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10163
9e5abb06
CV
101642001-11-06 Corinna Vinschen <vinschen@redhat.com>
10165
10166 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10167
1c5dfdad
MS
101682001-11-05 Michael Snyder <msnyder@redhat.com>
10169
a9331b3f 10170 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10171 quote regexp chars in function names such as "operator*()".
10172
990f9fe3
FF
101732001-11-01 Fred Fish <fnf@redhat.com>
10174
10175 * gdbint.texinfo (SOLIB_ADD): Document additional new
10176 "readsyms" arg.
10177
b433d00b
DH
101782001-10-30 Don Howard <dhoward@redhat.com>
10179
070b1dd3
DH
10180 * gdb.texinfo: (Command Files) Added documentation for the
10181 behavior of gdb with input redirected from a file.
b433d00b 10182
b7209cb4
FF
101832001-10-28 Fred Fish <fnf@redhat.com>
10184
10185 * gdb.texinfo (auto-solib-add): Change docs to match
10186 implementation change.
10187 (auto-solib-limit): Add docs for new variable.
10188
1aa20aa8
AC
101892001-10-15 Andrew Cagney <ac131313@redhat.com>
10190
10191 * gdbint.texinfo (Target Architecture Definition): Function
10192 value_as_pointer renamed to value_as_address.
10193
fc0c74b1
AC
101942001-10-15 Andrew Cagney <ac131313@redhat.com>
10195
10196 * gdbint.texinfo (Target Architecture Definition): Default
10197 POINTER_TO_ADDRESS functions assume unsigned addresses.
10198 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10199 posting by Jim Blandy.
10200
f4846649
JB
102012001-10-12 Jim Blandy <jimb@redhat.com>
10202
10203 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10204 version of texi2html (1.64) doesn't support this flag any more.
10205
f277788b
MK
102062001-09-08 Mark Kettenis <kettenis@gnu.org>
10207
a9dc4918
MK
10208 * gdbint.texinfo (Host Definition): Remove description of
10209 MEM_FNS_DECLARED.
10210
d28379df
MK
10211 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10212
f277788b
MK
10213 * gdbint.texinfo (Host Definition): Remove description of
10214 HAVE_SIGSETMASK.
10215
7ccaa899
EZ
102162001-09-04 Elena Zannoni <ezannoni@redhat.com>
10217
10218 * gdbint.texinfo (Target Architecture Definition): Add
10219 explanation of TARGET_PRINT_INSN macro.
10220
17d9d558
JB
102212001-08-30 Jim Blandy <jimb@redhat.com>
10222
10223 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10224 Explain what it means to load relocatable files.
10225
72cde065
JB
102262001-08-28 Jim Blandy <jimb@redhat.com>
10227
10228 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10229 info `top' menu.
10230
9e678452
CF
10231Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10232
10233 * gdbint.texinfo: Add a cautionary note about macro use.
10234
a2bea4c3 102352001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10236
a2bea4c3
CV
10237 * gdb.texinfo: Explain omitting the hostname in the
10238 `target remote' command.
10239
1129bf27
DJ
102402001-07-30 Daniel Jacobowitz <drow@mvista.com>
10241
10242 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10243 and END-INFO-DIR-ENTRY.
10244
732b3002
SC
102452001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10246
10247 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10248
89437448
AC
102492001-07-25 Andrew Cagney <ac131313@redhat.com>
10250
10251 * gdbint.texinfo (libgdb): Rewrite.
10252
f7dc1244 102532001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10254
10255 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10256
c4555f82
SC
102572001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10258
10259 * gdb.texinfo (TUI): New chapter, document the TUI.
10260 (Mode Options): Document the -tui option.
10261
2f45a6e0
MK
102622001-07-23 Mark Kettenis <kettenis@gnu.org>
10263
10264 * gdbint.texinfo (Host Definition): Remove description of
10265 NEED_POSIX_SETPGID.
10266
f7dc1244 102672001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10268
10269 * gdb.tex (DJGPP Native): New node, with descriptions of
10270 DJGPP-specific commands.
10271
be9c6c35
JM
102722001-07-19 John R. Moore <jmoore@redhat.com>
10273
10274 * gdbint.texinfo: Three misspellings.
10275
dfa249fb
AC
102762001-07-06 Andrew Cagney <ac131313@redhat.com>
10277
10278 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10279 `test` expressions on bash. Problem reported by Colin Walters.
10280
c72e7388
AC
102812001-07-04 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbint.texinfo (User Interface): Update ui-out documentation to
10284 refelect recent UI/MI updates.
10285
94bbb2c0
AC
102862001-07-04 Andrew Cagney <ac131313@redhat.com>
10287
10288 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10289 interpreters.
10290
af6c57ea
AC
102912001-06-15 Andrew Cagney <ac131313@redhat.com>
10292
10293 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10294 structure and not macros.
10295 (Host Definition): Document that much of this chapter is obsolete.
10296 (Target Architecture Definition): Update list of files that make
10297 up a target architecture.
10298 (Coding): Update.
10299
83aa8bc6
AC
103002001-06-28 Andrew Cagney <ac131313@redhat.com>
10301
10302 * gdbint.texinfo (Target Architecture Definition): Update
10303 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10304 The latter has been changed to a true predicate.
10305
f7dc1244 103062001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10307
10308 * annotate.texi: Add @noindent where needed. From Dmitry
10309 Sivachenko <dima@Chg.RU>.
10310 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10311
656db9b0
AC
103122001-06-16 Andrew Cagney <ac131313@redhat.com>
10313
10314 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10315
df2396a1
AC
103162001-06-14 Andrew Cagney <ac131313@redhat.com>
10317
10318 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10319 returns ``OK''. Document that the ``R'' packet does not reply.
10320
0f1f2b0a
MS
103212001-06-13 Michael Snyder <msnyder@redhat.com>
10322
10323 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10324
f7dc1244 103252001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10326
10327 * gdb.texinfo (Signals): Clarify the default setting of signal
10328 handling.
10329
a5d7c491
AC
103302001-05-14 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10333 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10334
05a54c4f
AC
103352001-05-12 Andrew Cagney <ac131313@redhat.com>
10336
10337 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10338
f7dc1244 103392001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10340
10341 * gdbint.texinfo (Clean Design and Portable Implementation):
10342 Renamed from "Clean Design".
10343 (Clean Design and Portable Implementation): Document portable
10344 methods of handling file names, and the associated macros.
10345
f7dc1244 103462001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10347
10348 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10349 command and provide a cross-reference to its description.
10350 (Symbols): Note that "info scope" is useful for trace experiments.
10351
f7dc1244 103522001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10353
b37052ae
EZ
10354 * gdb.texinfo (Symbols): Document "info scope".
10355 (Tracepoints): New chapter.
10356 (Contributors): Update for v5.1.
10357 <All nodes>: Change "C++" to "C@t{++}".
10358
0ee54786
EZ
10359 * gdbint.texinfo (User Interface): A new section about ui_out
10360 functions, based on text written by Fernando Nasser.
10361
c534679c
EZ
10362 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10363
f7dc1244 103642001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10365
e9c75b65
EZ
10366 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10367
10368 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10369
10370 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10371 Replace "GDB" with "@value{GDBN}". Fix markup.
10372
10373 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10374
3d67e040
EZ
10375 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10376 a cross-reference to its description.
10377 (Symbols): Document "info symbol".
10378
f7dc1244 103792001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10380
10381 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10382 subsection "x86 Watchpoints".
10383 (Target Architecture Definition): Document the macros
10384 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10385 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10386
b0ed3589
AC
103872001-03-20 Andrew Cagney <ac131313@redhat.com>
10388
10389 * gdbint.texinfo (Target Architecture Definition): Update
10390 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10391 list.
10392
b6ba6518
KB
103932001-03-06 Kevin Buettner <kevinb@redhat.com>
10394
10395 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10396 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10397
f7dc1244 103982001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10399
10400 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10401
f7dc1244 104022001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10403
17cc6a06
EZ
10404 * gdb.texinfo (Environment): Document that `path' does not change
10405 the value of PATH in GDB's own environment (it did in the past,
10406 but that was changed on March 15, 1994). Reported by Doug Evans
10407 <dje@transmeta.com>.
10408
56caf160
EZ
10409 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10410 its line. Fix markup of commands and macros. Add an Index node
10411 and index entries.
10412
29e57380
C
104132001-01-23 J.T. Conklin <jtc@redback.com>
10414
10415 * gdb.texinfo (Memory region attributes): New manual section.
10416
1c6147de
ND
104172001-01-04 Nicholas Duffek <nsd@redhat.com>
10418
10419 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10420
f7dc1244 104212000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10422
10423 * refcard.tex: Version and copyright fixed. From Phil Edwards
10424 <pedwards@disaster.jaj.com>.
10425
0dcedd82
AC
10426Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10427
10428 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10429 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10430
3b851bce
AC
10431Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10432
10433 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10434 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10435
f7dc1244 104362000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10437
10438 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10439 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10440
b90a5f51
CF
104412000-11-10 Christopher Faylor <cgf@cygnus.com>
10442
10443 * gdb.texinfo: Document new 'set step-mode' command.
10444
f7dc1244 104452000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10446
10447 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10448 changes from Dmitry Sivachenko <dima@Chg.RU>.
10449
f7dc1244 104502000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10451
10452 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10453 From Steven Johnson <sbjohnson@ozemail.com.au>.
10454
2e685b93
MK
104552000-08-10 Mark Kettenis <kettenis@gnu.org>
10456
10457 * gdbint.texinfo (Overall Structure): Spelling fix.
10458
f7dc1244 104592000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10460
10461 * gdbint.texinfo (Target Architecture Definition): Document that
10462 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10463 for which REGISTER_CONVERTIBLE returns a zero value.
10464
63ac3005
EZ
104652000-07-08 Christopher Faylor <cgf@cygnus.com>
10466
10467 * Makefile.in (install-info): Find files to install in either the
10468 build or source directories (adapted from Makefile.am).
10469
bd79f757
ND
104702000-07-07 Nicholas Duffek <nsd@redhat.com>
10471
10472 * stabs.texinfo: Fix spelling errors.
10473 (String Field): FILE-NUMBER starts from 0, not 1.
10474
f7dc1244 104752000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10476
10477 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10478 Brian Youmans.
5f208f6d 10479
f7dc1244 104802000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10481
10482 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10483 the source directory. Reported by Mark Harig
10484 <markh@frazier.landmark.com>.
cc542d3b 10485
f3b28801
C
104862000-06-20 J.T. Conklin <jtc@redback.com>
10487
10488 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10489
449f3b6c
AC
10490Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10493 Generate using pdftex.
449f3b6c 10494 (PDFTEX): Define.
889bf7c5 10495 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10496 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10497 @contents at the start.
449f3b6c 10498
f7dc1244 104992000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10500
10501 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10502 Youmans.
48e934c6 10503
9e9c5ae7
AC
10504Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10505
10506 From Brian Youmans:
10507 * gdb.texinfo: Fix ``et al.''.
10508
c741b251
AC
10509Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10510
10511 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10512 loop.
c741b251 10513
4ab64e14
JG
105142000-05-19 Jimmy Guo <guo@cup.hp.com>
10515
10516 * configure: Regenerate.
10517
f7dc1244 105182000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10519
10520 * Makefile.in (install-info): Run install-info on installed Info
10521 files.
10522
8c70017b
AC
10523Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10524
a7cb598a 10525 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10526 Andrew Cagney.
8c70017b 10527
f7dc1244 105282000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10529
10530 * gdb.texinfo: Proofreading changes from Brian Youmans.
10531
bf0184be
ND
105322000-05-01 Nick Duffek <nsd@cygnus.com>
10533
10534 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10535 startup sequence, minor edits.
10536
f7dc1244 105372000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10538
10539 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10540 TeX.
10541
10542 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10543 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10544 like `n' and `s' which look weird. Convert some of the @kindex to
10545 @vindex, when they refer to variables, not commands.
10546
33e16fad
AC
10547Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10548
10549 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10550
f7dc1244 105512000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10552
10553 * Makefile.in (GDBMI_DIR): New variable.
10554 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10555 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10556 (gdbmi.texinfo): New target, for texi2roff.
10557 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10558 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10559
10560 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10561 gdbmi.texinfo.
10562 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10563 comment.
10564
d167840f
EZ
105652000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10566
10567 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10568 command.
d167840f 10569
f7dc1244 105702000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10571
10572 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10573 prevents the build (and is generally a Bad Idea).
10574
f7dc1244 105752000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10576
10577 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10578 a comma inside @var.
10579 (Command Files): Index markup changes from Dmitry Sivachenko
10580 <dima@Chg.RU>.
10581
f7dc1244 105822000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10583
10584 * Makefile.in (LN_S): Define.
10585 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10586 invoke "ln -s" unless it is known to work.
10587
10588 * configure.in (AC_PROG_LN_S): Add.
10589
8dc7983f
JB
105902000-04-14 Jim Blandy <jimb@redhat.com>
10591
10592 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10593 section.
10594 (Target Conditionals): Document ADDRESS_TO_POINTER,
10595 POINTER_TO_ADDRESS.
10596
1a8237e8
DB
105972000-04-11 Daniel Berlin <dan@cgsoftware.com>
10598
10599 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10600 gdb-cfg.texi to get the value.
10601
ca526f1a
JB
106022000-04-10 Jim Blandy <jimb@redhat.com>
10603
10604 * gdbint.texinfo (Target Architecture Definition): Fix
10605 cross-references.
10606
faaafcb4
JB
106072000-04-08 Jim Blandy <jimb@redhat.com>
10608
10609 * gdbint.texinfo (Using Different Register and Memory Data
10610 Representations): New section.
10611 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10612 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10613 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10614
1b27397f
AC
10615Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10616
10617 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10618 for acknowledgments.
1b27397f 10619
480ff1fb
AC
10620Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10621
10622 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10623 qThreadExtraInfo.
480ff1fb 10624
a9331b3f 106252000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10626
a9331b3f
RM
10627 * gdb.texinfo: Clarify which remote debug protocol commands are
10628 required and which are optional.
f1251bdd 10629
dbeb8dbd
AC
10630Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10631
10632 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10633 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10634 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10635 * annotate.texi: Update.
10636
6d2ebf8b
SS
106372000-03-28 Stan Shebs <shebs@apple.com>
10638
10639 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10640 expectation of additional changes before release), update
10641 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10642 node links, rephrase and/or shorten lines to fix formatting
10643 problem in both regular and @smallbook formats.
10644 * annotate.texi: Shorten lines in example, use smallexample
10645 consistently everywhere.
10646 * Makefile.in: Add comment about texinfo 4.0 html generation.
10647 (SFILES_INCLUDED): Add annotate.texi.
10648
5d161b24
DB
106492000-03-27 Daniel Berlin <dan@cgsoftware.com>
10650
5ae4183a
AS
10651 * gdb.texinfo (Debugging Output): Added new section, documenting
10652 the "set/show debug" commands.
5d161b24 10653
b9deaee7
AC
10654Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10655
10656 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10657 entry.
b9deaee7
AC
10658
10659 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10660 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10661 @chapter and @node entries.
a9331b3f 10662
b9deaee7 10663 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10664
9ef47d30
AC
10665Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10666
10667 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10668 files.
9ef47d30 10669
cfeada60
FN
106702000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10671
10672 From David Whedon <dwhedon@gordian.com>
5ae4183a 10673 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10674
6837a0a2
DB
106752000-03-22 Daniel Berlin <dan@cgsoftware.com>
10676
10677 * gdb.texinfo: Add documentation for the apropos command.
10678
bba2971c
MS
106792000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10680
10681 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10682
2b628194
MS
106832000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10684
a9331b3f 10685 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10686 two places.
10687
96a2c332
SS
106882000-03-17 Stan Shebs <shebs@apple.com>
10689
10690 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10691 <dima@Chg.RU>, also clarification of allowed content for
10692 string constants.
10693
f7dc1244 106942000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10695
10696 * gdb.texinfo (main menu): Add Annotations.
10697 (File Options): Add @cindex entries for each command-line option.
10698 Document --epoch, --annotate, --async, --interpreter, --write,
10699 --statistics, and --version.
10700
10701 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10702 of GDB.
10703
9d233477
JB
107042000-02-23 Jim Blandy <jimb@redhat.com>
10705
10706 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10707
14e0eb3b
JB
107082000-02-22 Jim Blandy <jimb@redhat.com>
10709
10710 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10711
3555de01
JM
107122000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10713
10714 * Makefile.in (diststuff): New target.
10715
5e35df8e
KB
107162000-02-15 Kevin Buettner <kevinb@redhat.com>
10717
10718 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10719 architecture. [From Jim Wilson.]
5e35df8e 10720
c5394b80
JM
107212000-01-16 Tom Tromey <tromey@cygnus.com>
10722
10723 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10724 (Delete Breaks): Mention range arguments.
10725 (Disabling): Likewise.
10726
c3f6f71d
JM
107272000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10728
10729 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10730
c4093a6a
JM
10731Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10732
10733 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10734 valid functions.
c4093a6a 10735
11cf8741
JM
107361999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10737
10738 * gdb.texinfo: Clarify regular expressions used in rbreak.
10739
917317f4
JM
107401999-10-15 Kevin Buettner <kevinb@cygnus.com>
10741
10742 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10743 MEMORY_REMOVE_BREAKPOINT): Document.
10744
10745Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10746
10747 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10748 offset re-using the DATA offset instead.
917317f4 10749
2df3850c
JM
107501999-10-11 Jim Kingdon <kingdon@redhat.com>
10751
10752 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10753
107541999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10755
10756 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10757 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10758 typos.
10759
10760 * gdb.texinfo: Various minor wording and formatting improvements,
10761 mentions of additional command-line options.
10762
2acceee2
JM
107631999-09-30 Fred Fish <fnf@cygnus.com>
10764
10765 * gdb.texinfo: Document additional forms of specifying section
10766 names and addresses for the add-symbol-file command.
10767
c2c6d25f
JM
107681999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10769
10770 * gdbint.texinfo: Fix typo, add the word "have".
10771
107721999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10773
10774 * gdbint.texinfo (Target Architecture Definition): Document the
10775 SKIP_PERMANENT_BREAKPOINT macro.
10776
d4f3574e
SS
107771999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10778
10779 * gdb.texinfo: Fiks speling errers.
10780
10781 * gdb.texinfo: Fix uses of @multitable.
10782
f7dc1244 10783 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10784 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10785 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10786 comments about using with optimization, add more indexing,
10787 fix info about disassembly-flavor.
10788
10789Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10790
10791 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10792 SKIP_SOLIB_RESOLVER): Define.
10793
10794Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10795
10796 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10797 ``g'' packets.
d4f3574e 10798
104c1213
JM
107991999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10800
10801 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10802 platform-specific info, inline remote.texi and move sections of it
10803 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10804 and register stack into the new chapter.
10805 * remote.texi: Remove, now part of gdb.texinfo.
10806 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10807
108081999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10809
10810 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10811 GDB_TARGET_IS_MACH386): These kludges have gone away.
10812
10813Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10814
10815 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10816 TDEPLIBS.
104c1213 10817
53a5351d
JM
108181999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10819
10820 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10821 surrounding text to fit HP-UX bits into general info.
10822 (HPPA-cfg.texi): Remove, no longer useful.
10823
10824 * gdb.texinfo: Remove explicit links from @node lines, remove
10825 HP-added "Detailed Node Listing" from main menu which confuses
10826 things.
10827
10828 From Dmitry Sivachenko <dima@Chg.RU>:
10829 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10830 in description of `set environment'.
53a5351d
JM
10831
108321999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10833
10834 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10835
7be570e7
JM
108361999-08-12 Ben Elliston <bje@cygnus.com>
10837
10838 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10839
f7dc1244 108401999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10841
10842 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10843 watch, awatch, and rwatch. Explain why the latter two cannot be
10844 set as software watchpoints. Document that watchpoints for local
10845 variables are deleted when the debuggee terminates.
7be570e7
JM
10846
10847Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10848
10849 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10850 packet. Allow E.. response packet. "qRcmd" packet is no longer
10851 reserved.
7be570e7
JM
10852
108531999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10854
a9331b3f
RM
10855 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10856 * gdb.texinfo: Ditto.
7be570e7 10857
96baa820
JM
108581999-08-06 Tom Tromey <tromey@cygnus.com>
10859
10860 * gdb.texinfo (KOD): New node.
10861
10862Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10863
10864 * remote.texi (Rcmd): Fix minor formatting typos.
10865
10866Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10867
10868 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10869 packets.
96baa820 10870
adf40b2e
JM
108711999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10872
10873 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10874 fixes.
10875
43ff13b4
JM
10876Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10877
10878 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10879
085dd6e6
JM
10880Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10881
10882 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10883 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10884 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10885 packets that are not supported on all hosts. Expand examples.
10886 Spell check.
085dd6e6
JM
10887
108881999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10889
10890 * Makefile.in: Recognize html, install-html. Add targets
10891 to build HTML versions of documentation via texi2html.
10892
10893Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10894
10895 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10896 testsuite.
085dd6e6
JM
10897
10898Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10899
10900 * remote.texi (Communication Protocol): Rewrite.
10901
10902Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10903
10904 * stabs.texinfo: Fix uses of xref.
10905
9e0b60a8
JM
10906Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10907
10908 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10909 info about patch submission.
10910
cce74817
JM
10911Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10912
10913 From Per Bothner <bothner@cygnus.com>:
10914 * gdb.texinfo: Document Chill support.
10915
10916Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10917
10918 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10919 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10920 Document that the value should be greater-than or equal-to zero.
10921 (NO_STD_REGS): Document. Deprecate.
cce74817 10922
ac9a91a7
JM
10923Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10924
10925 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10926 Document that these are not used.
ac9a91a7
JM
10927
10928Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10929
10930 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10931
392a587b
JM
10932Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10933
10934 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10935 numargs was dropped.
392a587b
JM
10936
10937Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10938
10939 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10940
b83266a0
SS
10941Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10942
10943 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10944 Update.
b83266a0 10945
7a292a7a
SS
10946Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10947
10948 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10949 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10950
10951Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10952
10953 * gdbint.texinfo: Fix typos: $ -> @.
10954
10955Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10956
10957 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10958 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10959 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10960 BREAKPOINT_FROM_PC.
a9331b3f 10961
7a292a7a
SS
10962Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10965 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10966
10967Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10968
10969 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10970 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10971
109721999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10973
10974 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10975 longer exists.
10976
10977Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10978
10979 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10980 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10981 they make the manual source incomprehensible.
7a292a7a
SS
10982 * h8-cfg.texi: Remove, hasn't been used in years.
10983
c906108c
SS
10984Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10985
10986 * gdb.texinfo: Update the credits.
10987
10988Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10989
10990 * gdb.texinfo: Fix mistakes noticed in printout of last
10991 draft, add Alpha to discussion of heuristic fence post.
10992
10993Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10994
10995 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10996 Edition, merge some HP changes into mainline, describe some
10997 previously undocumented features, describe more of the target
10998 commands available, eliminate obsolete section on renamed
10999 commands.
c906108c
SS
11000 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11001
11002Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11003
11004 * gdb.texinfo: Make many HPPA conditionals unconditional,
11005 including catchpoint description, since now on for all configs.
11006 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11007 specializations.
11008
11009Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11010
11011 * Makefile.in (GDBvn.texi): Fix match expression to work with
11012 current format of VERSION in gdb/Makefile.in.
11013 * gdb.texinfo: Fix node ref to match new readline.
11014
11015Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11016
a9331b3f
RM
11017 * gdb.texinfo: Changes made as part of a project to merge in
11018 changes made by HP. Documentation makes extensive use of
c906108c
SS
11019 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11020 on remote debugging. There are differences in documentation
889bf7c5 11021 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11022 the HP manual discusses catchpoints, hardware watchpoints, and
11023 some HPUX specific limitations for shared library support.
a9331b3f 11024
c906108c
SS
11025 There are also a number of @node changes.
11026
110271999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11028
11029 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11030 (C Usage): Same.
11031
11032Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11033
11034 The following changes were made by Edith Epstein
889bf7c5
PA
11035 <eepstein@cygnus.com> as part of a project to merge in changes
11036 made by HP.
a9331b3f 11037
c906108c
SS
11038 * HPPA-cfg.texi: new file.
11039
11040 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11041
11042 * refcard.tex: change documentation about catch.
11043 removed info catch.
11044
11045Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11046
11047 * gdbint.texinfo: Expand on GDB's coding standards,
11048 specify the use of arg names with prototypes.
11049
110501998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11051
11052 * gdb.texinfo: Fix tipo.
11053
11054Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11055
11056 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11057 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11058
11059Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11060
11061 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11062
110631998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11064
11065 * agentexpr.texi: New file.
11066
11067Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11068
11069 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11070
110711998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11072
11073 * remote.texi: Changed wording that implied that the GDB remote
11074 protocol caches register values instead of GDB itself.
11075
11076Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11077
11078 * gdbint.texinfo: Add some info about symbol readers.
11079 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11080 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11081 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11082 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11083
11084Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11085
a9331b3f 11086 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11087
11088Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11089
11090 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11091
11092Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11093
11094 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11095 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11096
11097Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11098
11099 * gdbint.texinfo: Fix minor typos.
11100
11101Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11102
11103 * gdbint.texinfo: Complete overhaul. Group descriptions more
11104 logically, add more info on generic algorithms, remove much
11105 obsolete and/or wrong material.
11106
11107Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11108
11109 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11110
11111Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11112
11113 * refcard.tex: Copyright, address updates.
11114
11115Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11116
11117 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11118 for the edition instead of confusing GDB-version-like numbers.
11119
11120Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11121
11122 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11123
11124Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11125
5ae4183a 11126 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11127
11128Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11129
11130 * gdb.texinfo: Add some credits, mention bug monitor.
11131 * remote.texi: Mention mips monitor targets.
11132 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11133
c906108c
SS
11134Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11135
11136 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11137 files, finish sorting of host vs target vs native macros, describe
11138 some more of them.
c906108c
SS
11139
11140Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11141
11142 * gdbint.texinfo (Host Conditionals): Document change from
11143 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11144
11145Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11146
11147 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11148 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11149
11150Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11151
11152 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11153 Document LSEEK_NOT_LINEAR.
11154
11155Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11156
11157 * stabs.texinfo (Stab Section Basics): Make it clear that only
11158 some versions of the GNU linker remove the leading N_UNDF symbol.
11159
11160Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11161
11162 * stabs.texinfo (String Field): Document type number pairs here,
11163 instead of in the Sun specific section.
11164 (Include Files): The GNU linker supports the N_BINCL
11165 optimization. Clarify the N_BINCL value, and what it is used
11166 for.
11167 (Procedures): Document N_FUN with an empty string to mark the end
11168 of a function.
11169 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11170 (Sun Differences): Remove this node, as the information is now
11171 elsewhere in the main document.
11172 (Stab Section Basics): Mention that the GNU linker may optimize
11173 stabs and remove the leading N_UNDF symbol.
11174
11175Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11176
11177 * gdb.texinfo, refcard.tex: Restore author credit
11178
11179Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11180
11181 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11182 documentation to account for START and END macros taking
11183 one arg.
11184
11185Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11186
11187 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11188 * gdb.texinfo (Frames): Fix typo.
11189
11190Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11191
11192 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11193 a target_signal as arg type, not a pid.
11194
11195Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11196
11197 * gdb.texinfo: Document `set assembly-language'.
11198
11199Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11200
11201 * remote.texi: Update list of stubs in the GDB distribution.
11202
11203Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11204
11205 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11206 Also document that some systems can use mmalloc but must define
11207 this if their C runtime allocates memory that is later freed.
c906108c 11208 (MMCHECK_FORCE): Document new macro.
a9331b3f 11209
c906108c
SS
11210Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11211
11212 * remote.texi: Add documentation for target Sparclet.
11213
11214Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11215
a9331b3f 11216 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11217 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11218 * configure.in: Rewritten for autoconf.
11219 * configure: New.
11220
11221Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11222
11223 * Makefile.in (DVIPS): New define, set to dvips.
11224 (dvi): Add stabs.dvi.
11225 (ps): New target.
11226 (all-doc): Depend on info, dvi, and ps targets.
11227 (STAGESTUFF): Add *.ps and *.dvi files.
11228 (clean-info, clean-dvi): Remove.
11229 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11230 rules completely rewritten.
11231 (maintainer-clean): Remove clean-info and clean-dvi
11232 dependencies and put their actions in the rules.
11233 (gdb.ps): New target
a9331b3f 11234 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11235 intermediate TeX files, whether they have 2 or 3 character
11236 extensions.
11237 (gdbint.ps): Add target and rules.
11238 (gdb-internals): Delete unused target.
11239 (Makefile): Depends upon config.status also.
11240
11241Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11242
11243 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11244 set.
11245
11246Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11247
11248 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11249 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11250
11251Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11252
11253 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11254
11255Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11256
11257 * gdb.texinfo (Print settings): Document
11258 `set/show print static-members' commands.
11259
11260Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11261
11262 * gdbint.texinfo (Native): Document name change, coredep.c to
11263 core-aout.c.
11264
11265Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11266
11267 * stabs.texinfo (Include Files): Document the values the SunOS4
11268 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11269
11270Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11271
11272 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11273 Fix typo.
11274
11275Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11276
11277 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11278 "gdb.tar.Z".
11279
11280Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11281
11282 * Makefile.in (maintainer-clean): New target, synonym for
11283 realclean.
11284
11285Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11286
11287 * Update all FSF addresses except those in COPYING* files.
11288
11289Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11290
11291 From Richard Earnshaw (rearnsha@armltd.co.uk):
11292 * gdb.texinfo (convenience variables): Document $_exitcode.
11293 (quit): Document optional expression to use as exit code.
11294
11295Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11296
11297 * gdb.texinfo, remote.texi: Brought up to date with various
11298 GDB changes.
11299
11300Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11301
11302 * gdb.texinfo: Update dates and versions, fix comments about
11303 hardware watchpoints in future releases and about the
11304 sharedlibrary command.
11305
11306Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11307
11308 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11309 C_FUN stab. Other cleanups.
11310
11311Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11312
11313 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11314 for the sparc stub.
11315
11316Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11317
11318 * annotate.texi: Clarify which addresses have differing formats
11319 depending on the language and which do not.
11320
11321Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11322
11323 * remote.texi (NetWare): Changed example to use BOARD= instead of
11324 NODE= argument to reflect correspoding change to gdbserve.nlm.
11325
11326Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11327
11328 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11329 GDB, as well as AIX dbx, supports the size type attribute.
11330
11331Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11332
11333 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11334
11335Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11336
11337 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11338 and new 'if' and 'while' commands.
11339
11340Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11341
11342 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11343
11344Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11345
11346 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11347 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11348 NetWare targets. Mostly stolen from the Server node.
11349
11350Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11351
11352 * gdb.texinfo (Setting): Talk about the language of a source file
11353 versus the working language. The old documentation did not match
11354 what GDB did.
11355
11356Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11357
11358 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11359 of a source file.
11360
11361Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11362
11363 * gdb.texinfo (Processes): New node.
11364
11365Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11366
11367 * remote.texi: Update documentation of set/show mipsfpu.
11368
3fc11d3e
JM
11369Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11370
11371 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11372 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11373
11374Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11375
11376 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11377 obsolete conditionals, described some others.
11378
11379Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11382 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11383
11384Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11385
11386 * gdbint.texinfo: Put regex conditionals in their own table.
11387
11388Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11389
11390 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11391 described or fixed the descriptions of many others.
11392
11393Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11394
11395 * gdb.texinfo: Add some more credits.
11396 * gdbint.texinfo: Capitalize GDB consistently, describe some
11397 macros and remove some.
11398
11399Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11400
11401 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11402 obsolete conditionals, described some others.
11403
11404Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11405
11406 * gdb.texinfo (help targets): Changed to `help target', which
11407 is the correct gdb command.
11408
11409Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11410
11411 * annotate.texi (TODO): New node, for keeping track of annotations
11412 suggested but not yet implemented.
11413
11414Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11415
11416 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11417 another symbol, it is not the address itself.
11418
11419Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11420
11421 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11422 of stabs-in-coff sections.
11423
11424Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11425
11426 * annotate.texi: Change edition to 0.5 and date to May 1994.
11427 Add index.
11428 (Frames): New node, for frame annotation.
11429 (Displays): New node, for display annotation.
11430
11431 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11432 when waiting for your program to stop.
11433
11434Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11435
11436 * annotate.texi (Breakpoint Info): Document annotation of header
11437 fields and record annotation.
11438
11439Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11440
11441 * annotate.texi: New file, to document annotations.
11442
11443Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11444
11445 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11446 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11447
11448Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11449
11450 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11451 section, and say n_strx field is compilation unit relative.
11452 * stabs.texinfo: Don't use @code for a.out when it is the name of
11453 an object file format.
11454
11455Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11456
11457 * gdb.texinfo: Refer to file names, not path names, per rms
11458 convention.
11459 (Arguments): Fix typo.
11460
11461Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11462
11463 * stabs.texinfo (Global Variables): Talk about stabs in files
11464 where variables are referenced, but not defined.
11465
11466Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11467
11468 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11469 Cplusplus to new nodes Member Type Descriptor and Method Type
11470 Descriptor. Re-write stuff for #.
11471
11472Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * gdb.texinfo (Print Settings): Don't document "set print
11475 fast-symbolic-addr off". The bug which it worked around was fixed
11476 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11477
11478 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11479 N_ENTRY node.
11480
11481 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11482
11483Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11484
11485 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11486 references to ieee-float.c.
11487
11488Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11489
11490 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11491 match what the code actually does.
11492
11493Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11494
11495 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11496
11497Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11498
11499 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11500 i, and b.
11501
11502Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11503
11504 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11505 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11506 as "stabs in sections" rather than just saying "ELF and SOM".
11507 Also make that stuff apply to COFF.
11508
11509Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11510
11511 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11512 Ghostscript.
11513
11514Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11515
11516 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11517 versus functions without line numbers, also mention stepping into
11518 them as well as "step" when you are in them. Tell the user how to
11519 deal with the situation. Add comment about "debugging information".
11520
11521Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11522
11523 * stabs.texinfo (Enumerations): Document restriction on where
11524 enumeration types can appear and still win with GDB.
11525
11526Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11527
11528 * stabs.texinfo (Negative Type Numbers): Document format for type
11529 -16.
11530
11531Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11532
11533 * gdb.texinfo (Selection, Frame Info): Update information about
11534 arbitrary frame specficiations.
11535
11536Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11537
11538 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11539
11540Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11541
11542 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11543
11544Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11545
11546 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11547
11548Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11549
11550 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11551 Differences node to Statics node.
11552 (Statics): Discuss XCOFF use of V symbol descriptor.
11553
11554 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11555 not clean.
11556
11557Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11558
11559 * gdb.texinfo (Print Settings): Document `set print
11560 fast-symbolic-addr' and improve the doc for some other
11561 `set print's.
11562
11563Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11564
11565 * stabs.texinfo (String Field): Talk about defining several type
11566 numbers at once.
11567 Fix lint regarding changing node ELF Transformations to
11568 ELF and SOM Transformations.
11569
11570Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11571
11572 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11573
11574Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11575
11576 * stabs.texinfo (Cross-References): `::' is for nested types only
11577 within <>.
11578 (Structures): Document static members.
11579
11580Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11581
11582 * stabs.texinfo: Document S type attribute.
11583
11584Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11585
11586 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11587
11588Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11589
11590 * gdbint.texinfo: Fix a few typos.
11591
11592Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11593
11594 * gdb.texinfo, remote.texi: formatting improvements
11595
11596 * gdb.texinfo (New Features): mention threads.
11597 (Summary, C): fix xrefs in newly contributed text.
11598 (Threads): index entries, clarifications, example
11599 (passim): minor typos fixed, phrasing improvements
11600
11601 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11602 entries; (Server): explain use of gdbserver w/real-time systems,
11603 add example of conflicting TCP port; (MIPS Remote) break up
11604 running text into table, highlighting commands, and add example.
a9331b3f 11605
c906108c
SS
11606Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11607
11608 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11609
11610Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11611
11612 * stabs.texinfo (Nested Symbols): New node.
11613 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11614
11615Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11616
11617 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11618 to picking which Bbss.bss symbol to use, and (because there seems to
11619 be no good way of doing it) re-write some of the text to make it
11620 sound like Bbss.bss isn't such a great idea after all (as currently
11621 designed).
11622
11623 * gdb.texinfo (C): In addition to saying people have to use g++ for
11624 good results, say they have to use stabs. Specifically say cfront
11625 doesn't work well.
11626 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11627 the gdb README. Add xrefs to places where the support for the various
11628 languages is described in detail.
11629
11630Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11631
11632 * stabs.texinfo: Clean up stuff about visibility and virtual
11633 characters.
11634
11635 * stabs.texinfo (N_M2C): Cite Sun doc.
11636
11637Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11638
11639 * gdb.texinfo: updates re threads.
11640 * remote.texinfo: avoid index entries starting with digits.
11641
11642Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11643
11644 * stabs.texinfo (Enumerations): Talk about large, negative and
11645 octal values. Clean up cross reference to type attributes.
11646 (String Field): Say that GDB 4.11 supports size attribute.
11647
11648Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11649
11650 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11651 is a mandatory step. Make the stuff about that more concise.
11652
11653Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * stabs.texinfo (Class Names): New node.
11656
11657 * gdb.texinfo (Command Files): Explain order of init file reading.
11658
11659 * remote.texi (Bootstrapping): Talk about getting the serial driver
11660 to deal with ^C sent by gdb to stop the remote system.
11661
11662Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11663
11664 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11665
11666 * libgdb.texinfo (Defining Commands): made the DOC arg
11667 to gdb_define_app_command a char * instead of char **
11668 per a suggestion from kingdon.
11669
11670 * libgdb.texinfo: total rewrite from a different starting
11671 premise.
11672
11673Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11674
11675 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11676 floats passed as doubles (to improve clarity).
11677
11678Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11679
11680 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11681
11682 * a4rc.sed: update to work with Andreas Vogel papersize params
11683
11684 * refcard.tex: use Andreas Vogel simplifications of papersize
11685 params; remove useless version info; update copyright date.
11686
11687Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11688
11689 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11690
11691Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11692
11693 * gdb.texinfo (Files): Say what address the load command loads it at.
11694
11695 * stabs.texinfo (Common Blocks): Minor cleanups.
11696
11697 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11698 that Sun has backed away from the linker kludge and thus the relevant
11699 issue is changes to the SunPRO tools, not the Solaris linker.
11700
11701 * stabs.texinfo (Traditional Integer Types): Clean up description
11702 of octal bounds a little bit. Document extra leading zeroes.
11703
11704Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11705
11706 * gdb.texinfo (Signaling): Update for symbolic symbol names
11707 and add a section explaining the difference between the GDB
11708 signal command and the shell kill utility.
11709
11710Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11711
11712 * libgdb.texinfo: added `@' to braces that were unescaped.
11713
11714Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11715
11716 * libgdb.texinfo: new file. Spec for the gdb library.
11717
11718Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11719
11720 * stabs.texinfo (Include Files): Fix typo (start -> end).
11721
11722Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11723
11724 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11725 from Melissa at FSF's editing pass.
11726
11727Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11730 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11731 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11732
11733Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11734
11735 * remote.texi (Bootstrapping): Discuss 386 call gates.
11736
11737Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11738
11739 * stabs.texinfo (Based Variables): New node.
11740
11741Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11742
11743 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11744 names, sizes, and formats to suggest how not to lose.
11745
11746Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11747
11748 * stabs.texinfo (Methods): Fix typo.
11749
11750Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11751
11752 * gdb.texinfo: Fix a few typos.
11753
11754Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * gdb.texinfo: Clarify how well it works with Fortran.
11757
11758 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11759 More on relocating stabs in ELF files.
11760
11761Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11764
11765Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11766
11767 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11768 parameters on VAX.
11769
11770Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11771
11772 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11773
11774Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11775
11776 * stabs.texinfo: Make info author notice match the TeX author notice.
11777
11778Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11779
11780 * stabs.texinfo: Initial-caps all words in node names and
11781 non-trivial words in section names.
11782
11783Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11784
11785 * stabs.texinfo: Many minor cleanups.
11786
11787 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11788
11789Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11790
11791 * stabs.texinfo: Remove full description of big example.
11792 It's not really helpful; just use pieces of it where appropriate.
11793 Add more Texinfo formatting directives (@samp, etc.).
11794 Use @deffn to define stab types.
11795 Eliminate some wordiness. Break up some nodes.
11796 Add an (alphabetized) index of symbol types.
11797 Use consistent capitalization style in node and section names.
11798
11799Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11800
11801 * gdb.texinfo: Change typo "Two two" to "The two".
11802
11803Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11804
11805 * stabs.texinfo (XCOFF-differences): Remove references to
11806 non-existent types N_DECL and N_RPSYM.
11807
11808 * stabs.texinfo (String Field): Say that type attributes bug is
11809 fixed in GDB 4.10, since it is.
11810
11811 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11812
11813Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11814
11815 * stabs.texinfo: Formatting cleanups.
11816
11817Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11818
11819 * stabs.texinfo: When explaining the n_type of a stab, standardize
11820 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11821 no tabs, use @r).
11822 (Global Variables): Clean up.
11823
11824Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11825
11826 * stabs.texinfo (Stack Variables): Re-write.
11827
11828Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11829
11830 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11831 addresses of a source file. Also revise formatting.
11832 Change "object module" or "object file" to "source file".
11833 Various: Miscellaneous cleanups.
11834
11835Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11836
11837 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11838
11839Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11840
11841 * gdbint.texinfo: Removed many nonsensical machine-collected
11842 host and target conditionals, described some of the remainder.
11843
11844Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11845
11846 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11847
11848 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11849 paragraph which follows.
11850
11851 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11852 variables. Looks better and avoids overful hbox.
11853
11854Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11855
11856 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11857
11858Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11859
11860 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11861 retransmit-timeout
11862
11863Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * gdbint.texinfo: Update statement about `some ancient Unix
11866 systems, like Ultrix 4.0' to Ultrix 4.2.
11867
11868Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11869
11870 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11871
11872 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11873
11874 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11875 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11876
11877 * remote.texi: new name for former gdbinv-s.texi
11878
11879 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11880
11881Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11882
11883 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11884 variables for MIPS remote debugging protocol.
11885
11886Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11887
11888 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11889
11890Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11891
11892 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11893
11894Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11895
11896 * gdb.texinfo: repair conditional bugs in text markup
11897
11898Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11899
11900 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11901 to select Modula-2 material.
11902
11903Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11904
11905 * stabs.texinfo: Cleanups regarding statics.
11906
11907 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11908 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11909
11910Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo: N_MAIN is sometimes used for C.
11913
11914Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11915
11916 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11917
11918Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11919
11920 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11921 removed from the code by Kingdon.
c906108c
SS
11922
11923Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11926 input when evaluating breakpoint conditions; the bug has been fixed.
11927
11928 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11929 sets the ignore count to N-1, not to N.
11930
11931Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11932
11933 * refcard.tex (\hoffset): correct longstanding error to match
11934 intended offset; avoids cutting off edge on some printers
11935
11936Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11937
11938 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11939
11940Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11941
11942 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11943
11944Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11945
11946 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11947 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11948 collect sed edits if any, apply to refcard before formatting;
11949 (refcard.ps) stop implying PS fonts if PS output requested;
11950 (lrefcard.ps) delete extra target for variant PS fonts
11951
11952 * refcard.tex: parametrize papersize dependent info, collect
11953 in easily replaced spot
11954
11955 * a4rc.sed: new file, edits to refcard for A4 paper
11956
11957Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11958
11959 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11960
11961Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11962
11963 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11964
11965Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11966
11967 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11968 politely rather than rudely.
11969
11970Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11971
11972 * stabs.texinfo: Document common blocks.
11973
11974Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11975
11976 * stabs.texinfo: Add some basic info about stabs-in-elf.
11977
11978Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11979
11980 * stabs.texinfo (Top): Minor cleanup.
11981
11982Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11983
11984 * Makefile.in (install-info): remove parentdir support
11985
11986Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11987
11988 * gdb.texinfo (Copying): delete this node and references to it;
11989 RMS says this manual need not carry GPL. (passim): Improvements
11990 from last round at FSF, largely due to Ian Taylor review, and
11991 minor formatting improvements.
11992
11993 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11994 largely due to Ian Taylor review. (Debug Session): minor edits to
11995 new text.
11996
11997Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11998
11999 * Makefile.in (realclean): Remove info and dvi files too.
12000
12001Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12002
12003 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12004 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12005 * gdb.texinfo: Change accordingly.
12006
12007 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12008 N_{L,R}BRAC,N_SLINE are relative to.
12009
12010Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12011
12012 * Makefile.in (GDBvn.texi): Update atomically.
12013
12014Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12015
12016 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12017
12018Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12019
12020 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12021 addresses together. Also motivate the set print symbol-filename
12022 command and suggest other solutions.
12023
12024Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12025
12026 * gdb.texinfo (set print elements): Note that the number of
12027 elements is set to unlimited by "set print elements 0".
12028
12029Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12030
12031 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12032 NF_LDOUBLE means.
12033 (Stab Types): Include Solaris stab types.
12034 (Procedures): Document Solaris extensions.
12035
12036Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12037
12038 * gdb.texinfo: Add `set print symbol-filename' doc.
12039
12040Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12041
12042 * stabs.texinfo (Arrays): Talk about type definition vs. type
12043 information.
12044
12045 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12046 the trailing semicolon.
12047
12048Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12049
12050 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12051 and merge in other parts of the document addressing these subjects.
12052 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12053
12054 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12055 at the end of a range type.
12056
12057 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12058 AIX extensions.
12059
12060Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12061
12062 * stabs.texinfo (Stabs Format): Misc fixes.
12063
12064Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12065
12066 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12067 (Traditional builtin types): Document convex convention for long long.
12068 (Negative builtin types): Discuss type names, and misc fixes.
12069
12070Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12071
12072 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12073 point types used with @samp{R} type descriptor.
12074 (Symbol Descriptors): Describe how to handle conflict between
12075 different meanings of @samp{P} symbol descriptor.
12076
12077Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12078
12079 * stabs.texinfo: Remove node Quick Reference and put its children
12080 directly under the main menu.
12081
12082 * stabs.texinfo: Many more changes to bring it into line with
12083 AIX documentation and reality. I think it now has all the
12084 information from the AIX documentation, except that I burned
12085 out when I got to variant records (Pascal and Modula-2) and
12086 all the COBOL types. Oh well, we can add them later when we're
12087 worrying more about those languages.
12088
12089 * stabs.texinfo (Automatic variables): Talk about what it means
12090 to omit the symbol descriptor.
12091
12092Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12093
12094 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12095 gcc2 behavior with promoted args.
12096
12097Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12098
12099 * gdb.texinfo: include readline appendices in info version of manual
12100
12101Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12102
12103 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12104 target remote.
12105
12106 * gdb.texinfo (Machine Code): more index entries for disassemble
12107
12108Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12109
12110 * Clarify the intended use of the gdb-testers and gdb-patches
12111 mailing lists, and shrink gzip comment.
12112
12113Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12114
12115 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12116 DOSHOST configuration of manual.
12117
12118 * gdb.texinfo (MIPS Stack): new node.
12119
12120 * all-config.texi (MIPS) new switch.
12121
12122 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12123 tense; (MIPS Remote) new node.
12124
12125 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12126 bug; (Environment) less passive, other small cleanups in text about
12127 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12128 (Remote) new MIPS Remote menu entry.
12129
12130Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12131
12132 * stabs.texinfo: Many changes to include information from the
12133 AIX documentation.
12134
12135 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12136
12137Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12138
12139 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12140 Move a bunch of information from ../README.
12141 (Getting Started): New node.
12142
12143Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12144
12145 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12146
12147 * gdb.texinfo: advance manual revision dates to present
12148
12149 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12150 stop using silly Roman numerals in @set variable names
12151
12152Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12153
12154 * stabs.texinfo (Parameters): Keep trying to get this right.
12155
12156Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12157
12158 * stabs.texinfo (Parameters): More on "local parameters".
12159
12160Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12161
12162 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12163
12164Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12165
12166 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12167 (Parameters): Rewrite.
12168 (xcoff-differences, Sun-differences): Minor changes.
12169
12170Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12171
12172 * stabs.texinfo: Minor cleanup.
12173
12174Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12175
12176 * gdbint.texinfo: Minor xcoff stuff.
12177
12178Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12179
12180 * gdbint.texinfo: Update for new config directory structure.
12181 Add info about internal type data structures.
12182
12183Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12184
12185 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12186 $(srcdir).
12187 (gdb-config.texi): Depend on file in $(srcdir).
12188
12189Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12190
12191 * stabs.texinfo: Fixes about N_SO.
12192
12193Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12194
12195 * gdb.texinfo: include list of nonstandard init file names
12196
12197 * *-config.texi: new switch GENERIC for text that applies *only*
12198 to (usual) multiple-target version of manual
12199
12200 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12201 h8 config
12202
12203 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12204 in menus (rather than conditionally selected multiple alternative
12205 menus).
12206
12207 * Makefile.in: define and use DOC_CONFIG var to select
12208 configuration for GDB user manual.
12209
12210 * gdb-config.texi: delete from repository, generate from Makefile.
12211
12212 * all-config.texi: normal `generic' configuration file, formerly
12213 stored as gdb-config.texi
12214
12215Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12216
12217 * Makefile.in: add dvi target to build all .dvi files
12218
12219Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12220
12221 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12222
12223Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12224
12225 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12226 host conditionals.
12227 * stabs.texinfo: More array fixes inspired by Jim's.
12228
12229Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12230
12231 * stabs.texinfo: Fixes re arrays and continuations.
12232
12233 * gdbint.texinfo: Add XCOFF node.
12234
12235Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12236
12237 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12238
12239Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12240
12241 * stabs.texinfo: Fix for array types to mention lower bounds.
12242
12243Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12244
12245 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12246
12247Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12248
12249 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12250
12251Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12252
12253 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12254 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12255
12256Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12257
12258 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12259
12260Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12261
12262 * gdb.texinfo, gdbinv-s.texi: misc updates
12263
12264Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12265
12266 * gdbint.texinfo: Brief documentation for longjmp support,
12267 from an email msg by Stu.
12268
12269Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12270
12271 * stabs.texinfo: Fix description of floating point "range"
12272 types (which really define basic types). Reported by Jim Meehan,
12273 <meehan@src.dec.com>.
12274
12275 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12276
12277Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12278
12279 * gdbint.texinfo: Slightly expand section on supporting a new
12280 object file format.
12281
12282Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12283
12284 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12285 intermediate file.
12286
12287Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12288
12289 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12290
12291Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12292
12293 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12294
12295 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12296 as well as Z8002.
12297
12298Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12299
12300 * gdbint.texinfo: Add sections on clean design and on how to send
12301 in changes.
12302
12303Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12304
12305 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12306
12307Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12308
12309 * gdb.texinfo: Fix typo, reported by Karl Berry.
12310
12311Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12312
12313 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12314
12315Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12316
12317 * gdbint.texinfo: fixed a stray email address (needs @@),
12318 added @table @code to node "Native Conditionals"
12319
12320Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12321
12322 * gdbint.texinfo: Describe coding style of GDB.
12323
12324Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12325
12326 * stabs.texinfo: Minor wording changes.
12327
12328Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12329
12330 * gdbint.texinfo: Improve release doc slightly.
12331
12332Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12333
12334 * gdbint.texinfo: Improve doc of GDB config macros.
12335
12336Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12337
12338 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12339 These will be reinserted when examined.
12340
12341Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12342
12343 * gdbint.texinfo: Make a start at documenting all the #if macros
12344 in GDB. At least list them all, and start separating them into
12345 host-specific and target-specific.
12346
12347Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12348
12349 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12350 examples (not consistent w others).
c906108c
SS
12351 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12352 for generic vn of doc
12353
12354Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12355
12356 * Makefile.in: always create installation directories.
12357
12358Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12359
12360 * gdb.texinfo: in h8 config, do not describe searching commands.
12361
12362Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12363
12364 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12365 conditionals; introduce a few generic switches that may be
12366 useful for other cross-dev or dos-hosted configs.
12367
12368 * gdb.texinfo: fix typo in "info reg" description
12369
12370Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12371
12372 * stabs.texinfo: Minor updates from running TeX over it.
12373 * Makefile.in (stabs.dvi, stabs.ps): Add.
12374
12375Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12376
12377 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12378 First pass at converting it to texinfo.
12379
12380Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12381
12382 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12383 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12384
12385Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12386
12387 * gdbint.texinfo: Add section on partial symbol tables.
12388
12389Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12390
12391 * gdb.texinfo: document `set remotedebug' and `set
12392 rstack_high_address'.
12393
12394Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12395
12396 * gdb.texinfo: slight expansion of new text on reading info files
12397 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12398 H8/300 from DOS.
12399
12400Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12401
12402 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12403
12404Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12405
12406 * gdb.texinfo: Say how to read the `info' files.
12407
12408Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12409
12410 * Makefile.in: gm4 -> m4.
12411
12412Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12413
12414 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12415 Documentation' ahead of `Installing GDB' to match README.
12416 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12417 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12418
12419Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12420
12421 * Makefile.in: remove $(srcdir) from gdb.info rule.
12422
12423Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12424
12425 * Makefile.in: commented out gdb-all.texinfo rule. This is
12426 temporary.
12427
12428Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12429
12430 * Makefile.in, configure.in: removed traces of namesubdir,
12431 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12432 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12433
12434Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12435
12436 * gdb.texinfo: Improve how we ask for bug reports.
12437
12438Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12439
12440 * Makefile.in: infodir belongs in datadir.
12441
12442Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12443
12444 * Makefile.in: remove spaces following hyphens, bsd make can't
12445 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12446 standards.text support.
c906108c
SS
12447
12448Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12449
12450 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12451 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12452 and mandir now keyed off datadir by default.
12453
12454\f
12455Local Variables:
9e9c5ae7 12456mode: change-log
c906108c
SS
12457left-margin: 8
12458fill-column: 74
12459version-control: never
463888ab 12460coding: utf-8
c906108c 12461End:
This page took 2.046852 seconds and 4 git commands to generate.