Update Python unwinder documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
e7b5068c
TT
12018-09-10 Tom Tromey <tom@tromey.com>
2
3 PR python/19808:
4 * python.texi (Unwinding Frames in Python): Rewrite
5 create_unwind_info documentation. Update read_register
6 documentation and add a note about unwinder caution.
7
fb5af5e3
TT
82018-09-10 Tom Tromey <tom@tromey.com>
9
10 PR python/18909:
11 * python.texi (Events In Python): Fix inferior_call
12 documentation.
13
521b499b
TT
142018-09-10 Tom Tromey <tom@tromey.com>
15
16 PR python/17752:
17 * python.texi (Frame Filter API): Remove period from subsection
18 title. Mention 100 as good default priority.
19 (Frame Decorator API): Remove period from subsection title.
20 Mention FrameDecorator module.
21
4a5a194a
TT
222018-09-10 Tom Tromey <tom@tromey.com>
23
24 PR python/23108:
25 * python.texi (Exception Handling): Rearrange gdb.GdbError text
26 and add a table.
27
f5a476a7
TT
282018-09-10 Tom Tromey <tom@tromey.com>
29
30 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
31 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
32 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
33 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
34
60c0454d
TT
352018-09-10 Tom Tromey <tom@tromey.com>
36
37 PR python/16484:
38 * python.texi (Frames In Python): Document that Frame.block can
39 throw.
40
088a96da
TT
412018-09-10 Tom Tromey <tom@tromey.com>
42
43 PR python/23487:
44 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
45
22eb9e92
TT
462018-09-10 Tom Tromey <tom@tromey.com>
47
48 PR python/16033:
49 * python.texi (Blocks In Python): Document that Block.end is
50 exclusive.
51
078a0207
KS
522018-08-29 Keith Seitz <keiths@redhat.com>
53
54 * gdb.texinfo (Compiling and injecting code in GDB): Document
55 set/show "compile-oracle" and "compile-cplus-types" commands.
56
6d52907e
JV
572018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
58
59 * gdb.texinfo (The -stack-list-frames Command): Update description
60 to mention "arch".
61 Update MI examples throughout the document to contain "arch" in
62 frame output.
63
1461bdac
AH
642018-08-21 Alan Hayward <alan.hayward@arm.com>
65
66 * gdb.texinfo (AArch64 SVE): New subsubsection.
67
26fb3983
JV
682018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
69
70 * gdb.texinfo (GDB/MI Data Manipulation): Document
71 "-data-disassemble -a addr".
72 (GDB/MI Support Commands): Document "data-disassemble-a-option"
73 feature.
74
7d11235d
SM
752018-08-07 Simon Marchi <simon.marchi@ericsson.com>
76
77 * gdb.texinfo (Index Files Speed Up GDB): Add section about
78 symbol index cache.
79
129eb0f1
SDJ
802018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
81
82 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
83 option sections to further clarify that gcore can take more
84 than one PID, and that "-o" is used to specify a prefix, not a
85 filename.
86
3c3bb058
AB
872018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.texinfo (Maintenance Commands): Add description of
90 maintenance command to control dwarf unwinders.
91
0a232300
PW
922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
93
94 * gdb.texinfo (Debugging Programs with Multiple Threads):
95 Document changes to 'thread apply'. Document 'taas'.
96 Document 'tfaas'.
97 (Examining the Stack): Document 'frame apply'. Document 'faas'.
98
c7ab0aef
SDJ
992018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
100 Jan Kratochvil <jan.kratochvil@redhat.com>
101 Paul Fertser <fercerpav@gmail.com>
102 Tsutomu Seki <sekiriki@gmail.com>
103
104 * gdb.texinfo (Remote Connection Commands): Add explanation
105 about new IPv6 support. Add new connection prefixes.
106
055303e2
AB
1072018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.texinfo (Remote Configuration): Update descriptions for
110 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
111 and hardware-watchpoint-length-limit variables.
112
471b9d15
MR
1132018-07-02 Maciej W. Rozycki <macro@mips.com>
114
115 PR tdep/8282
116 * gdb.texinfo (Source and Machine Code): Document `set
117 disassembler-options' support for the MIPS target.
118
291f9a96
PT
1192018-06-28 Petr Tesarik <ptesarik@suse.cz>
120
121 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
122
ed6dfe51
PT
1232018-06-28 Petr Tesarik <ptesarik@suse.cz>
124
125 * gdb.texinfo (Files): The address argument for "add-symbol-file"
126 is no longer mandatory.
127
d4d429d5
PT
1282018-06-28 Petr Tesarik <ptesarik@suse.cz>
129
130 * gdb.texinfo (Files): Document "symbol-file -o offset".
131
0dbfed25
TV
1322018-06-14 Tom de Vries <tdevries@suse.de>
133
134 * gdb.texinfo (Background Execution): Add @cindex for '&'.
135
41fc26a2
EZ
1362018-06-11 Eli Zaretskii <eliz@gnu.org>
137
138 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
139
5045b3d7
GB
1402018-06-08 Gary Benson <gbenson@redhat.com>
141
142 * gdb.texinfo (Maintenance Commands): Document "maint check
143 libthread-db" and "maint set/show check-libthread-db".
144
eb6af809
TT
1452018-06-05 Tom Tromey <tom@tromey.com>
146
147 PR cli/12326:
148 * gdb.texinfo (Screen Size): Document "c" response to pagination
149 prompt.
150
4b2dfa9d
MR
1512018-05-31 Maciej W. Rozycki <macro@mips.com>
152
153 * gdb.texinfo (Choosing Target Byte Order): Document endianness
154 selection details with the `set endian auto' mode.
155
a913fffb
TT
1562018-05-04 Tom Tromey <tom@tromey.com>
157
158 PR python/22731:
159 * python.texi (Breakpoints In Python): Mention that "commands" is
160 writable.
161
0489430a
TT
1622018-05-02 Tom Tromey <tom@tromey.com>
163
164 PR python/20084:
165 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
166 PARAM_ZUINTEGER_UNLIMITED.
167
6d7bb824
TT
1682018-04-30 Tom Tromey <tom@tromey.com>
169
170 * python.texi (Types In Python): Document Type.align.
171
b744723f
AA
1722018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
173
174 * gdb.texinfo (Symbols): Mention the fact that "info
175 variables/functions/types" show source files and line numbers.
176
4a4495d6
MM
1772018-04-13 Markus Metzger <markus.t.metzger@intel.com>
178
179 * gdb.texinfo: Document set/show record btrace cpu.
180
3fcded8f
JB
1812018-03-27 Joel Brobecker <brobecker@adacore.com>
182
183 * gdb.texinfo (Ada Settings): New subsubsection.
184
978d6c75
TT
1852018-03-26 Tom Tromey <tom@tromey.com>
186
187 PR backtrace/15582:
188 * gdb.texinfo (Backtrace): Mention "hide" argument.
189
ea3b0687
TT
1902018-03-26 Tom Tromey <tom@tromey.com>
191
192 * gdb.texinfo (Backtrace): Describe options individually.
193
76727919
TT
1942018-03-19 Tom Tromey <tom@tromey.com>
195
196 * observer.texi: Remove.
197
386a8676
JB
1982018-03-04 John Baldwin <jhb@FreeBSD.org>
199
200 * gdb.texinfo (Debugging Output): Document "set/show debug
201 fbsd-nat".
202
db1ae9c5
AB
2032018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
204
205 * gdb.texinfo (Machine Code): Additional information about "info
206 line" command.
207
d726cb5d
SN
2082018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
209
210 * gdb.texinfo (gdb-add-index man): Add pindex.
211
dbfa4523
SN
2122018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
213
214 * gdb.texinfo (set cwd): Add period.
215 (gdb-add-index man): Move anchor.
216
ba643918
SDJ
2172017-01-12 Tom Tromey <tom@tromey.com>
218 Sergio Durigan Junior <sergiodj@redhat.com>
219
220 * gdb.texinfo (Index Files): Mention gdb-add-index.
221 (gdb-add-index man): New section.
222 * Makefile.in (gdb-add-index.1): New rule to generate manpage
223 from gdb.texinfo.
224
754452f0
SN
2252018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
226
227 * gdb.texinfo (pwd): Fix whitespace.
228
2d97a5d9
JB
2292018-01-09 John Baldwin <jhb@FreeBSD.org>
230
231 * gdb.texinfo (pwd): Update cross-reference for Process Information
232 node and remove explicit /proc reference.
233 (Native): Rename subsection from SVR4 Process Information to
234 Process Information.
235 (Process Information): Reword introduction to be less /proc
236 centric. Document support for "info proc" on FreeBSD.
237
9f757bf7
XR
2382018-01-03 Xavier Roirand <roirand@adacore.com>
239
240 * gdb.texinfo (Set Catchpoints): Add documentation for new
241 "catch handlers" action.
242
cef0f868
SH
2432017-12-27 Stafford Horne <shorne@gmail.com>
244
245 * gdb.texinfo (Target Description Format): Explain that arbitrary
246 strings are now allowed for register groups.
247
b67d92b0
SH
2482017-12-27 Stafford Horne <shorne@gmail.com>
249
250 * gdb.texinfo (Registers): Document info reg $reggroup feature.
251
7c161838
SDJ
2522017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
253
254 PR cli/16224
255 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
256
b89641ba
SM
2572017-12-13 Simon Marchi <simon.marchi@ericsson.com>
258
259 * python.texi (Manipulating breakpoints using Python): Document
260 qualified parameter to gdb.Breakpoint.
261
0b982d68
SM
2622017-12-13 Simon Marchi <simon.marchi@ericsson.com>
263
264 * python.texi (Manipulating breakpoints using Python): Split doc
265 of Breakpoint.__init__ in two, split text in multiple
266 paragraphs, don't nest parameter square brackets.
267
a994fec4
FJ
2682017-12-12 Stafford Horne <shorne@gmail.com>
269 Stefan Wallentowitz <stefan@wallentowitz.de>
270 Franck Jullien <franck.jullien@gmail.com>
271 Jeremy Bennett <jeremy.bennett@embecosm.com>
272
273 * gdb.texinfo: Add OpenRISC documentation.
274
437afbb8
JK
2752017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
278
883fd55a
KS
2792017-12-07 Keith Seitz <keiths@redhat.com>
280
281 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
282 and "show print type nested-type-limit".
283
824cc835
PM
2842017-12-07 Phil Muldoon <pmuldoon@redhat.com>
285
286 * python.texi (Breakpoints In Python): Add text relating
287 to allowed explicit locations and keywords in gdb.Breakpoints.
288
7403715e
TT
2892017-12-04 Tom Tromey <tom@tromey.com>
290
291 * gdb.texinfo (Rust): Update trait object status
292
97cbe998
SDJ
2932017-12-01 Andrew Cagney <cagney@redhat.com>
294 Joel Brobecker <brobecker@adacore.com>
295 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 * gdb.texinfo (File Options): Document --readnever.
298 (Commands to Specify Files): Likewise, for 'symbol-file' and
299 'add-symbol-file'.
300
bd69330d
PA
3012017-11-29 Pedro Alves <palves@redhat.com>
302
303 PR c++/19436
304 * gdb.texinfo (Debugging C Plus Plus): Document setting
305 breakpoints in functions with ABI tags.
306
a20714ff
PA
3072017-11-29 Pedro Alves <palves@redhat.com>
308
309 * gdb.texinfo (Linespec Locations): Document how "function" is
310 interpreted in C++ and Ada. Document "-qualified".
311 (Explicit Locations): Document how "-function" is interpreted in
312 C++ and Ada. Document "-qualified".
313
ee9a09e9
DC
3142017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
315
316 PR gdb/21945
317 * gdb.texinfo (Search Memory): Update description and example
318 about how to search a string without NULL terminator.
319
e547c119
JB
3202017-11-24 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.texinfo (GDB/MI Ada Exception Information): Document
323 new "exception-message" field.
324
5f1ca24a
SM
3252017-11-24 Simon Marchi <simon.marchi@ericsson.com>
326
327 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
328
d044bac8
PA
3292017-11-24 Pedro Alves <palves@redhat.com>
330
331 * gdb.texinfo (Completion): Update need-quoting examples. Remove
332 false claim that GDB inserts quoting automatically.
333 (Symbols): Add anchor.
334
2400729e
UW
3352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
336
337 * gdb.texinfo (Requirements): Document use of GNU MPFR.
338
d8ae99a7
PM
3392017-11-16 Phil Muldoon <pmuldoon@redhat.com>
340
341 * python.texi (Basic Python): Add rbreak documentation.
342
d0fe4701
XR
3432017-11-07 Xavier Roirand <roirand@adacore.com>
344 Pedro Alves <palves@redhat.com>
345
346 * gdb.texinfo (Set Breaks): Document support for breakpoint
347 location ranges in the enable/disable commands.
348
bc3b087d
SDJ
3492017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
350
351 * gdb.texinfo (Starting your Program) <The working directory.>:
352 Mention remote debugging.
353 (Working Directory) <Your Program's Working Directory>:
354 Likewise.
355 (Connecting) <Remote Packet>: Add "set-working-dir"
356 and "QSetWorkingDir" to the table.
357 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
358 packet.
359
d092c5a2
SDJ
3602017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
361
362 * gdb.texinfo (Starting your Program) <The working directory.>:
363 Mention new "set cwd" command.
364 (Working Directory) <Your Program's Working Directory>:
365 Rephrase to explain that "set cwd" exists and is the default
366 way to change the inferior's cwd.
367
289e23aa
AA
3682017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
369
370 * gdb.texinfo (S/390 and System z Features): Document the new
371 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
372
f2ff95c5
KB
3732017-09-21 Kevin Buettner <kevinb@redhat.com>
374
375 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
376 attribute.
377
da2c323b
KB
3782017-09-21 Kevin Buettner <kevinb@redhat.com>
379
380 * python.texi (Inferiors In Python): Add description for method
381 Inferior.thread_from_thread_handle.
382
4e5a4f58
JB
3832017-09-19 John Baldwin <jhb@FreeBSD.org>
384
385 * gdb.texinfo (Starting your Program): Add description of
386 starti command. Mention starti command as an alternative for
387 debugging the elaboration phase.
388
1526853e
SM
3892017-09-16 Simon Marchi <simon.marchi@ericsson.com>
390
391 * gdb.texinfo (Maintenance Commands): Document filter parameter
392 of "maint selftest". Document "maint info selftests" command.
393
7c96f8c1
TT
3942017-09-11 Tom Tromey <tom@tromey.com>
395
396 * python.texi (Events In Python): Document new events.
397
d69cf9b2
PA
3982017-09-04 Pedro Alves <palves@redhat.com>
399
400 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
401 no-debug-info variables.
402 (Symbols) <Examining the Symbol Table>: Document inspecting
403 no-debug-info types.
404 (Calling) <Calling functions with no debug info>: New subsection,
405 documenting calling no-debug-info functions.
406 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
407
0a2dde4a
SDJ
4082017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
409
410 * gdb.texinfo (set environment): Add @anchor. Explain that
411 environment variables set by the user are sent to GDBserver.
412 (unset environment): Likewise, but for unsetting variables.
413 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
414 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
415 "environment-reset" and "QEnvironmentReset" to the table.
416 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
417 QEnvironmentReset>: New item, explaining the packet.
418
6e41ddec
JK
4192017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
422 "Compiler search for the compile command" descriptions of set
423 compile-gcc and show compile-gcc.
424
58afddc6
WP
4252017-08-07 Weimin Pan <weimin.pan@oracle.com>
426
427 * gdb.texinfo (Architectures): Add new Sparc64 section to document
428 ADI support.
429 * NEWS: Add "adi examine" and "adi assign" commands.
430
6d580b63
YQ
4312017-08-18 Yao Qi <yao.qi@linaro.org>
432
433 * gdb.texinfo (Server): Document "--selftest".
434
a5afdb16
RK
4352017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
436
437 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
438 Single-Key mode.
439
ca145713
SDJ
4402017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
441
442 PR gdb/21925
443 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
444 set...").
445
0968fbae
SM
4462017-08-09 Simon Marchi <simon.marchi@ericsson.com>
447
448 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
449 conditional expression.
450
791fb3d7
SM
4512017-07-31 Simon Marchi <simon.marchi@ericsson.com>
452
453 * agentexpr.texi (rot): Fix symbolic description, improve
454 textual description.
455
27d41eac
YQ
4562017-07-26 Yao Qi <yao.qi@linaro.org>
457
458 * gdb.texinfo (Maintenance Commands): Document command
459 "maint check xml-descriptions".
460
8e2141c6
YQ
4612017-07-26 Yao Qi <yao.qi@linaro.org>
462
463 * gdb.texinfo (Maintenance Commands): Document optional
464 argument of "maint print c-tdesc".
465
c646b4e8
YQ
4662017-07-18 Yao Qi <yao.qi@linaro.org>
467
468 * gdb.texinfo (Maintenance Commands): Improve the doc to
469 command "maint print c-tdesc".
470
eb83230b
SDJ
4712017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
472
473 PR gdb/21606
474 * python.texi (Python representation of Symbols.): Replace
475 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
476 * guile.texi (Guile representation of Symbols.): Likewise.
477
c4dcb155
SM
4782017-06-11 Simon Marchi <simon.marchi@ericsson.com>
479
480 * gdb.texinfo (Optional Messages about Internal Happenings):
481 Document {set,show} debug separate-debug-file commands.
482
aefd8b33
SDJ
4832017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
484
485 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
486 (Connecting) <Remote Packet>: Add "startup-with-shell"
487 and "QStartupWithShell" to the table.
488 (Remote Protocol) <QStartupWithShell>: New item, explaining the
489 packet.
490
176efed1
AB
4912017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
494
d050f7d7
TW
4952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
496
497 * python.texi (Recording in Python): Factor out the documentation of
498 gdb.RecordInstruction's super class.
499
14f819c8
TW
5002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
501
502 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
503 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
504 prev and next.
505
0ed5da75
TW
5062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
507
508 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
509 gdb.RecordInstruction
510
913aeadd
TW
5112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
512
513 * python.texi (Recording in Python): Add documentation for
514 gdb.RecordGap and remove documentation of special cases for
515 gdb.BtraceInstruction.
516
a3be24ad
TW
5172017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
518
519 * python.texi (Recording in Python): Remove Record.ptid defvar.
520
ebe553db
SM
5212017-04-21 Simon Marchi <simon.marchi@ericsson.com>
522
523 * gdb.texinfo (GDB/MI Thread Information): Add missing
524 fields, re-word some things.
525 (GDB/MI Thread Commands): Describe fields found in the output of
526 -thread-info, remove description of fields in the
527 thread output tuple, replace with a cross-reference to "GDB/MI
528 Thread Information".
529
9be21bb4
SM
5302017-04-21 Simon Marchi <simon.marchi@ericsson.com>
531
532 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
533 from -thread-info output.
534
fe5f7374
AK
5352017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
536
537 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
538
eea78757
AK
5392017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
540
541 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
542
79778b30
YQ
5432017-03-22 Yao Qi <yao.qi@linaro.org>
544
545 * python.texi (Inferiors In Python): Remove @code from Python.
546
cee59b3f
TW
5472017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
548
549 * python.texi (Recordings In Python): Document return type of
550 gdb.BtraceInstruction.data.
551
51457a05
MAL
5522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
553
554 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
555 command file-list-shared-libraries
556 (GDB/MI Async Records): Update documentation of library-loaded with new
557 field.
558
f8d99587
DE
5592017-03-16 Doug Evans <dje@google.com>
560
561 * guile.texi (Lazy Strings In Guile): Mention arrays.
562 * python.texi (Lazy Strings In Python): Ditto.
563
5cf70512
JW
5642017-03-08 Jiong Wang <jiong.wang@arm.com>
565
566 * gdb.texinfo (Memory Protection Extensions): Add missing escape
567 character "@".
568
4a612d6f
WT
5692017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
570
571 * Memory Protection Extensions: Add information about inferior
572 calls.
573
216f72a1
JK
5742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
575
576 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
577 DW_TAG_GNU_* and DW_AT_GNU_*.
578
4e746bb6
TW
5792017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
580
581 * python.texi (Recordings In Python): New section.
582
3f77c769
TT
5832017-02-14 Tom Tromey <tom@tromey.com>
584
585 PR python/13598:
586 * python.texi (Events In Python): Document events.before_prompt.
587
5cf30ebf
LM
5882017-02-13 Luis Machado <lgustavo@codesourcery.com>
589
590 * gdb.texinfo (Target Commands): Document the optional offset
591 argument for the load command.
592
18da0c51
MG
5932017-02-10 Martin Galvan <martingalvan@sourceware.org>
594
595 PR gdb/21122
596 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
597 space-separated breakpoint lists. Also add a missing @table command
598 and @cindex for breakpoint lists.
599
3f7b46f2
IR
6002017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
601
602 PR tdep/20936
603 * gdb.texinfo: (Standard Target Features): Document SPARC features.
604 (Sparc Features): New node.
605
2735833d
WT
6062017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
607
608 * gdb.texinfo (i386 Features): Add system segment registers
609 as feature.
610
373832b6
SM
6112017-01-24 Simon Marchi <simon.marchi@ericsson.com>
612
613 * python.texi (Events In Python): Fix typo.
614
78cbbba8
LM
6152017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
616 Luis Machado <lgustavo@codesourcery.com>
617
618 * gdb.texinfo (-target-flash-erase): New MI command description.
619 (flash-erase): New CLI command description.
620
387360da
JB
6212017-01-04 John Baldwin <jhb@FreeBSD.org>
622
623 * gdb.texinfo (Contributors): Add SRI International and University
624 of Cambridge for FreeBSD/mips.
625
34c41c68
DE
6262016-12-22 Doug Evans <xdje42@gmail.com>
627
628 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
629 commands.
630
df3ee9ca
PA
6312016-12-02 Pedro Alves <palves@redhat.com>
632
633 * gdb.texinfo (User-defined Commands): Limit on number of
634 arguments passed to user-defined commands removed; update.
635
01770bbd
PA
6362016-12-02 Pedro Alves <palves@redhat.com>
637
638 PR cli/20559
639 * gdb.texinfo (Define): Add example of using "eval" to process a
640 variable number of arguments.
641 (Output) <eval>: Add anchor.
642
ad02e4fe
SM
6432016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * Makefile.in: Likewise.
646
8504e097
AA
6472016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
648
649 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
650 xref.
651
39402e6c
PA
6522016-10-29 Pedro Alves <palves@redhat.com>
653
654 * gdb.texinfo (Packets) <vCont>: Remove mention of default
655 actions.
656
ca6eff59
PA
6572016-10-26 Pedro Alves <palves@redhat.com>
658
659 * gdb.texinfo (Packets): Clarify vCont packets with multiple
660 actions that match a thread, and what happens when an action
661 matches a thread that is already running.
662
be06ba8c
SM
6632016-10-14 Simon Marchi <simon.marchi@ericsson.com>
664
665 * gdb.texinfo (Using Trace Files): Fix typo.
666 (GDB/MI Tracepoint Commands): Likewise.
667
99e61eda
SM
6682016-10-14 Simon Marchi <simon.marchi@ericsson.com>
669
670 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
671 of -trace-save.
672
9c37b5ae
TT
6732016-10-06 Tom Tromey <tom@tromey.com>
674
675 * guile.texi (Types In Guile): Remove Java mentions.
676 * python.texi (Types In Python): Remove Java mentions.
677 * gdb.texinfo (Address Locations, Supported Languages)
678 (Index Section Format): Remove Java mentions.
679
ee8da4b8
DE
6802016-08-15 Doug Evans <dje@google.com>
681
682 * gdb.texinfo (Target Description Format): Update docs on "end"
683 field spec and field default type.
684
4034d0ff
AT
6852016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6862016-10-03 Simon Marchi <simon.marchi@ericsson.com>
687
688 PR gdb/20487
689 * gdb.texinfo (Context management): Update mention of frame
690 change notifications.
691 (gdb/mi Async Records): Document frame field in
692 =thread-select event.
693 * observer.texi (GDB Observers): New user_selected_context_changed
694 observer.
695
4435e1cc
TT
6962016-09-28 Tom Tromey <tom@tromey.com>
697
698 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
699 than "memory breakpoint". Further document "kind". Move
700 protocol-details link earlier.
701 <z1>: Document the cmd_list argument. Fix typo.
702 <g>: Remove incorrect sentence.
703 (Stop Reply Packets): Document "OK" response to requests when in
704 non-stop mode.
705 <swbreak>: Use "software breakpoint" rather than "memory
706 breakpoint".
707 <create>: Document that "R" is ignored.
708 <W, X, w>: Document formatting of "AA".
709 (Notification Packets): Use "%Stop", not "%%Stop".
710
ad0a504f
AK
7112016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
712
713 * gdb.texinfo (Embedded Processors): Document ARC.
714 (Synopsys ARC): New section.
715 (Standard Target Features): Document ARC features.
716 (ARC Features): New section.
717
74172ecf
SM
7182016-09-21 Simon Marchi <simon.marchi@ericsson.com>
719
720 * .gitignore: New file.
721
0a1ddfa6
SM
7222016-08-24 Simon Marchi <simon.marchi@ericsson.com>
723
724 * gdb.texinfo (Input/Output): Mention possibility to unset
725 inferior-tty.
726
c0272db5
TW
7272016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
728
729 * gdb.texinfo: Resume btrace on reconnect.
730
e3487908
GKB
7312016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
732
733 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
734 syscall.
735
463888ab
РИ
7362016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
737
738 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
739 command.
740
dac790e1
TT
7412016-07-13 Tom Tromey <tom@tromey.com>
742
743 PR python/15620, PR python/18620:
744 * python.texi (Events In Python): Document new breakpoint events.
745
93daf339
TT
7462016-07-13 Tom Tromey <tom@tromey.com>
747
748 PR python/17698:
749 * python.texi (Breakpoints In Python): Document
750 Breakpoint.pending.
751
cda75e70
TT
7522016-07-13 Tom Tromey <tom@tromey.com>
753
754 * python.texi (Breakpoints In Python): Move table of types and
755 table of watchpoint types earlier in node.
756
e0f3fd7c
TT
7572016-07-12 Tom Tromey <tom@tromey.com>
758
759 PR python/19293:
760 * python.texi (Frames In Python): Document
761 gdb.invalidate_cached_frames.
762
86f78169
PA
7632016-06-21 Pedro Alves <palves@redhat.com>
764
765 * gdb.texinfo (Interpreters): Update intepreter-exec section,
766 document new-ui and explain use case.
767
a28d8e50
YTL
7682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
769
770 * gdb.texinfo (Standard Target Features): Document NDS32 features.
771 (NDS32 Features): New Section.
772
bb556f1f
TK
7732016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
774
775 * gdb.texinfo (Examining Memory): Document negative repeat
776 count in the 'x' command.
777
38b022b4
SM
7782016-06-06 Simon Marchi <simon.marchi@ericsson.com>
779
780 * gdb.texinfo (GDB/MI Async Records): Document method and
781 format fields in =record-started.
782 * observer.texi (record_changed): Add method and format
783 parameters.
784
c185ba27
EZ
7852016-05-27 Eli Zaretskii <eliz@gnu.org>
786
787 * gdb.texinfo (General Query Packets): Move the description of the
788 response before the long list of the specific 'read' and 'write'
789 requests.
790
1957f6b8
TT
7912016-05-23 Tom Tromey <tom@tromey.com>
792
793 * python.texi (Basic Python): Document gdb.breakpoints return.
794
224f10c1
TT
7952016-05-24 Tom Tromey <tom@tromey.com>
796
797 PR gdb/19194:
798 * gdb.texinfo (gdb man): Fix typo.
799
0bdfa368
TT
8002016-05-17 Tom Tromey <tom@tromey.com>
801
802 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
803 (Rust): New node.
804
dcd1f979
TT
8052016-05-17 Tom Tromey <tom@tromey.com>
806
807 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
808
310cdbb6
YQ
8092016-04-27 Yao Qi <yao.qi@linaro.org>
810
811 * gdb.texinfo (tfind): Complete doc about tfind without
812 argument.
813
b8162e5a
AT
8142016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
815
816 * agentexpr.texi (byte): Fix zero_ext description.
817
f7c38292
PA
8182016-03-31 Pedro Alves <palves@redhat.com>
819
820 * gdb.texinfo (M32R/SDI): Delete node.
821 (MIPS Embedded): Remove references to the MIPS remote debugging
822 protocol, PMON and variants, and the associated commands.
823
81516450
DE
8242016-03-15 Doug Evans <dje@google.com>
825
826 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
827 (Target Description Format): Mention enum types. Update docs on
828 flags types.
829 (Predefined Target Types): Add "bool".
830 (Enum Target Types): New node.
831
2a60e18f
PA
8322016-03-15 Pedro Alves <palves@redhat.com>
833
834 * gdb.texinfo (Tracepoint Actions): Fix typo.
835
45fa2529
PA
8362016-03-15 Pedro Alves <palves@redhat.com>
837 Andreas Arnez <arnez@linux.vnet.ibm.com>
838 Marcin Kościelnicki <koriakin@0x04.net>
839
840 * gdb.texinfo (Tracepoint Actions): Document possible
841 unreliability of '$_ret'.
842
f2403c39
AB
8432016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.texinfo (Symbols): Document new 'maint info line-table'
846 command.
847
f2f3ccb9
SM
8482016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
849
850 * gdb.texinfo (Convenience Functions): Document $_as_string.
851
cce0e923
DE
8522016-02-23 Doug Evans <dje@google.com>
853
854 * gdb.texinfo (Skipping Over Functions and Files): Document new
855 options to "skip" command. Update docs of output of "info skip".
856
012b3a21
WT
8572016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
858
859 * gdb.texinfo (Signals): Add bound violation display hints for
860 a SIGSEGV.
861
0748bf3e
MK
8622016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
863
864 * gdb.texinfo (Trace File Format): Add documentation for description
865 section lines.
866
e909d859
MK
8672016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
868
869 * gdb.texinfo (Trace File Format): Remove misleading information
870 about register block ordering.
871
713cdcbf
DE
8722016-02-01 Doug Evans <dje@google.com>
873
874 * gdb.texinfo (Value Sizes): Fix typo.
875
8244c20d
DE
8762016-02-01 Doug Evans <dje@google.com>
877
878 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
879
5fdf6324
AB
8802016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.texinfo (Value Sizes): New section.
883 (Data): Add the 'Value Sizes' node to the menu.
884
67ebd9cb
JB
8852016-01-26 John Baldwin <jhb@FreeBSD.org>
886
887 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
888
6e9567fe
JB
8892016-01-19 John Baldwin <jhb@FreeBSD.org>
890
891 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
892
f303dbd6
PA
8932016-01-18 Pedro Alves <palves@redhat.com>
894
895 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
896 of the thread that hit a breakpoint or received a signal.
897
71ef29a8
PA
8982016-01-15 Pedro Alves <palves@redhat.com>
899
900 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
901
663f6d42
PA
9022016-01-13 Pedro Alves <palves@redhat.com>
903
904 * gdb.texinfo (Threads): Document the $_gthread convenience
905 variable.
906 (Convenience Vars): Likewise.
907
c84f6bbf
PA
9082016-01-13 Pedro Alves <palves@redhat.com>
909
910 * gdb.texinfo (Threads): Document "info threads -gid".
911
22a02324
PA
9122016-01-13 Pedro Alves <palves@redhat.com>
913
914 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
915 anchor.
916 (Threads In Python): Document new InferiorThread.global_num
917 attribute.
918
5d5658a1
PA
9192016-01-07 Pedro Alves <palves@redhat.com>
920
921 * gdb.texinfo (Threads): Document per-inferior thread IDs,
922 qualified thread IDs, global thread IDs and thread ID lists.
923 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
924 thread IDs.
925 (Convenience Vars): Document the $_thread convenience variable.
926 (Ada Tasks): Adjust to refer to thread IDs.
927 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
928 Commands, GDB/MI Variable Objects): Update to mention global
929 thread IDs.
930 * guile.texi (Breakpoints In Guile)
931 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
932 global thread IDs instead of thread IDs.
933 * python.texi (Threads In Python): Adjust documentation of
934 InferiorThread.num.
935 (Breakpoint.thread): Mention global thread IDs instead of thread
936 IDs.
937
84654457
PA
9382016-01-13 Pedro Alves <palves@redhat.com>
939
940 * python.texi (Threads In Python): Document
941 InferiorThread.inferior.
942
e3940304
PA
9432016-01-13 Pedro Alves <palves@redhat.com>
944
945 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
946 convenience variable.
947 (Convenience Vars): Likewise.
948
82075af2
JS
9492016-01-12 Josh Stone <jistone@redhat.com>
950 Philippe Waroquiers <philippe.waroquiers@skynet.be>
951
952 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
953 (Stop Reply Packets): List the syscall entry and return stop reasons.
954 (General Query Packets): Describe QCatchSyscalls, and add it to the
955 table and the detailed list of stub features.
956
bc504a31
PA
9572016-01-12 Pedro Alves <palves@redhat.com>
958
959 Remove use of the registered trademark symbol throughout.
960
cde67b27
YQ
9612016-01-12 Yao Qi <yao.qi@linaro.org>
962
963 * gdb.texinfo (Interrupts): Update the document on handling
964 interrupt when program is stopped.
965
19d9d4ef
DB
9662015-12-11 Don Breazeal <donb@codesourcery.com>
967
968 * gdb.texinfo (Forks): Correct Linux kernel version where
969 fork and exec events are supported, add notes about support
970 of these events in target remote mode.
971 (Connecting): Reorganize and clarify distinctions between
972 target remote, extended-remote, and multiprocess.
973 Reorganize related text from separate sections into new
974 sections.
975 (Server): Note effects of target extended-remote mode.
976 Delete section on Multi-Process Mode for gdbserver.
977 Move some text to "Connecting" node.
978
f4f4330e
PA
9792015-12-10 Pedro Alves <palves@redhat.com>
980
981 * gdb.texinfo (Threads): Replace warning with explanation
982 about single-threaded programs.
983
b1236ac3
PA
9842015-12-10 Pedro Alves <palves@redhat.com>
985
986 * gdb.texinfo (Threads): Remove mention of SGI.
987 (Forks): Remove mention of HP-UX.
988 (Breakpoints): Remove mention of HP-UX.
989 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
990 Reword in terms of architectures.
991 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
992 mention supported systems.
993 (Convenience Vars): Don't mention HP-UX.
994 (Jumping): Remove mention of HP-UX in comment.
995 (Files) <shared libraries>: Update supported shared library types
996 list. Remove mention of HP-UX.
997 (Native): Remove HP-UX subsection.
998 (SVR4 Process Information): Remove mention of HP-UX.
999
0f59c28f
PA
10002015-12-10 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.texinfo (Stack): Reorder menu.
1003
1c35a88f
LM
10042015-12-09 Luis Machado <lgustavo@codesourcery.com>
1005
1006 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1007 -var-set-format's new zero-hexadecimal format.
1008
3685b09f
PMR
10092015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1010
1011 * gdb.texinfo (Ada Mode Into): Move overloading support
1012 description to its own node.
1013 (Overloading support for Ada): New node.
1014
f2faf941
PA
10152015-11-30 Pedro Alves <palves@redhat.com>
1016
1017 PR 14618
1018 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1019 (Remote Configuration): Add the "set/show remote
1020 no-resumed-stop-reply" to the available settings table.
1021 (General Query Packets): Document the "no-resumed" qSupported
1022 feature.
1023
65706a29
PA
10242015-11-30 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.texinfo (Remote Configuration): List "set/show remote
1027 thread-events" command in configuration table.
1028 (Stop Reply Packets): Document "T05 create" stop
1029 reason and 'w' stop reply.
1030 (General Query Packets): Document QThreadEvents packet. Document
1031 QThreadEvents qSupported feature.
1032
de979965
PA
10332015-11-30 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1036 anchor.
1037 (Packets): Document vCtrlC.
1038
79efa585
SM
10392015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1040
1041 * gdb.texinfo (Thread List Format): Mention thread names.
1042
7e0aa6aa
PA
10432015-11-24 Pedro Alves <palves@redhat.com>
1044
1045 PR 17539
1046 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1047 program-spaces" example to ascending order listing.
1048 (Threads): Adjust "info threads" example to ascending order
1049 listing.
1050 (Forks): Adjust "info inferiors" example to ascending order
1051 listing.
1052
0c532a29
MM
10532015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1054
1055 * gdb.texinfo (Process Record and Replay): Document "record
1056 instruction-history" modifiers.
1057
fc58fa65
AB
10582015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1061 description.
1062 (Frame Filter Management): Move to later in the 'Examining the
1063 Stack' chapter.
1064 (Selection): Add entry for 'select-frame'.
1065
792005b0
DE
10662015-09-25 Doug Evans <dje@google.com>
1067
1068 * gdb.texinfo (Process Record and Replay): Fix syntax of
1069 "record instruction-history begin, end" and
1070 "record function-call-history begin, end".
1071
c58b006b
SM
10722015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1073
1074 * gdb.texinfo (Specifying Source Directories): Fix
1075 substitute-path example.
1076
f2665db5
MM
10772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1078
1079 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1080
e68fa6f0
PA
10812015-09-15 Pedro Alves <palves@redhat.com>
1082
1083 PR remote/18965
1084 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1085 the vforkdone description.
1086
8228463c
PA
10872015-09-15 Pedro Alves <palves@redhat.com>
1088
1089 PR remote/18965
1090 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1091 part indicates the thread ID of the parent process.
1092
750ce8d1
YQ
10932015-09-15 Yao Qi <yao.qi@linaro.org>
1094
1095 * gdb.texinfo (General Query Packets): Add vContSupported to
1096 tables of 'gdbfeatures' and 'stub features' supported in the
1097 qSupported packet, as well as to the list containing stub
1098 feature details.
1099
b459a59b
DB
11002015-09-11 Don Breazeal <donb@codesourcery.com>
1101
1102 * gdb.texinfo (Remote Configuration): Add exec event
1103 feature to table of packet settings.
1104 (Stop Reply Packets): Add exec events to the list of stop
1105 reasons.
1106 (General Query Packets): Add exec events to tables of
1107 'gdbfeatures' and 'stub features' supported in the qSupported
1108 packet, as well as to the list containing stub feature
1109 details.
1110
73b8c1fd
PA
11112015-08-24 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.texinfo (Remote Configuration): Document the "set/show
1114 remote multiprocess-extensions-packet" commands.
1115
bb615428
PA
11162015-08-24 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1119 <M32R>: Remove references to M32R/D.
1120 <M68K>: Remove references to target dbug.
1121 <MIPS Embedded>: Remove references to target r3900 and target
1122 array.
1123 <PowerPC Embedded>: Remove references to target dink32 and target
1124 ppcbug, target sds
1125 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1126
2b4bf6af
AB
11272015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1130
566f5e3b
AB
11312015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1134
18989b3c
AB
11352015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1138 info bfds" to...
1139 (File Caching): A New section. Outline bfd caching, and add new
1140 description for "main set/show bfd-sharing".
1141
6ff0ba5f
DE
11422015-08-14 Doug Evans <xdje42@gmail.com>
1143
1144 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1145 disassembly.
1146 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1147
629500fa
KS
11482015-08-11 Keith Seitz <keiths@redhat.com>
1149
1150 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1151 Use "location(s)"instead of "linespec(s)".
1152 (Specifying a Location): Rewrite.
1153 Add subsections describing linespec, address, and explicit locations.
1154 Add node/menu for each subsection.
1155 (Source and Machine Code, C Preprocessor Macros)
1156 (Create and Delete Trace points)
1157 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1158 (Continuing at a Different Address): Remove "linespec" examples.
1159 Add reference to "Specify a Location"
1160 (The -break-insert Command): Rewrite. Add anchor.
1161 Add reference to appropriate manual section discussing locations.
1162 (The -dprintf-insert Command): Refer to -break-insert for
1163 specification of 'location'.
1164
fbea99ea
PA
11652015-08-07 Pedro Alves <palves@redhat.com>
1166
1167 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1168 target-non-stop".
1169
da8c46d2
MM
11702015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1171
1172 * gdb.texinfo (Process Record and Replay): Document prefixing of
1173 speculatively executed instructions in the "record instruction-history"
1174 command.
1175
a3b5281e
DE
11762015-07-20 Doug Evans <dje@google.com>
1177
1178 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1179
6bcb1f97
DE
11802015-07-16 Doug Evans <dje@google.com>
1181
1182 * stabs.texinfo: @include gdb-cfg.texi.
1183
db1ff28b
JK
11842015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1185
1186 Revert the previous 2 commits:
1187 gdbserver build-id attribute generator
1188 Validate symbol file using build-id
1189
ca5268b6
JK
11902015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1191
1192 * gdb.texinfo (Files): Add 'set validate-build-id'
1193 and 'show validate-build-id'.
1194
700ca40f
JK
11952015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1196 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 gdbserver build-id attribute generator.
1199 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1200 'build-id' in description, example, new attribute in dtd.
1201
7c7f93f6
AB
12022015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb.texinfo (Selection): Update documentation for 'frame'
1205 command.
1206
b0627500
MM
12072015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1208
72f4393d 1209 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1210 commands.
1211
b20a6524
MM
12122015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1213
1214 * gdb.texinfo (Process Record and Replay): Spell out that variables
1215 and registers are not available during btrace replay.
1216 Describe the new "record btrace pt" command.
1217 Describe the new "set|show record btrace pt buffer-size" options.
1218 (General Query Packets): Describe the new Qbtrace:pt and
1219 Qbtrace-conf:pt:size packets.
1220 Expand "bts" to "Branch Trace Store".
1221 Update the branch trace DTD.
1222
fc637f04
PP
12232015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1224
1225 * gdb.texinfo (Command History): Document the new option
1226 "history remove-duplicates".
1227
18a94d75
DE
12282015-06-19 Doug Evans <dje@google.com>
1229
1230 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1231 longer supported.
1232
0eacb298
PP
12332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1234
1235 * gdb.texinfo (Command History): Mention that setting
1236 GDBHISTSIZE to the empty string disables history truncation.
1237
bc460514
PP
12382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1239
1240 PR gdb/16999
1241 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1242 behavior.
1243
b58c513b
PP
12442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1245
1246 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1247 with GDBHISTSIZE.
1248
a86c90e6
SM
12492015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1250
1251 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1252 bytes and memory units for -data-{read,write}-memory-bytes.
1253 (Packets): Same for m, M and X packets.
1254 * python.texi (Inferiors In Python): Same for read_memory and
1255 write_memory.
1256
c74f7d1c
JT
12572015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1258
1259 * gdb.texinfo (Separate Debug Files): Document that PE is also
1260 supported.
1261
51f0e40d
AB
12622015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1265 single table entry.
1266
966f0aef
WT
12672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1268
1269 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1270
1271
15a201c8
GB
12722015-06-10 Gary Benson <gbenson@redhat.com>
1273
1274 * gdb.texinfo (Remote Configuration): Document the
1275 "set/show remote hostio-setfs-packet" command.
1276 (Host I/O Packets): Document the vFile:setfs packet.
1277
7a6a1731
GB
12782015-06-10 Gary Benson <gbenson@redhat.com>
1279
1280 * gdb.texinfo (Debugging Output): Document the "set/show debug
1281 linux-namespaces" command.
1282
7d73c23c 12832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1284 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1285
1286 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1287 and "set mpx bound".
1288
27e0867f
DE
12892015-05-27 Doug Evans <dje@google.com>
1290
1291 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1292
b4f54984
DE
12932015-05-26 Doug Evans <dje@google.com>
1294
1295 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1296 command renamings.
1297 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1298
55b40027
AB
12992015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1302
a4ea0946
AB
13032015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1306 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1307
37442ce1
DE
13082015-05-16 Doug Evans <xdje42@gmail.com>
1309
1310 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1311 memory ports.
1312
36de76f9
JK
13132015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1314
1315 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1316
0d71eef5
DB
13172015-05-12 Don Breazeal <donb@codesourcery.com>
1318
1319 * gdb.texinfo (Forks): Note that fork debugging is
1320 supported in extended mode.
1321 (Remote Configuration): Add fork event features to table
1322 of packet settings.
1323 (Stop Reply Packets): Add fork events to list of stop reasons.
1324 (General Query Packets): Add fork events to tables of
1325 'gdbfeatures' and 'stub features' supported in the qSupported
1326 packet, as well as to the list containing stub feature
1327 details.
1328
835205d0
GB
13292015-05-12 Gary Benson <gbenson@redhat.com>
1330
1331 * gdb.texinfo (General Query Packets): Document
1332 qXfer:exec-file:read with empty annex.
1333
4c082a81
SC
13342015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1335
1336 * python.texi (Values From Inferior): Add descriptions of new
1337 methods gdb.Value.reference_value and gdb.Value.const_value.
1338
b30a0bc3
JB
13392015-05-06 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.texinfo (Files): Add "info dll" documentation.
1342 (Cygwin Native): Remove "info dll" documentation.
1343
2ce1cdbf
DE
13442015-04-29 Doug Evans <dje@google.com>
1345
1346 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1347 Document.
1348 (Writing an Xmethod): Add get_result_type to example.
1349
59fb7612
SS
13502015-04-28 Sasha Smundak <asmundak@google.com>
1351
1352 * python.texi: New method documented.
1353
cf75d6c3
AB
13542015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1357 format.
1358
897c3d32
DE
13592015-04-24 Doug Evans <dje@google.com>
1360
1361 * python.texi (Xmethods In Python): Fix name of method to call the
1362 xmethod.
1363
1b6e6f5c
GB
13642015-04-17 Gary Benson <gbenson@redhat.com>
1365
1366 * gdb.texinfo (Connecting to a Remote Target): Mention that
1367 GDB can access program files from remote targets that support
1368 qXfer:exec-file:read and Host I/O packets.
1369
c78fa86a
GB
13702015-04-17 Gary Benson <gbenson@redhat.com>
1371
1372 * gdb.texinfo (Remote Configuration): Document the "set/show
1373 remote pid-to-exec-file-packet" command.
1374 (General Query Packets): Document the qXfer:exec-file:read
1375 qSupported features. Document the qXfer:exec-file:read packet.
1376
a9a5a3d1
GB
13772015-04-17 Gary Benson <gbenson@redhat.com>
1378
1379 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1380 applies to executable paths if supplied to GDB as absolute.
1381
4f45d445
JK
13822015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * gdb.texinfo (Mode Options): Remove -xdb.
1385
e7a8570f
JK
13862015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1387 Eli Zaretskii <eliz@gnu.org>
1388
72f4393d
L
1389 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1390 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1391 the compile command. New subsection Compiler search for the compile
1392 command.
1393
f2983cc3
AW
13942015-04-09 Andy Wingo <wingo@igalia.com>
1395
1396 * guile.texi (Frames In Guile): Describe frame-read-register.
1397
599bd15c
GB
13982015-04-02 Gary Benson <gbenson@redhat.com>
1399
1400 * gdb.texinfo (set sysroot): Document "target:".
1401
d11916aa
SS
14022015-04-01 Sasha Smundak <asmundak@google.com>
1403
1404 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1405 section.
1406
df8411da
SDJ
14072015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1408
1409 PR corefiles/16092
1410 * gdb.texinfo (gcore): Mention new command 'set
1411 use-coredump-filter'.
1412 (set use-coredump-filter): Document new command.
1413
d33279b3
AT
14142015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1415
1416 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1417 documentation, reorder the info os entries in alphabetical order.
1418
852f8402
SM
14192015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1420
1421 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1422 -data-write-memory-bytes.
1423
856e7dd6
PA
14242015-03-24 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1427 mention that threads may sometimes run unlocked.
1428
236af5e3
YG
14292015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1430
1431 * gdb.texinfo (Remote configuration): Document "set/show
1432 serial parity" command.
1433
464b0089
GB
14342015-03-18 Gary Benson <gbenson@redhat.com>
1435
1436 * gdb.texinfo (General Query Packets): Remove documentation
1437 for now-removed vFile:fstat qSupported features.
1438
0a93529c
GB
14392015-03-11 Gary Benson <gbenson@redhat.com>
1440
1441 * gdb.texinfo (Remote Configuration): Document the
1442 "set/show remote hostio-fstat-packet" command.
1443 (General Query Packets): Document the vFile:fstat
1444 qSupported features.
1445 (Host I/O Packets): Document the vFile:fstat packet.
1446
85642ba0
AW
14472015-03-11 Andy Wingo <wingo@igalia.com>
1448
1449 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1450
f7e6eed5
PA
14512015-03-04 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.texinfo (Remote Configuration): Document the "set/show
1454 remote swbreak-feature-packet" and "set/show remote
1455 hwbreak-feature-packet" commands.
1456 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1457 decription.
1458 (Stop Reply Packets): Document the swbreak and hwbreak stop
1459 reasons.
1460 (General Query Packets): Document the swbreak and hwbreak
1461 qSupported features.
1462 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1463
f873665f 14642015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1465
1466 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1467 under *stopped.
1468
9a284c97
DE
14692015-03-02 Doug Evans <xdje42@gmail.com>
1470
1471 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1472
446899e4
AA
14732015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1474
1475 * gdb.texinfo (S/390 and System z Features): Describe new feature
1476 "org.gnu.gdb.s390.vx".
1477
7ee67ee4
SDJ
14782015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1479
1480 PR gdb/18008
1481 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1482 demangler-warning): Fix typo ("problam").
1483
53cf2ee0
DT
14842015-02-19 David Taylor <dtaylor@emc.com>
1485
1486 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1487
3133f8c1
JM
14882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1489
1490 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1491 point, DTrace'.
1492 (Static Probe Points): Modified to cover DTrace probes in addition
1493 to SystemTap probes. Also modified to cover the `enable probe'
1494 and `disable probe' commands.
1495
9aca2ff8
JM
14962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1497
1498 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1499 `disable probe' commands.
1500
fa3f8d5a
DT
15012015-02-12 David Taylor <dtaylor@emc.com>
1502
1503 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1504 fields of the QTDV packet.
1505
d33501a5
MM
15062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1507
1508 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1509 (Process Record and Replay): Describe new set|show commands.
1510 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1511
f4abbc16
MM
15122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1513
1514 * gdb.texinfo (Process Record and Replay): Describe the "record
1515 btrace bts" command.
1516 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1517 (Branch Trace Configuration Format): New.
1518
cfb069a8
GB
15192015-01-31 Gary Benson <gbenson@redhat.com>
1520 Doug Evans <dje@google.com>
1521
1522 * gdb.texinfo (Command Completion): Document new
1523 "set/show max-completions" option.
1524
f57d2163
DE
15252015-01-31 Doug Evans <xdje42@gmail.com>
1526
1527 * gdb.texinfo (Symbols): Document new commands
1528 "maint print symbol-cache", "maint print symbol-cache-statistics",
1529 "maint flush-symbol-cache". Document new option
1530 "maint set symbol-cache-size".
1531
9f050062
DE
15322015-01-31 Doug Evans <xdje42@gmail.com>
1533
1534 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1535 distinguish script files vs inlined scripts.
1536 * python.texi (Python Auto-loading): Ditto.
1537
b6577aab
DE
15382015-01-30 Doug Evans <dje@google.com>
1539
1540 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1541 string if present.
1542
3a8b707a
DE
15432015-01-27 Doug Evans <dje@google.com>
1544
1545 * python.texi (Objfiles In Python): Document Objfile.username.
1546
1b549396
DE
15472015-01-27 Doug Evans <dje@google.com>
1548
1549 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1550 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1551
253828f1
JK
15522015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1555
bf555842
EZ
15562015-01-16 Eli Zaretskii <eliz@gnu.org>
1557
1558 * doc/gdb.texinfo (TUI Commands): Document the possible
1559 values of NAME argument to 'winheight' command. Explain the
1560 effect of 'tabset' setting better.
1561
439250fb
DE
15622015-01-11 Doug Evans <xdje42@gmail.com>
1563
1564 PR gdb/15830
1565 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1566 (Symbols): Ditto.
1567 (Maintenance Commands): Delete docs for "maint demangle".
1568
6bf6fd09
JB
15692014-12-31 Joel Brobecker <brobecker@adacore.com>
1570
1571 * gdb.texinfo (Files): Remove documentation of the
1572 "add-shared-symbol-files" and "assf" commands.
1573 (Cygwin Native): Remove documentation of the "dll-symbols"
1574 command.
1575
cc485e62
DE
15762014-12-17 Doug Evans <xdje42@gmail.com>
1577
1578 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1579
bb2ec1b3
TT
15802014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1581 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * gdb.texinfo (Altering): Update.
1584 (Compiling and Injecting Code): New node.
1585
6dddd6a5
DE
15862014-12-12 Doug Evans <dje@google.com>
1587
1588 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1589
f5b95c01
AA
15902014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1591
1592 * gdb.texinfo: Document "maint print user-registers".
1593
a0be3e44
DE
15942014-12-08 Doug Evans <dje@google.com>
1595
1596 * python.texi (Objfiles In Python): Document Objfile.owner.
1597
86e4ed39
DE
15982014-12-04 Doug Evans <dje@google.com>
1599
1600 * python.texi (Objfiles In Python): Document
1601 Objfile.add_separate_debug_file.
1602
7c50a931
DE
16032014-12-04 Doug Evans <dje@google.com>
1604
1605 * python.texi (Objfiles In Python): Document Objfile.build_id.
1606
162078c8
NB
16072014-12-02 Nick Bull <nicholaspbull@gmail.com>
1608
1609 * python.texi (Events In Python): Document new events
1610 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1611 and RegisterChangedEvent.
1612
f10c5b19
JK
16132014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 Add add-auto-load-scripts-directory.
1616 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1617 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1618
413b59ae
JK
16192014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1620
1621 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1622 description typo.
1623
02be9a71
DE
16242014-10-30 Doug Evans <dje@google.com>
1625
1626 * python.texi (Progspaces In Python): Document ability to add
1627 random attributes to gdb.Progspace objects.
1628 (Objfiles In Python): Document ability to add random attributes to
1629 gdb.objfile objects.
1630
e5f8a7cc
PA
16312014-10-27 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1634 info on stepping and signal handlers.
1635 (Signals): Explain stepping and signal handlers. Add context
1636 index entry, and cross references.
1637
fab3a15d
SM
16382014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1639
1640 * python.texi (Breakpoints In Python): Add parenthesis after
1641 Breakpoint.delete. Clarify Breakpoint.enabled description so
1642 that it contains "disable".
1643
4ffbba72
DE
16442014-10-17 Doug Evans <dje@google.com>
1645
1646 * python.texi (Events In Python): Document clear_objfiles event.
1647
d096d8c1
DE
16482014-10-17 Doug Evans <dje@google.com>
1649
1650 * python.texi (Objfiles In Python): Document new progspace attribute.
1651
32a8097b
PA
16522014-10-17 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1655 (SVR4 Process Information): Delete mention of OSF/1.
1656
2ddf4301
SM
16572014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1660 exit-code field in -list-thread-groups output.
1661
342cc091
JBG
16622014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1663
1664 * gdb.texinfo (Set Breaks): Add missing "@end table".
1665
a25a5a45
PA
16662014-09-22 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1669 always-inserted off" is the default mode now. Delete
1670 documentation of "set breakpoint always-inserted auto".
1671
2b4fd423
DE
16722014-09-18 Doug Evans <dje@google.com>
1673
1674 * python.texi (Symbol Tables In Python): Document "producer"
1675 attribute of gdb.Symtab objects.
1676
deb8ff2b
PA
16772014-09-16 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1680 (Embedded OS): Remove VxWorks menu entry.
1681 (VxWorks): Remove node.
1682
81219e53
DE
16832014-09-13 Doug Evans <xdje42@gmail.com>
1684
1685 * gdb.texinfo (Signaling): Document new queue-signal command.
1686
faa42425
DE
16872014-09-06 Doug Evans <xdje42@gmail.com>
1688
1689 PR 15276
1690 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1691 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1692
1a6a384b
JL
16932014-09-03 Justin Lebar <jlebar@google.com>
1694
1695 * python.texi (Types In Python): Type.template_argument(n) returns a
1696 gdb.Value or a gdb.Type and throws an exception if n is out of
1697 range.
1698
5f3b99cf
SS
16992014-09-03 Sasha Smundak <asmundak@google.com>
1700
1701 * python.texi (Frames in Python): Add read_register description.
1702
3cecbbbe
TT
17032014-08-04 Tom Tromey <tromey@redhat.com>
1704
1705 * gdb.texinfo (Debugging Output): Update for change to "set debug
1706 target".
1707
90debf20
MM
17082014-08-01 Masaki Muranaka <monaka@monami-software.com>
1709
1710 Pushed by Joel Brobecker <brobecker@adacore.com>.
1711 * Makefile.in (transform): New variable.
1712 (install-man1, install-man5): Apply $(transform) to man file names.
1713
ee7333ae
DE
17142014-07-26 Doug Evans <xdje42@gmail.com>
1715
1716 PR guile/17177
1717 * guile.texi (Guile Pretty Printing API): Fix typo.
1718 Document set-pretty-printers!, pretty-printers.
1719 (Selecting Guile Pretty-Printers): Update.
1720 Mention program-space based pretty-printers.
1721
70509625
PA
17222014-07-25 Pedro Alves <palves@redhat.com>
1723 Eli Zaretskii <eliz@gnu.org>
1724
1725 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1726 with multi-threaded programs.
1727
b67a2c6f
YQ
17282014-06-27 Yao Qi <yao@codesourcery.com>
1729
1730 * gdb.texinfo (Maintenance Commands): Update the output of
1731 'maint print dummy-frames' command.
1732
f179cf97
EZ
17332014-06-24 Eli Zaretskii <eliz@gnu.org>
1734
1735 * gdb.texinfo (Screen Size): Improve indexing.
1736
992c7d70
GB
17372014-06-19 Gary Benson <gbenson@redhat.com>
1738
1739 * gdb.texinfo (Maintenance Commands): Document new
1740 "maint set/show catch-demangler-crashes" option.
1741
57fcfb1b
GB
17422014-06-19 Gary Benson <gbenson@redhat.com>
1743
1744 * gdb.texinfo (Maintenance Commands): Document new
1745 "maint demangler-warning" command and new
1746 "maint set/show demangler-warning" option.
1747
dd5d5494
SC
17482014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1749
1750 * python.texi (Xmethod API): Add space before the opening
1751 parenthesis in function descriptions.
1752
25326a28 17532014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1754
1755 * guile.texi (Guile Configuration): Document guile-data-directory.
1756
0a770bb2 17572014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1758
1759 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1760
16f691fb
DE
17612014-06-04 Doug Evans <xdje42@gmail.com>
1762
1763 * guile.texi (Breakpoints In Guile): Update.
1764
1e47491b
JB
17652014-06-03 Joel Brobecker <brobecker@adacore.com>
1766
1767 * python.texi (Xmethod API): Fix reference to "Progspaces In
1768 Python".
1769
0c6e92a5
SC
17702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1771
1772 * python.texi (Xmethods In Python, XMethod API)
1773 (Writing an Xmethod): New nodes.
1774 (Python API): New menu entries "Xmethods In Python",
1775 "Xmethod API", "Writing an Xmethod".
1776
06eb1586
DE
17772014-06-02 Doug Evans <xdje42@gmail.com>
1778
1779 * guile.texi (Guile API): Add entry for Parameters In Guile.
1780 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1781 (Parameters In Guile): New node.
1782
e698b8c4
DE
17832014-06-02 Doug Evans <xdje42@gmail.com>
1784
1785 * guile.texi (Guile API): Add entry for Commands In Guile.
1786 (Basic Guile) <parse-and-eval>: Add reference.
1787 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1788 (GDB Scheme Data Types): Mention <gdb:command> object.
1789 (Commands In Guile): New node.
1790
ded03782
DE
17912014-06-02 Doug Evans <xdje42@gmail.com>
1792
1793 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1794 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1795 (Progspaces In Guile): New node.
1796
53e8a631
AB
17972014-05-30 Andrew Burgess <aburgess@broadcom.com>
1798
1799 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1800 * python.texi (Frames In Python): Mention
1801 gdb.FRAME_UNWIND_MEMORY_ERROR.
1802
329ea579
PA
18032014-05-29 Pedro Alves <palves@redhat.com>
1804 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1807 from example.
1808 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1809 Mention that target-async is now deprecated.
1810 (Maintenance Commands): Document maint set/show target-async.
1811
92bcb5f9
PA
18122014-05-29 Pedro Alves <palves@redhat.com>
1813
1814 * observer.texi (sync_execution_done, command_error): New
1815 subjects.
1816
fd664c91
PA
18172014-05-29 Pedro Alves <palves@redhat.com>
1818
1819 PR gdb/13860
1820 * observer.texi (signal_received, end_stepping_range)
1821 (signal_exited, exited, no_history): New observer subjects.
1822
b2715b27
AW
18232014-05-26 Andy Wingo <wingo@igalia.com>
1824
1825 * guile.texi (GDB Scheme Data Types): Remove documentation for
1826 removed interfaces. Update spelling of gdb-object-kind.
1827
9eaa4c1e
AW
18282014-05-26 Andy Wingo <wingo@igalia.com>
1829
1830 * guile.texi (Basic Guile): Fix some typos.
1831
0f1e8403
AW
18322014-05-26 Andy Wingo <wingo@igalia.com>
1833
1834 * guile.texi (Writing a Guile Pretty-Printer)
1835 (Guile Types Module): Fix excess parentheses in use-modules forms.
1836
697aa1b7
EZ
18372014-05-24 Eli Zaretskii <eliz@gnu.org>
1838
1839 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1840 (Breakpoints In Guile, Guile Printing Module)
1841 (Guile Exception Handling, Values From Inferior In Guile)
1842 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1843 Don't use @var at the beginning of a sentence.
1844
1845 * gdb.texinfo (Frame Filter Management, Trace Files)
1846 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1847 (PowerPC Embedded, Define, Annotations for Running)
1848 (IPA Protocol Commands, Packets, General Query Packets)
1849 (Tracepoint Packets, Notification Packets, Environment)
1850 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1851 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1852 (Frames, Backtrace, Selection, Expressions, Registers)
1853 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1854 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1855 (Source Annotations, Using JIT Debug Info Readers, Packets)
1856 (Stop Reply Packets, Host I/O Packets)
1857 (Target Description Format): Don't use @var at the beginning of a
1858 sentence.
1859
1860 * python.texi (Basic Python, Types In Python)
1861 (Commands In Python, Frames In Python, Line Tables In Python)
1862 (Breakpoints In Python, gdb.printing, gdb.types)
1863 (Type Printing API): Don't use @var at the beginning of a
1864 sentence.
1865
67b5c0c1
MM
18662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1867
1868 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1869 replay-memory-access".
1870
6a3cb8e8
PA
18712014-05-21 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.texinfo (Starting): Document "set/show
1874 auto-connect-native-target".
1875 (Target Commands): Document "target native".
1876
936d2992
PA
18772014-05-20 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1880 not be remote specific. Add cross reference to the qCRC packet.
1881 (Separate Debug Files): Update cross reference to the qCRC packet.
1882 (General Query Packets) <qCRC packet>: Add anchor.
1883
b3ce5e5f
DE
18842014-05-17 Doug Evans <xdje42@gmail.com>
1885
1886 Copy over changes from guile.texi.
1887 * python.texi (Basic Python) <gdb.execute>: Add text.
1888 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1889 (Values From Inferior) <Python string>: Add text.
1890 (Values From Inferior) <Value.string>: Clarify string length handling.
1891 (Pretty Printing API): Add cindex.
1892 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1893 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1894 @vindex.
1895 (Commands In Python) <COMPLETE_*>: Similarly.
1896 (Symbols In Python) <SYMBOL_*>: Similarly.
1897 (Breakpoints In Python) <WP_*>: Similarly.
1898 (Breakpoints In Python) <BP_*>: Similarly.
1899
8dfcab11
DT
19002014-05-17 David Taylor <dtaylor@emc.com>
1901
1902 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1903 mentioned in the qfThreadInfo reply.
1904
8d551b02
DE
19052014-05-16 Doug Evans <dje@google.com>
1906
1907 * gdb.texinfo (Mode Options): Add -D.
1908
e20bd8f4
SB
19092014-05-09 Samuel Bronson <naesten@gmail.com>
1910
1911 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1912 "make -C".
1913
f989a1c8
TT
19142014-04-29 Tom Tromey <tromey@redhat.com>
1915
1916 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1917 "show debug varobj".
1918
95cf3b38
DT
19192014-05-01 David Taylor <dtaylor@emc.com>
1920
1921 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1922 option.
1923
01f9f808
MS
19242014-04-24 Michael Sturm <michael.sturm@mintel.com>
1925 Walfred Tedeschi <walfred.tedeschi@intel.com>
1926
1927 * gdb.texinfo (i386 Features): Add description of AVX512
1928 registers.
1929
770e7fc7
DE
19302014-03-31 Doug Evans <dje@google.com>
1931
1932 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1933
97d8f0ee
DE
19342014-03-30 Doug Evans <dje@google.com>
1935
1936 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1937 (Background Execution): Ditto.
1938
36cb1214
HZ
19392014-03-21 Pedro Alves <palves@redhat.com>
1940 Stan Shebs <stan@codesourcery.com>
1941 Hui Zhu <hui@codesourcery.com>
1942
1943 * gdb.texinfo (Packets): Add anchor to "? packet".
1944 Remove fixme and update introduction of "k packet".
1945 Add anchor to "vKill packet".
1946
5e3a2c38
SS
19472014-03-12 Stan Shebs <stan@codesourcery.com>
1948
1949 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1950
7a5a839f
LC
19512014-02-26 Ludovic Courtès <ludo@gnu.org>
1952
dc6ae996 1953 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1954
95060284
JB
19552014-02-20 Joel Brobecker <brobecker@adacore.com>
1956
1957 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1958 and "assf" as being deprecated.
1959 (Cygwin Native): Likewise for "dll-symbols".
1960 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1961 as a way to force the loading of symbols from a DLL.
1962
f7bd0f78
SC
19632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1964
1965 * python.texi (Values From Inferior): Add description about the
1966 new feature.
1967
329baa95
DE
19682014-02-17 Doug Evans <xdje42@gmail.com>
1969
1970 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1971 * gdb.texinfo (Python): Moved to ...
1972 * python.texi: ... here. New file.
1973
687894f5
DE
19742014-02-17 Ludovic Courtès <ludo@gnu.org>
1975
d25f38ee 1976 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1977 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1978 parameter to 'str-lookup-function' procedure. Look for
1979 the "std::string<" prefix.
1980 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1981 Adjust description.
1982
6fb526ee
DE
19832014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1984
d25f38ee 1985 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1986 parantheses for deffn.
1987 (Disassembly In Guile): Ditto.
1988
1e0a5178
SS
19892014-02-10 Stan Shebs <stan@codesourcery.com>
1990
1991 Add Doxygen support.
1992 * Makefile.in (doxy): New action, generates Doxygen files.
1993 (DOXYGEN): New.
1994 (doxyedit): New.
1995 * Doxyfile-base.in: New file.
1996 * Doxyfile-gdb-api.in: New file.
1997 * Doxyfile-gdb-xref.in: New file.
1998 * Doxyfile-gdbserver.in: New file.
1999 * doxy-index.in: New file.
2000 * filter-for-doxygen: New file.
2001 * filter-params.pl: New file.
2002
ed3ef339
DE
20032014-02-10 Doug Evans <xdje42@gmail.com>
2004
2005 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2006 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2007 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2008 (Guile docs): Include guile.texi.
2009 (objfile-gdbdotext file): Add objfile-gdb.scm.
2010 (dotdebug_gdb_scripts section): Mention Guile scripts.
2011 (Multiple Extension Languages): New node.
2012 * guile.texi: New file.
2013
c6044dd1
JB
20142014-01-28 Joel Brobecker <brobecker@adacore.com>
2015
2016 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2017 ignore-descriptive-types". commands.
2018
87ce2a04
DE
20192014-01-22 Doug Evans <dje@google.com>
2020
2021 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2022 (gdbserver man): Ditto.
2023
52834460
MM
20242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2025
2026 * gdb.texinfo: Document limited reverse/replay support
2027 for target record-btrace.
2028
0688d04e
MM
20292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2030
2031 * gdb.texinfo (Process Record and Replay): Update documentation.
2032
8710b709
MM
20332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2034
2035 * gdb.texinfo (Process Record and Replay): Document new /c
2036 modifier accepted by "record function-call-history".
2037 Add /i modifier to "record function-call-history" example.
2038
dcf106f3
JB
20392014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2040 Joel Brobecker <brobecker@adacore.com>
2041
2042 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2043 markers. Remove one that was misplaced.
2044
41ef2965
PA
20452014-01-10 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.texinfo (Your Program's Environment) <set environment>:
2048 Mention the shell, and point at 'set exec-wrapper'.
2049
c0d48811
JB
20502014-01-07 Joel Brobecker <brobecker@adacore.com>
2051
2052 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2053
5fba4c0f
JB
20542013-12-30 Joel Brobecker <brobecker@adacore.com>
2055
2056 * gdb.texinfo (Types In Python): Clarify the documentation
2057 of attribute gdb.Field.bitpos.
2058
0809504b
JB
20592013-12-28 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.texinfo (Types In Python): Fix the documentation of
2062 attribute "bitpos" in class gdb.Field for enum types. Add
2063 documentation for attribute "enumval" in that same class.
2064
edef6000
JB
20652013-12-28 Joel Brobecker <brobecker@adacore.com>
2066
2067 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2068 @ftable.
2069
71b8c845
DE
20702013-12-23 Doug Evans <xdje42@gmail.com>
2071
2072 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2073 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2074 corresponding section in Extending GDB.
2075 (Extending GDB): Move menu up. New menu item "Auto-loading
2076 extensions".
2077 (Sequences): New menu item "Auto-loading sequences".
2078 (Auto-loading sequences): New node.
2079 (Python): Rename section from Scripting GDB to Extending GDB.
2080 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2081 Move docs on ways to auto-load extensions to ...
2082 (Auto-loading extensions): ... here. New node.
2083
d192b373
JB
20842013-12-23 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2087 in menu.
2088 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2089 command, now in a new node.
2090 (GDB/MI Support Commands): New node, with its contents being
2091 extracted from the "GDB/MI Miscellaneous Commands" node.
2092 A small paragraph introducing the section is also added at
2093 the start.
2094 (GDB/MI Miscellaneous Commands): Delete the description of the
2095 -info-gdb-mi-command, -list-features and -list-target-features
2096 commands, now hosted in the "GDB/MI Support Commands" node.
2097
a16b0e22
SC
20982013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2099
2100 PR python/16113
2101 * gdb.texinfo (Values From Inferior): Add a note about using
2102 gdb.Field objects as subscripts on gdb.Value objects.
2103 (Types In Python): Add description about the new attribute
2104 "parent_type" of gdb.Field objects.
2105
9b26f0fb
JB
21062013-12-12 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2109 entry for section docuumenting the -list-features GDB/MI command.
2110
72bfa06c
JB
21112013-12-10 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2114 "exec-run-start-option" entry in the output of the "-list-features"
2115 command.
2116
3ea8680f
EZ
21172013-12-04 Eli Zaretskii <eliz@gnu.org>
2118
2119 * gdb.texinfo (i386): Fix yesterday's commit.
2120
1a4f73eb
TT
21212013-12-03 Tom Tromey <tromey@redhat.com>
2122
2123 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2124 documented here.
2125
6cb999f8
TT
21262013-12-03 Tom Tromey <tromey@redhat.com>
2127
2128 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2129
ca8941bb
WT
21302013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2131
2132 * gdb.texinfo (i386 Features): Add MPX feature registers.
2133 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2134 a subsubsection for MPX and describes the display of the
2135 boundary registers.
2136
688981c9
JB
21372013-12-03 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2140 documentation of the "ada-exceptions" entry.
2141
2ea126fa
JB
21422013-12-03 Joel Brobecker <brobecker@adacore.com>
2143
2144 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2145 "^error" result record concerning the error message. Document
2146 the error code that may also be part of that result record.
2147 (GDB/MI Miscellaneous Commands): Document the
2148 "undefined-command-error-code" element in the output of
2149 the "-list-features" GDB/MI command.
2150
6b7cbff1
JB
21512013-12-03 Joel Brobecker <brobecker@adacore.com>
2152
2153 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2154 the new -info-gdb-mi-command GDB/MI command. Document
2155 the meaning of "-info-gdb-mi-command" in the output of
2156 -list-features.
2157
20e1ca3b
PA
21582013-11-29 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2161 Update comment.
2162
29453a14
YQ
21632013-11-24 Yao Qi <yao@codesourcery.com>
2164
2165 * gdb.texinfo (Caching Remote Data): Document new
2166 "set/show stack-cache" option.
2167
6dd315ba
YQ
21682013-11-24 Yao Qi <yao@codesourcery.com>
2169
2170 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2171 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2172 "off" respectively.
2173
9df9dbe0
YQ
21742013-11-23 Yao Qi <yao@codesourcery.com>
2175
2176 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2177 of "displayhint" to the table about child results.
2178
c78feb39
YQ
21792013-11-21 Yao Qi <yao@codesourcery.com>
2180
2181 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2182 'dynamic' for the output of command -var-list-children.
2183
27b81af3
YQ
21842013-11-21 Yao Qi <yao@codesourcery.com>
2185
2186 * gdb.texinfo (Caching Target Data): Remove "see" before
2187 @pxref.
2188
b26dfc9a
YQ
21892013-11-20 Yao Qi <yao@codesourcery.com>
2190
2191 * gdb.texinfo (Caching Target Data): Update doc for
2192 per-address-space dcache.
2193
b12039c6
YQ
21942013-11-20 Yao Qi <yao@codesourcery.com>
2195
2196 * gdb.texinfo (Data): Rename menu item.
2197 (Caching Remote Data): Rename to ...
2198 (Caching Target Data): ... it. Update.
2199
422ad5c2
JB
22002013-11-18 Joel Brobecker <brobecker@adacore.com>
2201
2202 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2203 "language-option" entry in the output of the "-list-features"
2204 command.
2205
805e1f19
TT
22062013-11-15 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2209 Add example.
2210
8fe1b653
TT
22112013-11-14 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2214
403cb6b1
JB
22152013-11-14 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2218 (Context management): Place current subsection text into its own
2219 subsubsection. Add new subsubsection describing the "--language"
2220 command option.
2221
93973826
JB
22222013-11-13 Joel Brobecker <brobecker@adacore.com>
2223
2224 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2225 the documentation of "info-ada-exceptions" in the output
2226 of the "-list-features" command. Add the documentation
2227 of the "ada-exception" entry instead.
2228
6adcee18
JB
22292013-11-12 Joel Brobecker <brobecker@adacore.com>
2230
93973826 2231
6adcee18
JB
2232 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2233 word of a couple of sentences to start with a capital letter.
2234
58d06528
JB
22352013-11-12 Joel Brobecker <brobecker@adacore.com>
2236
2237 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2238 (Ada Exceptions): New node.
2239 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2240 Commands" node.
2241 (GDB/MI Ada Exceptions Commands): New node.
2242 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2243 field in the output of the "-list-features" command.
2244 * NEWS: Add entry for the new "info exceptions" CLI command,
2245 and for the new "-info-ada-exceptions" GDB/MI command.
2246
bc79de95
PM
22472013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2248
2249 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2250 (Line Tables In Python): New node.
2251
73be47f5
DE
22522013-11-08 Doug Evans <dje@google.com>
2253
2254 * gdb.texinfo (Debugging Output): Update text for
2255 "set debug dwarf2-read".
2256
db0fec5c
DE
22572013-11-08 Doug Evans <dje@google.com>
2258
2259 * gdb.texinfo (Debugging Output): Update text for
2260 "set debug symtab-create".
2261
92e32e33
PM
22622013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2263
72f4393d
L
2264 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2265 constant.
92e32e33 2266
f76c27b5
PM
22672013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2268
2269 * gdb.texinfo (Breakpoints In Python): Document temporary
2270 option in breakpoint constructor, and add documentation to the
2271 temporary attribute.
2272
fa4d0c40
YQ
22732013-11-07 Yao Qi <yao@codesourcery.com>
2274
2275 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2276 output of "-var-info-expression".
2277
afa332ce
PA
22782013-11-06 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2281 non-interactive mode.
2282 (Environment) <shell startup files warning>: Mention
2283 non-interactive mode. Mention .zshenv for Z shell, and talk about
2284 BASH_ENV instead of .bashrc for BASH.
2285
9ac69859
NB
22862013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2287
2288 * gdb.texinfo (Commands to Specify Files): Add description
2289 of the remove-symbol-file command.
2290 * observer.texi: New free_objfile event
2291
98882a26
PA
22922013-10-24 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2295
ce13fade
JB
22962013-10-11 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2299 New subsection inside which the "-catch-load" and "-catch-unload"
2300 commands documentation is now placed.
2301 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2302 documenting the "-catch-assert" and "-catch-exception" new
2303 GDB/MI commands.
2304
2446f5ea
JB
23052013-10-10 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2308
0d12017b
JB
23092013-10-10 Joel Brobecker <brobecker@adacore.com>
2310
bd80dc1a
JB
2311 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2312 serial baud".
2313 (Remote Configuration): Replace "set remotebaud" by "set serial
2314 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2315
f4fb82a1
PA
23162013-10-07 Pedro Alves <palves@redhat.com>
2317
2318 PR breakpoints/11568
2319 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2320 when the thread is removed from the thread list.
2321
0c557179
SDJ
23222013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2323
2324 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2325 Update entry for $_exitcode.
2326
5713b9b5
JB
23272013-10-04 Joel Brobecker <brobecker@adacore.com>
2328
2329 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2330 new "--start" option.
2331
901461f8
PA
23322013-10-02 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.texinfo (Registers): Expand description of saved registers
2335 in frames. Explain <not saved>.
2336
8fb8eb5c
DE
23372013-09-25 Doug Evans <dje@google.com>
2338
2339 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2340
0a7cfe2c
SS
23412013-09-16 Stan Shebs <stan@codesourcery.com>
2342
2343 Remove the internals manual gdbint.texinfo.
2344 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2345 (PDFFILES): Remove gdbint.pdf.
2346 (HTMLFILES): Remove gdbint/index.html.
2347 (HTMLFILES_INSTALL): Remove gdbint.
2348 (GDBINT_DOC_FILES): Remove.
2349 (dvi): Remove gdbint.dvi.
2350 (ps): Remove gdbint.ps.
2351 * gdbint.texinfo: Remove file.
2352 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2353
a280dbd1
SDJ
23542013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2355
2356 * gdb.texinfo (Convenience Functions): Mention new convenience
2357 function $_isvoid.
2358
4ac33720
UW
23592013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2360
2361 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2362 (Standard Target Features): Add new node to menu.
2363 (S/390 and System z Features): New node.
2364
b3d3b4bd
SA
23652013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2366
2367 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2368 -list-target-features in the example.
2369
edf9f00c
JK
23702013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2373 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2374
1d236d23
JK
23752013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 Sync documentation with gdb.base/gnu-debugdata.exp.
2378 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2379
5423b017
JK
23802013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2383
6211c335
YQ
23842013-08-27 Pedro Alves <pedro@codesourcery.com>
2385 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2388 Document new --skip-unavailable option.
2389 <-stack-list-variables>: Document new --skip-unavailable option.
2390
52e260a3
DE
23912013-08-26 Doug Evans <dje@google.com>
2392
2393 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2394 an optional regexp.
2395
5e92f71a
TT
23962013-08-13 Tom Tromey <tromey@redhat.com>
2397
2398 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2399 Document GDB_PARALLEL and GDB_INOTIFY.
2400
c5d7073b
SS
24012013-08-09 Stan Shebs <stan@codesourcery.com>
2402
2403 * LRS: Remove file, describes a long-abandoned live-range
2404 splitting extension to stabs.
2405
6fbe845e
AB
24062013-07-25 Andrew Burgess <aburgess@broadcom.com>
2407
2408 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2409
e7045703
DE
24102013-07-17 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2413
3105ebf9
TT
24142013-07-02 Tom Tromey <tromey@redhat.com>
2415
2416 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2417
d6c2da54
TT
24182013-06-28 Tom Tromey <tromey@redhat.com>
2419
2420 * Makefile.in (version.subst): Use version.in, not
2421 common/version.in.
2422 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2423 Likewise.
2424
e5823f1c
PA
24252013-06-27 Pedro Alves <palves@redhat.com>
2426
2427 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2428 dynamic symbol resolution code>: New section, based on infrun.c
2429 comment.
2430
92dcb9ff
TT
24312013-06-26 Tom Tromey <tromey@redhat.com>
2432
2433 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2434 Update.
2435 (Releasing GDB): Likewise.
2436
dc673c81
YQ
24372013-06-26 Pedro Alves <pedro@codesourcery.com>
2438 Yao Qi <yao@codesourcery.com>
2439
2440 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2441 -trace-frame-collected.
2442
28a93511
YQ
24432013-06-26 Pedro Alves <pedro@codesourcery.com>
2444
2445 * gdb.texinfo (Traceframe Info Format): Document tvar element
2446 and its attributes.
2447
a0743c90
YQ
24482013-06-25 Yao Qi <yao@codesourcery.com>
2449
2450 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2451
01208463
TT
24522013-06-24 Tom Tromey <tromey@redhat.com>
2453
2454 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2455 (GDBvn.texi): Use version.subst.
2456 (version.subst): New target.
2457 (mostlyclean): Remove version.subst.
2458
c898adb7
YQ
24592013-06-20 Pedro Alves <pedro@codesourcery.com>
2460
2461 * gdb.texinfo (GDB/MI Data Manipulation)
2462 <-data-list-register-values>: Document the --skip-unavailable
2463 option.
2464
7c57fa1e
YQ
24652013-06-07 Yao Qi <yao@codesourcery.com>
2466
2467 * gdb.texinfo (Symbols): Add kindex and cindex for
2468 'maint print msymbols'.
2469
0059c61a 24702013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2471
2472 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2473 response field name (thread-group to inferior).
2474
85dc5a12
GB
24752013-06-04 Gary Benson <gbenson@redhat.com>
2476
2477 * gdb.texinfo (General Query Packets/qSupported): Added
2478 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2479 to the table of currently defined stub features.
2480 Added a more detailed entry for "augmented-libraries-svr4-read".
2481 (General Query Packets/qXfer:libraries-svr4:read): Documented
2482 the augmented form of this packet.
2483
5901af59
JB
24842013-05-23 Joel Brobecker <brobecker@adacore.com>
2485
2486 * gdb.texinfo (System-wide Configuration Scripts): Renames
2487 "Installed System-wide Configuration Scripts". Add associated
2488 @menu block.
2489
c1e36e3e
PA
24902013-05-23 Yao Qi <yao@codesourcery.com>
2491 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.texinfo (Packets): Document 'vCont;r'.
2494 (Continuing and Stepping): Document target-assisted range
2495 stepping, and the 'set range-stepping' and 'show range-stepping'
2496 commands.
2497
0201faac
JB
24982013-05-23 Joel Brobecker <brobecker@adacore.com>
2499
2500 * gdb.texinfo (Installed System-wide Configuration Scripts):
2501 Add subsection describing the scripts now available under
2502 the data-dir's system-gdbbinit subdirectory.
2503 * NEWS: Add entry announcing the availability of system-wide
2504 configuration scripts for ElinOS and Wind River Linux.
2505
c5867ab6
HZ
25062013-05-21 Hui Zhu <hui@codesourcery.com>
2507
2508 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2509 "-dprintf-insert" command.
2510
7d0c9981
DE
25112013-05-17 Doug Evans <dje@google.com>
2512
2513 * gdb.texinfo (Maintenance Commands): Update doc for
2514 "maint check-psymtabs". Add doc for "maint check-symtabs",
2515 "maint expand-symtabs".
2516
742ce053
MM
25172013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2518
2519 * gdb.texinfo (Process Record and Replay): Document the
2520 "record goto" command and its sub-commands.
2521
1e611234
PM
25222013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2523
2524 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2525 (Python API): Add Frame Filters API, Frame Wrapper API,
2526 Writing a Frame Filter/Wrapper, Managing Management of Frame
2527 Filters chapter entries.
2528 (Frame Filters API): New Node.
2529 (Frame Wrapper API): New Node.
2530 (Writing a Frame Filter): New Node.
2531 (Managing Frame Filters): New Node.
2532 (Progspaces In Python): Add note about frame_filters attribute.
2533 (Objfiles in Python): Ditto.
2534 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2535 @anchors and --no-frame-filters option to -stack-list-variables,
2536 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2537 commands.
2538
2874cb83
JB
25392013-05-08 Joel Brobecker <brobecker@adacore.com>
2540
2541 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2542 Support" subsection documenting the XML format used to transfer
2543 shared library info on AIX.
2544
9a005eb9
JB
25452013-05-08 Joel Brobecker <brobecker@adacore.com>
2546
2547 * gdb.texinfo (Debugging Output): Add documentation of
2548 "set debug aix-solib" and "show debug aix-solib" commands.
2549
a1217d97
SL
25502013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2551
2552 * gdb.texinfo (Nios II): New section.
2553 (Nios II Features): New section.
2554
4d1eb6b4
JB
25552013-05-06 Joel Brobecker <brobecker@adacore.com>
2556
2557 * gdbint.texinfo (Algorithms): Remove entries documenting
2558 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2559 SOLIB_CREATE_INFERIOR_HOOK.
2560
3f84184e
TT
25612013-04-29 Tom Tromey <tromey@redhat.com>
2562
2563 PR python/14204:
2564 * gdb.texinfo (Python API): Fix menu entry.
2565 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2566 Define global and static block. Add example. Clarify
2567 block relationship for inline functions.
2568
60155234
TT
25692013-04-29 Tom Tromey <tromey@redhat.com>
2570
2571 * gdb.texinfo (Python API): Mention Python help and keyword
2572 arguments. Move pagination text to Basic Python.
2573 (Basic Python): Put pagination text here. Document
2574 close-on-exec, SIGCHLD, and SIGINT.
2575
5360976e
PA
25762013-04-19 Pedro Alves <palves@redhat.com>
2577
2578 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2579 "signedness" instead of "signness".
2580
bd3f3b55
PA
25812013-04-19 Pedro Alves <palves@redhat.com>
2582
2583 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2584 -Wno-pointer-sign text with text on -Wpointer-sign.
2585
dee368d3
TT
25862013-04-16 Tom Tromey <tromey@redhat.com>
2587
2588 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2589 GCC that has the SDT probe points.
2590
cc16e6c9
TT
25912013-04-15 Tom Tromey <tromey@redhat.com>
2592
2593 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2594 exception catchpoints.
2595
72f1fe8a
TT
25962013-04-15 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.texinfo (Set Catchpoints): Document $_exception.
2599 (Convenience Vars): Mention $_exception.
2600
591f19e8
TT
26012013-04-15 Tom Tromey <tromey@redhat.com>
2602
2603 * gdb.texinfo (Set Catchpoints): Reorganize exception
2604 catchpoints. Document "catch rethrow".
2605 (Debugging C Plus Plus): Mention "catch rethrow".
2606
02ae6bad
TT
26072013-04-15 Tom Tromey <tromey@redhat.com>
2608
2609 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2610
2c91021c
JK
26112013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2612 Eli Zaretskii <eliz@gnu.org>
2613
2614 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2615 line below the sample output.
2616
6eaaf48b
EZ
26172013-04-12 Eli Zaretskii <eliz@gnu.org>
2618
2619 * gdb.texinfo (Mode Options): Document '-configuration'.
2620 (Help): Document "show configuration".
2621 (Bug Reporting): Add requirements to include the configuration
2622 details in bug reports.
2623
b292c783
JK
26242013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * Makefile.in (MAN1S): Add gcore.1.
2627 Remove "Host, target, and site specific Makefile fragments" comment.
2628 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2629 (install-man1, uninstall-man1): Conditionalize gcore.1.
2630 (gcore.1): New.
2631 * gdb.texinfo (Man Pages): Add gcore man.
2632 (gcore man): New node.
2633
f81d1120
PA
26342013-04-10 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.texinfo (Process Record and Replay): Document that "set
2637 record full insn-number-max", "set record
2638 instruction-history-size" and "set record
2639 function-call-history-size" accept "unlimited".
2640 (Backtrace): Document that "set backtrace limit" accepts
2641 "unlimited".
2642 (List): Document that "set listsize" accepts "unlimited".
2643 (Print Settings)" Document that "set print max-symbolic-offset",
2644 "set print elements" and "set print repeats" accept "unlimited".
2645 (Starting and Stopping Trace Experiments): Document that "set
2646 trace-buffer-size" accepts "unlimited".
2647 (Remote Configuration): Document that "set tcp connect-timeout"
2648 accepts "unlimited".
2649 (Command History): Document that "set history size" accepts
2650 "unlimited".
2651 (Screen Size): Document that "set height" and "set width" accepts
2652 "unlimited". Adjust "set pagination"'s description to suggest
2653 "set height unlimited" instead of "set height 0".
2654
393fd4c3
YQ
26552013-04-10 Yao Qi <yao@codesourcery.com>
2656
2657 * gdb.texinfo (Trace Files): Add "target ctf".
2658
cba5a7bf
JK
26592013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2660
2661 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2662
0ed630cb
JK
2663 * Makefile.in (install-man1, install-man5, uninstall-man1)
2664 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2665
afe1492b
JK
2666 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2667
5b8b6385
JK
26682013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2669 Eli Zaretskii <eliz@gnu.org>
2670
2671 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2672 parameters order. Remove "On some targets" for --attach. Document the
2673 --multi parameter and extended-remote command. Document all the
2674 options.
2675
906ccdf0
JK
26762013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2679 the list of supported languages.
2680
43662968
JK
26812013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2684 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2685 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2686 (diststuff): Add man.
2687 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2688 (uninstall-man5): New.
2689 (STAGESTUFF): Add *.1 and *.5.
2690 (GDBvn.texi): Add SYSTEM_GDBINIT.
2691 (gdb.1, gdbserver.1, gdbinit.5): New.
2692 (maintainer-clean realclean): Add $(MANS).
2693 (install): Add install-man.
2694 (uninstall): Add uninstall-man.
2695 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2696 (@copying): Wrap it by @c man begin COPYRIGHT.
2697 (Top): Add Man Pages.
2698 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2699
be9a8770
PA
27002013-04-02 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.texinfo (Debugging Output): Document "set/show debug
2703 aarch64", "set/show debug coff-pe-read" and "set/show debug
2704 mach-o".
2705
a46c1e42
PA
27062013-04-02 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2709 table>: Add entry for "trace-buffer-size".
2710
bd3eecc3
PA
27112013-03-28 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2714 table>: Add entry for "trace-status".
2715
215b9f98
EZ
27162013-03-28 Eli Zaretskii <eliz@gnu.org>
2717
2718 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2719 @bullet", which is invalid (makeinfo 5.1 barfs).
2720
7f7cc265
PA
27212013-03-28 Pedro Alves <palves@redhat.com>
2722
2723 PR gdb/15294
2724
2725 * gdb.texinfo (List) <set listsize>: Adjust to document that
2726 listsize 0 means no limit, and remove mention of -1.
2727
9c0be723
YQ
27282013-03-22 Yao Qi <yao@codesourcery.com>
2729
2730 * gdb.texinfo (Embedded Processors): Remove menu item
2731 "OpenRISC 1000".
2732 (OpenRISC 1000): Remove.
2733
bd712aed
DE
27342013-03-21 Doug Evans <dje@google.com>
2735
2736 * gdb.texinfo (Maintenance Commands): Add docs for
2737 "mt set per-command {space,time,symtab} {on,off}".
2738
d0353e76
YQ
27392013-03-14 Hui Zhu <hui@codesourcery.com>
2740 Yao Qi <yao@codesourcery.com>
2741
2742 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2743
6dd24dfa
KS
27442013-03-13 Keith Seitz <keiths@redhat.com>
2745
2746 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2747 "maint agent" reference to Dynamic printf.
2748
5c4808ca
EZ
27492013-03-11 Eli Zaretskii <eliz@gnu.org>
2750
2751 * gdb.texinfo (General Query Packets): Don't use colon in index
2752 entries visible to Info format.
2753
59ea5688
MM
27542013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2755
2756 * gdb.texinfo (Process Record and Replay): Document record
2757 changes.
2758
2ae8c8e7
MM
27592013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2760
2761 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2762 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2763 qXfer:btrace:read.
2764
28abe188
EZ
27652013-03-09 Eli Zaretskii <eliz@gnu.org>
2766
2767 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2768 use colons in @anchor and @cindex entries.
2769
be9a119c 27702013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2771
2772 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2773
be9a119c 27742013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2775 Hafiz Abid Qadeer <abidh@codesourcery.com>
2776
2777 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2778 trace-buffer-size set and show commands.
2779 (Tracepoint Packets): Document QTBuffer:size.
2780 (General Query Packets): Document QTBuffer:size.
2781
d57350ea
TT
27822013-02-21 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.texinfo: Remove bad @syncodeindex.
2785 (Values From Inferior, Types In Python, Inferiors In Python)
2786 (Events In Python, Threads In Python, Frames In Python, Blocks In
2787 Python, Symbols In Python, Symbol Tables In Python): Remove
2788 @tables.
2789 (Packets, General Query Packets, Tracepoint Packets)
2790 (Host I/O Packets): Use @w{} for empty @item.
2791
9f44fbc0
SCR
27922013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2793
2794 * gdb.texinfo (Architectures In Python): Add description about
2795 the new method gdb.Architecture.disassemble.
2796
f5911ea1
HAQ
27972013-02-15 Pedro Alves <pedro@codesourcery.com>
2798 Hafiz Abid Qadeer <abidh@codesourcery.com>
2799
2800 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2801 Document the "trace-file" field.
2802
7e1e0340
DE
28032013-02-07 Doug Evans <dje@google.com>
2804
2805 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2806 command.
2807
134a2066
YQ
28082013-02-06 Yao Qi <yao@codesourcery.com>
2809
2810 * gdb.texinfo (GDB/MI Async Records): Document new MI
2811 notification "=tsv-modified". Update the document of MI
2812 notification "=tsv-created".
2813 * observer.texi (GDB Observers): New observer tsv_modified.
2814 Update observer tsv_created and tsv_delete.
2815
430ed3f0
MS
28162013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2817
2818 * gdb.texinfo (AArch64 Features): New section; document
2819 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2820 (Architectures): Add new AArch64 section to document AArch64
2821 architecture specific commands.
2822 (ABI): Add description of the new OS ABI "Newlib" and its influence
2823 on the longjmp handling.
2824
1b56eb55
JK
28252013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2826 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2829 variable in 'set/show backtrace' section.
2830
c4957902
TT
28312013-01-31 Tom Tromey <tromey@redhat.com>
2832
2833 * gdb.texinfo (Target Commands): Fix typo.
2834
bea883fd
SCR
28352013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2836
2837 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2838 describing the gdb.Architecture class.
2839 (Frames In Python): Add description about the new method
2840 gdb.Frame.architecture().
2841
796a7ff8
DE
28422013-01-23 Doug Evans <dje@google.com>
2843
2844 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2845
998580f1
MK
28462013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2847
2848 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2849 'thread-groups' field when printing a breakpoint in MI.
2850
c9fb1240
SD
28512012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2852 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2853 to reflect that jit-reader-load now supports absolute file-names.
2854
ab04a2af
TT
28552013-01-16 Tom Tromey <tromey@redhat.com>
2856
2857 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2858 (Signals): Likewise.
2859
8ac3646f
TT
28602013-01-16 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2863 "catch-type" field.
2864 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2865
e93a8774
TT
28662013-01-07 Tom Tromey <tromey@redhat.com>
2867
2868 * gdb.texinfo (Mode Options): Don't mention -epoch.
2869 (Data, Emacs): Remove obsolete comments.
2870
54516a0b
TT
28712013-01-02 Tom Tromey <tromey@redhat.com>
2872
2873 * gdb.texinfo (GDB/MI Output Records): Update menu.
2874 (GDB/MI Breakpoint Information): New node.
2875 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2876 <-break-insert>: Likewise.
2877
8dbe8ece
YQ
28782012-12-31 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2881 (Packets): Move "vStopped" packet to ...
2882 (Notification Packets): ... here. Describe the components
2883 of notification. Add a table of supported notifications.
2884 Add an example on the process of he async notification.
2885
f35a17b5
JK
28862012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2889 present.
2890 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2891 fullname output always present.
2892
0dfd2fad
PM
28932012-12-23 Pierre Muller <muller@sourceware.org>
2894
72f4393d
L
2895 * gdbint.texinfo (Function prototypes): Require use of "extern"
2896 modifier for function prototypes in headers.
0dfd2fad 2897
7785b880
JB
28982012-12-19 Joel Brobecker <brobecker@adacore.com>
2899
2900 * refcard.tex: Update copyright notice to GPL v3 or later.
2901 Update contact info.
2902
3d745be3
JK
29032012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2904
2905 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2906
c9b6281a
YQ
29072012-12-15 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.texinfo (Debugging Output): Document 'set debug
2910 notification' and 'show debug notification'.
2911
f2a8bc8a
YQ
29122012-12-15 Yao Qi <yao@codesourcery.com>
2913
2914 * gdb.texinfo (Listing Tracepoints): New item and example about
2915 'installed on target' output.
2916 Add more in the example about 'installed on target'.
2917 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2918
451b7c33
TT
29192012-12-14 Tom Tromey <tromey@redhat.com>
2920
72f4393d 2921 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2922
3fa7bf06 29232012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2924
3fa7bf06
MG
2925 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2926
05b4bd79
PA
29272012-12-11 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.texinfo: Remove all mentions of Unixware throughout.
2930
74a0d9f6
JK
29312012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2934
0c631110
TT
29352012-11-29 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.texinfo (SVR4 Process Information): Document missing
2938 "info proc" subcommands.
2939
891df0ea
YQ
29402012-11-29 Yao Qi <yao@codesourcery.com>
2941
2942 PR gdb/1477.
2943 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2944 to 'auto' instead of 'gnu'.
2945
608e2dbb
TT
29462012-11-26 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.texinfo (MiniDebugInfo): New node.
2949 (GDB Files): Update.
2950
e64e0392
DE
29512012-11-16 Doug Evans <dje@google.com>
2952
2953 * gdb.texinfo (System-wide configuration): If the system-wide init
2954 file lives in the data-directory, and --data-directory is provided,
2955 look for it there.
2956
ae606bee
TT
29572012-11-15 Tom Tromey <tromey@redhat.com>
2958
2959 * gdb.texinfo (Signaling): Fix typo.
2960
62747a60
TT
29612012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2962
2963 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2964 parameter "count" of -data-write-memory-bytes, and add an example.
2965
18a9fc12
TT
29662012-11-12 Tom Tromey <tromey@redhat.com>
2967
2968 * gdb.texinfo (Symbols): Document "info type-printers",
2969 "enable type-printer" and "disable type-printer".
2970 (Python API): Add new node to menu.
2971 (Type Printing API): New node.
2972 (Progspaces In Python): Document type_printers field.
2973 (Objfiles In Python): Likewise.
2974 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2975 register_type_printer, TypePrinter>: Document.
2976
53342f27
TT
29772012-11-12 Tom Tromey <tromey@redhat.com>
2978
2979 * gdb.texinfo (Symbols): Document "set print type methods",
2980 "set print type typedefs", and flags to ptype and whatis.
2981
ed8a1c2d
AB
29822012-11-09 Andrew Burgess <aburgess@broadcom.com>
2983
2984 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2985 the example -data-disassemble output. Extend the description of
2986 the -data-disassemble results to document all fields. Document
2987 the cli disassemble command as being related to -data-disassemble.
2988
8506d139
YQ
29892012-11-09 Yao Qi <yao@codesourcery.com>
2990
2991 PR gdb/14777.
2992 * gdb.texinfo (OS Information): Remove doc on command
2993 'info udot'.
2994
4d3f93a2
JB
29952012-11-08 Joel Brobecker <brobecker@adacore.com>
2996
2997 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2998 gdb.ini warning for Windows port.
2999
1e96de83
YQ
30002012-11-08 Yao Qi <yao@codesourcery.com>
3001
3002 * gdb.texinfo (Search): Add kindex for 'fo'.
3003
dc939229
TT
30042012-11-05 Tom Tromey <tromey@redhat.com>
3005
3006 PR python/14802:
3007 * gdb.texinfo (Functions In Python): Add example.
3008
6f6484cd
YQ
30092012-11-03 Yao Qi <yao@codesourcery.com>
3010
3011 * observer.texi (GDB Observers): Remove observer
3012 'tracepoint_modified', 'tracepoint_created' and
3013 'tracepoint_deleted'.
3014
af4238e5
TT
30152012-10-26 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3018
687e43a4
TT
30192012-10-25 Tom Tromey <tromey@redhat.com>
3020
3021 * gdb.texinfo (General Query Packets): Use @itemx.
3022
8de0566d
YQ
30232012-10-17 Yao Qi <yao@codesourcery.com>
3024
3025 * observer.texi (GDB Observers): Update observer
3026 'memory_changed'.
3027 * gdb.texinfo (GDB/MI Async Records): Document for
3028 "memory-changed" notification.
3029
07540c15
DE
30302012-10-15 Doug Evans <dje@google.com>
3031
3032 * gdb.texinfo (Mode Options): Document -nh.
3033 Elaborate on docs for -nx.
3034
d7019589
SP
30352012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3036
3037 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3038
82a90ccf 30392012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3040 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3041
3042 * gdb.texinfo (GDB/MI Async Records): Document notification
3043 'record-started' and 'record-stopped'.
3044 * observer.texi (GDB Observers): New observer 'record-changed'.
3045
aa9259cc
TS
30462012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3047
3048 * gdb.texinfo: Document the removal of SH's 'regs' command.
3049
c1d780c2
SDJ
30502012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3051
3052 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3053
bb25a15c
YQ
30542012-09-18 Yao Qi <yao@codesourcery.com>
3055
3056 * gdb.texinfo (GDB/MI Async Records): Document new MI
3057 notifications '=tsv-created' and '=tsv-deleted'.
3058 * observer.texi (GDB Observers): New observer tsv_created and
3059 tsv_deleted.
3060
201b4506
YQ
30612012-09-18 Yao Qi <yao@codesourcery.com>
3062
3063 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3064 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3065 '=traceframe-changed'.
3066
6fc1c773
YQ
30672012-09-17 Yao Qi <yao@codesourcery.com>
3068
3069 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3070 'set listsize'.
3071
121c73f3
JK
30722012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3073 Eli Zaretskii <eliz@gnu.org>
3074
3075 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3076 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3077 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3078
e9687799
JK
30792012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3082
3b5e4d35
YPK
30832012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3084
3085 Document how to return from "python-interactive" to GDB.
3086 * gdb.texinfo (Python Commands): Update documentation.
3087
30882012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3089
3090 Add a new "python-interactive" command that starts a standard
3091 Python interactive prompt with "pi" as alias, and add "py" as
3092 an alias to "python".
3093 * gdb.texinfo (Python Commands): Document the new commands.
3094
b583003e
TT
30952012-08-22 Tom Tromey <tromey@redhat.com>
3096
3097 * gdbint.texinfo (Host Definition): Remove documentation for
3098 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3099
a451cb65
KS
31002012-08-17 Keith Seitz <keiths@redhat.com>
3101
3102 PR c++/13356
3103 * gdb.texinfo (Type and Range Checking): Remove warning.
3104 Remove spurious commas.
3105 Update text and examples for re-implementation of set/show
3106 check type.
3107 (C and C++ Type and Range Checks): Likewise.
3108
6b1755ce
YQ
31092012-08-16 Yao Qi <yao@codesourcery.com>
3110
3111 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3112 is deprecated.
3113
f47f77df
DE
31142012-08-13 Doug Evans <dje@google.com>
3115
3116 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3117 to include functions.
3118
a72c3253
DE
31192012-08-10 Doug Evans <dje@google.com>
3120
3121 * gdb.texinfo (Convenience Funs): New node.
3122 (Types In Python): Document Type.vector.
3123
5b9afe8a
YQ
31242012-08-09 Yao Qi <yao@codesourcery.com>
3125
3126 * observer.texi: New observer command_param_changed.
3127 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3128
dc1039df
JK
31292012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 * gdbint.texinfo (Debugging GDB): In section
3132 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3133 Mention also gdb-gdb.py.
3134
4abf930d
YQ
31352012-08-07 Yao Qi <yao@codesourcery.com>
3136
3137 Revert the folloing patch:
3138 2012-08-06 Yao Qi <yao@codesourcery.com>
3139 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3140 remote hardware-watchpoint-limit' and 'set
3141 remote hardware-breakpoint-limit'.
3142
f3c8a52a
JK
31432012-08-06 Nathaniel Flath <flat0103@gmail.com>
3144
3145 * gdb.texinfo (Working Directory): Added information about new
3146 default argument for 'cd' command.
3147
77a91025
YQ
31482012-08-06 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3151 remote hardware-watchpoint-limit' and 'set
3152 remote hardware-breakpoint-limit'.
3153
d9f08f52
YQ
31542012-08-06 Yao Qi <yao@codesourcery.com>
3155
3156 Fix PR14371.
3157
3158 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3159 '=breakpoint-deleted'.
3160
95b07c96
YQ
31612012-08-02 Yao Qi <yao@codesourcery.com>
3162
3163 * gdb.texinfo (Native): Remove node Neutrino.
3164
7255706c
YQ
31652012-07-27 Yao Qi <yao@codesourcery.com>
3166
3167 * gdb.texinfo (IPA Protocol Commands): Document new command
3168 'close'.
3169
d6b28940
TT
31702012-07-25 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3173
e615022a
DE
31742012-07-20 Doug Evans <dje@google.com>
3175
3176 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3177 (Index Files): Document how to control the use of deprecated index
3178 sections.
3179 (Index Section Format): Replace --use-deprecated-index-sections with
3180 "set use-deprecated-index-sections on".
3181
055855a4
EZ
31822012-07-12 Eli Zaretskii <eliz@gnu.org>
3183
3184 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3185 indices into a single node "Index". Instead, join function and
3186 variable indices into a single index, separate from the concept
3187 index. Requested in
3188 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3189 (Top): Update the top-level menu: instead of one "Index" there are
3190 now separate entries "Concept Index" and "Function and Variable
3191 Index".
3192 (Concept Index, Function and Variable Index): New nodes.
3193 (Index): Node deleted.
3194
f77cc5f0
HZ
31952012-07-05 Hui Zhu <hui_zhu@mentor.com>
3196
3197 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3198 and "maint agent-eval".
3199
00595b5e
EZ
32002012-07-03 Eli Zaretskii <eliz@gnu.org>
3201
3202 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3203 avoid file-name clashes between Index.html and index.html on
3204 case-insensitive filesystems. See the discussion starting in
3205 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3206 details of the problem.
3207 (Top): Update the master menu for the above.
3208 (Concept Index, Command and Variable Index): New nodes, instead of
3209 the old "Index" node that was deleted. All cross-references
3210 updated.
3211
d3ce09f5
SS
32122012-07-02 Stan Shebs <stan@codesourcery.com>
3213
3214 * gdb.texinfo (Dynamic Printf): Mention agent style and
3215 disconnected dprintf.
3216 (Maintenance Commands): Describe maint agent-printf.
3217 (General Query Packets): Mention BreakpointCommands feature.
3218 (Packets): Document commands extension to Z0 packet.
3219 * agentexpr.texi (Bytecode Descriptions): Document printf
3220 bytecode.
3221
2d7b58e8
JK
32222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3223
3224 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3225 only after gdbinit files.
3226 (Startup): Move -iex and -iex commands down after gdbinit files.
3227
202cbf1c
JK
32282012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3231 possibility.
3232
b6ba681c
TT
32332012-06-29 Tom Tromey <tromey@redhat.com>
3234
3235 * gdb.texinfo (Index Section Format): Update for version 7.
3236
71caed83
SS
32372012-06-28 Stan Shebs <stan@codesourcery.com>
3238
3239 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3240 example, add note about title column.
3241
ee0bf529
SCR
32422012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3243
3244 * gdb.texinfo (Symbol Tables In Python): Add description about
3245 the new 'last' attribute of gdb.Symtab_and line.
3246
3c15d565
SCR
32472012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3248
3249 * gdb.texinfo (Symbol Tables In Python): Correct the description
3250 of the 'pc' attribute of gdb.Symtab_and_line.
3251
45cfd468
DE
32522012-06-26 Doug Evans <dje@google.com>
3253
3254 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3255 and symtab-create.
3256
496ee73e
KS
32572012-06-25 Keith Seitz <keiths@redhat.com>
3258
3259 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3260 from example. Remove "rbreak" from list of corresponding
3261 gdb commands.
3262
156942c7
DE
32632012-06-23 Doug Evans <dje@google.com>
3264
3265 * gdb.texinfo (Index Section Format): Document version 7 format.
3266
c614397c
YQ
32672012-06-22 Yao Qi <yao@codesourcery.com>
3268
3269 * gdb.texinfo: Add missing cindex for some packets.
3270
472a2379
KS
32712012-06-20 Keith Seitz <keiths@redhat.com>
3272
3273 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3274 for -break-insert and document -p.
3275
2678e2af
YQ
32762012-06-20 Yao Qi <yao@codesourcery.com>
3277
3278 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3279 and "gdb.write_memory" with "Inferior.read_memory" and
3280 "Inferior.write_memory".
3281
984359d2
EZ
32822012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3283
3284 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3285 (Free Documentation): Add @node line.
3286 (Continuing and Stepping) <advance location>: Use @item instead of
3287 @itemx.
3288 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3289 @itemx.
3290 (Embedded Processors): Put the link to "PA" to its correct place,
3291 according to document structure.
3292 (Python API): Put the link to "Lazy Strings In Python" to its
3293 correct place.
3294 (Index): Use @@ in @tex block to get a literal @.
3295
3296 * gdbint.texinfo: Fix the @subtitle line.
3297
3298 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3299 correct place.
3300
16bdd41f
YQ
33012012-06-08 Yao Qi <yao@codesourcery.com>
3302
3303 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3304 Protocol'.
3305 (In-Process Agent Protocol, IPA Protocol Objects)
3306 (IPA Protocol Commands): New nodes.
3307 (Tracepoint Packets): Add anchors.
3308
2d4c29c5
TS
33092012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3310
3311 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3312
6bd110c5
YQ
33132012-06-06 Yao Qi <yao@codesourcery.com>
3314
3315 * gdb.texinfo: Update copyright year.
3316
f3e0e960
SS
33172012-05-23 Stan Shebs <stan@codesourcery.com>
3318 Kwok Cheung Yeung <kcy@codesourcery.com>
3319
3320 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3321
1564a261
JK
33222012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3325 Mention also --with-separate-debug-dir.
3326 (Auto-loading): Prepend $debugdir in the sample output.
3327 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3328 auto-load safe-path variable.
3329 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3330 Mention also $debugdir for 'set auto-load scripts-directory'.
3331
eb17f351
EZ
33322012-05-19 Eli Zaretskii <eliz@gnu.org>
3333
3334 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3335 (MIPS Embedded, MIPS, MIPS Register packet Format)
3336 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3337 appropriate.
3338
4cc0665f 33392012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3340 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3341
3342 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3343 mips compression".
3344 (MIPS Breakpoint Kinds): New subsubsection.
3345
7af8dcf8 33462012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3347
3348 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3349 nodes for subsections. Add @acronym mark-ups and adjust
3350 formatting.
3351
aff139ff
JK
33522012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 Rename $ddir to $datadir.
3355 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3356 (objfile-gdb.py file): Rename $ddir to $datadir.
3357
9cb709b6
TT
33582012-05-18 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3361
e7e0cddf
SS
33622012-05-14 Stan Shebs <stan@codesourcery.com>
3363
3364 * gdb.texinfo (Dynamic Printf): New subsection.
3365
7efc75aa
SCR
33662012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3367
3368 * gdb.texinfo (Basic Python): Add description about the function
3369 gdb.find_pc_line
3370
f307c045
JK
33712012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3372 Eli Zaretskii <eliz@gnu.org>
3373
3374 * gdb.texinfo (Separate Debug Files): Use plural form for global
3375 debugging information directory.
3376
85d4a676
SS
33772012-05-11 Stan Shebs <stan@codesourcery.com>
3378 Kwok Cheung Yeung <kcy@codesourcery.com>
3379
3380 * gdb.texinfo (Operating System Auxiliary Information): Document new
3381 'info os' subcommands.
3382
c1668e4e
JK
33832012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3386 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3387 (dotdebug_gdb_scripts section): Add reference
3388 to 'Auto-loading safe path'.
3389
7349ff92
JK
33902012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 Implement multi-component --with-auto-load-dir.
3393 * gdb.texinfo (Auto-loading): New references
3394 for 'set auto-load scripts-directory'
3395 and 'show auto-load scripts-directory'.
3396 (Auto-loading safe path): Describe the new default. Move $ddir
3397 substituation reference to 'objfile-gdb.py file'.
3398 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3399 script-name. Describe new 'set auto-load scripts-directory'
3400 and 'show auto-load scripts-directory'.
3401
6dea1fbd
JK
34022012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 Provide $ddir substitution for --with-auto-load-safe-path.
3405 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3406 (Auto-loading safe path): Likewise. Mention the default value,
3407 $ddir substitution, --with-auto-load-safe-path and
3408 --without-auto-load-safe-path.
3409 * observer.texi (gdb_datadir_changed): New.
3410
1ccacbcd
JK
34112012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3414 Twice.
3415
d9242c17
JK
3416 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3417 directory separator by path separator.
3418
af2c1515
JK
34192012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3422 for 'set auto-load safe-path' optional. Mention if it is omitted.
3423 Change disabling security protection condition to "/", twice.
3424
a20ee7a4
SCR
34252012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3426
3427 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3428 the new methods global_block and static_block on gdb.Symtab
3429 objects.
3430
56af09aa
SCR
34312012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3432
3433 * gdb.texinfo (Blocks In Python): Add a note saying that future
3434 improvements to GDB and its infrastructure can move symbols
3435 across blocks within a symbol table.
3436
2746b0ef
YQ
34372012-04-29 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3440 (A29K): Remove.
3441
62e5f89c
SDJ
34422012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3443 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3446 and generic static probe support on GDB.
3447
a766d390
DE
34482012-04-25 Doug Evans <dje@google.com>
3449
50f042b9
DE
3450 * gdb.texinfo (Go): Fix thinko.
3451
a766d390
DE
3452 * gdb.texinfo (Supported Languages): Add Go.
3453 (Go): New node.
3454
f02e2b19
YQ
34552012-04-25 Yao Qi <yao@codesourcery.com>
3456
3457 * gdbint.texinfo (Testsuite): New section `Board settings'.
3458
68d41a48
JK
34592012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3462 Three times.
3463
174bb630
JK
3464 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3465 Three times.
3466
0511cc75
JK
34672012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3470 by @table @asis. Fix formatting of one item.
3471
0070f25a
JK
34722012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3475
4dc84fd1
JK
34762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 New option "set debug auto-load".
3479 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3480 (auto-load verbose mode): New node.
3481
bccbefd2
JK
34822012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 New option "set auto-load safe-path".
3485 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3486 and "info auto-load" examples for safe-path. Put there also references
3487 for "set auto-load safe-path" and "show auto-load safe-path".
3488 New menu item for Auto-loading safe path.
3489 (Auto-loading safe path): New node.
3490 (Python Auto-loading): Update the expected output from "Missing"
3491 to "No".
3492
bf88dd68
JK
34932012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3494
3495 auto-load: Implementation.
3496 * gdb.texinfo (Mode Options): New anchor for -nx.
3497 (Startup): New anchors for Option -init-eval-command,
3498 Home Directory Init File
3499 and Init File in the Current Directory during Startup.
3500 Mention set auto-load local-gdbinit with a reference.
3501 Change the sample code to "set auto-load python-scripts".
3502 (Threads): New anchor set libthread-db-search-path.
3503 Provide references to libthread_db.so.1 file.
3504 (Controlling GDB): New menu item for Auto-loading.
3505 (Auto-loading, Init File in the Current Directory)
3506 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3507 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3508 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3509 reference.
3510 (Auto-loading): Rename to ...
3511 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3512 "set auto-load python-scripts", new anchor for it. Change
3513 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3514 for it. Change "info auto-load-scripts"
3515 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3516 to "Python scripts".
3517
8264ba82
AG
35182012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3519
3520 PR mi/13393
3521 * gdb.texinfo (Print Settings): Extend the description for "set print
3522 object".
3523 (GDB/MI Variable Objects): Extend the description for -var-create and
3524 -var-list-children.
3525
06fc020f
SCR
35262012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3527
3528 * gdb.texinfo (Examining Data): Document the 'explore' command.
3529
7191c139
JB
35302012-03-28 Joel Brobecker <brobecker@adacore.com>
3531
3532 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3533 to the children of a varobj and its update range when -var-update
3534 returns that the varobj's type changed.
3535
3708f05e
JK
35362012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3537
3538 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3539 Create two new links fir 'objfile-gdb.py file'
3540 and 'dotdebug_gdb_scripts section'.
3541
8e0583c8
JK
35422012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 * gdb.texinfo (Auto-loading): Rename node reference
3545 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3546 Twice.
3547 (.debug_gdb_scripts section): Rename the node ...
3548 (dotdebug_gdb_scripts section): ... here.
3549 (Maintenance Commands): Also rename this node reference.
3550
7b282c5a
SCR
35512012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3552
3553 * gdb.texinfo (Python API/Values From Inferior): Add description
3554 about the new method Value.referenced_value. Add description on
3555 how Value.dereference is different (and similar) to
3556 Value.referenced_value.
3557
8320cc4f
JK
35582012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3561 --init-eval-command=COMMAND, -iex.
3562 (Startup): Describe -iex and -ix. Simplify the example
3563 for "set auto-load-scripts off".
3564
481860b3
GB
35652012-03-16 Gary Benson <gbenson@redhat.com>
3566
3567 PR breakpoints/10738
3568 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3569 stating that GDB cannot set breakpoints on inlined functions.
3570 (Mode Options): Document --use-deprecated-index-sections.
3571 (Index Section Format): Document new index section version format.
3572
c4aeac85
TT
35732012-03-15 Tom Tromey <tromey@redhat.com>
3574
3575 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3576
16899756
DE
35772012-03-13 Doug Evans <dje@google.com>
3578
3579 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3580 of "reload".
3581 (Symbols): Delete docs for set/show symbol-reloading.
3582 * gdbint.texinfo (Defining Other Architecture Features): Delete
3583 SYMBOL_RELOADING_DEFAULT.
3584 * refcard.tex: Delete reference to symbol-reloading.
3585
9b224c5e
PA
35862012-03-07 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.texinfo (General Query Packets): Document new
3589 QProgramSignals packet.
3590 * gdb.texinfo (Remote configuration): Mention
3591 "program-signals-packet".
3592
169081d0
TG
35932012-03-05 Tristan Gingold <gingold@adacore.com>
3594
3595 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3596
d1feda86
YQ
35972012-03-03 Yao Qi <yao@codesourcery.com>
3598
3599 * gdb.texinfo (In-Process Agent): New node.
3600 Document new commands.
3601 (General Query Packets): Add packet `QAgent'.
3602
1faeff08
MR
36032012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3604
3605 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3606
7d74f244
DE
36072012-03-01 Scott J. Goldman <scottjg@vmware.com>
3608
3609 * gdb.texinfo (Commands In Python): Put example python macro in
3610 COMMAND_USER category rather than COMMAND_OBSCURE.
3611 Document gdb.COMMAND_USER.
3612 (User-defined Commands): Update documentation to clarify
3613 "set/show max-user-call-depth" and "show user" don't apply to python
3614 commands. Update documentation to clarify "help user-defined" may
3615 also include python commands defined as COMMAND_USER.
3616
6fe37d23
JK
36172012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 * gdb.texinfo (Startup): Add option -ex description to the option -x
3620 description.
3621
83364271
LM
36222012-02-24 Luis Machado <lgustavo@codesourcery.com>
3623
3624 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3625 condition-evaluation breakpoint parameter.
3626 Mention condition-evaluation mode being shown in "info break".
3627 (Break Conditions): Add description for target-side
3628 conditional breakpoints.
72f4393d 3629 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3630 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3631 cond-expr.
3632 (General Query Packets): Mention new ConditionalBreakpoint feature.
3633
bdb1994d
TT
36342012-02-22 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3637
4d241c86
TT
36382012-02-17 Tom Tromey <tromey@redhat.com>
3639
3640 PR python/10753:
3641 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3642 directory.
3643
816338b5
SS
36442012-02-14 Stan Shebs <stan@codesourcery.com>
3645
3646 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3647
cc30c4bd
PA
36482012-02-13 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3651 mips-idt-ecoff.
3652
035d1e5b
YQ
36532012-02-09 Yao Qi <yao@codesourcery.com>
3654
3655 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3656
f0823d2c
TT
36572012-02-07 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3660 Symbol.value.
3661
64e7d9dd
TT
36622012-02-07 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3665
4220b2f8
TS
36662012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3667
3668 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3669
edcc5120
TT
36702012-01-24 Tom Tromey <tromey@redhat.com>
3671
3672 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3673 unload".
3674 (Files): Mention new catch commands.
3675 (GDB/MI Async Records): Likewise.
3676
53fe1783
GB
36772012-01-24 Gary Benson <gbenson@redhat.com>
3678
3679 Delete #if 0'd out code.
3680 * gdb.texinfo (Frame Info): Remove "info catch".
3681
b9e7b9c3
UW
36822012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3683
3684 * gdb.texinfo (Remote Configuration): Document
3685 "set remote hostio-readlink-packet" command.
3686 (General Query Packets): Document vFile:readlink packet.
3687
4aac40c8
TT
36882012-01-16 Tom Tromey <tromey@redhat.com>
3689
3690 * gdb.texinfo (Specify Location): Document relative file name
3691 handling.
3692
cafec441
TT
36932012-01-16 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3696
0ee339bc
JK
36972012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3698 Eli Zaretskii <eliz@gnu.org>
3699
3700 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3701 code.
3702
72384ba3
PH
37032012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3704
3705 * gdb.texinfo (Variables): Document use of :: for non-static
3706 variables.
3707
ce1b17c4
JB
37082012-01-05 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdbint.texinfo (Start of New Year Procedure): Update
3711 to replace use of copyright.sh by use of copyright.py.
3712
217bff3e
JK
37132012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 Remove the gdbtui binary.
3716 * all-cfg.texi (GDBTUI): Remove.
3717 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3718 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3719 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3720
cc72b2a2
KP
37212011-12-23 Kevin Pouget <kevin.pouget@st.com>
3722
3723 Introduce gdb.FinishBreakpoint in Python.
3724 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3725 (Python API): Add menu entry for Finish Breakpoints.
3726
13ac8d2c
JK
37272011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3730 tests.
3731
e0f9f062
DE
37322011-12-16 Doug Evans <dje@google.com>
3733
3734 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3735
80b6e756
PM
37362011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3737
1c3ad6ab 3738 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3739 stack". Add documentation for "set/show python print-stack".
3740
2fb860fc
PA
37412011-12-14 Pedro Alves <pedro@codesourcery.com>
3742
3743 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3744 should transfer control to the stub in the startup code instead of
3745 in main. Mention the need to get past the initial breakpoint.
3746
f8eba3c6
TT
37472011-12-06 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.texinfo (Set Breaks): Update for new behavior.
3750
2268b414
JK
37512011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3754 List Format for SVR4 Targets'.
3755 (General Query Packets): New item qXfer:libraries-svr4:read.
3756 (Library List Format for SVR4 Targets): New node.
3757
ae6f0d5b
TT
37582011-12-01 Tom Tromey <tromey@redhat.com>
3759
3760 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3761 add.
3762
36dfb11c
TT
37632011-11-22 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3766 reasons.
3767
f196051f
SS
37682011-11-20 Stan Shebs <stan@codesourcery.com>
3769
3770 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3771 note-related options and variables.
3772 (Tracepoint Packets): Document packet changes.
3773
f85b53f8
SD
37742011-11-20 Sanjoy Das <sdas@igalia.com>
3775
3776 * gdb.texinfo (JIT Interface): Add documentation on writing and
3777 usind JIT debug info readers.
3778 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3779 Debug Info Readers): New nodes.
3780
bfccc43c
YQ
37812011-11-18 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3784 tracepoint.
3785
c011a4f4
DE
37862011-11-15 Doug Evans <dje@google.com>
3787
3788 * gdb.texinfo (Files): Document basenames-may-differ.
3789
ed59ded5
DE
37902011-11-14 Doug Evans <dje@google.com>
3791
3792 * gdb.texinfo (Shell Commands): Document "!".
3793
405f8e94
SS
37942011-11-14 Stan Shebs <stan@codesourcery.com>
3795 Kwok Cheung Yeung <kcy@codesourcery.com>
3796
3797 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3798 needed to get shorter fast tracepoints.
3799 (Tracepoint Packets): Document new qTMinFTPILen packet.
3800
1e4d1764
YQ
38012011-11-14 Yao Qi <yao@codesourcery.com>
3802
3803 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3804 behavior of tracepoint.
3805 (General Query Packets): New feature InstallInTrace.
3806 (Remote Configuration): Document "set remote
3807 install-in-trace-packet".
3808
71eba9c2 38092011-11-12 Matt Rice <ratmice@gmail.com>
3810
3811 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3812 Add arguments to info macro.
3813
e0f8f636
TT
38142011-11-10 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3817 manual.
3818 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3819 (Macros): Add a footnote.
3820 (C): Remove paragraph about compiler options.
3821 (C Constants): Mention wide character and string constants.
3822 (C Plus Plus Expressions): Update compiler option advice. Mention
3823 using declarations. Mention ADL. Remove old HP compiler
3824 information.
3825
625c0d47
TT
38262011-11-10 Tom Tromey <tromey@redhat.com>
3827
3828 PR c++/9257:
3829 * gdb.texinfo (Print Settings): Add an extra note about the need
3830 for a vtable.
3831
4be2aacc
MR
38322011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3833
3834 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3835 "set mips abi" documentation.
3836
0a1c4d10
DE
38372011-11-04 Doug Evans <dje@google.com>
3838
3839 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3840
aad1c02c
TT
38412011-11-03 Tom Tromey <tromey@redhat.com>
3842
3843 * gdb.texinfo (Stopping): Add menu entry.
3844 (Continuing and Stepping): Restore @node. Use @section, not
3845 @subsection.
3846
983fb131
MR
38472011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3848
3849 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3850 designation. Fix "Specify Location" cross-reference.
3851
3065dfb6
SS
38522011-11-02 Stan Shebs <stan@codesourcery.com>
3853
3854 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3855 (General Query Packets): Describe tracenz feature.
3856 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3857
0aaaf063
PK
38582011-10-28 Paul Koning <paul_koning@dell.com>
3859
3860 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3861
2231f1fb
KP
38622011-10-27 Kevin Pouget <kevin.pouget@st.com>
3863
72f4393d 3864 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3865 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3866
5110b5df
PK
38672011-10-26 Paul Koning <paul_koning@dell.com>
3868
3869 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3870
22dbab46
PK
38712011-10-25 Paul Koning <paul_koning@dell.com>
3872
3873 PR python/13327
72f4393d 3874
22dbab46
PK
3875 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3876 fetch_lazy method.
3877
9df2fbc4
PM
38782011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3879
3880 PR python/12656
3881
3882 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3883 global_block, static_block function.
3884
f05e2e1d
TT
38852011-10-19 Tom Tromey <tromey@redhat.com>
3886
3887 * gdb.texinfo (Commands In Python): Add missing "@"s.
3888
a7fc3f37
KP
38892011-10-13 Kevin Pouget <kevin.pouget@st.com>
3890
3891 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3892 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3893 constants.
3894
5048e516
JK
38952011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 Fix compatibility with texinfo versions older than 4.12.
3898 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3899 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3900 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3901 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3902 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3903 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3904 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3905
5a56e9c5
DE
39062011-10-09 Doug Evans <dje@google.com>
3907
3908 * gdb.texinfo (Extending GDB): Document alias command.
3909
36b11add
JK
39102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 Support @entry in input expressions.
3913 * gdb.texinfo (Variables): Describe @entry names suffix.
3914 (Print Settings): Add anchor for `set print entry-values'.
3915
e18b2753
JK
39162011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3917 Eli Zaretskii <eliz@gnu.org>
3918
3919 Display @entry parameter values (without references).
3920 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3921 example.
3922 (Print Settings): New description of set print entry-values and show
3923 print entry-values.
3924
111c6489
JK
39252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3926 Eli Zaretskii <eliz@gnu.org>
3927
3928 Recognize virtual tail call frames.
3929 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3930 (Tail Call Frames): New node.
3931 (Frames In Python): Add gdb.TAILCALL_FRAME.
3932
9c15afc4
DE
39332011-10-07 Doug Evans <dje@google.com>
3934
3935 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3936 register_pretty_printer.
3937
99f5279d
PM
39382011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3939
3940 PR python/12930
3941 PR python/12802
3942
3943 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3944 stop method.
3945
03583c20
UW
39462011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3947
3948 * gdb.texinfo (Starting your Program): "set disable-randomization"
3949 is no longer Linux-specific.
3950 (Remote Configuration): Document "set remote
3951 disable-randomization-packet".
3952 (General Query Packets): Document "QDisableRandomization" packet
3953 and add it to "qSupported" list.
3954
bd054e06
KP
39552011-10-07 Kevin Pouget <kevin.pouget@st.com>
3956
3957 Allow Python notification of new object-file loadings.
3958 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3959 event type.
3960
cb6be26b
KP
39612011-10-04 Kevin Pouget <kevin.pouget@st.com>
3962
3963 PR python/12691: Add the inferior to Python exited event
3964 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3965
a05336a1
JB
39662011-10-03 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3969 rephasing.
3970
5d77fe44
JB
39712011-10-03 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3974 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3975 as possible feature returned by the `-list-features'
3976 command.
3977
699df94d
PK
39782011-09-28 Paul Koning <paul_koning@dell.com>
3979
3980 * gdb.texinfo (gdb.Type): Document field access by dictionary
3981 key syntax.
3982
24bdad53
YQ
39832011-09-28 Yao Qi <yao@codesourcery.com>
3984
3985 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3986 Add one space after option `-s'. Remove @r{} markup.
3987
6710bf39
SS
39882011-09-27 Stan Shebs <stan@codesourcery.com>
3989
3990 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3991
d99f7e48
HZ
39922011-09-16 Hui Zhu <teawater@gmail.com>
3993
3994 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3995 to *(unsigned char *)$esp@300.
3996
d812018b
PK
39972011-09-15 Paul Koning <paul_koning@dell.com>
3998
3999 * gdb.texinfo: Make style of Python functions and methods match
4000 the syntax of Python. Also put class and module names explicitly
4001 on function, member, and variable names, matching Python
4002 documentation conventions.
72f4393d 4003
2aa48337
KP
40042011-09-15 Kevin Pouget <kevin.pouget@st.com>
4005
4006 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4007 * gdb.texinfo (Inferiors In Python): Describe new
4008 gdb.selected_inferior() function.
4009
6839b47f
KP
40102011-09-15 Kevin Pouget <kevin.pouget@st.com>
4011
4012 Handle multiple breakpoint hits in Python interface:
4013 * gdb.texinfo (Events In Python): New function documentation:
4014 gdb.BreakpointEvent.breakpoints. Indicate that
4015 gdb.BreakpointEvent.breakpoint is now deprecated.
4016
26829f2b
JB
40172011-09-04 Joel Brobecker <brobecker@adacore.com>
4018
4019 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4020
a9f54f60
TT
40212011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4022
4023 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4024
fa3a4f15
PM
40252011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4026
72f4393d
L
4027 * gdb.texinfo (Prompt): Add set/show extended-prompt
4028 documentation
4029 (Basic Python): Add prompt_hook anchor.
4030 (Python modules): Reword module text to reflect multiple modules.
4031 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4032
224bbe49
YQ
40332011-08-14 Yao Qi <yao@codesourcery.com>
4034
78d85199
YQ
4035 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4036
40372011-08-14 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4040 (TIC6x Features): New node.
4041
457e09f0
DE
40422011-08-12 Doug Evans <dje@google.com>
4043
4044 * gdb.texinfo (Symbols In Python): Document symbol.type.
4045
5e239b84
PM
40462011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4047
4048 * gdb.texinfo (Python): Document command and function
4049 auto-loading.
4050
177bc839
JK
40512011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4052 Eli Zaretskii <eliz@gnu.org>
4053
4054 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4055 typedefs unrolling. Extend the sample code by an inner typedef and
4056 outer typedefs unrolling.
4057
1a532630
PP
40582011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4059
4060 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4061 size and line-size.
4062
9b158ba0 40632011-07-21 Matt Rice <ratmice@gmail.com>
4064
4065 PR macros/12999
4066 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4067 Update text and cindex entries for info macro command.
4068
d17b6f81
PM
40692011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4070
4071 * observer.texi (GDB Observers): Add before_prompt observer.
4072 * gdb.texinfo (Basic Python): Add documentation for prompt
4073 substitution.
4074
713389e0
PM
40752011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4076
72f4393d 4077 PR python/12438
713389e0 4078 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4079 set/show python print-stack. Document set/show python
4080 print-backtrace.
713389e0 4081
177b42fe
TJB
40822011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4083
4084 * gdb.texinfo: Fix typos.
4085
900e11f9
JK
40862011-07-01 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.texinfo (Debugging Output): Document set debug
4089 check-physname.
4090
39c4d40a
TT
40912011-06-29 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4094 breakpoint-notifications feature.
4095
6f5def7d
UW
40962011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4097
4098 * gdb.texinfo (Target Description): Remove warning about
4099 possibly unstable format.
4100
8cf64490
TT
41012011-06-03 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4104 (Events In Python): Note that exit_code is optional.
4105
393eab54
PA
41062011-05-17 Pedro Alves <pedro@codesourcery.com>
4107
4108 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4109 required for multi-threading support.
4110 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4111 Hc are deprecated for multi-threading debugging. Point readers at
4112 the vCont packet.
4113
75fc9810
DE
41142011-05-15 Doug Evans <dje@google.com>
4115
4116 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4117
01124a23
DE
41182011-05-13 Doug Evans <dje@google.com>
4119
98a5dd13
DE
4120 * gdb.texinfo (Threads): Document $sdir,$pdir.
4121 (Server): Document $pdir exception.
4122
dbaefcf7
DE
4123 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4124
cc63ef9b
DE
4125 * gdb.texinfo (Threads): Clarify default value for
4126 libthread-db-search-path.
7e0396aa 4127
01124a23
DE
4128 * gdb.texinfo (Completion): Update example.
4129 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4130
d248b706
KY
41312011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4132
4133 * gdb.texinfo: Document change in the behaviour of the enable and
4134 disable GDB commands when applied to tracepoints.
4135 Document the EnableDisableTracepoints remote stub feature.
4136 Document QTEnable and QTDisable in the list of tracepoint packets.
4137
cc88a640
JK
41382011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4141 hsuser.texi.
4142 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4143 comment to hsuser.texi. Change rluser.texi name in the comment.
4144
84e578fb
DE
41452011-05-10 Doug Evans <dje@google.com>
4146
4147 * gdb.texinfo (Threads): If an empty path is provided for
4148 libthread-db-search-path it is reset to its default value.
4149 (Server): Ditto.
4150
478aac75
DE
41512011-05-09 Doug Evans <dje@google.com>
4152
4153 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4154
9c06b0b4
TJB
41552011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4156 Thiago Jung Bauermann <bauerman@br.ibm.com>
4157
4158 Implement support for PowerPC BookE masked watchpoints.
4159 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4160 (PowerPC Embedded): Mention support of masked watchpoints.
4161
9ed350ad
JB
41622011-05-03 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4165 `@value{GDBN}'.
4166
4ceed123
JB
41672011-05-03 Joel Brobecker <brobecker@adacore.com>
4168
4169 * gdb.texinfo (titlepage): Remove dedication.
4170 (In Memoriam): New appendix.
4171
559a7a62
JK
41722011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4173 Eli Zaretskii <eliz@gnu.org>
4174
4175 * gdb.texinfo (Index Section Format): Change the version to 5.
4176 Describe the different formula.
4177
03f2bd59
JK
41782011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4179 Eli Zaretskii <eliz@gnu.org>
4180
4181 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4182 for disconnected tracing.
4183 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4184 extended-remote relationship. Mention --once.
4185 (TCP port allocation lifecycle of @code{gdbserver}): New.
4186
d9b1a651
EZ
41872011-04-23 Eli Zaretskii <eliz@gnu.org>
4188
4189 * gdb.texinfo (Server): Improve indexing. Index all optional
4190 switches to gdbserver.
4191
90476074
TT
41922011-04-20 Tom Tromey <tromey@redhat.com>
4193
4194 * gdb.texinfo (Index Section Format): New node.
4195 (Top): Add new node to menu.
4196
c21236dc
PA
41972011-04-20 Pedro Alves <pedro@codesourcery.com>
4198
4199 * gdb.texinfo (Maintenance Commands): Document `maint print
4200 remote-registers'.
4201
05c8c3f5
TT
42022011-04-20 Tom Tromey <tromey@redhat.com>
4203
4204 * gdb.texinfo (Trace File Format): Move node later.
4205
7a9dd1b2
TT
42062011-04-19 Tom Tromey <tromey@redhat.com>
4207
4208 * gdbint.texinfo (Register Information Functions): Remove
4209 duplicate "the".
4210 * gdb.texinfo (Emacs): Remove duplicate "to".
4211 (GDB/MI Variable Objects): Remove duplicate "the".
4212 (General Query Packets): Likewise.
4213
4368ebeb
JB
42142011-04-02 Joel Brobecker <brobecker@adacore.com>
4215
4216 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4217 "GDB/MI Ada Exception Information" node.
4218
956a9fb9
JB
42192011-04-01 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4222 the "exception-name" field in the *stopped async record.
4223
f1310107
TJB
42242011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4225 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4226
4227 Implement support for PowerPC BookE ranged breakpoints.
4228 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4229
8786b2bd
TT
42302011-03-28 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.texinfo (Set Tracepoints): Fix typo.
4233
9ef07c8c
TT
42342011-03-24 Tom Tromey <tromey@redhat.com>
4235
4236 * gdb.texinfo (Specify Location): Document `function:label'
4237 linespec.
4238
99c3dc11
PM
42392011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4240
f1310107 4241 PR python/12149
99c3dc11
PM
4242
4243 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4244
29703da4
PM
42452011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4246
4247 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4248 (Inferiors In Python): Likewise.
4249 (Threads In Python): Likewise.
4250 (Symbols In Python): Likewise.
4251 (Objfiles In Python): Likewise.
4252 (Symbol Tables In Python): Likewise.
4253
c9174737
PA
42542011-03-15 Pedro Alves <pedro@codesourcery.com>
4255
4256 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4257 display>: Explain that the commands accept number ranges.
4258
7371cf6d
PM
42592011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4260
4261 * gdb.texinfo (Breakpoints In Python): Add description and example
4262 of Python stop function operation.
4263
ecec24e6
PM
42642011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4265
4266 * gdb.texinfo (Parameters In Python): Document get_set_string and
4267 get_show_string methods.
4268
6dcd5565
JK
42692011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4272
81896e36
JK
4273 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4274 circular-trace-buffer name.
4275
5e30da2c
JB
42762011-02-28 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4279 in the previous change.
4280
3bd0f5ef 42812011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4282
72f4393d 4283 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4284 that they can accept multiple arguments.
4285
4ec7539c
JB
42862011-02-24 Joel Brobecker <brobecker@adacore.com>
4287
4288 Revert the following patch (code patch was not approved):
4289 2011-02-21 Hui Zhu <teawater@gmail.com>
4290 * agentexpr.texi (bytecode descriptions): add printf.
4291 * gdb.texinfo (tracepoint action lists): add printf.
4292
82809774
DE
42932011-02-23 Doug Evans <dje@google.com>
4294
4295 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4296
e5a67952
MS
42972011-02-23 Michael Snyder <msnyder@vmware.com>
4298
4299 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4300 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4301 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4302
6e6fbe60
DE
43032011-02-22 Doug Evans <dje@google.com>
4304
4305 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4306 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4307 add description of result, fix @defun formatting.
4308
f994e27a
HZ
43092011-02-21 Hui Zhu <teawater@gmail.com>
4310
4311 * agentexpr.texi (Bytecode Descriptions): Add printf.
4312 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4313
c7f96d2b
TT
43142011-02-18 Tom Tromey <tromey@redhat.com>
4315
4316 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4317
60f98dde
MS
43182011-02-14 Michael Snyder <msnyder@vmware.com>
4319
4320 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4321 Document new command "thread find".
4322
08e796bc
MS
43232011-02-14 Michael Snyder <msnyder@vmware.com>
4324
4325 * gdb.texinfo (Threads): Update example of new thread message.
4326
b3b9301e
PA
43272011-02-14 Pedro Alves <pedro@codesourcery.com>
4328
4329 * gdb.texinfo (Remote Configuration): Mention set/show remote
4330 traceframe-info.
4331 (Tools/Packages Optional for Building GDB): Mention that expat is
4332 used for traceframe info.
4333 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4334 (General Query Packets) <qSupported>: Describe the
4335 qXfer:traceframe-info:read feature.
4336 (qXfer::read): Describe qXfer:traceframe-info:read.
4337 (Traceframe Info Format): New section.
4338
cef35b0f
PA
43392011-02-04 Pedro Alves <pedro@codesourcery.com>
4340
4341 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4342 for casts and unary operators.
4343
f1cbe1d3
TT
43442011-02-04 Tom Tromey <tromey@redhat.com>
4345
4346 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4347 is not useful.
4348
585fdaa1
PA
43492011-01-25 Pedro Alves <pedro@codesourcery.com>
4350
4351 * gdb.texinfo: s/value optimized out/optimized out/g
4352
7bfc9434
JB
43532011-01-21 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.texinfo (Other Misc Settings): Rework part of the
4356 documentation of the "set interactive mode" command.
4357
4694da01
TT
43582011-01-19 Tom Tromey <tromey@redhat.com>
4359
4360 * gdb.texinfo (Threads): Document thread name output and `thread
4361 name' command.
4362 (Threads In Python): Document Thread.name attribute.
4363 (GDB/MI Thread Commands): Document thread attributes.
4364
b716877b
AB
43652011-01-12 Andrew Burgess <aburgess@broadcom.com>
4366
4367 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4368 changes in mi/mi-cmd-disas.c
4369
13fd8b81
TT
43702011-01-12 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4373 Fix "thread apply" text.
4374
e09342b5
TJB
43752011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4376 Thiago Jung Bauermann <bauerman@br.ibm.com>
4377
4378 Implement support for PowerPC BookE ranged watchpoints.
4379 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4380 the "set powerpc exact-watchpoints" flag.
4381
06e65f44
TT
43822011-01-07 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.texinfo (Python API): Add descriptions to @menu items.
4385
d8e22779
TT
43862011-01-06 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4389
a255712f
PP
43902010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4391
e09342b5 4392 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4393
ccfc3d6e
TT
43942011-01-06 Tom Tromey <tromey@redhat.com>
4395
4396 PR python/12133:
4397 * gdb.texinfo (Frames In Python): Document various frame
4398 constants.
4399
44944448
JB
44002011-01-05 Joel Brobecker <brobecker@adacore.com>
4401
4402 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4403 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4404 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4405
42ea3d7a
JK
44062011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4409 (clean): Add GDBvn.texi.
4410
720d1a40
JB
44112010-12-29 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4414 occasional case where the debugger prints an array address
4415 instead of the array itself.
4416
ad196637
PA
44172010-12-23 Pedro Alves <pedro@codesourcery.com>
4418
4419 * gdb.texinfo (Packets) <read registers packet>: Document support
4420 for registers that were not collected.
4421
a86caf66
DE
44222010-12-15 Doug Evans <dje@google.com>
4423
4424 * gdb.texinfo (Startup): Document auto-loading of scripts during
4425 startup.
4426 (Auto-loading): Delete "maint set python auto-load on|off".
4427 Add "set auto-load-scripts on|off".
4428
aae1c79a
DE
44292010-12-07 Doug Evans <dje@google.com>
4430
4431 * gdb.texinfo (Mode Options): Document -data-directory.
4432 (Data Files): Add reference to -data-directory.
4433
4e04c971
DE
44342010-11-29 Doug Evans <dje@google.com>
4435
4436 * gdb.texinfo (Pretty-Printer Introduction): Change
4437 printer-name:subprinter-name to printer-name;subprinter-name.
4438
94b6973e
PM
44392010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4440
72f4393d 4441 PR python/12199
94b6973e
PM
4442
4443 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4444
39037522
TT
44452010-11-23 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4448 (Editing): Likewise.
4449 (Command History): Likewise.
4450 (TUI Keys): Likewise.
4451 (Bug Reporting): Conditionally include rluser.texi and
4452 inc-history.texinfo.
4453 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4454 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4455 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4456 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4457 (gdb.pdf): Likewise.
4458 (gdb.info): Likewise.
4459 (gdb/index.html): Likewise.
4460
5ae98d25
TT
44612010-11-23 Tom Tromey <tromey@redhat.com>
4462
4463 * Makefile.in (Makefile): Run ../config.status.
4464 (distclean): Update.
4465 * configure: Remove.
4466 * configure.ac: Remove.
4467
621c8364
TT
44682010-11-12 Tom Tromey <tromey@redhat.com>
4469
4470 * gdb.texinfo (Basic Python): Update. Add xref.
4471 (Exception Handling): Document new exception classes.
4472 (Types In Python): Update.
4473 (Frames In Python): Update.
4474
84f4c1fe
PM
44752010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4476
4477 * gdb.texinfo (Breakpoints In Python): Document "internal"
4478 parameter, and visible attribute.
4479
99e7ae30
DE
44802010-11-05 Doug Evans <dje@google.com>
4481
4482 * gdb.texinfo (Source Path): Document "set directories".
4483
f4b8a18d
KW
44842010-11-05 Ken Werner <ken.werner@de.ibm.com>
4485
4486 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4487 (OpenCL C): New node.
4488
7b51bc51
DE
44892010-11-02 Doug Evans <dje@google.com>
4490
4491 * gdb.texinfo (Pretty Printing): Expand into three sections,
4492 introduction, example, and commands.
4493 (Python API): Delete section Disabling Pretty-Printers, merge into
4494 Selecting Pretty-Printers.
4495 (Writing a Pretty-Printer): New section. Move the pretty-printer
4496 example here, and reformat to match python coding style. Add a second
4497 example using the gdb.printing module.
4498 (Python modules): Add gdb.printing.
4499
9eeee977
DE
45002010-10-29 Doug Evans <dje@google.com>
4501
4502 * gdb.texinfo (Python): Fix long line.
4503
a0e0ffdf
DE
45042010-10-20 Doug Evans <dje@google.com>
4505
4506 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4507 All references updated. Correct sections marked as subsections.
4508 (Coding Standards): New chapter. Move the coding standard related
4509 subsections here. Add section on Python coding standards.
4510
0e3509db
DE
45112010-10-13 Doug Evans <dje@google.com>
4512
4513 * gdb.texinfo (Python): Add "Python modules".
4514 (Types in Python): Add reference to gdb.types section.
4515 (Python modules): New node.
4516
44592cc4
DE
45172010-10-11 Doug Evans <dje@google.com>
4518
4519 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4520 Python" from gdb.Value.type description.
4521
6e1bb179
JB
45222010-09-28 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.texinfo (Ravenscar Profile): New node.
4525
e8467610
TT
45262010-09-22 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4529
fccd1d1e
EZ
45302010-09-22 Eli Zaretskii <eliz@gnu.org>
4531
4532 * gdb.texinfo (Values From Inferior): Clarify that
4533 value.dynamic_type works only in C++ programs with RTTI.
4534
c1b6b909
TT
45352010-09-15 Paul Bolle <pebolle@tiscali.nl>
4536
4537 * gdb.texinfo (Character Sets): Correctly reference host-charset
4538 in example.
4539
7d288aaa
TT
45402010-09-13 Tom Tromey <tromey@redhat.com>
4541
4542 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4543 Document "fullname" and "from".
4544
f75d858b
MK
45452010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4546
4547 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4548 feature `reverse' output by -list-target-features.
4549
83b9503b
L
45502010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4551
4552 * gdb.texinfo (i386 Features): Remove an extra "@item".
4553
03f17ccf
TT
45542010-08-30 Tom Tromey <tromey@redhat.com>
4555
4556 PR python/11792:
4557 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4558
9779414d
DJ
45592010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * gdb.texinfo (ARM Features): Document
4562 org.gnu.gdb.arm.m-profile.
4563
f9ffd4bb
TT
45642010-08-23 Tom Tromey <tromey@redhat.com>
4565
4566 PR python/11145:
4567 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4568 reinterpret_cast methods.
4569
702c2711
TT
45702010-08-23 Tom Tromey <tromey@redhat.com>
4571
4572 PR python/11915:
4573 * gdb.texinfo (Types In Python): Document array method.
4574
66b73624
TJB
45752010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4576
4577 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4578
06a64a0b
TT
45792010-08-16 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.texinfo (Set Watchpoints): Document -location option.
4582
a3a7127e
DE
45832010-08-13 Doug Evans <dje@google.com>
4584
4585 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4586
8dedea02
VP
45872010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4588
4589 * gdb.texinfo (GDB/MI Data Manipulation): Document
4590 -data-read-memory-raw and -data-write-memory-raw.
4591
ca5c20b6 45922010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4593 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4594
4595 * gdb.texinfo (Basic Python): Describe post_event API.
4596
cb2e07a6
PM
45972010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4600 decode_line Python APIs
cb2e07a6 4601
464b3efb
TT
46022010-08-10 Tom Tromey <tromey@redhat.com>
4603
4604 * gdb.texinfo (Pretty Printing API): Document
4605 gdb.default_visualizer.
4606
c29c521f
TT
46072010-08-10 Tom Tromey <tromey@redhat.com>
4608
4609 Revert gdb-add-index addition:
4610 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4611
5da1313b
JK
46122010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4613 Eli Zaretskii <eliz@gnu.org>
4614
4615 * gdb.texinfo (Mode Options) <-batch>
4616 (Basic Python) <gdb.execute>: Describe setting width and height.
4617
02d868e8
PP
46182010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4619
4620 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4621
c2bbed2a
TT
46222010-07-30 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.texinfo (Index Files): Mention gdb-add-index.
4625
6c13bbe1
HZ
46262010-07-30 Hui Zhu <teawater@gmail.com>
4627
4628 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4629 "detach inferior" and "kill inferior".
4630
53a71c06
CR
46312010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4632
4633 * gdb.texinfo (Machine Code): Update description of two forms of
4634 arguments, and add new example to demonstrate the new form.
4635
5374244e
PM
46362010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4637
4638 * gdb.texinfo (Values From Inferior): Add value inferior function
4639 call description.
4640
8ea5bce5
JK
46412010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4644
c0edd9ed
JK
46452010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4646 Eli Zaretskii <eliz@gnu.org>
4647
4648 Make core files the process_stratum.
4649 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4650 record_stratum example.
4651
9291a0cd
TT
46522010-07-13 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.texinfo (Index Files): New node.
4655
f5011d11
TT
46562010-07-13 Tom Tromey <tromey@redhat.com>
4657
4658 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4659
0f5238ed
TT
46602010-07-13 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.texinfo (Specify Location): Document labels.
4663
74c761c1
PA
46642010-07-01 Pedro Alves <pedro@codesourcery.com>
4665
4666 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4667 entries for fast tracepoints and static tracepoints.
4668
501994c0
PA
46692010-07-01 Pedro Alves <pedro@codesourcery.com>
4670
4671 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4672 qsThreadInfo>: Spell out `l' as ell.
4673
0fb4aa4b
PA
46742010-07-01 Pedro Alves <pedro@codesourcery.com>
4675
4676 * gdb.texinfo (Convenience Variables): Document $_sdata.
4677 (Commands to Set Tracepoints): Describe static tracepoints. Add
4678 `Listing Static Tracepoint Markers' menu entry. Document
4679 "strace".
4680 (Tracepoint Action Lists): Document collecting $_sdata.
4681 (Listing Static Tracepoint Markers): New subsection.
4682 (Tracepoints support in gdbserver): Mention static tracepoints.
4683 (remote packets, enabling and disabling): Mention
4684 read-sdata-object.
4685 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4686 and StaticTracepoint.
4687 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4688 Document qXfer:sdata:read.
4689 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4690
dc3b15be
JB
46912010-06-29 Joel Brobecker <brobecker@adacore.com>
4692
4693 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4694
595939de
PM
46952010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4696 Tom Tromey <tromey@redhat.com>
4697 Thiago Jung Bauermann <bauerman@br.ibm.com>
4698
4699 * gdb.texinfo (Inferiors In Python): New node.
4700 * gdb.texinfo (Threads In Python): New node.
4701
9279c692
JB
47022010-06-28 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.texinfo (Python): Document what the python directory is
4705 and what its location is.
4706 (Basic Python): Document the gdb.PYTHONDIR constant.
4707
bc9f0842
TT
47082010-06-25 Tom Tromey <tromey@redhat.com>
4709
4710 PR python/10808:
4711 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4712
f1421989
HZ
47132010-06-24 Hui Zhu <teawater@gmail.com>
4714
4715 * gdb.texinfo: (Commands for Controlled Output): Add
4716 documentation for command "eval".
4717
e4c0cfae
SS
47182010-06-21 Stan Shebs <stan@codesourcery.com>
4719
4720 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4721 * annotate.texinfo: Ditto.
4722 * gdbint.texinfo: Ditto.
4723 * stabs.texinfo: Ditto.
4724
bb08c432
HZ
47252010-06-22 Hui Zhu <teawater@gmail.com>
4726
4727 * gdb.texinfo: (Process Record and Replay): Add documentation
4728 for command "set record memory-query".
4729
4f5d9f07
SS
47302010-06-21 Stan Shebs <stan@codesourcery.com>
4731
4732 * gdb.texinfo: Relicense under GFDL version 1.3.
4733 * annotate.texinfo: Relicense under GFDL version 1.3.
4734 * gdbint.texinfo: Relicense under GFDL version 1.3.
4735 * stabs.texinfo: Relicense under GFDL version 1.3.
4736 * fdl.texi: Update to version 1.3.
4737
6aed2dbc
SS
47382010-06-18 Stan Shebs <stan@codesourcery.com>
4739
a61408f8
SS
4740 * gdb.texinfo (Operating System Auxiliary Information): Describe
4741 "info os" when no arguments given.
4742
6aed2dbc
SS
4743 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4744 $_thread.
4745
24e933df
HZ
47462010-06-18 Hui Zhu <teawater@gmail.com>
4747
4748 * gdb.texinfo: (Process Record and Replay): Add documentation
4749 for commands "record save" and "record restore".
4750
65d79d4b
SDJ
47512010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 * gdb.texinfo: Include information about the correct use
4754 of addresses in the `watch' command.
4755
d914c394
SS
47562010-06-11 Stan Shebs <stan@codesourcery.com>
4757
4758 * gdb.texinfo (Observer Mode): New section.
4759 (General Query Packets): Document QAllow.
889bf7c5 4760
967cf477
DE
47612010-06-04 Doug Evans <dje@google.com>
4762
4763 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4764
aaf4119b
DE
47652010-06-03 Doug Evans <dje@google.com>
4766
4767 * gdbint.texinfo (Coding): Add subsection on command names.
4768
9eae7c52
TT
47692010-06-02 Tom Tromey <tromey@redhat.com>
4770
4771 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4772 always-disassemble.
4773
fa593d66
PA
47742010-06-01 Pedro Alves <pedro@codesourcery.com>
4775
4776 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4777 gdbserver, and add cross reference.
4778 (Tracepoints support in gdbserver): New subsection.
4779
dde08ee1
PA
47802010-05-26 Pedro Alves <pedro@codesourcery.com>
4781
4782 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4783 `qRelocInsn' feature.
4784 (Relocate instruction reply packet): New subsection
4785 of `Tracepoint Packets'.
4786 (Tracepoint Packets): Mention that packets QTDP and QTStart
4787 support the qRelocInsn request, and add cross reference to new
4788 subsection.
4789
07ca107c
DE
47902010-05-25 Doug Evans <dje@google.com>
4791
4792 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4793 (Commands In Python): Document gdb.string_to_argv.
4794
c25c4a8b
JK
47952010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4798 ATTR_NORETURN.
4799
d7b32ed3 48002010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4801 Tom Tromey <tromey@redhat.com>
4802 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4803
c25c4a8b 4804 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4805
6aecb9c2
JB
48062010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4807
4808 * gdb.texinfo: (Summary) Add mention about D language support.
4809 (Filenames): Add D suffixes.
4810 (D): New node.
4811
b7da9e9f
PM
48122010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4813
4814 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4815 of macro deleted from GDB code.
4816
ab38a727
PA
48172010-04-24 Pedro Alves <pedro@codesourcery.com>
4818
4819 * gdb.texinfo (Commands to specify files): Describe what how GDB
4820 looks up DOS-based filesystem paths on the system root. Document
4821 the new `set/show target-file-system-kind' commands.
4822
66d09542
DE
48232010-04-23 Doug Evans <dje@google.com>
4824
4825 * gdb.texinfo (Python): Move Auto-loading section here ...
4826 (Python API): from here.
4827 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4828 (Maintenance Commands): Add docs for "maint print section-scripts".
4829
8bd10a10
CM
48302010-04-20 Chris Moller <cmoller@redhat.com>
4831
4832 * gdb.texinfo (Setting Breakpoints): Added description of
4833 filename-qualified rbreak.
4834 * refcard.tex (Breakpoints and Watchpoints): Added brief
4835 description of filename-qualified rbreak.
4836
4c374409
JK
48372010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4840 (Python API): Change the reference to Pretty Printing API.
4841 (Pretty Printing): Move the user part under the Data node. Reformat
4842 the sample output to 72 columns. Create a new reference to Pretty
4843 Printing API. Rename the API part ...
4844 (Pretty Printing API): To a new node name.
4845 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4846 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4847
5a9351ae
SS
48482010-04-21 Stan Shebs <stan@codesourcery.com>
4849
4850 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4851 and commands.
5a9351ae 4852 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4853
9a22f0d0
PM
48542010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4855
4856 * gdb.texinfo (Examining memory): Update for change in string
4857 display with explicit size.
4858
6149aea9
PA
48592010-04-19 Pedro Alves <pedro@codesourcery.com>
4860
4861 PR breakpoints/8554.
4862
4863 * gdb.texinfo (Save Breakpoints): New node.
4864 (save-tracepoints): Rename to ...
4865 (save tracepoints): ... this. Mention that `save-tracepoints' is
4866 a deprecated alias to `save tracepoints'.
4867
711e434b
PM
48682010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4869
645797a8 4870 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4871 (info w32 thread-information-block): Document new command.
4872 (qGetTIBAddress): Document new gdbserver query.
4873 (maint set/show show-all-tib): Document new command.
4874
3f7b2faa
DE
48752010-04-15 Doug Evans <dje@google.com>
4876
fa33c3cd
DE
4877 * gdb.texinfo (Python API): Add progspaces section.
4878 (Selecting Pretty-Printers): Progspace pretty-printers are
4879 searched too.
4880 (Progspaces In Python): New section.
4881
3f7b2faa
DE
4882 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4883
79f283fe
PM
48842010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4885
4886 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4887 returns None.
4888
87290684
SS
48892010-04-09 Stan Shebs <stan@codesourcery.com>
4890
4891 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4892 Describe the `frames-created' field, tweak grammar.
4893
a97153c7
PA
48942010-04-09 Pedro Alves <pedro@codesourcery.com>
4895
4896 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4897 Describe the `circular' and `disconnected' fields.
4898
5c5dcc1b
L
48992010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4900
4901 * gdb.texinfo (maint print registers): Mention unavailable and
4902 invisible registers.
4903
adc36818
PM
49042010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4905 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4906 Tom Tromey <tromey@redhat.com>
adc36818
PM
4907
4908 * gdb.texinfo (Breakpoints In Python): New Node.
4909
33da3f1c
SS
49102010-04-08 Stan Shebs <stan@codesourcery.com>
4911
4912 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4913 trace status fields.
4914
3a13a53b
L
49152010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4916
4917 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4918 optional. Make org.gnu.gdb.i386.avx requires
4919 org.gnu.gdb.i386.avx.
4920
08001717
DE
49212010-04-08 Doug Evans <dje@google.com>
4922
4923 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4924 search path, and document that gdb only scans the search path if
4925 the script's path doesn't specify a directory.
4926
c375651d
DE
49272010-04-05 Doug Evans <dje@google.com>
4928
4929 * gdb.texinfo (maint show python auto-load): Fix typo.
4930
af54718e
SS
49312010-04-04 Stan Shebs <stan@codesourcery.com>
4932
d77f58be
SS
4933 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4934 (Setting Watchpoints): Update description of "info watch".
4935 (Disabling Breakpoints): Only "info break" lists all.
4936
af54718e
SS
4937 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4938 (tdump): Explain how tdump works.
4939
86b17b60
PA
49402010-04-01 Pedro Alves <pedro@codesourcery.com>
4941
4942 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4943 add cross reference.
4944
ff12863f
PA
49452010-03-31 Pedro Alves <pedro@codesourcery.com>
4946
4947 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4948 commands error out.
4949
f68eb612
L
49502010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4951
4952 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4953
c8d5aac9
L
49542010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4955
4956 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4957
7d13fe92
SS
49582010-03-29 Stan Shebs <stan@codesourcery.com>
4959 Nathan Sidwell <nathan@codesourcery.com>
4960
4961 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4962 GDBN equivalent.
4963 (Set Tracepoints): Remove mention that conditional tracepoints
4964 don't exist.
4965 (Tracepoint Actions): Clarify when while-stepping collection
4966 happens, note that while-stepping does not automatically collect
4967 $pc.
4968
409873ef 49692010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4970
409873ef
SS
4971 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4972 (General Query Packets): Describe TracepointSource.
4973
ee8e71d4
EZ
49742010-03-27 Matt Rice <ratmice@gmail.com>
4975
c8d5aac9
L
4976 * gdb.texinfo (ARM): Document arguments to "target sim".
4977 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4978
99b5e152
PA
49792010-03-26 Pedro Alves <pedro@codesourcery.com>
4980
4981 * gdb.texinfo (Tracepoint Packets): Remove mention that
4982 terror:string may be plain text, and drop mention of X prefix.
4983
cd64ee31
VP
49842010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4985
4986 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4987
6c28cbf2
SS
49882010-03-24 Stan Shebs <stan@codesourcery.com>
4989
4990 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4991
95a42b64
TT
49922010-03-24 Tom Tromey <tromey@redhat.com>
4993
4994 PR breakpoints/9352:
4995 * gdb.texinfo (Break Commands): Update.
4996
18148017
VP
49972010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5000 commands.
5001
4daf5ac0
SS
50022010-03-16 Stan Shebs <stan@codesourcery.com>
5003
5004 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5005 circular-trace-buffer.
5006 (Tracepoint Packets): Describe QTBuffer, and details of the
5007 qTStatus reply.
5008
c9429232
SS
50092010-03-12 Stan Shebs <stan@codesourcery.com>
5010 Nathan Sidwell <nathan@codesourcery.com>
5011
5012 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5013 doing instruction stepping.
5014 (Tracepoint Restrictions): New node.
5015
ccefe4c4
TT
50162010-03-10 Tom Tromey <tromey@redhat.com>
5017
5018 * gdbint.texinfo (Symbol Handling): Update.
5019
7c953934
TT
50202010-03-08 Tom Tromey <tromey@redhat.com>
5021
5022 PR cli/9591:
5023 * gdb.texinfo (Mode Options): Mention lack of pagination and
5024 confirmation with --batch.
5025 (Screen Size): Mention --batch.
5026 (Messages/Warnings): Likewise.
5027
f870a310
TT
50282010-03-05 Tom Tromey <tromey@redhat.com>
5029
5030 * gdb.texinfo (Basic Python): Document target_charset and
5031 target_wide_charset.
5032
78e2826b
TT
50332010-03-05 Tom Tromey <tromey@redhat.com>
5034
5035 * gdb.texinfo (Data): Link to pretty-printing.
5036 (Output Formats): Likewise. Correct text.
5037
f5dff777
DJ
50382010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5039
5040 * gdb.texinfo (Types): Describe <struct> and <flags>.
5041
dc00d89f
PM
50422010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5043
5044 * gdb.texinfo (Frames In Python): Add block parameter and
5045 description to read_var text.
5046
5107b149 50472010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5048 Tom Tromey <tromey@redhat.com>
5107b149
PM
5049
5050 * gdb.texinfo (Types In Python): Describe block argument in
5051 template_argument and gdb.lookup_type.
5052
e03e5e7b
TT
50532010-02-24 Tom Tromey <tromey@redhat.com>
5054
5055 * gdb.texinfo (Cygwin Native): Fix typo.
5056
f3e9a817
PM
50572010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5058
5059 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5060 and select method descriptions.
5061 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5062 Tables in Python to menu.
5063 (Blocks In Python): New node.
5064 (Symbols In Python): New node.
5065 (Symbol Tables in Python): New node.
5066
a79b8f6e
VP
50672010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5068
5069 Multiexec MI
5070
5071 gdb/
5072 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5073
5074 gdb/doc/
5075 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5076 changes.
5077 (GDB/MI Program Execution): Document current behaviour of
5078 --all and --thread-group.
5079 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5080 -remove-inferior.
5081 * observer.texi (inferior_added, inferior_removed): New
5082 observers.
5083
629d6a47
TT
50842010-02-19 Tom Tromey <tromey@redhat.com>
5085
5086 * gdbint.texinfo (Getting Started): Fix @node.
5087 (Debugging GDB): Likewise.
5088
c09529e5
JB
50892010-02-13 Joel Brobecker <brobecker@adacore.com>
5090
5091 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5092 documenting the gdb_test_timeout variable.
5093
540aa8e7
MS
50942010-02-12 Jakob Engblom <jakob@virtutech.com>
5095
5096 * gdb.texinfo (MI commands): Added documentation of --reverse
5097 option to a set of MI commands. Restructured documentation of MI
5098 commands --exec-continue to reflect the complexity of reverse
5099 execution.
5100
081dfbf7
PA
51012010-02-12 Pedro Alves <pedro@codesourcery.com>
5102
5103 * gdb.texinfo (Using the Collected Data): Specify that the address
5104 range of `tfind outsize' is exclusive, and that the address range
5105 of `tfind range' is inclusive.
5106 (Tracepoint Packets): Specify that the address range of
5107 `QTFrame:range' is inclusive, and that the address range of
5108 `QTFrame:outside' is exclusive
5109
8e9c5e02
VP
51102010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5111
5112 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5113
92981e24
TT
51142010-02-10 Tom Tromey <tromey@redhat.com>
5115
5116 * gdb.texinfo (Debugging Output): Document set debug parser and
5117 show debug parser.
5118
075b51b7
L
51192010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5120
5121 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5122 i386_eflags and i386_mxcsr.
5123
3bb8d5c3
L
51242010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5125
5126 * gdb.texinfo: Document i386 target features.
5127
c5f80513
DE
51282010-02-05 Doug Evans <dje@google.com>
5129
5130 * gdbint.texinfo (Testsuite): Add a new section to document the
5131 various DejaGnu variables that may be overridden.
1be00882 5132 Document INTERNAL_GDBFLAGS.
c5f80513 5133
6ac33a4e
TT
51342010-02-04 Tom Tromey <tromey@redhat.com>
5135
5136 PR cli/8830:
5137 * gdb.texinfo (Files): -readnow comes before the filename for file
5138 and symbol-file.
5139
a1dcb23a
DJ
51402010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5141
5142 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5143 Document ARM breakpoint types.
5144 (Register Packet Format): Move into the new section.
5145 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5146
95433b34
JB
51472010-01-21 Joel Brobecker <brobecker@adacore.com>
5148
5149 * gdb.texinfo (File Options): Adjust the documentation of this
5150 switch to refer to the "source" command rather than partially
5151 duplicating some of the relevant information.
5152 (Extending GDB): Introduce and document the set/show script-extension
5153 setting.
5154 (Command Files): Add note explaining that the "source" command
5155 is also used to evalute scripts written in other languages.
5156 Remove the short slightly incorrect reference to sourcing Python
5157 scripts.
5158 (Python Commands): Document how to execute a Python script from GDB.
5159
8d576872
JB
51602010-01-19 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdb.texinfo (Command Files): Fix typo.
5163
8150ff9c
JB
51642010-01-18 Tom Tromey <tromey@redhat.com>
5165
5166 * gdb.texinfo (File Options): Document -x on .py files.
5167 (Command Files): Document handling of Python scripts.
5168
23db03a6
JZ
51692010-01-18 Jie Zhang <jie.zhang@analog.com>
5170
5171 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5172
00bf0b85
SS
51732010-01-15 Stan Shebs <stan@codesourcery.com>
5174
5175 * gdb.texinfo (Trace Files): New section.
5176 (Tracepoint Packets): Document QTSave and qTBuffer.
5177 (Trace File Format): New appendix.
5178
be759fcf
PM
51792010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5180
5181 * gdb.texinfo (Values From Inferior): Document lazy_string value
5182 method.
5183 (Python API): Add Lazy strings menu item.
5184 (Lazy Strings In Python): New node.
5185
dc146f7c
VP
51862010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5187
5188 * gdb.texinfo (GDB/MI Thread Information): New.
5189 (GDB/MI Async Records): Document the core field in *stopped.
5190 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5191 documentation
5192 (Process list): Document that osdata document may contain
5193 threads.
5194 (Remote Serial Protocol): Document qXfer:threads.
5195
d5551862
SS
51962010-01-06 Stan Shebs <stan@codesourcery.com>
5197
5198 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5199 disconnected tracing.
5200 (Tracepoint Packets): Document new protocol.
5201
7a697b8d
SS
52022010-01-05 Stan Shebs <stan@codesourcery.com>
5203
5204 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5205 tracepoints.
5206 (Tracepoint Packets): Describe remote protocol for fast
5207 tracepoints.
5208
e6f3ec50
JB
52092010-01-01 Joel Brobecker <brobecker@adacore.com>
5210
5211 Update the "Start of New Year Procedure".
5212 * gdbint.texinfo: Add the list of files that need to be updated
5213 manually. Minor reformatting.
5214
ddc4e9c1
JB
52152010-01-01 Joel Brobecker <brobecker@adacore.com>
5216
5217 * refcard.tex: Update copyright year in header and text.
5218
9d2897ad
JB
52192010-01-01 Joel Brobecker <brobecker@adacore.com>
5220
5221 * agentexpr.texi: Add 2010 to the list of copyright years.
5222 * annotate.texinfo: Likewise.
5223 * gdb.texinfo: Likewise.
5224 * gdbint.texinfo: Likewise.
5225 * observer.texi: Likewise.
5226 * stabs.texinfo: Likewise.
5227
6da95a67
SS
52282009-12-31 Stan Shebs <stan@codesourcery.com>
5229
5230 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5231
236f1d4d
SS
52322009-12-29 Stan Shebs <stan@codesourcery.com>
5233
5234 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5235
f61e138d
SS
52362009-12-28 Stan Shebs <stan@codesourcery.com>
5237
5238 * gdb.texinfo (Trace State Variables): New section.
5239 (Tracepoint Packets): Describe trace state variable packets.
5240 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5241 variable bytecodes.
5242
0fe7935b
DJ
52432009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5246 declarations.
5247
a6b29f87
VP
52482009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5249
5250 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5251 -gdb-exit behaviour.
5252
5e4bde96
JB
52532009-12-20 Joel Brobecker <brobecker@adacore.com>
5254
5255 * gpl.texi: Update to version 3 of the GPL.
5256
a1715244
JB
52572009-12-20 Joel Brobecker <brobecker@adacore.com>
5258
5259 * Makefile.in: Update copyright header.
5260 * observer.texi: Fix the copyright header of the generated files.
5261
361ae042
PM
52622009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5263
5264 * gdb.texinfo (Types In Python): Describe range function.
5265
bfd31e71
PM
52662009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5267
5268 * gdb.texinfo (Types In Python): Describe "is_base_class".
5269
57a1d736
TT
52702009-12-03 Tom Tromey <tromey@redhat.com>
5271
5272 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5273
8cebebb9
PP
52742009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5275
5276 * observer.texi: New memory_changed observer.
5277
16af530a
TT
52782009-12-01 Tom Tromey <tromey@redhat.com>
5279
5280 * gdb.texinfo (Reverse Execution): Fix typo.
5281
b6199126
DJ
52822009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5283
5284 PR gdb/8704
5285
5286 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5287 are allowed after the breakpoint condition.
5288
7a6973ad
TT
52892009-11-23 Tom Tromey <tromey@redhat.com>
5290
5291 PR python/10782:
5292 * gdb.texinfo (Types In Python): Document Type.pointer.
5293
21a0512e
PP
52942009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5295
5296 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5297
a5832c8f
PA
52982009-11-11 Pedro Alves <pedro@codesourcery.com>
5299
5300 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5301 (Using Agent Expressions): Delete cross reference.
5302
1eb7cd77
JB
53032009-11-07 Joel Brobecker <brobecker@adacore.com>
5304
5305 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5306 and @settitle directives up to help makeinfo find them.
5307
24ddea62
JK
53082009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5309
5310 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5311 (Auto-loading): Use plural and note one can use multiple components now.
5312
3afae151
VP
53132009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5314
5315 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5316 -stack-list-arguments have the same documentation for parameter
5317 as -stack-list-locals. Add comas.
5318
14ff2235
PM
53192009-10-27 Tom Tromey <tromey@redhat.com>
5320 Eli Zaretskii <eliz@gnu.org>
5321
c8d5aac9 5322 PR python/10781
14ff2235
PM
5323
5324 * gdb.texinfo (Values From Inferior): Document cast method.
5325
9c419145
PP
53262009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5327
5328 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5329 and adjust example.
889bf7c5 5330
29153c24
MS
53312009-10-22 Michael Snyder <msnyder@vmware.com>
5332
5333 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5334 info record command. Also document the new save and restore
29153c24
MS
5335 commands.
5336
2b28d209
PP
53372009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5338
5339 * gdb.texinfo (Machine Code): Mention current pc marker.
5340 (Memory): Likewise.
5341
6c95b8df
PA
53422009-10-19 Pedro Alves <pedro@codesourcery.com>
5343 Stan Shebs <stan@codesourcery.com>
5344
5345 * observer.texi (new_inferior): Rename to...
5346 (inferior_appeared): ... this.
5347
5348 * gdb.texinfo (Inferiors): Rename node to ...
5349 (Inferiors and Programs): ... this. Mention running multiple
5350 programs in the same debug session.
5351 <info inferiors>: Mention the new 'Executable' column if "info
5352 inferiors". Update examples. Document the "add-inferior",
5353 "clone-inferior", "remove-inferior" and "maint info
5354 program-spaces" commands.
5355 (Process): Rename node to...
5356 (Forks): ... this. Document "set|show follow-exec-mode".
5357
2f8132f3
MS
53582009-10-11 Michael Snyder <msnyder@vmware.com>
5359
5360 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5361 (ReverseContinue): Ditto.
5362
cba4b2d3
PP
53632009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5364
5365 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5366
da082f17
JK
53672009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5368
5369 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5370
08be9d71
ME
53712009-10-06 Michael Eager <eager@eagercon.com>
5372
5373 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5374 (Embedded Processors): Add MicroBlaze.
5375 (MicroBlaze): New. Describe Xilinx MicroBlaze
5376
08a0efd0
PA
53772009-10-04 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5380
cbb8f428
EZ
53812009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5382
5383 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5384
30a4a70c
JB
53852009-09-23 Joel Brobecker <brobecker@adacore.com>
5386
5387 * observer.texi (solib_unloaded): Document explicitly the fact that
5388 this observer is called before the associated symbols are unloaded.
5389
b3372f91
VP
53902009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5391
5392 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5393 -stack-list-variables.
5394
f43030c4
TT
53952009-09-18 Tom Tromey <tromey@redhat.com>
5396
5397 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5398 is experimental.
5399
ec7e75e7
PP
54002009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5401
5402 * gdb.texinfo (convenince variables): Mention
5403 $_siginfo could be empty.
f43030c4 5404
0cc7d26f
TT
54052009-09-15 Tom Tromey <tromey@redhat.com>
5406
5407 * gdb.texinfo (GDB/MI Variable Objects): Document
5408 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5409 Expand -var-update documentation.
5410
a96d9b2e
SDJ
54112009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5412
5413 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5414 feature.
5415
005ca36a
JB
54162009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5419
0d772ac9
MS
54202009-09-10 Michael Snyder <msnyder@vmware.com>
5421
5422 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5423 ReverseStep replies to the qSupported query.
5424
14fb1bac
JB
54252009-09-10 Joel Brobecker <brobecker@adacore.com>
5426
5427 Add documentation for set/show interactive-mode.
5428 * gdb.texinfo (Other Misc Settings): New node.
5429
29b090c0
DE
54302009-09-01 Doug Evans <dje@google.com>
5431
5432 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5433 non-stop mode's affect on remote caching.
5434
4e5d721f
DE
54352009-08-31 Jacob Potter <jdpotter@google.com>
5436 Doug Evans <dje@google.com>
5437
5438 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5439 Mark `set/show remotecache' options as obsolete.
5440 Document new `set/show stack-cache' option.
5441 Update text for `info dcache'.
5442
55333a84
DE
54432009-08-27 Doug Evans <dje@google.com>
5444
5445 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5446 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5447
bc3a0b4d
RW
54482009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5449
5450 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5451 about autoconf.
5452
3a1ff0b6
PA
54532009-08-25 Pedro Alves <pedro@codesourcery.com>
5454
5455 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5456 small example, and describe its columns. Replace "inferior-id" by
5457 "infno" throughout.
5458
81ecdfbb
RW
54592009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5460
af542c2e
RW
5461 * gdbint.texinfo (Releasing GDB): Point to
5462 README-maintainer-mode file for required autoconf version.
5463 * configure.ac: Do not substitute datarootdir, htmldir,
5464 pdfdir, docdir. Do not process --with-datarootdir,
5465 --with-htmldir, --with-pdfdir, --with-docdir.
5466 * configure: Regenerate.
5467
81ecdfbb
RW
5468 * configure: Regenerate.
5469
4efc6507
DE
54702009-08-20 Reid Kleckner <reid@kleckner.net>
5471
5472 * gdb.texinfo: Add chapter on JIT interface.
5473
43089a6e
NR
54742009-08-07 Nick Roberts <nickrob@snap.net.nz>
5475
5476 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5477 confirmation request.
43089a6e 5478
99e008fe
EZ
54792009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5480
c8d5aac9
L
5481 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5482 CRC definitions.
99e008fe 5483
48cb2d85
VP
54842009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5485
5486 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5487 -break-commands.
48cb2d85 5488
ff1a52c6
UW
54892009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5490
5491 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5492 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5493
3285f3fe
UW
54942009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5495
5496 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5497 "set spu stop-on-load" and "show spu stop-on-load" commands.
5498
e35359c5
UW
54992009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5500
5501 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5502
58d6951d
DJ
55032009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5504
5505 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5506 org.gnu.gdb.arm.neon.
5507
08d16641
PA
55082009-07-20 Pedro Alves <pedro@codesourcery.com>
5509
5510 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5511 optional element.
5512 (subsection OS ABI): New subsection.
5513
782b2b07
SS
55142009-07-14 Stan Shebs <stan@codesourcery.com>
5515
5516 * gdb.texinfo (Tracepoint Conditions): New section.
5517 (General Query Packets): Describe ConditionalTracepoints.
5518 (Tracepoint Packets): Describe condition field.
5519 (Maintenance Commands): Describe maint agent-eval.
5520 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5521
9b117ef3
HZ
55222009-07-11 Hui Zhu <teawater@gmail.com>
5523
5524 * gdb.texinfo (disassemble): Add a new modifier /r
5525 to "disassemble" command to make it print the raw instructions
5526 in hex as well as in symbolic form.
5527
f5a33284
TT
55282009-07-09 Tom Tromey <tromey@redhat.com>
5529
5530 * gdbint.texinfo (Testsuite): Document parallel make check.
5531
812f7342
TT
55322009-07-09 Tom Tromey <tromey@redhat.com>
5533
5534 * gdbint.texinfo (Testsuite): Document test transcripts.
5535
fbb8f299
PM
55362009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5537
5538 * gdb.texinfo (Values From Inferior): Add length parameter
5539 description.
5540
dd8f35ac
EZ
55412009-07-04 Chris Genly <chris@genly.us>
5542
5543 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5544 in -var-list-children. Fix example according to what the code
5545 does.
5546
2277426b
PA
55472009-07-02 Pedro Alves <pedro@codesourcery.com>
5548
5549 * gdb.texinfo (Debugging multiple inferiors): Document the
5550 "inferior", "detach inferior" and "kill inferior" commands.
5551 (Debugging Programs with Multiple Processes): Adjust to mention
5552 generic "inferior" commands. Delete mention of "detach fork" and
5553 "delete fork". Cross reference to "Debugging multiple inferiors"
5554 section.
5555
a6d9a66e
UW
55562009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5557
5af949e3
UW
5558 * gdbint.texinfo (Item Output Functions): Update signature
5559 for ui_out_field_core_addr.
5560
55612009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5562
5563 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5564 Update example code extrated from breakpoint.c.
5565
9901a55b 55662009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5567
9901a55b
PP
5568 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5569 MI commands.
5570 (GDB/MI Symbol Query): Likewise.
5571 (GDB/MI File Commands): Likewise.
5572 (GDB/MI File Transfer Commands): Likewise.
5573 (GDB/MI Target Manipulation): Likewise.
5574 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5575
edb3359d
DJ
55762009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5577
5578 * gdb.texinfo (Debugging Optimized Code): New chapter.
5579 (Compiling for Debugging): Reference it. Move some
5580 text to the new section.
5581
7cd1089b
PM
55822009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5583
5584 * doc/gdb.texinfo (Calling): Document
5585 set-unwind-on-terminating-exception usage.
5586
d4db2f36
PA
55872009-06-11 Pedro Alves <pedro@codesourcery.com>
5588
5589 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5590 command.
5591
d1a7880c
PA
55922009-06-07 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5595 references.
5596
473f94e6
UW
55972009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5598
5599 * gdbint.texinfo: Rename formal parameters to gdbarch function
5600 protoypes from "current_gdbarch" to "gdbarch".
5601
8f500870
TT
56022009-05-28 Tom Tromey <tromey@redhat.com>
5603
5604 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5605
b6313243
TT
56062009-05-27 Tom Tromey <tromey@redhat.com>
5607
5608 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5609 feature.
5610 (GDB/MI Variable Objects): Document -var-set-visualizer.
5611
56122009-04-02 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5615 feature.
5616 (GDB/MI Variable Objects): Document -var-set-visualizer.
5617
a6bac58e
TT
56182009-05-27 Tom Tromey <tromey@redhat.com>
5619 Thiago Jung Bauermann <bauerman@br.ibm.com>
5620 Phil Muldoon <pmuldoon@redhat.com>
5621
5622 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5623 (Pretty Printing): New node.
5624 (Selecting Pretty-Printers): Likewise.
5625 (Python API): Update.
5626 (Output Formats): Document /r format.
5627
2c74e833
TT
56282009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5629 Tom Tromey <tromey@redhat.com>
5630
5631 * gdb.texinfo (Types In Python): New node.
5632 (Values From Inferior): "type" is now an attribute.
5633 (Python API): Update.
5634
89c73ade
TT
56352009-05-27 Tom Tromey <tromey@redhat.com>
5636 Thiago Jung Bauermann <bauerman@br.ibm.com>
5637 Phil Muldoon <pmuldoon@redhat.com>
5638
5639 * gdb.texinfo: Add @syncodeindex for `tp'.
5640 (Python API): Update.
5641 (Auto-loading): New node.
5642 (Objfiles In Python): New node.
5643
17a37d48
PP
56442009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5645
5646 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5647
6718376f
NR
56482009-05-15 Nick Roberts <nickrob@snap.net.nz>
5649
5650 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5651
cbe54154
PA
56522009-05-12 Pedro Alves <pedro@codesourcery.com>
5653
5654 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5655 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5656 show show-debug-regs' docs.
5657
8e05493c
EZ
56582009-05-08 Eli Zaretskii <eliz@gnu.org>
5659
5660 * gdb.texinfo (Process Record and Replay): Add description of
5661 reverse execution.
5662
b39f4988
JB
56632009-05-07 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdbint.texinfo (Adding support for debugging core files): New node.
5666 (Native Debugging): Remove the ``Native core file Support'' section.
5667
a2311334
EZ
56682009-05-01 Eli Zaretskii <eliz@gnu.org>
5669
5670 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5671 Add index entries.
5672
53cc454a 56732009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5674 Michael Snyder <msnyder@vmware.com>
53cc454a 5675
a2311334
EZ
5676 * gdb.texinfo: (Process Record and Replay): Add documentation for
5677 process record and replay.
53cc454a 5678
484086b7
JK
56792009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5682 a new part on command-line defined macros.
5683
32ae1842
EZ
56842009-04-25 Eli Zaretskii <eliz@gnu.org>
5685
5686 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5687 clarify the wording.
5688
b14b1491
TT
56892009-04-23 Tom Tromey <tromey@redhat.com>
5690
5691 * gdb.texinfo (Data Files): New node.
5692 (GDB Files): Update menu.
5693
5c1e86e1
JB
56942009-04-23 Joel Brobecker <brobecker@adacore.com>
5695
5696 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5697 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5698
83eba9b7
VP
56992009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5700
5701 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5702
e31198c4
HZ
57032009-04-22 Hui Zhu <teawater@gmail.com>
5704
5705 * gdb.texinfo (disassemble-next-line): Set the default of
5706 disassemble-next-line to off.
5707
26e251b6
JM
57082009-04-21 Joseph Myers <joseph@codesourcery.com>
5709
5710 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5711 --with-htmldir): New.
5712 * configure: Regenerate.
5713 * Makefile.in (datarootdir, docdir): Define.
5714 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5715 instead of $(SET_TEXINPUTS).
5716 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5717 gdbint.info instead of $(SET_TEXINPUTS).
5718 (gdbint/index.html): Use same -I options as for building
5719 gdbint.info.
5720 (stabs.dvi, stabs.pdf): Use same -I options as for building
5721 stabs.info instead of $(SET_TEXINPUTS).
5722 (stabs/index.html): Use same -I options as for building
5723 stabs.info.
5724 (annotate.dvi, annotate.pdf): Use same -I options as for building
5725 annotate.info instead of $(SET_TEXINPUTS).
5726 (annotate/index.html): Use same -I options as for building
5727 annotate.info.
5728
eac35c4e
DD
57292009-04-21 David Daney <ddaney@caviumnetworks.com>
5730
5731 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5732
29b0e8a2
JM
57332009-04-21 Joseph Myers <joseph@codesourcery.com>
5734
5735 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5736
2b831889 57372009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5738 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5739
5740 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5741 (MAKEHTMLFLAGS): Set to empty.
5742 (html__strip_dir): Define.
5743 (HTMLFILES): Define.
5744 (HTMLFILES_INSTALL): Define.
5745 (install-html): Copy new automake rule.
5746 (html): Depend on $(HTMLFILES).
5747 (gdb_toc.html): Rename to gdb/index.html.
5748 (gdbint_toc.html): Rename to gdbint/index.html.
5749 (stabs_toc.html): Rename to stabs/index.html.
5750 (annotate_toc.html): Rename to annotate/index.html.
5751
89a34d1b
JM
57522009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5753
5754 * Makefile.in: Set pdfdir and htmldir from configure
5755 substitutions.
5756 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5757 * configure: Regenerate.
5758
a2d5da46
JB
57592009-04-16 Joel Brobecker <brobecker@adacore.com>
5760
5761 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5762 This macro is no longer used.
5763
732f6a93
TT
57642009-04-15 Tom Tromey <tromey@redhat.com>
5765
5766 * gdb.texinfo (Character Sets): Document default character set.
5767
87f9adc1
PM
57682009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5769
5770 * gdbint.texinfo: Change server name from sources.redhat.com to
5771 sourceware.org throughout.
5772
2c88c651
JB
57732009-04-09 Joel Brobecker <brobecker@adacore.com>
5774
5775 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5776 about a missing dot or coma after @xref.
5777
4f5376b2
JB
57782009-04-02 Joel Brobecker <brobecker@adacore.com>
5779
5780 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5781 example, and add a small explanation about it.
5782 (Print Settings): Change the documentation of the "set print
5783 frame-arguments" to reflect the fact that the default is now "scalars".
5784
a0381d3a
JB
57852009-04-02 Joel Brobecker <brobecker@adacore.com>
5786
5787 * gdb.texinfo (Print Settings): Add kindex for command "set
5788 print frame-arguments".
5789
45ac276d
JB
57902009-03-31 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5793 breakpoints.
5794 (Set Breaks): Add reference to thread-specific and task-specific
5795 breakpoints.
5796
32cd1edc
JB
57972009-03-31 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdb.texinfo (Ada Tasks): Remove the documentation about
5800 the "Running" state, as this state has been eliminated.
5801 Now all runnable tasks are shown as "Runnable".
5802
1042e4c0
SS
58032009-03-30 Stan Shebs <stan@codesourcery.com>
5804
5805 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5806 special case of breakpoints.
5807 (Enable and Disable Tracepoints): Mention deprecation.
5808 (Listing Tracepoints): Update description and example.
5809
f8f6f20b
TJB
58102009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5811
5812 * gdb.texinfo (Frames in Python): New node.
5813 (Python API): Update.
5814
c0c6f777
TJB
58152009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5816
5817 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5818 from a method to an attribute.
5819
def2b000
TJB
58202009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5821
5822 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5823 attribute.
5824
a07daef3
PA
58252009-03-25 Pedro Alves <pedro@codesourcery.com>
5826
5827 * observer.texi (thread_exit): Add "silent" parameter.
5828
f3b1572e
PA
58292009-03-22 Pedro Alves <pedro@codesourcery.com>
5830
5831 * observer.texi (about_to_proceed): New.
5832
587afa38
EZ
58332009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5834
5835 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5836 field throughout to handle types with spaces in them. Fix typos
5837 found by aspell.
5838 (Summary, Requirements, Contributors): New first chapter,
5839 "Summary" added, old Requirements section moved there, and new
5840 section, "Contributors" added.
5841 (Initializing a New Architecture, Register Representation)
5842 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5843 (Porting gdb): These sections extended and updated.
5844 (Compiler Characteristics): This section (empty) deleted.
5845 (Defining Other Architecture Features): This section renamed and
5846 duplicate material removed from (formerly "Target Conditionals").
5847 Use braces {} in @deftypeXX type field throughout to handle types
5848 with spaces in them. Typos found by aspell fixed.
5849
5850 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5851 * stack_frame.pdf: Version of image for PDF output.
5852 * stack_frame.png: Version of image for HTML output and for Emacs.
5853 * stack_frame.txt: Version of image for Info output.
1db61298 5854 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5855
10af6951
EZ
58562009-03-21 Eli Zaretskii <eliz@gnu.org>
5857
5858 * gdb.texinfo (Character Sets): Fix last change.
5859
cc924cad
TJB
58602009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5861
5862 * gdb.texinfo (Values From Inferior): Fix optional arguments
5863 markup.
5864 (Commands In Python): Adjust argument names of gdb.Command.__init__
5865 to what the function accepts as keywords.
5866
bc3b79fd
TJB
58672008-03-20 Tom Tromey <tromey@redhat.com>
5868
5869 * gdb.texinfo (Convenience Vars): Document convenience functions.
5870 (Functions In Python): New node.
5871 (Python API): Update.
5872
6c7a06a3
TT
58732009-03-20 Tom Tromey <tromey@redhat.com>
5874
5875 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5876 set target-wide-charset.
5877 (Requirements): Mention iconv.
5878
b646ddd4
HZ
58792009-03-17 Hui Zhu <teawater@gmail.com>
5880
5881 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5882
91440f57
HZ
58832009-03-17 Hui Zhu <teawater@gmail.com>
5884
5885 * gdb.texinfo: Add documentation for disassemble-next-line.
5886
8fd41227
TJB
58872009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5888
5889 * gdb.texinfo (Commands In Python): Remove tindex entries.
5890
61ff14c6
JK
58912009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5892
5893 * gdb.texinfo (Returning): New description for missing debug info.
5894
0b16c5cf
PA
58952009-03-14 Pedro Alves <pedro@codesourcery.com>
5896
5897 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5898 (General Query Packets): Document qAttached.
0b16c5cf 5899
32fc0df9
PA
59002009-03-05 Pedro Alves <pedro@codesourcery.com>
5901
5902 * gdb.texinfo (Background Execution): Better describe the set
5903 target-async command.
5904 (Maintenance Commands): Delete description of the `maint set/show
5905 linux-async' and `maint set/show remote-async' commands.
5906
134eb42c
VP
59072009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5908
5909 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5910 between sentences.
5911
c86cf029
VP
59122009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5913
5914 * gdb.texinfo (GDB/MI Async Records): Document the
5915 =library-loaded and =library-unloaded notifications.
5916
3ea85240
VP
59172009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5918
5919 * observer.texi (test_notification): New observer.
5920
1d33d6ba
VP
59212009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5922
61ff14c6
JK
5923 * observer.texi: Add parameter 'print_frame' to normal_stop
5924 observer.
1d33d6ba 5925
d721c933
EZ
59262009-02-07 Eli Zaretskii <eliz@gnu.org>
5927
5928 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5929 (Commands In Python): Fix COMMAND_* constants in last change. Use
5930 @kbd for interactive input. Add cross-references and index
5931 entries.
5932
4aa995e1
PA
59332009-02-06 Pedro Alves <pedro@codesourcery.com>
5934
5935 * gdb.texinfo (Signals): Document $_siginfo.
5936 (Convenience Variables): Mention $_siginfo.
5937 (Remote Configuration): Document qXfer:siginfo:read,
5938 qXfer:siginfo:write packets, and the read-siginfo-object,
5939 write-siginfo-object commands.
5940
5f5233d4
PA
59412009-02-06 Pedro Alves <pedro@codesourcery.com>
5942
5943 * gdbint.texinfo (Values): New chapter.
5944
d8906c6f
TJB
59452009-02-06 Tom Tromey <tromey@redhat.com>
5946
5947 * gdb.texinfo (Python API): Add entry for Commands In Python.
5948 (Commands In Python): New node.
5949
b6cb8e7d
TJB
59502009-02-05 Tom Tromey <tromey@redhat.com>
5951
5952 * gdb.texinfo (Values From Inferior): Document Value.string.
5953
12453b93
TJB
59542009-02-05 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.texinfo (Basic Python): Document execute's from_tty
5957 argument.
5958
08c637de
TJB
59592009-02-04 Tom Tromey <tromey@redhat.com>
5960
5961 * gdb.texinfo (Basic Python): Document gdb.history.
5962
592375cd
VP
59632009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5964
5965 * gdb.texinfo (GDB/MI Thread Commands): Document the
5966 'current-thread-id' field. Remove the example with zero threads,
5967 since current GDB won't ever report that if there's inferior.
5968
41447f92
VP
59692009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5970
5971 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5972 option to -break-insert.
5973
098b41a6
JG
59742009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5975 Jerome Guitton <guitton@adacore.com>
5976
5977 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5978 (System-wide configuration): New section.
5979
3c16cced
PA
59802009-01-26 Pedro Alves <pedro@codesourcery.com>
5981
5982 PR gdb/7580:
5983 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5984 internal-error|internal-warning quit|corefile ask|yes|no".
5985
62709adf
PA
59862009-01-26 Pedro Alves <pedro@codesourcery.com>
5987
5988 * gdb.texinfo (Using the `gdbserver' Program): Document
5989 --remote-debug.
5990
7ce58dd2
DE
59912009-01-23 Doug Evans <dje@google.com>
5992
5993 * gdb.texinfo: Add nexti to list of commands that support
5994 background execution.
5995
adb483fe
DJ
59962009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * gdb.texinfo (Define, Hooks): Document prefix command support.
5999
a67ec3f4 60002009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6001 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6002
6003 Fixes for makeinfo --html.
6004
6005 * annotate.texinfo: Use @copying and @insertcopying. Use
6006 @ifnottex in place of @ifinfo.
6007 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6008 place of @ifinfo. Use @ifnotinfo for one index entry.
6009 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6010 in place of @ifinfo.
6011 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6012 in place of @ifinfo. Include contents at start unconditionally.
6013
84fcdf95
PA
60142009-01-13 Pedro Alves <pedro@codesourcery.com>
6015
6016 * gdb.texinfo (General Query Packets): Remove @var{} around the
6017 "spu" literal string.
6018
fa3a767f
PA
60192009-01-07 Pedro Alves <pedro@codesourcery.com>
6020
6021 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6022 program may be running in another process" errors.
6023 * gdbint.texinfo (Native Conditionals): Delete
6024 ONE_PROCESS_WRITETEXT description.
6025
9cb011d3
JB
60262009-01-07 Joel Brobecker <brobecker@adacore.com>
6027
6028 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6029 emacs local variable to be placed at the end of the ChangeLog.
6030 Add server.c and gdbreplay.c to the list of files where the
6031 copyright year needs to be updated.
6032
84603566
SL
60332009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6034
6035 * gdb.texinfo (Remote Configuration): Document new
6036 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6037 commands.
6038
a53f55d8
PA
60392008-12-28 Pedro Alves <pedro@codesourcery.com>
6040
6041 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6042 FETCH_INFERIOR_REGISTERS.
6043 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6044 FETCH_INFERIOR_REGISTERS descriptions. Remove
6045 gdbarch_get_longjmp_target descrition, since already described in
6046 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6047 (Target Conditionals): ... here.
6048
077e0a52
JB
60492008-12-16 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6052 examples.
6053 (Additions to Ada): Likewise. Add the missing opening and closing
6054 parenthesis of the GDB prompt in one of the examples.
6055
023eb17c
JB
60562008-12-14 Joel Brobecker <brobecker@adacore.com>
6057
6058 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6059 about the result of 'Address not being of type System.Address.
6060 This problem has been fixed a while ago.
6061
c3b108f7
VP
60622008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6063
6064 MI non-stop and multiprocess docs.
6065
c8d5aac9
L
6066 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6067 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6068 Adjust documentation for *stopped, document =thread-created,
6069 =thread-exited, =thread-group-created and =thread-group-exited.
6070 (GDB/MI Thread Commands): Document the 'state' field in
6071 -thread-info output.
6072 (GDB/MI Program Execution): Mention --all and --thread-group
6073 options.
6074 (GDB/MI Variable Objects): Describe floating and fixed variable
6075 objects.
6076 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6077
07e059b5
VP
60782008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6079
c8d5aac9
L
6080 * gdb.texinfo (Operating System Information): New appendix.
6081 (Operating System Auxiliary Information): Document 'info os processes'
6082 (Remote Configuration): Document 'osdata'
6083 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6084
a80b95ba
TG
60852008-11-27 Tristan Gingold <gingold@adacore.com>
6086
6087 * gdb.texinfo (Darwin): Document Darwin specific features.
6088
a655d424
JK
60892008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdbint.texinfo (Target Conditionals): Extend the
6092 gdbarch_breakpoint_from_pc description.
6093
249e1128
VP
60942008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6095
6096 * gdb.texinfo (M68K Features): Fix typo.
6097
c14c28ba
PP
60982008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6099
6100 * gdb.texinfo (Symbols): Mention printing containing
6101 image name in "info symbol".
6102 (Maint translate-address): Likewise.
889bf7c5 6103
394a6666
JB
61042008-11-18 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6107 commands "catch load" and "catch unload".
6108
66bb093b
VP
61092008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6110
6111 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6112 =thread-selected.
889bf7c5 6113
4a92f99b
VP
61142008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6115
c8d5aac9 6116 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6117
f0323ca0
PA
61182008-10-27 Pedro Alves <pedro@codesourcery.com>
6119
6120 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6121 .mt files, TM_CLIBS or TM_CDEPS.
6122 (x86 Watchpoints): Don't mention TDEPFILES.
6123
8b23ecc4
SL
61242008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6125
6126 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6127 (Overview): Mention notifications and non-stop mode behavior.
6128 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6129 with non-stop mode behavior. Add vStopped description.
6130 (Stop Reply Packets): Update list of packets that return
6131 stop replies. Mention non-stop behavior.
6132 (General Query Packets): Document QNonStop packet and associated
6133 qSupported query response.
6134 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6135 behavior.
6136 (Notification Packets): New section.
6137 (Remote Non-Stop): New section.
6138 (File-I/O Overview): Mention non-stop behavior.
6139
fff08868
HZ
61402008-10-24 Hui Zhu <teawater@gmail.com>
6141 Pedro Alves <pedro@codesourcery.com>
6142
6143 * gdb.texinfo (displaced-stepping): Describe the auto mode
6144 setting, and say it's the default. This is now a mainstream
6145 setting instead of a maintenance setting.
6146
252fbfc8
PA
61472008-10-23 Pedro Alves <pedro@codesourcery.com>
6148
6149 * observer.texi (thread_stop_requested): New.
6150
20924a55
JB
61512008-10-22 Joel Brobecker <brobecker@adacore.com>
6152
6153 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6154 (Patching): Replace incorrect usage of @samp by @kbd.
6155
bacec72f
MS
61562008-10-17 Michael Snyder <msnyder@vmware.com>
6157
6158 * gdb.texinfo: Add documentation for reverse execution.
6159
a08702d6 61602008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6161 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6162
6163 * gdb.texinfo. (Values From Inferior): New subsubsection.
6164
d97bc12b
DE
61652008-10-06 Doug Evans <dje@google.com>
6166
6167 * gdb.texinfo (set debug dwarf2-die): Document it.
6168
87f67dba
JB
61692008-10-01 Joel Brobecker <brobecker@adacore.com>
6170
6171 * gdb.texinfo (catch) [exception]: Document how to insert
6172 a breakpoint on user-defined exceptions when the exception
6173 name is identical to one of the language-defined ones.
6174
2fae03e8
TT
61752008-09-27 Tom Tromey <tromey@redhat.com>
6176
6177 * gdb.texinfo (Macros): Remove text about stringification,
6178 varargs, and splicing.
6179
5c6ce71d
TT
61802008-09-27 Tom Tromey <tromey@redhat.com>
6181
6182 * gdbint.texinfo (Language Support): Remove text about omitting
6183 support for a language.
6184
07128da0
DE
61852008-09-23 Doug Evans <dje@google.com>
6186
6187 * gdb.texinfo (info dcache): Update.
6188
b90a069a
SL
61892008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6190
6191 * gdb.texinfo (Packets): Add info on thread-id syntax and
6192 multiprocess extensions.
6193 <D>: Document multiprocess form of packet.
6194 <H>: Use thread-id syntax.
6195 <T>: Likewise.
6196 <vCont>: Likewise. Note this is required for multiprocess.
6197 <vKill>: New packet.
6198 (Stop Reply Packets) <T>: Use thread-id syntax.
6199 <W>: Document multiprocess form of reply.
6200 <X>: Likewise.
6201 (General Query Packets) <qC>: Use thread-id syntax.
6202 <qfThreadInfo>: Likewise.
6203 <qGetTLSAddr>: Likewise.
6204 <qP>: Likewise.
6205 <qSupported>: Add "multiprocess" feature.
6206 <qThreadExtraInfo>: Use thread-id syntax.
6207
b77209e0
PA
62082008-09-22 Stan Shebs <stan@codesourcery.com>
6209
6210 * gdb.texinfo (Inferiors): New section.
6211
3d0bb823
PA
62122008-09-12 Pedro Alves <pedro@codesourcery.com>
6213
6214 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6215
f8dcfc0a
UW
62162008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6217
6218 * gdbint.texinfo (Target Conditionals): Remove documentation
6219 for gdbarch_name_of_malloc.
6220
8775bb90
MS
62212008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6222
6223 * gdb.texinfo (Interrupts): Mention TCP interface for
6224 sending BREAK.
6225
f1838a98
UW
62262008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6227
6228 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6229 argument prefix to "set sysroot".
6230
158c7665
PH
62312008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6232
6233 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6234 and False.
6235
30e026bb
VP
62362008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6237
c8d5aac9
L
6238 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6239 for possible features of -list-features.
30e026bb 6240
c6ebd6cf
VP
62412008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6242
c8d5aac9 6243 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6244 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6245
aeac0ff9
VP
62462008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6247
6248 * doc/gdb.texinfo (PowerPC): Fix typo.
6249 (PowerPC features): Fix typo.
6250
5231c1fd
PA
62512008-08-18 Pedro Alves <pedro@codesourcery.com>
6252
6253 * observer.texi (thread_ptid_changed): New.
6254
677c5bb1
LM
62552008-08-18 Luis Machado <luisgpm@br.ibm.com>
6256
6257 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6258 (PowerPC features): Mention feature set for VSX registers.
6259
f3a2dd1a
JB
62602008-08-13 Joel Brobecker <brobecker@adacore.com>
6261
6262 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6263 the direct visibility of all names in user-written packages.
6264
33e5cbd6
PA
62652008-08-13 Pedro Alves <pedro@codesourcery.com>
6266
6267 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6268 setting, and make it the default.
6269 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6270 non-stop script example.
6271
d0384fc4
TJB
62722008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6273
6274 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6275 reference to the "Using Different Register and Memory Data
6276 Representation" section.
6277
a6f3e723
SL
62782008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6279
6280 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6281 (Remote Protocol): Add Packet Acknowledgment to menu.
6282 (Overview): Mention +/- can be disabled, and point to new section
6283 where this is discussed in detail.
6284 (General Query Packets): Document QStartNoAckMode packet, and
6285 corresponding qSupported reply.
6286 (Packet Acknowledgment): New section.
6287
0606b73b
SL
62882008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6289 Pedro Alves <pedro@codesourcery.com>
6290
6291 * gdb.texinfo (Threads): Move paragraph about automatic thread
6292 selection to All-Stop Mode subsection.
6293 (Thread Stops): Reorganize existing material into subsections.
6294 Add introductory blurb and menu.
6295 (Non-Stop Mode): New subsection.
6296 (Background Execution): New subsection.
6297 (Maintenance Commands): Add cross-references from async mode
6298 commands to the new Background Execution section.
6299
d57a3c85
TJB
63002008-08-06 Tom Tromey <tromey@redhat.com>
6301
6302 * gdb.texinfo (Extending GDB): New chapter.
6303 (Sequences): Demoted chapter, now a section under the new
6304 Extending GDB chapter.
6305 (Python): New section.
6306
6d76a53d
SS
63072008-07-31 Stan Shebs <stan@codesourcery.com>
6308
6309 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6310
1f70da6a
SS
63112008-07-29 Stan Shebs <stan@codesourcery.com>
6312
6313 * gdbint.texinfo: General round of cleanup and minor
6314 clarifications.
6315 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6316 (Longjmp Support): Update description to reflect how it is done
6317 for targets without using native header.
6318 (Symbol Handling): Add a little more general explanation.
6319 (COFF, ELF): Mention stabs encapsulation.
6320 (DWARF 3): New section.
6321 (Adding a New Host): Scrub out some obsolete bits.
6322 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6323 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6324 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6325 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6326 SEEK_SET, STOP_SIGNAL, USG.
6327 (Raw and Virtual Register Representations): Ditto for
6328 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6329 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6330 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6331 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6332 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6333 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6334 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6335 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6336 DEPRECATED_USE_STRUCT_CONVENTION.
6337 Describe gdbarch_deprecated_fp_regnum.
6338 Update description of gdbarch_print_insn.
6339 (Adding a New Target): Scrub out obsolete bits.
6340 (Obsolete Conditionals): Remove entire section.
6341
383f836e
TT
63422008-07-25 Tom Tromey <tromey@redhat.com>
6343
6344 * observer.texi (GDB Observers): Document new observers:
6345 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6346 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6347 architecture_changed.
6348
cfd8ab24
SS
63492008-07-21 Stan Shebs <stan@codesourcery.com>
6350
6351 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6352 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6353
781b42b0
TT
63542008-07-21 Tom Tromey <tromey@redhat.com>
6355
6356 * observer.texi (GDB Observers): Remove obsolete comment.
6357 <executable_changed>: Remove argument.
6358
d7d9f01e
TT
63592008-07-18 Tom Tromey <tromey@redhat.com>
6360
6361 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6362
bf250677
DE
63632008-07-10 Doug Evans <dje@google.com>
6364
6365 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6366
10568435
JK
63672008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 * gdb.texinfo (Starting): Document "set disable-randomization".
6370
5ae4183a
AS
63712008-07-07 Andreas Schwab <schwab@suse.de>
6372
6373 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6374
b56e7235
VP
63752008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6376
6377 * gdb.texinfo (GDB/MI Target Manipulation): Add
6378 example of -target-attach.
6379
e1ac3328
VP
63802008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 * observer.texi (target_resumed): New observer.
5ae4183a 6383 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6384
65d12d83
TT
63852008-06-06 Tom Tromey <tromey@redhat.com>
6386
6387 * gdb.texinfo (Completion): Add field name example.
6388
fbc5282e
MK
63892008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6390
6391 * gdb.texinfo (GDB/MI Program Context): Added example
6392 to -exec-arguments
5ae4183a 6393
fbc5282e 63942008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6395
6396 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6397 annotation.
6398
c16158bc 63992008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6400 Nathan Sidwell <nathan@codesourcery.com>
6401 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6402
6403 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6404 and ACX_BUGURL.
6405 * configure: Regenerate.
6406 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6407 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6408 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6409 mailing-list-specific text about bug reporting unless
6410 BUGURL_DEFAULT.
6411
75c99385
PA
64122008-06-05 Pedro Alves <pedro@codesourcery.com>
6413
6414 * gdb.texinfo (-target-select): Remove reference to target async.
6415 (Maintenance Commands): Document "maint set/show remote-async".
6416
1763a388
MK
64172008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6418
6419 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6420 in -target-file-get section.
5ae4183a 6421
d0d064df
PA
64222008-05-22 Pedro Alves <pedro@codesourcery.com>
6423
9b562ab8
PA
6424 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6425 killing the inferior when it is already debugging a process.
d0d064df 6426
8dfa32fc
JB
64272008-05-21 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6430 abbreviation for "finish".
6431
55f996a7
NR
64322008-05-21 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6435
ba2b1c56
DJ
64362008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6437
6438 * gdbint.texinfo (Target Conditionals): Delete entry for
6439 gdbarch_dwarf_reg_to_regnum.
6440
08388c79
DE
64412008-05-09 Doug Evans <dje@google.com>
6442
a3c83fae 6443 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6444
d14508fe
DE
64452008-05-05 Doug Evans <dje@google.com>
6446
6447 * gdb.texinfo (disassemble): Document /m modifier.
6448
e2b7ddea
VP
64492008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6450
5ae4183a
AS
6451 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6452 will not report the time of commands that run the target.
e2b7ddea 6453
8eb41542
VP
64542008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6455
6456 * gdb.texinfo (GDB/MI Output Records): Add
6457 missing semicolon.
6458
82f68b1c
VP
64592008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6460
6461 * gdb.texinfo (GDB/MI Output Records):
6462 Document =thread-create and =thread-exited.
6463
fa0f268d
VP
64642008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6465
6466 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6467 Remove mention of dmi-discuss.
fa0f268d 6468
063bfe2e
VP
64692008-05-03 Pedro Alves <pedro@codesourcery.com>
6470
6471 * observer.texi (thread_exit): New.
6472
237fc4c9
PA
64732008-05-02 Pedro Alves <pedro@codesourcery.com>
6474
6475 * gdb.texinfo (Debugging Output): Document "set/show debug
6476 displaced".
6477 (Maintenance Commands): Document "maint set/show
6478 can-use-displaced-stepping".
6479
0428b8f5
DJ
64802008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6481
6482 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6483 and set/show arm force-mode.
6484
5009afc5
AS
64852008-05-02 Andreas Schwab <schwab@suse.de>
6486
6487 * gdbint.texinfo (Algorithms): Describe
6488 target_watchpoint_addr_within_range.
6489
669fac23
DJ
64902008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6491
6492 * gdbint.texinfo (Stack Frames): New chapter.
6493 (Algorithms): Move Frames text to the new chapter.
6494 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6495 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6496
721c02de
VP
64972008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6498
5ae4183a
AS
6499 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6500 output does not necessary include any tokens.
721c02de 6501
c055b101
CV
65022008-04-22 Corinna Vinschen <vinschen@redhat.com>
6503
6504 * gdb.texinfo (Set SH Calling convention): New @item.
6505 (Show SH Calling convention): Ditto.
6506
68837c9d
MD
65072008-04-22 Markus Deuling <deuling@de.ibm.com>
6508
6509 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6510
2e9132cc
EZ
65112008-04-20 Eli Zaretskii <eliz@gnu.org>
6512
6513 * gdb.texinfo (Set Breaks): Mention that multiple location
6514 breakpoints need line number info. Add index entries.
6515
31fffb02
CS
65162008-04-19 Craig Silverstein <csilvers@google.com>
6517
6518 * gdb.texinfo (Requirements): Add an optional requirement on
6519 zlib.
6520 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6521 Compressed DWARF 2.
6522
a47ec5fe
AR
65232008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6524
6525 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6526 sample output for 'stopped,reason="breakpoint-hit"' message.
6527 (GDB/MI Program Execution): Likewise.
6528
de051565
MK
65292008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6530
5ae4183a 6531 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6532 -var-set-format. Add -f option to -var-evaluate-expression.
6533
6ba66d6a
JB
65342008-04-03 Joel Brobecker <brobecker@adacore.com>
6535
6536 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6537 new node "Ambiguous Expressions". Replace references to this
6538 node by references to "Ambiguous Expressions" throughout.
6539 (Ambiguous Expressions): New node.
6540
1e26b4f8
DJ
65412008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6544
b84876c2
PA
65452008-03-21 Pedro Alves <pedro@codesourcery.com>
6546
6547 * gdb.texinfo (Debugging Output): Document
6548 "set/show debug lin-lwp-async".
6549 (Maintenance Commands): Document "maint set/show linux-async".
6550
63092375
DJ
65512008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6552
6553 * gdb.texinfo (Expressions): Update description of malloced arrays.
6554
8e8901c5
VP
65552008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6556
6557 * gdb.texinfo (Thread Commands): Document
6558 -thread-info. Remove -thread-list-all-threads.
6559
1fddbabb
PA
65602008-03-14 Pedro Alves <pedro@codesourcery.com>
6561 Sandra Loosemore <sandra@codesourcery.com>
6562
6563 * gdb.texinfo (Library List Format): Update to mention the
6564 possibility to pass section addresses instead of segment
6565 addresses.
6566
ccd213ac
DJ
65672008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.texinfo (Starting): Document "set exec-wrapper".
6570 (Server): Document gdbserver --wrapper.
6571
fa4727a6
DJ
65722008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6573
6574 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6575 unreadable memory. Delete obsolete SPARClite reference.
6576
8edfe269
DJ
65772008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * gdb.texinfo (Starting): Mention always-running targets.
6580 (Target Commands): Add an anchor for load.
6581 (Connecting): Explain continue instead of run.
6582
1843f87b
DJ
65832008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6586
f9082629
NR
65872008-02-26 Nick Roberts <nickrob@snap.net.nz>
6588
6589 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6590 breakpoint table.
6591
fd96d250
PA
65922008-02-19 Pedro Alves <pedro@codesourcery.com>
6593
6594 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6595 killing the inferior when it is already debugging a process.
6596
36af4ef6
MD
65972008-02-13 Markus Deuling <deuling@de.ibm.com>
6598
6599 * gdbint.texinfo (Build Script): New section. Mention new build script
6600 gdb_buildall.sh.
6601
cda4ce5a
JB
66022008-02-01 Jim Blandy <jimb@red-bean.com>
6603
6604 * gdb.texinfo (Help): Summarize 'info args' correctly.
6605
4acd40f3
TJB
66062008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6607
6608 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6609 available in PowerPC architecture.
6610 (Embedded Processors): Change node name of PowerPC item in menu.
6611 (PowerPC): Rename to...
6612 (PowerPC Embedded): this.
6613 (Architectures): Add new PowerPC item in menu.
6614 (PowerPC): New node.
6615
6e6c6f50
DJ
66162008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6617
6618 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6619 commands.
6620
5ee187d7
DJ
66212008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6622
6623 * gdb.texinfo (Setting Catchpoints): Mention features
6624 supported on GNU/Linux.
6625
e275c0d9
NR
66262008-01-30 Nick Roberts <nickrob@snap.net.nz>
6627
6628 * gdb.texinfo (GDB/MI File Commands): Describe new output
6629 field for MI command -file-list-exec-source-file.
6630
2d717e4f
DJ
66312008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6632
6633 * gdb.texinfo (Using the `gdbserver' Program): Add security
6634 warning. Rearrange into subsections and subsubsections. Document
6635 --multi and --debug. Correct --with-sysroot typo. Update --attach
6636 usage. Make load reference clearer. Document monitor exit.
6637 (Remote Configuration): Document set remote exec-file, attach-packet,
6638 and run-packet.
6639 (Packets): Document vAttach and vRun.
6640
d35a4257 66412008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6642
6643 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6644 detach-on-follow -> detach-on-fork.
f663676d 6645
c78d192c
DJ
66462008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6647
6648 * gdbint.texinfo (Native Conditionals): Remove
6649 SHELL_COMMAND_CONCAT and SHELL_FILE.
6650
d35a4257
EZ
66512008-01-26 Eli Zaretskii <eliz@gnu.org>
6652
6653 * gdb.texinfo (Specify Location): Improve wording.
6654
93815fbf
VP
66552008-01-23 Chris Demetriou <cgd@google.com>
6656
6657 * gdb.texinfo (Threads): Document new "set print thread-events"
6658 and "show print thread-events" commands.
6659
2a25a5ba
EZ
66602008-01-19 Eli Zaretskii <eliz@gnu.org>
6661
6662 * gdb.texinfo (Specify Location): New section.
6663 (Delete Breaks, Edit, Set Breaks): Remove description of
6664 locations. Instead, add a reference to "Specify Location".
6665 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6666 (Symbols): Refer to "Specify Location" for the valid forms of
6667 linespecs and locations.
6668
32c9a795
MD
66692008-01-18 Markus Deuling <deuling@de.ibm.com>
6670
6671 * gdbint.texinfo (Target Conditionals): Replace the description of
6672 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6673
b17828ca
JB
66742008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6675
6676 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6677 about &&var, which is rejected by the expression parser.
6678
0aea4bf3
LM
66792008-01-09 Luis Machado <luisgpm@br.ibm.com>
6680
6681 * gdb.texinfo (Output): Update documentation on using printf with DFP
6682 types.
6683
febe4383
TJB
66842008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6685
6686 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6687 subsubsection.
6688 (Decimal Floating Point format): New subsubsection.
6689
7a404eba
PA
66902008-01-05 Pedro Alves <pedro@codesourcery.com>
6691
6692 * gdb.texinfo (File Options): Remove mention of the attempt to
6693 open a core file with the -p option. Don't list -c as a valid
6694 option to attach to a process.
6695
a4d9b460
PA
66962008-01-05 Pedro Alves <pedro@codesourcery.com>
6697
6698 * gdbint.texinfo (Host Conditionals): Remove mention of
6699 ALIGN_STACK_ON_ENTRY.
6700
6ec2edbe
JB
67012008-01-05 Joel Brobecker <brobecker@adacore.com>
6702
6703 * gdbint.texinfo (Start of New Year Procedure): Add item
6704 describing how to update the source and documentation copyright
6705 notices.
6706
d8b2a693
JB
67072007-12-18 Jim Blandy <jimb@codesourcery.com>
6708
ab209b3a 6709 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6710 watchpoint explanation into the main description of the watchpoint
6711 command; update synopses of 'watch', 'rwatch', and 'awatch'
6712 commands.
6713
8b4ed427
VP
67142007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6715
6716 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6717 Document 'pending-breakpoints' feature of
6718 -list-features.
6719
37e4754d
LM
67202007-12-17 Luis Machado <luisgpm@br.ibm.com>
6721
669fac23 6722 * gdb.texinfo: Add new parameter's description.
37e4754d 6723
1d3811f6
DJ
67242007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * gdb.texinfo (Overview): Clarify run-length encoding
6727 example. Remove the restriction on "+" and "-" characters.
6728
c1c25a1a
EZ
67292007-12-15 Eli Zaretskii <eliz@gnu.org>
6730
6731 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6732
afe8ab22 67332007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6734
afe8ab22
VP
6735 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6736 the -f option for -break-insert, remove -r option,
6737 and clarify specification of location.
6738
a6b151f1
DJ
67392007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6740
6741 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6742 formatting.
6743 (Remote Debugging): Add File Transfer section.
6744 (Remote Configuration): Document Host I/O packets.
6745 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6746 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6747 (Packets): Add vFile.
6748
3b784c4f
EZ
67492007-11-17 Eli Zaretskii <eliz@gnu.org>
6750
6751 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6752 breakpoints with multiple locations.
6753 (Breakpoint Menus): Improve wording.
6754 (Output): Fix last change.
6755
a4ce5b0d
UW
67562007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6757
6758 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6759
1b39d5c0
DE
67602007-11-15 Doug Evans <dje@google.com>
6761
6762 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6763
7a72d44c
VP
67642007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6765
6766 * gdbint.texinfo (Native Conditionals): Remove
6767 mention of CLEAR_SOLIB.
5ae4183a 6768
6d1829bf 67692007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6770
6771 * gdb.texinfo (Print Settings): Add documentation for "set/show
6772 print frame-arguments".
6773
1a619819
LM
67742007-11-05 Luis Machado <luisgpm@br.ibm.com>
6775
3b784c4f 6776 * gdb.texinfo (Output): Update printf command's description.
1a619819 6777
55eddb0f
DJ
67782007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6781 powerpc soft-float".
6782
9cceb671
DJ
67832007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6784
6785 * gdb.texinfo (Files): Correct formatting. Mention Expat
6786 requirement.
6787 (Requirements for Building GDB): Expand the list of Expat
6788 uses.
6789 (Library List Format, Memory Map Format): Mention Expat.
6790 (Target Descriptions): Update Expat wording.
6791
83acabca
DJ
67922007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6793
6794 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6795 Document that gdbarch_convert_register_p should return zero for no-op
6796 conversions.
6797
e35879db
UW
67982007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6799
83acabca 6800 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6801 of set_gdbarch_sofun_address_maybe_missing back to ...
6802 (Target Conditionals): ... here to fix build break.
6803
203c3895
UW
68042007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6805
83acabca 6806 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6807 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6808 (Compiler Characteristics): ... documentation of
6809 set_gdbarch_sofun_address_maybe_missing.
6810
11411de3
DJ
68112007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6812
6813 * gdbint.texinfo (Target Conditionals): Use
6814 frame_unwind_register_unsigned in examples instead of
6815 frame_unwind_unsigned_register.
6816
7cc46491
DJ
68172007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * gdb.texinfo (Predefined Target Types): Add int128
6820 and uint128.
6821 (Standard Target Features): Add PowerPC features.
6822
81adfced
DJ
68232007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6824
6825 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6826
c1874924
UW
68272007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6828
6829 * gdbint.texi (Target Conditionals): Remove documentation
6830 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6831 gdbarch_extract_return_value, and gdbarch_store_return_value.
6832
f6e56ab3
UW
68332007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6834
6835 * gdbint.texi (Target Conditionals): Remove documentation of
6836 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6837
56cf5405
KH
68382007-10-11 Kazu Hirata <kazu@codesourcery.com>
6839
6840 * gdb.texinfo: Mention that inaccessible-by-default is on by
6841 default.
6842
35156bae
DJ
68432007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6844
6845 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6846
d983da9c
DJ
68472007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6848
6849 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6850 multi-threaded watchpoints.
6851 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6852 checked. Describe sticky notification. Expand description
6853 of steppable and continuable watchpoints.
6854 (Watchpoints and Threads): New subsection.
6855
fe6fbf8b
VP
68562007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6857
6858 * gdb.texinfo (Setting Breakpoints): Revise
6859 documentation for pending breakpoints. Document
6860 breakpoints with multiple locations.
5ae4183a 6861
084344da
VP
68622007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6863
6864 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6865 Document -list-features.
5ae4183a 6866
82160952
EZ
68672007-09-15 Eli Zaretskii <eliz@gnu.org>
6868
6869 * gdb.texinfo (Output): Spell out which features of C's printf are
6870 not supported by GDB's printf.
7e27a47a
EZ
6871 (Separate Debug Files): More accurate wording regarding build ID
6872 and a reference to the ld manual rather than the Fedora wiki.
82160952 6873
ea37ba09
DJ
68742007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6875 Jim Blandy <jimb@codesourcery.com>
6876
6877 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6878 (Examining Memory): Update mentions of the 's' format.
6879 (Automatic Display): Likewise.
6880
b8533aec
DJ
68812007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdb.texinfo: Update the FSF's Back-Cover Text.
6884
83f83d7f
JK
68852007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6886 Eli Zaretskii <eliz@gnu.org>
6887
6888 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6889 Fixed the ``build ID'' name. New binaries build instructions for the
6890 build ID inclusion. Explain how the commands are specific to the build
6891 ID vs. debug link.
6892
c7e83d54
EZ
68932007-09-01 Eli Zaretskii <eliz@gnu.org>
6894
6895 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6896 indexing for ``build ID'' support.
6897
d3750b24
JK
68982007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6899
6900 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6901 Enlisted BUILD ID to the debug file searching example.
6902 Included a BUILD ID `.note.gnu.build-id' section description.
6903 Updated/added the debug files splitting instructions for OBJCOPY.
6904
02142340
VP
69052007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6906
6907 * gdb.texinfo (Variable Objects): Adjust docs
6908 for -var-info-expression and document
6909 -var-info-path-expression.
6910
d3bdde98
JB
69112007-08-20 Jim Blandy <jimb@codesourcery.com>
6912
3fb6a982
JB
6913 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6914 (title page): Include the dedication in the printed manual, as a
6915 separate page after the copyright notice.
5ae4183a 6916
d3bdde98
JB
6917 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6918 don't break a @var across a line.
6919
c80a96a8
MR
69202007-07-25 Maciej W. Rozycki <macro@mips.com>
6921
6922 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6923 for include files.
6924
5824a901
NR
69252007-07-12 Nick Roberts <nickrob@snap.net.nz>
6926
6927 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6928 in annotate.texinfo.
6929 (Command History): Link to new node.
5824a901 6930
d52e7ea3
UW
69312007-07-05 Markus Deuling <deuling@de.ibm.com>
6932
6933 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6934
5fc14d0a
EZ
69352007-07-05 Eli Zaretskii <eliz@gnu.org>
6936
6937 * gdbint.texinfo (Target Conditionals): Fix last change.
6938
4a9bb1df
UW
69392007-07-03 Markus Deuling <deuling@de.ibm.com>
6940
6941 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6942 routines:
6943 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6944 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6945 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6946 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6947 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6948 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6949 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6950 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6951 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6952 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6953 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6954 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6955 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6956 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6957 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6958 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6959 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6960 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6961 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6962 (SOFTWARE_SINGLE_STEP_P)
6963
6964 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6965 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6966
6967 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6968 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6969 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6970 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6971 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6972 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6973 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6974 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6975 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6976 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6977
6978 (Converting an existing Target Architecture to Multi-arch): Remove
6979 section.
6980
6981 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6982 (gdbarch_addr_bits_remove): Add code example.
6983
6984 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6985
cfa9d6d9
DJ
69862007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6989 Add other missing entries. Adjust the table size to fit.
6990 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6991 stop reasons including the new "library" event.
6992 (General Query Packets): Adjust table widths for qSupported. Mention
6993 qXfer:libraries:read reply to qSupported and document the new packet.
6994 (Library List Format): New section.
6995
159fcc13
JK
69962007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6997
6998 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6999
f66d1690
MS
70002007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7001
7002 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7003
67102876
NR
70042007-06-25 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * gdbint.texinfo (Register and Memory Data): Break sections
7007 into nodes and add a menu.
7008
a4642986
MR
70092007-06-21 Maciej W. Rozycki <macro@mips.com>
7010
7011 * gdb.texinfo (Examining Memory): Document the new behaviour.
7012
e9c17194
VP
70132007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7014
7015 * gdb.texinfo (Standard Target Features): Document
7016 m68k features.
7017
31d99776
DJ
70182007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7019
7020 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7021
1780a0ed
DJ
70222007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7023
7024 * gdb.texinfo (Target Description Format): Add version attribute
7025 for <target>.
7026
822b6570
DJ
70272007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7028
7029 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7030
f8b73d13
DJ
70312007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7032
7033 * gdb.texinfo (MIPS Features): New subsection.
7034
0e7f50da
UW
70352007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7036 Markus Deuling <deuling@de.ibm.com>
7037
7038 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7039 and qXfer:spu:write packets and mention them under qSupported.
7040
23d964e7
UW
70412007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7042 Markus Deuling <deuling@de.ibm.com>
7043
7044 * gdb.texinfo (Architectures): Add new SPU section to document
7045 Cell Broadband Engine SPU architecture specific commands.
7046
9f708cb2
VP
70472007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7048
7049 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7050 comments.
7051
7579b5f8
NR
70522007-06-07 Nick Roberts <nickrob@snap.net.nz>
7053
7054 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7055
bf06d120
JB
70562007-05-29 Jim Blandy <jimb@codesourcery.com>
7057
7058 * gdb.texinfo (Overview): Doc fix.
7059
23776285
MR
70602007-05-22 Maciej W. Rozycki <macro@mips.com>
7061
7062 * gdb.texinfo (Remote Configuration): Document "set/show
7063 remoteflow".
7064
1a69e1e4
DJ
70652007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7066
bf06d120
JB
7067 * gdb.texinfo (MIPS): Remove documentation for set mips
7068 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7069 stack-arg-size.
1a69e1e4 7070
46ba6afa 70712007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7072
46ba6afa
BW
7073 * all-cfg.texi (GDBTUI): New.
7074 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7075 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7076 (TUI Configuration): Edit to improve clarity and fix problems of
7077 both style and content.
5ae4183a 7078
06d3b283
UW
70792007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7080
7081 * observer.texi (GDB Observers): New observer "new_objfile".
7082
179101d6
UW
70832007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7084
7085 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7086
25d5ea92
VP
70872007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7088
7089 * gdb.texinfo (GDB/MI Variable Objects): Document
7090 frozen variables objects.
5ae4183a 7091
ea35711c
DJ
70922007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7093
7094 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7095 (Character Sets, Caching Data of Remote Targets): Likewise.
7096 (Targets): Delete Remote node. Move its text...
7097 (Debugging Remote Programs): ...to here. Delete description
7098 of the "remote" command.
7099 (Remote configuration): Delete description of "set remotedevice"
7100 and "show remotedevice".
7101 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7102
db2e3e2e
BW
71032007-04-11 Bob Wilson <bob.wilson@acm.org>
7104
5ae4183a
AS
7105 * gdb.texinfo (Contributors, Continuing and Stepping)
7106 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7107 (General Query Packets, File-I/O Remote Protocol Extension)
7108 (Protocol Basics, The F Reply Packet, Write)
7109 (Protocol-specific Representation of Datatypes, Memory Transfer):
7110 Fix hyphenation, punctuation and grammar problems.
7111 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7112 'section' instead of 'subsection' in the text.
7113 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7114 (i386): Remove period from section name.
db2e3e2e
BW
7115 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7116 (Config Names, Configure Options): Use @file{configure}.
7117
8a3dae3e
DJ
71182007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7119
7120 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7121 and tab expansion.
7122
1a92f856
DJ
71232007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7124
7125 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7126
79a6e687 71272007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7128
79a6e687
BW
7129 * gdb.texinfo: Consistently capitalize all significant words in
7130 node names, chapter titles, section titles, and headings. Update
7131 cross references to match.
7132 (Starting and Stopping Trace Experiment): Make node name plural.
7133 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7134
ad527d2e
PA
71352007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7136
7137 * gdb.texinfo (WinCE): Delete obsolete subsection.
7138
7ce59000
DJ
71392007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7140
7141 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7142 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7143 references.
7144
8807d78b
DJ
71452007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7146
7147 * gdb.texinfo (Startup): Delete references to some alternate
7148 names for .gdbinit.
7149 (Thread): Remove LynxOS reference.
7150 (Tandem ST2000): Delete target-specific documentation.
7151 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7152 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7153 and GDB_OSABI_LYNXOS.
7154
5f402660
UW
71552007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7156
7157 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7158
bac718a6
UW
71592007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7160
7161 * gdbint.texinfo (Target Conditionals): Remove mention of
7162 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7163 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7164
9453113a
DJ
71652007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7166
7167 * Makefile.in: Add "pdfdir" installation
7168 directory, PDFTEX macro, support for "install-pdf" target,
7169 and rules for making a pdf version of refcard.texi.
7170 * refcard.tex: Specify paper size for PDF output.
7171
ae21e955 71722007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7173
ae21e955 7174 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7175
3f94c067 71762007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7177
3f94c067
BW
7178 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7179 (Source Path, Character Sets, Macros, Define)
7180 (GDB/MI Result Records, GDB/MI Simple Examples)
7181 (GDB/MI Program Execution, GDB/MI File Commands)
7182 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7183 (Bug Reporting): Use @value{GCC}.
5ae4183a 7184
12c27660 71852007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7186
12c27660
BW
7187 * gdb.texinfo (Help): Fix formatting of examples.
7188 (Variables): Use @ifnotinfo instead of @iftex.
7189 (Non-debug DLL symbols): Use @ref instead of @pxref.
7190 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7191
ce9341a1
BW
71922007-03-26 Bob Wilson <bob.wilson@acm.org>
7193
7194 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7195
c8f4133a
BW
71962007-03-26 Bob Wilson <bob.wilson@acm.org>
7197
7198 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7199 the order of the nodes.
7200 (C Operators, C Constants, Debugging C): Remove extra menus.
7201 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7202
c8f4133a 72032007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7204
7205 * gdb.texinfo (File Options): Add missing parenthesis.
7206 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7207
c74d0ad8
DJ
72082007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7209
7210 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7211
ff6f572f
DJ
72122007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7213
669fac23 7214 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7215 case insensitivity.
7216 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7217
994337c3
NR
72182007-02-18 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7221 (Files): Add section name to argument list for pxref.
7222 (Non-debug DLL symbols): Don't use `see' for pxref.
7223 (Embedded Processors): Fix typo.
7224 (GDB/MI Breakpoint Commands): Execution commands generate
7225 *stopped not ^done.
7226
eb819d70
NR
72272007-02-13 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7230 values for in_scope. Mention that only root variables can be
7231 updated.
7232 (GDB/MI Development and Front Ends): Explain new values may be
7233 added to existing fields.
7234
123dc839
DJ
72352007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7236
7237 * gdb.texinfo (-target-disconnect): Use @smallexample.
7238 (Requirements): Add anchor for Expat. Update description.
7239 (Target Descriptions): Mention Expat.
7240 (Target Description Format): Document new elements. Use
7241 @smallexample.
7242 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7243 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7244
108546a0
DJ
72452007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7246
7247 * gdb.texinfo (Target Description Format): Add section on XInclude.
7248
95a98c01
NR
72492006-02-03 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7252 command -enable-timings.
7253
f4b3909f
EZ
72542007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7255
5ae4183a 7256 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7257 descriptions for new/deleted elements in gdb_osabi. Add missing
7258 description for function generic_elf_osabi_sniff_abi_tag_sections.
7259
c7ba131e
JB
72602007-01-29 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.texinfo (Maintenance Commands): Add documentation for
7263 the new "maint print target-stack" command.
7264
3a60f64e
JK
72652007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7266 Eli Zaretskii <eliz@gnu.org>
7267
f4b3909f 7268 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7269
c582f8b6
EZ
72702007-01-26 Eli Zaretskii <eliz@gnu.org>
7271
7272 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7273 Use @value{NGCC} instead of @value{GCC}.
7274
d3e8051b
EZ
72752007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7276
7277 * agentexpr.texi: Fix typos.
7278 * annotate.texinfo: Likewise.
7279 * gdb.texinfo: Likewise.
7280 * gdbint.texinfo: Likewise.
7281 * observer.texi: Likewise.
7282 * stabs.texinfo: Likewise.
7283
86f04699
EZ
72842007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7285
7286 * gdbint.texinfo (Support Libraries): Remove mmalloc
7287 entry. Describe readline library.
7288
23181151
DJ
72892007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7290
7291 * gdb.texinfo (Target Descriptions): New section.
7292 (General Query Packets): Add QPassSignals anchor. Mention
7293 qXfer:features:read under qSupported. Expand mentions of
7294 qXfer:memory-map:read and QPassSignals. Document
7295 qXfer:features:read.
7296
f822c95b
DJ
72972007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7298
7299 * gdb.texinfo (Commands to specify files): Describe
7300 "set sysroot" and "show sysroot".
7301 (Using the `gdbserver' program): Lowercase argument
7302 to @var. Expand description of setting up GDB on the
7303 host.
7304
8936fcda
JB
73052007-01-05 Joel Brobecker <brobecker@adacore.com>
7306
7307 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7308 catch exception, catch exception unhandled, and catch assert
7309 commands.
7310
e776119f
DJ
73112007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7312
7313 * gdb.texinfo (Debugging Output): Document "set debug xml"
7314 and "show debug xml".
7315
aa79a185
DJ
73162007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7317
7318 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7319
7f893741
JB
73202007-01-01 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7323
a1b5960f
VP
73242006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7325
7326 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7327 note in @ignore, to be removed later if nobody complains.
7328
9f470e6e
NR
73292006-12-04 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7332 of -var-delete.
7333
765dc015 73342006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7335
765dc015 7336 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7337 automatic software/hardware breakpoint usage and
7338 the "set breakpoint auto-hw" command.
765dc015 7339
4b5752d0
VP
73402006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7341
7342 * gdb.texinfo (Memory Access Checking): New.
7343
89be2091
DJ
73442006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7345
7346 * gdb.texinfo (Remote configuration): Mention
7347 "pass-signals-packet".
7348 (General Query Packets): Document QPassSignals. Fix
7349 a typo.
7350
ca3bf3bd
DJ
73512006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7352
7353 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7354
427c3a89
DJ
73552006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7356
7357 * gdb.texinfo (Remote configuration): Rewrite documentation for
7358 packet configuration commands.
7359 (OS Information): Adjust reference to qXfer:auxv:read.
7360 (General Query Packets): Remove references to read-aux-vector-packet
7361 and set remote get-thread-local-storage-address.
7362
7a107747
DJ
73632006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * gdbint.texinfo (Target Architecture Definition): Add new
7366 Initializing a New Architecture section.
7367
1c56eb0e
EZ
73682006-10-31 David Taylor <dtaylor@emc.com>
7369
7370 * stabs.texinfo (Macro define and undefine): New node describing
7371 stabs for #define and #undef.
7372
f73adfeb
AS
73732006-10-27 Andreas Schwab <schwab@suse.de>
7374
7375 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7376
fd60e0df
EZ
73772006-10-21 Eli Zaretskii <eliz@gnu.org>
7378
7379 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7380 clarify on the possible meanings of ``expression'' watched by
7381 watchpoints. Add indexing.
e5ac9b53
EZ
7382 (Prompting, Errors, Invalidation, Annotations for Running)
7383 (Source Annotations): Fix index entries by adding "annotation" to
7384 them, to discriminate from index entries that point to the more
7385 general topic descriptions.
fd60e0df 7386
52bb452f
DJ
73872006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7388
7389 * gdbint.texinfo (Target Vector Definition): Move most
7390 content into Existing Targets. Add a menu.
7391 (Existing Targets): New section, moved from Target Vector
7392 Definition. Use @subsection.
7393 (Managing Execution State): New section.
7394
58955e58
BW
73952006-10-16 Bob Wilson <bob.wilson@acm.org>
7396
7397 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7398
c8aa23ab
EZ
73992006-10-15 Eli Zaretskii <eliz@gnu.org>
7400
7401 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7402 (Command Syntax, Signals, Backtrace, Connecting)
7403 (Remote configuration, Renesas Boards, Console I/O): Fix last
7404 change: use Ctrl- instead of C-, except wrt Emacs.
7405 (File-I/O Examples): Put Ctrl-c in @kbd.
7406 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7407 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7408 (Signals, Set Breaks, Set Watchpoints): Document optional
7409 arguments to `info signals' `handle', `info breakpoints', and
7410 `info watchpoints'.
c8aa23ab 7411
e7109c7e
EZ
74122006-10-14 Eli Zaretskii <eliz@gnu.org>
7413
7414 * gdb.texinfo (Backtrace): Fix last change.
7415
de3aea7b
NR
74162006-10-14 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7419
7f9087cb
BW
74202006-10-10 Bob Wilson <bob.wilson@acm.org>
7421
c8aa23ab
EZ
7422 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7423 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7424 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7425
68437a39
DJ
74262006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7427 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.texinfo (Packets): Document vFlashErase,
7430 vFlashWrite and vFlashDone packets.
7431 (General Query Packets): Document qXfer:memory-map:read.
7432 Add a new feature for qXfer:memory-map:read.
7433 (Memory map format): New section.
7434 (Target Commands): Mention that gdb can write flash.
7435
fd79ecee
DJ
74362006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7437 Daniel Jacobowitz <dan@codesourcery.com>
7438
7439 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7440 memory regions and "mem auto".
7441
350da6ee
DJ
74422006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7443
7444 * gdbint.texinfo (Array Containers): New section.
7445
2f1acb09
VP
74462006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7447
7448 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7449 -stack-list-arguments HIGH_FRAME argument can be larger then the
7450 actual number of frames.
7451
2ab1eb7a
VP
74522006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7453
7454 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7455 -stack-list-locals HIGH_FRAME argument can be larger then the
7456 actual number of frames.
2ab1eb7a 7457
599b237a
BW
74582006-09-02 Bob Wilson <bob.wilson@acm.org>
7459
7460 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7461 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7462
25ab7e6d
EZ
74632006-09-02 Eli Zaretskii <eliz@gnu.org>
7464
7465 * gdbint.texinfo (Overall Structure): New section "Source Tree
7466 Structure".
7467
940178d3
JB
74682006-08-17 Jim Blandy <jimb@codesourcery.com>
7469
7470 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7471 responses.
7472
30daae6c
JB
74732006-08-08 Joel Brobecker <brobecker@adacore.com>
7474
7475 * gdb.texinfo (Source Path): Add documentation for new
7476 substitute-path commands.
7477
7fa2210b
DJ
74782006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7479
7480 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7481 (Running Configure): ...here.
7482 (Requirements): New node. Mention expat.
7483
3d00d119
DJ
74842006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7485
5ae4183a 7486 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7487 'set download-write-size' and 'show download-write-size'.
7488
0cbfa4ee
DJ
74892006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7490
7491 * stabs.texinfo (Member Type Descriptor): Correct example for
7492 pointer to member types.
7493
16026cd7
AS
74942006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7495
7496 * gdb.texinfo (Optional warnings and messages): Add
7497 'set/show trace-commands'.
7498 (Command files): Add '-v' to source command.
7499
0876f84a
DJ
75002006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7501
7502 * gdb.texinfo (OS Information): Update qPart reference to
7503 qXfer.
7504 (Remote configuration): Likewise.
7505 (Overview): Move @cindex to the start of a paragraph. Talk
7506 about binary data encoding.
7507 (Packets): Refer to the overview for the details of the X
7508 packet encoding.
7509 (General Query Packets): Remove qPart description. Add qXfer
7510 description. Add an anchor to qSupported. Correct feature
7511 table title. Add a new feature for qXfer:auxv:read.
7512 (Interrupts): Add a missing parenthesis.
7513
2ec3381a
DJ
75142006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7515
669fac23 7516 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7517 (GDB/MI Kod Commands): Remove commented out node.
7518
594fe323
EZ
75192006-07-01 Eli Zaretskii <eliz@gnu.org>
7520
7521 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7522 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7523 (GDB/MI Thread Commands, GDB/MI Program Execution)
7524 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7525 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7526 (GDB/MI File Commands, GDB/MI Target Manipulation)
7527 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7528 since the MI prompt is hard-wired into the code.
7529
7e3fb70c
NR
75302006-07-01 Nick Roberts <nickrob@snap.net.nz>
7531
7532 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7533 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7534 (GDB/MI Data Manipulation): Remove description of unimplemented
7535 display related commands as variable objects perform this function
7536 and are superior: -display-delete, -display-disable,
7537 -display-enable, -display-insert and -display-list. Move
7538 -environment-cd, -environment-directory, -environment-path
7539 and -environment-pwd to "Program Context".
7540 (GDB/MI Program Control): Rename to "Program Execution". Move
7541 -exec-arguments -exec-abort to...
7542 (GDB/MI Program Context): ...here. New node split from "Data
7543 Manipulation".
7544
be2a5f71
DJ
75452006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7546
7547 * gdb.texinfo (Remote configuration): Document set / show
7548 remote supported-packets.
7549 (General Query Packets): Document qSupported packet.
7550
fc320d37
SL
75512006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7552
7553 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7554 and font markup.
7555 (Protocol basics): Likewise.
7556 (The F request packet): Likewise.
7557 (The F reply packet): Likewise.
7558 (Memory transfer): Move this node to be a subsubsection of
7559 "Protocol specific representation of datatypes".
7560 (The Ctrl-C message): More copy editing.
7561 (Console I/O): Likewise.
7562 (The isatty call): Delete this node, and merge its content into
7563 the "isatty" node. Fixed references elsewhere.
7564 (The system call): Delete this node, and merge its content into
7565 the "system" node. Fixed references elsewhere.
7566 (open): Reformat to use @table, and add appropriate font markup.
7567 (close): Likewise.
7568 (read): Likewise.
7569 (write): Likewise.
7570 (lseek): Likewise.
7571 (rename): Likewise.
7572 (unlink): Likewise.
7573 (stat/fstat): Likewise.
7574 (gettimeofday): Likewise.
7575 (isatty): Likewise.
7576 (system): Likewise, plus minor changes to fix confusing wording.
7577 (Integral datatypes): Fix font markup.
7578 (Pointer values): Likewise.
7579 (struct stat): Fix markup to use @table, plus minor copy editing.
7580 (struct timeval): Fix font markup, plus minor copy editing.
7581 (Constants): Minor copy editing.
7582 (Errno values): Add font markup.
7583 (File-I/O Examples): Likewise.
7584
158fdf5c
NR
75852006-06-10 Nick Roberts <nickrob@snap.net.nz>
7586
7587 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7588 (GDB/MI Simple Examples): Move node up one level. Use real
7589 examples.
7590 (GDB/MI Compatibility with CLI): Update.
7591 (GDB/MI Result Records): Add "connected" and "exit" result
7592 classes.
7593 (GDB/MI Stream Records): Clarify target output.
7594 (GDB/MI Command Description Format): Modify example description.
7595 (GDB/MI Breakpoint Table Commands): Rename to...
7596 (GDB/MI Breakpoint Commands): ...this
7597 (GDB/MI Breakpoint Commands): Add optional thread field.
7598 (GDB/MI Program Control): Add an introduction. Move "Program
7599 termination" examples into exec-run description.
7600 (GDB/MI File Commands): Mention similar CLI commands.
7601 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7602 is similar to "-gdb-version".
7603
ddb50cd7
EZ
76042006-06-09 Eli Zaretskii <eliz@gnu.org>
7605
7606 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7607
2aef0d6b
NR
76082006-06-02 Nick Roberts <nickrob@snap.net.nz>
7609
7610 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7611 sourceware.org for mailing lists.
d5e40d59 7612 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7613
383a5c52
NR
76142006-06-01 Nick Roberts <nickrob@snap.net.nz>
7615
d5e40d59 7616 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7617
e16b02ee
EZ
76182006-05-22 Eli Zaretskii <eliz@gnu.org>
7619
7620 * gdb.texinfo (Cygwin Native): Fix last change.
7621
be90c084
CF
76222006-05-22 Christopher Faylor <cgf@timesys.com>
7623
7624 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7625
347ceba5
NR
76262006-05-15 Nick Roberts <nickrob@snap.net.nz>
7627
7628 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7629 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7630
369af7bd
DJ
76312006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7632
7633 * gdb.texinfo (General Query Packets): Recommend not starting
7634 new packets with qC and clarify.
7635
2ffdbde8 76362006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7637
7638 * gdb.texinfo (M2 Types): New section.
72019c9c 7639
16d1a084
DJ
76402006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7641
7642 * agentexpr.texi: Add a copyright and license notice.
7643 * observer.texi: Likewise, with GPL clause for function prototypes.
7644 Remove trailing whitespace.
7645
aa56d27a
JB
76462006-05-05 Jim Blandy <jimb@codesourcery.com>
7647
7648 * gdb.texinfo (General Query Packets): Document conventions for
7649 terminating packet names, and their violations.
7650
5bdf8622
DJ
76512006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7652
7653 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7654 * gdb.texinfo: Likewise.
7655
605a56cb
DJ
76562006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7657
7658 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7659 and "show remotedebug".
7660 (Debugging Output): Add additional index entries.
7661
b8db102d
MS
76622006-04-27 Michael Snyder <msnyder@redhat.com>
7663
7664 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7665
c5e30d01
AC
76662006-04-22 Andrew Cagney <cagney@redhat.com>
7667
7668 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7669 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7670
8181d85f
DJ
76712006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7674 and remove breakpoint prototypes.
7675 (Watchpoints): Move description of target_insert_hw_breakpoint and
7676 target_remove_hw_breakpoint ...
7677 (Breakpoints): ... to here. Document target_insert_breakpoint and
7678 target_remove_breakpoint.
7679
4f553f88
JB
76802006-04-17 Jim Blandy <jimb@codesourcery.com>
7681
7682 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7683 and C packets are optional.
7684
cd852561
FR
76852006-04-14 Frederic Riss <frederic.riss@st.com>
7686
7687 * gdb.texinfo (Specifying source directories): Update the description
7688 of the source file search to reflect the fact that the source path
7689 always contains at least $cdir and $cwd.
7690
b620eb07
MS
76912006-03-31 Michael Snyder <msnyder@redhat.com>
7692
7693 * gdb.texinfo: Update copyright dates.
7694
3156cdaf
EZ
76952006-03-31 Eli Zaretskii <eliz@gnu.org>
7696
7697 * gdb.texinfo (Overview): Add an index entry to "empty response".
7698
7d30c22d
JB
76992006-03-28 Jim Blandy <jimb@codesourcery.com>
7700
7701 * gdbint.texinfo (Prologue Analysis): New section.
7702
86941c27
JB
77032006-03-07 Jim Blandy <jimb@red-bean.com>
7704
66b8c7f6
JB
7705 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7706
1a10341b
JB
7707 * gdb.texinfo (Target Commands): Update text describing how to
7708 specify a target. Refer to the detailed section on remote
7709 debugging, not the brief mention.
7710
86941c27
JB
7711 * gdb.texinfo (Connecting): Organize the different 'target remote'
7712 connection methods into a table. Add a 'target remote' index
7713 entry. (!!!)
7714
62f3a2ba
FF
77152006-02-17 Fred Fish <fnf@specifix.com>
7716
7717 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7718 'ptype' commands to reflect the fact that the only significant
7719 difference between them is that ptype prints the complete type
7720 description instead of just the name.
7721
8b9a88ea
WZ
77222006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7723
7724 * gdbint.texinfo (Watchpoints): Delete
7725 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7726
7e8dc855
NR
77272006-02-10 Nick Roberts <nickrob@snap.net.nz>
7728
7729 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7730 times fields where needed. Fix typos. Update general form given
7731 for output of -break-insert.
7732 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7733
c91d38aa
DJ
77342006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7735
7736 * gdbint.texinfo (Symbol Handling): Add a section
7737 on memory management.
7738
38fcd64c
DJ
77392006-02-06 Vladimir Prus <ghost@cs.msu.su>
7740
7741 * gdb.texinfo (Breakpoint table commands): Document the fullname
7742 field in -break-list output.
7743
219eec71
EZ
77442006-02-03 Eli Zaretskii <eliz@gnu.org>
7745
7746 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7747 debugging information produced by the various "set debug..."
7748 options.
7749
ae5a43e0
DJ
77502006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7751
7752 * gdb.texinfo (Files): Remove obsolete bits from the description
7753 of "symbol-file".
7754
a9f158ec
JB
77552006-01-25 Jim Blandy <jimb@redhat.com>
7756
7757 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7758
410dd08e
JB
77592006-01-24 Jim Blandy <jimb@redhat.com>
7760
7761 * gdbint.texinfo (Frames): Document the basics of GDB's register
7762 unwinding model, and explain the existence of the "sentinel" frame.
7763
4b505b12
AS
77642006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7765
7766 * gdb.texinfo (Choosing files): Mention that -directory is used
7767 for script files.
7768 (Specifying source directories): Likewise.
7769 (Command files): Explain how script files are found.
7770
839c27b7
EZ
77712006-01-21 Eli Zaretskii <eliz@gnu.org>
7772
7773 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7774 the threads in a multi-threaded program.
7775 (Threads): The threadno argument of "thread apply" can be a range
7776 of numbers.
7777
7be93b9e
JB
77782006-01-18 Jim Blandy <jimb@redhat.com>
7779
7780 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7781 of warning flags.
7782
fcc73fe3
EZ
77832006-01-13 Eli Zaretskii <eliz@gnu.org>
7784
7785 * gdb.texinfo (Sequences): Improve menu annotations.
7786 (Define): Add index entries for arguments of user-defined
7787 commands. Move the description of flow-control commands...
7788 (Command Files): ...to here. Document loop_break and
7789 loop_continue.
ca91424e
EZ
7790 (Define, Command Files): Document `end' and add index entries for
7791 it.
fcc73fe3 7792
5c95884b
MS
77932006-01-04 Michael Snyder <msnyder@redhat.com>
7794
7795 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7796 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7797
860701dc
PH
77982006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7799
7800 * gdb.texinfo (Omissions from Ada): Document that there is now
7801 limited aggregate support.
7802
36b80e65
EZ
78032005-12-28 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7806 registers and the likes.
7807
c1468174
EZ
78082005-12-24 Eli Zaretskii <eliz@gnu.org>
7809
7810 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7811 (Symbols): Fix usage of "e.g.".
359df76b 7812 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7813
7814 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7815 (Coding): Fix usage of "e.g.".
7816
c02a867d
EZ
78172005-12-23 Eli Zaretskii <eliz@gnu.org>
7818
5ae4183a
AS
7819 * stabs.texinfo:
7820 * refcard.tex:
c02a867d 7821 * gpl.texi:
5ae4183a
AS
7822 * gdbint.texinfo:
7823 * gdb.texinfo:
7824 * gdb-cfg.texi:
c02a867d 7825 * fdl.texi:
5ae4183a
AS
7826 * annotate.texinfo:
7827 * all-cfg.texi:
c02a867d
EZ
7828 * Makefile.in: Add (C) after Copyright. Update the FSF
7829 address.
7830
fad38dfa
EZ
78312005-12-03 Eli Zaretskii <eliz@gnu.org>
7832
7833 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7834 extend GDB with commands for external monitor.
7835
53e5f3cf
AS
78362005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7837
7838 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7839
55f6ca0f
JB
78402005-11-25 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7843
c1947b85
JB
78442005-11-21 Jim Blandy <jimb@redhat.com>
7845
7846 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7847 placement of 'R' actions in tracepoint action packets; document
7848 dependence of 'X' and 'M' actions on a preceding 'R' action for
7849 their registers.
7850
9d29849a
JB
78512005-11-19 Jim Blandy <jimb@redhat.com>
7852
7853 * gdb.texinfo (Tracepoint Packets): New node.
7854 (General Query Packets): Add entries for the tracepoint packets,
7855 referring to the "Tracepoint Packets" node.
7856 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7857
9a6253be
KB
78582005-11-18 Kevin Buettner <kevinb@redhat.com>
7859
7860 * gdb.texinfo (set remotebreak): Add anchor.
7861 (X packet): Likewise.
7862 (Remote Protocol): Add new section `Interrupts' and new index
7863 entry `interrupts (remote protocol)'.
7864
5f3bebba
JB
78652005-11-18 Jim Blandy <jimb@redhat.com>
7866
7867 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7868 entries into the General Query Packets section. Add a
7869 cross-reference to that section. Drop description of replies, as
7870 these are covered in the descriptions of each packet.
7871 (General Query Packets): Add introductory text. Explain naming
7872 conventions, and how the end of a name is recognized.
7873
9a7a1b36
KB
78742005-11-17 Kevin Buettner <kevinb@redhat.com>
7875
0564b6cf 7876 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7877 "set remotebreak" command.
7878
b8ff78ce
JB
78792005-11-16 Jim Blandy <jimb@redhat.com>
7880
7881 * gdb.texinfo (Packets, Stop Reply Packets)
7882 (General Query Packets): Various formatting cleanups.
7883 - Use @samp for packet contents.
7884 - Drop summaries from packet @item lines; the same information appears
7885 immediately below in the description.
7886 - Delete paragraph breaks after packet @item commands, so that the
7887 description appears directly to the right of the packet prototype
7888 in the printed manual, if it fits.
7889 - Place spaces in packet prototypes between @vars and non-@var
7890 letters, and explain that they're just for formatting.
7891 - Use @dots{} instead of '...'.
7892 - Fix uses of @code where @var was needed.
7893 - Replace "deprecated" markers with English text spelling out the
7894 packet's status and the preferred alternatives.
7895 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7896 what this ever meant.
7897 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7898 this for a long time.
7899 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7900 implemented several times, and have been in use for years.
7901
8ffe2530
JB
79022005-11-15 Jim Blandy <jimb@redhat.com>
7903
c43c5473
JB
7904 * gdb.texinfo (Packets): Add index entries for 'm' packet
7905 disclaimers.
5ae4183a 7906
fb031cdf
JB
7907 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7908 of stub when processing an 'm' packet.
7909
8ffe2530
JB
7910 * gdb.texinfo (Packets): Mention that packets beginning with
7911 letters are reserved once, at the top, instead of actually listing
7912 them all and saying "reserved".
7913
c03c782f
AS
79142005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7915
7916 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7917 Change @var{$arg0 to @code{$arg0.
7918
814e32d7
WZ
79192005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7920
7921 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7922
fa93a9d8
JB
79232005-11-12 Jim Blandy <jimb@redhat.com>
7924
7925 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7926 order. Remove extraneous 'z'.
7927
8a5a3c82
AS
79282005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7929
7930 * gdb.texinfo (Choosing files): Add --eval-command.
7931
4b0ad762
AS
79322005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7933
7934 * gdb.texinfo (Choosing modes): Add --return-child-result.
7935
7936
1a088d06
AS
79372005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7938
7939 * gdb.texinfo (Choosing modes): Add --batch-silent.
7940
656d5e12
EZ
79412005-10-28 Eli Zaretskii <eliz@gnu.org>
7942
7943 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7944 "The -var-update Command".
7945
3c9c013a
JB
79462005-10-03 Joel Brobecker <brobecker@adacore.com>
7947
7948 * gdb.texinfo (Print Settings): Add documentation for set/show
7949 print array-indexes.
7950
7ba3cf9c
DJ
79512005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7952
7953 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7954 6.2 and 6.3.
7955
a94ab193
EZ
79562005-08-27 Eli Zaretskii <eliz@gnu.org>
7957
7958 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7959 since 19-Jan-2004.
7960 (Files): Likewise.
ab1adacd
EZ
7961 (Variables, Symbols): Document the "<incomplete type>" message and
7962 its reasons.
a94ab193 7963
ca06016a
FF
79642005-08-01 Fred Fish <fnf@specifix.com>
7965
7966 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7967
cf58170d
NR
79682005-07-15 Nick Roberts <nickrob@snap.net.nz>
7969
7970 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7971 option for -var-list-children and -var-update.
7972 (GDB/MI Stack Manipulation): Simplify description of
7973 print-values option for -stack-list-locals.
7974 (GDB/MI Command Description Format): Clarify.
7975 (Mode Options): Spelling of superseded.
7976
38f1196a
BR
79772005-07-12 Bob Rossi <bob@brasko.net>
7978
7979 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7980 corresponding GDB command comment.
7981
3cb3b8df
BR
79822005-07-06 Bob Rossi <bob@brasko.net>
7983
7984 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7985 and -inferior-tty-show.
7986 (Input/Output): Document "set/show inferior-tty" and tty alias.
7987
10fac096
NW
79882005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7989
7990 * gdb.texinfo (Packets): Change description of 'D' packet to note
7991 that GDB does wait for a response.
7992
d1b6db76
NR
79932005-06-22 Nick Roberts <nickrob@snap.net.nz>
7994
7995 * gdb.texinfo (History) Rename "Command History".
7996 (Command History): Move node "Server Prefix" from section on
7997 Annotations here.
7998
29629dcf
NR
79992005-06-19 Nick Roberts <nickrob@snap.net.nz>
8000
8001 * gdb.texinfo (GDB/MI Stack Manipulation):
8002 Re-instate -stack-info-frame with example. Say that it gets
8003 info on selected frame, not current frame.
8004
397ca115
EZ
80052005-06-18 Eli Zaretskii <eliz@gnu.org>
8006
8007 * gdb.texinfo (Server): Clarify that `file' should be used before
8008 connecting to the server.
8009 (Files): Add an xref to the above description.
51274035
EZ
8010 (Output Formats): More detailed description of the `c' format.
8011 (Memory): List explicitly all the formats supported by `x'.
638ac427 8012 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8013 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8014 files. Add more indexing for solib-absolute-prefix and
8015 --with-sysroot.
76d17f34
EZ
8016 (Machine Code): Document possible problems with locations in
8017 shared libraries.
d416eeec
EZ
8018 (Backtrace): Document that free-standing environments do not need
8019 to have a `main' function.
397ca115 8020
74f6deaa
NR
80212005-06-18 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8024 -stack-info-frame.
8025
a9967aef
AC
80262005-06-07 Andrew Cagney <cagney@gnu.org>
8027
8028 * gdb.texinfo (Contributors): Note the original multi-arch
8029 contributors.
8030
e09f16f9
EZ
80312005-06-03 Eli Zaretskii <eliz@gnu.org>
8032
8033 * gdb.texinfo (Registers): Add index entries for the standard
8034 registers.
8035 (Frames): Add cross-reference from frame pointer description to
8036 the Registers node.
8037 (Annotations Overview): Fix the reference to GDB name.
8038
d87ba7ee
EZ
80392005-06-01 Eli Zaretskii <eliz@gnu.org>
8040
8041 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8042 can-use-hw-watchpoints.
8043
034dad6f
BR
80442005-05-28 Bob Rossi <bob@brasko.net>
8045
8046 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8047 the possible reasons why an exec async record would be returned to FE.
8048
ffed4509
AC
80492005-05-26 Andrew Cagney <cagney@gnu.org>
8050
8051 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8052 Andrew Cagney implemented the original GDB/MI.
8053
e22e55c9
OF
80542005-05-23 Orjan Friberg <orjanf@axis.com>
8055
8056 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8057 documentation. Add documentation for cris-mode.
8058
a78e13ce
EZ
80592005-05-20 Eli Zaretskii <eliz@gnu.org>
8060
8061 * gdb.texinfo (Numbers): Explain the example and make the wording
8062 more acurate.
8063
76ff342d
DJ
80642005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8065 Dennis Brueni <dennis@slickedit.com>
8066
8067 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8068 (GDB/MI Data Manipulation, GDB/MI Program Control)
8069 (GDB/MI Stack Manipulation): Update examples to include the fullname
8070 attribute in stack frames.
8071
119b882a
EZ
80722005-05-12 Eli Zaretskii <eliz@gnu.org>
8073
8074 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8075 do with other non-standard names of init files.
8076
6fc08d32
EZ
80772005-05-11 Eli Zaretskii <eliz@gnu.org>
8078
8079 * gdb.texinfo (Command Files): Move the description of the startup
8080 from here...
8081 (Startup): ...to this new subsection of the Invocation chapter.
8082 Rearrange the description of init files more logically and add a
8083 cross-reference to "Command Files". Document the special gdbinit
8084 name for CISCO 68k. Expand the description of what GDB does
8085 during startup.
8086 (History): Add index entry for HISTSIZE.
8087
a561754a
MK
80882005-05-02 Mark Kettenis <kettenis@gnu.org>
8089
8090 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8091
2eecc4ab
EZ
80922005-05-02 Eli Zaretskii <eliz@gnu.org>
8093
8094 * gdb.texinfo (SVR4 Process Information, The isatty call)
8095 (The system call): Don't use foo(N) notation for man pages and
8096 functions.
514c4d71 8097 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8098
18999be5
EZ
80992005-04-27 Eli Zaretskii <eliz@gnu.org>
8100
8101 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8102 were optimized away.
8103
0abb7bc7
EZ
81042005-04-22 Eli Zaretskii <eliz@gnu.org>
8105
8106 * gdb.texinfo (Remote configuration): Document "set/show
8107 get-thread-local-storage-address". Add cross-reference to the
8108 description of the qGetTLSAddr packet.
8109 (General Query Packets): Mention "set remote
8110 get-thread-local-storage-address" and add a reference to its
8111 description.
8112
6f61acb1
NR
81132005-04-19 Nick Roberts <nickrob@snap.net.nz>
8114
8115 * gdb.texinfo (Backtrace): Describe 'bt full'.
8116
9d59903a
NR
81172005-04-17 Nick Roberts <nickrob@snap.net.nz>
8118
8119 * gdb.texinfo (Mode Options): Fix typo.
8120 (GDB/MI): Describe how to invoke GDB/MI.
8121
721c2651
EZ
81222005-04-16 Eli Zaretskii <eliz@gnu.org>
8123
8124 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8125 references changed. Add description of "info udot".
721c2651
EZ
8126 (Files): Document "set/show stop-on-solib-events".
8127 (M32R/D): Document "set/show download-path", "set/show
8128 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8129 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8130 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8131 (Maintenance Commands): Improve indexing.
8132 (Target Commands): Document "set/show hash", "set/show debug
8133 monitor".
8134 (SVR4 Process Information): Document "info pidlist" and "info
8135 meminfo". Document "set/show procfs-tarce" and "set/show
8136 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8137 (Symbols, The Print Command with Objective-C): Improve indexing.
8138 (Objective-C): Add references to "info classes" and "info
8139 selectors".
c45da7e6
EZ
8140 (Debugging Output): Improve wording. Document "set/show debug
8141 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8142 (Set Breaks): Add index entry for "hardware breakpoints".
8143 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8144 and "set/show usehardbreakpoints".
8145 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8146 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8147 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8148 rdiromatzero", "set/show rdiheartbeat".
8149 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8150 "sds".
8151 (Embedded Processors): Document the "sim" command.
8152 (Remote): Document the "remote" command.
8153 (DJGPP Native): Document the "info serial" command.
8154 (Threads): Document "maint info sol-threads".
8155 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8156 (Set Breaks): Improve indexing.
8157 (Command Syntax): Add a reference to dont-repeat.
8158 (Define): Document "dont-repeat".
8159 (TUI Commands): Document "tabset".
8160 (WinCE): New subsection. Document "set/show remotedirectory",
8161 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8162
14d6dd68
EZ
81632005-04-15 Eli Zaretskii <eliz@gnu.org>
8164
8165 * gdb.texinfo (Hurd Native): New subsection, documents
8166 Hurd-specific commands.
a64548ea 8167 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8168 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8169 (MIPS): Improve documentation of heuristic-fence-post. Document
8170 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8171 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8172 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8173 (ARM): Document ARM-specific commands.
a64548ea
EZ
8174 (AVR): New section. Document "info io_registers".
8175 (CRIS): New section. Document "set/show cris-version" and
8176 "set/show cris-dwarf2-cfi".
8177 (HPPA): New section. Document "set/show debug hppa" and "maint
8178 print unwind".
a5adf40f 8179 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8180 (Super-H): New section. Document the "regs" command.
721c2651 8181 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8182
9c16f35a
EZ
81832005-04-09 Eli Zaretskii <eliz@gnu.org>
8184
8185 * gdb.texinfo (Print Settings): Document "set/show print
8186 pascal_static-members", "set print repeats", "show print
8187 null-stop". Improve indexing. Fix documentation of "set print
8188 union".
8189 (Pascal): New section.
8190 (Supported languages): Rename from "Support"; all references
8191 updated. Add a menu item for Pascal.
8192 (Numbers): Document "set radix.
8193 (Screen Size): Document "set/show pagination".
8194 (MIPS Embedded): Remove "set processor" documentation.
8195 (Remote configuration): Document "set/show X/P/Z-packet",
8196 "set/show read-aux-vector-packet", "set/show remote
8197 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8198 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8199 remotedebug", "set/show remotebreak", "set/show remotedevice",
8200 "set/show remotelogfile".
8201 (Auxiliary Vector): Add reference to the description of the
8202 read-aux-vector-packet setting.
8203 (Set Watchpoints): Add a cross-reference to "set remote
8204 hardware-breakpoint-limit".
8205 (General Query Packets): Add indexing of requests and
8206 cross-references to related commands in "Remote configuration".
8207 (File-I/O Overview, The system call): Fix wording and typos.
8208 (Thread Stops): Add index entries.
8209 (Continuing and Stepping): Document "show step-mode".
8210 (i386): New node. Document "set/show struct-convention".
8211 (Files): Document "show trust-readonly-sections".
8212 (Calling): Document "set/show unwindonsignal".
8213 (Messages/Warnings): Add index entries.
8214 (Maintenance Commands): Document "set/show watchdog".
8215 (Annotations Overview): Document "show annotate".
8216 (Set Watchpoints): Add index entries.
8217 (Symbols): Fix doc of case-sensitive.
8218 (ABI): Document "show coerce-float-to-double".
8219 (Convenience Vars, Help): Improve indexing.
8220 (Machine Code): Document "show disassembly-flavor".
8221 (Debugging C plus plus): Document "show overload-resolution".
8222 (Value History, Signaling): Add index entries.
8223
82242005-04-08 Eli Zaretskii <eliz@gnu.org>
8225
8226 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8227 (Processes): Fix wording.
8228 (History, List, Logging output, Define, Symbols, Print Settings):
8229 Improve indexing.
8230
a8f24a35
EZ
82312005-04-03 Eli Zaretskii <eliz@gnu.org>
8232
8233 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8234 redundant index entry for "target" command.
8235 (Backtrace): Add index entries.
8236 (Symbols, Fortran): Document the "set case-sensitive" command.
8237 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8238 (Print Settings): Add index entry for "set demangle-style".
8239 (Target Commands): Document "set download-write-size".
8240 (Debugging Output): Document "set exec-done-display".
8241
09d4efe1
EZ
82422005-04-02 Eli Zaretskii <eliz@gnu.org>
8243
8244 * gdb.texinfo (Files): Fix the name and documentation of
8245 add-shared-symbol-files. Document its alias assf. Update the
8246 list of OSs where GDB supports shared libraries. Fix markup.
8247 (Continuing and Stepping): Add reference to @var{location} in the
8248 text.
8249 (Dump/Restore Files): Fix reference to @{filename}.
8250 (Help): Fix wording.
8251 (Attach): Ditto.
8252 (Set Watchpoints): Ditto.
8253 (Backtrace): Remove redundant index entries. Improve index
8254 entries.
8255 (Delete Breaks): Fix wording.
8256 (Memory): Document the compare-sections command.
8257 (Memory Region Attributes): Improve wording.
8258 (Disabling): Improve wording.
8259 (Fortran): New subsection. Document the "info common" command.
8260 (Help): Document aliases "info copying" and "info warranty".
8261 (Caching Remote Data): New section. Document the "set/show
8262 remotecache" and "info dcache" commands.
8263 (Show): Fix wording of the documentation of the "set
8264 extension-language" command.
8265 (Signals): Add index entry for "info handle".
8266 (Memory Region Attributes): Fix punctuation.
8267 (Symbols): Change the arg name to "location" and refer to it in
8268 the text. Fix wording of "info types" doc.
8269 (Threads): Fix usage of @enumerate @item's.
8270 (Listing Tracepoints): Add index entry for "info tp".
8271 (Set Watchpoints): Add xref to "info break" description.
8272 (Macros): Add an index entry for "macro exp1". Document the
8273 "macro list" command.
8274 (Maintenance Commands): Document "flushregs", "maint agent",
8275 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8276 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8277 "maint print architecture", "maint print objfiles", "maint print
8278 statistics", "maint print type", "maint show-debug-regs", "maint
8279 space", "maint time", and "maint translate-address".
8280 (Connecting): Document the "monitor" command.
8281 (Annotations Overview): Describe the "set annotate" command.
8282
82f2d802
EZ
82832005-04-01 Eli Zaretskii <eliz@gnu.org>
8284
8285 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8286 Rearrange index entries and improve wording about support for
8287 hardware watchpoints.
8288
7d51c7de
BR
82892005-03-10 Bob Rossi <bob@brasko.net>
8290
8291 * gdb.texinfo: Update copyright
8292
68c71a2e
TR
82932005-02-09 Theodore A. Roth <troth@openavr.org>
8294
8295 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8296 error.
8297
83761cbd
KB
82982005-02-03 Kevin Buettner <kevinb@redhat.com>
8299
8300 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8301
9f1c6395
MS
83022005-01-17 Michael Snyder <msnyder@redhat.com>
8303
8304 * gdb.texinfo: Fix spelling, infinte -> infinite.
8305
fbd1b305
MK
83062005-01-08 Mark Kettenis <kettenis@gnu.org>
8307
8308 * observer.texi (GDB Observers): Document "solib_loaded".
8309
3ace7edb
AC
83102005-01-07 Andrew Cagney <cagney@gnu.org>
8311
bec39cab
AC
8312 * configure.ac: Rename configure.in, require autoconf 2.59.
8313 * configure: Re-generate.
8314
3ace7edb
AC
8315 * configure.in: Replace configdirs with multiple references to
8316 AC_CONFIG_SUBDIRS.
8317 * configure: Re-generate.
5ae4183a 8318
53531fc1
AC
83192005-01-04 Andrew Cagney <cagney@gnu.org>
8320
8321 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8322 part of the version number.
8323
536ffdb7
MK
83242004-12-24 Mark Kettenis <kettenis@gnu.org>
8325
8326 * gdbint.texinfo (Algorithms): Remove description of
8327 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8328
e1aac25b
JB
83292004-12-07 Jim Blandy <jimb@redhat.com>
8330
8331 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8332 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8333 numbers.
8334
f47b1503
AS
83352004-12-07 Andreas Schwab <schwab@suse.de>
8336
8337 * gdb.texinfo (Mode Options): Document -l option.
8338
b6b8ece6
EZ
83392004-12-04 Eli Zaretskii <eliz@gnu.org>
8340
8341 * gdbint.texinfo (Algorithms): More accurate description of
8342 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8343 is not needed unless data-read and data-access watchpoints are
8344 supported. Add a description of how GDB checks whether the
8345 inferior stopped because a watchpoint was hit.
8346
01371747
EZ
83472004-11-23 Eli Zaretskii <eliz@gnu.org>
8348
8349 * gdb.texinfo (Files): Add cross-reference to description of
8350 -readnow command-line switch.
8351
2315ffec
RC
83522004-11-10 Randolph Chung <tausq@debian.org>
8353
8354 * gdb.texinfo: Document set/show backtrace past-entry commands.
8355 Rearrange index entries for set/show backtrace past-main.
8356
69065f5d
AC
83572004-11-10 Jon Beniston <jon@beniston.com>
8358
8359 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8360 * gdb.texinfo (Remote Serial Protocol): Further describe
8361 binary transfer escaping mechanism .
69065f5d 8362
30e91e0b
RC
83632004-11-08 Randolph Chung <tausq@debian.org>
8364
8365 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8366 and "show debug infrun". Add index entries.
8367
60bf7e09
EZ
83682004-10-23 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8371 "info proc" that are already implemented. Add index entries.
8372 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8373 (Files): Add a tip for decreasing memory used for symtabs from
8374 shared libraries.
f018e82f
EZ
8375 (Starting): Fix whitespace; make "elaboration" stand out where it
8376 is first used, and add an index entry for the term.
f8568604
EZ
8377 (Calling): Expand and elaborate text. Add "print". Add the
8378 description of problems with weak aliases.
384ee23f 8379 (Core File Generation): New section.
60bf7e09 8380
d52fe014
AC
83812004-10-12 Andrew Cagney <cagney@gnu.org>
8382
8383 * gdbint.texinfo (Versions and Branches): New chapter.
8384 (Releasing GDB): Delete "Versions and Branches" section.
8385 (Top): Add "Versions and Branches".
8386
703663ab
EZ
83872004-10-08 Eli Zaretskii <eliz@gnu.org>
8388
8389 * gdb.texinfo (Editing, History): Add cross-references to the
8390 included Readline and History user documentation. Remove
8391 references to the symbol have-readline-appendices which is unused
8392 and undefined.
8393 (History): Fix indexing.
8394
ac77d04f
JJ
83952004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8396
8397 * gdbint.texinfo (target_stopped_data_address): Update to
8398 new prototype.
8399 (i386_stopped_data_address): Update prototype and description.
8400 (i386_stopped_by_watchpoint): New function and description.
8401
e07c999f
PH
84022004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8403
8404 * gdb.texinfo (Filenames): Add Ada suffixes.
8405 (Ada) New section.
8406
2e868123
AC
84072004-09-27 Andrew Cagney <cagney@gnu.org>
8408 Robert Picco <Robert.Picco@hp.com>
8409
8410 * gdb.texinfo (Packets): Document the "p" packet.
8411
02a57714
JM
84122004-09-21 Jason Molenda (jmolenda@apple.com)
8413
8414 * gdb.texinfo (Paths and Names of the Source Files): Document the
8415 meaning of values in the 'desc' field of a SO stab.
8416
ae038cb0
DJ
84172004-09-20 Daniel Jacobowitz <dan@debian.org>
8418
8419 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8420 max-cache-age" and "maint show dwarf2 max-cache-age".
8421
f7dc1244
EZ
84222004-09-16 Eli Zaretskii <eliz@gnu.org>
8423
8424 * gdb.texinfo (Set Breaks): Add index entry for setting
8425 breakpoints on overloaded C++ functions that are not members of
8426 any classes. Add an example and an index entry for setting
8427 breakpoints on all program functions.
8428 (Character Sets, Macros, Overlay Commands)
8429 (Non-debug DLL symbols, GDB/MI Output Syntax)
8430 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8431 Use "(@value{GDBP})" instead of a literal "(gdb)".
8432
f810308b
AC
84332004-09-12 Andrew Cagney <cagney@gnu.org>
8434
8435 * gdbint.texinfo (Native Debugging): Delete description of
8436 FILES_INFO_HOOK.
8437
15a661f3
PH
84382004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8439
5ae4183a
AS
8440 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8441 to hex_string_custom (not historically correct, but more
15a661f3
PH
8442 understandable, given the current code).
8443
f3219c75
AC
84442004-09-03 Andrew Cagney <cagney@gnu.org>
8445
8446 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8447
f3bb6704
JJ
84482004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8449
8450 * observer.texi (solib_unloaded): New observer.
8451
8d2c00cb
AC
84522004-08-24 Andrew Cagney <cagney@gnu.org>
8453
8454 * gdbint.texinfo (Target Architecture Definition): Add missing
8455 comma.
8456
e7dc800a
MC
84572004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8458
8459 * (Using the Testsuite): build != host is supported,
8460 but some test scripts do not support build != host.
8461
73b03683
MK
84622004-08-14 Mark Kettenis <kettenis@gnu.org>
8463
8464 * gdbint.texinfo (Host Definition): Delete description of
8465 FCLOSE_PROVIDED and GETENV_PROVIDED.
8466
c0ccb908
MK
84672004-08-05 Mark Kettenis <kettenis@chello.nl>
8468
8469 * gdbint.texinfo (Host Definition): Delete description of
8470 NO_SYS_FILE.
8471 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8472 PTRACE_FP_BUG.
8473
9c8dbfa9
AC
84742004-08-05 Andrew Cagney <cagney@gnu.org>
8475
8476 * gdbint.texinfo (Target Architecture Definition): Delete
8477 reference to deprecated_read_fp.
8478
f42accbe
AC
84792004-08-02 Andrew Cagney <cagney@gnu.org>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Delete
8482 description of DEPRECATED_REGISTER_BYTES.
8483
0b66e38c
EZ
84842004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8485
8486 * gdb.texinfo (Source Path): Document the new behavior of
8487 searching for the source files.
8488
15387254
EZ
84892004-07-17 Eli Zaretskii <eliz@gnu.org>
8490
8491 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8492 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8493 (Auto Display): Improve indexing.
8494
2c07db7a
AC
84952004-07-16 Andrew Cagney <cagney@gnu.org>
8496
8497 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8498 "-noasync".
8499
4644b6e3
EZ
85002004-07-09 Eli Zaretskii <eliz@gnu.org>
8501
8502 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8503 have the same prefix have only their prefix in the index.
8504
7561d450
MK
85052004-07-03 Mark Kettenis <kettenis@gnu.org>
8506
8507 * gdb.texinfo (BSD libkvm Interface): New node (section)
8508 (Native): Add it to the menu.
8509
67bebe79
MK
85102004-07-01 Mark Kettenis <kettenis@gnu.org>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Remove
8513 PCC_SOL_BROKEN.
8514
1a6923e0
MK
85152004-06-24 Mark Kettenis <kettenis@gnu.org>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Remove
8518 SUN_FIXED_LBRAC_BUG.
8519
b435e160
AC
85202004-06-26 Andrew Cagney <cagney@gnu.org>
8521
8522 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8523
b5622e8d
AC
85242004-06-20 Andrew Cagney <cagney@gnu.org>
8525
8526 * gdbint.texinfo (Target Architecture Definition): Deprecate
8527 USE_STRUCT_CONVENTION.
8528
e0c07bf0
MC
85292004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8530
8531 gdb.texinfo (Bug Reporting): Mention session recording,
8532 with the script command or Emacs.
8533
782263ab
AC
85342004-06-18 Andrew Cagney <cagney@gnu.org>
8535
8536 * gdbint.texinfo (Target Architecture Definition): Deprecate
8537 FUNCTION_START_OFFSET.
8538
03727ca6
AC
85392004-06-14 Andrew Cagney <cagney@gnu.org>
8540
8541 Based on changes from Karl Berry.
8542 * gdb.texinfo: Do not use @sc in a direntry.
8543 * stabs.texinfo: Change @dircateogry to "Software development".
8544 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8545
97092415
AC
85462004-06-13 Andrew Cagney <cagney@gnu.org>
8547
8548 * gdbint.texinfo (Target Architecture Definition): Delete
8549 description of RETURN_VALUE_ON_STACK.
8550
1f6d4158
AC
85512004-06-09 Andrew Cagney <cagney@gnu.org>
8552
8553 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8554 deleted by previous patch.
8555
d966f0cb
AC
85562004-06-08 Andrew Cagney <cagney@gnu.org>
8557
8558 * gdbint.texinfo (Native Debugging): Delete documentation on
8559 ATTACH_DETACH.
8560
86fe4aaa
RC
85612004-06-06 Randolph Chung <tausq@debian.org>
8562
8563 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8564
d4b6d575
RC
85652004-06-06 Randolph Chung <tausq@debian.org>
8566
5ae4183a 8567 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8568 the new push_dummy_call method signature. Describe the function
8569 argument.
8570
4e8b0763
JB
85712004-05-24 Joel Brobecker <brobecker@gnat.com>
8572
8573 * gdb.texinfo (Starting): Document new start command.
8574
59caf092
AC
85752004-05-21 Andrew Cagney <cagney@redhat.com>
8576
8577 * observer.texi (GDB Observers): Document "inferior_created".
8578
e4a2df64
AC
85792004-05-08 Andrew Cagney <cagney@redhat.com>
8580
e6b55ae2
AC
8581 * gdbint.texinfo (Target Architecture Definition): Delete
8582 description of DO_DEFERRED_STORES.
8583
28954179
AC
8584 * gdbint.texinfo (Target Architecture Definition): Delete
8585 references to DEPRECATED_FIX_CALL_DUMMY.
8586
434b87dd
AC
8587 * gdbint.texinfo (Target Architecture Definition): Delete
8588 description of DEPRECATED_CALL_DUMMY_WORDS,
8589 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8590
58d28df8
AC
8591 * gdbint.texinfo (Target Architecture Definition): Delete
8592 description of DEPRECATED_PUSH_DUMMY_FRAME.
8593
e4a2df64
AC
8594 * gdbint.texinfo (Target Architecture Definition): Delete
8595 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8596
2b4855ab
AC
85972004-05-07 Andrew Cagney <cagney@redhat.com>
8598
8599 * observer.texi (GDB Observers): Add "Debugging" section. Include
8600 cross reference to "set/show debug observer".
8601 * gdb.texinfo (Debugging Output): Document "set/show debug
8602 observer".
8603
fcf70625
AC
86042004-05-01 Andrew Cagney <cagney@redhat.com>
8605
8606 * gdbint.texinfo (Target Architecture Definition): Delete
8607 description of DEPRECATED_PC_IN_SIGTRAMP.
8608
8ee56bcf
AC
86092004-04-30 Andrew Cagney <cagney@redhat.com>
8610
8611 * gdbint.texinfo (Target Architecture Definition): Delete
8612 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8613
67ab9a76
OF
86142004-04-30 Orjan Friberg <orjanf@axis.com>
8615
8616 * observer.texi (GDB Observers): Correct spelling.
8617
79346bcb
OF
86182004-04-26 Orjan Friberg <orjanf@axis.com>
8619
8620 * observer.texi (GDB Observers): Add target_changed event.
8621
7a464420
AC
86222004-04-08 Andrew Cagney <cagney@redhat.com>
8623
8624 * observer.texi (GDB Observers): Rework, provide generic observer
8625 definitions and then a list of observable events.
8626
6cdf9d98
AC
86272004-04-04 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbint.texinfo (Host Definition): Delete reference to
8630 NO_SIGINTERRUPT.
8631
ddc135a4
AC
86322004-04-02 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdbint.texinfo (Target Architecture Definition): Delete
8635 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8636
6a1b180d
SC
86372004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8638
8639 * gdb.texinfo (TUI Commands): Document tui reg commands.
8640
d0d5df6f
AC
86412004-03-26 Andrew Cagney <cagney@redhat.com>
8642
8643 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8644 "gdbtui".
8645 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8646 (Contributors): Mention both Text and Terminal User Interface.
8647
aa2a3f87
AC
86482004-03-23 Andrew Cagney <cagney@redhat.com>
8649
8650 * gdbint.texinfo (Target Architecture Definition): Deprecate
8651 references to SIGTRAMP_START and SIGTRAMP_END.
8652
f561f026
AC
86532004-03-23 Andrew Cagney <cagney@redhat.com>
8654
8655 * gdbint.texinfo (Target Architecture Definition): Deprecate
8656 references to PC_IN_SIGTRAMP.
8657
33cb8b0f
AC
86582004-03-19 Andrew Cagney <cagney@redhat.com>
8659
8660 * gdbint.texinfo (Target Architecture Definition): Delete
8661 reference to GDB_TARGET_IS_HPPA.
8662
fc989b7a
AC
86632004-03-18 Andrew Cagney <cagney@redhat.com>
8664
8665 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8666 describe pre_init and post_init.
8667
701b08bb
DJ
86682004-03-09 Daniel Jacobowitz <drow@mvista.com>
8669
8670 * gdb.texinfo (Debugging Output): Document values for "set debug
8671 target".
8672
faae5abe
AC
86732004-02-28 Andrew Cagney <cagney@redhat.com>
8674
8675 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8676
dd79a6cf
JJ
86772004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8678
8679 * gdb.texinfo (breakpoints): Add information about the
8680 new "set breakpoint pending" and "show breakpoint pending"
8681 commands.
8682
e7f16015
AC
86832004-02-26 Andrew Cagney <cagney@redhat.com>
8684
8685 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8686 in Per-architecture module data section.
8687
7161a3a6
RM
86882004-02-25 Roland McGrath <roland@redhat.com>
8689
8690 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8691
2154891a
AC
86922004-02-24 Andrew Cagney <cagney@redhat.com>
8693
8694 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8695 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8696 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8697
6c74ac8b
AC
86982004-02-17 Andrew Cagney <cagney@redhat.com>
8699
8700 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8701
19772a2c
AC
87022004-02-16 Andrew Cagney <cagney@redhat.com>
8703
8704 * gdbint.texinfo (Target Architecture Definition): Deprecate
8705 FRAMELESS_FUNCTION_INVOCATION.
8706
c9830293
AC
87072004-02-16 Andrew Cagney <cagney@redhat.com>
8708
8709 * gdbint.texinfo (Coding): Mention -Wunused-function.
8710
b9d26eb9
AC
87112004-02-14 Andrew Cagney <cagney@redhat.com>
8712
8713 * gdbint.texinfo (Target Architecture Definition): Delete
8714 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8715
49efadf5
EZ
87162004-02-12 Elena Zannoni <ezannoni@redhat.com>
8717
8718 * gdb.texinfo: Properly quote the name "C++".
8719 * gdbint.texinfo: Ditto.
8720 * stabs.texinfo: Ditto.
8721
1eb288ea
EZ
87222004-02-11 Elena Zannoni <ezannoni@redhat.com>
8723
8724 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8725 minimal information about libiberty.
8726
e4937fc1
MC
87272004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8728
8729 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8730
a9331b3f
RM
87312004-02-04 Roland McGrath <roland@redhat.com>
8732
8733 * gdb.texinfo (Auxiliary Vector): New node (section).
8734 (Data): Add it to the menu.
8735
2650777c
JJ
87362004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8737
8738 * gdb.texinfo (Breakpoints): Add information about pending
8739 breakpoint support.
8740
b4501125
AC
87412004-01-26 Andrew Cagney <cagney@redhat.com>
8742
8743 * gdb.texinfo (Overview): Delete references to the cisco protocol
8744 including the "N" response.
8745
74055713
AC
87462004-01-26 Andrew Cagney <cagney@redhat.com>
8747
8748 * gdbint.texinfo (Target Architecture Definition): Rename
8749 EXTRACT_STRUCT_VALUE_ADDRESS to
8750 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8751
3bbe9696
EZ
87522004-01-24 Eli Zaretskii <eliz@gnu.org>
8753
8754 * gdb.texinfo (KOD): Document "show os". Add index entries for
8755 "set/show os" and "info cisco" commands.
8756
5843504f
EZ
87572004-01-21 Eli Zaretskii <eliz@gnu.org>
8758
8759 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8760
9175c9a3
MC
87612004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8762
8763 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8764 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8765
8e94b928
NR
87662004-01-19 Nick Roberts <nick@nick.uklinux.net>
8767
8768 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8769 -stack-list-locals.
8770 (GDB/MI Variable Objects): Describe extension to
8771 -var-list-children.
8772
a20cf136
DJ
87732004-01-17 Daniel Jacobowitz <drow@mvista.com>
8774
8775 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8776
afb18d0f
AC
87772004-01-17 Andrew Cagney <cagney@redhat.com>
8778
8779 * gdbint.texinfo (Target Architecture Definition): Delete
8780 documentation on DEPRECATED_NPC_REGNUM.
8781
b51970ac
DJ
87822004-01-13 Daniel Jacobowitz <drow@mvista.com>
8783
8784 * gdb.texinfo: Update copyright year. Mention that set
8785 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8786 "set follow-fork-mode ask".
8787
0f0cffd2
AC
87882004-01-13 Andrew Cagney <cagney@redhat.com>
8789
8790 * gdbint.texinfo: Update copyright year.
8791 (Coding): Add -Wunused-label to list of -Werror warnings.
8792
c552b3bb 87932004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8794 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8795
8796 * gdb.texinfo: Update copyright.
8797 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8798 around names, as appropriate. Minor syntax cleanup of
8799 _NSPrintForDebugger explanation. Two spaces after periods.
8800 GDBN used instead of lit. "gdb". Index entries added for
8801 print-object and _NSPrintForDebugger. @noindent added in one spot.
8802
afe157ca
EZ
88032003-11-11 Elena Zannoni <ezannoni@redhat.com>
8804
8805 * stabs.texinfo: Add dircategory and direntry commands.
8806 * annotate.texinfo: Ditto.
8807
963e2bb7
AC
88082003-11-10 Andrew Cagney <cagney@redhat.com>
8809
8810 * gdbint.texinfo (Target Architecture Definition): Replace the
8811 return_value method's "inval" and "outval" parameters with
8812 "readbuf" and "writebuf".
8813
1d8b2f28
JB
88142003-10-28 Jim Blandy <jimb@redhat.com>
8815
8816 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8817 from "The `F' request packet" and "The `F' reply packet", to make
8818 texi2dvi happy.
8819 (File-I/O remote protocol extension): Update menu entries, too.
8820
36d86913
MC
88212003-10-26 Michael Chastain <mec@shout.net>
8822
8823 * gdb.texinfo (Thread Stops): Document the issue with
8824 premature return from system calls in multi-threaded programs.
8825
ce2826aa
AC
88262003-10-24 Andrew Cagney <cagney@redhat.com>
8827
8828 * annotate.texinfo: Fix "fortunatly"[sic].
8829
f24c5e49
KI
88302003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8831
8832 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8833 with "Hitachi" and "Mitsubishi".
8834
92ad9cd9
AC
88352003-10-20 Andrew Cagney <cagney@redhat.com>
8836
8837 * gdbint.texinfo (Target Architecture Definition): Document
8838 gdbarch_return_value. Add cross references from
8839 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8840 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8841
0ab4b752
MK
88422003-10-18 Mark Kettenis <kettenis@gnu.org>
8843
8844 * gdbint.texinfo (Target Architecture Definition): Document
8845 regset_from_core_section.
fb3e19c0
KI
8846
88472003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8848
8849 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8850
a9331b3f 88512003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8852
8853 From Anthony Green <green@redhat.com>:
5ae4183a 8854 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8855
1485d690
KB
88562003-10-14 Kevin Buettner <kevinb@redhat.com>
8857
889bf7c5
PA
8858 * gdb.texinfo (Breakpoint related warnings): New node.
8859 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8860
86d30acc
DJ
88612003-10-13 Daniel Jacobowitz <drow@mvista.com>
8862
8863 * gdb.texinfo (Remote Protocol): Document v and vCont.
8864
172c2a43
KI
88652003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8866
8867 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8868 * gdbint.texinfo: Ditto.
8869
71952f4c
AC
88702003-10-09 Andrew Cagney <cagney@redhat.com>
8871
8872 From 2003-09-18 David Anderson <davea@sgi.com>:
8873 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8874 "command".
8875
268e2188
AC
88762003-10-03 Andrew Cagney <cagney@redhat.com>
8877
8878 * gdbint.texinfo (Target Architecture Definition): Deprecate
8879 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8880 just target.
8881
12c266ea 88822003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8883
f30992d4 8884 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8885 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8886 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8887 * gdbint.texinfo (Target Architecture Definition): Rename
8888
88892003-09-30 Andrew Cagney <cagney@redhat.com>
8890
f30992d4 8891 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8892 (Target Architecture Definition):
f30992d4 8893
2e092625
AC
8894 * gdbint.texinfo (Target Architecture Definition): Rename
8895 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8896
0717ae8a
AC
88972003-09-29 Andrew Cagney <cagney@redhat.com>
8898
dad809b7
AC
8899 * gdbint.texinfo (Target Architecture Definition): Delete
8900 documentation for NEED_TEXT_START_END.
8901
0717ae8a
AC
8902 * gdbint.texinfo (Target Architecture Definition): Rename
8903 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8904 TARGET_WRITE_PC.
a9331b3f 8905
af6cf26d
MC
89062003-09-22 Michael Chastain <mec@shout.net>
8907
8908 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8909
ee206350
AG
89102003-09-21 Anthony Green <green@redhat.com>
8911
8912 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8913
a38c9fe6
MK
89142003-09-21 Mark Kettenis <kettenis@gnu.org>
8915
8916 * gdbint.texinfo (Target Architecture Definition): Document
8917 stabs_argument_has_addr.
8918
77949794
AC
89192003-09-18 Andrew Cagney <cagney@redhat.com>
8920
8921 * gdbint.texinfo (Target Architecture Definition): Delete
8922 documentation on REGISTER_NAMES.
8923
8e823e25
MK
89242003-09-13 Mark Kettenis <kettenis@gnu.org>
8925
8926 * gdbint.texinfo (Target Architecture Definition): Replace
8927 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8928
f27dd7fd
AC
89292003-09-11 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdbint.texinfo (Target Architecture Definition): Replace
8932 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8933
8b148df9
AC
89342003-08-18 Andrew Cagney <cagney@redhat.com>
8935
8936 * gdbint.texinfo (Target Architecture Definition): Document
8937 "frame_red_zone_size".
8938
25d29d70
AC
89392003-08-09 Andrew Cagney <cagney@redhat.com>
8940
8941 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8942 with "set/show backtrace past-main" and "set/show backtrace
8943 limit".
8944
c938e9b0
L
89452003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8946
8947 * Makefile.in (install-info): Support DESTDIR.
8948 (install-html): Likewise.
8949
64fabec2
AC
89502003-08-07 Andrew Cagney <cagney@redhat.com>
8951
8952 Patch from Nick Roberts.
8953 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8954 bindings. Remove description of send-gdb-command.
8955
2fcf52f0
AC
89562003-08-07 Andrew Cagney <cagney@redhat.com>
8957
8958 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8959 GDB 6.0.
8960
086432e2
AC
89612003-08-06 Andrew Cagney <cagney@redhat.com>
8962
8963 * gdb.texinfo (Mode Options): Mention that level three is the
8964 highest available and that level 2 is deprecated.
8965 (Annotations Overview): Mention annotation levels. Cross reference
8966 to "Limitations of the Annotation Interface" in annotate.texi.
8967 (TODO, Value Annotations, Frame Annotations): Delete section.
8968 (Displays, Breakpoint Info): Delete.
8969
e5249f67
AC
89702003-08-04 Andrew Cagney <cagney@redhat.com>
8971
8972 * agentexpr.texi: Delete @bye.
8973 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8974 (stabs.info): Add $(srcdir) to include search path.
8975 (html): Depend on "annotate_toc.html", and not "annotate.html".
8976 * stabs.texinfo: Ditto. Include "fdl.texi".
8977 * gdbint.texinfo: Update copyright statement's list of invariant
8978 sections.
8979
e6f672d2
AC
89802003-07-28 Andrew Cagney <cagney@redhat.com>
8981
8982 * Makefile.in (INFO_DEPS): Add annotate.info.
8983 (dvi, ps, html, pdf): Add annotate.
8984 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8985 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8986 (ANNOTATE_DOC_FILES): New macro.
8987 (ANNOTATE_TEX_TMPS): New macro.
8988 (annotate.info, annotate_toc.html): Specify dependencies.
8989 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8990 * annotate.texinfo: Rename annotate.texi. Get building. Add
8991 "Migrating to GDB/MI" and "Limitations of the Annotation
8992 Interface" chapters. Mention why it is not part of the user
8993 guide. Update copyright notice. Include "fdl.texi".
8994
72ffddc9
SC
89952003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8996
8997 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8998
a9f12a31
DJ
89992003-07-24 Daniel Jacobowitz <drow@mvista.com>
9000
9001 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9002
b1fe9455
DJ
90032003-07-24 Daniel Jacobowitz <drow@mvista.com>
9004
9005 * gdb.texinfo (Server): Mention pidof.
9006
153721e6
AC
90072003-07-22 Andrew Cagney <cagney@redhat.com>
9008
9009 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9010 list.
9011
0fac0b41
DJ
90122003-06-28 Daniel Jacobowitz <drow@mvista.com>
9013
9014 * gdb.texinfo (Logging output): New chapter.
9015
4e562065
JB
90162003-06-24 Joel Brobecker <brobecker@gnat.com>
9017
9018 * gdb.texinfo (Unsupported languages): New section.
9019 (Languages): Add link to new section.
9020
f2c06f52
AC
90212003-06-22 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9024
b4177fca
DJ
90252003-06-22 Daniel Jacobowitz <drow@mvista.com>
9026
9027 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9028
f418dd93
DJ
90292003-06-22 Daniel Jacobowitz <drow@mvista.com>
9030
9031 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9032 * agentexpr.texi: Retitle section, and change it to an appendix.
9033 Comment out texinfo initialization. Factor a @var{} into two
9034 pieces to prevent makeinfo warnings.
9035 * gdb.texinfo: Add Agent Expressions appendix.
9036
4ca61388
DJ
90372003-06-19 Daniel Jacobowitz <drow@mvista.com>
9038
9039 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9040
07f31aa6
DJ
90412003-06-18 Daniel Jacobowitz <drow@mvista.com>
9042
5ae4183a 9043 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9044 remote target". Document the "detach" and "disconnect" commands.
9045 (Server, Netware, Debug Session): Reference "Connecting to a
9046 remote target".
9047 (GDB/MI Target Manipulation): Document "-target-disconnect".
9048
2dd0da42
AC
90492003-06-13 Andrew Cagney <cagney@redhat.com>
9050
9051 * gdbint.texinfo (Target Architecture Definition): Deprecate
9052 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9053 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9054
e7a3abfc
JB
90552003-06-09 Jim Blandy <jimb@redhat.com>
9056
9057 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9058
25e3a86b
AC
90592003-06-08 Andrew Cagney <cagney@redhat.com>
9060
9061 * gdbint.texinfo (Target Architecture Definition): Delete
9062 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9063
a9e5fdc2
AC
90642003-06-08 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdbint.texinfo (Target Architecture Definition): Document
9067 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9068
b37303ee
AF
90692003-06-07 Adam Fedor <fedor@gnu.org>
9070
9071 * gdb.texinfo: Add Objective-C documentation.
9072
39fe6e80
AC
90732003-06-01 Andrew Cagney <cagney@redhat.com>
9074
9075 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9076 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9077
125309b2
AC
90782003-05-21 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdbint.texinfo (Target Architecture Definition): Delete
9081 references to "extract_address" and "store_address".
9082
b8b527c5
AC
90832003-05-16 Andrew Cagney <cagney@redhat.com>
9084
9085 * gdbint.texinfo (Target Architecture Definition): Replace
9086 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9087 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9088
50e3ee83
TR
90892003-05-14 Theodore A. Roth <troth@openavr.org>
9090
9091 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9092
44e2be90
L
90932003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9094
9095 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9096 (gdb.dvi): Likewise.
9097 (gdb.pdf): Likewise.
9098 (links2roff): Likewise.
9099
df5215a6
JB
91002003-05-08 Jim Blandy <jimb@redhat.com>
9101
9102 * gdb.texinfo (Dump/Restore Files): Update documentation for
9103 'dump', 'append', and 'restore': note that format argument is
9104 optional; simplify presentation of the command variants; and be
9105 more precise about the formats.
9106
5e7b2f39
JB
91072003-05-07 Jim Blandy <jimb@redhat.com>
9108
9109 * gdb.texinfo (Symbols): Update documentation: 'maint list
9110 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9111 symtabs' and 'maint info psymtabs'.
9112
b1e29e33
AC
91132003-05-05 Andrew Cagney <cagney@redhat.com>
9114
9115 * gdbint.texinfo (Target Architecture Definition): Make
9116 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9117 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9118 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9119
00905d52
AC
91202003-05-04 Andrew Cagney <cagney@redhat.com>
9121
9122 * gdb.texinfo (Maintenance Commands): Document "maint print
9123 dummy-frames".
9124
54ff5908
AC
91252003-05-04 Andrew Cagney <cagney@redhat.com>
9126
9127 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9128
32e7087d
JB
91292003-05-03 J. Brobecker <brobecker@gnat.com>
9130
9131 Thierry Schneider <tpschneider1@yahoo.com>
9132 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9133 for new MI command.
9134
7043d8dc
AC
91352003-05-03 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdbint.texinfo (Target Architecture Definition): Document
9138 push_dummy_code. Add cross references.
9139
e33d66ec
EZ
91402003-05-02 Elena Zannoni <ezannoni@redhat.com>
9141
9142 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9143 set/show charsets commands.
9144
0ba6dca9
AC
91452003-04-28 Andrew Cagney <cagney@redhat.com>
9146
9147 * gdbint.texinfo (Target Architecture Definition): Replace
9148 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9149 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9150
d7a27068
AC
91512003-04-28 Andrew Cagney <cagney@redhat.com>
9152
9153 * gdbint.texinfo (Target Architecture Definition): Rename
9154 "tm_print_insn" to "deprecated_tm_print_insn".
9155
44ea7b70
JB
91562003-04-09 Jim Blandy <jimb@redhat.com>
9157
9158 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9159 list psymtabs'.
9160
fb8f8949
AC
91612003-04-08 Andrew Cagney <cagney@redhat.com>
9162
9163 * gdbint.texinfo (Target Architecture Definition): Delete
9164 references to EXTRA_FRAME_INFO.
9165
32fb0f22
AC
91662003-04-08 Andrew Cagney <cagney@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Delete
9169 PRINT_TYPELESS_INTEGER.
9170
6be67e67
JB
91712003-04-02 J. Brobecker <brobecker@gnat.com>
9172
9173 * observer.texi (GDB Observers): Adjust the documentation for the
9174 normal_stop notification to better describe reality. Fix a couple
9175 of minor typos.
9176
4e35d5f0
BR
91772003-04-02 Bob Rossi <bob_rossi@cox.net>
9178
a9331b3f 9179 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9180 '-file-list-exec-source-file'
9181
e8a8712a
AC
91822003-03-31 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdbint.texinfo (Target Architecture Definition): Delete
9185 references to CALL_DUMMY_P.
9186
6c0e89ed
AC
91872003-03-30 Andrew Cagney <cagney@redhat.com>
9188
9189 * gdbint.texinfo (Target Architecture Definition): Remove
9190 reference to TARGET_WRITE_SP.
a9331b3f 9191
378bfd1b
AC
91922003-03-27 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Remove
9195 references to write_sp.
6c0e89ed 9196
922fbb7b
AC
91972003-03-27 Andrew Cagney <cagney@redhat.com>
9198
9199 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9200 chapter body. Use @smallexample instead of @example.
9201 (Annotations): Ditto.
9202 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9203 annotate.texi.
9204
b81774d8
AC
92052003-03-26 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Replace
9208 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9209 dummy_addr parameters.
9210
1bf6d5cc
AC
92112003-03-25 Andrew Cagney <cagney@redhat.com>
9212
9213 * gdbint.texinfo (Target Architecture Definition): Delete
9214 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9215 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9216 Add reference to PUSH_ARGUMENTS.
9217
618ce49f
AC
92182003-03-23 Andrew Cagney <cagney@redhat.com>
9219
9220 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9221 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9222
bcd7e15f
JB
92232003-03-18 J. Brobecker <brobecker@gnat.com>
9224
9225 * gdbint.texinfo (Algorithms): Add new section describing the
9226 Observer paradigm.
9227 (Top): Add menu entry to new observer appendix.
9228 * observer.texi: New file.
9229 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9230 new observer.texi file.
9231
9fe8321b
AC
92322003-03-17 Andrew Cagney <cagney@redhat.com>
9233
9234 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9235 that GNU Press update the manual version number.
9236
ac2adee5
AC
92372003-03-12 Andrew Cagney <cagney@redhat.com>
9238
9239 * gdbint.texinfo (Target Architecture Definition): Delete
9240 references to get_saved_register. Rename GET_SAVED_REGISTER to
9241 DEPRECATED_GET_SAVED_REGISTER.
9242
749b82f6
AC
92432003-03-13 Andrew Cagney <cagney@redhat.com>
9244
9245 * gdbint.texinfo (Target Architecture Definition): Replace
9246 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9247
8bedc050
AC
92482003-03-12 Andrew Cagney <cagney@redhat.com>
9249
9250 * gdbint.texinfo (Target Architecture Definition): Rename
9251 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9252
0ce1b118
CV
92532003-03-10 Corinna Vinschen <vinschen@redhat.com>
9254
9255 * gdb.texinfo: Add File-I/O documentation.
9256
12cc2063
AC
92572003-03-10 Andrew Cagney <cagney@redhat.com>
9258
9259 * gdbint.texinfo (Target Architecture Definition): Cross reference
9260 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9261
7453dc06
AC
92622003-03-07 Andrew Cagney <cagney@redhat.com>
9263
9264 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9265 frame" command.
9266
6314f104
AC
92672003-03-05 Andrew Cagney <cagney@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Document
9270 unwind_dummy_id. Cross reference unwind_dummy_id and
9271 SAVE_DUMMY_FRAME_TOS.
9272
f1212245
DJ
92732003-03-05 James Ingham <jingham@apple.com>
9274 Daniel Jacobowitz <drow@mvista.com>
9275
9276 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9277 and "show cp-abi".
9278
77e7e267
AC
92792003-03-03 Andrew Cagney <cagney@redhat.com>
9280
9281 * gdbint.texinfo (Target Architecture Definition): Document
9282 register_type.
9283
838a8221
AC
92842003-03-03 Andrew Cagney <cagney@redhat.com>
9285
9286 * stabs.texinfo (Structures): Use @samp and separate @var's
9287 instead of a single @var containing a comma separated list.
9288 (Unions): Ditto.
9289
d7f4a264
DJ
92902003-03-02 Daniel Jacobowitz <drow@mvista.com>
9291
9292 * Makefile.in (distclean): Remove config.log.
9293
f30ee0bc
AC
92942003-03-01 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdbint.texinfo (Target Architecture Definition): Rename
9297 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9298
92992003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9300
9301 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9302 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9303
be448670
CF
93042003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9305
9306 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9307 (Non-debug DLL symbols): New node, describing the minimal symbols
9308 loaded from DLLs without real debugging symbols.
9309
501eef12
AC
93102003-02-20 Andrew Cagney <ac131313@redhat.com>
9311
9312 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9313 hardware-breakpoint-limit".
9314 (Set Watchpoints): Add cross reference to "set remote
9315 hardware-watchpoint-limit".
9316 (Remote configuration options): New section.
9317
21c294e6
AC
93182003-02-04 Andrew Cagney <ac131313@redhat.com>
9319
e9be73e4
AC
9320 * gdbint.texinfo (Target Architecture Definition): Delete
9321 descrption of IS_TRAPPED_INTERNALVAR.
9322
21c294e6
AC
9323 From Keith Seitz <keiths@redhat.com>:
9324 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9325 option "-i"/"--interpreter" to this chapter. Include index
9326 entries.
9327
0179ffac
DC
93282003-02-04 David Carlton <carlton@math.stanford.edu>
9329
9330 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9331 (Variables): Recommend stabs+ and DWARF 2.
9332 (C plus plus expressions): Correct info about
9333 compiler versions, debug formats.
9334 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9335 PR symtab/874.
9336
7ca9f392
AC
93372003-02-01 Andrew Cagney <ac131313@redhat.com>
9338
9339 * gdbint.texinfo (Target Architecture Definition): Delete
9340 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9341 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9342 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9343 references to nindy and i960.
9344 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9345
31a85ea2
AC
93462003-02-01 Andrew Cagney <ac131313@redhat.com>
9347
9348 * gdbint.texinfo (Target Architecture Definition): Delete
9349 FLOAT_INFO.
9350
6b894e49
AC
93512003-01-30 Andrew Cagney <ac131313@redhat.com>
9352
9353 * stabs.texinfo (Member Type Descriptor): Clarify description of
9354 `@'. Suggested by Ben Hutchings.
9355
c48861fb
AC
93562003-01-29 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdb.texinfo (M68K): Delete reference to es1800.
9359
617073a9
AC
93602003-01-29 Andrew Cagney <ac131313@redhat.com>
9361
9362 * gdb.texinfo (Maintenance Commands): Document `maint print
9363 reggroups' and `maint print register-groups'.
9364 * gdbint.texinfo (Target Architecture Definition): Document
9365 register_reggroup_p.
9366
5b5d99cf
JB
93672003-01-23 Jim Blandy <jimb@redhat.com>
9368
9369 * gdb.texinfo (Separate Debug Files): New section.
9370
e7ba9c65
DJ
93712003-01-22 Daniel Jacobowitz <drow@mvista.com>
9372
9373 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9374 and "maint show profile".
9375
94e91d6d
MC
93762003-01-16 Michael Chastain <mec@shout.net>
9377
9378 * gdb.texinfo (Installing GDB): Warn against
9379 ".../gdb-VERSION/gdb/configure".
9380 (Separate Objdir): Likewise.
9381
867f3898
AC
93822003-01-15 Andrew Cagney <ac131313@redhat.com>
9383
9384 * gdbint.texinfo (Target Architecture Definition): Delete
9385 definition of PRINT_REGISTER_HOOK.
9386
f153cc92
EZ
93872003-01-15 Elena Zannoni <ezannoni@redhat.com>
9388
9389 (OpenRISC 1000): Fix formatting of command names.
9390
c60eb6f1
EZ
93912003-01-15 Elena Zannoni <ezannoni@redhat.com>
9392
9393 * gdb.texinfo (Continuing and Stepping): Add new command
9394 'advance'. Clarify behavior of 'until'.
9395
f5ebfba0
DJ
93962003-01-13 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * gdb.texinfo (Files): Document solib-absolute-prefix and
9399 solib-search-path.
9400
4ce8657e
MC
94012003-01-09 Michael Chastain <mec@shout.net>
9402
9403 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9404 (Create a Release): Add new instructions for new @file{src-release}.
9405 Document existing instructions for @file{Makefile.in} as
9406 being for @value{GDBN} 5.3.1 or earlier.
9407
372613e3
AC
94082003-01-09 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdbint.texinfo (Target Architecture Definition): Mention
9411 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9412 allocate memory.
9413
b4e9345d
DJ
94142003-01-04 Daniel Jacobowitz <drow@mvista.com>
9415
9416 * gdb.texinfo (Controlling GDB): Add @kindex for
9417 "show osabi".
9418 (Backtraces): Add @kindex's for backtrace-below-main.
9419
98b45e30
DJ
94202003-01-04 Daniel Jacobowitz <drow@mvista.com>
9421
9422 * gdb.texinfo (Controlling GDB): Document "set osabi".
9423
95f90d25
DJ
94242003-01-04 Daniel Jacobowitz <drow@mvista.com>
9425
9426 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9427 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9428
1e698235
DJ
94292003-01-04 Daniel Jacobowitz <drow@mvista.com>
9430
9431 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9432 "set coerce-float-to-double".
9433 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9434
e632838e
AC
94352003-01-02 Andrew Cagney <ac131313@redhat.com>
9436
9437 * stabs.texinfo: Remove obsolete text.
9438 * gdbint.texinfo: Ditto.
9439 * gdb.texinfo: Ditto.
9440
c133ab7a
MK
94412002-12-22 Mark Kettenis <kettenis@gnu.org>
9442
9443 * gdbint.texinfo (Target Architecture Definition): Update
9444 description of gdbarch_register_osabi.
9445
f821f325
KH
94462002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9447
9448 * agentexpr.texi: Fix typos.
9449 * annotate.texi: Likewise.
9450 * fdl.texi: Likewise.
9451
85a6d8d3 94522002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9453
9454 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9455 DEPRECATED_INIT_FRAME_PC.
9456
ae45cd16
AC
94572002-12-01 Andrew Cagney <ac131313@redhat.com>
9458
9459 * gdbint.texinfo (Target Architecture Definition): Delete
9460 PC_IN_CALL_DUMMY.
9461
07555a72
AC
94622002-11-28 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdbint.texinfo (Host Definition): Delete documentation on
9465 USE_GENERIC_DUMMY_FRAMES.
9466
c166cdc7
EZ
94672002-11-26 Elena Zannoni <ezannoni@redhat.com>
9468
5ae4183a 9469 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9470 * Makefile.in (install-info): Run the install-info command as part
9471 of the post install steps only.
9472 (uninstall-info): New target.
9473 (uninstall): New target.
9474
35db0260
EZ
94752002-11-22 Elena Zannoni <ezannoni@redhat.com>
9476
9477 * Makefile.in (install): Make install do some real work.
9478
9ba8d803
AC
94792002-11-19 Andrew Cagney <ac131313@redhat.com>
9480
9481 Fix POSIX problem reported by Paul Eggert.
9482 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9483 Fix PR gdb/527.
9484
903ad3a6
AC
94852002-10-26 Andrew Cagney <cagney@redhat.com>
9486
9487 * gdbint.texinfo (Target Architecture Definition): Delete
9488 definition of DO_REGISTERS_INFO.
9489
f2abfe65
KB
94902002-10-18 Kevin Buettner <kevinb@redhat.com>
9491
9492 * gdbint.texinfo (Address Classes): Fix problems with insertion
9493 of ``{'' and ``}'' in example.
9494
b5b0480a
KB
94952002-10-17 Kevin Buettner <kevinb@redhat.com>
9496
9497 * gdbint.texinfo (Address Classes): New section.
9498 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9499 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9500 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9501 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9502
c85508ee
KD
95032002-10-11 Klee Dienes <kdienes@apple.com>
9504
9505 * gdb.texinfo (Registers): Mention vector registers as well as
9506 floating registers in the documentation for 'info registers' and
9507 'info all-registers'.
9508
6d12fc3d
DJ
95092002-10-11 Daniel Jacobowitz <drow@mvista.com>
9510
9511 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9512
8d19fbd2
JJ
95132002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9514
9515 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9516 interface definition.
9517
a37295f9
MM
95182002-10-03 Marko Mlinar <markom@opencores.org>
9519
9520 * gdb.texinfo (Target Commands): Add or1k target specific
9521 commands.
9522 * gdb.texinfo (Contributors): Add myself to the contributors list.
9523
da0f9dcd
AC
95242002-10-01 Andrew Cagney <ac131313@redhat.com>
9525
9526 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9527 and "mi1" instead of "mi1" and "mi0".
9528
2e834e49
HPN
95292002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9530
9531 * gdb.texinfo (Packets): Fix typos "alligned".
9532 Correct z3/Z3 description. Correct z4/Z4 title.
9533
050be0dc
AC
95342002-09-27 Andrew Cagney <ac131313@redhat.com>
9535
9536 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9537
1104b9e7
KB
95382002-09-25 Kevin Buettner <kevinb@redhat.com>
9539
9540 * gdb.texinfo: Use GNU/Linux instead of Linux.
9541
512217c7
AC
95422002-09-25 Andrew Cagney <ac131313@redhat.com>
9543
9544 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9545
10998722
AC
95462002-09-24 Andrew Cagney <ac131313@redhat.com>
9547
512217c7 9548 * gdb.texinfo: Replace @example with @smallexample.
10998722 9549
a0eb71c5
KB
95502002-09-20 Kevin Buettner <kevinb@redhat.com>
9551
f7dc1244 9552 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9553 * gdb.texinfo (Character Sets): Use @smallexample instead of
9554 @example. Use GNU/Linux instead of Linux.
9555
95562002-09-20 Jim Blandy <jimb@redhat.com>
9557
9558 * gdb.texinfo: Add character set documentation.
9559
2f870471
AC
95602002-09-19 Andrew Cagney <ac131313@redhat.com>
9561
9562 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9563 (Packets): Add cross reference from `b' packet to `z' packets.
9564
790eb8f5
AC
95652002-09-19 Andrew Cagney <ac131313@redhat.com>
9566
8d30a00d
AC
9567 * gdb.texinfo (Maintenance Commands): Document ``maint
9568 internal-error'' and ``maint internal-warning''.
9569
790eb8f5
AC
9570 * gdbint.texinfo (Target Architecture Definition): Revise
9571 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9572
a23a7bf1
JB
95732002-09-19 Joel Brobecker <brobecker@gnat.com>
9574
9575 * gdbint.texinfo (Target Conditionals): Document the new
9576 NAME_OF_MALLOC macro.
9577
299ffc64
AC
95782002-09-05 Andrew Cagney <ac131313@redhat.com>
9579
9580 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9581 engineer.
9582
b7bb15bc
SC
95832002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9584
9585 * gdb.texinfo (TUI Overview): Document status line fields.
9586
3d757584
SC
95872002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9588
9589 * gdb.texinfo (TUI Commands): Document info win command.
9590
269c21fe
SC
95912002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9592
9593 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9594
7cf36c78
SC
95952002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9596
9597 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9598 (TUI Keys): Likewise.
9599
d2c6833e
AC
96002002-08-25 Andrew Cagney <ac131313@redhat.com>
9601
9602 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9603 for a packet receive.
9604
46d8b1c3
AC
96052002-08-25 Andrew Cagney <ac131313@redhat.com>
9606
9607 * Makefile.in (clean): Move to end of file.
9608 (distclean, maintainer-clean, realclean): Ditto.
9609 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9610 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9611 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9612 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9613
b0787093
AC
96142002-08-24 Andrew Cagney <ac131313@redhat.com>
9615
9616 * Makefile.in (GDBINT_TEX_TMPS): Define.
9617 (gdbint.dvi, gdbint.pdf): Use
9618 (GDB_TEX_TMPS): Define.
9619 (gdb.dvi, gdb.pdf): Use.
9620 (STABS_TEX_TMPS): Define.
9621 (stabs.dvi, stabs.pdf): Use.
9622 (GDB_DOC_SOURCE_INCLUDES): New macros.
9623 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9624 (GDBINT_DOC_FILES_INCLUDES): New macros.
9625 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9626 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9627 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9628 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9629 (links2roff): Replace SFILES_INCLUDED with
9630 GDB_DOC_SOURCE_INCLUDES.
9631 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9632 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9633 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9634 dependencies.
9635 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9636 dependencies.
9637 (gdbmi.texinfo): Delete rule.
9638 (inc-hist.texinfo): Delete rule.
9639 (rluser.texinfo): Delete rule.
9640
ebba8386
AC
96412002-08-23 Andrew Cagney <cagney@redhat.com>
9642
9643 * gdbint.texinfo (Target Architecture Definition): Update
9644 STORE_RETURN_VALUE, mention regcache.
9645
0ab7a791
AC
96462002-08-21 Andrew Cagney <ac131313@redhat.com>
9647
9648 * gdbint.texinfo (Target Architecture Definition): Document
9649 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9650
ee2d5c50
AC
96512002-08-19 Andrew Cagney <ac131313@redhat.com>
9652
9653 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9654 Fix minor typos. Add index entries.
9655
53c69bd7
AC
96562002-08-18 Andrew Cagney <ac131313@redhat.com>
9657
9658 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9659
e76f1f2e
AC
96602002-08-15 Andrew Cagney <ac131313@redhat.com>
9661
9662 * gdbint.texinfo (Target Architecture Definition): Document
9663 PRINT_VECTOR_INFO.
9664 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9665
0680b120
AC
96662002-08-13 Andrew Cagney <ac131313@redhat.com>
9667
9668 * gdb.texinfo (Maintenance Commands): Document "maint print
9669 registers", "maint print raw-registers" and "maint print
9670 cooked-registers".
9671
3c3bea1c
GS
96722002-08-08 Grace Sainsbury <graces@redhat.com>
9673
a9331b3f 9674 From Mark Salter:
3c3bea1c
GS
9675 * gdb.texinfo (Protocol): Document T packet extension to
9676 allow watchpoint address reporting.
9677
42f9b0a5
AC
96782002-08-03 Andrew Cagney <ac131313@redhat.com>
9679
9680 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9681
db034ac5
AC
96822002-08-01 Andrew Cagney <cagney@redhat.com>
9683
9684 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9685 to CHILL.
9686
e2b28d04
AC
96872002-08-01 Andrew Cagney <ac131313@redhat.com>
9688
9689 * gdbint.texinfo (Coding): Revise section "Include Files".
9690
7fb623f7
AC
96912002-07-24 Andrew Cagney <cagney@redhat.com>
9692
9693 * gdbint.texinfo: Obsolete references to m88k.
9694 * gdb.texinfo: Ditto.
9695
4a2b4636
JB
96962002-07-10 Joel Brobecker <brobecker@gnat.com>
9697
7fb623f7 9698 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9699 where the proper version of autoconf can be retrieved.
9700
a71ec265
DH
97012002-07-09 Don Howard <dhoward@redhat.com>
9702
9703 * gdb.texinfo (Command Files): Further describe the behavior of
9704 sourced command files.
9705
b9aa90c9
AC
97062002-06-27 Andrew Cagney <ac131313@redhat.com>
9707
9708 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9709 (Coding): Clarify ISO C version that GDB assumes.
9710
40dd2248
TT
97112002-06-26 Tom Tromey <tromey@redhat.com>
9712
9713 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9714 add_setshow_cmd_full.
9715
bfac230e
DH
97162002-06-25 Don Howard <dhoward@redhat.com>
9717
9718 * gdb.texinfo (Memory Region Attributes): Document new behavior
9719 for 'mem' command.
9720
475b0867
JB
97212002-06-11 Jim Blandy <jimb@redhat.com>
9722
919d772c
JB
9723 * gdb.texinfo (Symbols): Update documentation for `info source'
9724 command.
9725
475b0867
JB
9726 * gdb.texinfo (Macros): Call the command `info macro', not
9727 `show macro'.
9728
ba8c9337
AC
97292002-06-09 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9732 data''.
9733
1029b7fa
MK
97342002-06-09 Mark Kettenis <kettenis@gnu.org>
9735
9736 * gdbint.texinfo (Target Architecture Definition): Document
9737 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9738
16737d73
AC
97392002-06-08 Andrew Cagney <ac131313@redhat.com>
9740
9741 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9742 lists.
9743
30107679
AC
97442002-06-08 Andrew Cagney <ac131313@redhat.com>
9745
9746 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9747 Branch''.
9748
3352e23e
AC
97492002-06-01 Andrew Cagney <ac131313@redhat.com>
9750
9751 * gdbint.texinfo (Target Architecture Definition): Add section
9752 ``Converting an existing Target Architecture to Multi-arch''.
9753
cbb09e6a
AC
97542002-05-30 Andrew Cagney <ac131313@redhat.com>
9755
9756 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9757 to ``Obsoleting code''. Revise.
9758
e2e0bcd1
JB
97592002-05-17 Jim Blandy <jimb@redhat.com>
9760
9761 * gdb.texinfo (C Preprocessor Macros): New chapter.
9762 Include it in the main menu.
9763 (Contributors): Credit Jim Blandy with macro support.
9764 (Compilation): Explain how to get macro information into the
9765 executable.
9766 (Expressions): Note that preprocessor macros are expanded.
9767
9db8d71f
DJ
97682002-05-14 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9771 options for `target remote'.
9772
6d531722
AC
97732002-05-13 Andrew Cagney <ac131313@redhat.com>
9774
9775 * gdbint.texinfo (Target Architecture Definition): Delete
9776 documentation on NNPC_REGNUM.
9777
13d01224
AC
97782002-05-11 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Document
9781 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9782 (Target Architecture Definition): Revise section `Using Different
9783 Register and Memory Data Representations'. Add section `Raw and
9784 Virtual Register Representations'.
9785
b2e75d78
AC
97862002-05-11 Andrew Cagney <ac131313@redhat.com>
9787
9788 * gdbint.texinfo (Target Architecture Definition): Mention
9789 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9790 (Target Architecture Definition): Mention same. Add references to
9791 web pages.
9792
2c8682ee
MS
97932002-05-08 Michael Snyder <msnyder@redhat.com>
9794
9795 * stabs.texinfo (Attributes): Document new "vector" attribute.
9796
0816590b
AC
97972002-05-04 Andrew Cagney <ac131313@redhat.com>
9798
9799 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9800
2653173e
AC
98012002-05-04 Andrew Cagney <ac131313@redhat.com>
9802
9803 * gdb.texinfo: Delete obsolete references to a29k.
9804
d7bd68ca
AC
98052002-04-24 Andrew Cagney <ac131313@redhat.com>
9806
9807 * gdbint.texinfo (Target Architecture Definition): Replace
9808 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9809
21d83aa5
DM
98102002-04-24 David S. Miller <davem@redhat.com>
9811
9812 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9813
7673a6cc
DM
98142002-04-21 David S. Miller <davem@redhat.com>
9815
9816 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9817
d49d1e0a
AC
98182002-04-21 Andrew Cagney <ac131313@redhat.com>
9819
9820 * gdbint.texinfo (Target Architecture Definition): Delete
9821 definition of HAVE_REGISTER_WINDOWS.
9822
f7dc1244 98232002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9824
9825 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9826 "Theodore A. Roth" <troth@verinet.com>.
9827
5ca0cb28
DH
98282002-04-15 Don Howard <dhoward@redhat.com>
9829
f7dc1244 9830 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9831 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9832 Provide a better explaination of this feature.
5ca0cb28 9833
f208ba17
AC
98342002-04-14 Andrew Cagney <ac131313@redhat.com>
9835
9836 * gdbint.texinfo (Target Architecture Definition): Remove
9837 FRAME_CHAIN_COMBINE.
9838
d5ba91de
MC
98392002-04-12 Michael Chastain <mec@shout.net>
9840
9841 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9842 REG_STACK_SEGMENT.
9843
26818220
MC
98442002-04-09 Michael Chastain <mec@shout.net>
9845
9846 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9847 PYRAMID_* macros.
9848
129188f6
AC
98492002-04-07 Andrew Cagney <ac131313@redhat.com>
9850
9851 * gdb.texinfo (Bug Reporting): Document that the web is the
9852 prefered way of submitting bug reports.
9853 (Bug Reporting): Delete the s-mail address as the last resort.
9854
8227c0ff
AC
98552002-04-05 Andrew Cagney <ac131313@redhat.com>
9856
9857 * gdbint.texinfo (Target Architecture Definition): Delete
9858 references to TARGET_WRITE_FP and write_fp.
9859
16d9dec6
MS
98602002-03-27 Michael Snyder <msnyder@redhat.com>
9861
9862 * gdb.texinfo: Document new commands dump, append, and restore.
9863
9ae8b82c
AC
98642002-03-27 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9867 Branch'.
9868
474c8240
AC
98692002-03-18 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdb.texinfo: Change all examples to @smallexample.
9872 * gdbint.texinfo: Ditto.
a9331b3f 9873
fb0ff88f
AC
98742002-03-18 Andrew Cagney <ac131313@redhat.com>
9875
9876 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9877 Branches''.
9878
9bb0a4d8
AC
98792002-03-18 Andrew Cagney <ac131313@redhat.com>
9880
9881 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9882 Policy''.
9883
937f164b
FF
98842002-03-04 Fred Fish <fnf@redhat.com>
9885
9886 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9887 expresson, suports, dependant, trhe, perhaphs, situtations,
9888 explictily, taged, oportunity, unfortunatly).
9889
a7b40f07
AC
98902002-02-24 Andrew Cagney <ac131313@redhat.com>
9891
9892 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9893 Remove reference to 3.12.
9894
aab4e0ec
AC
98952002-02-23 Andrew Cagney <ac131313@redhat.com>
9896
9897 * gdbint.texinfo: Include fdl.texi.
9898 (Top): Add GNU Free Documentation License.
9899 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9900 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9901 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9902 (gdbint.info): Add srcdir to include path.
9903 * gdb.texinfo: Include gpl.texi.
9904 (Top): Add Copying.
9905 * gpl.texi: New file.
9906
47b95330
AC
99072002-02-23 Andrew Cagney <ac131313@redhat.com>
9908
9909 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9910
78c47bea
PM
99112002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9912
9913 * gdb.texinfo: Document Cygwin native specific commands.
9914
56460a61
DJ
99152002-02-15 Daniel Jacobowitz <drow@mvista.com>
9916
9917 * gdb.texinfo: Document gdbserver ``--attach'' command.
9918
def71bfa
MS
99192002-02-07 Michael Snyder <msnyder@redhat.com>
9920
9921 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9922 to @code(_ovly_debug_event).
9923
c928edc0
AC
99242002-02-07 Andrew Cagney <ac131313@redhat.com>
9925
9926 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9927
81d46470
MS
99282002-02-06 Michael Snyder <msnyder@redhat.com>
9929
9930 * gdb.texinfo (overlays): Mention new magic symbol
9931 '_ovly_debug_event', which allows GDB to keep better track
9932 of overlays.
9933
f7dc1244 99342002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9935
9936 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9937 Suggested by Dmitry Sivachenko.
9938
9939 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9940
15110bc3
MS
99412002-02-01 Michael Snyder <msnyder@redhat.com>
9942
9943 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9944
6763aef9
MS
99452002-01-30 Michael Snyder <msnyder@redhat.com>
9946
ac282366
MS
9947 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9948 (set trust-readonly-sections): Document.
6763aef9 9949
8642bc8f
AC
99502002-01-29 Andrew Cagney <ac131313@redhat.com>
9951
9952 * gdbint.texinfo (Releasing GDB): Revise and update.
9953
afe64c1a
AC
99542002-01-28 Andrew Cagney <ac131313@redhat.com>
9955
9956 * gdbint.texinfo (Target Architecture Definition): Delete
9957 description of TARGET_BYTE_ORDER_DEFAULT.
9958
f7dc1244 99592002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9960
9961 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9962 <mitya@cavia.pp.ru>.
9963
3d6e1b5a
AC
99642002-01-23 Andrew Cagney <ac131313@redhat.com>
9965
9966 * libgdb.texinfo: Delete file.
9967
6c0e9fb3
AC
99682002-01-22 Andrew Cagney <ac131313@redhat.com>
9969
9970 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9971 * gdbint.texinfo: Ditto.
9972
e0ce93ac
AC
9973Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9974
9975 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9976
be298bcc
AC
99772002-01-22 Andrew Cagney <ac131313@redhat.com>
9978
9979 * Makefile.in: Update copyright.
9980 (TEXI2DVI): Define.
9981 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9982 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9983 gdb-cfg.texi.
9984 (TEXINDEX, PDFTEX): Delete makefile variables.
9985
8e04817f
AC
99862002-01-22 Andrew Cagney <ac131313@redhat.com>
9987
9988 * gdb.texinfo (Protocol): Move section to appendix.
9989
6b2f586d
AC
99902002-01-21 Andrew Cagney <ac131313@redhat.com>
9991
9992 * gdb.texinfo (Remote Debugging): Create a menu.
9993 (Top): Add ``Remote Debugging'' to menu.
9994
6f05cf9f
AC
99952002-01-21 Andrew Cagney <ac131313@redhat.com>
9996
9997 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9998 serial protocol'' from here.
9999 (Remote Debugging): To here. New chapter.
10000
3fd3d7d2
AC
100012002-01-20 Andrew Cagney <ac131313@redhat.com>
10002
10003 * gdbint.texinfo (Target Architecture Definition): Delete
10004 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10005
7fd60527
AC
100062002-01-20 Andrew Cagney <ac131313@redhat.com>
10007
10008 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10009 are no longer needed.
10010 (Porting GDB): Add maintainer note about configure.host.
10011
c2f05ac9
AC
100122002-01-20 Andrew Cagney <ac131313@redhat.com>
10013
10014 * gdbint.texinfo (Target Architecture Definition): Remove
10015 definition of IEEE_FLOAT.
10016
f7dc1244 100172002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10018
10019 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10020 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10021 <3diff@gnu.org>
231b2aad 10022
82600034
AC
100232002-01-19 Andrew Cagney <ac131313@redhat.com>
10024
10025 * gdbint.texinfo (Host Definition): Remove references to
10026 MALLOC_INCOMPATIBLE.
10027
7708fa01
AC
100282002-01-17 Andrew Cagney <ac131313@redhat.com>
10029
10030 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10031 and xyz-xdep.o.
10032
eb12ee30
AC
100332002-01-17 Andrew Cagney <ac131313@redhat.com>
10034
889bf7c5 10035 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10036 (Set Breaks): Copy ``maint info breakpoint'' doco to
10037 ``Maintenance Commands'' appendix. Add reference.
10038
c9ccaa92
AC
100392002-01-17 Andrew Cagney <ac131313@redhat.com>
10040
10041 * fdl.texi: Remove next/prev from @node.
10042
f7dc1244 100432002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10044
10045 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10046 for monstrous @multitable (from Brian Youmans).
10047
10048 * fdl.texi: New file.
10049
10050 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10051
8973da3a
AC
100522002-01-15 Andrew Cagney <ac131313@redhat.com>
10053
10054 * gdbint.texinfo (Releasing GDB): New chapter.
10055
7d86b5d5
AC
100562002-01-14 Andrew Cagney <ac131313@redhat.com>
10057
10058 * gdb.texinfo (Embedded Processors, Calling program functions):
10059 Obsolete references to a29k.
10060
cc1cb004
AC
100612002-01-13 Andrew Cagney <ac131313@redhat.com>
10062
10063 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10064 examples. Document that a code-block should do or discard its
10065 cleanups before exit.
10066
79f12247
MS
100672002-01-11 Michael Snyder <msnyder@redhat.com>
10068
10069 * gdb.texinfo (Choosing files): Change @samp to @file.
10070
19837790
MS
100712002-01-05 Michael Snyder <msnyder@redhat.com>
10072
10073 * gdb.texinfo (--pid): Document new command line option (attach).
10074
f7dc1244 100752002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10076
10077 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10078 in the stub.
10079
d7449b42
AC
100802002-01-04 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo (Target Architecture Definition): Replace
10083 BIG_ENDIAN with BFD_ENDIAN_BIG.
10084
f23631e4
AC
100852002-01-03 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbint.texinfo (Target Architecture Definition): Replace
10088 value_ptr with struct value pointer.
10089
72c9928d
EZ
100902002-01-02 Eli Zaretskii <eliz@gnu.org>
10091
10092 * gdb.texinfo (Free Software): Fix wording.
10093
959acfd1
EZ
100942001-12-31 Eli Zaretskii <eliz@gnu.org>
10095
10096 * gdb.texinfo (Free Software): New section ``Free Software Needs
10097 Free Documentation''.
10098
f7dc1244 100992001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10100
10101 * stabs.texinfo:
10102 * gdb.texinfo:
10103 * gdbint.texinfo:
10104 * libgdb.texinfo:
10105 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10106
6600abed
MS
101072001-12-29 Michael Snyder <msnyder@redhat.com>
10108
10109 * gdb.texinfo (maint info sections): Fix typo.
10110
f6680716
MS
101112001-12-26 Michael Snyder <msnyder@redhat.com>
10112
fe95c787
MS
10113 * gdb.texinfo (maint info sections): Document.
10114
a9331b3f 10115 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10116 'info proc' sub-options that are currently not implemented.
10117
c3d3ce5b
JB
101182001-12-20 Jim Blandy <jimb@redhat.com>
10119
10120 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10121
778eb05e
AC
101222001-12-15 Andrew Cagney <ac131313@redhat.com>
10123
10124 * gdbint.texinfo (Target Architecture Definition): Replace
10125 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10126
2607059c
AC
101272001-12-01 Andrew Cagney <ac131313@redhat.com>
10128
10129 * gdbint.texinfo (Host Definition): Delete documentation on
10130 HOST_BYTE_ORDER.
10131
df0cd8c5
JB
101322001-11-30 Jim Blandy <jimb@redhat.com>
10133
10134 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10135 overlay support. Add to top-level menu.
df0cd8c5 10136
88118b3a
TT
101372001-11-26 Tom Tromey <tromey@redhat.com>
10138
10139 * gdb.texinfo (Command Syntax): Document C-o binding.
10140
96565e91
CF
101412001-07-26 Christopher Faylor <cgf@redhat.com>
10142
10143 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10144 use since it is described in the referenced section.
10145
f7dc1244 10146 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10147 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10148 clearer when using DJGPP.
10149
2a3d5645
CF
101502001-11-24 Christopher Faylor <cgf@redhat.com>
10151
10152 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10153 specifically refer to MS-DOS.
10154 (command files): Mention gdb.ini is only used on MS-DOS.
10155
aa26fa3a
TT
101562001-11-21 Tom Tromey <tromey@redhat.com>
10157
10158 * gdb.texinfo (Invoking GDB): Document --args.
10159 (Mode Options): Likewise.
10160
4f8ada06
JB
101612001-11-21 Jim Blandy <jimb@redhat.com>
10162
10163 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10164 Delete documentation; this macro has been removed from the
10165 sources.
4f8ada06 10166
3fe0dc10
JB
101672001-11-13 Jim Blandy <jimb@redhat.com>
10168
10169 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10170
9e5abb06
CV
101712001-11-06 Corinna Vinschen <vinschen@redhat.com>
10172
10173 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10174
1c5dfdad
MS
101752001-11-05 Michael Snyder <msnyder@redhat.com>
10176
a9331b3f 10177 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10178 quote regexp chars in function names such as "operator*()".
10179
990f9fe3
FF
101802001-11-01 Fred Fish <fnf@redhat.com>
10181
10182 * gdbint.texinfo (SOLIB_ADD): Document additional new
10183 "readsyms" arg.
10184
b433d00b
DH
101852001-10-30 Don Howard <dhoward@redhat.com>
10186
070b1dd3
DH
10187 * gdb.texinfo: (Command Files) Added documentation for the
10188 behavior of gdb with input redirected from a file.
b433d00b 10189
b7209cb4
FF
101902001-10-28 Fred Fish <fnf@redhat.com>
10191
10192 * gdb.texinfo (auto-solib-add): Change docs to match
10193 implementation change.
10194 (auto-solib-limit): Add docs for new variable.
10195
1aa20aa8
AC
101962001-10-15 Andrew Cagney <ac131313@redhat.com>
10197
10198 * gdbint.texinfo (Target Architecture Definition): Function
10199 value_as_pointer renamed to value_as_address.
10200
fc0c74b1
AC
102012001-10-15 Andrew Cagney <ac131313@redhat.com>
10202
10203 * gdbint.texinfo (Target Architecture Definition): Default
10204 POINTER_TO_ADDRESS functions assume unsigned addresses.
10205 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10206 posting by Jim Blandy.
10207
f4846649
JB
102082001-10-12 Jim Blandy <jimb@redhat.com>
10209
10210 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10211 version of texi2html (1.64) doesn't support this flag any more.
10212
f277788b
MK
102132001-09-08 Mark Kettenis <kettenis@gnu.org>
10214
a9dc4918
MK
10215 * gdbint.texinfo (Host Definition): Remove description of
10216 MEM_FNS_DECLARED.
10217
d28379df
MK
10218 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10219
f277788b
MK
10220 * gdbint.texinfo (Host Definition): Remove description of
10221 HAVE_SIGSETMASK.
10222
7ccaa899
EZ
102232001-09-04 Elena Zannoni <ezannoni@redhat.com>
10224
10225 * gdbint.texinfo (Target Architecture Definition): Add
10226 explanation of TARGET_PRINT_INSN macro.
10227
17d9d558
JB
102282001-08-30 Jim Blandy <jimb@redhat.com>
10229
10230 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10231 Explain what it means to load relocatable files.
10232
72cde065
JB
102332001-08-28 Jim Blandy <jimb@redhat.com>
10234
10235 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10236 info `top' menu.
10237
9e678452
CF
10238Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10239
10240 * gdbint.texinfo: Add a cautionary note about macro use.
10241
a2bea4c3 102422001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10243
a2bea4c3
CV
10244 * gdb.texinfo: Explain omitting the hostname in the
10245 `target remote' command.
10246
1129bf27
DJ
102472001-07-30 Daniel Jacobowitz <drow@mvista.com>
10248
10249 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10250 and END-INFO-DIR-ENTRY.
10251
732b3002
SC
102522001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10253
10254 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10255
89437448
AC
102562001-07-25 Andrew Cagney <ac131313@redhat.com>
10257
10258 * gdbint.texinfo (libgdb): Rewrite.
10259
f7dc1244 102602001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10261
10262 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10263
c4555f82
SC
102642001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10265
10266 * gdb.texinfo (TUI): New chapter, document the TUI.
10267 (Mode Options): Document the -tui option.
10268
2f45a6e0
MK
102692001-07-23 Mark Kettenis <kettenis@gnu.org>
10270
10271 * gdbint.texinfo (Host Definition): Remove description of
10272 NEED_POSIX_SETPGID.
10273
f7dc1244 102742001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10275
10276 * gdb.tex (DJGPP Native): New node, with descriptions of
10277 DJGPP-specific commands.
10278
be9c6c35
JM
102792001-07-19 John R. Moore <jmoore@redhat.com>
10280
10281 * gdbint.texinfo: Three misspellings.
10282
dfa249fb
AC
102832001-07-06 Andrew Cagney <ac131313@redhat.com>
10284
10285 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10286 `test` expressions on bash. Problem reported by Colin Walters.
10287
c72e7388
AC
102882001-07-04 Andrew Cagney <ac131313@redhat.com>
10289
10290 * gdbint.texinfo (User Interface): Update ui-out documentation to
10291 refelect recent UI/MI updates.
10292
94bbb2c0
AC
102932001-07-04 Andrew Cagney <ac131313@redhat.com>
10294
10295 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10296 interpreters.
10297
af6c57ea
AC
102982001-06-15 Andrew Cagney <ac131313@redhat.com>
10299
10300 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10301 structure and not macros.
10302 (Host Definition): Document that much of this chapter is obsolete.
10303 (Target Architecture Definition): Update list of files that make
10304 up a target architecture.
10305 (Coding): Update.
10306
83aa8bc6
AC
103072001-06-28 Andrew Cagney <ac131313@redhat.com>
10308
10309 * gdbint.texinfo (Target Architecture Definition): Update
10310 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10311 The latter has been changed to a true predicate.
10312
f7dc1244 103132001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10314
10315 * annotate.texi: Add @noindent where needed. From Dmitry
10316 Sivachenko <dima@Chg.RU>.
10317 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10318
656db9b0
AC
103192001-06-16 Andrew Cagney <ac131313@redhat.com>
10320
10321 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10322
df2396a1
AC
103232001-06-14 Andrew Cagney <ac131313@redhat.com>
10324
10325 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10326 returns ``OK''. Document that the ``R'' packet does not reply.
10327
0f1f2b0a
MS
103282001-06-13 Michael Snyder <msnyder@redhat.com>
10329
10330 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10331
f7dc1244 103322001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10333
10334 * gdb.texinfo (Signals): Clarify the default setting of signal
10335 handling.
10336
a5d7c491
AC
103372001-05-14 Andrew Cagney <ac131313@redhat.com>
10338
10339 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10340 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10341
05a54c4f
AC
103422001-05-12 Andrew Cagney <ac131313@redhat.com>
10343
10344 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10345
f7dc1244 103462001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10347
10348 * gdbint.texinfo (Clean Design and Portable Implementation):
10349 Renamed from "Clean Design".
10350 (Clean Design and Portable Implementation): Document portable
10351 methods of handling file names, and the associated macros.
10352
f7dc1244 103532001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10354
10355 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10356 command and provide a cross-reference to its description.
10357 (Symbols): Note that "info scope" is useful for trace experiments.
10358
f7dc1244 103592001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10360
b37052ae
EZ
10361 * gdb.texinfo (Symbols): Document "info scope".
10362 (Tracepoints): New chapter.
10363 (Contributors): Update for v5.1.
10364 <All nodes>: Change "C++" to "C@t{++}".
10365
0ee54786
EZ
10366 * gdbint.texinfo (User Interface): A new section about ui_out
10367 functions, based on text written by Fernando Nasser.
10368
c534679c
EZ
10369 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10370
f7dc1244 103712001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10372
e9c75b65
EZ
10373 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10374
10375 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10376
10377 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10378 Replace "GDB" with "@value{GDBN}". Fix markup.
10379
10380 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10381
3d67e040
EZ
10382 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10383 a cross-reference to its description.
10384 (Symbols): Document "info symbol".
10385
f7dc1244 103862001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10387
10388 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10389 subsection "x86 Watchpoints".
10390 (Target Architecture Definition): Document the macros
10391 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10392 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10393
b0ed3589
AC
103942001-03-20 Andrew Cagney <ac131313@redhat.com>
10395
10396 * gdbint.texinfo (Target Architecture Definition): Update
10397 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10398 list.
10399
b6ba6518
KB
104002001-03-06 Kevin Buettner <kevinb@redhat.com>
10401
10402 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10403 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10404
f7dc1244 104052001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10406
10407 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10408
f7dc1244 104092001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10410
17cc6a06
EZ
10411 * gdb.texinfo (Environment): Document that `path' does not change
10412 the value of PATH in GDB's own environment (it did in the past,
10413 but that was changed on March 15, 1994). Reported by Doug Evans
10414 <dje@transmeta.com>.
10415
56caf160
EZ
10416 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10417 its line. Fix markup of commands and macros. Add an Index node
10418 and index entries.
10419
29e57380
C
104202001-01-23 J.T. Conklin <jtc@redback.com>
10421
10422 * gdb.texinfo (Memory region attributes): New manual section.
10423
1c6147de
ND
104242001-01-04 Nicholas Duffek <nsd@redhat.com>
10425
10426 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10427
f7dc1244 104282000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10429
10430 * refcard.tex: Version and copyright fixed. From Phil Edwards
10431 <pedwards@disaster.jaj.com>.
10432
0dcedd82
AC
10433Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10434
10435 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10436 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10437
3b851bce
AC
10438Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10439
10440 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10441 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10442
f7dc1244 104432000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10444
10445 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10446 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10447
b90a5f51
CF
104482000-11-10 Christopher Faylor <cgf@cygnus.com>
10449
10450 * gdb.texinfo: Document new 'set step-mode' command.
10451
f7dc1244 104522000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10453
10454 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10455 changes from Dmitry Sivachenko <dima@Chg.RU>.
10456
f7dc1244 104572000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10458
10459 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10460 From Steven Johnson <sbjohnson@ozemail.com.au>.
10461
2e685b93
MK
104622000-08-10 Mark Kettenis <kettenis@gnu.org>
10463
10464 * gdbint.texinfo (Overall Structure): Spelling fix.
10465
f7dc1244 104662000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10467
10468 * gdbint.texinfo (Target Architecture Definition): Document that
10469 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10470 for which REGISTER_CONVERTIBLE returns a zero value.
10471
63ac3005
EZ
104722000-07-08 Christopher Faylor <cgf@cygnus.com>
10473
10474 * Makefile.in (install-info): Find files to install in either the
10475 build or source directories (adapted from Makefile.am).
10476
bd79f757
ND
104772000-07-07 Nicholas Duffek <nsd@redhat.com>
10478
10479 * stabs.texinfo: Fix spelling errors.
10480 (String Field): FILE-NUMBER starts from 0, not 1.
10481
f7dc1244 104822000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10483
10484 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10485 Brian Youmans.
5f208f6d 10486
f7dc1244 104872000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10488
10489 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10490 the source directory. Reported by Mark Harig
10491 <markh@frazier.landmark.com>.
cc542d3b 10492
f3b28801
C
104932000-06-20 J.T. Conklin <jtc@redback.com>
10494
10495 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10496
449f3b6c
AC
10497Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10498
10499 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10500 Generate using pdftex.
449f3b6c 10501 (PDFTEX): Define.
889bf7c5 10502 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10503 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10504 @contents at the start.
449f3b6c 10505
f7dc1244 105062000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10507
10508 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10509 Youmans.
48e934c6 10510
9e9c5ae7
AC
10511Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10512
10513 From Brian Youmans:
10514 * gdb.texinfo: Fix ``et al.''.
10515
c741b251
AC
10516Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10517
10518 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10519 loop.
c741b251 10520
4ab64e14
JG
105212000-05-19 Jimmy Guo <guo@cup.hp.com>
10522
10523 * configure: Regenerate.
10524
f7dc1244 105252000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10526
10527 * Makefile.in (install-info): Run install-info on installed Info
10528 files.
10529
8c70017b
AC
10530Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10531
a7cb598a 10532 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10533 Andrew Cagney.
8c70017b 10534
f7dc1244 105352000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10536
10537 * gdb.texinfo: Proofreading changes from Brian Youmans.
10538
bf0184be
ND
105392000-05-01 Nick Duffek <nsd@cygnus.com>
10540
10541 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10542 startup sequence, minor edits.
10543
f7dc1244 105442000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10545
10546 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10547 TeX.
10548
10549 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10550 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10551 like `n' and `s' which look weird. Convert some of the @kindex to
10552 @vindex, when they refer to variables, not commands.
10553
33e16fad
AC
10554Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10555
10556 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10557
f7dc1244 105582000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10559
10560 * Makefile.in (GDBMI_DIR): New variable.
10561 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10562 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10563 (gdbmi.texinfo): New target, for texi2roff.
10564 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10565 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10566
10567 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10568 gdbmi.texinfo.
10569 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10570 comment.
10571
d167840f
EZ
105722000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10573
10574 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10575 command.
d167840f 10576
f7dc1244 105772000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10578
10579 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10580 prevents the build (and is generally a Bad Idea).
10581
f7dc1244 105822000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10583
10584 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10585 a comma inside @var.
10586 (Command Files): Index markup changes from Dmitry Sivachenko
10587 <dima@Chg.RU>.
10588
f7dc1244 105892000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10590
10591 * Makefile.in (LN_S): Define.
10592 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10593 invoke "ln -s" unless it is known to work.
10594
10595 * configure.in (AC_PROG_LN_S): Add.
10596
8dc7983f
JB
105972000-04-14 Jim Blandy <jimb@redhat.com>
10598
10599 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10600 section.
10601 (Target Conditionals): Document ADDRESS_TO_POINTER,
10602 POINTER_TO_ADDRESS.
10603
1a8237e8
DB
106042000-04-11 Daniel Berlin <dan@cgsoftware.com>
10605
10606 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10607 gdb-cfg.texi to get the value.
10608
ca526f1a
JB
106092000-04-10 Jim Blandy <jimb@redhat.com>
10610
10611 * gdbint.texinfo (Target Architecture Definition): Fix
10612 cross-references.
10613
faaafcb4
JB
106142000-04-08 Jim Blandy <jimb@redhat.com>
10615
10616 * gdbint.texinfo (Using Different Register and Memory Data
10617 Representations): New section.
10618 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10619 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10620 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10621
1b27397f
AC
10622Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10623
10624 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10625 for acknowledgments.
1b27397f 10626
480ff1fb
AC
10627Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10628
10629 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10630 qThreadExtraInfo.
480ff1fb 10631
a9331b3f 106322000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10633
a9331b3f
RM
10634 * gdb.texinfo: Clarify which remote debug protocol commands are
10635 required and which are optional.
f1251bdd 10636
dbeb8dbd
AC
10637Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10638
10639 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10640 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10641 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10642 * annotate.texi: Update.
10643
6d2ebf8b
SS
106442000-03-28 Stan Shebs <shebs@apple.com>
10645
10646 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10647 expectation of additional changes before release), update
10648 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10649 node links, rephrase and/or shorten lines to fix formatting
10650 problem in both regular and @smallbook formats.
10651 * annotate.texi: Shorten lines in example, use smallexample
10652 consistently everywhere.
10653 * Makefile.in: Add comment about texinfo 4.0 html generation.
10654 (SFILES_INCLUDED): Add annotate.texi.
10655
5d161b24
DB
106562000-03-27 Daniel Berlin <dan@cgsoftware.com>
10657
5ae4183a
AS
10658 * gdb.texinfo (Debugging Output): Added new section, documenting
10659 the "set/show debug" commands.
5d161b24 10660
b9deaee7
AC
10661Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10662
10663 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10664 entry.
b9deaee7
AC
10665
10666 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10667 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10668 @chapter and @node entries.
a9331b3f 10669
b9deaee7 10670 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10671
9ef47d30
AC
10672Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10673
10674 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10675 files.
9ef47d30 10676
cfeada60
FN
106772000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10678
10679 From David Whedon <dwhedon@gordian.com>
5ae4183a 10680 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10681
6837a0a2
DB
106822000-03-22 Daniel Berlin <dan@cgsoftware.com>
10683
10684 * gdb.texinfo: Add documentation for the apropos command.
10685
bba2971c
MS
106862000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10687
10688 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10689
2b628194
MS
106902000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10691
a9331b3f 10692 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10693 two places.
10694
96a2c332
SS
106952000-03-17 Stan Shebs <shebs@apple.com>
10696
10697 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10698 <dima@Chg.RU>, also clarification of allowed content for
10699 string constants.
10700
f7dc1244 107012000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10702
10703 * gdb.texinfo (main menu): Add Annotations.
10704 (File Options): Add @cindex entries for each command-line option.
10705 Document --epoch, --annotate, --async, --interpreter, --write,
10706 --statistics, and --version.
10707
10708 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10709 of GDB.
10710
9d233477
JB
107112000-02-23 Jim Blandy <jimb@redhat.com>
10712
10713 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10714
14e0eb3b
JB
107152000-02-22 Jim Blandy <jimb@redhat.com>
10716
10717 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10718
3555de01
JM
107192000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10720
10721 * Makefile.in (diststuff): New target.
10722
5e35df8e
KB
107232000-02-15 Kevin Buettner <kevinb@redhat.com>
10724
10725 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10726 architecture. [From Jim Wilson.]
5e35df8e 10727
c5394b80
JM
107282000-01-16 Tom Tromey <tromey@cygnus.com>
10729
10730 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10731 (Delete Breaks): Mention range arguments.
10732 (Disabling): Likewise.
10733
c3f6f71d
JM
107342000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10735
10736 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10737
c4093a6a
JM
10738Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10739
10740 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10741 valid functions.
c4093a6a 10742
11cf8741
JM
107431999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10744
10745 * gdb.texinfo: Clarify regular expressions used in rbreak.
10746
917317f4
JM
107471999-10-15 Kevin Buettner <kevinb@cygnus.com>
10748
10749 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10750 MEMORY_REMOVE_BREAKPOINT): Document.
10751
10752Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10753
10754 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10755 offset re-using the DATA offset instead.
917317f4 10756
2df3850c
JM
107571999-10-11 Jim Kingdon <kingdon@redhat.com>
10758
10759 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10760
107611999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10762
10763 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10764 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10765 typos.
10766
10767 * gdb.texinfo: Various minor wording and formatting improvements,
10768 mentions of additional command-line options.
10769
2acceee2
JM
107701999-09-30 Fred Fish <fnf@cygnus.com>
10771
10772 * gdb.texinfo: Document additional forms of specifying section
10773 names and addresses for the add-symbol-file command.
10774
c2c6d25f
JM
107751999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10776
10777 * gdbint.texinfo: Fix typo, add the word "have".
10778
107791999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10780
10781 * gdbint.texinfo (Target Architecture Definition): Document the
10782 SKIP_PERMANENT_BREAKPOINT macro.
10783
d4f3574e
SS
107841999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10785
10786 * gdb.texinfo: Fiks speling errers.
10787
10788 * gdb.texinfo: Fix uses of @multitable.
10789
f7dc1244 10790 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10791 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10792 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10793 comments about using with optimization, add more indexing,
10794 fix info about disassembly-flavor.
10795
10796Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10797
10798 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10799 SKIP_SOLIB_RESOLVER): Define.
10800
10801Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10802
10803 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10804 ``g'' packets.
d4f3574e 10805
104c1213
JM
108061999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10807
10808 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10809 platform-specific info, inline remote.texi and move sections of it
10810 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10811 and register stack into the new chapter.
10812 * remote.texi: Remove, now part of gdb.texinfo.
10813 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10814
108151999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10816
10817 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10818 GDB_TARGET_IS_MACH386): These kludges have gone away.
10819
10820Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10821
10822 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10823 TDEPLIBS.
104c1213 10824
53a5351d
JM
108251999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10826
10827 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10828 surrounding text to fit HP-UX bits into general info.
10829 (HPPA-cfg.texi): Remove, no longer useful.
10830
10831 * gdb.texinfo: Remove explicit links from @node lines, remove
10832 HP-added "Detailed Node Listing" from main menu which confuses
10833 things.
10834
10835 From Dmitry Sivachenko <dima@Chg.RU>:
10836 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10837 in description of `set environment'.
53a5351d
JM
10838
108391999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10840
10841 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10842
7be570e7
JM
108431999-08-12 Ben Elliston <bje@cygnus.com>
10844
10845 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10846
f7dc1244 108471999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10848
10849 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10850 watch, awatch, and rwatch. Explain why the latter two cannot be
10851 set as software watchpoints. Document that watchpoints for local
10852 variables are deleted when the debuggee terminates.
7be570e7
JM
10853
10854Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10855
10856 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10857 packet. Allow E.. response packet. "qRcmd" packet is no longer
10858 reserved.
7be570e7
JM
10859
108601999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10861
a9331b3f
RM
10862 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10863 * gdb.texinfo: Ditto.
7be570e7 10864
96baa820
JM
108651999-08-06 Tom Tromey <tromey@cygnus.com>
10866
10867 * gdb.texinfo (KOD): New node.
10868
10869Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10870
10871 * remote.texi (Rcmd): Fix minor formatting typos.
10872
10873Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10874
10875 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10876 packets.
96baa820 10877
adf40b2e
JM
108781999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10879
10880 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10881 fixes.
10882
43ff13b4
JM
10883Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10884
10885 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10886
085dd6e6
JM
10887Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10888
10889 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10890 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10891 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10892 packets that are not supported on all hosts. Expand examples.
10893 Spell check.
085dd6e6
JM
10894
108951999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10896
10897 * Makefile.in: Recognize html, install-html. Add targets
10898 to build HTML versions of documentation via texi2html.
10899
10900Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10901
10902 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10903 testsuite.
085dd6e6
JM
10904
10905Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10906
10907 * remote.texi (Communication Protocol): Rewrite.
10908
10909Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10910
10911 * stabs.texinfo: Fix uses of xref.
10912
9e0b60a8
JM
10913Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10914
10915 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10916 info about patch submission.
10917
cce74817
JM
10918Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10919
10920 From Per Bothner <bothner@cygnus.com>:
10921 * gdb.texinfo: Document Chill support.
10922
10923Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10924
10925 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10926 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10927 Document that the value should be greater-than or equal-to zero.
10928 (NO_STD_REGS): Document. Deprecate.
cce74817 10929
ac9a91a7
JM
10930Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10933 Document that these are not used.
ac9a91a7
JM
10934
10935Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10936
10937 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10938
392a587b
JM
10939Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10940
10941 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10942 numargs was dropped.
392a587b
JM
10943
10944Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10945
10946 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10947
b83266a0
SS
10948Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10949
10950 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10951 Update.
b83266a0 10952
7a292a7a
SS
10953Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10954
10955 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10956 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10957
10958Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10959
10960 * gdbint.texinfo: Fix typos: $ -> @.
10961
10962Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10965 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10966 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10967 BREAKPOINT_FROM_PC.
a9331b3f 10968
7a292a7a
SS
10969Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10970
10971 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10972 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10973
10974Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10975
10976 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10977 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10978
109791999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10980
10981 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10982 longer exists.
10983
10984Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10985
10986 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10987 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10988 they make the manual source incomprehensible.
7a292a7a
SS
10989 * h8-cfg.texi: Remove, hasn't been used in years.
10990
c906108c
SS
10991Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10992
10993 * gdb.texinfo: Update the credits.
10994
10995Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10996
10997 * gdb.texinfo: Fix mistakes noticed in printout of last
10998 draft, add Alpha to discussion of heuristic fence post.
10999
11000Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11001
11002 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11003 Edition, merge some HP changes into mainline, describe some
11004 previously undocumented features, describe more of the target
11005 commands available, eliminate obsolete section on renamed
11006 commands.
c906108c
SS
11007 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11008
11009Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11010
11011 * gdb.texinfo: Make many HPPA conditionals unconditional,
11012 including catchpoint description, since now on for all configs.
11013 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11014 specializations.
11015
11016Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11017
11018 * Makefile.in (GDBvn.texi): Fix match expression to work with
11019 current format of VERSION in gdb/Makefile.in.
11020 * gdb.texinfo: Fix node ref to match new readline.
11021
11022Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11023
a9331b3f
RM
11024 * gdb.texinfo: Changes made as part of a project to merge in
11025 changes made by HP. Documentation makes extensive use of
c906108c
SS
11026 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11027 on remote debugging. There are differences in documentation
889bf7c5 11028 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11029 the HP manual discusses catchpoints, hardware watchpoints, and
11030 some HPUX specific limitations for shared library support.
a9331b3f 11031
c906108c
SS
11032 There are also a number of @node changes.
11033
110341999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11035
11036 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11037 (C Usage): Same.
11038
11039Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11040
11041 The following changes were made by Edith Epstein
889bf7c5
PA
11042 <eepstein@cygnus.com> as part of a project to merge in changes
11043 made by HP.
a9331b3f 11044
c906108c
SS
11045 * HPPA-cfg.texi: new file.
11046
11047 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11048
11049 * refcard.tex: change documentation about catch.
11050 removed info catch.
11051
11052Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdbint.texinfo: Expand on GDB's coding standards,
11055 specify the use of arg names with prototypes.
11056
110571998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11058
11059 * gdb.texinfo: Fix tipo.
11060
11061Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11062
11063 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11064 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11065
11066Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11067
11068 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11069
110701998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11071
11072 * agentexpr.texi: New file.
11073
11074Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11075
11076 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11077
110781998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11079
11080 * remote.texi: Changed wording that implied that the GDB remote
11081 protocol caches register values instead of GDB itself.
11082
11083Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11084
11085 * gdbint.texinfo: Add some info about symbol readers.
11086 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11087 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11088 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11089 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11090
11091Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11092
a9331b3f 11093 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11094
11095Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11096
11097 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11098
11099Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11100
11101 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11102 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11103
11104Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11105
11106 * gdbint.texinfo: Fix minor typos.
11107
11108Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11109
11110 * gdbint.texinfo: Complete overhaul. Group descriptions more
11111 logically, add more info on generic algorithms, remove much
11112 obsolete and/or wrong material.
11113
11114Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11115
11116 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11117
11118Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11119
11120 * refcard.tex: Copyright, address updates.
11121
11122Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11123
11124 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11125 for the edition instead of confusing GDB-version-like numbers.
11126
11127Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11128
11129 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11130
11131Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11132
5ae4183a 11133 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11134
11135Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11136
11137 * gdb.texinfo: Add some credits, mention bug monitor.
11138 * remote.texi: Mention mips monitor targets.
11139 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11140
c906108c
SS
11141Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11142
11143 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11144 files, finish sorting of host vs target vs native macros, describe
11145 some more of them.
c906108c
SS
11146
11147Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11148
11149 * gdbint.texinfo (Host Conditionals): Document change from
11150 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11151
11152Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11153
11154 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11155 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11156
11157Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11158
11159 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11160 Document LSEEK_NOT_LINEAR.
11161
11162Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11163
11164 * stabs.texinfo (Stab Section Basics): Make it clear that only
11165 some versions of the GNU linker remove the leading N_UNDF symbol.
11166
11167Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * stabs.texinfo (String Field): Document type number pairs here,
11170 instead of in the Sun specific section.
11171 (Include Files): The GNU linker supports the N_BINCL
11172 optimization. Clarify the N_BINCL value, and what it is used
11173 for.
11174 (Procedures): Document N_FUN with an empty string to mark the end
11175 of a function.
11176 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11177 (Sun Differences): Remove this node, as the information is now
11178 elsewhere in the main document.
11179 (Stab Section Basics): Mention that the GNU linker may optimize
11180 stabs and remove the leading N_UNDF symbol.
11181
11182Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11183
11184 * gdb.texinfo, refcard.tex: Restore author credit
11185
11186Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11187
11188 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11189 documentation to account for START and END macros taking
11190 one arg.
11191
11192Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11193
11194 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11195 * gdb.texinfo (Frames): Fix typo.
11196
11197Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11198
11199 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11200 a target_signal as arg type, not a pid.
11201
11202Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11203
11204 * gdb.texinfo: Document `set assembly-language'.
11205
11206Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11207
11208 * remote.texi: Update list of stubs in the GDB distribution.
11209
11210Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11211
11212 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11213 Also document that some systems can use mmalloc but must define
11214 this if their C runtime allocates memory that is later freed.
c906108c 11215 (MMCHECK_FORCE): Document new macro.
a9331b3f 11216
c906108c
SS
11217Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11218
11219 * remote.texi: Add documentation for target Sparclet.
11220
11221Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11222
a9331b3f 11223 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11224 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11225 * configure.in: Rewritten for autoconf.
11226 * configure: New.
11227
11228Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11229
11230 * Makefile.in (DVIPS): New define, set to dvips.
11231 (dvi): Add stabs.dvi.
11232 (ps): New target.
11233 (all-doc): Depend on info, dvi, and ps targets.
11234 (STAGESTUFF): Add *.ps and *.dvi files.
11235 (clean-info, clean-dvi): Remove.
11236 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11237 rules completely rewritten.
11238 (maintainer-clean): Remove clean-info and clean-dvi
11239 dependencies and put their actions in the rules.
11240 (gdb.ps): New target
a9331b3f 11241 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11242 intermediate TeX files, whether they have 2 or 3 character
11243 extensions.
11244 (gdbint.ps): Add target and rules.
11245 (gdb-internals): Delete unused target.
11246 (Makefile): Depends upon config.status also.
11247
11248Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11249
11250 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11251 set.
11252
11253Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11254
11255 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11256 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11257
11258Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11259
11260 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11261
11262Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11263
11264 * gdb.texinfo (Print settings): Document
11265 `set/show print static-members' commands.
11266
11267Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11268
11269 * gdbint.texinfo (Native): Document name change, coredep.c to
11270 core-aout.c.
11271
11272Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11273
11274 * stabs.texinfo (Include Files): Document the values the SunOS4
11275 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11276
11277Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11278
11279 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11280 Fix typo.
11281
11282Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11283
11284 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11285 "gdb.tar.Z".
11286
11287Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11288
11289 * Makefile.in (maintainer-clean): New target, synonym for
11290 realclean.
11291
11292Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11293
11294 * Update all FSF addresses except those in COPYING* files.
11295
11296Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11297
11298 From Richard Earnshaw (rearnsha@armltd.co.uk):
11299 * gdb.texinfo (convenience variables): Document $_exitcode.
11300 (quit): Document optional expression to use as exit code.
11301
11302Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11303
11304 * gdb.texinfo, remote.texi: Brought up to date with various
11305 GDB changes.
11306
11307Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11308
11309 * gdb.texinfo: Update dates and versions, fix comments about
11310 hardware watchpoints in future releases and about the
11311 sharedlibrary command.
11312
11313Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11314
11315 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11316 C_FUN stab. Other cleanups.
11317
11318Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11321 for the sparc stub.
11322
11323Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11324
11325 * annotate.texi: Clarify which addresses have differing formats
11326 depending on the language and which do not.
11327
11328Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11329
11330 * remote.texi (NetWare): Changed example to use BOARD= instead of
11331 NODE= argument to reflect correspoding change to gdbserve.nlm.
11332
11333Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11334
11335 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11336 GDB, as well as AIX dbx, supports the size type attribute.
11337
11338Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11339
11340 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11341
11342Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11343
11344 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11345 and new 'if' and 'while' commands.
11346
11347Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11348
11349 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11350
11351Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11352
11353 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11354 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11355 NetWare targets. Mostly stolen from the Server node.
11356
11357Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11358
11359 * gdb.texinfo (Setting): Talk about the language of a source file
11360 versus the working language. The old documentation did not match
11361 what GDB did.
11362
11363Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11364
11365 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11366 of a source file.
11367
11368Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11369
11370 * gdb.texinfo (Processes): New node.
11371
11372Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11373
11374 * remote.texi: Update documentation of set/show mipsfpu.
11375
3fc11d3e
JM
11376Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11377
11378 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11379 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11380
11381Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11382
11383 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11384 obsolete conditionals, described some others.
11385
11386Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11389 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11390
11391Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11392
11393 * gdbint.texinfo: Put regex conditionals in their own table.
11394
11395Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11396
11397 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11398 described or fixed the descriptions of many others.
11399
11400Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11401
11402 * gdb.texinfo: Add some more credits.
11403 * gdbint.texinfo: Capitalize GDB consistently, describe some
11404 macros and remove some.
11405
11406Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11407
11408 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11409 obsolete conditionals, described some others.
11410
11411Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11412
11413 * gdb.texinfo (help targets): Changed to `help target', which
11414 is the correct gdb command.
11415
11416Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11417
11418 * annotate.texi (TODO): New node, for keeping track of annotations
11419 suggested but not yet implemented.
11420
11421Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11422
11423 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11424 another symbol, it is not the address itself.
11425
11426Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11427
11428 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11429 of stabs-in-coff sections.
11430
11431Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * annotate.texi: Change edition to 0.5 and date to May 1994.
11434 Add index.
11435 (Frames): New node, for frame annotation.
11436 (Displays): New node, for display annotation.
11437
11438 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11439 when waiting for your program to stop.
11440
11441Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11442
11443 * annotate.texi (Breakpoint Info): Document annotation of header
11444 fields and record annotation.
11445
11446Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11447
11448 * annotate.texi: New file, to document annotations.
11449
11450Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11451
11452 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11453 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11454
11455Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11456
11457 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11458 section, and say n_strx field is compilation unit relative.
11459 * stabs.texinfo: Don't use @code for a.out when it is the name of
11460 an object file format.
11461
11462Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11463
11464 * gdb.texinfo: Refer to file names, not path names, per rms
11465 convention.
11466 (Arguments): Fix typo.
11467
11468Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11469
11470 * stabs.texinfo (Global Variables): Talk about stabs in files
11471 where variables are referenced, but not defined.
11472
11473Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11474
11475 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11476 Cplusplus to new nodes Member Type Descriptor and Method Type
11477 Descriptor. Re-write stuff for #.
11478
11479Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * gdb.texinfo (Print Settings): Don't document "set print
11482 fast-symbolic-addr off". The bug which it worked around was fixed
11483 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11484
11485 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11486 N_ENTRY node.
11487
11488 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11489
11490Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11491
11492 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11493 references to ieee-float.c.
11494
11495Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11496
11497 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11498 match what the code actually does.
11499
11500Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11501
11502 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11503
11504Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11505
11506 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11507 i, and b.
11508
11509Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11510
11511 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11512 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11513 as "stabs in sections" rather than just saying "ELF and SOM".
11514 Also make that stuff apply to COFF.
11515
11516Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11517
11518 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11519 Ghostscript.
11520
11521Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11522
11523 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11524 versus functions without line numbers, also mention stepping into
11525 them as well as "step" when you are in them. Tell the user how to
11526 deal with the situation. Add comment about "debugging information".
11527
11528Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11529
11530 * stabs.texinfo (Enumerations): Document restriction on where
11531 enumeration types can appear and still win with GDB.
11532
11533Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11534
11535 * stabs.texinfo (Negative Type Numbers): Document format for type
11536 -16.
11537
11538Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11539
11540 * gdb.texinfo (Selection, Frame Info): Update information about
11541 arbitrary frame specficiations.
11542
11543Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11544
11545 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11546
11547Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11548
11549 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11550
11551Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11552
11553 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11554
11555Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11556
11557 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11558 Differences node to Statics node.
11559 (Statics): Discuss XCOFF use of V symbol descriptor.
11560
11561 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11562 not clean.
11563
11564Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11565
11566 * gdb.texinfo (Print Settings): Document `set print
11567 fast-symbolic-addr' and improve the doc for some other
11568 `set print's.
11569
11570Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11571
11572 * stabs.texinfo (String Field): Talk about defining several type
11573 numbers at once.
11574 Fix lint regarding changing node ELF Transformations to
11575 ELF and SOM Transformations.
11576
11577Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11578
11579 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11580
11581Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11582
11583 * stabs.texinfo (Cross-References): `::' is for nested types only
11584 within <>.
11585 (Structures): Document static members.
11586
11587Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11588
11589 * stabs.texinfo: Document S type attribute.
11590
11591Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11592
11593 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11594
11595Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11596
11597 * gdbint.texinfo: Fix a few typos.
11598
11599Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11600
11601 * gdb.texinfo, remote.texi: formatting improvements
11602
11603 * gdb.texinfo (New Features): mention threads.
11604 (Summary, C): fix xrefs in newly contributed text.
11605 (Threads): index entries, clarifications, example
11606 (passim): minor typos fixed, phrasing improvements
11607
11608 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11609 entries; (Server): explain use of gdbserver w/real-time systems,
11610 add example of conflicting TCP port; (MIPS Remote) break up
11611 running text into table, highlighting commands, and add example.
a9331b3f 11612
c906108c
SS
11613Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11614
11615 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11616
11617Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11618
11619 * stabs.texinfo (Nested Symbols): New node.
11620 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11621
11622Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11623
11624 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11625 to picking which Bbss.bss symbol to use, and (because there seems to
11626 be no good way of doing it) re-write some of the text to make it
11627 sound like Bbss.bss isn't such a great idea after all (as currently
11628 designed).
11629
11630 * gdb.texinfo (C): In addition to saying people have to use g++ for
11631 good results, say they have to use stabs. Specifically say cfront
11632 doesn't work well.
11633 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11634 the gdb README. Add xrefs to places where the support for the various
11635 languages is described in detail.
11636
11637Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11638
11639 * stabs.texinfo: Clean up stuff about visibility and virtual
11640 characters.
11641
11642 * stabs.texinfo (N_M2C): Cite Sun doc.
11643
11644Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11645
11646 * gdb.texinfo: updates re threads.
11647 * remote.texinfo: avoid index entries starting with digits.
11648
11649Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11650
11651 * stabs.texinfo (Enumerations): Talk about large, negative and
11652 octal values. Clean up cross reference to type attributes.
11653 (String Field): Say that GDB 4.11 supports size attribute.
11654
11655Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11656
11657 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11658 is a mandatory step. Make the stuff about that more concise.
11659
11660Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11661
11662 * stabs.texinfo (Class Names): New node.
11663
11664 * gdb.texinfo (Command Files): Explain order of init file reading.
11665
11666 * remote.texi (Bootstrapping): Talk about getting the serial driver
11667 to deal with ^C sent by gdb to stop the remote system.
11668
11669Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11670
11671 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11672
11673 * libgdb.texinfo (Defining Commands): made the DOC arg
11674 to gdb_define_app_command a char * instead of char **
11675 per a suggestion from kingdon.
11676
11677 * libgdb.texinfo: total rewrite from a different starting
11678 premise.
11679
11680Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11681
11682 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11683 floats passed as doubles (to improve clarity).
11684
11685Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11686
11687 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11688
11689 * a4rc.sed: update to work with Andreas Vogel papersize params
11690
11691 * refcard.tex: use Andreas Vogel simplifications of papersize
11692 params; remove useless version info; update copyright date.
11693
11694Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11697
11698Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11699
11700 * gdb.texinfo (Files): Say what address the load command loads it at.
11701
11702 * stabs.texinfo (Common Blocks): Minor cleanups.
11703
11704 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11705 that Sun has backed away from the linker kludge and thus the relevant
11706 issue is changes to the SunPRO tools, not the Solaris linker.
11707
11708 * stabs.texinfo (Traditional Integer Types): Clean up description
11709 of octal bounds a little bit. Document extra leading zeroes.
11710
11711Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11712
11713 * gdb.texinfo (Signaling): Update for symbolic symbol names
11714 and add a section explaining the difference between the GDB
11715 signal command and the shell kill utility.
11716
11717Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11718
11719 * libgdb.texinfo: added `@' to braces that were unescaped.
11720
11721Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11722
11723 * libgdb.texinfo: new file. Spec for the gdb library.
11724
11725Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11726
11727 * stabs.texinfo (Include Files): Fix typo (start -> end).
11728
11729Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11730
11731 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11732 from Melissa at FSF's editing pass.
11733
11734Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11735
11736 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11737 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11738 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11739
11740Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11741
11742 * remote.texi (Bootstrapping): Discuss 386 call gates.
11743
11744Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11745
11746 * stabs.texinfo (Based Variables): New node.
11747
11748Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11749
11750 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11751 names, sizes, and formats to suggest how not to lose.
11752
11753Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11754
11755 * stabs.texinfo (Methods): Fix typo.
11756
11757Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11758
11759 * gdb.texinfo: Fix a few typos.
11760
11761Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * gdb.texinfo: Clarify how well it works with Fortran.
11764
11765 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11766 More on relocating stabs in ELF files.
11767
11768Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11769
11770 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11771
11772Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11773
11774 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11775 parameters on VAX.
11776
11777Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11778
11779 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11780
11781Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11782
11783 * stabs.texinfo: Make info author notice match the TeX author notice.
11784
11785Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11786
11787 * stabs.texinfo: Initial-caps all words in node names and
11788 non-trivial words in section names.
11789
11790Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11791
11792 * stabs.texinfo: Many minor cleanups.
11793
11794 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11795
11796Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11797
11798 * stabs.texinfo: Remove full description of big example.
11799 It's not really helpful; just use pieces of it where appropriate.
11800 Add more Texinfo formatting directives (@samp, etc.).
11801 Use @deffn to define stab types.
11802 Eliminate some wordiness. Break up some nodes.
11803 Add an (alphabetized) index of symbol types.
11804 Use consistent capitalization style in node and section names.
11805
11806Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11807
11808 * gdb.texinfo: Change typo "Two two" to "The two".
11809
11810Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11811
11812 * stabs.texinfo (XCOFF-differences): Remove references to
11813 non-existent types N_DECL and N_RPSYM.
11814
11815 * stabs.texinfo (String Field): Say that type attributes bug is
11816 fixed in GDB 4.10, since it is.
11817
11818 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11819
11820Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11821
11822 * stabs.texinfo: Formatting cleanups.
11823
11824Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11825
11826 * stabs.texinfo: When explaining the n_type of a stab, standardize
11827 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11828 no tabs, use @r).
11829 (Global Variables): Clean up.
11830
11831Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * stabs.texinfo (Stack Variables): Re-write.
11834
11835Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11836
11837 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11838 addresses of a source file. Also revise formatting.
11839 Change "object module" or "object file" to "source file".
11840 Various: Miscellaneous cleanups.
11841
11842Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11843
11844 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11845
11846Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11847
11848 * gdbint.texinfo: Removed many nonsensical machine-collected
11849 host and target conditionals, described some of the remainder.
11850
11851Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11852
11853 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11854
11855 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11856 paragraph which follows.
11857
11858 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11859 variables. Looks better and avoids overful hbox.
11860
11861Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11862
11863 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11864
11865Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11866
11867 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11868 retransmit-timeout
11869
11870Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11871
11872 * gdbint.texinfo: Update statement about `some ancient Unix
11873 systems, like Ultrix 4.0' to Ultrix 4.2.
11874
11875Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11876
11877 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11878
11879 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11880
11881 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11882 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11883
11884 * remote.texi: new name for former gdbinv-s.texi
11885
11886 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11887
11888Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11889
11890 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11891 variables for MIPS remote debugging protocol.
11892
11893Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11894
11895 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11896
11897Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11898
11899 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11900
11901Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11902
11903 * gdb.texinfo: repair conditional bugs in text markup
11904
11905Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11906
11907 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11908 to select Modula-2 material.
11909
11910Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo: Cleanups regarding statics.
11913
11914 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11915 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11916
11917Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11918
11919 * stabs.texinfo: N_MAIN is sometimes used for C.
11920
11921Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11922
11923 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11924
11925Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11926
11927 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11928 removed from the code by Kingdon.
c906108c
SS
11929
11930Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11931
11932 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11933 input when evaluating breakpoint conditions; the bug has been fixed.
11934
11935 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11936 sets the ignore count to N-1, not to N.
11937
11938Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11939
11940 * refcard.tex (\hoffset): correct longstanding error to match
11941 intended offset; avoids cutting off edge on some printers
11942
11943Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11944
11945 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11946
11947Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11948
11949 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11950
11951Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11952
11953 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11954 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11955 collect sed edits if any, apply to refcard before formatting;
11956 (refcard.ps) stop implying PS fonts if PS output requested;
11957 (lrefcard.ps) delete extra target for variant PS fonts
11958
11959 * refcard.tex: parametrize papersize dependent info, collect
11960 in easily replaced spot
11961
11962 * a4rc.sed: new file, edits to refcard for A4 paper
11963
11964Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11965
11966 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11967
11968Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11969
11970 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11971
11972Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11973
11974 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11975 politely rather than rudely.
11976
11977Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11978
11979 * stabs.texinfo: Document common blocks.
11980
11981Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11982
11983 * stabs.texinfo: Add some basic info about stabs-in-elf.
11984
11985Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11986
11987 * stabs.texinfo (Top): Minor cleanup.
11988
11989Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11990
11991 * Makefile.in (install-info): remove parentdir support
11992
11993Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11994
11995 * gdb.texinfo (Copying): delete this node and references to it;
11996 RMS says this manual need not carry GPL. (passim): Improvements
11997 from last round at FSF, largely due to Ian Taylor review, and
11998 minor formatting improvements.
11999
12000 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12001 largely due to Ian Taylor review. (Debug Session): minor edits to
12002 new text.
12003
12004Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12005
12006 * Makefile.in (realclean): Remove info and dvi files too.
12007
12008Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12009
12010 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12011 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12012 * gdb.texinfo: Change accordingly.
12013
12014 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12015 N_{L,R}BRAC,N_SLINE are relative to.
12016
12017Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12018
12019 * Makefile.in (GDBvn.texi): Update atomically.
12020
12021Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12022
12023 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12024
12025Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12026
12027 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12028 addresses together. Also motivate the set print symbol-filename
12029 command and suggest other solutions.
12030
12031Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12032
12033 * gdb.texinfo (set print elements): Note that the number of
12034 elements is set to unlimited by "set print elements 0".
12035
12036Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12037
12038 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12039 NF_LDOUBLE means.
12040 (Stab Types): Include Solaris stab types.
12041 (Procedures): Document Solaris extensions.
12042
12043Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12044
12045 * gdb.texinfo: Add `set print symbol-filename' doc.
12046
12047Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12048
12049 * stabs.texinfo (Arrays): Talk about type definition vs. type
12050 information.
12051
12052 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12053 the trailing semicolon.
12054
12055Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12056
12057 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12058 and merge in other parts of the document addressing these subjects.
12059 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12060
12061 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12062 at the end of a range type.
12063
12064 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12065 AIX extensions.
12066
12067Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12068
12069 * stabs.texinfo (Stabs Format): Misc fixes.
12070
12071Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12072
12073 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12074 (Traditional builtin types): Document convex convention for long long.
12075 (Negative builtin types): Discuss type names, and misc fixes.
12076
12077Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12078
12079 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12080 point types used with @samp{R} type descriptor.
12081 (Symbol Descriptors): Describe how to handle conflict between
12082 different meanings of @samp{P} symbol descriptor.
12083
12084Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12085
12086 * stabs.texinfo: Remove node Quick Reference and put its children
12087 directly under the main menu.
12088
12089 * stabs.texinfo: Many more changes to bring it into line with
12090 AIX documentation and reality. I think it now has all the
12091 information from the AIX documentation, except that I burned
12092 out when I got to variant records (Pascal and Modula-2) and
12093 all the COBOL types. Oh well, we can add them later when we're
12094 worrying more about those languages.
12095
12096 * stabs.texinfo (Automatic variables): Talk about what it means
12097 to omit the symbol descriptor.
12098
12099Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12100
12101 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12102 gcc2 behavior with promoted args.
12103
12104Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12105
12106 * gdb.texinfo: include readline appendices in info version of manual
12107
12108Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12109
12110 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12111 target remote.
12112
12113 * gdb.texinfo (Machine Code): more index entries for disassemble
12114
12115Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12116
12117 * Clarify the intended use of the gdb-testers and gdb-patches
12118 mailing lists, and shrink gzip comment.
12119
12120Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12121
12122 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12123 DOSHOST configuration of manual.
12124
12125 * gdb.texinfo (MIPS Stack): new node.
12126
12127 * all-config.texi (MIPS) new switch.
12128
12129 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12130 tense; (MIPS Remote) new node.
12131
12132 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12133 bug; (Environment) less passive, other small cleanups in text about
12134 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12135 (Remote) new MIPS Remote menu entry.
12136
12137Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12138
12139 * stabs.texinfo: Many changes to include information from the
12140 AIX documentation.
12141
12142 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12143
12144Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12145
12146 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12147 Move a bunch of information from ../README.
12148 (Getting Started): New node.
12149
12150Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12151
12152 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12153
12154 * gdb.texinfo: advance manual revision dates to present
12155
12156 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12157 stop using silly Roman numerals in @set variable names
12158
12159Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12160
12161 * stabs.texinfo (Parameters): Keep trying to get this right.
12162
12163Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12164
12165 * stabs.texinfo (Parameters): More on "local parameters".
12166
12167Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12168
12169 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12170
12171Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12172
12173 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12174 (Parameters): Rewrite.
12175 (xcoff-differences, Sun-differences): Minor changes.
12176
12177Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12178
12179 * stabs.texinfo: Minor cleanup.
12180
12181Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12182
12183 * gdbint.texinfo: Minor xcoff stuff.
12184
12185Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12186
12187 * gdbint.texinfo: Update for new config directory structure.
12188 Add info about internal type data structures.
12189
12190Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12191
12192 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12193 $(srcdir).
12194 (gdb-config.texi): Depend on file in $(srcdir).
12195
12196Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12197
12198 * stabs.texinfo: Fixes about N_SO.
12199
12200Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12201
12202 * gdb.texinfo: include list of nonstandard init file names
12203
12204 * *-config.texi: new switch GENERIC for text that applies *only*
12205 to (usual) multiple-target version of manual
12206
12207 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12208 h8 config
12209
12210 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12211 in menus (rather than conditionally selected multiple alternative
12212 menus).
12213
12214 * Makefile.in: define and use DOC_CONFIG var to select
12215 configuration for GDB user manual.
12216
12217 * gdb-config.texi: delete from repository, generate from Makefile.
12218
12219 * all-config.texi: normal `generic' configuration file, formerly
12220 stored as gdb-config.texi
12221
12222Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12223
12224 * Makefile.in: add dvi target to build all .dvi files
12225
12226Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12227
12228 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12229
12230Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12231
12232 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12233 host conditionals.
12234 * stabs.texinfo: More array fixes inspired by Jim's.
12235
12236Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12237
12238 * stabs.texinfo: Fixes re arrays and continuations.
12239
12240 * gdbint.texinfo: Add XCOFF node.
12241
12242Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12243
12244 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12245
12246Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12247
12248 * stabs.texinfo: Fix for array types to mention lower bounds.
12249
12250Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12251
12252 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12253
12254Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12255
12256 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12257
12258Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12259
12260 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12261 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12262
12263Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12264
12265 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12266
12267Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12268
12269 * gdb.texinfo, gdbinv-s.texi: misc updates
12270
12271Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12272
12273 * gdbint.texinfo: Brief documentation for longjmp support,
12274 from an email msg by Stu.
12275
12276Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12277
12278 * stabs.texinfo: Fix description of floating point "range"
12279 types (which really define basic types). Reported by Jim Meehan,
12280 <meehan@src.dec.com>.
12281
12282 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12283
12284Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12285
12286 * gdbint.texinfo: Slightly expand section on supporting a new
12287 object file format.
12288
12289Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12290
12291 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12292 intermediate file.
12293
12294Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12295
12296 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12297
12298Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12299
12300 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12301
12302 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12303 as well as Z8002.
12304
12305Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12306
12307 * gdbint.texinfo: Add sections on clean design and on how to send
12308 in changes.
12309
12310Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12311
12312 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12313
12314Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12315
12316 * gdb.texinfo: Fix typo, reported by Karl Berry.
12317
12318Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12319
12320 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12321
12322Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12323
12324 * gdbint.texinfo: fixed a stray email address (needs @@),
12325 added @table @code to node "Native Conditionals"
12326
12327Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12328
12329 * gdbint.texinfo: Describe coding style of GDB.
12330
12331Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12332
12333 * stabs.texinfo: Minor wording changes.
12334
12335Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12336
12337 * gdbint.texinfo: Improve release doc slightly.
12338
12339Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12340
12341 * gdbint.texinfo: Improve doc of GDB config macros.
12342
12343Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12344
12345 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12346 These will be reinserted when examined.
12347
12348Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12349
12350 * gdbint.texinfo: Make a start at documenting all the #if macros
12351 in GDB. At least list them all, and start separating them into
12352 host-specific and target-specific.
12353
12354Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12355
12356 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12357 examples (not consistent w others).
c906108c
SS
12358 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12359 for generic vn of doc
12360
12361Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12362
12363 * Makefile.in: always create installation directories.
12364
12365Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12366
12367 * gdb.texinfo: in h8 config, do not describe searching commands.
12368
12369Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12370
12371 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12372 conditionals; introduce a few generic switches that may be
12373 useful for other cross-dev or dos-hosted configs.
12374
12375 * gdb.texinfo: fix typo in "info reg" description
12376
12377Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12378
12379 * stabs.texinfo: Minor updates from running TeX over it.
12380 * Makefile.in (stabs.dvi, stabs.ps): Add.
12381
12382Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12383
12384 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12385 First pass at converting it to texinfo.
12386
12387Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12388
12389 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12390 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12391
12392Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12393
12394 * gdbint.texinfo: Add section on partial symbol tables.
12395
12396Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12397
12398 * gdb.texinfo: document `set remotedebug' and `set
12399 rstack_high_address'.
12400
12401Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12402
12403 * gdb.texinfo: slight expansion of new text on reading info files
12404 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12405 H8/300 from DOS.
12406
12407Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12408
12409 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12410
12411Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12412
12413 * gdb.texinfo: Say how to read the `info' files.
12414
12415Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12416
12417 * Makefile.in: gm4 -> m4.
12418
12419Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12420
12421 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12422 Documentation' ahead of `Installing GDB' to match README.
12423 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12424 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12425
12426Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12427
12428 * Makefile.in: remove $(srcdir) from gdb.info rule.
12429
12430Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12431
12432 * Makefile.in: commented out gdb-all.texinfo rule. This is
12433 temporary.
12434
12435Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12436
12437 * Makefile.in, configure.in: removed traces of namesubdir,
12438 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12439 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12440
12441Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12442
12443 * gdb.texinfo: Improve how we ask for bug reports.
12444
12445Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12446
12447 * Makefile.in: infodir belongs in datadir.
12448
12449Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12450
12451 * Makefile.in: remove spaces following hyphens, bsd make can't
12452 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12453 standards.text support.
c906108c
SS
12454
12455Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12456
12457 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12458 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12459 and mandir now keyed off datadir by default.
12460
12461\f
12462Local Variables:
9e9c5ae7 12463mode: change-log
c906108c
SS
12464left-margin: 8
12465fill-column: 74
12466version-control: never
463888ab 12467coding: utf-8
c906108c 12468End:
This page took 1.881356 seconds and 4 git commands to generate.