python: Add Progspace.objfiles method
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
0ae1a321
SM
12018-09-13 Simon Marchi <simon.marchi@ericsson.com>
22018-09-13 Tom Tromey <tom@tromey.com>
3
4 * python.texi (Program Spaces In Python): Document the
5 Progspace.objfiles method.
6 (Objfiles In Python): Mention that gdb.objfiles() is identical
7 to gdb.selected_inferior().progspace.objfiles().
8
a40bf0c2
SM
92018-09-13 Simon Marchi <simon.marchi@ericsson.com>
102018-09-13 Tom Tromey <tom@tromey.com>
11
12 * python.texi (Inferiors In Python): Document
13 Inferior.progspace.
14 (Program Spaces In Python): Document that
15 gdb.current_progspace() is the same as
16 gdb.selected_inferior().progspace.
17
1256af7d
SM
182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
19
20 * python.texi (Basic Python): Mention the string representation
21 of GDB Python objects.
22
3e68067f
SM
232018-09-12 Simon Marchi <simon.marchi@ericsson.com>
24
25 * gdb.texinfo (Skipping Over Functions and Files): Document
26 set/show debug skip.
27
849cba3b
TT
282018-09-10 Tom Tromey <tom@tromey.com>
29
30 * python.texi (Frames In Python, Blocks In Python)
31 (Symbols In Python, Symbol Tables In Python)
32 (Lazy Strings In Python): Remove periods from section titles.
33
27a9fec6
TT
342018-09-10 Tom Tromey <tom@tromey.com>
35
36 * python.texi (Pretty Printing API): Swap sentence order.
37
9da10427
TT
382018-09-10 Tom Tromey <tom@tromey.com>
39
40 PR python/16461:
41 * python.texi (Values From Inferior): Mention use of virtual
42 table.
43
0d2a5839
TT
442018-09-10 Tom Tromey <tom@tromey.com>
45
46 * python.texi (Basic Python): Parenthesize argument to
47 decode_line.
48
05c6bdc1
TT
492018-09-10 Tom Tromey <tom@tromey.com>
50
51 * python.texi (Python): Mention Python versions. Don't mention
52 execfile.
53
e7b5068c
TT
542018-09-10 Tom Tromey <tom@tromey.com>
55
56 PR python/19808:
57 * python.texi (Unwinding Frames in Python): Rewrite
58 create_unwind_info documentation. Update read_register
59 documentation and add a note about unwinder caution.
60
fb5af5e3
TT
612018-09-10 Tom Tromey <tom@tromey.com>
62
63 PR python/18909:
64 * python.texi (Events In Python): Fix inferior_call
65 documentation.
66
521b499b
TT
672018-09-10 Tom Tromey <tom@tromey.com>
68
69 PR python/17752:
70 * python.texi (Frame Filter API): Remove period from subsection
71 title. Mention 100 as good default priority.
72 (Frame Decorator API): Remove period from subsection title.
73 Mention FrameDecorator module.
74
4a5a194a
TT
752018-09-10 Tom Tromey <tom@tromey.com>
76
77 PR python/23108:
78 * python.texi (Exception Handling): Rearrange gdb.GdbError text
79 and add a table.
80
f5a476a7
TT
812018-09-10 Tom Tromey <tom@tromey.com>
82
83 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
84 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
85 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
86 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
87
60c0454d
TT
882018-09-10 Tom Tromey <tom@tromey.com>
89
90 PR python/16484:
91 * python.texi (Frames In Python): Document that Frame.block can
92 throw.
93
088a96da
TT
942018-09-10 Tom Tromey <tom@tromey.com>
95
96 PR python/23487:
97 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
98
22eb9e92
TT
992018-09-10 Tom Tromey <tom@tromey.com>
100
101 PR python/16033:
102 * python.texi (Blocks In Python): Document that Block.end is
103 exclusive.
104
078a0207
KS
1052018-08-29 Keith Seitz <keiths@redhat.com>
106
107 * gdb.texinfo (Compiling and injecting code in GDB): Document
108 set/show "compile-oracle" and "compile-cplus-types" commands.
109
6d52907e
JV
1102018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
111
112 * gdb.texinfo (The -stack-list-frames Command): Update description
113 to mention "arch".
114 Update MI examples throughout the document to contain "arch" in
115 frame output.
116
1461bdac
AH
1172018-08-21 Alan Hayward <alan.hayward@arm.com>
118
119 * gdb.texinfo (AArch64 SVE): New subsubsection.
120
26fb3983
JV
1212018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
122
123 * gdb.texinfo (GDB/MI Data Manipulation): Document
124 "-data-disassemble -a addr".
125 (GDB/MI Support Commands): Document "data-disassemble-a-option"
126 feature.
127
7d11235d
SM
1282018-08-07 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.texinfo (Index Files Speed Up GDB): Add section about
131 symbol index cache.
132
129eb0f1
SDJ
1332018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
134
135 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
136 option sections to further clarify that gcore can take more
137 than one PID, and that "-o" is used to specify a prefix, not a
138 filename.
139
3c3bb058
AB
1402018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.texinfo (Maintenance Commands): Add description of
143 maintenance command to control dwarf unwinders.
144
0a232300
PW
1452018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
146
147 * gdb.texinfo (Debugging Programs with Multiple Threads):
148 Document changes to 'thread apply'. Document 'taas'.
149 Document 'tfaas'.
150 (Examining the Stack): Document 'frame apply'. Document 'faas'.
151
c7ab0aef
SDJ
1522018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
153 Jan Kratochvil <jan.kratochvil@redhat.com>
154 Paul Fertser <fercerpav@gmail.com>
155 Tsutomu Seki <sekiriki@gmail.com>
156
157 * gdb.texinfo (Remote Connection Commands): Add explanation
158 about new IPv6 support. Add new connection prefixes.
159
055303e2
AB
1602018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.texinfo (Remote Configuration): Update descriptions for
163 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
164 and hardware-watchpoint-length-limit variables.
165
471b9d15
MR
1662018-07-02 Maciej W. Rozycki <macro@mips.com>
167
168 PR tdep/8282
169 * gdb.texinfo (Source and Machine Code): Document `set
170 disassembler-options' support for the MIPS target.
171
291f9a96
PT
1722018-06-28 Petr Tesarik <ptesarik@suse.cz>
173
174 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
175
ed6dfe51
PT
1762018-06-28 Petr Tesarik <ptesarik@suse.cz>
177
178 * gdb.texinfo (Files): The address argument for "add-symbol-file"
179 is no longer mandatory.
180
d4d429d5
PT
1812018-06-28 Petr Tesarik <ptesarik@suse.cz>
182
183 * gdb.texinfo (Files): Document "symbol-file -o offset".
184
0dbfed25
TV
1852018-06-14 Tom de Vries <tdevries@suse.de>
186
187 * gdb.texinfo (Background Execution): Add @cindex for '&'.
188
41fc26a2
EZ
1892018-06-11 Eli Zaretskii <eliz@gnu.org>
190
191 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
192
5045b3d7
GB
1932018-06-08 Gary Benson <gbenson@redhat.com>
194
195 * gdb.texinfo (Maintenance Commands): Document "maint check
196 libthread-db" and "maint set/show check-libthread-db".
197
eb6af809
TT
1982018-06-05 Tom Tromey <tom@tromey.com>
199
200 PR cli/12326:
201 * gdb.texinfo (Screen Size): Document "c" response to pagination
202 prompt.
203
4b2dfa9d
MR
2042018-05-31 Maciej W. Rozycki <macro@mips.com>
205
206 * gdb.texinfo (Choosing Target Byte Order): Document endianness
207 selection details with the `set endian auto' mode.
208
a913fffb
TT
2092018-05-04 Tom Tromey <tom@tromey.com>
210
211 PR python/22731:
212 * python.texi (Breakpoints In Python): Mention that "commands" is
213 writable.
214
0489430a
TT
2152018-05-02 Tom Tromey <tom@tromey.com>
216
217 PR python/20084:
218 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
219 PARAM_ZUINTEGER_UNLIMITED.
220
6d7bb824
TT
2212018-04-30 Tom Tromey <tom@tromey.com>
222
223 * python.texi (Types In Python): Document Type.align.
224
b744723f
AA
2252018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
226
227 * gdb.texinfo (Symbols): Mention the fact that "info
228 variables/functions/types" show source files and line numbers.
229
4a4495d6
MM
2302018-04-13 Markus Metzger <markus.t.metzger@intel.com>
231
232 * gdb.texinfo: Document set/show record btrace cpu.
233
3fcded8f
JB
2342018-03-27 Joel Brobecker <brobecker@adacore.com>
235
236 * gdb.texinfo (Ada Settings): New subsubsection.
237
978d6c75
TT
2382018-03-26 Tom Tromey <tom@tromey.com>
239
240 PR backtrace/15582:
241 * gdb.texinfo (Backtrace): Mention "hide" argument.
242
ea3b0687
TT
2432018-03-26 Tom Tromey <tom@tromey.com>
244
245 * gdb.texinfo (Backtrace): Describe options individually.
246
76727919
TT
2472018-03-19 Tom Tromey <tom@tromey.com>
248
249 * observer.texi: Remove.
250
386a8676
JB
2512018-03-04 John Baldwin <jhb@FreeBSD.org>
252
253 * gdb.texinfo (Debugging Output): Document "set/show debug
254 fbsd-nat".
255
db1ae9c5
AB
2562018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.texinfo (Machine Code): Additional information about "info
259 line" command.
260
d726cb5d
SN
2612018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
262
263 * gdb.texinfo (gdb-add-index man): Add pindex.
264
dbfa4523
SN
2652018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
266
267 * gdb.texinfo (set cwd): Add period.
268 (gdb-add-index man): Move anchor.
269
ba643918
SDJ
2702017-01-12 Tom Tromey <tom@tromey.com>
271 Sergio Durigan Junior <sergiodj@redhat.com>
272
273 * gdb.texinfo (Index Files): Mention gdb-add-index.
274 (gdb-add-index man): New section.
275 * Makefile.in (gdb-add-index.1): New rule to generate manpage
276 from gdb.texinfo.
277
754452f0
SN
2782018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
279
280 * gdb.texinfo (pwd): Fix whitespace.
281
2d97a5d9
JB
2822018-01-09 John Baldwin <jhb@FreeBSD.org>
283
284 * gdb.texinfo (pwd): Update cross-reference for Process Information
285 node and remove explicit /proc reference.
286 (Native): Rename subsection from SVR4 Process Information to
287 Process Information.
288 (Process Information): Reword introduction to be less /proc
289 centric. Document support for "info proc" on FreeBSD.
290
9f757bf7
XR
2912018-01-03 Xavier Roirand <roirand@adacore.com>
292
293 * gdb.texinfo (Set Catchpoints): Add documentation for new
294 "catch handlers" action.
295
cef0f868
SH
2962017-12-27 Stafford Horne <shorne@gmail.com>
297
298 * gdb.texinfo (Target Description Format): Explain that arbitrary
299 strings are now allowed for register groups.
300
b67d92b0
SH
3012017-12-27 Stafford Horne <shorne@gmail.com>
302
303 * gdb.texinfo (Registers): Document info reg $reggroup feature.
304
7c161838
SDJ
3052017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
306
307 PR cli/16224
308 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
309
b89641ba
SM
3102017-12-13 Simon Marchi <simon.marchi@ericsson.com>
311
312 * python.texi (Manipulating breakpoints using Python): Document
313 qualified parameter to gdb.Breakpoint.
314
0b982d68
SM
3152017-12-13 Simon Marchi <simon.marchi@ericsson.com>
316
317 * python.texi (Manipulating breakpoints using Python): Split doc
318 of Breakpoint.__init__ in two, split text in multiple
319 paragraphs, don't nest parameter square brackets.
320
a994fec4
FJ
3212017-12-12 Stafford Horne <shorne@gmail.com>
322 Stefan Wallentowitz <stefan@wallentowitz.de>
323 Franck Jullien <franck.jullien@gmail.com>
324 Jeremy Bennett <jeremy.bennett@embecosm.com>
325
326 * gdb.texinfo: Add OpenRISC documentation.
327
437afbb8
JK
3282017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
329
330 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
331
883fd55a
KS
3322017-12-07 Keith Seitz <keiths@redhat.com>
333
334 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
335 and "show print type nested-type-limit".
336
824cc835
PM
3372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
338
339 * python.texi (Breakpoints In Python): Add text relating
340 to allowed explicit locations and keywords in gdb.Breakpoints.
341
7403715e
TT
3422017-12-04 Tom Tromey <tom@tromey.com>
343
344 * gdb.texinfo (Rust): Update trait object status
345
97cbe998
SDJ
3462017-12-01 Andrew Cagney <cagney@redhat.com>
347 Joel Brobecker <brobecker@adacore.com>
348 Sergio Durigan Junior <sergiodj@redhat.com>
349
350 * gdb.texinfo (File Options): Document --readnever.
351 (Commands to Specify Files): Likewise, for 'symbol-file' and
352 'add-symbol-file'.
353
bd69330d
PA
3542017-11-29 Pedro Alves <palves@redhat.com>
355
356 PR c++/19436
357 * gdb.texinfo (Debugging C Plus Plus): Document setting
358 breakpoints in functions with ABI tags.
359
a20714ff
PA
3602017-11-29 Pedro Alves <palves@redhat.com>
361
362 * gdb.texinfo (Linespec Locations): Document how "function" is
363 interpreted in C++ and Ada. Document "-qualified".
364 (Explicit Locations): Document how "-function" is interpreted in
365 C++ and Ada. Document "-qualified".
366
ee9a09e9
DC
3672017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
368
369 PR gdb/21945
370 * gdb.texinfo (Search Memory): Update description and example
371 about how to search a string without NULL terminator.
372
e547c119
JB
3732017-11-24 Joel Brobecker <brobecker@adacore.com>
374
375 * gdb.texinfo (GDB/MI Ada Exception Information): Document
376 new "exception-message" field.
377
5f1ca24a
SM
3782017-11-24 Simon Marchi <simon.marchi@ericsson.com>
379
380 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
381
d044bac8
PA
3822017-11-24 Pedro Alves <palves@redhat.com>
383
384 * gdb.texinfo (Completion): Update need-quoting examples. Remove
385 false claim that GDB inserts quoting automatically.
386 (Symbols): Add anchor.
387
2400729e
UW
3882017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
389
390 * gdb.texinfo (Requirements): Document use of GNU MPFR.
391
d8ae99a7
PM
3922017-11-16 Phil Muldoon <pmuldoon@redhat.com>
393
394 * python.texi (Basic Python): Add rbreak documentation.
395
d0fe4701
XR
3962017-11-07 Xavier Roirand <roirand@adacore.com>
397 Pedro Alves <palves@redhat.com>
398
399 * gdb.texinfo (Set Breaks): Document support for breakpoint
400 location ranges in the enable/disable commands.
401
bc3b087d
SDJ
4022017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
403
404 * gdb.texinfo (Starting your Program) <The working directory.>:
405 Mention remote debugging.
406 (Working Directory) <Your Program's Working Directory>:
407 Likewise.
408 (Connecting) <Remote Packet>: Add "set-working-dir"
409 and "QSetWorkingDir" to the table.
410 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
411 packet.
412
d092c5a2
SDJ
4132017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
414
415 * gdb.texinfo (Starting your Program) <The working directory.>:
416 Mention new "set cwd" command.
417 (Working Directory) <Your Program's Working Directory>:
418 Rephrase to explain that "set cwd" exists and is the default
419 way to change the inferior's cwd.
420
289e23aa
AA
4212017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
422
423 * gdb.texinfo (S/390 and System z Features): Document the new
424 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
425
f2ff95c5
KB
4262017-09-21 Kevin Buettner <kevinb@redhat.com>
427
428 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
429 attribute.
430
da2c323b
KB
4312017-09-21 Kevin Buettner <kevinb@redhat.com>
432
433 * python.texi (Inferiors In Python): Add description for method
434 Inferior.thread_from_thread_handle.
435
4e5a4f58
JB
4362017-09-19 John Baldwin <jhb@FreeBSD.org>
437
438 * gdb.texinfo (Starting your Program): Add description of
439 starti command. Mention starti command as an alternative for
440 debugging the elaboration phase.
441
1526853e
SM
4422017-09-16 Simon Marchi <simon.marchi@ericsson.com>
443
444 * gdb.texinfo (Maintenance Commands): Document filter parameter
445 of "maint selftest". Document "maint info selftests" command.
446
7c96f8c1
TT
4472017-09-11 Tom Tromey <tom@tromey.com>
448
449 * python.texi (Events In Python): Document new events.
450
d69cf9b2
PA
4512017-09-04 Pedro Alves <palves@redhat.com>
452
453 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
454 no-debug-info variables.
455 (Symbols) <Examining the Symbol Table>: Document inspecting
456 no-debug-info types.
457 (Calling) <Calling functions with no debug info>: New subsection,
458 documenting calling no-debug-info functions.
459 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
460
0a2dde4a
SDJ
4612017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
462
463 * gdb.texinfo (set environment): Add @anchor. Explain that
464 environment variables set by the user are sent to GDBserver.
465 (unset environment): Likewise, but for unsetting variables.
466 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
467 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
468 "environment-reset" and "QEnvironmentReset" to the table.
469 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
470 QEnvironmentReset>: New item, explaining the packet.
471
6e41ddec
JK
4722017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
475 "Compiler search for the compile command" descriptions of set
476 compile-gcc and show compile-gcc.
477
58afddc6
WP
4782017-08-07 Weimin Pan <weimin.pan@oracle.com>
479
480 * gdb.texinfo (Architectures): Add new Sparc64 section to document
481 ADI support.
482 * NEWS: Add "adi examine" and "adi assign" commands.
483
6d580b63
YQ
4842017-08-18 Yao Qi <yao.qi@linaro.org>
485
486 * gdb.texinfo (Server): Document "--selftest".
487
a5afdb16
RK
4882017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
489
490 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
491 Single-Key mode.
492
ca145713
SDJ
4932017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
494
495 PR gdb/21925
496 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
497 set...").
498
0968fbae
SM
4992017-08-09 Simon Marchi <simon.marchi@ericsson.com>
500
501 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
502 conditional expression.
503
791fb3d7
SM
5042017-07-31 Simon Marchi <simon.marchi@ericsson.com>
505
506 * agentexpr.texi (rot): Fix symbolic description, improve
507 textual description.
508
27d41eac
YQ
5092017-07-26 Yao Qi <yao.qi@linaro.org>
510
511 * gdb.texinfo (Maintenance Commands): Document command
512 "maint check xml-descriptions".
513
8e2141c6
YQ
5142017-07-26 Yao Qi <yao.qi@linaro.org>
515
516 * gdb.texinfo (Maintenance Commands): Document optional
517 argument of "maint print c-tdesc".
518
c646b4e8
YQ
5192017-07-18 Yao Qi <yao.qi@linaro.org>
520
521 * gdb.texinfo (Maintenance Commands): Improve the doc to
522 command "maint print c-tdesc".
523
eb83230b
SDJ
5242017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
525
526 PR gdb/21606
527 * python.texi (Python representation of Symbols.): Replace
528 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
529 * guile.texi (Guile representation of Symbols.): Likewise.
530
c4dcb155
SM
5312017-06-11 Simon Marchi <simon.marchi@ericsson.com>
532
533 * gdb.texinfo (Optional Messages about Internal Happenings):
534 Document {set,show} debug separate-debug-file commands.
535
aefd8b33
SDJ
5362017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
537
538 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
539 (Connecting) <Remote Packet>: Add "startup-with-shell"
540 and "QStartupWithShell" to the table.
541 (Remote Protocol) <QStartupWithShell>: New item, explaining the
542 packet.
543
176efed1
AB
5442017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
547
d050f7d7
TW
5482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
549
550 * python.texi (Recording in Python): Factor out the documentation of
551 gdb.RecordInstruction's super class.
552
14f819c8
TW
5532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
554
555 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
556 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
557 prev and next.
558
0ed5da75
TW
5592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
560
561 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
562 gdb.RecordInstruction
563
913aeadd
TW
5642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
565
566 * python.texi (Recording in Python): Add documentation for
567 gdb.RecordGap and remove documentation of special cases for
568 gdb.BtraceInstruction.
569
a3be24ad
TW
5702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
571
572 * python.texi (Recording in Python): Remove Record.ptid defvar.
573
ebe553db
SM
5742017-04-21 Simon Marchi <simon.marchi@ericsson.com>
575
576 * gdb.texinfo (GDB/MI Thread Information): Add missing
577 fields, re-word some things.
578 (GDB/MI Thread Commands): Describe fields found in the output of
579 -thread-info, remove description of fields in the
580 thread output tuple, replace with a cross-reference to "GDB/MI
581 Thread Information".
582
9be21bb4
SM
5832017-04-21 Simon Marchi <simon.marchi@ericsson.com>
584
585 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
586 from -thread-info output.
587
fe5f7374
AK
5882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
589
590 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
591
eea78757
AK
5922017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
593
594 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
595
79778b30
YQ
5962017-03-22 Yao Qi <yao.qi@linaro.org>
597
598 * python.texi (Inferiors In Python): Remove @code from Python.
599
cee59b3f
TW
6002017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
601
602 * python.texi (Recordings In Python): Document return type of
603 gdb.BtraceInstruction.data.
604
51457a05
MAL
6052017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
606
607 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
608 command file-list-shared-libraries
609 (GDB/MI Async Records): Update documentation of library-loaded with new
610 field.
611
f8d99587
DE
6122017-03-16 Doug Evans <dje@google.com>
613
614 * guile.texi (Lazy Strings In Guile): Mention arrays.
615 * python.texi (Lazy Strings In Python): Ditto.
616
5cf70512
JW
6172017-03-08 Jiong Wang <jiong.wang@arm.com>
618
619 * gdb.texinfo (Memory Protection Extensions): Add missing escape
620 character "@".
621
4a612d6f
WT
6222017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
623
624 * Memory Protection Extensions: Add information about inferior
625 calls.
626
216f72a1
JK
6272017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
630 DW_TAG_GNU_* and DW_AT_GNU_*.
631
4e746bb6
TW
6322017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
633
634 * python.texi (Recordings In Python): New section.
635
3f77c769
TT
6362017-02-14 Tom Tromey <tom@tromey.com>
637
638 PR python/13598:
639 * python.texi (Events In Python): Document events.before_prompt.
640
5cf30ebf
LM
6412017-02-13 Luis Machado <lgustavo@codesourcery.com>
642
643 * gdb.texinfo (Target Commands): Document the optional offset
644 argument for the load command.
645
18da0c51
MG
6462017-02-10 Martin Galvan <martingalvan@sourceware.org>
647
648 PR gdb/21122
649 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
650 space-separated breakpoint lists. Also add a missing @table command
651 and @cindex for breakpoint lists.
652
3f7b46f2
IR
6532017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
654
655 PR tdep/20936
656 * gdb.texinfo: (Standard Target Features): Document SPARC features.
657 (Sparc Features): New node.
658
2735833d
WT
6592017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
660
661 * gdb.texinfo (i386 Features): Add system segment registers
662 as feature.
663
373832b6
SM
6642017-01-24 Simon Marchi <simon.marchi@ericsson.com>
665
666 * python.texi (Events In Python): Fix typo.
667
78cbbba8
LM
6682017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
669 Luis Machado <lgustavo@codesourcery.com>
670
671 * gdb.texinfo (-target-flash-erase): New MI command description.
672 (flash-erase): New CLI command description.
673
387360da
JB
6742017-01-04 John Baldwin <jhb@FreeBSD.org>
675
676 * gdb.texinfo (Contributors): Add SRI International and University
677 of Cambridge for FreeBSD/mips.
678
34c41c68
DE
6792016-12-22 Doug Evans <xdje42@gmail.com>
680
681 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
682 commands.
683
df3ee9ca
PA
6842016-12-02 Pedro Alves <palves@redhat.com>
685
686 * gdb.texinfo (User-defined Commands): Limit on number of
687 arguments passed to user-defined commands removed; update.
688
01770bbd
PA
6892016-12-02 Pedro Alves <palves@redhat.com>
690
691 PR cli/20559
692 * gdb.texinfo (Define): Add example of using "eval" to process a
693 variable number of arguments.
694 (Output) <eval>: Add anchor.
695
ad02e4fe
SM
6962016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
697
698 * Makefile.in: Likewise.
699
8504e097
AA
7002016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
701
702 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
703 xref.
704
39402e6c
PA
7052016-10-29 Pedro Alves <palves@redhat.com>
706
707 * gdb.texinfo (Packets) <vCont>: Remove mention of default
708 actions.
709
ca6eff59
PA
7102016-10-26 Pedro Alves <palves@redhat.com>
711
712 * gdb.texinfo (Packets): Clarify vCont packets with multiple
713 actions that match a thread, and what happens when an action
714 matches a thread that is already running.
715
be06ba8c
SM
7162016-10-14 Simon Marchi <simon.marchi@ericsson.com>
717
718 * gdb.texinfo (Using Trace Files): Fix typo.
719 (GDB/MI Tracepoint Commands): Likewise.
720
99e61eda
SM
7212016-10-14 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
724 of -trace-save.
725
9c37b5ae
TT
7262016-10-06 Tom Tromey <tom@tromey.com>
727
728 * guile.texi (Types In Guile): Remove Java mentions.
729 * python.texi (Types In Python): Remove Java mentions.
730 * gdb.texinfo (Address Locations, Supported Languages)
731 (Index Section Format): Remove Java mentions.
732
ee8da4b8
DE
7332016-08-15 Doug Evans <dje@google.com>
734
735 * gdb.texinfo (Target Description Format): Update docs on "end"
736 field spec and field default type.
737
4034d0ff
AT
7382016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7392016-10-03 Simon Marchi <simon.marchi@ericsson.com>
740
741 PR gdb/20487
742 * gdb.texinfo (Context management): Update mention of frame
743 change notifications.
744 (gdb/mi Async Records): Document frame field in
745 =thread-select event.
746 * observer.texi (GDB Observers): New user_selected_context_changed
747 observer.
748
4435e1cc
TT
7492016-09-28 Tom Tromey <tom@tromey.com>
750
751 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
752 than "memory breakpoint". Further document "kind". Move
753 protocol-details link earlier.
754 <z1>: Document the cmd_list argument. Fix typo.
755 <g>: Remove incorrect sentence.
756 (Stop Reply Packets): Document "OK" response to requests when in
757 non-stop mode.
758 <swbreak>: Use "software breakpoint" rather than "memory
759 breakpoint".
760 <create>: Document that "R" is ignored.
761 <W, X, w>: Document formatting of "AA".
762 (Notification Packets): Use "%Stop", not "%%Stop".
763
ad0a504f
AK
7642016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
765
766 * gdb.texinfo (Embedded Processors): Document ARC.
767 (Synopsys ARC): New section.
768 (Standard Target Features): Document ARC features.
769 (ARC Features): New section.
770
74172ecf
SM
7712016-09-21 Simon Marchi <simon.marchi@ericsson.com>
772
773 * .gitignore: New file.
774
0a1ddfa6
SM
7752016-08-24 Simon Marchi <simon.marchi@ericsson.com>
776
777 * gdb.texinfo (Input/Output): Mention possibility to unset
778 inferior-tty.
779
c0272db5
TW
7802016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
781
782 * gdb.texinfo: Resume btrace on reconnect.
783
e3487908
GKB
7842016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
785
786 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
787 syscall.
788
463888ab
РИ
7892016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
790
791 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
792 command.
793
dac790e1
TT
7942016-07-13 Tom Tromey <tom@tromey.com>
795
796 PR python/15620, PR python/18620:
797 * python.texi (Events In Python): Document new breakpoint events.
798
93daf339
TT
7992016-07-13 Tom Tromey <tom@tromey.com>
800
801 PR python/17698:
802 * python.texi (Breakpoints In Python): Document
803 Breakpoint.pending.
804
cda75e70
TT
8052016-07-13 Tom Tromey <tom@tromey.com>
806
807 * python.texi (Breakpoints In Python): Move table of types and
808 table of watchpoint types earlier in node.
809
e0f3fd7c
TT
8102016-07-12 Tom Tromey <tom@tromey.com>
811
812 PR python/19293:
813 * python.texi (Frames In Python): Document
814 gdb.invalidate_cached_frames.
815
86f78169
PA
8162016-06-21 Pedro Alves <palves@redhat.com>
817
818 * gdb.texinfo (Interpreters): Update intepreter-exec section,
819 document new-ui and explain use case.
820
a28d8e50
YTL
8212016-06-17 Yan-Ting Lin <currygt52@gmail.com>
822
823 * gdb.texinfo (Standard Target Features): Document NDS32 features.
824 (NDS32 Features): New Section.
825
bb556f1f
TK
8262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
827
828 * gdb.texinfo (Examining Memory): Document negative repeat
829 count in the 'x' command.
830
38b022b4
SM
8312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
832
833 * gdb.texinfo (GDB/MI Async Records): Document method and
834 format fields in =record-started.
835 * observer.texi (record_changed): Add method and format
836 parameters.
837
c185ba27
EZ
8382016-05-27 Eli Zaretskii <eliz@gnu.org>
839
840 * gdb.texinfo (General Query Packets): Move the description of the
841 response before the long list of the specific 'read' and 'write'
842 requests.
843
1957f6b8
TT
8442016-05-23 Tom Tromey <tom@tromey.com>
845
846 * python.texi (Basic Python): Document gdb.breakpoints return.
847
224f10c1
TT
8482016-05-24 Tom Tromey <tom@tromey.com>
849
850 PR gdb/19194:
851 * gdb.texinfo (gdb man): Fix typo.
852
0bdfa368
TT
8532016-05-17 Tom Tromey <tom@tromey.com>
854
855 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
856 (Rust): New node.
857
dcd1f979
TT
8582016-05-17 Tom Tromey <tom@tromey.com>
859
860 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
861
310cdbb6
YQ
8622016-04-27 Yao Qi <yao.qi@linaro.org>
863
864 * gdb.texinfo (tfind): Complete doc about tfind without
865 argument.
866
b8162e5a
AT
8672016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
868
869 * agentexpr.texi (byte): Fix zero_ext description.
870
f7c38292
PA
8712016-03-31 Pedro Alves <palves@redhat.com>
872
873 * gdb.texinfo (M32R/SDI): Delete node.
874 (MIPS Embedded): Remove references to the MIPS remote debugging
875 protocol, PMON and variants, and the associated commands.
876
81516450
DE
8772016-03-15 Doug Evans <dje@google.com>
878
879 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
880 (Target Description Format): Mention enum types. Update docs on
881 flags types.
882 (Predefined Target Types): Add "bool".
883 (Enum Target Types): New node.
884
2a60e18f
PA
8852016-03-15 Pedro Alves <palves@redhat.com>
886
887 * gdb.texinfo (Tracepoint Actions): Fix typo.
888
45fa2529
PA
8892016-03-15 Pedro Alves <palves@redhat.com>
890 Andreas Arnez <arnez@linux.vnet.ibm.com>
891 Marcin Kościelnicki <koriakin@0x04.net>
892
893 * gdb.texinfo (Tracepoint Actions): Document possible
894 unreliability of '$_ret'.
895
f2403c39
AB
8962016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.texinfo (Symbols): Document new 'maint info line-table'
899 command.
900
f2f3ccb9
SM
9012016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
902
903 * gdb.texinfo (Convenience Functions): Document $_as_string.
904
cce0e923
DE
9052016-02-23 Doug Evans <dje@google.com>
906
907 * gdb.texinfo (Skipping Over Functions and Files): Document new
908 options to "skip" command. Update docs of output of "info skip".
909
012b3a21
WT
9102016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
911
912 * gdb.texinfo (Signals): Add bound violation display hints for
913 a SIGSEGV.
914
0748bf3e
MK
9152016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
916
917 * gdb.texinfo (Trace File Format): Add documentation for description
918 section lines.
919
e909d859
MK
9202016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
921
922 * gdb.texinfo (Trace File Format): Remove misleading information
923 about register block ordering.
924
713cdcbf
DE
9252016-02-01 Doug Evans <dje@google.com>
926
927 * gdb.texinfo (Value Sizes): Fix typo.
928
8244c20d
DE
9292016-02-01 Doug Evans <dje@google.com>
930
931 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
932
5fdf6324
AB
9332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.texinfo (Value Sizes): New section.
936 (Data): Add the 'Value Sizes' node to the menu.
937
67ebd9cb
JB
9382016-01-26 John Baldwin <jhb@FreeBSD.org>
939
940 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
941
6e9567fe
JB
9422016-01-19 John Baldwin <jhb@FreeBSD.org>
943
944 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
945
f303dbd6
PA
9462016-01-18 Pedro Alves <palves@redhat.com>
947
948 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
949 of the thread that hit a breakpoint or received a signal.
950
71ef29a8
PA
9512016-01-15 Pedro Alves <palves@redhat.com>
952
953 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
954
663f6d42
PA
9552016-01-13 Pedro Alves <palves@redhat.com>
956
957 * gdb.texinfo (Threads): Document the $_gthread convenience
958 variable.
959 (Convenience Vars): Likewise.
960
c84f6bbf
PA
9612016-01-13 Pedro Alves <palves@redhat.com>
962
963 * gdb.texinfo (Threads): Document "info threads -gid".
964
22a02324
PA
9652016-01-13 Pedro Alves <palves@redhat.com>
966
967 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
968 anchor.
969 (Threads In Python): Document new InferiorThread.global_num
970 attribute.
971
5d5658a1
PA
9722016-01-07 Pedro Alves <palves@redhat.com>
973
974 * gdb.texinfo (Threads): Document per-inferior thread IDs,
975 qualified thread IDs, global thread IDs and thread ID lists.
976 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
977 thread IDs.
978 (Convenience Vars): Document the $_thread convenience variable.
979 (Ada Tasks): Adjust to refer to thread IDs.
980 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
981 Commands, GDB/MI Variable Objects): Update to mention global
982 thread IDs.
983 * guile.texi (Breakpoints In Guile)
984 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
985 global thread IDs instead of thread IDs.
986 * python.texi (Threads In Python): Adjust documentation of
987 InferiorThread.num.
988 (Breakpoint.thread): Mention global thread IDs instead of thread
989 IDs.
990
84654457
PA
9912016-01-13 Pedro Alves <palves@redhat.com>
992
993 * python.texi (Threads In Python): Document
994 InferiorThread.inferior.
995
e3940304
PA
9962016-01-13 Pedro Alves <palves@redhat.com>
997
998 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
999 convenience variable.
1000 (Convenience Vars): Likewise.
1001
82075af2
JS
10022016-01-12 Josh Stone <jistone@redhat.com>
1003 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1004
1005 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1006 (Stop Reply Packets): List the syscall entry and return stop reasons.
1007 (General Query Packets): Describe QCatchSyscalls, and add it to the
1008 table and the detailed list of stub features.
1009
bc504a31
PA
10102016-01-12 Pedro Alves <palves@redhat.com>
1011
1012 Remove use of the registered trademark symbol throughout.
1013
cde67b27
YQ
10142016-01-12 Yao Qi <yao.qi@linaro.org>
1015
1016 * gdb.texinfo (Interrupts): Update the document on handling
1017 interrupt when program is stopped.
1018
19d9d4ef
DB
10192015-12-11 Don Breazeal <donb@codesourcery.com>
1020
1021 * gdb.texinfo (Forks): Correct Linux kernel version where
1022 fork and exec events are supported, add notes about support
1023 of these events in target remote mode.
1024 (Connecting): Reorganize and clarify distinctions between
1025 target remote, extended-remote, and multiprocess.
1026 Reorganize related text from separate sections into new
1027 sections.
1028 (Server): Note effects of target extended-remote mode.
1029 Delete section on Multi-Process Mode for gdbserver.
1030 Move some text to "Connecting" node.
1031
f4f4330e
PA
10322015-12-10 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.texinfo (Threads): Replace warning with explanation
1035 about single-threaded programs.
1036
b1236ac3
PA
10372015-12-10 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.texinfo (Threads): Remove mention of SGI.
1040 (Forks): Remove mention of HP-UX.
1041 (Breakpoints): Remove mention of HP-UX.
1042 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1043 Reword in terms of architectures.
1044 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1045 mention supported systems.
1046 (Convenience Vars): Don't mention HP-UX.
1047 (Jumping): Remove mention of HP-UX in comment.
1048 (Files) <shared libraries>: Update supported shared library types
1049 list. Remove mention of HP-UX.
1050 (Native): Remove HP-UX subsection.
1051 (SVR4 Process Information): Remove mention of HP-UX.
1052
0f59c28f
PA
10532015-12-10 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.texinfo (Stack): Reorder menu.
1056
1c35a88f
LM
10572015-12-09 Luis Machado <lgustavo@codesourcery.com>
1058
1059 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1060 -var-set-format's new zero-hexadecimal format.
1061
3685b09f
PMR
10622015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1063
1064 * gdb.texinfo (Ada Mode Into): Move overloading support
1065 description to its own node.
1066 (Overloading support for Ada): New node.
1067
f2faf941
PA
10682015-11-30 Pedro Alves <palves@redhat.com>
1069
1070 PR 14618
1071 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1072 (Remote Configuration): Add the "set/show remote
1073 no-resumed-stop-reply" to the available settings table.
1074 (General Query Packets): Document the "no-resumed" qSupported
1075 feature.
1076
65706a29
PA
10772015-11-30 Pedro Alves <palves@redhat.com>
1078
1079 * gdb.texinfo (Remote Configuration): List "set/show remote
1080 thread-events" command in configuration table.
1081 (Stop Reply Packets): Document "T05 create" stop
1082 reason and 'w' stop reply.
1083 (General Query Packets): Document QThreadEvents packet. Document
1084 QThreadEvents qSupported feature.
1085
de979965
PA
10862015-11-30 Pedro Alves <palves@redhat.com>
1087
1088 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1089 anchor.
1090 (Packets): Document vCtrlC.
1091
79efa585
SM
10922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (Thread List Format): Mention thread names.
1095
7e0aa6aa
PA
10962015-11-24 Pedro Alves <palves@redhat.com>
1097
1098 PR 17539
1099 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1100 program-spaces" example to ascending order listing.
1101 (Threads): Adjust "info threads" example to ascending order
1102 listing.
1103 (Forks): Adjust "info inferiors" example to ascending order
1104 listing.
1105
0c532a29
MM
11062015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.texinfo (Process Record and Replay): Document "record
1109 instruction-history" modifiers.
1110
fc58fa65
AB
11112015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1114 description.
1115 (Frame Filter Management): Move to later in the 'Examining the
1116 Stack' chapter.
1117 (Selection): Add entry for 'select-frame'.
1118
792005b0
DE
11192015-09-25 Doug Evans <dje@google.com>
1120
1121 * gdb.texinfo (Process Record and Replay): Fix syntax of
1122 "record instruction-history begin, end" and
1123 "record function-call-history begin, end".
1124
c58b006b
SM
11252015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * gdb.texinfo (Specifying Source Directories): Fix
1128 substitute-path example.
1129
f2665db5
MM
11302015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1131
1132 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1133
e68fa6f0
PA
11342015-09-15 Pedro Alves <palves@redhat.com>
1135
1136 PR remote/18965
1137 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1138 the vforkdone description.
1139
8228463c
PA
11402015-09-15 Pedro Alves <palves@redhat.com>
1141
1142 PR remote/18965
1143 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1144 part indicates the thread ID of the parent process.
1145
750ce8d1
YQ
11462015-09-15 Yao Qi <yao.qi@linaro.org>
1147
1148 * gdb.texinfo (General Query Packets): Add vContSupported to
1149 tables of 'gdbfeatures' and 'stub features' supported in the
1150 qSupported packet, as well as to the list containing stub
1151 feature details.
1152
b459a59b
DB
11532015-09-11 Don Breazeal <donb@codesourcery.com>
1154
1155 * gdb.texinfo (Remote Configuration): Add exec event
1156 feature to table of packet settings.
1157 (Stop Reply Packets): Add exec events to the list of stop
1158 reasons.
1159 (General Query Packets): Add exec events to tables of
1160 'gdbfeatures' and 'stub features' supported in the qSupported
1161 packet, as well as to the list containing stub feature
1162 details.
1163
73b8c1fd
PA
11642015-08-24 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.texinfo (Remote Configuration): Document the "set/show
1167 remote multiprocess-extensions-packet" commands.
1168
bb615428
PA
11692015-08-24 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1172 <M32R>: Remove references to M32R/D.
1173 <M68K>: Remove references to target dbug.
1174 <MIPS Embedded>: Remove references to target r3900 and target
1175 array.
1176 <PowerPC Embedded>: Remove references to target dink32 and target
1177 ppcbug, target sds
1178 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1179
2b4bf6af
AB
11802015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1183
566f5e3b
AB
11842015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1187
18989b3c
AB
11882015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1191 info bfds" to...
1192 (File Caching): A New section. Outline bfd caching, and add new
1193 description for "main set/show bfd-sharing".
1194
6ff0ba5f
DE
11952015-08-14 Doug Evans <xdje42@gmail.com>
1196
1197 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1198 disassembly.
1199 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1200
629500fa
KS
12012015-08-11 Keith Seitz <keiths@redhat.com>
1202
1203 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1204 Use "location(s)"instead of "linespec(s)".
1205 (Specifying a Location): Rewrite.
1206 Add subsections describing linespec, address, and explicit locations.
1207 Add node/menu for each subsection.
1208 (Source and Machine Code, C Preprocessor Macros)
1209 (Create and Delete Trace points)
1210 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1211 (Continuing at a Different Address): Remove "linespec" examples.
1212 Add reference to "Specify a Location"
1213 (The -break-insert Command): Rewrite. Add anchor.
1214 Add reference to appropriate manual section discussing locations.
1215 (The -dprintf-insert Command): Refer to -break-insert for
1216 specification of 'location'.
1217
fbea99ea
PA
12182015-08-07 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1221 target-non-stop".
1222
da8c46d2
MM
12232015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1224
1225 * gdb.texinfo (Process Record and Replay): Document prefixing of
1226 speculatively executed instructions in the "record instruction-history"
1227 command.
1228
a3b5281e
DE
12292015-07-20 Doug Evans <dje@google.com>
1230
1231 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1232
6bcb1f97
DE
12332015-07-16 Doug Evans <dje@google.com>
1234
1235 * stabs.texinfo: @include gdb-cfg.texi.
1236
db1ff28b
JK
12372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1238
1239 Revert the previous 2 commits:
1240 gdbserver build-id attribute generator
1241 Validate symbol file using build-id
1242
ca5268b6
JK
12432015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1244
1245 * gdb.texinfo (Files): Add 'set validate-build-id'
1246 and 'show validate-build-id'.
1247
700ca40f
JK
12482015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1249 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 gdbserver build-id attribute generator.
1252 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1253 'build-id' in description, example, new attribute in dtd.
1254
7c7f93f6
AB
12552015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.texinfo (Selection): Update documentation for 'frame'
1258 command.
1259
b0627500
MM
12602015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1261
72f4393d 1262 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1263 commands.
1264
b20a6524
MM
12652015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1266
1267 * gdb.texinfo (Process Record and Replay): Spell out that variables
1268 and registers are not available during btrace replay.
1269 Describe the new "record btrace pt" command.
1270 Describe the new "set|show record btrace pt buffer-size" options.
1271 (General Query Packets): Describe the new Qbtrace:pt and
1272 Qbtrace-conf:pt:size packets.
1273 Expand "bts" to "Branch Trace Store".
1274 Update the branch trace DTD.
1275
fc637f04
PP
12762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1277
1278 * gdb.texinfo (Command History): Document the new option
1279 "history remove-duplicates".
1280
18a94d75
DE
12812015-06-19 Doug Evans <dje@google.com>
1282
1283 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1284 longer supported.
1285
0eacb298
PP
12862015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1287
1288 * gdb.texinfo (Command History): Mention that setting
1289 GDBHISTSIZE to the empty string disables history truncation.
1290
bc460514
PP
12912015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1292
1293 PR gdb/16999
1294 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1295 behavior.
1296
b58c513b
PP
12972015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1298
1299 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1300 with GDBHISTSIZE.
1301
a86c90e6
SM
13022015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1303
1304 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1305 bytes and memory units for -data-{read,write}-memory-bytes.
1306 (Packets): Same for m, M and X packets.
1307 * python.texi (Inferiors In Python): Same for read_memory and
1308 write_memory.
1309
c74f7d1c
JT
13102015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1311
1312 * gdb.texinfo (Separate Debug Files): Document that PE is also
1313 supported.
1314
51f0e40d
AB
13152015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1318 single table entry.
1319
966f0aef
WT
13202015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1321
1322 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1323
1324
15a201c8
GB
13252015-06-10 Gary Benson <gbenson@redhat.com>
1326
1327 * gdb.texinfo (Remote Configuration): Document the
1328 "set/show remote hostio-setfs-packet" command.
1329 (Host I/O Packets): Document the vFile:setfs packet.
1330
7a6a1731
GB
13312015-06-10 Gary Benson <gbenson@redhat.com>
1332
1333 * gdb.texinfo (Debugging Output): Document the "set/show debug
1334 linux-namespaces" command.
1335
7d73c23c 13362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1337 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1338
1339 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1340 and "set mpx bound".
1341
27e0867f
DE
13422015-05-27 Doug Evans <dje@google.com>
1343
1344 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1345
b4f54984
DE
13462015-05-26 Doug Evans <dje@google.com>
1347
1348 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1349 command renamings.
1350 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1351
55b40027
AB
13522015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1355
a4ea0946
AB
13562015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1359 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1360
37442ce1
DE
13612015-05-16 Doug Evans <xdje42@gmail.com>
1362
1363 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1364 memory ports.
1365
36de76f9
JK
13662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1369
0d71eef5
DB
13702015-05-12 Don Breazeal <donb@codesourcery.com>
1371
1372 * gdb.texinfo (Forks): Note that fork debugging is
1373 supported in extended mode.
1374 (Remote Configuration): Add fork event features to table
1375 of packet settings.
1376 (Stop Reply Packets): Add fork events to list of stop reasons.
1377 (General Query Packets): Add fork events to tables of
1378 'gdbfeatures' and 'stub features' supported in the qSupported
1379 packet, as well as to the list containing stub feature
1380 details.
1381
835205d0
GB
13822015-05-12 Gary Benson <gbenson@redhat.com>
1383
1384 * gdb.texinfo (General Query Packets): Document
1385 qXfer:exec-file:read with empty annex.
1386
4c082a81
SC
13872015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1388
1389 * python.texi (Values From Inferior): Add descriptions of new
1390 methods gdb.Value.reference_value and gdb.Value.const_value.
1391
b30a0bc3
JB
13922015-05-06 Joel Brobecker <brobecker@adacore.com>
1393
1394 * gdb.texinfo (Files): Add "info dll" documentation.
1395 (Cygwin Native): Remove "info dll" documentation.
1396
2ce1cdbf
DE
13972015-04-29 Doug Evans <dje@google.com>
1398
1399 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1400 Document.
1401 (Writing an Xmethod): Add get_result_type to example.
1402
59fb7612
SS
14032015-04-28 Sasha Smundak <asmundak@google.com>
1404
1405 * python.texi: New method documented.
1406
cf75d6c3
AB
14072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1410 format.
1411
897c3d32
DE
14122015-04-24 Doug Evans <dje@google.com>
1413
1414 * python.texi (Xmethods In Python): Fix name of method to call the
1415 xmethod.
1416
1b6e6f5c
GB
14172015-04-17 Gary Benson <gbenson@redhat.com>
1418
1419 * gdb.texinfo (Connecting to a Remote Target): Mention that
1420 GDB can access program files from remote targets that support
1421 qXfer:exec-file:read and Host I/O packets.
1422
c78fa86a
GB
14232015-04-17 Gary Benson <gbenson@redhat.com>
1424
1425 * gdb.texinfo (Remote Configuration): Document the "set/show
1426 remote pid-to-exec-file-packet" command.
1427 (General Query Packets): Document the qXfer:exec-file:read
1428 qSupported features. Document the qXfer:exec-file:read packet.
1429
a9a5a3d1
GB
14302015-04-17 Gary Benson <gbenson@redhat.com>
1431
1432 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1433 applies to executable paths if supplied to GDB as absolute.
1434
4f45d445
JK
14352015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 * gdb.texinfo (Mode Options): Remove -xdb.
1438
e7a8570f
JK
14392015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1440 Eli Zaretskii <eliz@gnu.org>
1441
72f4393d
L
1442 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1443 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1444 the compile command. New subsection Compiler search for the compile
1445 command.
1446
f2983cc3
AW
14472015-04-09 Andy Wingo <wingo@igalia.com>
1448
1449 * guile.texi (Frames In Guile): Describe frame-read-register.
1450
599bd15c
GB
14512015-04-02 Gary Benson <gbenson@redhat.com>
1452
1453 * gdb.texinfo (set sysroot): Document "target:".
1454
d11916aa
SS
14552015-04-01 Sasha Smundak <asmundak@google.com>
1456
1457 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1458 section.
1459
df8411da
SDJ
14602015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1461
1462 PR corefiles/16092
1463 * gdb.texinfo (gcore): Mention new command 'set
1464 use-coredump-filter'.
1465 (set use-coredump-filter): Document new command.
1466
d33279b3
AT
14672015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1468
1469 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1470 documentation, reorder the info os entries in alphabetical order.
1471
852f8402
SM
14722015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1473
1474 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1475 -data-write-memory-bytes.
1476
856e7dd6
PA
14772015-03-24 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1480 mention that threads may sometimes run unlocked.
1481
236af5e3
YG
14822015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1483
1484 * gdb.texinfo (Remote configuration): Document "set/show
1485 serial parity" command.
1486
464b0089
GB
14872015-03-18 Gary Benson <gbenson@redhat.com>
1488
1489 * gdb.texinfo (General Query Packets): Remove documentation
1490 for now-removed vFile:fstat qSupported features.
1491
0a93529c
GB
14922015-03-11 Gary Benson <gbenson@redhat.com>
1493
1494 * gdb.texinfo (Remote Configuration): Document the
1495 "set/show remote hostio-fstat-packet" command.
1496 (General Query Packets): Document the vFile:fstat
1497 qSupported features.
1498 (Host I/O Packets): Document the vFile:fstat packet.
1499
85642ba0
AW
15002015-03-11 Andy Wingo <wingo@igalia.com>
1501
1502 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1503
f7e6eed5
PA
15042015-03-04 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.texinfo (Remote Configuration): Document the "set/show
1507 remote swbreak-feature-packet" and "set/show remote
1508 hwbreak-feature-packet" commands.
1509 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1510 decription.
1511 (Stop Reply Packets): Document the swbreak and hwbreak stop
1512 reasons.
1513 (General Query Packets): Document the swbreak and hwbreak
1514 qSupported features.
1515 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1516
f873665f 15172015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1518
1519 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1520 under *stopped.
1521
9a284c97
DE
15222015-03-02 Doug Evans <xdje42@gmail.com>
1523
1524 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1525
446899e4
AA
15262015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1527
1528 * gdb.texinfo (S/390 and System z Features): Describe new feature
1529 "org.gnu.gdb.s390.vx".
1530
7ee67ee4
SDJ
15312015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1532
1533 PR gdb/18008
1534 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1535 demangler-warning): Fix typo ("problam").
1536
53cf2ee0
DT
15372015-02-19 David Taylor <dtaylor@emc.com>
1538
1539 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1540
3133f8c1
JM
15412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1542
1543 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1544 point, DTrace'.
1545 (Static Probe Points): Modified to cover DTrace probes in addition
1546 to SystemTap probes. Also modified to cover the `enable probe'
1547 and `disable probe' commands.
1548
9aca2ff8
JM
15492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1550
1551 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1552 `disable probe' commands.
1553
fa3f8d5a
DT
15542015-02-12 David Taylor <dtaylor@emc.com>
1555
1556 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1557 fields of the QTDV packet.
1558
d33501a5
MM
15592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1560
1561 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1562 (Process Record and Replay): Describe new set|show commands.
1563 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1564
f4abbc16
MM
15652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1566
1567 * gdb.texinfo (Process Record and Replay): Describe the "record
1568 btrace bts" command.
1569 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1570 (Branch Trace Configuration Format): New.
1571
cfb069a8
GB
15722015-01-31 Gary Benson <gbenson@redhat.com>
1573 Doug Evans <dje@google.com>
1574
1575 * gdb.texinfo (Command Completion): Document new
1576 "set/show max-completions" option.
1577
f57d2163
DE
15782015-01-31 Doug Evans <xdje42@gmail.com>
1579
1580 * gdb.texinfo (Symbols): Document new commands
1581 "maint print symbol-cache", "maint print symbol-cache-statistics",
1582 "maint flush-symbol-cache". Document new option
1583 "maint set symbol-cache-size".
1584
9f050062
DE
15852015-01-31 Doug Evans <xdje42@gmail.com>
1586
1587 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1588 distinguish script files vs inlined scripts.
1589 * python.texi (Python Auto-loading): Ditto.
1590
b6577aab
DE
15912015-01-30 Doug Evans <dje@google.com>
1592
1593 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1594 string if present.
1595
3a8b707a
DE
15962015-01-27 Doug Evans <dje@google.com>
1597
1598 * python.texi (Objfiles In Python): Document Objfile.username.
1599
1b549396
DE
16002015-01-27 Doug Evans <dje@google.com>
1601
1602 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1603 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1604
253828f1
JK
16052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1606
1607 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1608
bf555842
EZ
16092015-01-16 Eli Zaretskii <eliz@gnu.org>
1610
1611 * doc/gdb.texinfo (TUI Commands): Document the possible
1612 values of NAME argument to 'winheight' command. Explain the
1613 effect of 'tabset' setting better.
1614
439250fb
DE
16152015-01-11 Doug Evans <xdje42@gmail.com>
1616
1617 PR gdb/15830
1618 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1619 (Symbols): Ditto.
1620 (Maintenance Commands): Delete docs for "maint demangle".
1621
6bf6fd09
JB
16222014-12-31 Joel Brobecker <brobecker@adacore.com>
1623
1624 * gdb.texinfo (Files): Remove documentation of the
1625 "add-shared-symbol-files" and "assf" commands.
1626 (Cygwin Native): Remove documentation of the "dll-symbols"
1627 command.
1628
cc485e62
DE
16292014-12-17 Doug Evans <xdje42@gmail.com>
1630
1631 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1632
bb2ec1b3
TT
16332014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1634 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * gdb.texinfo (Altering): Update.
1637 (Compiling and Injecting Code): New node.
1638
6dddd6a5
DE
16392014-12-12 Doug Evans <dje@google.com>
1640
1641 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1642
f5b95c01
AA
16432014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1644
1645 * gdb.texinfo: Document "maint print user-registers".
1646
a0be3e44
DE
16472014-12-08 Doug Evans <dje@google.com>
1648
1649 * python.texi (Objfiles In Python): Document Objfile.owner.
1650
86e4ed39
DE
16512014-12-04 Doug Evans <dje@google.com>
1652
1653 * python.texi (Objfiles In Python): Document
1654 Objfile.add_separate_debug_file.
1655
7c50a931
DE
16562014-12-04 Doug Evans <dje@google.com>
1657
1658 * python.texi (Objfiles In Python): Document Objfile.build_id.
1659
162078c8
NB
16602014-12-02 Nick Bull <nicholaspbull@gmail.com>
1661
1662 * python.texi (Events In Python): Document new events
1663 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1664 and RegisterChangedEvent.
1665
f10c5b19
JK
16662014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1667
1668 Add add-auto-load-scripts-directory.
1669 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1670 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1671
413b59ae
JK
16722014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1673
1674 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1675 description typo.
1676
02be9a71
DE
16772014-10-30 Doug Evans <dje@google.com>
1678
1679 * python.texi (Progspaces In Python): Document ability to add
1680 random attributes to gdb.Progspace objects.
1681 (Objfiles In Python): Document ability to add random attributes to
1682 gdb.objfile objects.
1683
e5f8a7cc
PA
16842014-10-27 Pedro Alves <palves@redhat.com>
1685
1686 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1687 info on stepping and signal handlers.
1688 (Signals): Explain stepping and signal handlers. Add context
1689 index entry, and cross references.
1690
fab3a15d
SM
16912014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1692
1693 * python.texi (Breakpoints In Python): Add parenthesis after
1694 Breakpoint.delete. Clarify Breakpoint.enabled description so
1695 that it contains "disable".
1696
4ffbba72
DE
16972014-10-17 Doug Evans <dje@google.com>
1698
1699 * python.texi (Events In Python): Document clear_objfiles event.
1700
d096d8c1
DE
17012014-10-17 Doug Evans <dje@google.com>
1702
1703 * python.texi (Objfiles In Python): Document new progspace attribute.
1704
32a8097b
PA
17052014-10-17 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1708 (SVR4 Process Information): Delete mention of OSF/1.
1709
2ddf4301
SM
17102014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1711
1712 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1713 exit-code field in -list-thread-groups output.
1714
342cc091
JBG
17152014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1716
1717 * gdb.texinfo (Set Breaks): Add missing "@end table".
1718
a25a5a45
PA
17192014-09-22 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1722 always-inserted off" is the default mode now. Delete
1723 documentation of "set breakpoint always-inserted auto".
1724
2b4fd423
DE
17252014-09-18 Doug Evans <dje@google.com>
1726
1727 * python.texi (Symbol Tables In Python): Document "producer"
1728 attribute of gdb.Symtab objects.
1729
deb8ff2b
PA
17302014-09-16 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1733 (Embedded OS): Remove VxWorks menu entry.
1734 (VxWorks): Remove node.
1735
81219e53
DE
17362014-09-13 Doug Evans <xdje42@gmail.com>
1737
1738 * gdb.texinfo (Signaling): Document new queue-signal command.
1739
faa42425
DE
17402014-09-06 Doug Evans <xdje42@gmail.com>
1741
1742 PR 15276
1743 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1744 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1745
1a6a384b
JL
17462014-09-03 Justin Lebar <jlebar@google.com>
1747
1748 * python.texi (Types In Python): Type.template_argument(n) returns a
1749 gdb.Value or a gdb.Type and throws an exception if n is out of
1750 range.
1751
5f3b99cf
SS
17522014-09-03 Sasha Smundak <asmundak@google.com>
1753
1754 * python.texi (Frames in Python): Add read_register description.
1755
3cecbbbe
TT
17562014-08-04 Tom Tromey <tromey@redhat.com>
1757
1758 * gdb.texinfo (Debugging Output): Update for change to "set debug
1759 target".
1760
90debf20
MM
17612014-08-01 Masaki Muranaka <monaka@monami-software.com>
1762
1763 Pushed by Joel Brobecker <brobecker@adacore.com>.
1764 * Makefile.in (transform): New variable.
1765 (install-man1, install-man5): Apply $(transform) to man file names.
1766
ee7333ae
DE
17672014-07-26 Doug Evans <xdje42@gmail.com>
1768
1769 PR guile/17177
1770 * guile.texi (Guile Pretty Printing API): Fix typo.
1771 Document set-pretty-printers!, pretty-printers.
1772 (Selecting Guile Pretty-Printers): Update.
1773 Mention program-space based pretty-printers.
1774
70509625
PA
17752014-07-25 Pedro Alves <palves@redhat.com>
1776 Eli Zaretskii <eliz@gnu.org>
1777
1778 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1779 with multi-threaded programs.
1780
b67a2c6f
YQ
17812014-06-27 Yao Qi <yao@codesourcery.com>
1782
1783 * gdb.texinfo (Maintenance Commands): Update the output of
1784 'maint print dummy-frames' command.
1785
f179cf97
EZ
17862014-06-24 Eli Zaretskii <eliz@gnu.org>
1787
1788 * gdb.texinfo (Screen Size): Improve indexing.
1789
992c7d70
GB
17902014-06-19 Gary Benson <gbenson@redhat.com>
1791
1792 * gdb.texinfo (Maintenance Commands): Document new
1793 "maint set/show catch-demangler-crashes" option.
1794
57fcfb1b
GB
17952014-06-19 Gary Benson <gbenson@redhat.com>
1796
1797 * gdb.texinfo (Maintenance Commands): Document new
1798 "maint demangler-warning" command and new
1799 "maint set/show demangler-warning" option.
1800
dd5d5494
SC
18012014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1802
1803 * python.texi (Xmethod API): Add space before the opening
1804 parenthesis in function descriptions.
1805
25326a28 18062014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1807
1808 * guile.texi (Guile Configuration): Document guile-data-directory.
1809
0a770bb2 18102014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1811
1812 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1813
16f691fb
DE
18142014-06-04 Doug Evans <xdje42@gmail.com>
1815
1816 * guile.texi (Breakpoints In Guile): Update.
1817
1e47491b
JB
18182014-06-03 Joel Brobecker <brobecker@adacore.com>
1819
1820 * python.texi (Xmethod API): Fix reference to "Progspaces In
1821 Python".
1822
0c6e92a5
SC
18232014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1824
1825 * python.texi (Xmethods In Python, XMethod API)
1826 (Writing an Xmethod): New nodes.
1827 (Python API): New menu entries "Xmethods In Python",
1828 "Xmethod API", "Writing an Xmethod".
1829
06eb1586
DE
18302014-06-02 Doug Evans <xdje42@gmail.com>
1831
1832 * guile.texi (Guile API): Add entry for Parameters In Guile.
1833 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1834 (Parameters In Guile): New node.
1835
e698b8c4
DE
18362014-06-02 Doug Evans <xdje42@gmail.com>
1837
1838 * guile.texi (Guile API): Add entry for Commands In Guile.
1839 (Basic Guile) <parse-and-eval>: Add reference.
1840 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1841 (GDB Scheme Data Types): Mention <gdb:command> object.
1842 (Commands In Guile): New node.
1843
ded03782
DE
18442014-06-02 Doug Evans <xdje42@gmail.com>
1845
1846 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1847 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1848 (Progspaces In Guile): New node.
1849
53e8a631
AB
18502014-05-30 Andrew Burgess <aburgess@broadcom.com>
1851
1852 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1853 * python.texi (Frames In Python): Mention
1854 gdb.FRAME_UNWIND_MEMORY_ERROR.
1855
329ea579
PA
18562014-05-29 Pedro Alves <palves@redhat.com>
1857 Tom Tromey <tromey@redhat.com>
1858
1859 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1860 from example.
1861 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1862 Mention that target-async is now deprecated.
1863 (Maintenance Commands): Document maint set/show target-async.
1864
92bcb5f9
PA
18652014-05-29 Pedro Alves <palves@redhat.com>
1866
1867 * observer.texi (sync_execution_done, command_error): New
1868 subjects.
1869
fd664c91
PA
18702014-05-29 Pedro Alves <palves@redhat.com>
1871
1872 PR gdb/13860
1873 * observer.texi (signal_received, end_stepping_range)
1874 (signal_exited, exited, no_history): New observer subjects.
1875
b2715b27
AW
18762014-05-26 Andy Wingo <wingo@igalia.com>
1877
1878 * guile.texi (GDB Scheme Data Types): Remove documentation for
1879 removed interfaces. Update spelling of gdb-object-kind.
1880
9eaa4c1e
AW
18812014-05-26 Andy Wingo <wingo@igalia.com>
1882
1883 * guile.texi (Basic Guile): Fix some typos.
1884
0f1e8403
AW
18852014-05-26 Andy Wingo <wingo@igalia.com>
1886
1887 * guile.texi (Writing a Guile Pretty-Printer)
1888 (Guile Types Module): Fix excess parentheses in use-modules forms.
1889
697aa1b7
EZ
18902014-05-24 Eli Zaretskii <eliz@gnu.org>
1891
1892 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1893 (Breakpoints In Guile, Guile Printing Module)
1894 (Guile Exception Handling, Values From Inferior In Guile)
1895 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1896 Don't use @var at the beginning of a sentence.
1897
1898 * gdb.texinfo (Frame Filter Management, Trace Files)
1899 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1900 (PowerPC Embedded, Define, Annotations for Running)
1901 (IPA Protocol Commands, Packets, General Query Packets)
1902 (Tracepoint Packets, Notification Packets, Environment)
1903 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1904 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1905 (Frames, Backtrace, Selection, Expressions, Registers)
1906 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1907 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1908 (Source Annotations, Using JIT Debug Info Readers, Packets)
1909 (Stop Reply Packets, Host I/O Packets)
1910 (Target Description Format): Don't use @var at the beginning of a
1911 sentence.
1912
1913 * python.texi (Basic Python, Types In Python)
1914 (Commands In Python, Frames In Python, Line Tables In Python)
1915 (Breakpoints In Python, gdb.printing, gdb.types)
1916 (Type Printing API): Don't use @var at the beginning of a
1917 sentence.
1918
67b5c0c1
MM
19192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1920
1921 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1922 replay-memory-access".
1923
6a3cb8e8
PA
19242014-05-21 Pedro Alves <palves@redhat.com>
1925
1926 * gdb.texinfo (Starting): Document "set/show
1927 auto-connect-native-target".
1928 (Target Commands): Document "target native".
1929
936d2992
PA
19302014-05-20 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1933 not be remote specific. Add cross reference to the qCRC packet.
1934 (Separate Debug Files): Update cross reference to the qCRC packet.
1935 (General Query Packets) <qCRC packet>: Add anchor.
1936
b3ce5e5f
DE
19372014-05-17 Doug Evans <xdje42@gmail.com>
1938
1939 Copy over changes from guile.texi.
1940 * python.texi (Basic Python) <gdb.execute>: Add text.
1941 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1942 (Values From Inferior) <Python string>: Add text.
1943 (Values From Inferior) <Value.string>: Clarify string length handling.
1944 (Pretty Printing API): Add cindex.
1945 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1946 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1947 @vindex.
1948 (Commands In Python) <COMPLETE_*>: Similarly.
1949 (Symbols In Python) <SYMBOL_*>: Similarly.
1950 (Breakpoints In Python) <WP_*>: Similarly.
1951 (Breakpoints In Python) <BP_*>: Similarly.
1952
8dfcab11
DT
19532014-05-17 David Taylor <dtaylor@emc.com>
1954
1955 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1956 mentioned in the qfThreadInfo reply.
1957
8d551b02
DE
19582014-05-16 Doug Evans <dje@google.com>
1959
1960 * gdb.texinfo (Mode Options): Add -D.
1961
e20bd8f4
SB
19622014-05-09 Samuel Bronson <naesten@gmail.com>
1963
1964 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1965 "make -C".
1966
f989a1c8
TT
19672014-04-29 Tom Tromey <tromey@redhat.com>
1968
1969 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1970 "show debug varobj".
1971
95cf3b38
DT
19722014-05-01 David Taylor <dtaylor@emc.com>
1973
1974 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1975 option.
1976
01f9f808
MS
19772014-04-24 Michael Sturm <michael.sturm@mintel.com>
1978 Walfred Tedeschi <walfred.tedeschi@intel.com>
1979
1980 * gdb.texinfo (i386 Features): Add description of AVX512
1981 registers.
1982
770e7fc7
DE
19832014-03-31 Doug Evans <dje@google.com>
1984
1985 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1986
97d8f0ee
DE
19872014-03-30 Doug Evans <dje@google.com>
1988
1989 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1990 (Background Execution): Ditto.
1991
36cb1214
HZ
19922014-03-21 Pedro Alves <palves@redhat.com>
1993 Stan Shebs <stan@codesourcery.com>
1994 Hui Zhu <hui@codesourcery.com>
1995
1996 * gdb.texinfo (Packets): Add anchor to "? packet".
1997 Remove fixme and update introduction of "k packet".
1998 Add anchor to "vKill packet".
1999
5e3a2c38
SS
20002014-03-12 Stan Shebs <stan@codesourcery.com>
2001
2002 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2003
7a5a839f
LC
20042014-02-26 Ludovic Courtès <ludo@gnu.org>
2005
dc6ae996 2006 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2007
95060284
JB
20082014-02-20 Joel Brobecker <brobecker@adacore.com>
2009
2010 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2011 and "assf" as being deprecated.
2012 (Cygwin Native): Likewise for "dll-symbols".
2013 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2014 as a way to force the loading of symbols from a DLL.
2015
f7bd0f78
SC
20162014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2017
2018 * python.texi (Values From Inferior): Add description about the
2019 new feature.
2020
329baa95
DE
20212014-02-17 Doug Evans <xdje42@gmail.com>
2022
2023 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2024 * gdb.texinfo (Python): Moved to ...
2025 * python.texi: ... here. New file.
2026
687894f5
DE
20272014-02-17 Ludovic Courtès <ludo@gnu.org>
2028
d25f38ee 2029 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2030 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2031 parameter to 'str-lookup-function' procedure. Look for
2032 the "std::string<" prefix.
2033 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2034 Adjust description.
2035
6fb526ee
DE
20362014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2037
d25f38ee 2038 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2039 parantheses for deffn.
2040 (Disassembly In Guile): Ditto.
2041
1e0a5178
SS
20422014-02-10 Stan Shebs <stan@codesourcery.com>
2043
2044 Add Doxygen support.
2045 * Makefile.in (doxy): New action, generates Doxygen files.
2046 (DOXYGEN): New.
2047 (doxyedit): New.
2048 * Doxyfile-base.in: New file.
2049 * Doxyfile-gdb-api.in: New file.
2050 * Doxyfile-gdb-xref.in: New file.
2051 * Doxyfile-gdbserver.in: New file.
2052 * doxy-index.in: New file.
2053 * filter-for-doxygen: New file.
2054 * filter-params.pl: New file.
2055
ed3ef339
DE
20562014-02-10 Doug Evans <xdje42@gmail.com>
2057
2058 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2059 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2060 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2061 (Guile docs): Include guile.texi.
2062 (objfile-gdbdotext file): Add objfile-gdb.scm.
2063 (dotdebug_gdb_scripts section): Mention Guile scripts.
2064 (Multiple Extension Languages): New node.
2065 * guile.texi: New file.
2066
c6044dd1
JB
20672014-01-28 Joel Brobecker <brobecker@adacore.com>
2068
2069 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2070 ignore-descriptive-types". commands.
2071
87ce2a04
DE
20722014-01-22 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2075 (gdbserver man): Ditto.
2076
52834460
MM
20772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2078
2079 * gdb.texinfo: Document limited reverse/replay support
2080 for target record-btrace.
2081
0688d04e
MM
20822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2083
2084 * gdb.texinfo (Process Record and Replay): Update documentation.
2085
8710b709
MM
20862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2087
2088 * gdb.texinfo (Process Record and Replay): Document new /c
2089 modifier accepted by "record function-call-history".
2090 Add /i modifier to "record function-call-history" example.
2091
dcf106f3
JB
20922014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2093 Joel Brobecker <brobecker@adacore.com>
2094
2095 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2096 markers. Remove one that was misplaced.
2097
41ef2965
PA
20982014-01-10 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.texinfo (Your Program's Environment) <set environment>:
2101 Mention the shell, and point at 'set exec-wrapper'.
2102
c0d48811
JB
21032014-01-07 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2106
5fba4c0f
JB
21072013-12-30 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Types In Python): Clarify the documentation
2110 of attribute gdb.Field.bitpos.
2111
0809504b
JB
21122013-12-28 Joel Brobecker <brobecker@adacore.com>
2113
2114 * gdb.texinfo (Types In Python): Fix the documentation of
2115 attribute "bitpos" in class gdb.Field for enum types. Add
2116 documentation for attribute "enumval" in that same class.
2117
edef6000
JB
21182013-12-28 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2121 @ftable.
2122
71b8c845
DE
21232013-12-23 Doug Evans <xdje42@gmail.com>
2124
2125 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2126 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2127 corresponding section in Extending GDB.
2128 (Extending GDB): Move menu up. New menu item "Auto-loading
2129 extensions".
2130 (Sequences): New menu item "Auto-loading sequences".
2131 (Auto-loading sequences): New node.
2132 (Python): Rename section from Scripting GDB to Extending GDB.
2133 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2134 Move docs on ways to auto-load extensions to ...
2135 (Auto-loading extensions): ... here. New node.
2136
d192b373
JB
21372013-12-23 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2140 in menu.
2141 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2142 command, now in a new node.
2143 (GDB/MI Support Commands): New node, with its contents being
2144 extracted from the "GDB/MI Miscellaneous Commands" node.
2145 A small paragraph introducing the section is also added at
2146 the start.
2147 (GDB/MI Miscellaneous Commands): Delete the description of the
2148 -info-gdb-mi-command, -list-features and -list-target-features
2149 commands, now hosted in the "GDB/MI Support Commands" node.
2150
a16b0e22
SC
21512013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2152
2153 PR python/16113
2154 * gdb.texinfo (Values From Inferior): Add a note about using
2155 gdb.Field objects as subscripts on gdb.Value objects.
2156 (Types In Python): Add description about the new attribute
2157 "parent_type" of gdb.Field objects.
2158
9b26f0fb
JB
21592013-12-12 Joel Brobecker <brobecker@adacore.com>
2160
2161 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2162 entry for section docuumenting the -list-features GDB/MI command.
2163
72bfa06c
JB
21642013-12-10 Joel Brobecker <brobecker@adacore.com>
2165
2166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2167 "exec-run-start-option" entry in the output of the "-list-features"
2168 command.
2169
3ea8680f
EZ
21702013-12-04 Eli Zaretskii <eliz@gnu.org>
2171
2172 * gdb.texinfo (i386): Fix yesterday's commit.
2173
1a4f73eb
TT
21742013-12-03 Tom Tromey <tromey@redhat.com>
2175
2176 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2177 documented here.
2178
6cb999f8
TT
21792013-12-03 Tom Tromey <tromey@redhat.com>
2180
2181 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2182
ca8941bb
WT
21832013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2184
2185 * gdb.texinfo (i386 Features): Add MPX feature registers.
2186 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2187 a subsubsection for MPX and describes the display of the
2188 boundary registers.
2189
688981c9
JB
21902013-12-03 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2193 documentation of the "ada-exceptions" entry.
2194
2ea126fa
JB
21952013-12-03 Joel Brobecker <brobecker@adacore.com>
2196
2197 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2198 "^error" result record concerning the error message. Document
2199 the error code that may also be part of that result record.
2200 (GDB/MI Miscellaneous Commands): Document the
2201 "undefined-command-error-code" element in the output of
2202 the "-list-features" GDB/MI command.
2203
6b7cbff1
JB
22042013-12-03 Joel Brobecker <brobecker@adacore.com>
2205
2206 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2207 the new -info-gdb-mi-command GDB/MI command. Document
2208 the meaning of "-info-gdb-mi-command" in the output of
2209 -list-features.
2210
20e1ca3b
PA
22112013-11-29 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2214 Update comment.
2215
29453a14
YQ
22162013-11-24 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (Caching Remote Data): Document new
2219 "set/show stack-cache" option.
2220
6dd315ba
YQ
22212013-11-24 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2224 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2225 "off" respectively.
2226
9df9dbe0
YQ
22272013-11-23 Yao Qi <yao@codesourcery.com>
2228
2229 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2230 of "displayhint" to the table about child results.
2231
c78feb39
YQ
22322013-11-21 Yao Qi <yao@codesourcery.com>
2233
2234 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2235 'dynamic' for the output of command -var-list-children.
2236
27b81af3
YQ
22372013-11-21 Yao Qi <yao@codesourcery.com>
2238
2239 * gdb.texinfo (Caching Target Data): Remove "see" before
2240 @pxref.
2241
b26dfc9a
YQ
22422013-11-20 Yao Qi <yao@codesourcery.com>
2243
2244 * gdb.texinfo (Caching Target Data): Update doc for
2245 per-address-space dcache.
2246
b12039c6
YQ
22472013-11-20 Yao Qi <yao@codesourcery.com>
2248
2249 * gdb.texinfo (Data): Rename menu item.
2250 (Caching Remote Data): Rename to ...
2251 (Caching Target Data): ... it. Update.
2252
422ad5c2
JB
22532013-11-18 Joel Brobecker <brobecker@adacore.com>
2254
2255 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2256 "language-option" entry in the output of the "-list-features"
2257 command.
2258
805e1f19
TT
22592013-11-15 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2262 Add example.
2263
8fe1b653
TT
22642013-11-14 Tom Tromey <tromey@redhat.com>
2265
2266 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2267
403cb6b1
JB
22682013-11-14 Joel Brobecker <brobecker@adacore.com>
2269
2270 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2271 (Context management): Place current subsection text into its own
2272 subsubsection. Add new subsubsection describing the "--language"
2273 command option.
2274
93973826
JB
22752013-11-13 Joel Brobecker <brobecker@adacore.com>
2276
2277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2278 the documentation of "info-ada-exceptions" in the output
2279 of the "-list-features" command. Add the documentation
2280 of the "ada-exception" entry instead.
2281
6adcee18
JB
22822013-11-12 Joel Brobecker <brobecker@adacore.com>
2283
93973826 2284
6adcee18
JB
2285 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2286 word of a couple of sentences to start with a capital letter.
2287
58d06528
JB
22882013-11-12 Joel Brobecker <brobecker@adacore.com>
2289
2290 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2291 (Ada Exceptions): New node.
2292 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2293 Commands" node.
2294 (GDB/MI Ada Exceptions Commands): New node.
2295 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2296 field in the output of the "-list-features" command.
2297 * NEWS: Add entry for the new "info exceptions" CLI command,
2298 and for the new "-info-ada-exceptions" GDB/MI command.
2299
bc79de95
PM
23002013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2301
2302 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2303 (Line Tables In Python): New node.
2304
73be47f5
DE
23052013-11-08 Doug Evans <dje@google.com>
2306
2307 * gdb.texinfo (Debugging Output): Update text for
2308 "set debug dwarf2-read".
2309
db0fec5c
DE
23102013-11-08 Doug Evans <dje@google.com>
2311
2312 * gdb.texinfo (Debugging Output): Update text for
2313 "set debug symtab-create".
2314
92e32e33
PM
23152013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2316
72f4393d
L
2317 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2318 constant.
92e32e33 2319
f76c27b5
PM
23202013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2321
2322 * gdb.texinfo (Breakpoints In Python): Document temporary
2323 option in breakpoint constructor, and add documentation to the
2324 temporary attribute.
2325
fa4d0c40
YQ
23262013-11-07 Yao Qi <yao@codesourcery.com>
2327
2328 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2329 output of "-var-info-expression".
2330
afa332ce
PA
23312013-11-06 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2334 non-interactive mode.
2335 (Environment) <shell startup files warning>: Mention
2336 non-interactive mode. Mention .zshenv for Z shell, and talk about
2337 BASH_ENV instead of .bashrc for BASH.
2338
9ac69859
NB
23392013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2340
2341 * gdb.texinfo (Commands to Specify Files): Add description
2342 of the remove-symbol-file command.
2343 * observer.texi: New free_objfile event
2344
98882a26
PA
23452013-10-24 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2348
ce13fade
JB
23492013-10-11 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2352 New subsection inside which the "-catch-load" and "-catch-unload"
2353 commands documentation is now placed.
2354 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2355 documenting the "-catch-assert" and "-catch-exception" new
2356 GDB/MI commands.
2357
2446f5ea
JB
23582013-10-10 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2361
0d12017b
JB
23622013-10-10 Joel Brobecker <brobecker@adacore.com>
2363
bd80dc1a
JB
2364 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2365 serial baud".
2366 (Remote Configuration): Replace "set remotebaud" by "set serial
2367 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2368
f4fb82a1
PA
23692013-10-07 Pedro Alves <palves@redhat.com>
2370
2371 PR breakpoints/11568
2372 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2373 when the thread is removed from the thread list.
2374
0c557179
SDJ
23752013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2376
2377 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2378 Update entry for $_exitcode.
2379
5713b9b5
JB
23802013-10-04 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2383 new "--start" option.
2384
901461f8
PA
23852013-10-02 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.texinfo (Registers): Expand description of saved registers
2388 in frames. Explain <not saved>.
2389
8fb8eb5c
DE
23902013-09-25 Doug Evans <dje@google.com>
2391
2392 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2393
0a7cfe2c
SS
23942013-09-16 Stan Shebs <stan@codesourcery.com>
2395
2396 Remove the internals manual gdbint.texinfo.
2397 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2398 (PDFFILES): Remove gdbint.pdf.
2399 (HTMLFILES): Remove gdbint/index.html.
2400 (HTMLFILES_INSTALL): Remove gdbint.
2401 (GDBINT_DOC_FILES): Remove.
2402 (dvi): Remove gdbint.dvi.
2403 (ps): Remove gdbint.ps.
2404 * gdbint.texinfo: Remove file.
2405 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2406
a280dbd1
SDJ
24072013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2408
2409 * gdb.texinfo (Convenience Functions): Mention new convenience
2410 function $_isvoid.
2411
4ac33720
UW
24122013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2413
2414 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2415 (Standard Target Features): Add new node to menu.
2416 (S/390 and System z Features): New node.
2417
b3d3b4bd
SA
24182013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2419
2420 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2421 -list-target-features in the example.
2422
edf9f00c
JK
24232013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2426 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2427
1d236d23
JK
24282013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 Sync documentation with gdb.base/gnu-debugdata.exp.
2431 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2432
5423b017
JK
24332013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2436
6211c335
YQ
24372013-08-27 Pedro Alves <pedro@codesourcery.com>
2438 Yao Qi <yao@codesourcery.com>
2439
2440 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2441 Document new --skip-unavailable option.
2442 <-stack-list-variables>: Document new --skip-unavailable option.
2443
52e260a3
DE
24442013-08-26 Doug Evans <dje@google.com>
2445
2446 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2447 an optional regexp.
2448
5e92f71a
TT
24492013-08-13 Tom Tromey <tromey@redhat.com>
2450
2451 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2452 Document GDB_PARALLEL and GDB_INOTIFY.
2453
c5d7073b
SS
24542013-08-09 Stan Shebs <stan@codesourcery.com>
2455
2456 * LRS: Remove file, describes a long-abandoned live-range
2457 splitting extension to stabs.
2458
6fbe845e
AB
24592013-07-25 Andrew Burgess <aburgess@broadcom.com>
2460
2461 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2462
e7045703
DE
24632013-07-17 Doug Evans <dje@google.com>
2464
2465 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2466
3105ebf9
TT
24672013-07-02 Tom Tromey <tromey@redhat.com>
2468
2469 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2470
d6c2da54
TT
24712013-06-28 Tom Tromey <tromey@redhat.com>
2472
2473 * Makefile.in (version.subst): Use version.in, not
2474 common/version.in.
2475 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2476 Likewise.
2477
e5823f1c
PA
24782013-06-27 Pedro Alves <palves@redhat.com>
2479
2480 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2481 dynamic symbol resolution code>: New section, based on infrun.c
2482 comment.
2483
92dcb9ff
TT
24842013-06-26 Tom Tromey <tromey@redhat.com>
2485
2486 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2487 Update.
2488 (Releasing GDB): Likewise.
2489
dc673c81
YQ
24902013-06-26 Pedro Alves <pedro@codesourcery.com>
2491 Yao Qi <yao@codesourcery.com>
2492
2493 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2494 -trace-frame-collected.
2495
28a93511
YQ
24962013-06-26 Pedro Alves <pedro@codesourcery.com>
2497
2498 * gdb.texinfo (Traceframe Info Format): Document tvar element
2499 and its attributes.
2500
a0743c90
YQ
25012013-06-25 Yao Qi <yao@codesourcery.com>
2502
2503 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2504
01208463
TT
25052013-06-24 Tom Tromey <tromey@redhat.com>
2506
2507 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2508 (GDBvn.texi): Use version.subst.
2509 (version.subst): New target.
2510 (mostlyclean): Remove version.subst.
2511
c898adb7
YQ
25122013-06-20 Pedro Alves <pedro@codesourcery.com>
2513
2514 * gdb.texinfo (GDB/MI Data Manipulation)
2515 <-data-list-register-values>: Document the --skip-unavailable
2516 option.
2517
7c57fa1e
YQ
25182013-06-07 Yao Qi <yao@codesourcery.com>
2519
2520 * gdb.texinfo (Symbols): Add kindex and cindex for
2521 'maint print msymbols'.
2522
0059c61a 25232013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2524
2525 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2526 response field name (thread-group to inferior).
2527
85dc5a12
GB
25282013-06-04 Gary Benson <gbenson@redhat.com>
2529
2530 * gdb.texinfo (General Query Packets/qSupported): Added
2531 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2532 to the table of currently defined stub features.
2533 Added a more detailed entry for "augmented-libraries-svr4-read".
2534 (General Query Packets/qXfer:libraries-svr4:read): Documented
2535 the augmented form of this packet.
2536
5901af59
JB
25372013-05-23 Joel Brobecker <brobecker@adacore.com>
2538
2539 * gdb.texinfo (System-wide Configuration Scripts): Renames
2540 "Installed System-wide Configuration Scripts". Add associated
2541 @menu block.
2542
c1e36e3e
PA
25432013-05-23 Yao Qi <yao@codesourcery.com>
2544 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.texinfo (Packets): Document 'vCont;r'.
2547 (Continuing and Stepping): Document target-assisted range
2548 stepping, and the 'set range-stepping' and 'show range-stepping'
2549 commands.
2550
0201faac
JB
25512013-05-23 Joel Brobecker <brobecker@adacore.com>
2552
2553 * gdb.texinfo (Installed System-wide Configuration Scripts):
2554 Add subsection describing the scripts now available under
2555 the data-dir's system-gdbbinit subdirectory.
2556 * NEWS: Add entry announcing the availability of system-wide
2557 configuration scripts for ElinOS and Wind River Linux.
2558
c5867ab6
HZ
25592013-05-21 Hui Zhu <hui@codesourcery.com>
2560
2561 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2562 "-dprintf-insert" command.
2563
7d0c9981
DE
25642013-05-17 Doug Evans <dje@google.com>
2565
2566 * gdb.texinfo (Maintenance Commands): Update doc for
2567 "maint check-psymtabs". Add doc for "maint check-symtabs",
2568 "maint expand-symtabs".
2569
742ce053
MM
25702013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2571
2572 * gdb.texinfo (Process Record and Replay): Document the
2573 "record goto" command and its sub-commands.
2574
1e611234
PM
25752013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2576
2577 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2578 (Python API): Add Frame Filters API, Frame Wrapper API,
2579 Writing a Frame Filter/Wrapper, Managing Management of Frame
2580 Filters chapter entries.
2581 (Frame Filters API): New Node.
2582 (Frame Wrapper API): New Node.
2583 (Writing a Frame Filter): New Node.
2584 (Managing Frame Filters): New Node.
2585 (Progspaces In Python): Add note about frame_filters attribute.
2586 (Objfiles in Python): Ditto.
2587 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2588 @anchors and --no-frame-filters option to -stack-list-variables,
2589 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2590 commands.
2591
2874cb83
JB
25922013-05-08 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2595 Support" subsection documenting the XML format used to transfer
2596 shared library info on AIX.
2597
9a005eb9
JB
25982013-05-08 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.texinfo (Debugging Output): Add documentation of
2601 "set debug aix-solib" and "show debug aix-solib" commands.
2602
a1217d97
SL
26032013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2604
2605 * gdb.texinfo (Nios II): New section.
2606 (Nios II Features): New section.
2607
4d1eb6b4
JB
26082013-05-06 Joel Brobecker <brobecker@adacore.com>
2609
2610 * gdbint.texinfo (Algorithms): Remove entries documenting
2611 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2612 SOLIB_CREATE_INFERIOR_HOOK.
2613
3f84184e
TT
26142013-04-29 Tom Tromey <tromey@redhat.com>
2615
2616 PR python/14204:
2617 * gdb.texinfo (Python API): Fix menu entry.
2618 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2619 Define global and static block. Add example. Clarify
2620 block relationship for inline functions.
2621
60155234
TT
26222013-04-29 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.texinfo (Python API): Mention Python help and keyword
2625 arguments. Move pagination text to Basic Python.
2626 (Basic Python): Put pagination text here. Document
2627 close-on-exec, SIGCHLD, and SIGINT.
2628
5360976e
PA
26292013-04-19 Pedro Alves <palves@redhat.com>
2630
2631 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2632 "signedness" instead of "signness".
2633
bd3f3b55
PA
26342013-04-19 Pedro Alves <palves@redhat.com>
2635
2636 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2637 -Wno-pointer-sign text with text on -Wpointer-sign.
2638
dee368d3
TT
26392013-04-16 Tom Tromey <tromey@redhat.com>
2640
2641 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2642 GCC that has the SDT probe points.
2643
cc16e6c9
TT
26442013-04-15 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2647 exception catchpoints.
2648
72f1fe8a
TT
26492013-04-15 Tom Tromey <tromey@redhat.com>
2650
2651 * gdb.texinfo (Set Catchpoints): Document $_exception.
2652 (Convenience Vars): Mention $_exception.
2653
591f19e8
TT
26542013-04-15 Tom Tromey <tromey@redhat.com>
2655
2656 * gdb.texinfo (Set Catchpoints): Reorganize exception
2657 catchpoints. Document "catch rethrow".
2658 (Debugging C Plus Plus): Mention "catch rethrow".
2659
02ae6bad
TT
26602013-04-15 Tom Tromey <tromey@redhat.com>
2661
2662 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2663
2c91021c
JK
26642013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2665 Eli Zaretskii <eliz@gnu.org>
2666
2667 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2668 line below the sample output.
2669
6eaaf48b
EZ
26702013-04-12 Eli Zaretskii <eliz@gnu.org>
2671
2672 * gdb.texinfo (Mode Options): Document '-configuration'.
2673 (Help): Document "show configuration".
2674 (Bug Reporting): Add requirements to include the configuration
2675 details in bug reports.
2676
b292c783
JK
26772013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2678
2679 * Makefile.in (MAN1S): Add gcore.1.
2680 Remove "Host, target, and site specific Makefile fragments" comment.
2681 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2682 (install-man1, uninstall-man1): Conditionalize gcore.1.
2683 (gcore.1): New.
2684 * gdb.texinfo (Man Pages): Add gcore man.
2685 (gcore man): New node.
2686
f81d1120
PA
26872013-04-10 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.texinfo (Process Record and Replay): Document that "set
2690 record full insn-number-max", "set record
2691 instruction-history-size" and "set record
2692 function-call-history-size" accept "unlimited".
2693 (Backtrace): Document that "set backtrace limit" accepts
2694 "unlimited".
2695 (List): Document that "set listsize" accepts "unlimited".
2696 (Print Settings)" Document that "set print max-symbolic-offset",
2697 "set print elements" and "set print repeats" accept "unlimited".
2698 (Starting and Stopping Trace Experiments): Document that "set
2699 trace-buffer-size" accepts "unlimited".
2700 (Remote Configuration): Document that "set tcp connect-timeout"
2701 accepts "unlimited".
2702 (Command History): Document that "set history size" accepts
2703 "unlimited".
2704 (Screen Size): Document that "set height" and "set width" accepts
2705 "unlimited". Adjust "set pagination"'s description to suggest
2706 "set height unlimited" instead of "set height 0".
2707
393fd4c3
YQ
27082013-04-10 Yao Qi <yao@codesourcery.com>
2709
2710 * gdb.texinfo (Trace Files): Add "target ctf".
2711
cba5a7bf
JK
27122013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2715
0ed630cb
JK
2716 * Makefile.in (install-man1, install-man5, uninstall-man1)
2717 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2718
afe1492b
JK
2719 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2720
5b8b6385
JK
27212013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2722 Eli Zaretskii <eliz@gnu.org>
2723
2724 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2725 parameters order. Remove "On some targets" for --attach. Document the
2726 --multi parameter and extended-remote command. Document all the
2727 options.
2728
906ccdf0
JK
27292013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2732 the list of supported languages.
2733
43662968
JK
27342013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2735
2736 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2737 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2738 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2739 (diststuff): Add man.
2740 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2741 (uninstall-man5): New.
2742 (STAGESTUFF): Add *.1 and *.5.
2743 (GDBvn.texi): Add SYSTEM_GDBINIT.
2744 (gdb.1, gdbserver.1, gdbinit.5): New.
2745 (maintainer-clean realclean): Add $(MANS).
2746 (install): Add install-man.
2747 (uninstall): Add uninstall-man.
2748 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2749 (@copying): Wrap it by @c man begin COPYRIGHT.
2750 (Top): Add Man Pages.
2751 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2752
be9a8770
PA
27532013-04-02 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.texinfo (Debugging Output): Document "set/show debug
2756 aarch64", "set/show debug coff-pe-read" and "set/show debug
2757 mach-o".
2758
a46c1e42
PA
27592013-04-02 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2762 table>: Add entry for "trace-buffer-size".
2763
bd3eecc3
PA
27642013-03-28 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2767 table>: Add entry for "trace-status".
2768
215b9f98
EZ
27692013-03-28 Eli Zaretskii <eliz@gnu.org>
2770
2771 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2772 @bullet", which is invalid (makeinfo 5.1 barfs).
2773
7f7cc265
PA
27742013-03-28 Pedro Alves <palves@redhat.com>
2775
2776 PR gdb/15294
2777
2778 * gdb.texinfo (List) <set listsize>: Adjust to document that
2779 listsize 0 means no limit, and remove mention of -1.
2780
9c0be723
YQ
27812013-03-22 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.texinfo (Embedded Processors): Remove menu item
2784 "OpenRISC 1000".
2785 (OpenRISC 1000): Remove.
2786
bd712aed
DE
27872013-03-21 Doug Evans <dje@google.com>
2788
2789 * gdb.texinfo (Maintenance Commands): Add docs for
2790 "mt set per-command {space,time,symtab} {on,off}".
2791
d0353e76
YQ
27922013-03-14 Hui Zhu <hui@codesourcery.com>
2793 Yao Qi <yao@codesourcery.com>
2794
2795 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2796
6dd24dfa
KS
27972013-03-13 Keith Seitz <keiths@redhat.com>
2798
2799 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2800 "maint agent" reference to Dynamic printf.
2801
5c4808ca
EZ
28022013-03-11 Eli Zaretskii <eliz@gnu.org>
2803
2804 * gdb.texinfo (General Query Packets): Don't use colon in index
2805 entries visible to Info format.
2806
59ea5688
MM
28072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2808
2809 * gdb.texinfo (Process Record and Replay): Document record
2810 changes.
2811
2ae8c8e7
MM
28122013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2813
2814 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2815 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2816 qXfer:btrace:read.
2817
28abe188
EZ
28182013-03-09 Eli Zaretskii <eliz@gnu.org>
2819
2820 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2821 use colons in @anchor and @cindex entries.
2822
be9a119c 28232013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2824
2825 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2826
be9a119c 28272013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2828 Hafiz Abid Qadeer <abidh@codesourcery.com>
2829
2830 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2831 trace-buffer-size set and show commands.
2832 (Tracepoint Packets): Document QTBuffer:size.
2833 (General Query Packets): Document QTBuffer:size.
2834
d57350ea
TT
28352013-02-21 Tom Tromey <tromey@redhat.com>
2836
2837 * gdb.texinfo: Remove bad @syncodeindex.
2838 (Values From Inferior, Types In Python, Inferiors In Python)
2839 (Events In Python, Threads In Python, Frames In Python, Blocks In
2840 Python, Symbols In Python, Symbol Tables In Python): Remove
2841 @tables.
2842 (Packets, General Query Packets, Tracepoint Packets)
2843 (Host I/O Packets): Use @w{} for empty @item.
2844
9f44fbc0
SCR
28452013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2846
2847 * gdb.texinfo (Architectures In Python): Add description about
2848 the new method gdb.Architecture.disassemble.
2849
f5911ea1
HAQ
28502013-02-15 Pedro Alves <pedro@codesourcery.com>
2851 Hafiz Abid Qadeer <abidh@codesourcery.com>
2852
2853 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2854 Document the "trace-file" field.
2855
7e1e0340
DE
28562013-02-07 Doug Evans <dje@google.com>
2857
2858 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2859 command.
2860
134a2066
YQ
28612013-02-06 Yao Qi <yao@codesourcery.com>
2862
2863 * gdb.texinfo (GDB/MI Async Records): Document new MI
2864 notification "=tsv-modified". Update the document of MI
2865 notification "=tsv-created".
2866 * observer.texi (GDB Observers): New observer tsv_modified.
2867 Update observer tsv_created and tsv_delete.
2868
430ed3f0
MS
28692013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2870
2871 * gdb.texinfo (AArch64 Features): New section; document
2872 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2873 (Architectures): Add new AArch64 section to document AArch64
2874 architecture specific commands.
2875 (ABI): Add description of the new OS ABI "Newlib" and its influence
2876 on the longjmp handling.
2877
1b56eb55
JK
28782013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2879 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2882 variable in 'set/show backtrace' section.
2883
c4957902
TT
28842013-01-31 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.texinfo (Target Commands): Fix typo.
2887
bea883fd
SCR
28882013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2889
2890 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2891 describing the gdb.Architecture class.
2892 (Frames In Python): Add description about the new method
2893 gdb.Frame.architecture().
2894
796a7ff8
DE
28952013-01-23 Doug Evans <dje@google.com>
2896
2897 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2898
998580f1
MK
28992013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2900
2901 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2902 'thread-groups' field when printing a breakpoint in MI.
2903
c9fb1240
SD
29042012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2905 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2906 to reflect that jit-reader-load now supports absolute file-names.
2907
ab04a2af
TT
29082013-01-16 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2911 (Signals): Likewise.
2912
8ac3646f
TT
29132013-01-16 Tom Tromey <tromey@redhat.com>
2914
2915 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2916 "catch-type" field.
2917 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2918
e93a8774
TT
29192013-01-07 Tom Tromey <tromey@redhat.com>
2920
2921 * gdb.texinfo (Mode Options): Don't mention -epoch.
2922 (Data, Emacs): Remove obsolete comments.
2923
54516a0b
TT
29242013-01-02 Tom Tromey <tromey@redhat.com>
2925
2926 * gdb.texinfo (GDB/MI Output Records): Update menu.
2927 (GDB/MI Breakpoint Information): New node.
2928 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2929 <-break-insert>: Likewise.
2930
8dbe8ece
YQ
29312012-12-31 Yao Qi <yao@codesourcery.com>
2932
2933 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2934 (Packets): Move "vStopped" packet to ...
2935 (Notification Packets): ... here. Describe the components
2936 of notification. Add a table of supported notifications.
2937 Add an example on the process of he async notification.
2938
f35a17b5
JK
29392012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2942 present.
2943 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2944 fullname output always present.
2945
0dfd2fad
PM
29462012-12-23 Pierre Muller <muller@sourceware.org>
2947
72f4393d
L
2948 * gdbint.texinfo (Function prototypes): Require use of "extern"
2949 modifier for function prototypes in headers.
0dfd2fad 2950
7785b880
JB
29512012-12-19 Joel Brobecker <brobecker@adacore.com>
2952
2953 * refcard.tex: Update copyright notice to GPL v3 or later.
2954 Update contact info.
2955
3d745be3
JK
29562012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2957
2958 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2959
c9b6281a
YQ
29602012-12-15 Yao Qi <yao@codesourcery.com>
2961
2962 * gdb.texinfo (Debugging Output): Document 'set debug
2963 notification' and 'show debug notification'.
2964
f2a8bc8a
YQ
29652012-12-15 Yao Qi <yao@codesourcery.com>
2966
2967 * gdb.texinfo (Listing Tracepoints): New item and example about
2968 'installed on target' output.
2969 Add more in the example about 'installed on target'.
2970 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2971
451b7c33
TT
29722012-12-14 Tom Tromey <tromey@redhat.com>
2973
72f4393d 2974 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2975
3fa7bf06 29762012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2977
3fa7bf06
MG
2978 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2979
05b4bd79
PA
29802012-12-11 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.texinfo: Remove all mentions of Unixware throughout.
2983
74a0d9f6
JK
29842012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2987
0c631110
TT
29882012-11-29 Tom Tromey <tromey@redhat.com>
2989
2990 * gdb.texinfo (SVR4 Process Information): Document missing
2991 "info proc" subcommands.
2992
891df0ea
YQ
29932012-11-29 Yao Qi <yao@codesourcery.com>
2994
2995 PR gdb/1477.
2996 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2997 to 'auto' instead of 'gnu'.
2998
608e2dbb
TT
29992012-11-26 Tom Tromey <tromey@redhat.com>
3000
3001 * gdb.texinfo (MiniDebugInfo): New node.
3002 (GDB Files): Update.
3003
e64e0392
DE
30042012-11-16 Doug Evans <dje@google.com>
3005
3006 * gdb.texinfo (System-wide configuration): If the system-wide init
3007 file lives in the data-directory, and --data-directory is provided,
3008 look for it there.
3009
ae606bee
TT
30102012-11-15 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.texinfo (Signaling): Fix typo.
3013
62747a60
TT
30142012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3015
3016 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3017 parameter "count" of -data-write-memory-bytes, and add an example.
3018
18a9fc12
TT
30192012-11-12 Tom Tromey <tromey@redhat.com>
3020
3021 * gdb.texinfo (Symbols): Document "info type-printers",
3022 "enable type-printer" and "disable type-printer".
3023 (Python API): Add new node to menu.
3024 (Type Printing API): New node.
3025 (Progspaces In Python): Document type_printers field.
3026 (Objfiles In Python): Likewise.
3027 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3028 register_type_printer, TypePrinter>: Document.
3029
53342f27
TT
30302012-11-12 Tom Tromey <tromey@redhat.com>
3031
3032 * gdb.texinfo (Symbols): Document "set print type methods",
3033 "set print type typedefs", and flags to ptype and whatis.
3034
ed8a1c2d
AB
30352012-11-09 Andrew Burgess <aburgess@broadcom.com>
3036
3037 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3038 the example -data-disassemble output. Extend the description of
3039 the -data-disassemble results to document all fields. Document
3040 the cli disassemble command as being related to -data-disassemble.
3041
8506d139
YQ
30422012-11-09 Yao Qi <yao@codesourcery.com>
3043
3044 PR gdb/14777.
3045 * gdb.texinfo (OS Information): Remove doc on command
3046 'info udot'.
3047
4d3f93a2
JB
30482012-11-08 Joel Brobecker <brobecker@adacore.com>
3049
3050 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3051 gdb.ini warning for Windows port.
3052
1e96de83
YQ
30532012-11-08 Yao Qi <yao@codesourcery.com>
3054
3055 * gdb.texinfo (Search): Add kindex for 'fo'.
3056
dc939229
TT
30572012-11-05 Tom Tromey <tromey@redhat.com>
3058
3059 PR python/14802:
3060 * gdb.texinfo (Functions In Python): Add example.
3061
6f6484cd
YQ
30622012-11-03 Yao Qi <yao@codesourcery.com>
3063
3064 * observer.texi (GDB Observers): Remove observer
3065 'tracepoint_modified', 'tracepoint_created' and
3066 'tracepoint_deleted'.
3067
af4238e5
TT
30682012-10-26 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3071
687e43a4
TT
30722012-10-25 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (General Query Packets): Use @itemx.
3075
8de0566d
YQ
30762012-10-17 Yao Qi <yao@codesourcery.com>
3077
3078 * observer.texi (GDB Observers): Update observer
3079 'memory_changed'.
3080 * gdb.texinfo (GDB/MI Async Records): Document for
3081 "memory-changed" notification.
3082
07540c15
DE
30832012-10-15 Doug Evans <dje@google.com>
3084
3085 * gdb.texinfo (Mode Options): Document -nh.
3086 Elaborate on docs for -nx.
3087
d7019589
SP
30882012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3089
3090 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3091
82a90ccf 30922012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3093 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3094
3095 * gdb.texinfo (GDB/MI Async Records): Document notification
3096 'record-started' and 'record-stopped'.
3097 * observer.texi (GDB Observers): New observer 'record-changed'.
3098
aa9259cc
TS
30992012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3100
3101 * gdb.texinfo: Document the removal of SH's 'regs' command.
3102
c1d780c2
SDJ
31032012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3104
3105 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3106
bb25a15c
YQ
31072012-09-18 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.texinfo (GDB/MI Async Records): Document new MI
3110 notifications '=tsv-created' and '=tsv-deleted'.
3111 * observer.texi (GDB Observers): New observer tsv_created and
3112 tsv_deleted.
3113
201b4506
YQ
31142012-09-18 Yao Qi <yao@codesourcery.com>
3115
3116 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3117 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3118 '=traceframe-changed'.
3119
6fc1c773
YQ
31202012-09-17 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3123 'set listsize'.
3124
121c73f3
JK
31252012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3126 Eli Zaretskii <eliz@gnu.org>
3127
3128 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3129 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3130 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3131
e9687799
JK
31322012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3135
3b5e4d35
YPK
31362012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3137
3138 Document how to return from "python-interactive" to GDB.
3139 * gdb.texinfo (Python Commands): Update documentation.
3140
31412012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3142
3143 Add a new "python-interactive" command that starts a standard
3144 Python interactive prompt with "pi" as alias, and add "py" as
3145 an alias to "python".
3146 * gdb.texinfo (Python Commands): Document the new commands.
3147
b583003e
TT
31482012-08-22 Tom Tromey <tromey@redhat.com>
3149
3150 * gdbint.texinfo (Host Definition): Remove documentation for
3151 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3152
a451cb65
KS
31532012-08-17 Keith Seitz <keiths@redhat.com>
3154
3155 PR c++/13356
3156 * gdb.texinfo (Type and Range Checking): Remove warning.
3157 Remove spurious commas.
3158 Update text and examples for re-implementation of set/show
3159 check type.
3160 (C and C++ Type and Range Checks): Likewise.
3161
6b1755ce
YQ
31622012-08-16 Yao Qi <yao@codesourcery.com>
3163
3164 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3165 is deprecated.
3166
f47f77df
DE
31672012-08-13 Doug Evans <dje@google.com>
3168
3169 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3170 to include functions.
3171
a72c3253
DE
31722012-08-10 Doug Evans <dje@google.com>
3173
3174 * gdb.texinfo (Convenience Funs): New node.
3175 (Types In Python): Document Type.vector.
3176
5b9afe8a
YQ
31772012-08-09 Yao Qi <yao@codesourcery.com>
3178
3179 * observer.texi: New observer command_param_changed.
3180 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3181
dc1039df
JK
31822012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * gdbint.texinfo (Debugging GDB): In section
3185 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3186 Mention also gdb-gdb.py.
3187
4abf930d
YQ
31882012-08-07 Yao Qi <yao@codesourcery.com>
3189
3190 Revert the folloing patch:
3191 2012-08-06 Yao Qi <yao@codesourcery.com>
3192 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3193 remote hardware-watchpoint-limit' and 'set
3194 remote hardware-breakpoint-limit'.
3195
f3c8a52a
JK
31962012-08-06 Nathaniel Flath <flat0103@gmail.com>
3197
3198 * gdb.texinfo (Working Directory): Added information about new
3199 default argument for 'cd' command.
3200
77a91025
YQ
32012012-08-06 Yao Qi <yao@codesourcery.com>
3202
3203 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3204 remote hardware-watchpoint-limit' and 'set
3205 remote hardware-breakpoint-limit'.
3206
d9f08f52
YQ
32072012-08-06 Yao Qi <yao@codesourcery.com>
3208
3209 Fix PR14371.
3210
3211 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3212 '=breakpoint-deleted'.
3213
95b07c96
YQ
32142012-08-02 Yao Qi <yao@codesourcery.com>
3215
3216 * gdb.texinfo (Native): Remove node Neutrino.
3217
7255706c
YQ
32182012-07-27 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.texinfo (IPA Protocol Commands): Document new command
3221 'close'.
3222
d6b28940
TT
32232012-07-25 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3226
e615022a
DE
32272012-07-20 Doug Evans <dje@google.com>
3228
3229 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3230 (Index Files): Document how to control the use of deprecated index
3231 sections.
3232 (Index Section Format): Replace --use-deprecated-index-sections with
3233 "set use-deprecated-index-sections on".
3234
055855a4
EZ
32352012-07-12 Eli Zaretskii <eliz@gnu.org>
3236
3237 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3238 indices into a single node "Index". Instead, join function and
3239 variable indices into a single index, separate from the concept
3240 index. Requested in
3241 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3242 (Top): Update the top-level menu: instead of one "Index" there are
3243 now separate entries "Concept Index" and "Function and Variable
3244 Index".
3245 (Concept Index, Function and Variable Index): New nodes.
3246 (Index): Node deleted.
3247
f77cc5f0
HZ
32482012-07-05 Hui Zhu <hui_zhu@mentor.com>
3249
3250 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3251 and "maint agent-eval".
3252
00595b5e
EZ
32532012-07-03 Eli Zaretskii <eliz@gnu.org>
3254
3255 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3256 avoid file-name clashes between Index.html and index.html on
3257 case-insensitive filesystems. See the discussion starting in
3258 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3259 details of the problem.
3260 (Top): Update the master menu for the above.
3261 (Concept Index, Command and Variable Index): New nodes, instead of
3262 the old "Index" node that was deleted. All cross-references
3263 updated.
3264
d3ce09f5
SS
32652012-07-02 Stan Shebs <stan@codesourcery.com>
3266
3267 * gdb.texinfo (Dynamic Printf): Mention agent style and
3268 disconnected dprintf.
3269 (Maintenance Commands): Describe maint agent-printf.
3270 (General Query Packets): Mention BreakpointCommands feature.
3271 (Packets): Document commands extension to Z0 packet.
3272 * agentexpr.texi (Bytecode Descriptions): Document printf
3273 bytecode.
3274
2d7b58e8
JK
32752012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3276
3277 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3278 only after gdbinit files.
3279 (Startup): Move -iex and -iex commands down after gdbinit files.
3280
202cbf1c
JK
32812012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3282
3283 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3284 possibility.
3285
b6ba681c
TT
32862012-06-29 Tom Tromey <tromey@redhat.com>
3287
3288 * gdb.texinfo (Index Section Format): Update for version 7.
3289
71caed83
SS
32902012-06-28 Stan Shebs <stan@codesourcery.com>
3291
3292 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3293 example, add note about title column.
3294
ee0bf529
SCR
32952012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3296
3297 * gdb.texinfo (Symbol Tables In Python): Add description about
3298 the new 'last' attribute of gdb.Symtab_and line.
3299
3c15d565
SCR
33002012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3301
3302 * gdb.texinfo (Symbol Tables In Python): Correct the description
3303 of the 'pc' attribute of gdb.Symtab_and_line.
3304
45cfd468
DE
33052012-06-26 Doug Evans <dje@google.com>
3306
3307 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3308 and symtab-create.
3309
496ee73e
KS
33102012-06-25 Keith Seitz <keiths@redhat.com>
3311
3312 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3313 from example. Remove "rbreak" from list of corresponding
3314 gdb commands.
3315
156942c7
DE
33162012-06-23 Doug Evans <dje@google.com>
3317
3318 * gdb.texinfo (Index Section Format): Document version 7 format.
3319
c614397c
YQ
33202012-06-22 Yao Qi <yao@codesourcery.com>
3321
3322 * gdb.texinfo: Add missing cindex for some packets.
3323
472a2379
KS
33242012-06-20 Keith Seitz <keiths@redhat.com>
3325
3326 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3327 for -break-insert and document -p.
3328
2678e2af
YQ
33292012-06-20 Yao Qi <yao@codesourcery.com>
3330
3331 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3332 and "gdb.write_memory" with "Inferior.read_memory" and
3333 "Inferior.write_memory".
3334
984359d2
EZ
33352012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3336
3337 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3338 (Free Documentation): Add @node line.
3339 (Continuing and Stepping) <advance location>: Use @item instead of
3340 @itemx.
3341 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3342 @itemx.
3343 (Embedded Processors): Put the link to "PA" to its correct place,
3344 according to document structure.
3345 (Python API): Put the link to "Lazy Strings In Python" to its
3346 correct place.
3347 (Index): Use @@ in @tex block to get a literal @.
3348
3349 * gdbint.texinfo: Fix the @subtitle line.
3350
3351 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3352 correct place.
3353
16bdd41f
YQ
33542012-06-08 Yao Qi <yao@codesourcery.com>
3355
3356 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3357 Protocol'.
3358 (In-Process Agent Protocol, IPA Protocol Objects)
3359 (IPA Protocol Commands): New nodes.
3360 (Tracepoint Packets): Add anchors.
3361
2d4c29c5
TS
33622012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3363
3364 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3365
6bd110c5
YQ
33662012-06-06 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.texinfo: Update copyright year.
3369
f3e0e960
SS
33702012-05-23 Stan Shebs <stan@codesourcery.com>
3371 Kwok Cheung Yeung <kcy@codesourcery.com>
3372
3373 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3374
1564a261
JK
33752012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3378 Mention also --with-separate-debug-dir.
3379 (Auto-loading): Prepend $debugdir in the sample output.
3380 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3381 auto-load safe-path variable.
3382 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3383 Mention also $debugdir for 'set auto-load scripts-directory'.
3384
eb17f351
EZ
33852012-05-19 Eli Zaretskii <eliz@gnu.org>
3386
3387 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3388 (MIPS Embedded, MIPS, MIPS Register packet Format)
3389 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3390 appropriate.
3391
4cc0665f 33922012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3393 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3394
3395 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3396 mips compression".
3397 (MIPS Breakpoint Kinds): New subsubsection.
3398
7af8dcf8 33992012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3400
3401 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3402 nodes for subsections. Add @acronym mark-ups and adjust
3403 formatting.
3404
aff139ff
JK
34052012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3406
3407 Rename $ddir to $datadir.
3408 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3409 (objfile-gdb.py file): Rename $ddir to $datadir.
3410
9cb709b6
TT
34112012-05-18 Tom Tromey <tromey@redhat.com>
3412
3413 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3414
e7e0cddf
SS
34152012-05-14 Stan Shebs <stan@codesourcery.com>
3416
3417 * gdb.texinfo (Dynamic Printf): New subsection.
3418
7efc75aa
SCR
34192012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3420
3421 * gdb.texinfo (Basic Python): Add description about the function
3422 gdb.find_pc_line
3423
f307c045
JK
34242012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3425 Eli Zaretskii <eliz@gnu.org>
3426
3427 * gdb.texinfo (Separate Debug Files): Use plural form for global
3428 debugging information directory.
3429
85d4a676
SS
34302012-05-11 Stan Shebs <stan@codesourcery.com>
3431 Kwok Cheung Yeung <kcy@codesourcery.com>
3432
3433 * gdb.texinfo (Operating System Auxiliary Information): Document new
3434 'info os' subcommands.
3435
c1668e4e
JK
34362012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3437
3438 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3439 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3440 (dotdebug_gdb_scripts section): Add reference
3441 to 'Auto-loading safe path'.
3442
7349ff92
JK
34432012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 Implement multi-component --with-auto-load-dir.
3446 * gdb.texinfo (Auto-loading): New references
3447 for 'set auto-load scripts-directory'
3448 and 'show auto-load scripts-directory'.
3449 (Auto-loading safe path): Describe the new default. Move $ddir
3450 substituation reference to 'objfile-gdb.py file'.
3451 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3452 script-name. Describe new 'set auto-load scripts-directory'
3453 and 'show auto-load scripts-directory'.
3454
6dea1fbd
JK
34552012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 Provide $ddir substitution for --with-auto-load-safe-path.
3458 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3459 (Auto-loading safe path): Likewise. Mention the default value,
3460 $ddir substitution, --with-auto-load-safe-path and
3461 --without-auto-load-safe-path.
3462 * observer.texi (gdb_datadir_changed): New.
3463
1ccacbcd
JK
34642012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3465
3466 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3467 Twice.
3468
d9242c17
JK
3469 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3470 directory separator by path separator.
3471
af2c1515
JK
34722012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3475 for 'set auto-load safe-path' optional. Mention if it is omitted.
3476 Change disabling security protection condition to "/", twice.
3477
a20ee7a4
SCR
34782012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3479
3480 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3481 the new methods global_block and static_block on gdb.Symtab
3482 objects.
3483
56af09aa
SCR
34842012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3485
3486 * gdb.texinfo (Blocks In Python): Add a note saying that future
3487 improvements to GDB and its infrastructure can move symbols
3488 across blocks within a symbol table.
3489
2746b0ef
YQ
34902012-04-29 Yao Qi <yao@codesourcery.com>
3491
3492 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3493 (A29K): Remove.
3494
62e5f89c
SDJ
34952012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3496 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3499 and generic static probe support on GDB.
3500
a766d390
DE
35012012-04-25 Doug Evans <dje@google.com>
3502
50f042b9
DE
3503 * gdb.texinfo (Go): Fix thinko.
3504
a766d390
DE
3505 * gdb.texinfo (Supported Languages): Add Go.
3506 (Go): New node.
3507
f02e2b19
YQ
35082012-04-25 Yao Qi <yao@codesourcery.com>
3509
3510 * gdbint.texinfo (Testsuite): New section `Board settings'.
3511
68d41a48
JK
35122012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3513
3514 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3515 Three times.
3516
174bb630
JK
3517 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3518 Three times.
3519
0511cc75
JK
35202012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3523 by @table @asis. Fix formatting of one item.
3524
0070f25a
JK
35252012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3528
4dc84fd1
JK
35292012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 New option "set debug auto-load".
3532 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3533 (auto-load verbose mode): New node.
3534
bccbefd2
JK
35352012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3536
3537 New option "set auto-load safe-path".
3538 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3539 and "info auto-load" examples for safe-path. Put there also references
3540 for "set auto-load safe-path" and "show auto-load safe-path".
3541 New menu item for Auto-loading safe path.
3542 (Auto-loading safe path): New node.
3543 (Python Auto-loading): Update the expected output from "Missing"
3544 to "No".
3545
bf88dd68
JK
35462012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 auto-load: Implementation.
3549 * gdb.texinfo (Mode Options): New anchor for -nx.
3550 (Startup): New anchors for Option -init-eval-command,
3551 Home Directory Init File
3552 and Init File in the Current Directory during Startup.
3553 Mention set auto-load local-gdbinit with a reference.
3554 Change the sample code to "set auto-load python-scripts".
3555 (Threads): New anchor set libthread-db-search-path.
3556 Provide references to libthread_db.so.1 file.
3557 (Controlling GDB): New menu item for Auto-loading.
3558 (Auto-loading, Init File in the Current Directory)
3559 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3560 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3561 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3562 reference.
3563 (Auto-loading): Rename to ...
3564 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3565 "set auto-load python-scripts", new anchor for it. Change
3566 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3567 for it. Change "info auto-load-scripts"
3568 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3569 to "Python scripts".
3570
8264ba82
AG
35712012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3572
3573 PR mi/13393
3574 * gdb.texinfo (Print Settings): Extend the description for "set print
3575 object".
3576 (GDB/MI Variable Objects): Extend the description for -var-create and
3577 -var-list-children.
3578
06fc020f
SCR
35792012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3580
3581 * gdb.texinfo (Examining Data): Document the 'explore' command.
3582
7191c139
JB
35832012-03-28 Joel Brobecker <brobecker@adacore.com>
3584
3585 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3586 to the children of a varobj and its update range when -var-update
3587 returns that the varobj's type changed.
3588
3708f05e
JK
35892012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3592 Create two new links fir 'objfile-gdb.py file'
3593 and 'dotdebug_gdb_scripts section'.
3594
8e0583c8
JK
35952012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.texinfo (Auto-loading): Rename node reference
3598 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3599 Twice.
3600 (.debug_gdb_scripts section): Rename the node ...
3601 (dotdebug_gdb_scripts section): ... here.
3602 (Maintenance Commands): Also rename this node reference.
3603
7b282c5a
SCR
36042012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3605
3606 * gdb.texinfo (Python API/Values From Inferior): Add description
3607 about the new method Value.referenced_value. Add description on
3608 how Value.dereference is different (and similar) to
3609 Value.referenced_value.
3610
8320cc4f
JK
36112012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3614 --init-eval-command=COMMAND, -iex.
3615 (Startup): Describe -iex and -ix. Simplify the example
3616 for "set auto-load-scripts off".
3617
481860b3
GB
36182012-03-16 Gary Benson <gbenson@redhat.com>
3619
3620 PR breakpoints/10738
3621 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3622 stating that GDB cannot set breakpoints on inlined functions.
3623 (Mode Options): Document --use-deprecated-index-sections.
3624 (Index Section Format): Document new index section version format.
3625
c4aeac85
TT
36262012-03-15 Tom Tromey <tromey@redhat.com>
3627
3628 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3629
16899756
DE
36302012-03-13 Doug Evans <dje@google.com>
3631
3632 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3633 of "reload".
3634 (Symbols): Delete docs for set/show symbol-reloading.
3635 * gdbint.texinfo (Defining Other Architecture Features): Delete
3636 SYMBOL_RELOADING_DEFAULT.
3637 * refcard.tex: Delete reference to symbol-reloading.
3638
9b224c5e
PA
36392012-03-07 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.texinfo (General Query Packets): Document new
3642 QProgramSignals packet.
3643 * gdb.texinfo (Remote configuration): Mention
3644 "program-signals-packet".
3645
169081d0
TG
36462012-03-05 Tristan Gingold <gingold@adacore.com>
3647
3648 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3649
d1feda86
YQ
36502012-03-03 Yao Qi <yao@codesourcery.com>
3651
3652 * gdb.texinfo (In-Process Agent): New node.
3653 Document new commands.
3654 (General Query Packets): Add packet `QAgent'.
3655
1faeff08
MR
36562012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3657
3658 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3659
7d74f244
DE
36602012-03-01 Scott J. Goldman <scottjg@vmware.com>
3661
3662 * gdb.texinfo (Commands In Python): Put example python macro in
3663 COMMAND_USER category rather than COMMAND_OBSCURE.
3664 Document gdb.COMMAND_USER.
3665 (User-defined Commands): Update documentation to clarify
3666 "set/show max-user-call-depth" and "show user" don't apply to python
3667 commands. Update documentation to clarify "help user-defined" may
3668 also include python commands defined as COMMAND_USER.
3669
6fe37d23
JK
36702012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 * gdb.texinfo (Startup): Add option -ex description to the option -x
3673 description.
3674
83364271
LM
36752012-02-24 Luis Machado <lgustavo@codesourcery.com>
3676
3677 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3678 condition-evaluation breakpoint parameter.
3679 Mention condition-evaluation mode being shown in "info break".
3680 (Break Conditions): Add description for target-side
3681 conditional breakpoints.
72f4393d 3682 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3683 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3684 cond-expr.
3685 (General Query Packets): Mention new ConditionalBreakpoint feature.
3686
bdb1994d
TT
36872012-02-22 Tom Tromey <tromey@redhat.com>
3688
3689 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3690
4d241c86
TT
36912012-02-17 Tom Tromey <tromey@redhat.com>
3692
3693 PR python/10753:
3694 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3695 directory.
3696
816338b5
SS
36972012-02-14 Stan Shebs <stan@codesourcery.com>
3698
3699 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3700
cc30c4bd
PA
37012012-02-13 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3704 mips-idt-ecoff.
3705
035d1e5b
YQ
37062012-02-09 Yao Qi <yao@codesourcery.com>
3707
3708 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3709
f0823d2c
TT
37102012-02-07 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3713 Symbol.value.
3714
64e7d9dd
TT
37152012-02-07 Tom Tromey <tromey@redhat.com>
3716
3717 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3718
4220b2f8
TS
37192012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3720
3721 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3722
edcc5120
TT
37232012-01-24 Tom Tromey <tromey@redhat.com>
3724
3725 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3726 unload".
3727 (Files): Mention new catch commands.
3728 (GDB/MI Async Records): Likewise.
3729
53fe1783
GB
37302012-01-24 Gary Benson <gbenson@redhat.com>
3731
3732 Delete #if 0'd out code.
3733 * gdb.texinfo (Frame Info): Remove "info catch".
3734
b9e7b9c3
UW
37352012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3736
3737 * gdb.texinfo (Remote Configuration): Document
3738 "set remote hostio-readlink-packet" command.
3739 (General Query Packets): Document vFile:readlink packet.
3740
4aac40c8
TT
37412012-01-16 Tom Tromey <tromey@redhat.com>
3742
3743 * gdb.texinfo (Specify Location): Document relative file name
3744 handling.
3745
cafec441
TT
37462012-01-16 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3749
0ee339bc
JK
37502012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3751 Eli Zaretskii <eliz@gnu.org>
3752
3753 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3754 code.
3755
72384ba3
PH
37562012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3757
3758 * gdb.texinfo (Variables): Document use of :: for non-static
3759 variables.
3760
ce1b17c4
JB
37612012-01-05 Joel Brobecker <brobecker@adacore.com>
3762
3763 * gdbint.texinfo (Start of New Year Procedure): Update
3764 to replace use of copyright.sh by use of copyright.py.
3765
217bff3e
JK
37662012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3767
3768 Remove the gdbtui binary.
3769 * all-cfg.texi (GDBTUI): Remove.
3770 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3771 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3772 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3773
cc72b2a2
KP
37742011-12-23 Kevin Pouget <kevin.pouget@st.com>
3775
3776 Introduce gdb.FinishBreakpoint in Python.
3777 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3778 (Python API): Add menu entry for Finish Breakpoints.
3779
13ac8d2c
JK
37802011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3783 tests.
3784
e0f9f062
DE
37852011-12-16 Doug Evans <dje@google.com>
3786
3787 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3788
80b6e756
PM
37892011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3790
1c3ad6ab 3791 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3792 stack". Add documentation for "set/show python print-stack".
3793
2fb860fc
PA
37942011-12-14 Pedro Alves <pedro@codesourcery.com>
3795
3796 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3797 should transfer control to the stub in the startup code instead of
3798 in main. Mention the need to get past the initial breakpoint.
3799
f8eba3c6
TT
38002011-12-06 Tom Tromey <tromey@redhat.com>
3801
3802 * gdb.texinfo (Set Breaks): Update for new behavior.
3803
2268b414
JK
38042011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3807 List Format for SVR4 Targets'.
3808 (General Query Packets): New item qXfer:libraries-svr4:read.
3809 (Library List Format for SVR4 Targets): New node.
3810
ae6f0d5b
TT
38112011-12-01 Tom Tromey <tromey@redhat.com>
3812
3813 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3814 add.
3815
36dfb11c
TT
38162011-11-22 Tom Tromey <tromey@redhat.com>
3817
3818 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3819 reasons.
3820
f196051f
SS
38212011-11-20 Stan Shebs <stan@codesourcery.com>
3822
3823 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3824 note-related options and variables.
3825 (Tracepoint Packets): Document packet changes.
3826
f85b53f8
SD
38272011-11-20 Sanjoy Das <sdas@igalia.com>
3828
3829 * gdb.texinfo (JIT Interface): Add documentation on writing and
3830 usind JIT debug info readers.
3831 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3832 Debug Info Readers): New nodes.
3833
bfccc43c
YQ
38342011-11-18 Yao Qi <yao@codesourcery.com>
3835
3836 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3837 tracepoint.
3838
c011a4f4
DE
38392011-11-15 Doug Evans <dje@google.com>
3840
3841 * gdb.texinfo (Files): Document basenames-may-differ.
3842
ed59ded5
DE
38432011-11-14 Doug Evans <dje@google.com>
3844
3845 * gdb.texinfo (Shell Commands): Document "!".
3846
405f8e94
SS
38472011-11-14 Stan Shebs <stan@codesourcery.com>
3848 Kwok Cheung Yeung <kcy@codesourcery.com>
3849
3850 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3851 needed to get shorter fast tracepoints.
3852 (Tracepoint Packets): Document new qTMinFTPILen packet.
3853
1e4d1764
YQ
38542011-11-14 Yao Qi <yao@codesourcery.com>
3855
3856 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3857 behavior of tracepoint.
3858 (General Query Packets): New feature InstallInTrace.
3859 (Remote Configuration): Document "set remote
3860 install-in-trace-packet".
3861
71eba9c2 38622011-11-12 Matt Rice <ratmice@gmail.com>
3863
3864 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3865 Add arguments to info macro.
3866
e0f8f636
TT
38672011-11-10 Tom Tromey <tromey@redhat.com>
3868
3869 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3870 manual.
3871 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3872 (Macros): Add a footnote.
3873 (C): Remove paragraph about compiler options.
3874 (C Constants): Mention wide character and string constants.
3875 (C Plus Plus Expressions): Update compiler option advice. Mention
3876 using declarations. Mention ADL. Remove old HP compiler
3877 information.
3878
625c0d47
TT
38792011-11-10 Tom Tromey <tromey@redhat.com>
3880
3881 PR c++/9257:
3882 * gdb.texinfo (Print Settings): Add an extra note about the need
3883 for a vtable.
3884
4be2aacc
MR
38852011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3886
3887 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3888 "set mips abi" documentation.
3889
0a1c4d10
DE
38902011-11-04 Doug Evans <dje@google.com>
3891
3892 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3893
aad1c02c
TT
38942011-11-03 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.texinfo (Stopping): Add menu entry.
3897 (Continuing and Stepping): Restore @node. Use @section, not
3898 @subsection.
3899
983fb131
MR
39002011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3901
3902 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3903 designation. Fix "Specify Location" cross-reference.
3904
3065dfb6
SS
39052011-11-02 Stan Shebs <stan@codesourcery.com>
3906
3907 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3908 (General Query Packets): Describe tracenz feature.
3909 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3910
0aaaf063
PK
39112011-10-28 Paul Koning <paul_koning@dell.com>
3912
3913 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3914
2231f1fb
KP
39152011-10-27 Kevin Pouget <kevin.pouget@st.com>
3916
72f4393d 3917 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3918 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3919
5110b5df
PK
39202011-10-26 Paul Koning <paul_koning@dell.com>
3921
3922 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3923
22dbab46
PK
39242011-10-25 Paul Koning <paul_koning@dell.com>
3925
3926 PR python/13327
72f4393d 3927
22dbab46
PK
3928 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3929 fetch_lazy method.
3930
9df2fbc4
PM
39312011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3932
3933 PR python/12656
3934
3935 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3936 global_block, static_block function.
3937
f05e2e1d
TT
39382011-10-19 Tom Tromey <tromey@redhat.com>
3939
3940 * gdb.texinfo (Commands In Python): Add missing "@"s.
3941
a7fc3f37
KP
39422011-10-13 Kevin Pouget <kevin.pouget@st.com>
3943
3944 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3945 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3946 constants.
3947
5048e516
JK
39482011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 Fix compatibility with texinfo versions older than 4.12.
3951 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3952 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3953 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3954 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3955 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3956 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3957 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3958
5a56e9c5
DE
39592011-10-09 Doug Evans <dje@google.com>
3960
3961 * gdb.texinfo (Extending GDB): Document alias command.
3962
36b11add
JK
39632011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3964
3965 Support @entry in input expressions.
3966 * gdb.texinfo (Variables): Describe @entry names suffix.
3967 (Print Settings): Add anchor for `set print entry-values'.
3968
e18b2753
JK
39692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3970 Eli Zaretskii <eliz@gnu.org>
3971
3972 Display @entry parameter values (without references).
3973 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3974 example.
3975 (Print Settings): New description of set print entry-values and show
3976 print entry-values.
3977
111c6489
JK
39782011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3979 Eli Zaretskii <eliz@gnu.org>
3980
3981 Recognize virtual tail call frames.
3982 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3983 (Tail Call Frames): New node.
3984 (Frames In Python): Add gdb.TAILCALL_FRAME.
3985
9c15afc4
DE
39862011-10-07 Doug Evans <dje@google.com>
3987
3988 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3989 register_pretty_printer.
3990
99f5279d
PM
39912011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3992
3993 PR python/12930
3994 PR python/12802
3995
3996 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3997 stop method.
3998
03583c20
UW
39992011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4000
4001 * gdb.texinfo (Starting your Program): "set disable-randomization"
4002 is no longer Linux-specific.
4003 (Remote Configuration): Document "set remote
4004 disable-randomization-packet".
4005 (General Query Packets): Document "QDisableRandomization" packet
4006 and add it to "qSupported" list.
4007
bd054e06
KP
40082011-10-07 Kevin Pouget <kevin.pouget@st.com>
4009
4010 Allow Python notification of new object-file loadings.
4011 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4012 event type.
4013
cb6be26b
KP
40142011-10-04 Kevin Pouget <kevin.pouget@st.com>
4015
4016 PR python/12691: Add the inferior to Python exited event
4017 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4018
a05336a1
JB
40192011-10-03 Joel Brobecker <brobecker@adacore.com>
4020
4021 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4022 rephasing.
4023
5d77fe44
JB
40242011-10-03 Joel Brobecker <brobecker@adacore.com>
4025
4026 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4027 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4028 as possible feature returned by the `-list-features'
4029 command.
4030
699df94d
PK
40312011-09-28 Paul Koning <paul_koning@dell.com>
4032
4033 * gdb.texinfo (gdb.Type): Document field access by dictionary
4034 key syntax.
4035
24bdad53
YQ
40362011-09-28 Yao Qi <yao@codesourcery.com>
4037
4038 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4039 Add one space after option `-s'. Remove @r{} markup.
4040
6710bf39
SS
40412011-09-27 Stan Shebs <stan@codesourcery.com>
4042
4043 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4044
d99f7e48
HZ
40452011-09-16 Hui Zhu <teawater@gmail.com>
4046
4047 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4048 to *(unsigned char *)$esp@300.
4049
d812018b
PK
40502011-09-15 Paul Koning <paul_koning@dell.com>
4051
4052 * gdb.texinfo: Make style of Python functions and methods match
4053 the syntax of Python. Also put class and module names explicitly
4054 on function, member, and variable names, matching Python
4055 documentation conventions.
72f4393d 4056
2aa48337
KP
40572011-09-15 Kevin Pouget <kevin.pouget@st.com>
4058
4059 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4060 * gdb.texinfo (Inferiors In Python): Describe new
4061 gdb.selected_inferior() function.
4062
6839b47f
KP
40632011-09-15 Kevin Pouget <kevin.pouget@st.com>
4064
4065 Handle multiple breakpoint hits in Python interface:
4066 * gdb.texinfo (Events In Python): New function documentation:
4067 gdb.BreakpointEvent.breakpoints. Indicate that
4068 gdb.BreakpointEvent.breakpoint is now deprecated.
4069
26829f2b
JB
40702011-09-04 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4073
a9f54f60
TT
40742011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4075
4076 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4077
fa3a4f15
PM
40782011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4079
72f4393d
L
4080 * gdb.texinfo (Prompt): Add set/show extended-prompt
4081 documentation
4082 (Basic Python): Add prompt_hook anchor.
4083 (Python modules): Reword module text to reflect multiple modules.
4084 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4085
224bbe49
YQ
40862011-08-14 Yao Qi <yao@codesourcery.com>
4087
78d85199
YQ
4088 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4089
40902011-08-14 Yao Qi <yao@codesourcery.com>
4091
4092 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4093 (TIC6x Features): New node.
4094
457e09f0
DE
40952011-08-12 Doug Evans <dje@google.com>
4096
4097 * gdb.texinfo (Symbols In Python): Document symbol.type.
4098
5e239b84
PM
40992011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4100
4101 * gdb.texinfo (Python): Document command and function
4102 auto-loading.
4103
177bc839
JK
41042011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4105 Eli Zaretskii <eliz@gnu.org>
4106
4107 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4108 typedefs unrolling. Extend the sample code by an inner typedef and
4109 outer typedefs unrolling.
4110
1a532630
PP
41112011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4112
4113 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4114 size and line-size.
4115
9b158ba0 41162011-07-21 Matt Rice <ratmice@gmail.com>
4117
4118 PR macros/12999
4119 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4120 Update text and cindex entries for info macro command.
4121
d17b6f81
PM
41222011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4123
4124 * observer.texi (GDB Observers): Add before_prompt observer.
4125 * gdb.texinfo (Basic Python): Add documentation for prompt
4126 substitution.
4127
713389e0
PM
41282011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4129
72f4393d 4130 PR python/12438
713389e0 4131 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4132 set/show python print-stack. Document set/show python
4133 print-backtrace.
713389e0 4134
177b42fe
TJB
41352011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4136
4137 * gdb.texinfo: Fix typos.
4138
900e11f9
JK
41392011-07-01 Tom Tromey <tromey@redhat.com>
4140
4141 * gdb.texinfo (Debugging Output): Document set debug
4142 check-physname.
4143
39c4d40a
TT
41442011-06-29 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4147 breakpoint-notifications feature.
4148
6f5def7d
UW
41492011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4150
4151 * gdb.texinfo (Target Description): Remove warning about
4152 possibly unstable format.
4153
8cf64490
TT
41542011-06-03 Tom Tromey <tromey@redhat.com>
4155
4156 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4157 (Events In Python): Note that exit_code is optional.
4158
393eab54
PA
41592011-05-17 Pedro Alves <pedro@codesourcery.com>
4160
4161 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4162 required for multi-threading support.
4163 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4164 Hc are deprecated for multi-threading debugging. Point readers at
4165 the vCont packet.
4166
75fc9810
DE
41672011-05-15 Doug Evans <dje@google.com>
4168
4169 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4170
01124a23
DE
41712011-05-13 Doug Evans <dje@google.com>
4172
98a5dd13
DE
4173 * gdb.texinfo (Threads): Document $sdir,$pdir.
4174 (Server): Document $pdir exception.
4175
dbaefcf7
DE
4176 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4177
cc63ef9b
DE
4178 * gdb.texinfo (Threads): Clarify default value for
4179 libthread-db-search-path.
7e0396aa 4180
01124a23
DE
4181 * gdb.texinfo (Completion): Update example.
4182 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4183
d248b706
KY
41842011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4185
4186 * gdb.texinfo: Document change in the behaviour of the enable and
4187 disable GDB commands when applied to tracepoints.
4188 Document the EnableDisableTracepoints remote stub feature.
4189 Document QTEnable and QTDisable in the list of tracepoint packets.
4190
cc88a640
JK
41912011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4194 hsuser.texi.
4195 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4196 comment to hsuser.texi. Change rluser.texi name in the comment.
4197
84e578fb
DE
41982011-05-10 Doug Evans <dje@google.com>
4199
4200 * gdb.texinfo (Threads): If an empty path is provided for
4201 libthread-db-search-path it is reset to its default value.
4202 (Server): Ditto.
4203
478aac75
DE
42042011-05-09 Doug Evans <dje@google.com>
4205
4206 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4207
9c06b0b4
TJB
42082011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4209 Thiago Jung Bauermann <bauerman@br.ibm.com>
4210
4211 Implement support for PowerPC BookE masked watchpoints.
4212 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4213 (PowerPC Embedded): Mention support of masked watchpoints.
4214
9ed350ad
JB
42152011-05-03 Joel Brobecker <brobecker@adacore.com>
4216
4217 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4218 `@value{GDBN}'.
4219
4ceed123
JB
42202011-05-03 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.texinfo (titlepage): Remove dedication.
4223 (In Memoriam): New appendix.
4224
559a7a62
JK
42252011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4226 Eli Zaretskii <eliz@gnu.org>
4227
4228 * gdb.texinfo (Index Section Format): Change the version to 5.
4229 Describe the different formula.
4230
03f2bd59
JK
42312011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4232 Eli Zaretskii <eliz@gnu.org>
4233
4234 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4235 for disconnected tracing.
4236 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4237 extended-remote relationship. Mention --once.
4238 (TCP port allocation lifecycle of @code{gdbserver}): New.
4239
d9b1a651
EZ
42402011-04-23 Eli Zaretskii <eliz@gnu.org>
4241
4242 * gdb.texinfo (Server): Improve indexing. Index all optional
4243 switches to gdbserver.
4244
90476074
TT
42452011-04-20 Tom Tromey <tromey@redhat.com>
4246
4247 * gdb.texinfo (Index Section Format): New node.
4248 (Top): Add new node to menu.
4249
c21236dc
PA
42502011-04-20 Pedro Alves <pedro@codesourcery.com>
4251
4252 * gdb.texinfo (Maintenance Commands): Document `maint print
4253 remote-registers'.
4254
05c8c3f5
TT
42552011-04-20 Tom Tromey <tromey@redhat.com>
4256
4257 * gdb.texinfo (Trace File Format): Move node later.
4258
7a9dd1b2
TT
42592011-04-19 Tom Tromey <tromey@redhat.com>
4260
4261 * gdbint.texinfo (Register Information Functions): Remove
4262 duplicate "the".
4263 * gdb.texinfo (Emacs): Remove duplicate "to".
4264 (GDB/MI Variable Objects): Remove duplicate "the".
4265 (General Query Packets): Likewise.
4266
4368ebeb
JB
42672011-04-02 Joel Brobecker <brobecker@adacore.com>
4268
4269 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4270 "GDB/MI Ada Exception Information" node.
4271
956a9fb9
JB
42722011-04-01 Joel Brobecker <brobecker@adacore.com>
4273
4274 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4275 the "exception-name" field in the *stopped async record.
4276
f1310107
TJB
42772011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4278 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4279
4280 Implement support for PowerPC BookE ranged breakpoints.
4281 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4282
8786b2bd
TT
42832011-03-28 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.texinfo (Set Tracepoints): Fix typo.
4286
9ef07c8c
TT
42872011-03-24 Tom Tromey <tromey@redhat.com>
4288
4289 * gdb.texinfo (Specify Location): Document `function:label'
4290 linespec.
4291
99c3dc11
PM
42922011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4293
f1310107 4294 PR python/12149
99c3dc11
PM
4295
4296 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4297
29703da4
PM
42982011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4299
4300 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4301 (Inferiors In Python): Likewise.
4302 (Threads In Python): Likewise.
4303 (Symbols In Python): Likewise.
4304 (Objfiles In Python): Likewise.
4305 (Symbol Tables In Python): Likewise.
4306
c9174737
PA
43072011-03-15 Pedro Alves <pedro@codesourcery.com>
4308
4309 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4310 display>: Explain that the commands accept number ranges.
4311
7371cf6d
PM
43122011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4313
4314 * gdb.texinfo (Breakpoints In Python): Add description and example
4315 of Python stop function operation.
4316
ecec24e6
PM
43172011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4318
4319 * gdb.texinfo (Parameters In Python): Document get_set_string and
4320 get_show_string methods.
4321
6dcd5565
JK
43222011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4325
81896e36
JK
4326 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4327 circular-trace-buffer name.
4328
5e30da2c
JB
43292011-02-28 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4332 in the previous change.
4333
3bd0f5ef 43342011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4335
72f4393d 4336 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4337 that they can accept multiple arguments.
4338
4ec7539c
JB
43392011-02-24 Joel Brobecker <brobecker@adacore.com>
4340
4341 Revert the following patch (code patch was not approved):
4342 2011-02-21 Hui Zhu <teawater@gmail.com>
4343 * agentexpr.texi (bytecode descriptions): add printf.
4344 * gdb.texinfo (tracepoint action lists): add printf.
4345
82809774
DE
43462011-02-23 Doug Evans <dje@google.com>
4347
4348 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4349
e5a67952
MS
43502011-02-23 Michael Snyder <msnyder@vmware.com>
4351
4352 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4353 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4354 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4355
6e6fbe60
DE
43562011-02-22 Doug Evans <dje@google.com>
4357
4358 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4359 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4360 add description of result, fix @defun formatting.
4361
f994e27a
HZ
43622011-02-21 Hui Zhu <teawater@gmail.com>
4363
4364 * agentexpr.texi (Bytecode Descriptions): Add printf.
4365 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4366
c7f96d2b
TT
43672011-02-18 Tom Tromey <tromey@redhat.com>
4368
4369 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4370
60f98dde
MS
43712011-02-14 Michael Snyder <msnyder@vmware.com>
4372
4373 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4374 Document new command "thread find".
4375
08e796bc
MS
43762011-02-14 Michael Snyder <msnyder@vmware.com>
4377
4378 * gdb.texinfo (Threads): Update example of new thread message.
4379
b3b9301e
PA
43802011-02-14 Pedro Alves <pedro@codesourcery.com>
4381
4382 * gdb.texinfo (Remote Configuration): Mention set/show remote
4383 traceframe-info.
4384 (Tools/Packages Optional for Building GDB): Mention that expat is
4385 used for traceframe info.
4386 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4387 (General Query Packets) <qSupported>: Describe the
4388 qXfer:traceframe-info:read feature.
4389 (qXfer::read): Describe qXfer:traceframe-info:read.
4390 (Traceframe Info Format): New section.
4391
cef35b0f
PA
43922011-02-04 Pedro Alves <pedro@codesourcery.com>
4393
4394 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4395 for casts and unary operators.
4396
f1cbe1d3
TT
43972011-02-04 Tom Tromey <tromey@redhat.com>
4398
4399 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4400 is not useful.
4401
585fdaa1
PA
44022011-01-25 Pedro Alves <pedro@codesourcery.com>
4403
4404 * gdb.texinfo: s/value optimized out/optimized out/g
4405
7bfc9434
JB
44062011-01-21 Joel Brobecker <brobecker@adacore.com>
4407
4408 * gdb.texinfo (Other Misc Settings): Rework part of the
4409 documentation of the "set interactive mode" command.
4410
4694da01
TT
44112011-01-19 Tom Tromey <tromey@redhat.com>
4412
4413 * gdb.texinfo (Threads): Document thread name output and `thread
4414 name' command.
4415 (Threads In Python): Document Thread.name attribute.
4416 (GDB/MI Thread Commands): Document thread attributes.
4417
b716877b
AB
44182011-01-12 Andrew Burgess <aburgess@broadcom.com>
4419
4420 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4421 changes in mi/mi-cmd-disas.c
4422
13fd8b81
TT
44232011-01-12 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4426 Fix "thread apply" text.
4427
e09342b5
TJB
44282011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4429 Thiago Jung Bauermann <bauerman@br.ibm.com>
4430
4431 Implement support for PowerPC BookE ranged watchpoints.
4432 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4433 the "set powerpc exact-watchpoints" flag.
4434
06e65f44
TT
44352011-01-07 Tom Tromey <tromey@redhat.com>
4436
4437 * gdb.texinfo (Python API): Add descriptions to @menu items.
4438
d8e22779
TT
44392011-01-06 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4442
a255712f
PP
44432010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4444
e09342b5 4445 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4446
ccfc3d6e
TT
44472011-01-06 Tom Tromey <tromey@redhat.com>
4448
4449 PR python/12133:
4450 * gdb.texinfo (Frames In Python): Document various frame
4451 constants.
4452
44944448
JB
44532011-01-05 Joel Brobecker <brobecker@adacore.com>
4454
4455 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4456 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4457 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4458
42ea3d7a
JK
44592011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4462 (clean): Add GDBvn.texi.
4463
720d1a40
JB
44642010-12-29 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4467 occasional case where the debugger prints an array address
4468 instead of the array itself.
4469
ad196637
PA
44702010-12-23 Pedro Alves <pedro@codesourcery.com>
4471
4472 * gdb.texinfo (Packets) <read registers packet>: Document support
4473 for registers that were not collected.
4474
a86caf66
DE
44752010-12-15 Doug Evans <dje@google.com>
4476
4477 * gdb.texinfo (Startup): Document auto-loading of scripts during
4478 startup.
4479 (Auto-loading): Delete "maint set python auto-load on|off".
4480 Add "set auto-load-scripts on|off".
4481
aae1c79a
DE
44822010-12-07 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Mode Options): Document -data-directory.
4485 (Data Files): Add reference to -data-directory.
4486
4e04c971
DE
44872010-11-29 Doug Evans <dje@google.com>
4488
4489 * gdb.texinfo (Pretty-Printer Introduction): Change
4490 printer-name:subprinter-name to printer-name;subprinter-name.
4491
94b6973e
PM
44922010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4493
72f4393d 4494 PR python/12199
94b6973e
PM
4495
4496 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4497
39037522
TT
44982010-11-23 Tom Tromey <tromey@redhat.com>
4499
4500 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4501 (Editing): Likewise.
4502 (Command History): Likewise.
4503 (TUI Keys): Likewise.
4504 (Bug Reporting): Conditionally include rluser.texi and
4505 inc-history.texinfo.
4506 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4507 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4508 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4509 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4510 (gdb.pdf): Likewise.
4511 (gdb.info): Likewise.
4512 (gdb/index.html): Likewise.
4513
5ae98d25
TT
45142010-11-23 Tom Tromey <tromey@redhat.com>
4515
4516 * Makefile.in (Makefile): Run ../config.status.
4517 (distclean): Update.
4518 * configure: Remove.
4519 * configure.ac: Remove.
4520
621c8364
TT
45212010-11-12 Tom Tromey <tromey@redhat.com>
4522
4523 * gdb.texinfo (Basic Python): Update. Add xref.
4524 (Exception Handling): Document new exception classes.
4525 (Types In Python): Update.
4526 (Frames In Python): Update.
4527
84f4c1fe
PM
45282010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4529
4530 * gdb.texinfo (Breakpoints In Python): Document "internal"
4531 parameter, and visible attribute.
4532
99e7ae30
DE
45332010-11-05 Doug Evans <dje@google.com>
4534
4535 * gdb.texinfo (Source Path): Document "set directories".
4536
f4b8a18d
KW
45372010-11-05 Ken Werner <ken.werner@de.ibm.com>
4538
4539 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4540 (OpenCL C): New node.
4541
7b51bc51
DE
45422010-11-02 Doug Evans <dje@google.com>
4543
4544 * gdb.texinfo (Pretty Printing): Expand into three sections,
4545 introduction, example, and commands.
4546 (Python API): Delete section Disabling Pretty-Printers, merge into
4547 Selecting Pretty-Printers.
4548 (Writing a Pretty-Printer): New section. Move the pretty-printer
4549 example here, and reformat to match python coding style. Add a second
4550 example using the gdb.printing module.
4551 (Python modules): Add gdb.printing.
4552
9eeee977
DE
45532010-10-29 Doug Evans <dje@google.com>
4554
4555 * gdb.texinfo (Python): Fix long line.
4556
a0e0ffdf
DE
45572010-10-20 Doug Evans <dje@google.com>
4558
4559 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4560 All references updated. Correct sections marked as subsections.
4561 (Coding Standards): New chapter. Move the coding standard related
4562 subsections here. Add section on Python coding standards.
4563
0e3509db
DE
45642010-10-13 Doug Evans <dje@google.com>
4565
4566 * gdb.texinfo (Python): Add "Python modules".
4567 (Types in Python): Add reference to gdb.types section.
4568 (Python modules): New node.
4569
44592cc4
DE
45702010-10-11 Doug Evans <dje@google.com>
4571
4572 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4573 Python" from gdb.Value.type description.
4574
6e1bb179
JB
45752010-09-28 Joel Brobecker <brobecker@adacore.com>
4576
4577 * gdb.texinfo (Ravenscar Profile): New node.
4578
e8467610
TT
45792010-09-22 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4582
fccd1d1e
EZ
45832010-09-22 Eli Zaretskii <eliz@gnu.org>
4584
4585 * gdb.texinfo (Values From Inferior): Clarify that
4586 value.dynamic_type works only in C++ programs with RTTI.
4587
c1b6b909
TT
45882010-09-15 Paul Bolle <pebolle@tiscali.nl>
4589
4590 * gdb.texinfo (Character Sets): Correctly reference host-charset
4591 in example.
4592
7d288aaa
TT
45932010-09-13 Tom Tromey <tromey@redhat.com>
4594
4595 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4596 Document "fullname" and "from".
4597
f75d858b
MK
45982010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4599
4600 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4601 feature `reverse' output by -list-target-features.
4602
83b9503b
L
46032010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4604
4605 * gdb.texinfo (i386 Features): Remove an extra "@item".
4606
03f17ccf
TT
46072010-08-30 Tom Tromey <tromey@redhat.com>
4608
4609 PR python/11792:
4610 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4611
9779414d
DJ
46122010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * gdb.texinfo (ARM Features): Document
4615 org.gnu.gdb.arm.m-profile.
4616
f9ffd4bb
TT
46172010-08-23 Tom Tromey <tromey@redhat.com>
4618
4619 PR python/11145:
4620 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4621 reinterpret_cast methods.
4622
702c2711
TT
46232010-08-23 Tom Tromey <tromey@redhat.com>
4624
4625 PR python/11915:
4626 * gdb.texinfo (Types In Python): Document array method.
4627
66b73624
TJB
46282010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4629
4630 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4631
06a64a0b
TT
46322010-08-16 Tom Tromey <tromey@redhat.com>
4633
4634 * gdb.texinfo (Set Watchpoints): Document -location option.
4635
a3a7127e
DE
46362010-08-13 Doug Evans <dje@google.com>
4637
4638 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4639
8dedea02
VP
46402010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4641
4642 * gdb.texinfo (GDB/MI Data Manipulation): Document
4643 -data-read-memory-raw and -data-write-memory-raw.
4644
ca5c20b6 46452010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4646 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4647
4648 * gdb.texinfo (Basic Python): Describe post_event API.
4649
cb2e07a6
PM
46502010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4651
4652 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4653 decode_line Python APIs
cb2e07a6 4654
464b3efb
TT
46552010-08-10 Tom Tromey <tromey@redhat.com>
4656
4657 * gdb.texinfo (Pretty Printing API): Document
4658 gdb.default_visualizer.
4659
c29c521f
TT
46602010-08-10 Tom Tromey <tromey@redhat.com>
4661
4662 Revert gdb-add-index addition:
4663 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4664
5da1313b
JK
46652010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4666 Eli Zaretskii <eliz@gnu.org>
4667
4668 * gdb.texinfo (Mode Options) <-batch>
4669 (Basic Python) <gdb.execute>: Describe setting width and height.
4670
02d868e8
PP
46712010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4672
4673 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4674
c2bbed2a
TT
46752010-07-30 Tom Tromey <tromey@redhat.com>
4676
4677 * gdb.texinfo (Index Files): Mention gdb-add-index.
4678
6c13bbe1
HZ
46792010-07-30 Hui Zhu <teawater@gmail.com>
4680
4681 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4682 "detach inferior" and "kill inferior".
4683
53a71c06
CR
46842010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4685
4686 * gdb.texinfo (Machine Code): Update description of two forms of
4687 arguments, and add new example to demonstrate the new form.
4688
5374244e
PM
46892010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4690
4691 * gdb.texinfo (Values From Inferior): Add value inferior function
4692 call description.
4693
8ea5bce5
JK
46942010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4695
4696 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4697
c0edd9ed
JK
46982010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4699 Eli Zaretskii <eliz@gnu.org>
4700
4701 Make core files the process_stratum.
4702 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4703 record_stratum example.
4704
9291a0cd
TT
47052010-07-13 Tom Tromey <tromey@redhat.com>
4706
4707 * gdb.texinfo (Index Files): New node.
4708
f5011d11
TT
47092010-07-13 Tom Tromey <tromey@redhat.com>
4710
4711 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4712
0f5238ed
TT
47132010-07-13 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (Specify Location): Document labels.
4716
74c761c1
PA
47172010-07-01 Pedro Alves <pedro@codesourcery.com>
4718
4719 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4720 entries for fast tracepoints and static tracepoints.
4721
501994c0
PA
47222010-07-01 Pedro Alves <pedro@codesourcery.com>
4723
4724 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4725 qsThreadInfo>: Spell out `l' as ell.
4726
0fb4aa4b
PA
47272010-07-01 Pedro Alves <pedro@codesourcery.com>
4728
4729 * gdb.texinfo (Convenience Variables): Document $_sdata.
4730 (Commands to Set Tracepoints): Describe static tracepoints. Add
4731 `Listing Static Tracepoint Markers' menu entry. Document
4732 "strace".
4733 (Tracepoint Action Lists): Document collecting $_sdata.
4734 (Listing Static Tracepoint Markers): New subsection.
4735 (Tracepoints support in gdbserver): Mention static tracepoints.
4736 (remote packets, enabling and disabling): Mention
4737 read-sdata-object.
4738 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4739 and StaticTracepoint.
4740 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4741 Document qXfer:sdata:read.
4742 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4743
dc3b15be
JB
47442010-06-29 Joel Brobecker <brobecker@adacore.com>
4745
4746 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4747
595939de
PM
47482010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4749 Tom Tromey <tromey@redhat.com>
4750 Thiago Jung Bauermann <bauerman@br.ibm.com>
4751
4752 * gdb.texinfo (Inferiors In Python): New node.
4753 * gdb.texinfo (Threads In Python): New node.
4754
9279c692
JB
47552010-06-28 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.texinfo (Python): Document what the python directory is
4758 and what its location is.
4759 (Basic Python): Document the gdb.PYTHONDIR constant.
4760
bc9f0842
TT
47612010-06-25 Tom Tromey <tromey@redhat.com>
4762
4763 PR python/10808:
4764 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4765
f1421989
HZ
47662010-06-24 Hui Zhu <teawater@gmail.com>
4767
4768 * gdb.texinfo: (Commands for Controlled Output): Add
4769 documentation for command "eval".
4770
e4c0cfae
SS
47712010-06-21 Stan Shebs <stan@codesourcery.com>
4772
4773 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4774 * annotate.texinfo: Ditto.
4775 * gdbint.texinfo: Ditto.
4776 * stabs.texinfo: Ditto.
4777
bb08c432
HZ
47782010-06-22 Hui Zhu <teawater@gmail.com>
4779
4780 * gdb.texinfo: (Process Record and Replay): Add documentation
4781 for command "set record memory-query".
4782
4f5d9f07
SS
47832010-06-21 Stan Shebs <stan@codesourcery.com>
4784
4785 * gdb.texinfo: Relicense under GFDL version 1.3.
4786 * annotate.texinfo: Relicense under GFDL version 1.3.
4787 * gdbint.texinfo: Relicense under GFDL version 1.3.
4788 * stabs.texinfo: Relicense under GFDL version 1.3.
4789 * fdl.texi: Update to version 1.3.
4790
6aed2dbc
SS
47912010-06-18 Stan Shebs <stan@codesourcery.com>
4792
a61408f8
SS
4793 * gdb.texinfo (Operating System Auxiliary Information): Describe
4794 "info os" when no arguments given.
4795
6aed2dbc
SS
4796 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4797 $_thread.
4798
24e933df
HZ
47992010-06-18 Hui Zhu <teawater@gmail.com>
4800
4801 * gdb.texinfo: (Process Record and Replay): Add documentation
4802 for commands "record save" and "record restore".
4803
65d79d4b
SDJ
48042010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 * gdb.texinfo: Include information about the correct use
4807 of addresses in the `watch' command.
4808
d914c394
SS
48092010-06-11 Stan Shebs <stan@codesourcery.com>
4810
4811 * gdb.texinfo (Observer Mode): New section.
4812 (General Query Packets): Document QAllow.
889bf7c5 4813
967cf477
DE
48142010-06-04 Doug Evans <dje@google.com>
4815
4816 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4817
aaf4119b
DE
48182010-06-03 Doug Evans <dje@google.com>
4819
4820 * gdbint.texinfo (Coding): Add subsection on command names.
4821
9eae7c52
TT
48222010-06-02 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4825 always-disassemble.
4826
fa593d66
PA
48272010-06-01 Pedro Alves <pedro@codesourcery.com>
4828
4829 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4830 gdbserver, and add cross reference.
4831 (Tracepoints support in gdbserver): New subsection.
4832
dde08ee1
PA
48332010-05-26 Pedro Alves <pedro@codesourcery.com>
4834
4835 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4836 `qRelocInsn' feature.
4837 (Relocate instruction reply packet): New subsection
4838 of `Tracepoint Packets'.
4839 (Tracepoint Packets): Mention that packets QTDP and QTStart
4840 support the qRelocInsn request, and add cross reference to new
4841 subsection.
4842
07ca107c
DE
48432010-05-25 Doug Evans <dje@google.com>
4844
4845 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4846 (Commands In Python): Document gdb.string_to_argv.
4847
c25c4a8b
JK
48482010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4851 ATTR_NORETURN.
4852
d7b32ed3 48532010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4854 Tom Tromey <tromey@redhat.com>
4855 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4856
c25c4a8b 4857 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4858
6aecb9c2
JB
48592010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4860
4861 * gdb.texinfo: (Summary) Add mention about D language support.
4862 (Filenames): Add D suffixes.
4863 (D): New node.
4864
b7da9e9f
PM
48652010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4866
4867 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4868 of macro deleted from GDB code.
4869
ab38a727
PA
48702010-04-24 Pedro Alves <pedro@codesourcery.com>
4871
4872 * gdb.texinfo (Commands to specify files): Describe what how GDB
4873 looks up DOS-based filesystem paths on the system root. Document
4874 the new `set/show target-file-system-kind' commands.
4875
66d09542
DE
48762010-04-23 Doug Evans <dje@google.com>
4877
4878 * gdb.texinfo (Python): Move Auto-loading section here ...
4879 (Python API): from here.
4880 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4881 (Maintenance Commands): Add docs for "maint print section-scripts".
4882
8bd10a10
CM
48832010-04-20 Chris Moller <cmoller@redhat.com>
4884
4885 * gdb.texinfo (Setting Breakpoints): Added description of
4886 filename-qualified rbreak.
4887 * refcard.tex (Breakpoints and Watchpoints): Added brief
4888 description of filename-qualified rbreak.
4889
4c374409
JK
48902010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4893 (Python API): Change the reference to Pretty Printing API.
4894 (Pretty Printing): Move the user part under the Data node. Reformat
4895 the sample output to 72 columns. Create a new reference to Pretty
4896 Printing API. Rename the API part ...
4897 (Pretty Printing API): To a new node name.
4898 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4899 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4900
5a9351ae
SS
49012010-04-21 Stan Shebs <stan@codesourcery.com>
4902
4903 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4904 and commands.
5a9351ae 4905 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4906
9a22f0d0
PM
49072010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4908
4909 * gdb.texinfo (Examining memory): Update for change in string
4910 display with explicit size.
4911
6149aea9
PA
49122010-04-19 Pedro Alves <pedro@codesourcery.com>
4913
4914 PR breakpoints/8554.
4915
4916 * gdb.texinfo (Save Breakpoints): New node.
4917 (save-tracepoints): Rename to ...
4918 (save tracepoints): ... this. Mention that `save-tracepoints' is
4919 a deprecated alias to `save tracepoints'.
4920
711e434b
PM
49212010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4922
645797a8 4923 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4924 (info w32 thread-information-block): Document new command.
4925 (qGetTIBAddress): Document new gdbserver query.
4926 (maint set/show show-all-tib): Document new command.
4927
3f7b2faa
DE
49282010-04-15 Doug Evans <dje@google.com>
4929
fa33c3cd
DE
4930 * gdb.texinfo (Python API): Add progspaces section.
4931 (Selecting Pretty-Printers): Progspace pretty-printers are
4932 searched too.
4933 (Progspaces In Python): New section.
4934
3f7b2faa
DE
4935 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4936
79f283fe
PM
49372010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4938
4939 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4940 returns None.
4941
87290684
SS
49422010-04-09 Stan Shebs <stan@codesourcery.com>
4943
4944 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4945 Describe the `frames-created' field, tweak grammar.
4946
a97153c7
PA
49472010-04-09 Pedro Alves <pedro@codesourcery.com>
4948
4949 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4950 Describe the `circular' and `disconnected' fields.
4951
5c5dcc1b
L
49522010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4953
4954 * gdb.texinfo (maint print registers): Mention unavailable and
4955 invisible registers.
4956
adc36818
PM
49572010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4958 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4959 Tom Tromey <tromey@redhat.com>
adc36818
PM
4960
4961 * gdb.texinfo (Breakpoints In Python): New Node.
4962
33da3f1c
SS
49632010-04-08 Stan Shebs <stan@codesourcery.com>
4964
4965 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4966 trace status fields.
4967
3a13a53b
L
49682010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4969
4970 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4971 optional. Make org.gnu.gdb.i386.avx requires
4972 org.gnu.gdb.i386.avx.
4973
08001717
DE
49742010-04-08 Doug Evans <dje@google.com>
4975
4976 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4977 search path, and document that gdb only scans the search path if
4978 the script's path doesn't specify a directory.
4979
c375651d
DE
49802010-04-05 Doug Evans <dje@google.com>
4981
4982 * gdb.texinfo (maint show python auto-load): Fix typo.
4983
af54718e
SS
49842010-04-04 Stan Shebs <stan@codesourcery.com>
4985
d77f58be
SS
4986 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4987 (Setting Watchpoints): Update description of "info watch".
4988 (Disabling Breakpoints): Only "info break" lists all.
4989
af54718e
SS
4990 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4991 (tdump): Explain how tdump works.
4992
86b17b60
PA
49932010-04-01 Pedro Alves <pedro@codesourcery.com>
4994
4995 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4996 add cross reference.
4997
ff12863f
PA
49982010-03-31 Pedro Alves <pedro@codesourcery.com>
4999
5000 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5001 commands error out.
5002
f68eb612
L
50032010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5004
5005 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5006
c8d5aac9
L
50072010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5008
5009 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5010
7d13fe92
SS
50112010-03-29 Stan Shebs <stan@codesourcery.com>
5012 Nathan Sidwell <nathan@codesourcery.com>
5013
5014 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5015 GDBN equivalent.
5016 (Set Tracepoints): Remove mention that conditional tracepoints
5017 don't exist.
5018 (Tracepoint Actions): Clarify when while-stepping collection
5019 happens, note that while-stepping does not automatically collect
5020 $pc.
5021
409873ef 50222010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5023
409873ef
SS
5024 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5025 (General Query Packets): Describe TracepointSource.
5026
ee8e71d4
EZ
50272010-03-27 Matt Rice <ratmice@gmail.com>
5028
c8d5aac9
L
5029 * gdb.texinfo (ARM): Document arguments to "target sim".
5030 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5031
99b5e152
PA
50322010-03-26 Pedro Alves <pedro@codesourcery.com>
5033
5034 * gdb.texinfo (Tracepoint Packets): Remove mention that
5035 terror:string may be plain text, and drop mention of X prefix.
5036
cd64ee31
VP
50372010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5038
5039 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5040
6c28cbf2
SS
50412010-03-24 Stan Shebs <stan@codesourcery.com>
5042
5043 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5044
95a42b64
TT
50452010-03-24 Tom Tromey <tromey@redhat.com>
5046
5047 PR breakpoints/9352:
5048 * gdb.texinfo (Break Commands): Update.
5049
18148017
VP
50502010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5051
5052 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5053 commands.
5054
4daf5ac0
SS
50552010-03-16 Stan Shebs <stan@codesourcery.com>
5056
5057 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5058 circular-trace-buffer.
5059 (Tracepoint Packets): Describe QTBuffer, and details of the
5060 qTStatus reply.
5061
c9429232
SS
50622010-03-12 Stan Shebs <stan@codesourcery.com>
5063 Nathan Sidwell <nathan@codesourcery.com>
5064
5065 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5066 doing instruction stepping.
5067 (Tracepoint Restrictions): New node.
5068
ccefe4c4
TT
50692010-03-10 Tom Tromey <tromey@redhat.com>
5070
5071 * gdbint.texinfo (Symbol Handling): Update.
5072
7c953934
TT
50732010-03-08 Tom Tromey <tromey@redhat.com>
5074
5075 PR cli/9591:
5076 * gdb.texinfo (Mode Options): Mention lack of pagination and
5077 confirmation with --batch.
5078 (Screen Size): Mention --batch.
5079 (Messages/Warnings): Likewise.
5080
f870a310
TT
50812010-03-05 Tom Tromey <tromey@redhat.com>
5082
5083 * gdb.texinfo (Basic Python): Document target_charset and
5084 target_wide_charset.
5085
78e2826b
TT
50862010-03-05 Tom Tromey <tromey@redhat.com>
5087
5088 * gdb.texinfo (Data): Link to pretty-printing.
5089 (Output Formats): Likewise. Correct text.
5090
f5dff777
DJ
50912010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5092
5093 * gdb.texinfo (Types): Describe <struct> and <flags>.
5094
dc00d89f
PM
50952010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5096
5097 * gdb.texinfo (Frames In Python): Add block parameter and
5098 description to read_var text.
5099
5107b149 51002010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5101 Tom Tromey <tromey@redhat.com>
5107b149
PM
5102
5103 * gdb.texinfo (Types In Python): Describe block argument in
5104 template_argument and gdb.lookup_type.
5105
e03e5e7b
TT
51062010-02-24 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.texinfo (Cygwin Native): Fix typo.
5109
f3e9a817
PM
51102010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5111
5112 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5113 and select method descriptions.
5114 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5115 Tables in Python to menu.
5116 (Blocks In Python): New node.
5117 (Symbols In Python): New node.
5118 (Symbol Tables in Python): New node.
5119
a79b8f6e
VP
51202010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5121
5122 Multiexec MI
5123
5124 gdb/
5125 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5126
5127 gdb/doc/
5128 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5129 changes.
5130 (GDB/MI Program Execution): Document current behaviour of
5131 --all and --thread-group.
5132 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5133 -remove-inferior.
5134 * observer.texi (inferior_added, inferior_removed): New
5135 observers.
5136
629d6a47
TT
51372010-02-19 Tom Tromey <tromey@redhat.com>
5138
5139 * gdbint.texinfo (Getting Started): Fix @node.
5140 (Debugging GDB): Likewise.
5141
c09529e5
JB
51422010-02-13 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5145 documenting the gdb_test_timeout variable.
5146
540aa8e7
MS
51472010-02-12 Jakob Engblom <jakob@virtutech.com>
5148
5149 * gdb.texinfo (MI commands): Added documentation of --reverse
5150 option to a set of MI commands. Restructured documentation of MI
5151 commands --exec-continue to reflect the complexity of reverse
5152 execution.
5153
081dfbf7
PA
51542010-02-12 Pedro Alves <pedro@codesourcery.com>
5155
5156 * gdb.texinfo (Using the Collected Data): Specify that the address
5157 range of `tfind outsize' is exclusive, and that the address range
5158 of `tfind range' is inclusive.
5159 (Tracepoint Packets): Specify that the address range of
5160 `QTFrame:range' is inclusive, and that the address range of
5161 `QTFrame:outside' is exclusive
5162
8e9c5e02
VP
51632010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5164
5165 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5166
92981e24
TT
51672010-02-10 Tom Tromey <tromey@redhat.com>
5168
5169 * gdb.texinfo (Debugging Output): Document set debug parser and
5170 show debug parser.
5171
075b51b7
L
51722010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5173
5174 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5175 i386_eflags and i386_mxcsr.
5176
3bb8d5c3
L
51772010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5178
5179 * gdb.texinfo: Document i386 target features.
5180
c5f80513
DE
51812010-02-05 Doug Evans <dje@google.com>
5182
5183 * gdbint.texinfo (Testsuite): Add a new section to document the
5184 various DejaGnu variables that may be overridden.
1be00882 5185 Document INTERNAL_GDBFLAGS.
c5f80513 5186
6ac33a4e
TT
51872010-02-04 Tom Tromey <tromey@redhat.com>
5188
5189 PR cli/8830:
5190 * gdb.texinfo (Files): -readnow comes before the filename for file
5191 and symbol-file.
5192
a1dcb23a
DJ
51932010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5194
5195 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5196 Document ARM breakpoint types.
5197 (Register Packet Format): Move into the new section.
5198 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5199
95433b34
JB
52002010-01-21 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.texinfo (File Options): Adjust the documentation of this
5203 switch to refer to the "source" command rather than partially
5204 duplicating some of the relevant information.
5205 (Extending GDB): Introduce and document the set/show script-extension
5206 setting.
5207 (Command Files): Add note explaining that the "source" command
5208 is also used to evalute scripts written in other languages.
5209 Remove the short slightly incorrect reference to sourcing Python
5210 scripts.
5211 (Python Commands): Document how to execute a Python script from GDB.
5212
8d576872
JB
52132010-01-19 Joel Brobecker <brobecker@adacore.com>
5214
5215 * gdb.texinfo (Command Files): Fix typo.
5216
8150ff9c
JB
52172010-01-18 Tom Tromey <tromey@redhat.com>
5218
5219 * gdb.texinfo (File Options): Document -x on .py files.
5220 (Command Files): Document handling of Python scripts.
5221
23db03a6
JZ
52222010-01-18 Jie Zhang <jie.zhang@analog.com>
5223
5224 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5225
00bf0b85
SS
52262010-01-15 Stan Shebs <stan@codesourcery.com>
5227
5228 * gdb.texinfo (Trace Files): New section.
5229 (Tracepoint Packets): Document QTSave and qTBuffer.
5230 (Trace File Format): New appendix.
5231
be759fcf
PM
52322010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5233
5234 * gdb.texinfo (Values From Inferior): Document lazy_string value
5235 method.
5236 (Python API): Add Lazy strings menu item.
5237 (Lazy Strings In Python): New node.
5238
dc146f7c
VP
52392010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5240
5241 * gdb.texinfo (GDB/MI Thread Information): New.
5242 (GDB/MI Async Records): Document the core field in *stopped.
5243 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5244 documentation
5245 (Process list): Document that osdata document may contain
5246 threads.
5247 (Remote Serial Protocol): Document qXfer:threads.
5248
d5551862
SS
52492010-01-06 Stan Shebs <stan@codesourcery.com>
5250
5251 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5252 disconnected tracing.
5253 (Tracepoint Packets): Document new protocol.
5254
7a697b8d
SS
52552010-01-05 Stan Shebs <stan@codesourcery.com>
5256
5257 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5258 tracepoints.
5259 (Tracepoint Packets): Describe remote protocol for fast
5260 tracepoints.
5261
e6f3ec50
JB
52622010-01-01 Joel Brobecker <brobecker@adacore.com>
5263
5264 Update the "Start of New Year Procedure".
5265 * gdbint.texinfo: Add the list of files that need to be updated
5266 manually. Minor reformatting.
5267
ddc4e9c1
JB
52682010-01-01 Joel Brobecker <brobecker@adacore.com>
5269
5270 * refcard.tex: Update copyright year in header and text.
5271
9d2897ad
JB
52722010-01-01 Joel Brobecker <brobecker@adacore.com>
5273
5274 * agentexpr.texi: Add 2010 to the list of copyright years.
5275 * annotate.texinfo: Likewise.
5276 * gdb.texinfo: Likewise.
5277 * gdbint.texinfo: Likewise.
5278 * observer.texi: Likewise.
5279 * stabs.texinfo: Likewise.
5280
6da95a67
SS
52812009-12-31 Stan Shebs <stan@codesourcery.com>
5282
5283 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5284
236f1d4d
SS
52852009-12-29 Stan Shebs <stan@codesourcery.com>
5286
5287 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5288
f61e138d
SS
52892009-12-28 Stan Shebs <stan@codesourcery.com>
5290
5291 * gdb.texinfo (Trace State Variables): New section.
5292 (Tracepoint Packets): Describe trace state variable packets.
5293 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5294 variable bytecodes.
5295
0fe7935b
DJ
52962009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5297
5298 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5299 declarations.
5300
a6b29f87
VP
53012009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5302
5303 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5304 -gdb-exit behaviour.
5305
5e4bde96
JB
53062009-12-20 Joel Brobecker <brobecker@adacore.com>
5307
5308 * gpl.texi: Update to version 3 of the GPL.
5309
a1715244
JB
53102009-12-20 Joel Brobecker <brobecker@adacore.com>
5311
5312 * Makefile.in: Update copyright header.
5313 * observer.texi: Fix the copyright header of the generated files.
5314
361ae042
PM
53152009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5316
5317 * gdb.texinfo (Types In Python): Describe range function.
5318
bfd31e71
PM
53192009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5320
5321 * gdb.texinfo (Types In Python): Describe "is_base_class".
5322
57a1d736
TT
53232009-12-03 Tom Tromey <tromey@redhat.com>
5324
5325 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5326
8cebebb9
PP
53272009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5328
5329 * observer.texi: New memory_changed observer.
5330
16af530a
TT
53312009-12-01 Tom Tromey <tromey@redhat.com>
5332
5333 * gdb.texinfo (Reverse Execution): Fix typo.
5334
b6199126
DJ
53352009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5336
5337 PR gdb/8704
5338
5339 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5340 are allowed after the breakpoint condition.
5341
7a6973ad
TT
53422009-11-23 Tom Tromey <tromey@redhat.com>
5343
5344 PR python/10782:
5345 * gdb.texinfo (Types In Python): Document Type.pointer.
5346
21a0512e
PP
53472009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5348
5349 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5350
a5832c8f
PA
53512009-11-11 Pedro Alves <pedro@codesourcery.com>
5352
5353 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5354 (Using Agent Expressions): Delete cross reference.
5355
1eb7cd77
JB
53562009-11-07 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5359 and @settitle directives up to help makeinfo find them.
5360
24ddea62
JK
53612009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5364 (Auto-loading): Use plural and note one can use multiple components now.
5365
3afae151
VP
53662009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5367
5368 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5369 -stack-list-arguments have the same documentation for parameter
5370 as -stack-list-locals. Add comas.
5371
14ff2235
PM
53722009-10-27 Tom Tromey <tromey@redhat.com>
5373 Eli Zaretskii <eliz@gnu.org>
5374
c8d5aac9 5375 PR python/10781
14ff2235
PM
5376
5377 * gdb.texinfo (Values From Inferior): Document cast method.
5378
9c419145
PP
53792009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5380
5381 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5382 and adjust example.
889bf7c5 5383
29153c24
MS
53842009-10-22 Michael Snyder <msnyder@vmware.com>
5385
5386 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5387 info record command. Also document the new save and restore
29153c24
MS
5388 commands.
5389
2b28d209
PP
53902009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5391
5392 * gdb.texinfo (Machine Code): Mention current pc marker.
5393 (Memory): Likewise.
5394
6c95b8df
PA
53952009-10-19 Pedro Alves <pedro@codesourcery.com>
5396 Stan Shebs <stan@codesourcery.com>
5397
5398 * observer.texi (new_inferior): Rename to...
5399 (inferior_appeared): ... this.
5400
5401 * gdb.texinfo (Inferiors): Rename node to ...
5402 (Inferiors and Programs): ... this. Mention running multiple
5403 programs in the same debug session.
5404 <info inferiors>: Mention the new 'Executable' column if "info
5405 inferiors". Update examples. Document the "add-inferior",
5406 "clone-inferior", "remove-inferior" and "maint info
5407 program-spaces" commands.
5408 (Process): Rename node to...
5409 (Forks): ... this. Document "set|show follow-exec-mode".
5410
2f8132f3
MS
54112009-10-11 Michael Snyder <msnyder@vmware.com>
5412
5413 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5414 (ReverseContinue): Ditto.
5415
cba4b2d3
PP
54162009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5417
5418 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5419
da082f17
JK
54202009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5421
5422 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5423
08be9d71
ME
54242009-10-06 Michael Eager <eager@eagercon.com>
5425
5426 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5427 (Embedded Processors): Add MicroBlaze.
5428 (MicroBlaze): New. Describe Xilinx MicroBlaze
5429
08a0efd0
PA
54302009-10-04 Pedro Alves <pedro@codesourcery.com>
5431
5432 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5433
cbb8f428
EZ
54342009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5435
5436 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5437
30a4a70c
JB
54382009-09-23 Joel Brobecker <brobecker@adacore.com>
5439
5440 * observer.texi (solib_unloaded): Document explicitly the fact that
5441 this observer is called before the associated symbols are unloaded.
5442
b3372f91
VP
54432009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5444
5445 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5446 -stack-list-variables.
5447
f43030c4
TT
54482009-09-18 Tom Tromey <tromey@redhat.com>
5449
5450 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5451 is experimental.
5452
ec7e75e7
PP
54532009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5454
5455 * gdb.texinfo (convenince variables): Mention
5456 $_siginfo could be empty.
f43030c4 5457
0cc7d26f
TT
54582009-09-15 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.texinfo (GDB/MI Variable Objects): Document
5461 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5462 Expand -var-update documentation.
5463
a96d9b2e
SDJ
54642009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5465
5466 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5467 feature.
5468
005ca36a
JB
54692009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5470
5471 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5472
0d772ac9
MS
54732009-09-10 Michael Snyder <msnyder@vmware.com>
5474
5475 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5476 ReverseStep replies to the qSupported query.
5477
14fb1bac
JB
54782009-09-10 Joel Brobecker <brobecker@adacore.com>
5479
5480 Add documentation for set/show interactive-mode.
5481 * gdb.texinfo (Other Misc Settings): New node.
5482
29b090c0
DE
54832009-09-01 Doug Evans <dje@google.com>
5484
5485 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5486 non-stop mode's affect on remote caching.
5487
4e5d721f
DE
54882009-08-31 Jacob Potter <jdpotter@google.com>
5489 Doug Evans <dje@google.com>
5490
5491 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5492 Mark `set/show remotecache' options as obsolete.
5493 Document new `set/show stack-cache' option.
5494 Update text for `info dcache'.
5495
55333a84
DE
54962009-08-27 Doug Evans <dje@google.com>
5497
5498 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5499 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5500
bc3a0b4d
RW
55012009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5502
5503 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5504 about autoconf.
5505
3a1ff0b6
PA
55062009-08-25 Pedro Alves <pedro@codesourcery.com>
5507
5508 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5509 small example, and describe its columns. Replace "inferior-id" by
5510 "infno" throughout.
5511
81ecdfbb
RW
55122009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5513
af542c2e
RW
5514 * gdbint.texinfo (Releasing GDB): Point to
5515 README-maintainer-mode file for required autoconf version.
5516 * configure.ac: Do not substitute datarootdir, htmldir,
5517 pdfdir, docdir. Do not process --with-datarootdir,
5518 --with-htmldir, --with-pdfdir, --with-docdir.
5519 * configure: Regenerate.
5520
81ecdfbb
RW
5521 * configure: Regenerate.
5522
4efc6507
DE
55232009-08-20 Reid Kleckner <reid@kleckner.net>
5524
5525 * gdb.texinfo: Add chapter on JIT interface.
5526
43089a6e
NR
55272009-08-07 Nick Roberts <nickrob@snap.net.nz>
5528
5529 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5530 confirmation request.
43089a6e 5531
99e008fe
EZ
55322009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5533
c8d5aac9
L
5534 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5535 CRC definitions.
99e008fe 5536
48cb2d85
VP
55372009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5538
5539 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5540 -break-commands.
48cb2d85 5541
ff1a52c6
UW
55422009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5543
5544 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5545 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5546
3285f3fe
UW
55472009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5548
5549 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5550 "set spu stop-on-load" and "show spu stop-on-load" commands.
5551
e35359c5
UW
55522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5553
5554 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5555
58d6951d
DJ
55562009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5557
5558 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5559 org.gnu.gdb.arm.neon.
5560
08d16641
PA
55612009-07-20 Pedro Alves <pedro@codesourcery.com>
5562
5563 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5564 optional element.
5565 (subsection OS ABI): New subsection.
5566
782b2b07
SS
55672009-07-14 Stan Shebs <stan@codesourcery.com>
5568
5569 * gdb.texinfo (Tracepoint Conditions): New section.
5570 (General Query Packets): Describe ConditionalTracepoints.
5571 (Tracepoint Packets): Describe condition field.
5572 (Maintenance Commands): Describe maint agent-eval.
5573 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5574
9b117ef3
HZ
55752009-07-11 Hui Zhu <teawater@gmail.com>
5576
5577 * gdb.texinfo (disassemble): Add a new modifier /r
5578 to "disassemble" command to make it print the raw instructions
5579 in hex as well as in symbolic form.
5580
f5a33284
TT
55812009-07-09 Tom Tromey <tromey@redhat.com>
5582
5583 * gdbint.texinfo (Testsuite): Document parallel make check.
5584
812f7342
TT
55852009-07-09 Tom Tromey <tromey@redhat.com>
5586
5587 * gdbint.texinfo (Testsuite): Document test transcripts.
5588
fbb8f299
PM
55892009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5590
5591 * gdb.texinfo (Values From Inferior): Add length parameter
5592 description.
5593
dd8f35ac
EZ
55942009-07-04 Chris Genly <chris@genly.us>
5595
5596 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5597 in -var-list-children. Fix example according to what the code
5598 does.
5599
2277426b
PA
56002009-07-02 Pedro Alves <pedro@codesourcery.com>
5601
5602 * gdb.texinfo (Debugging multiple inferiors): Document the
5603 "inferior", "detach inferior" and "kill inferior" commands.
5604 (Debugging Programs with Multiple Processes): Adjust to mention
5605 generic "inferior" commands. Delete mention of "detach fork" and
5606 "delete fork". Cross reference to "Debugging multiple inferiors"
5607 section.
5608
a6d9a66e
UW
56092009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5610
5af949e3
UW
5611 * gdbint.texinfo (Item Output Functions): Update signature
5612 for ui_out_field_core_addr.
5613
56142009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5615
5616 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5617 Update example code extrated from breakpoint.c.
5618
9901a55b 56192009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5620
9901a55b
PP
5621 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5622 MI commands.
5623 (GDB/MI Symbol Query): Likewise.
5624 (GDB/MI File Commands): Likewise.
5625 (GDB/MI File Transfer Commands): Likewise.
5626 (GDB/MI Target Manipulation): Likewise.
5627 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5628
edb3359d
DJ
56292009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5630
5631 * gdb.texinfo (Debugging Optimized Code): New chapter.
5632 (Compiling for Debugging): Reference it. Move some
5633 text to the new section.
5634
7cd1089b
PM
56352009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5636
5637 * doc/gdb.texinfo (Calling): Document
5638 set-unwind-on-terminating-exception usage.
5639
d4db2f36
PA
56402009-06-11 Pedro Alves <pedro@codesourcery.com>
5641
5642 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5643 command.
5644
d1a7880c
PA
56452009-06-07 Pedro Alves <pedro@codesourcery.com>
5646
5647 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5648 references.
5649
473f94e6
UW
56502009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5651
5652 * gdbint.texinfo: Rename formal parameters to gdbarch function
5653 protoypes from "current_gdbarch" to "gdbarch".
5654
8f500870
TT
56552009-05-28 Tom Tromey <tromey@redhat.com>
5656
5657 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5658
b6313243
TT
56592009-05-27 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5662 feature.
5663 (GDB/MI Variable Objects): Document -var-set-visualizer.
5664
56652009-04-02 Tom Tromey <tromey@redhat.com>
5666
5667 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5668 feature.
5669 (GDB/MI Variable Objects): Document -var-set-visualizer.
5670
a6bac58e
TT
56712009-05-27 Tom Tromey <tromey@redhat.com>
5672 Thiago Jung Bauermann <bauerman@br.ibm.com>
5673 Phil Muldoon <pmuldoon@redhat.com>
5674
5675 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5676 (Pretty Printing): New node.
5677 (Selecting Pretty-Printers): Likewise.
5678 (Python API): Update.
5679 (Output Formats): Document /r format.
5680
2c74e833
TT
56812009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5682 Tom Tromey <tromey@redhat.com>
5683
5684 * gdb.texinfo (Types In Python): New node.
5685 (Values From Inferior): "type" is now an attribute.
5686 (Python API): Update.
5687
89c73ade
TT
56882009-05-27 Tom Tromey <tromey@redhat.com>
5689 Thiago Jung Bauermann <bauerman@br.ibm.com>
5690 Phil Muldoon <pmuldoon@redhat.com>
5691
5692 * gdb.texinfo: Add @syncodeindex for `tp'.
5693 (Python API): Update.
5694 (Auto-loading): New node.
5695 (Objfiles In Python): New node.
5696
17a37d48
PP
56972009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5698
5699 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5700
6718376f
NR
57012009-05-15 Nick Roberts <nickrob@snap.net.nz>
5702
5703 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5704
cbe54154
PA
57052009-05-12 Pedro Alves <pedro@codesourcery.com>
5706
5707 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5708 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5709 show show-debug-regs' docs.
5710
8e05493c
EZ
57112009-05-08 Eli Zaretskii <eliz@gnu.org>
5712
5713 * gdb.texinfo (Process Record and Replay): Add description of
5714 reverse execution.
5715
b39f4988
JB
57162009-05-07 Joel Brobecker <brobecker@adacore.com>
5717
5718 * gdbint.texinfo (Adding support for debugging core files): New node.
5719 (Native Debugging): Remove the ``Native core file Support'' section.
5720
a2311334
EZ
57212009-05-01 Eli Zaretskii <eliz@gnu.org>
5722
5723 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5724 Add index entries.
5725
53cc454a 57262009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5727 Michael Snyder <msnyder@vmware.com>
53cc454a 5728
a2311334
EZ
5729 * gdb.texinfo: (Process Record and Replay): Add documentation for
5730 process record and replay.
53cc454a 5731
484086b7
JK
57322009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5733
5734 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5735 a new part on command-line defined macros.
5736
32ae1842
EZ
57372009-04-25 Eli Zaretskii <eliz@gnu.org>
5738
5739 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5740 clarify the wording.
5741
b14b1491
TT
57422009-04-23 Tom Tromey <tromey@redhat.com>
5743
5744 * gdb.texinfo (Data Files): New node.
5745 (GDB Files): Update menu.
5746
5c1e86e1
JB
57472009-04-23 Joel Brobecker <brobecker@adacore.com>
5748
5749 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5750 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5751
83eba9b7
VP
57522009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5753
5754 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5755
e31198c4
HZ
57562009-04-22 Hui Zhu <teawater@gmail.com>
5757
5758 * gdb.texinfo (disassemble-next-line): Set the default of
5759 disassemble-next-line to off.
5760
26e251b6
JM
57612009-04-21 Joseph Myers <joseph@codesourcery.com>
5762
5763 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5764 --with-htmldir): New.
5765 * configure: Regenerate.
5766 * Makefile.in (datarootdir, docdir): Define.
5767 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5768 instead of $(SET_TEXINPUTS).
5769 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5770 gdbint.info instead of $(SET_TEXINPUTS).
5771 (gdbint/index.html): Use same -I options as for building
5772 gdbint.info.
5773 (stabs.dvi, stabs.pdf): Use same -I options as for building
5774 stabs.info instead of $(SET_TEXINPUTS).
5775 (stabs/index.html): Use same -I options as for building
5776 stabs.info.
5777 (annotate.dvi, annotate.pdf): Use same -I options as for building
5778 annotate.info instead of $(SET_TEXINPUTS).
5779 (annotate/index.html): Use same -I options as for building
5780 annotate.info.
5781
eac35c4e
DD
57822009-04-21 David Daney <ddaney@caviumnetworks.com>
5783
5784 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5785
29b0e8a2
JM
57862009-04-21 Joseph Myers <joseph@codesourcery.com>
5787
5788 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5789
2b831889 57902009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5791 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5792
5793 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5794 (MAKEHTMLFLAGS): Set to empty.
5795 (html__strip_dir): Define.
5796 (HTMLFILES): Define.
5797 (HTMLFILES_INSTALL): Define.
5798 (install-html): Copy new automake rule.
5799 (html): Depend on $(HTMLFILES).
5800 (gdb_toc.html): Rename to gdb/index.html.
5801 (gdbint_toc.html): Rename to gdbint/index.html.
5802 (stabs_toc.html): Rename to stabs/index.html.
5803 (annotate_toc.html): Rename to annotate/index.html.
5804
89a34d1b
JM
58052009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5806
5807 * Makefile.in: Set pdfdir and htmldir from configure
5808 substitutions.
5809 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5810 * configure: Regenerate.
5811
a2d5da46
JB
58122009-04-16 Joel Brobecker <brobecker@adacore.com>
5813
5814 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5815 This macro is no longer used.
5816
732f6a93
TT
58172009-04-15 Tom Tromey <tromey@redhat.com>
5818
5819 * gdb.texinfo (Character Sets): Document default character set.
5820
87f9adc1
PM
58212009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5822
5823 * gdbint.texinfo: Change server name from sources.redhat.com to
5824 sourceware.org throughout.
5825
2c88c651
JB
58262009-04-09 Joel Brobecker <brobecker@adacore.com>
5827
5828 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5829 about a missing dot or coma after @xref.
5830
4f5376b2
JB
58312009-04-02 Joel Brobecker <brobecker@adacore.com>
5832
5833 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5834 example, and add a small explanation about it.
5835 (Print Settings): Change the documentation of the "set print
5836 frame-arguments" to reflect the fact that the default is now "scalars".
5837
a0381d3a
JB
58382009-04-02 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.texinfo (Print Settings): Add kindex for command "set
5841 print frame-arguments".
5842
45ac276d
JB
58432009-03-31 Joel Brobecker <brobecker@adacore.com>
5844
5845 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5846 breakpoints.
5847 (Set Breaks): Add reference to thread-specific and task-specific
5848 breakpoints.
5849
32cd1edc
JB
58502009-03-31 Joel Brobecker <brobecker@adacore.com>
5851
5852 * gdb.texinfo (Ada Tasks): Remove the documentation about
5853 the "Running" state, as this state has been eliminated.
5854 Now all runnable tasks are shown as "Runnable".
5855
1042e4c0
SS
58562009-03-30 Stan Shebs <stan@codesourcery.com>
5857
5858 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5859 special case of breakpoints.
5860 (Enable and Disable Tracepoints): Mention deprecation.
5861 (Listing Tracepoints): Update description and example.
5862
f8f6f20b
TJB
58632009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5864
5865 * gdb.texinfo (Frames in Python): New node.
5866 (Python API): Update.
5867
c0c6f777
TJB
58682009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5869
5870 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5871 from a method to an attribute.
5872
def2b000
TJB
58732009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5874
5875 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5876 attribute.
5877
a07daef3
PA
58782009-03-25 Pedro Alves <pedro@codesourcery.com>
5879
5880 * observer.texi (thread_exit): Add "silent" parameter.
5881
f3b1572e
PA
58822009-03-22 Pedro Alves <pedro@codesourcery.com>
5883
5884 * observer.texi (about_to_proceed): New.
5885
587afa38
EZ
58862009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5887
5888 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5889 field throughout to handle types with spaces in them. Fix typos
5890 found by aspell.
5891 (Summary, Requirements, Contributors): New first chapter,
5892 "Summary" added, old Requirements section moved there, and new
5893 section, "Contributors" added.
5894 (Initializing a New Architecture, Register Representation)
5895 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5896 (Porting gdb): These sections extended and updated.
5897 (Compiler Characteristics): This section (empty) deleted.
5898 (Defining Other Architecture Features): This section renamed and
5899 duplicate material removed from (formerly "Target Conditionals").
5900 Use braces {} in @deftypeXX type field throughout to handle types
5901 with spaces in them. Typos found by aspell fixed.
5902
5903 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5904 * stack_frame.pdf: Version of image for PDF output.
5905 * stack_frame.png: Version of image for HTML output and for Emacs.
5906 * stack_frame.txt: Version of image for Info output.
1db61298 5907 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5908
10af6951
EZ
59092009-03-21 Eli Zaretskii <eliz@gnu.org>
5910
5911 * gdb.texinfo (Character Sets): Fix last change.
5912
cc924cad
TJB
59132009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5914
5915 * gdb.texinfo (Values From Inferior): Fix optional arguments
5916 markup.
5917 (Commands In Python): Adjust argument names of gdb.Command.__init__
5918 to what the function accepts as keywords.
5919
bc3b79fd
TJB
59202008-03-20 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.texinfo (Convenience Vars): Document convenience functions.
5923 (Functions In Python): New node.
5924 (Python API): Update.
5925
6c7a06a3
TT
59262009-03-20 Tom Tromey <tromey@redhat.com>
5927
5928 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5929 set target-wide-charset.
5930 (Requirements): Mention iconv.
5931
b646ddd4
HZ
59322009-03-17 Hui Zhu <teawater@gmail.com>
5933
5934 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5935
91440f57
HZ
59362009-03-17 Hui Zhu <teawater@gmail.com>
5937
5938 * gdb.texinfo: Add documentation for disassemble-next-line.
5939
8fd41227
TJB
59402009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5941
5942 * gdb.texinfo (Commands In Python): Remove tindex entries.
5943
61ff14c6
JK
59442009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5945
5946 * gdb.texinfo (Returning): New description for missing debug info.
5947
0b16c5cf
PA
59482009-03-14 Pedro Alves <pedro@codesourcery.com>
5949
5950 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5951 (General Query Packets): Document qAttached.
0b16c5cf 5952
32fc0df9
PA
59532009-03-05 Pedro Alves <pedro@codesourcery.com>
5954
5955 * gdb.texinfo (Background Execution): Better describe the set
5956 target-async command.
5957 (Maintenance Commands): Delete description of the `maint set/show
5958 linux-async' and `maint set/show remote-async' commands.
5959
134eb42c
VP
59602009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5961
5962 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5963 between sentences.
5964
c86cf029
VP
59652009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5966
5967 * gdb.texinfo (GDB/MI Async Records): Document the
5968 =library-loaded and =library-unloaded notifications.
5969
3ea85240
VP
59702009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5971
5972 * observer.texi (test_notification): New observer.
5973
1d33d6ba
VP
59742009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5975
61ff14c6
JK
5976 * observer.texi: Add parameter 'print_frame' to normal_stop
5977 observer.
1d33d6ba 5978
d721c933
EZ
59792009-02-07 Eli Zaretskii <eliz@gnu.org>
5980
5981 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5982 (Commands In Python): Fix COMMAND_* constants in last change. Use
5983 @kbd for interactive input. Add cross-references and index
5984 entries.
5985
4aa995e1
PA
59862009-02-06 Pedro Alves <pedro@codesourcery.com>
5987
5988 * gdb.texinfo (Signals): Document $_siginfo.
5989 (Convenience Variables): Mention $_siginfo.
5990 (Remote Configuration): Document qXfer:siginfo:read,
5991 qXfer:siginfo:write packets, and the read-siginfo-object,
5992 write-siginfo-object commands.
5993
5f5233d4
PA
59942009-02-06 Pedro Alves <pedro@codesourcery.com>
5995
5996 * gdbint.texinfo (Values): New chapter.
5997
d8906c6f
TJB
59982009-02-06 Tom Tromey <tromey@redhat.com>
5999
6000 * gdb.texinfo (Python API): Add entry for Commands In Python.
6001 (Commands In Python): New node.
6002
b6cb8e7d
TJB
60032009-02-05 Tom Tromey <tromey@redhat.com>
6004
6005 * gdb.texinfo (Values From Inferior): Document Value.string.
6006
12453b93
TJB
60072009-02-05 Tom Tromey <tromey@redhat.com>
6008
6009 * gdb.texinfo (Basic Python): Document execute's from_tty
6010 argument.
6011
08c637de
TJB
60122009-02-04 Tom Tromey <tromey@redhat.com>
6013
6014 * gdb.texinfo (Basic Python): Document gdb.history.
6015
592375cd
VP
60162009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6017
6018 * gdb.texinfo (GDB/MI Thread Commands): Document the
6019 'current-thread-id' field. Remove the example with zero threads,
6020 since current GDB won't ever report that if there's inferior.
6021
41447f92
VP
60222009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6023
6024 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6025 option to -break-insert.
6026
098b41a6
JG
60272009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6028 Jerome Guitton <guitton@adacore.com>
6029
6030 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6031 (System-wide configuration): New section.
6032
3c16cced
PA
60332009-01-26 Pedro Alves <pedro@codesourcery.com>
6034
6035 PR gdb/7580:
6036 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6037 internal-error|internal-warning quit|corefile ask|yes|no".
6038
62709adf
PA
60392009-01-26 Pedro Alves <pedro@codesourcery.com>
6040
6041 * gdb.texinfo (Using the `gdbserver' Program): Document
6042 --remote-debug.
6043
7ce58dd2
DE
60442009-01-23 Doug Evans <dje@google.com>
6045
6046 * gdb.texinfo: Add nexti to list of commands that support
6047 background execution.
6048
adb483fe
DJ
60492009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6050
6051 * gdb.texinfo (Define, Hooks): Document prefix command support.
6052
a67ec3f4 60532009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6054 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6055
6056 Fixes for makeinfo --html.
6057
6058 * annotate.texinfo: Use @copying and @insertcopying. Use
6059 @ifnottex in place of @ifinfo.
6060 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6061 place of @ifinfo. Use @ifnotinfo for one index entry.
6062 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6063 in place of @ifinfo.
6064 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6065 in place of @ifinfo. Include contents at start unconditionally.
6066
84fcdf95
PA
60672009-01-13 Pedro Alves <pedro@codesourcery.com>
6068
6069 * gdb.texinfo (General Query Packets): Remove @var{} around the
6070 "spu" literal string.
6071
fa3a767f
PA
60722009-01-07 Pedro Alves <pedro@codesourcery.com>
6073
6074 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6075 program may be running in another process" errors.
6076 * gdbint.texinfo (Native Conditionals): Delete
6077 ONE_PROCESS_WRITETEXT description.
6078
9cb011d3
JB
60792009-01-07 Joel Brobecker <brobecker@adacore.com>
6080
6081 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6082 emacs local variable to be placed at the end of the ChangeLog.
6083 Add server.c and gdbreplay.c to the list of files where the
6084 copyright year needs to be updated.
6085
84603566
SL
60862009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6087
6088 * gdb.texinfo (Remote Configuration): Document new
6089 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6090 commands.
6091
a53f55d8
PA
60922008-12-28 Pedro Alves <pedro@codesourcery.com>
6093
6094 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6095 FETCH_INFERIOR_REGISTERS.
6096 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6097 FETCH_INFERIOR_REGISTERS descriptions. Remove
6098 gdbarch_get_longjmp_target descrition, since already described in
6099 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6100 (Target Conditionals): ... here.
6101
077e0a52
JB
61022008-12-16 Joel Brobecker <brobecker@adacore.com>
6103
6104 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6105 examples.
6106 (Additions to Ada): Likewise. Add the missing opening and closing
6107 parenthesis of the GDB prompt in one of the examples.
6108
023eb17c
JB
61092008-12-14 Joel Brobecker <brobecker@adacore.com>
6110
6111 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6112 about the result of 'Address not being of type System.Address.
6113 This problem has been fixed a while ago.
6114
c3b108f7
VP
61152008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6116
6117 MI non-stop and multiprocess docs.
6118
c8d5aac9
L
6119 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6120 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6121 Adjust documentation for *stopped, document =thread-created,
6122 =thread-exited, =thread-group-created and =thread-group-exited.
6123 (GDB/MI Thread Commands): Document the 'state' field in
6124 -thread-info output.
6125 (GDB/MI Program Execution): Mention --all and --thread-group
6126 options.
6127 (GDB/MI Variable Objects): Describe floating and fixed variable
6128 objects.
6129 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6130
07e059b5
VP
61312008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6132
c8d5aac9
L
6133 * gdb.texinfo (Operating System Information): New appendix.
6134 (Operating System Auxiliary Information): Document 'info os processes'
6135 (Remote Configuration): Document 'osdata'
6136 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6137
a80b95ba
TG
61382008-11-27 Tristan Gingold <gingold@adacore.com>
6139
6140 * gdb.texinfo (Darwin): Document Darwin specific features.
6141
a655d424
JK
61422008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6143
6144 * gdbint.texinfo (Target Conditionals): Extend the
6145 gdbarch_breakpoint_from_pc description.
6146
249e1128
VP
61472008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6148
6149 * gdb.texinfo (M68K Features): Fix typo.
6150
c14c28ba
PP
61512008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6152
6153 * gdb.texinfo (Symbols): Mention printing containing
6154 image name in "info symbol".
6155 (Maint translate-address): Likewise.
889bf7c5 6156
394a6666
JB
61572008-11-18 Joel Brobecker <brobecker@adacore.com>
6158
6159 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6160 commands "catch load" and "catch unload".
6161
66bb093b
VP
61622008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6163
6164 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6165 =thread-selected.
889bf7c5 6166
4a92f99b
VP
61672008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6168
c8d5aac9 6169 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6170
f0323ca0
PA
61712008-10-27 Pedro Alves <pedro@codesourcery.com>
6172
6173 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6174 .mt files, TM_CLIBS or TM_CDEPS.
6175 (x86 Watchpoints): Don't mention TDEPFILES.
6176
8b23ecc4
SL
61772008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6178
6179 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6180 (Overview): Mention notifications and non-stop mode behavior.
6181 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6182 with non-stop mode behavior. Add vStopped description.
6183 (Stop Reply Packets): Update list of packets that return
6184 stop replies. Mention non-stop behavior.
6185 (General Query Packets): Document QNonStop packet and associated
6186 qSupported query response.
6187 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6188 behavior.
6189 (Notification Packets): New section.
6190 (Remote Non-Stop): New section.
6191 (File-I/O Overview): Mention non-stop behavior.
6192
fff08868
HZ
61932008-10-24 Hui Zhu <teawater@gmail.com>
6194 Pedro Alves <pedro@codesourcery.com>
6195
6196 * gdb.texinfo (displaced-stepping): Describe the auto mode
6197 setting, and say it's the default. This is now a mainstream
6198 setting instead of a maintenance setting.
6199
252fbfc8
PA
62002008-10-23 Pedro Alves <pedro@codesourcery.com>
6201
6202 * observer.texi (thread_stop_requested): New.
6203
20924a55
JB
62042008-10-22 Joel Brobecker <brobecker@adacore.com>
6205
6206 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6207 (Patching): Replace incorrect usage of @samp by @kbd.
6208
bacec72f
MS
62092008-10-17 Michael Snyder <msnyder@vmware.com>
6210
6211 * gdb.texinfo: Add documentation for reverse execution.
6212
a08702d6 62132008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6214 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6215
6216 * gdb.texinfo. (Values From Inferior): New subsubsection.
6217
d97bc12b
DE
62182008-10-06 Doug Evans <dje@google.com>
6219
6220 * gdb.texinfo (set debug dwarf2-die): Document it.
6221
87f67dba
JB
62222008-10-01 Joel Brobecker <brobecker@adacore.com>
6223
6224 * gdb.texinfo (catch) [exception]: Document how to insert
6225 a breakpoint on user-defined exceptions when the exception
6226 name is identical to one of the language-defined ones.
6227
2fae03e8
TT
62282008-09-27 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.texinfo (Macros): Remove text about stringification,
6231 varargs, and splicing.
6232
5c6ce71d
TT
62332008-09-27 Tom Tromey <tromey@redhat.com>
6234
6235 * gdbint.texinfo (Language Support): Remove text about omitting
6236 support for a language.
6237
07128da0
DE
62382008-09-23 Doug Evans <dje@google.com>
6239
6240 * gdb.texinfo (info dcache): Update.
6241
b90a069a
SL
62422008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6243
6244 * gdb.texinfo (Packets): Add info on thread-id syntax and
6245 multiprocess extensions.
6246 <D>: Document multiprocess form of packet.
6247 <H>: Use thread-id syntax.
6248 <T>: Likewise.
6249 <vCont>: Likewise. Note this is required for multiprocess.
6250 <vKill>: New packet.
6251 (Stop Reply Packets) <T>: Use thread-id syntax.
6252 <W>: Document multiprocess form of reply.
6253 <X>: Likewise.
6254 (General Query Packets) <qC>: Use thread-id syntax.
6255 <qfThreadInfo>: Likewise.
6256 <qGetTLSAddr>: Likewise.
6257 <qP>: Likewise.
6258 <qSupported>: Add "multiprocess" feature.
6259 <qThreadExtraInfo>: Use thread-id syntax.
6260
b77209e0
PA
62612008-09-22 Stan Shebs <stan@codesourcery.com>
6262
6263 * gdb.texinfo (Inferiors): New section.
6264
3d0bb823
PA
62652008-09-12 Pedro Alves <pedro@codesourcery.com>
6266
6267 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6268
f8dcfc0a
UW
62692008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6270
6271 * gdbint.texinfo (Target Conditionals): Remove documentation
6272 for gdbarch_name_of_malloc.
6273
8775bb90
MS
62742008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6275
6276 * gdb.texinfo (Interrupts): Mention TCP interface for
6277 sending BREAK.
6278
f1838a98
UW
62792008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6280
6281 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6282 argument prefix to "set sysroot".
6283
158c7665
PH
62842008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6285
6286 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6287 and False.
6288
30e026bb
VP
62892008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6290
c8d5aac9
L
6291 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6292 for possible features of -list-features.
30e026bb 6293
c6ebd6cf
VP
62942008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6295
c8d5aac9 6296 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6297 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6298
aeac0ff9
VP
62992008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6300
6301 * doc/gdb.texinfo (PowerPC): Fix typo.
6302 (PowerPC features): Fix typo.
6303
5231c1fd
PA
63042008-08-18 Pedro Alves <pedro@codesourcery.com>
6305
6306 * observer.texi (thread_ptid_changed): New.
6307
677c5bb1
LM
63082008-08-18 Luis Machado <luisgpm@br.ibm.com>
6309
6310 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6311 (PowerPC features): Mention feature set for VSX registers.
6312
f3a2dd1a
JB
63132008-08-13 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6316 the direct visibility of all names in user-written packages.
6317
33e5cbd6
PA
63182008-08-13 Pedro Alves <pedro@codesourcery.com>
6319
6320 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6321 setting, and make it the default.
6322 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6323 non-stop script example.
6324
d0384fc4
TJB
63252008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6326
6327 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6328 reference to the "Using Different Register and Memory Data
6329 Representation" section.
6330
a6f3e723
SL
63312008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6332
6333 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6334 (Remote Protocol): Add Packet Acknowledgment to menu.
6335 (Overview): Mention +/- can be disabled, and point to new section
6336 where this is discussed in detail.
6337 (General Query Packets): Document QStartNoAckMode packet, and
6338 corresponding qSupported reply.
6339 (Packet Acknowledgment): New section.
6340
0606b73b
SL
63412008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6342 Pedro Alves <pedro@codesourcery.com>
6343
6344 * gdb.texinfo (Threads): Move paragraph about automatic thread
6345 selection to All-Stop Mode subsection.
6346 (Thread Stops): Reorganize existing material into subsections.
6347 Add introductory blurb and menu.
6348 (Non-Stop Mode): New subsection.
6349 (Background Execution): New subsection.
6350 (Maintenance Commands): Add cross-references from async mode
6351 commands to the new Background Execution section.
6352
d57a3c85
TJB
63532008-08-06 Tom Tromey <tromey@redhat.com>
6354
6355 * gdb.texinfo (Extending GDB): New chapter.
6356 (Sequences): Demoted chapter, now a section under the new
6357 Extending GDB chapter.
6358 (Python): New section.
6359
6d76a53d
SS
63602008-07-31 Stan Shebs <stan@codesourcery.com>
6361
6362 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6363
1f70da6a
SS
63642008-07-29 Stan Shebs <stan@codesourcery.com>
6365
6366 * gdbint.texinfo: General round of cleanup and minor
6367 clarifications.
6368 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6369 (Longjmp Support): Update description to reflect how it is done
6370 for targets without using native header.
6371 (Symbol Handling): Add a little more general explanation.
6372 (COFF, ELF): Mention stabs encapsulation.
6373 (DWARF 3): New section.
6374 (Adding a New Host): Scrub out some obsolete bits.
6375 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6376 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6377 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6378 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6379 SEEK_SET, STOP_SIGNAL, USG.
6380 (Raw and Virtual Register Representations): Ditto for
6381 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6382 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6383 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6384 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6385 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6386 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6387 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6388 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6389 DEPRECATED_USE_STRUCT_CONVENTION.
6390 Describe gdbarch_deprecated_fp_regnum.
6391 Update description of gdbarch_print_insn.
6392 (Adding a New Target): Scrub out obsolete bits.
6393 (Obsolete Conditionals): Remove entire section.
6394
383f836e
TT
63952008-07-25 Tom Tromey <tromey@redhat.com>
6396
6397 * observer.texi (GDB Observers): Document new observers:
6398 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6399 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6400 architecture_changed.
6401
cfd8ab24
SS
64022008-07-21 Stan Shebs <stan@codesourcery.com>
6403
6404 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6405 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6406
781b42b0
TT
64072008-07-21 Tom Tromey <tromey@redhat.com>
6408
6409 * observer.texi (GDB Observers): Remove obsolete comment.
6410 <executable_changed>: Remove argument.
6411
d7d9f01e
TT
64122008-07-18 Tom Tromey <tromey@redhat.com>
6413
6414 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6415
bf250677
DE
64162008-07-10 Doug Evans <dje@google.com>
6417
6418 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6419
10568435
JK
64202008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 * gdb.texinfo (Starting): Document "set disable-randomization".
6423
5ae4183a
AS
64242008-07-07 Andreas Schwab <schwab@suse.de>
6425
6426 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6427
b56e7235
VP
64282008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6429
6430 * gdb.texinfo (GDB/MI Target Manipulation): Add
6431 example of -target-attach.
6432
e1ac3328
VP
64332008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6434
6435 * observer.texi (target_resumed): New observer.
5ae4183a 6436 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6437
65d12d83
TT
64382008-06-06 Tom Tromey <tromey@redhat.com>
6439
6440 * gdb.texinfo (Completion): Add field name example.
6441
fbc5282e
MK
64422008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6443
6444 * gdb.texinfo (GDB/MI Program Context): Added example
6445 to -exec-arguments
5ae4183a 6446
fbc5282e 64472008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6448
6449 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6450 annotation.
6451
c16158bc 64522008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6453 Nathan Sidwell <nathan@codesourcery.com>
6454 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6455
6456 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6457 and ACX_BUGURL.
6458 * configure: Regenerate.
6459 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6460 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6461 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6462 mailing-list-specific text about bug reporting unless
6463 BUGURL_DEFAULT.
6464
75c99385
PA
64652008-06-05 Pedro Alves <pedro@codesourcery.com>
6466
6467 * gdb.texinfo (-target-select): Remove reference to target async.
6468 (Maintenance Commands): Document "maint set/show remote-async".
6469
1763a388
MK
64702008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6471
6472 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6473 in -target-file-get section.
5ae4183a 6474
d0d064df
PA
64752008-05-22 Pedro Alves <pedro@codesourcery.com>
6476
9b562ab8
PA
6477 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6478 killing the inferior when it is already debugging a process.
d0d064df 6479
8dfa32fc
JB
64802008-05-21 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6483 abbreviation for "finish".
6484
55f996a7
NR
64852008-05-21 Nick Roberts <nickrob@snap.net.nz>
6486
6487 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6488
ba2b1c56
DJ
64892008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 * gdbint.texinfo (Target Conditionals): Delete entry for
6492 gdbarch_dwarf_reg_to_regnum.
6493
08388c79
DE
64942008-05-09 Doug Evans <dje@google.com>
6495
a3c83fae 6496 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6497
d14508fe
DE
64982008-05-05 Doug Evans <dje@google.com>
6499
6500 * gdb.texinfo (disassemble): Document /m modifier.
6501
e2b7ddea
VP
65022008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6503
5ae4183a
AS
6504 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6505 will not report the time of commands that run the target.
e2b7ddea 6506
8eb41542
VP
65072008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6508
6509 * gdb.texinfo (GDB/MI Output Records): Add
6510 missing semicolon.
6511
82f68b1c
VP
65122008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.texinfo (GDB/MI Output Records):
6515 Document =thread-create and =thread-exited.
6516
fa0f268d
VP
65172008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6518
6519 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6520 Remove mention of dmi-discuss.
fa0f268d 6521
063bfe2e
VP
65222008-05-03 Pedro Alves <pedro@codesourcery.com>
6523
6524 * observer.texi (thread_exit): New.
6525
237fc4c9
PA
65262008-05-02 Pedro Alves <pedro@codesourcery.com>
6527
6528 * gdb.texinfo (Debugging Output): Document "set/show debug
6529 displaced".
6530 (Maintenance Commands): Document "maint set/show
6531 can-use-displaced-stepping".
6532
0428b8f5
DJ
65332008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6534
6535 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6536 and set/show arm force-mode.
6537
5009afc5
AS
65382008-05-02 Andreas Schwab <schwab@suse.de>
6539
6540 * gdbint.texinfo (Algorithms): Describe
6541 target_watchpoint_addr_within_range.
6542
669fac23
DJ
65432008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6544
6545 * gdbint.texinfo (Stack Frames): New chapter.
6546 (Algorithms): Move Frames text to the new chapter.
6547 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6548 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6549
721c02de
VP
65502008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6551
5ae4183a
AS
6552 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6553 output does not necessary include any tokens.
721c02de 6554
c055b101
CV
65552008-04-22 Corinna Vinschen <vinschen@redhat.com>
6556
6557 * gdb.texinfo (Set SH Calling convention): New @item.
6558 (Show SH Calling convention): Ditto.
6559
68837c9d
MD
65602008-04-22 Markus Deuling <deuling@de.ibm.com>
6561
6562 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6563
2e9132cc
EZ
65642008-04-20 Eli Zaretskii <eliz@gnu.org>
6565
6566 * gdb.texinfo (Set Breaks): Mention that multiple location
6567 breakpoints need line number info. Add index entries.
6568
31fffb02
CS
65692008-04-19 Craig Silverstein <csilvers@google.com>
6570
6571 * gdb.texinfo (Requirements): Add an optional requirement on
6572 zlib.
6573 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6574 Compressed DWARF 2.
6575
a47ec5fe
AR
65762008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6577
6578 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6579 sample output for 'stopped,reason="breakpoint-hit"' message.
6580 (GDB/MI Program Execution): Likewise.
6581
de051565
MK
65822008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6583
5ae4183a 6584 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6585 -var-set-format. Add -f option to -var-evaluate-expression.
6586
6ba66d6a
JB
65872008-04-03 Joel Brobecker <brobecker@adacore.com>
6588
6589 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6590 new node "Ambiguous Expressions". Replace references to this
6591 node by references to "Ambiguous Expressions" throughout.
6592 (Ambiguous Expressions): New node.
6593
1e26b4f8
DJ
65942008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6595
6596 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6597
b84876c2
PA
65982008-03-21 Pedro Alves <pedro@codesourcery.com>
6599
6600 * gdb.texinfo (Debugging Output): Document
6601 "set/show debug lin-lwp-async".
6602 (Maintenance Commands): Document "maint set/show linux-async".
6603
63092375
DJ
66042008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6605
6606 * gdb.texinfo (Expressions): Update description of malloced arrays.
6607
8e8901c5
VP
66082008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6609
6610 * gdb.texinfo (Thread Commands): Document
6611 -thread-info. Remove -thread-list-all-threads.
6612
1fddbabb
PA
66132008-03-14 Pedro Alves <pedro@codesourcery.com>
6614 Sandra Loosemore <sandra@codesourcery.com>
6615
6616 * gdb.texinfo (Library List Format): Update to mention the
6617 possibility to pass section addresses instead of segment
6618 addresses.
6619
ccd213ac
DJ
66202008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6621
6622 * gdb.texinfo (Starting): Document "set exec-wrapper".
6623 (Server): Document gdbserver --wrapper.
6624
fa4727a6
DJ
66252008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6626
6627 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6628 unreadable memory. Delete obsolete SPARClite reference.
6629
8edfe269
DJ
66302008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6631
6632 * gdb.texinfo (Starting): Mention always-running targets.
6633 (Target Commands): Add an anchor for load.
6634 (Connecting): Explain continue instead of run.
6635
1843f87b
DJ
66362008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6639
f9082629
NR
66402008-02-26 Nick Roberts <nickrob@snap.net.nz>
6641
6642 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6643 breakpoint table.
6644
fd96d250
PA
66452008-02-19 Pedro Alves <pedro@codesourcery.com>
6646
6647 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6648 killing the inferior when it is already debugging a process.
6649
36af4ef6
MD
66502008-02-13 Markus Deuling <deuling@de.ibm.com>
6651
6652 * gdbint.texinfo (Build Script): New section. Mention new build script
6653 gdb_buildall.sh.
6654
cda4ce5a
JB
66552008-02-01 Jim Blandy <jimb@red-bean.com>
6656
6657 * gdb.texinfo (Help): Summarize 'info args' correctly.
6658
4acd40f3
TJB
66592008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6660
6661 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6662 available in PowerPC architecture.
6663 (Embedded Processors): Change node name of PowerPC item in menu.
6664 (PowerPC): Rename to...
6665 (PowerPC Embedded): this.
6666 (Architectures): Add new PowerPC item in menu.
6667 (PowerPC): New node.
6668
6e6c6f50
DJ
66692008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6672 commands.
6673
5ee187d7
DJ
66742008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 * gdb.texinfo (Setting Catchpoints): Mention features
6677 supported on GNU/Linux.
6678
e275c0d9
NR
66792008-01-30 Nick Roberts <nickrob@snap.net.nz>
6680
6681 * gdb.texinfo (GDB/MI File Commands): Describe new output
6682 field for MI command -file-list-exec-source-file.
6683
2d717e4f
DJ
66842008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6685
6686 * gdb.texinfo (Using the `gdbserver' Program): Add security
6687 warning. Rearrange into subsections and subsubsections. Document
6688 --multi and --debug. Correct --with-sysroot typo. Update --attach
6689 usage. Make load reference clearer. Document monitor exit.
6690 (Remote Configuration): Document set remote exec-file, attach-packet,
6691 and run-packet.
6692 (Packets): Document vAttach and vRun.
6693
d35a4257 66942008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6695
6696 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6697 detach-on-follow -> detach-on-fork.
f663676d 6698
c78d192c
DJ
66992008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdbint.texinfo (Native Conditionals): Remove
6702 SHELL_COMMAND_CONCAT and SHELL_FILE.
6703
d35a4257
EZ
67042008-01-26 Eli Zaretskii <eliz@gnu.org>
6705
6706 * gdb.texinfo (Specify Location): Improve wording.
6707
93815fbf
VP
67082008-01-23 Chris Demetriou <cgd@google.com>
6709
6710 * gdb.texinfo (Threads): Document new "set print thread-events"
6711 and "show print thread-events" commands.
6712
2a25a5ba
EZ
67132008-01-19 Eli Zaretskii <eliz@gnu.org>
6714
6715 * gdb.texinfo (Specify Location): New section.
6716 (Delete Breaks, Edit, Set Breaks): Remove description of
6717 locations. Instead, add a reference to "Specify Location".
6718 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6719 (Symbols): Refer to "Specify Location" for the valid forms of
6720 linespecs and locations.
6721
32c9a795
MD
67222008-01-18 Markus Deuling <deuling@de.ibm.com>
6723
6724 * gdbint.texinfo (Target Conditionals): Replace the description of
6725 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6726
b17828ca
JB
67272008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6728
6729 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6730 about &&var, which is rejected by the expression parser.
6731
0aea4bf3
LM
67322008-01-09 Luis Machado <luisgpm@br.ibm.com>
6733
6734 * gdb.texinfo (Output): Update documentation on using printf with DFP
6735 types.
6736
febe4383
TJB
67372008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6738
6739 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6740 subsubsection.
6741 (Decimal Floating Point format): New subsubsection.
6742
7a404eba
PA
67432008-01-05 Pedro Alves <pedro@codesourcery.com>
6744
6745 * gdb.texinfo (File Options): Remove mention of the attempt to
6746 open a core file with the -p option. Don't list -c as a valid
6747 option to attach to a process.
6748
a4d9b460
PA
67492008-01-05 Pedro Alves <pedro@codesourcery.com>
6750
6751 * gdbint.texinfo (Host Conditionals): Remove mention of
6752 ALIGN_STACK_ON_ENTRY.
6753
6ec2edbe
JB
67542008-01-05 Joel Brobecker <brobecker@adacore.com>
6755
6756 * gdbint.texinfo (Start of New Year Procedure): Add item
6757 describing how to update the source and documentation copyright
6758 notices.
6759
d8b2a693
JB
67602007-12-18 Jim Blandy <jimb@codesourcery.com>
6761
ab209b3a 6762 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6763 watchpoint explanation into the main description of the watchpoint
6764 command; update synopses of 'watch', 'rwatch', and 'awatch'
6765 commands.
6766
8b4ed427
VP
67672007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6768
6769 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6770 Document 'pending-breakpoints' feature of
6771 -list-features.
6772
37e4754d
LM
67732007-12-17 Luis Machado <luisgpm@br.ibm.com>
6774
669fac23 6775 * gdb.texinfo: Add new parameter's description.
37e4754d 6776
1d3811f6
DJ
67772007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6778
6779 * gdb.texinfo (Overview): Clarify run-length encoding
6780 example. Remove the restriction on "+" and "-" characters.
6781
c1c25a1a
EZ
67822007-12-15 Eli Zaretskii <eliz@gnu.org>
6783
6784 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6785
afe8ab22 67862007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6787
afe8ab22
VP
6788 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6789 the -f option for -break-insert, remove -r option,
6790 and clarify specification of location.
6791
a6b151f1
DJ
67922007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6793
6794 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6795 formatting.
6796 (Remote Debugging): Add File Transfer section.
6797 (Remote Configuration): Document Host I/O packets.
6798 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6799 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6800 (Packets): Add vFile.
6801
3b784c4f
EZ
68022007-11-17 Eli Zaretskii <eliz@gnu.org>
6803
6804 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6805 breakpoints with multiple locations.
6806 (Breakpoint Menus): Improve wording.
6807 (Output): Fix last change.
6808
a4ce5b0d
UW
68092007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6810
6811 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6812
1b39d5c0
DE
68132007-11-15 Doug Evans <dje@google.com>
6814
6815 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6816
7a72d44c
VP
68172007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * gdbint.texinfo (Native Conditionals): Remove
6820 mention of CLEAR_SOLIB.
5ae4183a 6821
6d1829bf 68222007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6823
6824 * gdb.texinfo (Print Settings): Add documentation for "set/show
6825 print frame-arguments".
6826
1a619819
LM
68272007-11-05 Luis Machado <luisgpm@br.ibm.com>
6828
3b784c4f 6829 * gdb.texinfo (Output): Update printf command's description.
1a619819 6830
55eddb0f
DJ
68312007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6832
6833 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6834 powerpc soft-float".
6835
9cceb671
DJ
68362007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6837
6838 * gdb.texinfo (Files): Correct formatting. Mention Expat
6839 requirement.
6840 (Requirements for Building GDB): Expand the list of Expat
6841 uses.
6842 (Library List Format, Memory Map Format): Mention Expat.
6843 (Target Descriptions): Update Expat wording.
6844
83acabca
DJ
68452007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6846
6847 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6848 Document that gdbarch_convert_register_p should return zero for no-op
6849 conversions.
6850
e35879db
UW
68512007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6852
83acabca 6853 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6854 of set_gdbarch_sofun_address_maybe_missing back to ...
6855 (Target Conditionals): ... here to fix build break.
6856
203c3895
UW
68572007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6858
83acabca 6859 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6860 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6861 (Compiler Characteristics): ... documentation of
6862 set_gdbarch_sofun_address_maybe_missing.
6863
11411de3
DJ
68642007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6865
6866 * gdbint.texinfo (Target Conditionals): Use
6867 frame_unwind_register_unsigned in examples instead of
6868 frame_unwind_unsigned_register.
6869
7cc46491
DJ
68702007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.texinfo (Predefined Target Types): Add int128
6873 and uint128.
6874 (Standard Target Features): Add PowerPC features.
6875
81adfced
DJ
68762007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6877
6878 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6879
c1874924
UW
68802007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6881
6882 * gdbint.texi (Target Conditionals): Remove documentation
6883 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6884 gdbarch_extract_return_value, and gdbarch_store_return_value.
6885
f6e56ab3
UW
68862007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6887
6888 * gdbint.texi (Target Conditionals): Remove documentation of
6889 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6890
56cf5405
KH
68912007-10-11 Kazu Hirata <kazu@codesourcery.com>
6892
6893 * gdb.texinfo: Mention that inaccessible-by-default is on by
6894 default.
6895
35156bae
DJ
68962007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6897
6898 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6899
d983da9c
DJ
69002007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6901
6902 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6903 multi-threaded watchpoints.
6904 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6905 checked. Describe sticky notification. Expand description
6906 of steppable and continuable watchpoints.
6907 (Watchpoints and Threads): New subsection.
6908
fe6fbf8b
VP
69092007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6910
6911 * gdb.texinfo (Setting Breakpoints): Revise
6912 documentation for pending breakpoints. Document
6913 breakpoints with multiple locations.
5ae4183a 6914
084344da
VP
69152007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6916
6917 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6918 Document -list-features.
5ae4183a 6919
82160952
EZ
69202007-09-15 Eli Zaretskii <eliz@gnu.org>
6921
6922 * gdb.texinfo (Output): Spell out which features of C's printf are
6923 not supported by GDB's printf.
7e27a47a
EZ
6924 (Separate Debug Files): More accurate wording regarding build ID
6925 and a reference to the ld manual rather than the Fedora wiki.
82160952 6926
ea37ba09
DJ
69272007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6928 Jim Blandy <jimb@codesourcery.com>
6929
6930 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6931 (Examining Memory): Update mentions of the 's' format.
6932 (Automatic Display): Likewise.
6933
b8533aec
DJ
69342007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6935
6936 * gdb.texinfo: Update the FSF's Back-Cover Text.
6937
83f83d7f
JK
69382007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6939 Eli Zaretskii <eliz@gnu.org>
6940
6941 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6942 Fixed the ``build ID'' name. New binaries build instructions for the
6943 build ID inclusion. Explain how the commands are specific to the build
6944 ID vs. debug link.
6945
c7e83d54
EZ
69462007-09-01 Eli Zaretskii <eliz@gnu.org>
6947
6948 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6949 indexing for ``build ID'' support.
6950
d3750b24
JK
69512007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6954 Enlisted BUILD ID to the debug file searching example.
6955 Included a BUILD ID `.note.gnu.build-id' section description.
6956 Updated/added the debug files splitting instructions for OBJCOPY.
6957
02142340
VP
69582007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6959
6960 * gdb.texinfo (Variable Objects): Adjust docs
6961 for -var-info-expression and document
6962 -var-info-path-expression.
6963
d3bdde98
JB
69642007-08-20 Jim Blandy <jimb@codesourcery.com>
6965
3fb6a982
JB
6966 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6967 (title page): Include the dedication in the printed manual, as a
6968 separate page after the copyright notice.
5ae4183a 6969
d3bdde98
JB
6970 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6971 don't break a @var across a line.
6972
c80a96a8
MR
69732007-07-25 Maciej W. Rozycki <macro@mips.com>
6974
6975 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6976 for include files.
6977
5824a901
NR
69782007-07-12 Nick Roberts <nickrob@snap.net.nz>
6979
6980 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6981 in annotate.texinfo.
6982 (Command History): Link to new node.
5824a901 6983
d52e7ea3
UW
69842007-07-05 Markus Deuling <deuling@de.ibm.com>
6985
6986 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6987
5fc14d0a
EZ
69882007-07-05 Eli Zaretskii <eliz@gnu.org>
6989
6990 * gdbint.texinfo (Target Conditionals): Fix last change.
6991
4a9bb1df
UW
69922007-07-03 Markus Deuling <deuling@de.ibm.com>
6993
6994 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6995 routines:
6996 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6997 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6998 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6999 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7000 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7001 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7002 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7003 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7004 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7005 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7006 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7007 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7008 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7009 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7010 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7011 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7012 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7013 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7014 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7015 (SOFTWARE_SINGLE_STEP_P)
7016
7017 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7018 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7019
7020 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7021 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7022 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7023 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7024 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7025 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7026 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7027 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7028 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7029 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7030
7031 (Converting an existing Target Architecture to Multi-arch): Remove
7032 section.
7033
7034 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7035 (gdbarch_addr_bits_remove): Add code example.
7036
7037 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7038
cfa9d6d9
DJ
70392007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7040
7041 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7042 Add other missing entries. Adjust the table size to fit.
7043 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7044 stop reasons including the new "library" event.
7045 (General Query Packets): Adjust table widths for qSupported. Mention
7046 qXfer:libraries:read reply to qSupported and document the new packet.
7047 (Library List Format): New section.
7048
159fcc13
JK
70492007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7052
f66d1690
MS
70532007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7054
7055 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7056
67102876
NR
70572007-06-25 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * gdbint.texinfo (Register and Memory Data): Break sections
7060 into nodes and add a menu.
7061
a4642986
MR
70622007-06-21 Maciej W. Rozycki <macro@mips.com>
7063
7064 * gdb.texinfo (Examining Memory): Document the new behaviour.
7065
e9c17194
VP
70662007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7067
7068 * gdb.texinfo (Standard Target Features): Document
7069 m68k features.
7070
31d99776
DJ
70712007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7072
7073 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7074
1780a0ed
DJ
70752007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * gdb.texinfo (Target Description Format): Add version attribute
7078 for <target>.
7079
822b6570
DJ
70802007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7081
7082 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7083
f8b73d13
DJ
70842007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7085
7086 * gdb.texinfo (MIPS Features): New subsection.
7087
0e7f50da
UW
70882007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7089 Markus Deuling <deuling@de.ibm.com>
7090
7091 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7092 and qXfer:spu:write packets and mention them under qSupported.
7093
23d964e7
UW
70942007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7095 Markus Deuling <deuling@de.ibm.com>
7096
7097 * gdb.texinfo (Architectures): Add new SPU section to document
7098 Cell Broadband Engine SPU architecture specific commands.
7099
9f708cb2
VP
71002007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7101
7102 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7103 comments.
7104
7579b5f8
NR
71052007-06-07 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7108
bf06d120
JB
71092007-05-29 Jim Blandy <jimb@codesourcery.com>
7110
7111 * gdb.texinfo (Overview): Doc fix.
7112
23776285
MR
71132007-05-22 Maciej W. Rozycki <macro@mips.com>
7114
7115 * gdb.texinfo (Remote Configuration): Document "set/show
7116 remoteflow".
7117
1a69e1e4
DJ
71182007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7119
bf06d120
JB
7120 * gdb.texinfo (MIPS): Remove documentation for set mips
7121 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7122 stack-arg-size.
1a69e1e4 7123
46ba6afa 71242007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7125
46ba6afa
BW
7126 * all-cfg.texi (GDBTUI): New.
7127 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7128 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7129 (TUI Configuration): Edit to improve clarity and fix problems of
7130 both style and content.
5ae4183a 7131
06d3b283
UW
71322007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7133
7134 * observer.texi (GDB Observers): New observer "new_objfile".
7135
179101d6
UW
71362007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7139
25d5ea92
VP
71402007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7141
7142 * gdb.texinfo (GDB/MI Variable Objects): Document
7143 frozen variables objects.
5ae4183a 7144
ea35711c
DJ
71452007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7146
7147 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7148 (Character Sets, Caching Data of Remote Targets): Likewise.
7149 (Targets): Delete Remote node. Move its text...
7150 (Debugging Remote Programs): ...to here. Delete description
7151 of the "remote" command.
7152 (Remote configuration): Delete description of "set remotedevice"
7153 and "show remotedevice".
7154 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7155
db2e3e2e
BW
71562007-04-11 Bob Wilson <bob.wilson@acm.org>
7157
5ae4183a
AS
7158 * gdb.texinfo (Contributors, Continuing and Stepping)
7159 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7160 (General Query Packets, File-I/O Remote Protocol Extension)
7161 (Protocol Basics, The F Reply Packet, Write)
7162 (Protocol-specific Representation of Datatypes, Memory Transfer):
7163 Fix hyphenation, punctuation and grammar problems.
7164 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7165 'section' instead of 'subsection' in the text.
7166 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7167 (i386): Remove period from section name.
db2e3e2e
BW
7168 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7169 (Config Names, Configure Options): Use @file{configure}.
7170
8a3dae3e
DJ
71712007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7172
7173 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7174 and tab expansion.
7175
1a92f856
DJ
71762007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7177
7178 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7179
79a6e687 71802007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7181
79a6e687
BW
7182 * gdb.texinfo: Consistently capitalize all significant words in
7183 node names, chapter titles, section titles, and headings. Update
7184 cross references to match.
7185 (Starting and Stopping Trace Experiment): Make node name plural.
7186 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7187
ad527d2e
PA
71882007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7189
7190 * gdb.texinfo (WinCE): Delete obsolete subsection.
7191
7ce59000
DJ
71922007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7195 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7196 references.
7197
8807d78b
DJ
71982007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7199
7200 * gdb.texinfo (Startup): Delete references to some alternate
7201 names for .gdbinit.
7202 (Thread): Remove LynxOS reference.
7203 (Tandem ST2000): Delete target-specific documentation.
7204 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7205 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7206 and GDB_OSABI_LYNXOS.
7207
5f402660
UW
72082007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7209
7210 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7211
bac718a6
UW
72122007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7213
7214 * gdbint.texinfo (Target Conditionals): Remove mention of
7215 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7216 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7217
9453113a
DJ
72182007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7219
7220 * Makefile.in: Add "pdfdir" installation
7221 directory, PDFTEX macro, support for "install-pdf" target,
7222 and rules for making a pdf version of refcard.texi.
7223 * refcard.tex: Specify paper size for PDF output.
7224
ae21e955 72252007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7226
ae21e955 7227 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7228
3f94c067 72292007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7230
3f94c067
BW
7231 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7232 (Source Path, Character Sets, Macros, Define)
7233 (GDB/MI Result Records, GDB/MI Simple Examples)
7234 (GDB/MI Program Execution, GDB/MI File Commands)
7235 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7236 (Bug Reporting): Use @value{GCC}.
5ae4183a 7237
12c27660 72382007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7239
12c27660
BW
7240 * gdb.texinfo (Help): Fix formatting of examples.
7241 (Variables): Use @ifnotinfo instead of @iftex.
7242 (Non-debug DLL symbols): Use @ref instead of @pxref.
7243 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7244
ce9341a1
BW
72452007-03-26 Bob Wilson <bob.wilson@acm.org>
7246
7247 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7248
c8f4133a
BW
72492007-03-26 Bob Wilson <bob.wilson@acm.org>
7250
7251 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7252 the order of the nodes.
7253 (C Operators, C Constants, Debugging C): Remove extra menus.
7254 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7255
c8f4133a 72562007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7257
7258 * gdb.texinfo (File Options): Add missing parenthesis.
7259 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7260
c74d0ad8
DJ
72612007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7262
7263 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7264
ff6f572f
DJ
72652007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7266
669fac23 7267 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7268 case insensitivity.
7269 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7270
994337c3
NR
72712007-02-18 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7274 (Files): Add section name to argument list for pxref.
7275 (Non-debug DLL symbols): Don't use `see' for pxref.
7276 (Embedded Processors): Fix typo.
7277 (GDB/MI Breakpoint Commands): Execution commands generate
7278 *stopped not ^done.
7279
eb819d70
NR
72802007-02-13 Nick Roberts <nickrob@snap.net.nz>
7281
7282 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7283 values for in_scope. Mention that only root variables can be
7284 updated.
7285 (GDB/MI Development and Front Ends): Explain new values may be
7286 added to existing fields.
7287
123dc839
DJ
72882007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7289
7290 * gdb.texinfo (-target-disconnect): Use @smallexample.
7291 (Requirements): Add anchor for Expat. Update description.
7292 (Target Descriptions): Mention Expat.
7293 (Target Description Format): Document new elements. Use
7294 @smallexample.
7295 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7296 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7297
108546a0
DJ
72982007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7299
7300 * gdb.texinfo (Target Description Format): Add section on XInclude.
7301
95a98c01
NR
73022006-02-03 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7305 command -enable-timings.
7306
f4b3909f
EZ
73072007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7308
5ae4183a 7309 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7310 descriptions for new/deleted elements in gdb_osabi. Add missing
7311 description for function generic_elf_osabi_sniff_abi_tag_sections.
7312
c7ba131e
JB
73132007-01-29 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.texinfo (Maintenance Commands): Add documentation for
7316 the new "maint print target-stack" command.
7317
3a60f64e
JK
73182007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7319 Eli Zaretskii <eliz@gnu.org>
7320
f4b3909f 7321 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7322
c582f8b6
EZ
73232007-01-26 Eli Zaretskii <eliz@gnu.org>
7324
7325 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7326 Use @value{NGCC} instead of @value{GCC}.
7327
d3e8051b
EZ
73282007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7329
7330 * agentexpr.texi: Fix typos.
7331 * annotate.texinfo: Likewise.
7332 * gdb.texinfo: Likewise.
7333 * gdbint.texinfo: Likewise.
7334 * observer.texi: Likewise.
7335 * stabs.texinfo: Likewise.
7336
86f04699
EZ
73372007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7338
7339 * gdbint.texinfo (Support Libraries): Remove mmalloc
7340 entry. Describe readline library.
7341
23181151
DJ
73422007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7343
7344 * gdb.texinfo (Target Descriptions): New section.
7345 (General Query Packets): Add QPassSignals anchor. Mention
7346 qXfer:features:read under qSupported. Expand mentions of
7347 qXfer:memory-map:read and QPassSignals. Document
7348 qXfer:features:read.
7349
f822c95b
DJ
73502007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7351
7352 * gdb.texinfo (Commands to specify files): Describe
7353 "set sysroot" and "show sysroot".
7354 (Using the `gdbserver' program): Lowercase argument
7355 to @var. Expand description of setting up GDB on the
7356 host.
7357
8936fcda
JB
73582007-01-05 Joel Brobecker <brobecker@adacore.com>
7359
7360 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7361 catch exception, catch exception unhandled, and catch assert
7362 commands.
7363
e776119f
DJ
73642007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7365
7366 * gdb.texinfo (Debugging Output): Document "set debug xml"
7367 and "show debug xml".
7368
aa79a185
DJ
73692007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7370
7371 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7372
7f893741
JB
73732007-01-01 Joel Brobecker <brobecker@adacore.com>
7374
7375 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7376
a1b5960f
VP
73772006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7378
7379 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7380 note in @ignore, to be removed later if nobody complains.
7381
9f470e6e
NR
73822006-12-04 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7385 of -var-delete.
7386
765dc015 73872006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7388
765dc015 7389 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7390 automatic software/hardware breakpoint usage and
7391 the "set breakpoint auto-hw" command.
765dc015 7392
4b5752d0
VP
73932006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7394
7395 * gdb.texinfo (Memory Access Checking): New.
7396
89be2091
DJ
73972006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7398
7399 * gdb.texinfo (Remote configuration): Mention
7400 "pass-signals-packet".
7401 (General Query Packets): Document QPassSignals. Fix
7402 a typo.
7403
ca3bf3bd
DJ
74042006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7405
7406 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7407
427c3a89
DJ
74082006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 * gdb.texinfo (Remote configuration): Rewrite documentation for
7411 packet configuration commands.
7412 (OS Information): Adjust reference to qXfer:auxv:read.
7413 (General Query Packets): Remove references to read-aux-vector-packet
7414 and set remote get-thread-local-storage-address.
7415
7a107747
DJ
74162006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 * gdbint.texinfo (Target Architecture Definition): Add new
7419 Initializing a New Architecture section.
7420
1c56eb0e
EZ
74212006-10-31 David Taylor <dtaylor@emc.com>
7422
7423 * stabs.texinfo (Macro define and undefine): New node describing
7424 stabs for #define and #undef.
7425
f73adfeb
AS
74262006-10-27 Andreas Schwab <schwab@suse.de>
7427
7428 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7429
fd60e0df
EZ
74302006-10-21 Eli Zaretskii <eliz@gnu.org>
7431
7432 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7433 clarify on the possible meanings of ``expression'' watched by
7434 watchpoints. Add indexing.
e5ac9b53
EZ
7435 (Prompting, Errors, Invalidation, Annotations for Running)
7436 (Source Annotations): Fix index entries by adding "annotation" to
7437 them, to discriminate from index entries that point to the more
7438 general topic descriptions.
fd60e0df 7439
52bb452f
DJ
74402006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7441
7442 * gdbint.texinfo (Target Vector Definition): Move most
7443 content into Existing Targets. Add a menu.
7444 (Existing Targets): New section, moved from Target Vector
7445 Definition. Use @subsection.
7446 (Managing Execution State): New section.
7447
58955e58
BW
74482006-10-16 Bob Wilson <bob.wilson@acm.org>
7449
7450 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7451
c8aa23ab
EZ
74522006-10-15 Eli Zaretskii <eliz@gnu.org>
7453
7454 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7455 (Command Syntax, Signals, Backtrace, Connecting)
7456 (Remote configuration, Renesas Boards, Console I/O): Fix last
7457 change: use Ctrl- instead of C-, except wrt Emacs.
7458 (File-I/O Examples): Put Ctrl-c in @kbd.
7459 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7460 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7461 (Signals, Set Breaks, Set Watchpoints): Document optional
7462 arguments to `info signals' `handle', `info breakpoints', and
7463 `info watchpoints'.
c8aa23ab 7464
e7109c7e
EZ
74652006-10-14 Eli Zaretskii <eliz@gnu.org>
7466
7467 * gdb.texinfo (Backtrace): Fix last change.
7468
de3aea7b
NR
74692006-10-14 Nick Roberts <nickrob@snap.net.nz>
7470
7471 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7472
7f9087cb
BW
74732006-10-10 Bob Wilson <bob.wilson@acm.org>
7474
c8aa23ab
EZ
7475 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7476 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7477 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7478
68437a39
DJ
74792006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7480 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Packets): Document vFlashErase,
7483 vFlashWrite and vFlashDone packets.
7484 (General Query Packets): Document qXfer:memory-map:read.
7485 Add a new feature for qXfer:memory-map:read.
7486 (Memory map format): New section.
7487 (Target Commands): Mention that gdb can write flash.
7488
fd79ecee
DJ
74892006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7490 Daniel Jacobowitz <dan@codesourcery.com>
7491
7492 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7493 memory regions and "mem auto".
7494
350da6ee
DJ
74952006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7496
7497 * gdbint.texinfo (Array Containers): New section.
7498
2f1acb09
VP
74992006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7500
7501 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7502 -stack-list-arguments HIGH_FRAME argument can be larger then the
7503 actual number of frames.
7504
2ab1eb7a
VP
75052006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7506
7507 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7508 -stack-list-locals HIGH_FRAME argument can be larger then the
7509 actual number of frames.
2ab1eb7a 7510
599b237a
BW
75112006-09-02 Bob Wilson <bob.wilson@acm.org>
7512
7513 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7514 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7515
25ab7e6d
EZ
75162006-09-02 Eli Zaretskii <eliz@gnu.org>
7517
7518 * gdbint.texinfo (Overall Structure): New section "Source Tree
7519 Structure".
7520
940178d3
JB
75212006-08-17 Jim Blandy <jimb@codesourcery.com>
7522
7523 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7524 responses.
7525
30daae6c
JB
75262006-08-08 Joel Brobecker <brobecker@adacore.com>
7527
7528 * gdb.texinfo (Source Path): Add documentation for new
7529 substitute-path commands.
7530
7fa2210b
DJ
75312006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7532
7533 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7534 (Running Configure): ...here.
7535 (Requirements): New node. Mention expat.
7536
3d00d119
DJ
75372006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7538
5ae4183a 7539 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7540 'set download-write-size' and 'show download-write-size'.
7541
0cbfa4ee
DJ
75422006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * stabs.texinfo (Member Type Descriptor): Correct example for
7545 pointer to member types.
7546
16026cd7
AS
75472006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7548
7549 * gdb.texinfo (Optional warnings and messages): Add
7550 'set/show trace-commands'.
7551 (Command files): Add '-v' to source command.
7552
0876f84a
DJ
75532006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7554
7555 * gdb.texinfo (OS Information): Update qPart reference to
7556 qXfer.
7557 (Remote configuration): Likewise.
7558 (Overview): Move @cindex to the start of a paragraph. Talk
7559 about binary data encoding.
7560 (Packets): Refer to the overview for the details of the X
7561 packet encoding.
7562 (General Query Packets): Remove qPart description. Add qXfer
7563 description. Add an anchor to qSupported. Correct feature
7564 table title. Add a new feature for qXfer:auxv:read.
7565 (Interrupts): Add a missing parenthesis.
7566
2ec3381a
DJ
75672006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7568
669fac23 7569 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7570 (GDB/MI Kod Commands): Remove commented out node.
7571
594fe323
EZ
75722006-07-01 Eli Zaretskii <eliz@gnu.org>
7573
7574 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7575 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7576 (GDB/MI Thread Commands, GDB/MI Program Execution)
7577 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7578 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7579 (GDB/MI File Commands, GDB/MI Target Manipulation)
7580 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7581 since the MI prompt is hard-wired into the code.
7582
7e3fb70c
NR
75832006-07-01 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7586 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7587 (GDB/MI Data Manipulation): Remove description of unimplemented
7588 display related commands as variable objects perform this function
7589 and are superior: -display-delete, -display-disable,
7590 -display-enable, -display-insert and -display-list. Move
7591 -environment-cd, -environment-directory, -environment-path
7592 and -environment-pwd to "Program Context".
7593 (GDB/MI Program Control): Rename to "Program Execution". Move
7594 -exec-arguments -exec-abort to...
7595 (GDB/MI Program Context): ...here. New node split from "Data
7596 Manipulation".
7597
be2a5f71
DJ
75982006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7599
7600 * gdb.texinfo (Remote configuration): Document set / show
7601 remote supported-packets.
7602 (General Query Packets): Document qSupported packet.
7603
fc320d37
SL
76042006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7605
7606 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7607 and font markup.
7608 (Protocol basics): Likewise.
7609 (The F request packet): Likewise.
7610 (The F reply packet): Likewise.
7611 (Memory transfer): Move this node to be a subsubsection of
7612 "Protocol specific representation of datatypes".
7613 (The Ctrl-C message): More copy editing.
7614 (Console I/O): Likewise.
7615 (The isatty call): Delete this node, and merge its content into
7616 the "isatty" node. Fixed references elsewhere.
7617 (The system call): Delete this node, and merge its content into
7618 the "system" node. Fixed references elsewhere.
7619 (open): Reformat to use @table, and add appropriate font markup.
7620 (close): Likewise.
7621 (read): Likewise.
7622 (write): Likewise.
7623 (lseek): Likewise.
7624 (rename): Likewise.
7625 (unlink): Likewise.
7626 (stat/fstat): Likewise.
7627 (gettimeofday): Likewise.
7628 (isatty): Likewise.
7629 (system): Likewise, plus minor changes to fix confusing wording.
7630 (Integral datatypes): Fix font markup.
7631 (Pointer values): Likewise.
7632 (struct stat): Fix markup to use @table, plus minor copy editing.
7633 (struct timeval): Fix font markup, plus minor copy editing.
7634 (Constants): Minor copy editing.
7635 (Errno values): Add font markup.
7636 (File-I/O Examples): Likewise.
7637
158fdf5c
NR
76382006-06-10 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7641 (GDB/MI Simple Examples): Move node up one level. Use real
7642 examples.
7643 (GDB/MI Compatibility with CLI): Update.
7644 (GDB/MI Result Records): Add "connected" and "exit" result
7645 classes.
7646 (GDB/MI Stream Records): Clarify target output.
7647 (GDB/MI Command Description Format): Modify example description.
7648 (GDB/MI Breakpoint Table Commands): Rename to...
7649 (GDB/MI Breakpoint Commands): ...this
7650 (GDB/MI Breakpoint Commands): Add optional thread field.
7651 (GDB/MI Program Control): Add an introduction. Move "Program
7652 termination" examples into exec-run description.
7653 (GDB/MI File Commands): Mention similar CLI commands.
7654 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7655 is similar to "-gdb-version".
7656
ddb50cd7
EZ
76572006-06-09 Eli Zaretskii <eliz@gnu.org>
7658
7659 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7660
2aef0d6b
NR
76612006-06-02 Nick Roberts <nickrob@snap.net.nz>
7662
7663 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7664 sourceware.org for mailing lists.
d5e40d59 7665 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7666
383a5c52
NR
76672006-06-01 Nick Roberts <nickrob@snap.net.nz>
7668
d5e40d59 7669 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7670
e16b02ee
EZ
76712006-05-22 Eli Zaretskii <eliz@gnu.org>
7672
7673 * gdb.texinfo (Cygwin Native): Fix last change.
7674
be90c084
CF
76752006-05-22 Christopher Faylor <cgf@timesys.com>
7676
7677 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7678
347ceba5
NR
76792006-05-15 Nick Roberts <nickrob@snap.net.nz>
7680
7681 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7682 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7683
369af7bd
DJ
76842006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7685
7686 * gdb.texinfo (General Query Packets): Recommend not starting
7687 new packets with qC and clarify.
7688
2ffdbde8 76892006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7690
7691 * gdb.texinfo (M2 Types): New section.
72019c9c 7692
16d1a084
DJ
76932006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7694
7695 * agentexpr.texi: Add a copyright and license notice.
7696 * observer.texi: Likewise, with GPL clause for function prototypes.
7697 Remove trailing whitespace.
7698
aa56d27a
JB
76992006-05-05 Jim Blandy <jimb@codesourcery.com>
7700
7701 * gdb.texinfo (General Query Packets): Document conventions for
7702 terminating packet names, and their violations.
7703
5bdf8622
DJ
77042006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7705
7706 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7707 * gdb.texinfo: Likewise.
7708
605a56cb
DJ
77092006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7710
7711 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7712 and "show remotedebug".
7713 (Debugging Output): Add additional index entries.
7714
b8db102d
MS
77152006-04-27 Michael Snyder <msnyder@redhat.com>
7716
7717 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7718
c5e30d01
AC
77192006-04-22 Andrew Cagney <cagney@redhat.com>
7720
7721 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7722 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7723
8181d85f
DJ
77242006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7725
7726 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7727 and remove breakpoint prototypes.
7728 (Watchpoints): Move description of target_insert_hw_breakpoint and
7729 target_remove_hw_breakpoint ...
7730 (Breakpoints): ... to here. Document target_insert_breakpoint and
7731 target_remove_breakpoint.
7732
4f553f88
JB
77332006-04-17 Jim Blandy <jimb@codesourcery.com>
7734
7735 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7736 and C packets are optional.
7737
cd852561
FR
77382006-04-14 Frederic Riss <frederic.riss@st.com>
7739
7740 * gdb.texinfo (Specifying source directories): Update the description
7741 of the source file search to reflect the fact that the source path
7742 always contains at least $cdir and $cwd.
7743
b620eb07
MS
77442006-03-31 Michael Snyder <msnyder@redhat.com>
7745
7746 * gdb.texinfo: Update copyright dates.
7747
3156cdaf
EZ
77482006-03-31 Eli Zaretskii <eliz@gnu.org>
7749
7750 * gdb.texinfo (Overview): Add an index entry to "empty response".
7751
7d30c22d
JB
77522006-03-28 Jim Blandy <jimb@codesourcery.com>
7753
7754 * gdbint.texinfo (Prologue Analysis): New section.
7755
86941c27
JB
77562006-03-07 Jim Blandy <jimb@red-bean.com>
7757
66b8c7f6
JB
7758 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7759
1a10341b
JB
7760 * gdb.texinfo (Target Commands): Update text describing how to
7761 specify a target. Refer to the detailed section on remote
7762 debugging, not the brief mention.
7763
86941c27
JB
7764 * gdb.texinfo (Connecting): Organize the different 'target remote'
7765 connection methods into a table. Add a 'target remote' index
7766 entry. (!!!)
7767
62f3a2ba
FF
77682006-02-17 Fred Fish <fnf@specifix.com>
7769
7770 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7771 'ptype' commands to reflect the fact that the only significant
7772 difference between them is that ptype prints the complete type
7773 description instead of just the name.
7774
8b9a88ea
WZ
77752006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7776
7777 * gdbint.texinfo (Watchpoints): Delete
7778 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7779
7e8dc855
NR
77802006-02-10 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7783 times fields where needed. Fix typos. Update general form given
7784 for output of -break-insert.
7785 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7786
c91d38aa
DJ
77872006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7788
7789 * gdbint.texinfo (Symbol Handling): Add a section
7790 on memory management.
7791
38fcd64c
DJ
77922006-02-06 Vladimir Prus <ghost@cs.msu.su>
7793
7794 * gdb.texinfo (Breakpoint table commands): Document the fullname
7795 field in -break-list output.
7796
219eec71
EZ
77972006-02-03 Eli Zaretskii <eliz@gnu.org>
7798
7799 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7800 debugging information produced by the various "set debug..."
7801 options.
7802
ae5a43e0
DJ
78032006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7804
7805 * gdb.texinfo (Files): Remove obsolete bits from the description
7806 of "symbol-file".
7807
a9f158ec
JB
78082006-01-25 Jim Blandy <jimb@redhat.com>
7809
7810 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7811
410dd08e
JB
78122006-01-24 Jim Blandy <jimb@redhat.com>
7813
7814 * gdbint.texinfo (Frames): Document the basics of GDB's register
7815 unwinding model, and explain the existence of the "sentinel" frame.
7816
4b505b12
AS
78172006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7818
7819 * gdb.texinfo (Choosing files): Mention that -directory is used
7820 for script files.
7821 (Specifying source directories): Likewise.
7822 (Command files): Explain how script files are found.
7823
839c27b7
EZ
78242006-01-21 Eli Zaretskii <eliz@gnu.org>
7825
7826 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7827 the threads in a multi-threaded program.
7828 (Threads): The threadno argument of "thread apply" can be a range
7829 of numbers.
7830
7be93b9e
JB
78312006-01-18 Jim Blandy <jimb@redhat.com>
7832
7833 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7834 of warning flags.
7835
fcc73fe3
EZ
78362006-01-13 Eli Zaretskii <eliz@gnu.org>
7837
7838 * gdb.texinfo (Sequences): Improve menu annotations.
7839 (Define): Add index entries for arguments of user-defined
7840 commands. Move the description of flow-control commands...
7841 (Command Files): ...to here. Document loop_break and
7842 loop_continue.
ca91424e
EZ
7843 (Define, Command Files): Document `end' and add index entries for
7844 it.
fcc73fe3 7845
5c95884b
MS
78462006-01-04 Michael Snyder <msnyder@redhat.com>
7847
7848 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7849 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7850
860701dc
PH
78512006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7852
7853 * gdb.texinfo (Omissions from Ada): Document that there is now
7854 limited aggregate support.
7855
36b80e65
EZ
78562005-12-28 Eli Zaretskii <eliz@gnu.org>
7857
7858 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7859 registers and the likes.
7860
c1468174
EZ
78612005-12-24 Eli Zaretskii <eliz@gnu.org>
7862
7863 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7864 (Symbols): Fix usage of "e.g.".
359df76b 7865 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7866
7867 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7868 (Coding): Fix usage of "e.g.".
7869
c02a867d
EZ
78702005-12-23 Eli Zaretskii <eliz@gnu.org>
7871
5ae4183a
AS
7872 * stabs.texinfo:
7873 * refcard.tex:
c02a867d 7874 * gpl.texi:
5ae4183a
AS
7875 * gdbint.texinfo:
7876 * gdb.texinfo:
7877 * gdb-cfg.texi:
c02a867d 7878 * fdl.texi:
5ae4183a
AS
7879 * annotate.texinfo:
7880 * all-cfg.texi:
c02a867d
EZ
7881 * Makefile.in: Add (C) after Copyright. Update the FSF
7882 address.
7883
fad38dfa
EZ
78842005-12-03 Eli Zaretskii <eliz@gnu.org>
7885
7886 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7887 extend GDB with commands for external monitor.
7888
53e5f3cf
AS
78892005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7890
7891 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7892
55f6ca0f
JB
78932005-11-25 Joel Brobecker <brobecker@adacore.com>
7894
7895 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7896
c1947b85
JB
78972005-11-21 Jim Blandy <jimb@redhat.com>
7898
7899 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7900 placement of 'R' actions in tracepoint action packets; document
7901 dependence of 'X' and 'M' actions on a preceding 'R' action for
7902 their registers.
7903
9d29849a
JB
79042005-11-19 Jim Blandy <jimb@redhat.com>
7905
7906 * gdb.texinfo (Tracepoint Packets): New node.
7907 (General Query Packets): Add entries for the tracepoint packets,
7908 referring to the "Tracepoint Packets" node.
7909 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7910
9a6253be
KB
79112005-11-18 Kevin Buettner <kevinb@redhat.com>
7912
7913 * gdb.texinfo (set remotebreak): Add anchor.
7914 (X packet): Likewise.
7915 (Remote Protocol): Add new section `Interrupts' and new index
7916 entry `interrupts (remote protocol)'.
7917
5f3bebba
JB
79182005-11-18 Jim Blandy <jimb@redhat.com>
7919
7920 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7921 entries into the General Query Packets section. Add a
7922 cross-reference to that section. Drop description of replies, as
7923 these are covered in the descriptions of each packet.
7924 (General Query Packets): Add introductory text. Explain naming
7925 conventions, and how the end of a name is recognized.
7926
9a7a1b36
KB
79272005-11-17 Kevin Buettner <kevinb@redhat.com>
7928
0564b6cf 7929 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7930 "set remotebreak" command.
7931
b8ff78ce
JB
79322005-11-16 Jim Blandy <jimb@redhat.com>
7933
7934 * gdb.texinfo (Packets, Stop Reply Packets)
7935 (General Query Packets): Various formatting cleanups.
7936 - Use @samp for packet contents.
7937 - Drop summaries from packet @item lines; the same information appears
7938 immediately below in the description.
7939 - Delete paragraph breaks after packet @item commands, so that the
7940 description appears directly to the right of the packet prototype
7941 in the printed manual, if it fits.
7942 - Place spaces in packet prototypes between @vars and non-@var
7943 letters, and explain that they're just for formatting.
7944 - Use @dots{} instead of '...'.
7945 - Fix uses of @code where @var was needed.
7946 - Replace "deprecated" markers with English text spelling out the
7947 packet's status and the preferred alternatives.
7948 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7949 what this ever meant.
7950 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7951 this for a long time.
7952 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7953 implemented several times, and have been in use for years.
7954
8ffe2530
JB
79552005-11-15 Jim Blandy <jimb@redhat.com>
7956
c43c5473
JB
7957 * gdb.texinfo (Packets): Add index entries for 'm' packet
7958 disclaimers.
5ae4183a 7959
fb031cdf
JB
7960 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7961 of stub when processing an 'm' packet.
7962
8ffe2530
JB
7963 * gdb.texinfo (Packets): Mention that packets beginning with
7964 letters are reserved once, at the top, instead of actually listing
7965 them all and saying "reserved".
7966
c03c782f
AS
79672005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7968
7969 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7970 Change @var{$arg0 to @code{$arg0.
7971
814e32d7
WZ
79722005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7973
7974 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7975
fa93a9d8
JB
79762005-11-12 Jim Blandy <jimb@redhat.com>
7977
7978 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7979 order. Remove extraneous 'z'.
7980
8a5a3c82
AS
79812005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7982
7983 * gdb.texinfo (Choosing files): Add --eval-command.
7984
4b0ad762
AS
79852005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7986
7987 * gdb.texinfo (Choosing modes): Add --return-child-result.
7988
7989
1a088d06
AS
79902005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7991
7992 * gdb.texinfo (Choosing modes): Add --batch-silent.
7993
656d5e12
EZ
79942005-10-28 Eli Zaretskii <eliz@gnu.org>
7995
7996 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7997 "The -var-update Command".
7998
3c9c013a
JB
79992005-10-03 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.texinfo (Print Settings): Add documentation for set/show
8002 print array-indexes.
8003
7ba3cf9c
DJ
80042005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8007 6.2 and 6.3.
8008
a94ab193
EZ
80092005-08-27 Eli Zaretskii <eliz@gnu.org>
8010
8011 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8012 since 19-Jan-2004.
8013 (Files): Likewise.
ab1adacd
EZ
8014 (Variables, Symbols): Document the "<incomplete type>" message and
8015 its reasons.
a94ab193 8016
ca06016a
FF
80172005-08-01 Fred Fish <fnf@specifix.com>
8018
8019 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8020
cf58170d
NR
80212005-07-15 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8024 option for -var-list-children and -var-update.
8025 (GDB/MI Stack Manipulation): Simplify description of
8026 print-values option for -stack-list-locals.
8027 (GDB/MI Command Description Format): Clarify.
8028 (Mode Options): Spelling of superseded.
8029
38f1196a
BR
80302005-07-12 Bob Rossi <bob@brasko.net>
8031
8032 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8033 corresponding GDB command comment.
8034
3cb3b8df
BR
80352005-07-06 Bob Rossi <bob@brasko.net>
8036
8037 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8038 and -inferior-tty-show.
8039 (Input/Output): Document "set/show inferior-tty" and tty alias.
8040
10fac096
NW
80412005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8042
8043 * gdb.texinfo (Packets): Change description of 'D' packet to note
8044 that GDB does wait for a response.
8045
d1b6db76
NR
80462005-06-22 Nick Roberts <nickrob@snap.net.nz>
8047
8048 * gdb.texinfo (History) Rename "Command History".
8049 (Command History): Move node "Server Prefix" from section on
8050 Annotations here.
8051
29629dcf
NR
80522005-06-19 Nick Roberts <nickrob@snap.net.nz>
8053
8054 * gdb.texinfo (GDB/MI Stack Manipulation):
8055 Re-instate -stack-info-frame with example. Say that it gets
8056 info on selected frame, not current frame.
8057
397ca115
EZ
80582005-06-18 Eli Zaretskii <eliz@gnu.org>
8059
8060 * gdb.texinfo (Server): Clarify that `file' should be used before
8061 connecting to the server.
8062 (Files): Add an xref to the above description.
51274035
EZ
8063 (Output Formats): More detailed description of the `c' format.
8064 (Memory): List explicitly all the formats supported by `x'.
638ac427 8065 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8066 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8067 files. Add more indexing for solib-absolute-prefix and
8068 --with-sysroot.
76d17f34
EZ
8069 (Machine Code): Document possible problems with locations in
8070 shared libraries.
d416eeec
EZ
8071 (Backtrace): Document that free-standing environments do not need
8072 to have a `main' function.
397ca115 8073
74f6deaa
NR
80742005-06-18 Nick Roberts <nickrob@snap.net.nz>
8075
8076 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8077 -stack-info-frame.
8078
a9967aef
AC
80792005-06-07 Andrew Cagney <cagney@gnu.org>
8080
8081 * gdb.texinfo (Contributors): Note the original multi-arch
8082 contributors.
8083
e09f16f9
EZ
80842005-06-03 Eli Zaretskii <eliz@gnu.org>
8085
8086 * gdb.texinfo (Registers): Add index entries for the standard
8087 registers.
8088 (Frames): Add cross-reference from frame pointer description to
8089 the Registers node.
8090 (Annotations Overview): Fix the reference to GDB name.
8091
d87ba7ee
EZ
80922005-06-01 Eli Zaretskii <eliz@gnu.org>
8093
8094 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8095 can-use-hw-watchpoints.
8096
034dad6f
BR
80972005-05-28 Bob Rossi <bob@brasko.net>
8098
8099 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8100 the possible reasons why an exec async record would be returned to FE.
8101
ffed4509
AC
81022005-05-26 Andrew Cagney <cagney@gnu.org>
8103
8104 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8105 Andrew Cagney implemented the original GDB/MI.
8106
e22e55c9
OF
81072005-05-23 Orjan Friberg <orjanf@axis.com>
8108
8109 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8110 documentation. Add documentation for cris-mode.
8111
a78e13ce
EZ
81122005-05-20 Eli Zaretskii <eliz@gnu.org>
8113
8114 * gdb.texinfo (Numbers): Explain the example and make the wording
8115 more acurate.
8116
76ff342d
DJ
81172005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8118 Dennis Brueni <dennis@slickedit.com>
8119
8120 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8121 (GDB/MI Data Manipulation, GDB/MI Program Control)
8122 (GDB/MI Stack Manipulation): Update examples to include the fullname
8123 attribute in stack frames.
8124
119b882a
EZ
81252005-05-12 Eli Zaretskii <eliz@gnu.org>
8126
8127 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8128 do with other non-standard names of init files.
8129
6fc08d32
EZ
81302005-05-11 Eli Zaretskii <eliz@gnu.org>
8131
8132 * gdb.texinfo (Command Files): Move the description of the startup
8133 from here...
8134 (Startup): ...to this new subsection of the Invocation chapter.
8135 Rearrange the description of init files more logically and add a
8136 cross-reference to "Command Files". Document the special gdbinit
8137 name for CISCO 68k. Expand the description of what GDB does
8138 during startup.
8139 (History): Add index entry for HISTSIZE.
8140
a561754a
MK
81412005-05-02 Mark Kettenis <kettenis@gnu.org>
8142
8143 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8144
2eecc4ab
EZ
81452005-05-02 Eli Zaretskii <eliz@gnu.org>
8146
8147 * gdb.texinfo (SVR4 Process Information, The isatty call)
8148 (The system call): Don't use foo(N) notation for man pages and
8149 functions.
514c4d71 8150 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8151
18999be5
EZ
81522005-04-27 Eli Zaretskii <eliz@gnu.org>
8153
8154 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8155 were optimized away.
8156
0abb7bc7
EZ
81572005-04-22 Eli Zaretskii <eliz@gnu.org>
8158
8159 * gdb.texinfo (Remote configuration): Document "set/show
8160 get-thread-local-storage-address". Add cross-reference to the
8161 description of the qGetTLSAddr packet.
8162 (General Query Packets): Mention "set remote
8163 get-thread-local-storage-address" and add a reference to its
8164 description.
8165
6f61acb1
NR
81662005-04-19 Nick Roberts <nickrob@snap.net.nz>
8167
8168 * gdb.texinfo (Backtrace): Describe 'bt full'.
8169
9d59903a
NR
81702005-04-17 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * gdb.texinfo (Mode Options): Fix typo.
8173 (GDB/MI): Describe how to invoke GDB/MI.
8174
721c2651
EZ
81752005-04-16 Eli Zaretskii <eliz@gnu.org>
8176
8177 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8178 references changed. Add description of "info udot".
721c2651
EZ
8179 (Files): Document "set/show stop-on-solib-events".
8180 (M32R/D): Document "set/show download-path", "set/show
8181 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8182 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8183 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8184 (Maintenance Commands): Improve indexing.
8185 (Target Commands): Document "set/show hash", "set/show debug
8186 monitor".
8187 (SVR4 Process Information): Document "info pidlist" and "info
8188 meminfo". Document "set/show procfs-tarce" and "set/show
8189 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8190 (Symbols, The Print Command with Objective-C): Improve indexing.
8191 (Objective-C): Add references to "info classes" and "info
8192 selectors".
c45da7e6
EZ
8193 (Debugging Output): Improve wording. Document "set/show debug
8194 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8195 (Set Breaks): Add index entry for "hardware breakpoints".
8196 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8197 and "set/show usehardbreakpoints".
8198 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8199 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8200 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8201 rdiromatzero", "set/show rdiheartbeat".
8202 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8203 "sds".
8204 (Embedded Processors): Document the "sim" command.
8205 (Remote): Document the "remote" command.
8206 (DJGPP Native): Document the "info serial" command.
8207 (Threads): Document "maint info sol-threads".
8208 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8209 (Set Breaks): Improve indexing.
8210 (Command Syntax): Add a reference to dont-repeat.
8211 (Define): Document "dont-repeat".
8212 (TUI Commands): Document "tabset".
8213 (WinCE): New subsection. Document "set/show remotedirectory",
8214 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8215
14d6dd68
EZ
82162005-04-15 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo (Hurd Native): New subsection, documents
8219 Hurd-specific commands.
a64548ea 8220 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8221 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8222 (MIPS): Improve documentation of heuristic-fence-post. Document
8223 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8224 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8225 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8226 (ARM): Document ARM-specific commands.
a64548ea
EZ
8227 (AVR): New section. Document "info io_registers".
8228 (CRIS): New section. Document "set/show cris-version" and
8229 "set/show cris-dwarf2-cfi".
8230 (HPPA): New section. Document "set/show debug hppa" and "maint
8231 print unwind".
a5adf40f 8232 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8233 (Super-H): New section. Document the "regs" command.
721c2651 8234 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8235
9c16f35a
EZ
82362005-04-09 Eli Zaretskii <eliz@gnu.org>
8237
8238 * gdb.texinfo (Print Settings): Document "set/show print
8239 pascal_static-members", "set print repeats", "show print
8240 null-stop". Improve indexing. Fix documentation of "set print
8241 union".
8242 (Pascal): New section.
8243 (Supported languages): Rename from "Support"; all references
8244 updated. Add a menu item for Pascal.
8245 (Numbers): Document "set radix.
8246 (Screen Size): Document "set/show pagination".
8247 (MIPS Embedded): Remove "set processor" documentation.
8248 (Remote configuration): Document "set/show X/P/Z-packet",
8249 "set/show read-aux-vector-packet", "set/show remote
8250 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8251 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8252 remotedebug", "set/show remotebreak", "set/show remotedevice",
8253 "set/show remotelogfile".
8254 (Auxiliary Vector): Add reference to the description of the
8255 read-aux-vector-packet setting.
8256 (Set Watchpoints): Add a cross-reference to "set remote
8257 hardware-breakpoint-limit".
8258 (General Query Packets): Add indexing of requests and
8259 cross-references to related commands in "Remote configuration".
8260 (File-I/O Overview, The system call): Fix wording and typos.
8261 (Thread Stops): Add index entries.
8262 (Continuing and Stepping): Document "show step-mode".
8263 (i386): New node. Document "set/show struct-convention".
8264 (Files): Document "show trust-readonly-sections".
8265 (Calling): Document "set/show unwindonsignal".
8266 (Messages/Warnings): Add index entries.
8267 (Maintenance Commands): Document "set/show watchdog".
8268 (Annotations Overview): Document "show annotate".
8269 (Set Watchpoints): Add index entries.
8270 (Symbols): Fix doc of case-sensitive.
8271 (ABI): Document "show coerce-float-to-double".
8272 (Convenience Vars, Help): Improve indexing.
8273 (Machine Code): Document "show disassembly-flavor".
8274 (Debugging C plus plus): Document "show overload-resolution".
8275 (Value History, Signaling): Add index entries.
8276
82772005-04-08 Eli Zaretskii <eliz@gnu.org>
8278
8279 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8280 (Processes): Fix wording.
8281 (History, List, Logging output, Define, Symbols, Print Settings):
8282 Improve indexing.
8283
a8f24a35
EZ
82842005-04-03 Eli Zaretskii <eliz@gnu.org>
8285
8286 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8287 redundant index entry for "target" command.
8288 (Backtrace): Add index entries.
8289 (Symbols, Fortran): Document the "set case-sensitive" command.
8290 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8291 (Print Settings): Add index entry for "set demangle-style".
8292 (Target Commands): Document "set download-write-size".
8293 (Debugging Output): Document "set exec-done-display".
8294
09d4efe1
EZ
82952005-04-02 Eli Zaretskii <eliz@gnu.org>
8296
8297 * gdb.texinfo (Files): Fix the name and documentation of
8298 add-shared-symbol-files. Document its alias assf. Update the
8299 list of OSs where GDB supports shared libraries. Fix markup.
8300 (Continuing and Stepping): Add reference to @var{location} in the
8301 text.
8302 (Dump/Restore Files): Fix reference to @{filename}.
8303 (Help): Fix wording.
8304 (Attach): Ditto.
8305 (Set Watchpoints): Ditto.
8306 (Backtrace): Remove redundant index entries. Improve index
8307 entries.
8308 (Delete Breaks): Fix wording.
8309 (Memory): Document the compare-sections command.
8310 (Memory Region Attributes): Improve wording.
8311 (Disabling): Improve wording.
8312 (Fortran): New subsection. Document the "info common" command.
8313 (Help): Document aliases "info copying" and "info warranty".
8314 (Caching Remote Data): New section. Document the "set/show
8315 remotecache" and "info dcache" commands.
8316 (Show): Fix wording of the documentation of the "set
8317 extension-language" command.
8318 (Signals): Add index entry for "info handle".
8319 (Memory Region Attributes): Fix punctuation.
8320 (Symbols): Change the arg name to "location" and refer to it in
8321 the text. Fix wording of "info types" doc.
8322 (Threads): Fix usage of @enumerate @item's.
8323 (Listing Tracepoints): Add index entry for "info tp".
8324 (Set Watchpoints): Add xref to "info break" description.
8325 (Macros): Add an index entry for "macro exp1". Document the
8326 "macro list" command.
8327 (Maintenance Commands): Document "flushregs", "maint agent",
8328 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8329 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8330 "maint print architecture", "maint print objfiles", "maint print
8331 statistics", "maint print type", "maint show-debug-regs", "maint
8332 space", "maint time", and "maint translate-address".
8333 (Connecting): Document the "monitor" command.
8334 (Annotations Overview): Describe the "set annotate" command.
8335
82f2d802
EZ
83362005-04-01 Eli Zaretskii <eliz@gnu.org>
8337
8338 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8339 Rearrange index entries and improve wording about support for
8340 hardware watchpoints.
8341
7d51c7de
BR
83422005-03-10 Bob Rossi <bob@brasko.net>
8343
8344 * gdb.texinfo: Update copyright
8345
68c71a2e
TR
83462005-02-09 Theodore A. Roth <troth@openavr.org>
8347
8348 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8349 error.
8350
83761cbd
KB
83512005-02-03 Kevin Buettner <kevinb@redhat.com>
8352
8353 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8354
9f1c6395
MS
83552005-01-17 Michael Snyder <msnyder@redhat.com>
8356
8357 * gdb.texinfo: Fix spelling, infinte -> infinite.
8358
fbd1b305
MK
83592005-01-08 Mark Kettenis <kettenis@gnu.org>
8360
8361 * observer.texi (GDB Observers): Document "solib_loaded".
8362
3ace7edb
AC
83632005-01-07 Andrew Cagney <cagney@gnu.org>
8364
bec39cab
AC
8365 * configure.ac: Rename configure.in, require autoconf 2.59.
8366 * configure: Re-generate.
8367
3ace7edb
AC
8368 * configure.in: Replace configdirs with multiple references to
8369 AC_CONFIG_SUBDIRS.
8370 * configure: Re-generate.
5ae4183a 8371
53531fc1
AC
83722005-01-04 Andrew Cagney <cagney@gnu.org>
8373
8374 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8375 part of the version number.
8376
536ffdb7
MK
83772004-12-24 Mark Kettenis <kettenis@gnu.org>
8378
8379 * gdbint.texinfo (Algorithms): Remove description of
8380 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8381
e1aac25b
JB
83822004-12-07 Jim Blandy <jimb@redhat.com>
8383
8384 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8385 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8386 numbers.
8387
f47b1503
AS
83882004-12-07 Andreas Schwab <schwab@suse.de>
8389
8390 * gdb.texinfo (Mode Options): Document -l option.
8391
b6b8ece6
EZ
83922004-12-04 Eli Zaretskii <eliz@gnu.org>
8393
8394 * gdbint.texinfo (Algorithms): More accurate description of
8395 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8396 is not needed unless data-read and data-access watchpoints are
8397 supported. Add a description of how GDB checks whether the
8398 inferior stopped because a watchpoint was hit.
8399
01371747
EZ
84002004-11-23 Eli Zaretskii <eliz@gnu.org>
8401
8402 * gdb.texinfo (Files): Add cross-reference to description of
8403 -readnow command-line switch.
8404
2315ffec
RC
84052004-11-10 Randolph Chung <tausq@debian.org>
8406
8407 * gdb.texinfo: Document set/show backtrace past-entry commands.
8408 Rearrange index entries for set/show backtrace past-main.
8409
69065f5d
AC
84102004-11-10 Jon Beniston <jon@beniston.com>
8411
8412 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8413 * gdb.texinfo (Remote Serial Protocol): Further describe
8414 binary transfer escaping mechanism .
69065f5d 8415
30e91e0b
RC
84162004-11-08 Randolph Chung <tausq@debian.org>
8417
8418 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8419 and "show debug infrun". Add index entries.
8420
60bf7e09
EZ
84212004-10-23 Eli Zaretskii <eliz@gnu.org>
8422
8423 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8424 "info proc" that are already implemented. Add index entries.
8425 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8426 (Files): Add a tip for decreasing memory used for symtabs from
8427 shared libraries.
f018e82f
EZ
8428 (Starting): Fix whitespace; make "elaboration" stand out where it
8429 is first used, and add an index entry for the term.
f8568604
EZ
8430 (Calling): Expand and elaborate text. Add "print". Add the
8431 description of problems with weak aliases.
384ee23f 8432 (Core File Generation): New section.
60bf7e09 8433
d52fe014
AC
84342004-10-12 Andrew Cagney <cagney@gnu.org>
8435
8436 * gdbint.texinfo (Versions and Branches): New chapter.
8437 (Releasing GDB): Delete "Versions and Branches" section.
8438 (Top): Add "Versions and Branches".
8439
703663ab
EZ
84402004-10-08 Eli Zaretskii <eliz@gnu.org>
8441
8442 * gdb.texinfo (Editing, History): Add cross-references to the
8443 included Readline and History user documentation. Remove
8444 references to the symbol have-readline-appendices which is unused
8445 and undefined.
8446 (History): Fix indexing.
8447
ac77d04f
JJ
84482004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8449
8450 * gdbint.texinfo (target_stopped_data_address): Update to
8451 new prototype.
8452 (i386_stopped_data_address): Update prototype and description.
8453 (i386_stopped_by_watchpoint): New function and description.
8454
e07c999f
PH
84552004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8456
8457 * gdb.texinfo (Filenames): Add Ada suffixes.
8458 (Ada) New section.
8459
2e868123
AC
84602004-09-27 Andrew Cagney <cagney@gnu.org>
8461 Robert Picco <Robert.Picco@hp.com>
8462
8463 * gdb.texinfo (Packets): Document the "p" packet.
8464
02a57714
JM
84652004-09-21 Jason Molenda (jmolenda@apple.com)
8466
8467 * gdb.texinfo (Paths and Names of the Source Files): Document the
8468 meaning of values in the 'desc' field of a SO stab.
8469
ae038cb0
DJ
84702004-09-20 Daniel Jacobowitz <dan@debian.org>
8471
8472 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8473 max-cache-age" and "maint show dwarf2 max-cache-age".
8474
f7dc1244
EZ
84752004-09-16 Eli Zaretskii <eliz@gnu.org>
8476
8477 * gdb.texinfo (Set Breaks): Add index entry for setting
8478 breakpoints on overloaded C++ functions that are not members of
8479 any classes. Add an example and an index entry for setting
8480 breakpoints on all program functions.
8481 (Character Sets, Macros, Overlay Commands)
8482 (Non-debug DLL symbols, GDB/MI Output Syntax)
8483 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8484 Use "(@value{GDBP})" instead of a literal "(gdb)".
8485
f810308b
AC
84862004-09-12 Andrew Cagney <cagney@gnu.org>
8487
8488 * gdbint.texinfo (Native Debugging): Delete description of
8489 FILES_INFO_HOOK.
8490
15a661f3
PH
84912004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8492
5ae4183a
AS
8493 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8494 to hex_string_custom (not historically correct, but more
15a661f3
PH
8495 understandable, given the current code).
8496
f3219c75
AC
84972004-09-03 Andrew Cagney <cagney@gnu.org>
8498
8499 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8500
f3bb6704
JJ
85012004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8502
8503 * observer.texi (solib_unloaded): New observer.
8504
8d2c00cb
AC
85052004-08-24 Andrew Cagney <cagney@gnu.org>
8506
8507 * gdbint.texinfo (Target Architecture Definition): Add missing
8508 comma.
8509
e7dc800a
MC
85102004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8511
8512 * (Using the Testsuite): build != host is supported,
8513 but some test scripts do not support build != host.
8514
73b03683
MK
85152004-08-14 Mark Kettenis <kettenis@gnu.org>
8516
8517 * gdbint.texinfo (Host Definition): Delete description of
8518 FCLOSE_PROVIDED and GETENV_PROVIDED.
8519
c0ccb908
MK
85202004-08-05 Mark Kettenis <kettenis@chello.nl>
8521
8522 * gdbint.texinfo (Host Definition): Delete description of
8523 NO_SYS_FILE.
8524 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8525 PTRACE_FP_BUG.
8526
9c8dbfa9
AC
85272004-08-05 Andrew Cagney <cagney@gnu.org>
8528
8529 * gdbint.texinfo (Target Architecture Definition): Delete
8530 reference to deprecated_read_fp.
8531
f42accbe
AC
85322004-08-02 Andrew Cagney <cagney@gnu.org>
8533
8534 * gdbint.texinfo (Target Architecture Definition): Delete
8535 description of DEPRECATED_REGISTER_BYTES.
8536
0b66e38c
EZ
85372004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8538
8539 * gdb.texinfo (Source Path): Document the new behavior of
8540 searching for the source files.
8541
15387254
EZ
85422004-07-17 Eli Zaretskii <eliz@gnu.org>
8543
8544 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8545 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8546 (Auto Display): Improve indexing.
8547
2c07db7a
AC
85482004-07-16 Andrew Cagney <cagney@gnu.org>
8549
8550 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8551 "-noasync".
8552
4644b6e3
EZ
85532004-07-09 Eli Zaretskii <eliz@gnu.org>
8554
8555 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8556 have the same prefix have only their prefix in the index.
8557
7561d450
MK
85582004-07-03 Mark Kettenis <kettenis@gnu.org>
8559
8560 * gdb.texinfo (BSD libkvm Interface): New node (section)
8561 (Native): Add it to the menu.
8562
67bebe79
MK
85632004-07-01 Mark Kettenis <kettenis@gnu.org>
8564
8565 * gdbint.texinfo (Target Architecture Definition): Remove
8566 PCC_SOL_BROKEN.
8567
1a6923e0
MK
85682004-06-24 Mark Kettenis <kettenis@gnu.org>
8569
8570 * gdbint.texinfo (Target Architecture Definition): Remove
8571 SUN_FIXED_LBRAC_BUG.
8572
b435e160
AC
85732004-06-26 Andrew Cagney <cagney@gnu.org>
8574
8575 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8576
b5622e8d
AC
85772004-06-20 Andrew Cagney <cagney@gnu.org>
8578
8579 * gdbint.texinfo (Target Architecture Definition): Deprecate
8580 USE_STRUCT_CONVENTION.
8581
e0c07bf0
MC
85822004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8583
8584 gdb.texinfo (Bug Reporting): Mention session recording,
8585 with the script command or Emacs.
8586
782263ab
AC
85872004-06-18 Andrew Cagney <cagney@gnu.org>
8588
8589 * gdbint.texinfo (Target Architecture Definition): Deprecate
8590 FUNCTION_START_OFFSET.
8591
03727ca6
AC
85922004-06-14 Andrew Cagney <cagney@gnu.org>
8593
8594 Based on changes from Karl Berry.
8595 * gdb.texinfo: Do not use @sc in a direntry.
8596 * stabs.texinfo: Change @dircateogry to "Software development".
8597 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8598
97092415
AC
85992004-06-13 Andrew Cagney <cagney@gnu.org>
8600
8601 * gdbint.texinfo (Target Architecture Definition): Delete
8602 description of RETURN_VALUE_ON_STACK.
8603
1f6d4158
AC
86042004-06-09 Andrew Cagney <cagney@gnu.org>
8605
8606 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8607 deleted by previous patch.
8608
d966f0cb
AC
86092004-06-08 Andrew Cagney <cagney@gnu.org>
8610
8611 * gdbint.texinfo (Native Debugging): Delete documentation on
8612 ATTACH_DETACH.
8613
86fe4aaa
RC
86142004-06-06 Randolph Chung <tausq@debian.org>
8615
8616 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8617
d4b6d575
RC
86182004-06-06 Randolph Chung <tausq@debian.org>
8619
5ae4183a 8620 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8621 the new push_dummy_call method signature. Describe the function
8622 argument.
8623
4e8b0763
JB
86242004-05-24 Joel Brobecker <brobecker@gnat.com>
8625
8626 * gdb.texinfo (Starting): Document new start command.
8627
59caf092
AC
86282004-05-21 Andrew Cagney <cagney@redhat.com>
8629
8630 * observer.texi (GDB Observers): Document "inferior_created".
8631
e4a2df64
AC
86322004-05-08 Andrew Cagney <cagney@redhat.com>
8633
e6b55ae2
AC
8634 * gdbint.texinfo (Target Architecture Definition): Delete
8635 description of DO_DEFERRED_STORES.
8636
28954179
AC
8637 * gdbint.texinfo (Target Architecture Definition): Delete
8638 references to DEPRECATED_FIX_CALL_DUMMY.
8639
434b87dd
AC
8640 * gdbint.texinfo (Target Architecture Definition): Delete
8641 description of DEPRECATED_CALL_DUMMY_WORDS,
8642 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8643
58d28df8
AC
8644 * gdbint.texinfo (Target Architecture Definition): Delete
8645 description of DEPRECATED_PUSH_DUMMY_FRAME.
8646
e4a2df64
AC
8647 * gdbint.texinfo (Target Architecture Definition): Delete
8648 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8649
2b4855ab
AC
86502004-05-07 Andrew Cagney <cagney@redhat.com>
8651
8652 * observer.texi (GDB Observers): Add "Debugging" section. Include
8653 cross reference to "set/show debug observer".
8654 * gdb.texinfo (Debugging Output): Document "set/show debug
8655 observer".
8656
fcf70625
AC
86572004-05-01 Andrew Cagney <cagney@redhat.com>
8658
8659 * gdbint.texinfo (Target Architecture Definition): Delete
8660 description of DEPRECATED_PC_IN_SIGTRAMP.
8661
8ee56bcf
AC
86622004-04-30 Andrew Cagney <cagney@redhat.com>
8663
8664 * gdbint.texinfo (Target Architecture Definition): Delete
8665 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8666
67ab9a76
OF
86672004-04-30 Orjan Friberg <orjanf@axis.com>
8668
8669 * observer.texi (GDB Observers): Correct spelling.
8670
79346bcb
OF
86712004-04-26 Orjan Friberg <orjanf@axis.com>
8672
8673 * observer.texi (GDB Observers): Add target_changed event.
8674
7a464420
AC
86752004-04-08 Andrew Cagney <cagney@redhat.com>
8676
8677 * observer.texi (GDB Observers): Rework, provide generic observer
8678 definitions and then a list of observable events.
8679
6cdf9d98
AC
86802004-04-04 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Host Definition): Delete reference to
8683 NO_SIGINTERRUPT.
8684
ddc135a4
AC
86852004-04-02 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbint.texinfo (Target Architecture Definition): Delete
8688 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8689
6a1b180d
SC
86902004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8691
8692 * gdb.texinfo (TUI Commands): Document tui reg commands.
8693
d0d5df6f
AC
86942004-03-26 Andrew Cagney <cagney@redhat.com>
8695
8696 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8697 "gdbtui".
8698 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8699 (Contributors): Mention both Text and Terminal User Interface.
8700
aa2a3f87
AC
87012004-03-23 Andrew Cagney <cagney@redhat.com>
8702
8703 * gdbint.texinfo (Target Architecture Definition): Deprecate
8704 references to SIGTRAMP_START and SIGTRAMP_END.
8705
f561f026
AC
87062004-03-23 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbint.texinfo (Target Architecture Definition): Deprecate
8709 references to PC_IN_SIGTRAMP.
8710
33cb8b0f
AC
87112004-03-19 Andrew Cagney <cagney@redhat.com>
8712
8713 * gdbint.texinfo (Target Architecture Definition): Delete
8714 reference to GDB_TARGET_IS_HPPA.
8715
fc989b7a
AC
87162004-03-18 Andrew Cagney <cagney@redhat.com>
8717
8718 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8719 describe pre_init and post_init.
8720
701b08bb
DJ
87212004-03-09 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * gdb.texinfo (Debugging Output): Document values for "set debug
8724 target".
8725
faae5abe
AC
87262004-02-28 Andrew Cagney <cagney@redhat.com>
8727
8728 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8729
dd79a6cf
JJ
87302004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8731
8732 * gdb.texinfo (breakpoints): Add information about the
8733 new "set breakpoint pending" and "show breakpoint pending"
8734 commands.
8735
e7f16015
AC
87362004-02-26 Andrew Cagney <cagney@redhat.com>
8737
8738 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8739 in Per-architecture module data section.
8740
7161a3a6
RM
87412004-02-25 Roland McGrath <roland@redhat.com>
8742
8743 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8744
2154891a
AC
87452004-02-24 Andrew Cagney <cagney@redhat.com>
8746
8747 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8748 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8749 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8750
6c74ac8b
AC
87512004-02-17 Andrew Cagney <cagney@redhat.com>
8752
8753 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8754
19772a2c
AC
87552004-02-16 Andrew Cagney <cagney@redhat.com>
8756
8757 * gdbint.texinfo (Target Architecture Definition): Deprecate
8758 FRAMELESS_FUNCTION_INVOCATION.
8759
c9830293
AC
87602004-02-16 Andrew Cagney <cagney@redhat.com>
8761
8762 * gdbint.texinfo (Coding): Mention -Wunused-function.
8763
b9d26eb9
AC
87642004-02-14 Andrew Cagney <cagney@redhat.com>
8765
8766 * gdbint.texinfo (Target Architecture Definition): Delete
8767 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8768
49efadf5
EZ
87692004-02-12 Elena Zannoni <ezannoni@redhat.com>
8770
8771 * gdb.texinfo: Properly quote the name "C++".
8772 * gdbint.texinfo: Ditto.
8773 * stabs.texinfo: Ditto.
8774
1eb288ea
EZ
87752004-02-11 Elena Zannoni <ezannoni@redhat.com>
8776
8777 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8778 minimal information about libiberty.
8779
e4937fc1
MC
87802004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8781
8782 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8783
a9331b3f
RM
87842004-02-04 Roland McGrath <roland@redhat.com>
8785
8786 * gdb.texinfo (Auxiliary Vector): New node (section).
8787 (Data): Add it to the menu.
8788
2650777c
JJ
87892004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8790
8791 * gdb.texinfo (Breakpoints): Add information about pending
8792 breakpoint support.
8793
b4501125
AC
87942004-01-26 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdb.texinfo (Overview): Delete references to the cisco protocol
8797 including the "N" response.
8798
74055713
AC
87992004-01-26 Andrew Cagney <cagney@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Rename
8802 EXTRACT_STRUCT_VALUE_ADDRESS to
8803 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8804
3bbe9696
EZ
88052004-01-24 Eli Zaretskii <eliz@gnu.org>
8806
8807 * gdb.texinfo (KOD): Document "show os". Add index entries for
8808 "set/show os" and "info cisco" commands.
8809
5843504f
EZ
88102004-01-21 Eli Zaretskii <eliz@gnu.org>
8811
8812 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8813
9175c9a3
MC
88142004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8815
8816 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8817 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8818
8e94b928
NR
88192004-01-19 Nick Roberts <nick@nick.uklinux.net>
8820
8821 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8822 -stack-list-locals.
8823 (GDB/MI Variable Objects): Describe extension to
8824 -var-list-children.
8825
a20cf136
DJ
88262004-01-17 Daniel Jacobowitz <drow@mvista.com>
8827
8828 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8829
afb18d0f
AC
88302004-01-17 Andrew Cagney <cagney@redhat.com>
8831
8832 * gdbint.texinfo (Target Architecture Definition): Delete
8833 documentation on DEPRECATED_NPC_REGNUM.
8834
b51970ac
DJ
88352004-01-13 Daniel Jacobowitz <drow@mvista.com>
8836
8837 * gdb.texinfo: Update copyright year. Mention that set
8838 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8839 "set follow-fork-mode ask".
8840
0f0cffd2
AC
88412004-01-13 Andrew Cagney <cagney@redhat.com>
8842
8843 * gdbint.texinfo: Update copyright year.
8844 (Coding): Add -Wunused-label to list of -Werror warnings.
8845
c552b3bb 88462004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8847 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8848
8849 * gdb.texinfo: Update copyright.
8850 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8851 around names, as appropriate. Minor syntax cleanup of
8852 _NSPrintForDebugger explanation. Two spaces after periods.
8853 GDBN used instead of lit. "gdb". Index entries added for
8854 print-object and _NSPrintForDebugger. @noindent added in one spot.
8855
afe157ca
EZ
88562003-11-11 Elena Zannoni <ezannoni@redhat.com>
8857
8858 * stabs.texinfo: Add dircategory and direntry commands.
8859 * annotate.texinfo: Ditto.
8860
963e2bb7
AC
88612003-11-10 Andrew Cagney <cagney@redhat.com>
8862
8863 * gdbint.texinfo (Target Architecture Definition): Replace the
8864 return_value method's "inval" and "outval" parameters with
8865 "readbuf" and "writebuf".
8866
1d8b2f28
JB
88672003-10-28 Jim Blandy <jimb@redhat.com>
8868
8869 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8870 from "The `F' request packet" and "The `F' reply packet", to make
8871 texi2dvi happy.
8872 (File-I/O remote protocol extension): Update menu entries, too.
8873
36d86913
MC
88742003-10-26 Michael Chastain <mec@shout.net>
8875
8876 * gdb.texinfo (Thread Stops): Document the issue with
8877 premature return from system calls in multi-threaded programs.
8878
ce2826aa
AC
88792003-10-24 Andrew Cagney <cagney@redhat.com>
8880
8881 * annotate.texinfo: Fix "fortunatly"[sic].
8882
f24c5e49
KI
88832003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8884
8885 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8886 with "Hitachi" and "Mitsubishi".
8887
92ad9cd9
AC
88882003-10-20 Andrew Cagney <cagney@redhat.com>
8889
8890 * gdbint.texinfo (Target Architecture Definition): Document
8891 gdbarch_return_value. Add cross references from
8892 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8893 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8894
0ab4b752
MK
88952003-10-18 Mark Kettenis <kettenis@gnu.org>
8896
8897 * gdbint.texinfo (Target Architecture Definition): Document
8898 regset_from_core_section.
fb3e19c0
KI
8899
89002003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8901
8902 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8903
a9331b3f 89042003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8905
8906 From Anthony Green <green@redhat.com>:
5ae4183a 8907 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8908
1485d690
KB
89092003-10-14 Kevin Buettner <kevinb@redhat.com>
8910
889bf7c5
PA
8911 * gdb.texinfo (Breakpoint related warnings): New node.
8912 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8913
86d30acc
DJ
89142003-10-13 Daniel Jacobowitz <drow@mvista.com>
8915
8916 * gdb.texinfo (Remote Protocol): Document v and vCont.
8917
172c2a43
KI
89182003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8919
8920 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8921 * gdbint.texinfo: Ditto.
8922
71952f4c
AC
89232003-10-09 Andrew Cagney <cagney@redhat.com>
8924
8925 From 2003-09-18 David Anderson <davea@sgi.com>:
8926 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8927 "command".
8928
268e2188
AC
89292003-10-03 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdbint.texinfo (Target Architecture Definition): Deprecate
8932 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8933 just target.
8934
12c266ea 89352003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8936
f30992d4 8937 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8938 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8939 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8940 * gdbint.texinfo (Target Architecture Definition): Rename
8941
89422003-09-30 Andrew Cagney <cagney@redhat.com>
8943
f30992d4 8944 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8945 (Target Architecture Definition):
f30992d4 8946
2e092625
AC
8947 * gdbint.texinfo (Target Architecture Definition): Rename
8948 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8949
0717ae8a
AC
89502003-09-29 Andrew Cagney <cagney@redhat.com>
8951
dad809b7
AC
8952 * gdbint.texinfo (Target Architecture Definition): Delete
8953 documentation for NEED_TEXT_START_END.
8954
0717ae8a
AC
8955 * gdbint.texinfo (Target Architecture Definition): Rename
8956 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8957 TARGET_WRITE_PC.
a9331b3f 8958
af6cf26d
MC
89592003-09-22 Michael Chastain <mec@shout.net>
8960
8961 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8962
ee206350
AG
89632003-09-21 Anthony Green <green@redhat.com>
8964
8965 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8966
a38c9fe6
MK
89672003-09-21 Mark Kettenis <kettenis@gnu.org>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Document
8970 stabs_argument_has_addr.
8971
77949794
AC
89722003-09-18 Andrew Cagney <cagney@redhat.com>
8973
8974 * gdbint.texinfo (Target Architecture Definition): Delete
8975 documentation on REGISTER_NAMES.
8976
8e823e25
MK
89772003-09-13 Mark Kettenis <kettenis@gnu.org>
8978
8979 * gdbint.texinfo (Target Architecture Definition): Replace
8980 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8981
f27dd7fd
AC
89822003-09-11 Andrew Cagney <cagney@redhat.com>
8983
8984 * gdbint.texinfo (Target Architecture Definition): Replace
8985 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8986
8b148df9
AC
89872003-08-18 Andrew Cagney <cagney@redhat.com>
8988
8989 * gdbint.texinfo (Target Architecture Definition): Document
8990 "frame_red_zone_size".
8991
25d29d70
AC
89922003-08-09 Andrew Cagney <cagney@redhat.com>
8993
8994 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8995 with "set/show backtrace past-main" and "set/show backtrace
8996 limit".
8997
c938e9b0
L
89982003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8999
9000 * Makefile.in (install-info): Support DESTDIR.
9001 (install-html): Likewise.
9002
64fabec2
AC
90032003-08-07 Andrew Cagney <cagney@redhat.com>
9004
9005 Patch from Nick Roberts.
9006 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9007 bindings. Remove description of send-gdb-command.
9008
2fcf52f0
AC
90092003-08-07 Andrew Cagney <cagney@redhat.com>
9010
9011 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9012 GDB 6.0.
9013
086432e2
AC
90142003-08-06 Andrew Cagney <cagney@redhat.com>
9015
9016 * gdb.texinfo (Mode Options): Mention that level three is the
9017 highest available and that level 2 is deprecated.
9018 (Annotations Overview): Mention annotation levels. Cross reference
9019 to "Limitations of the Annotation Interface" in annotate.texi.
9020 (TODO, Value Annotations, Frame Annotations): Delete section.
9021 (Displays, Breakpoint Info): Delete.
9022
e5249f67
AC
90232003-08-04 Andrew Cagney <cagney@redhat.com>
9024
9025 * agentexpr.texi: Delete @bye.
9026 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9027 (stabs.info): Add $(srcdir) to include search path.
9028 (html): Depend on "annotate_toc.html", and not "annotate.html".
9029 * stabs.texinfo: Ditto. Include "fdl.texi".
9030 * gdbint.texinfo: Update copyright statement's list of invariant
9031 sections.
9032
e6f672d2
AC
90332003-07-28 Andrew Cagney <cagney@redhat.com>
9034
9035 * Makefile.in (INFO_DEPS): Add annotate.info.
9036 (dvi, ps, html, pdf): Add annotate.
9037 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9038 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9039 (ANNOTATE_DOC_FILES): New macro.
9040 (ANNOTATE_TEX_TMPS): New macro.
9041 (annotate.info, annotate_toc.html): Specify dependencies.
9042 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9043 * annotate.texinfo: Rename annotate.texi. Get building. Add
9044 "Migrating to GDB/MI" and "Limitations of the Annotation
9045 Interface" chapters. Mention why it is not part of the user
9046 guide. Update copyright notice. Include "fdl.texi".
9047
72ffddc9
SC
90482003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9049
9050 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9051
a9f12a31
DJ
90522003-07-24 Daniel Jacobowitz <drow@mvista.com>
9053
9054 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9055
b1fe9455
DJ
90562003-07-24 Daniel Jacobowitz <drow@mvista.com>
9057
9058 * gdb.texinfo (Server): Mention pidof.
9059
153721e6
AC
90602003-07-22 Andrew Cagney <cagney@redhat.com>
9061
9062 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9063 list.
9064
0fac0b41
DJ
90652003-06-28 Daniel Jacobowitz <drow@mvista.com>
9066
9067 * gdb.texinfo (Logging output): New chapter.
9068
4e562065
JB
90692003-06-24 Joel Brobecker <brobecker@gnat.com>
9070
9071 * gdb.texinfo (Unsupported languages): New section.
9072 (Languages): Add link to new section.
9073
f2c06f52
AC
90742003-06-22 Andrew Cagney <cagney@redhat.com>
9075
9076 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9077
b4177fca
DJ
90782003-06-22 Daniel Jacobowitz <drow@mvista.com>
9079
9080 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9081
f418dd93
DJ
90822003-06-22 Daniel Jacobowitz <drow@mvista.com>
9083
9084 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9085 * agentexpr.texi: Retitle section, and change it to an appendix.
9086 Comment out texinfo initialization. Factor a @var{} into two
9087 pieces to prevent makeinfo warnings.
9088 * gdb.texinfo: Add Agent Expressions appendix.
9089
4ca61388
DJ
90902003-06-19 Daniel Jacobowitz <drow@mvista.com>
9091
9092 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9093
07f31aa6
DJ
90942003-06-18 Daniel Jacobowitz <drow@mvista.com>
9095
5ae4183a 9096 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9097 remote target". Document the "detach" and "disconnect" commands.
9098 (Server, Netware, Debug Session): Reference "Connecting to a
9099 remote target".
9100 (GDB/MI Target Manipulation): Document "-target-disconnect".
9101
2dd0da42
AC
91022003-06-13 Andrew Cagney <cagney@redhat.com>
9103
9104 * gdbint.texinfo (Target Architecture Definition): Deprecate
9105 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9106 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9107
e7a3abfc
JB
91082003-06-09 Jim Blandy <jimb@redhat.com>
9109
9110 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9111
25e3a86b
AC
91122003-06-08 Andrew Cagney <cagney@redhat.com>
9113
9114 * gdbint.texinfo (Target Architecture Definition): Delete
9115 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9116
a9e5fdc2
AC
91172003-06-08 Andrew Cagney <cagney@redhat.com>
9118
9119 * gdbint.texinfo (Target Architecture Definition): Document
9120 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9121
b37303ee
AF
91222003-06-07 Adam Fedor <fedor@gnu.org>
9123
9124 * gdb.texinfo: Add Objective-C documentation.
9125
39fe6e80
AC
91262003-06-01 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9129 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9130
125309b2
AC
91312003-05-21 Andrew Cagney <cagney@redhat.com>
9132
9133 * gdbint.texinfo (Target Architecture Definition): Delete
9134 references to "extract_address" and "store_address".
9135
b8b527c5
AC
91362003-05-16 Andrew Cagney <cagney@redhat.com>
9137
9138 * gdbint.texinfo (Target Architecture Definition): Replace
9139 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9140 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9141
50e3ee83
TR
91422003-05-14 Theodore A. Roth <troth@openavr.org>
9143
9144 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9145
44e2be90
L
91462003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9147
9148 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9149 (gdb.dvi): Likewise.
9150 (gdb.pdf): Likewise.
9151 (links2roff): Likewise.
9152
df5215a6
JB
91532003-05-08 Jim Blandy <jimb@redhat.com>
9154
9155 * gdb.texinfo (Dump/Restore Files): Update documentation for
9156 'dump', 'append', and 'restore': note that format argument is
9157 optional; simplify presentation of the command variants; and be
9158 more precise about the formats.
9159
5e7b2f39
JB
91602003-05-07 Jim Blandy <jimb@redhat.com>
9161
9162 * gdb.texinfo (Symbols): Update documentation: 'maint list
9163 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9164 symtabs' and 'maint info psymtabs'.
9165
b1e29e33
AC
91662003-05-05 Andrew Cagney <cagney@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Make
9169 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9170 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9171 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9172
00905d52
AC
91732003-05-04 Andrew Cagney <cagney@redhat.com>
9174
9175 * gdb.texinfo (Maintenance Commands): Document "maint print
9176 dummy-frames".
9177
54ff5908
AC
91782003-05-04 Andrew Cagney <cagney@redhat.com>
9179
9180 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9181
32e7087d
JB
91822003-05-03 J. Brobecker <brobecker@gnat.com>
9183
9184 Thierry Schneider <tpschneider1@yahoo.com>
9185 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9186 for new MI command.
9187
7043d8dc
AC
91882003-05-03 Andrew Cagney <cagney@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Document
9191 push_dummy_code. Add cross references.
9192
e33d66ec
EZ
91932003-05-02 Elena Zannoni <ezannoni@redhat.com>
9194
9195 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9196 set/show charsets commands.
9197
0ba6dca9
AC
91982003-04-28 Andrew Cagney <cagney@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Replace
9201 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9202 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9203
d7a27068
AC
92042003-04-28 Andrew Cagney <cagney@redhat.com>
9205
9206 * gdbint.texinfo (Target Architecture Definition): Rename
9207 "tm_print_insn" to "deprecated_tm_print_insn".
9208
44ea7b70
JB
92092003-04-09 Jim Blandy <jimb@redhat.com>
9210
9211 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9212 list psymtabs'.
9213
fb8f8949
AC
92142003-04-08 Andrew Cagney <cagney@redhat.com>
9215
9216 * gdbint.texinfo (Target Architecture Definition): Delete
9217 references to EXTRA_FRAME_INFO.
9218
32fb0f22
AC
92192003-04-08 Andrew Cagney <cagney@redhat.com>
9220
9221 * gdbint.texinfo (Target Architecture Definition): Delete
9222 PRINT_TYPELESS_INTEGER.
9223
6be67e67
JB
92242003-04-02 J. Brobecker <brobecker@gnat.com>
9225
9226 * observer.texi (GDB Observers): Adjust the documentation for the
9227 normal_stop notification to better describe reality. Fix a couple
9228 of minor typos.
9229
4e35d5f0
BR
92302003-04-02 Bob Rossi <bob_rossi@cox.net>
9231
a9331b3f 9232 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9233 '-file-list-exec-source-file'
9234
e8a8712a
AC
92352003-03-31 Andrew Cagney <cagney@redhat.com>
9236
9237 * gdbint.texinfo (Target Architecture Definition): Delete
9238 references to CALL_DUMMY_P.
9239
6c0e89ed
AC
92402003-03-30 Andrew Cagney <cagney@redhat.com>
9241
9242 * gdbint.texinfo (Target Architecture Definition): Remove
9243 reference to TARGET_WRITE_SP.
a9331b3f 9244
378bfd1b
AC
92452003-03-27 Andrew Cagney <cagney@redhat.com>
9246
9247 * gdbint.texinfo (Target Architecture Definition): Remove
9248 references to write_sp.
6c0e89ed 9249
922fbb7b
AC
92502003-03-27 Andrew Cagney <cagney@redhat.com>
9251
9252 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9253 chapter body. Use @smallexample instead of @example.
9254 (Annotations): Ditto.
9255 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9256 annotate.texi.
9257
b81774d8
AC
92582003-03-26 Andrew Cagney <cagney@redhat.com>
9259
9260 * gdbint.texinfo (Target Architecture Definition): Replace
9261 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9262 dummy_addr parameters.
9263
1bf6d5cc
AC
92642003-03-25 Andrew Cagney <cagney@redhat.com>
9265
9266 * gdbint.texinfo (Target Architecture Definition): Delete
9267 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9268 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9269 Add reference to PUSH_ARGUMENTS.
9270
618ce49f
AC
92712003-03-23 Andrew Cagney <cagney@redhat.com>
9272
9273 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9274 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9275
bcd7e15f
JB
92762003-03-18 J. Brobecker <brobecker@gnat.com>
9277
9278 * gdbint.texinfo (Algorithms): Add new section describing the
9279 Observer paradigm.
9280 (Top): Add menu entry to new observer appendix.
9281 * observer.texi: New file.
9282 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9283 new observer.texi file.
9284
9fe8321b
AC
92852003-03-17 Andrew Cagney <cagney@redhat.com>
9286
9287 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9288 that GNU Press update the manual version number.
9289
ac2adee5
AC
92902003-03-12 Andrew Cagney <cagney@redhat.com>
9291
9292 * gdbint.texinfo (Target Architecture Definition): Delete
9293 references to get_saved_register. Rename GET_SAVED_REGISTER to
9294 DEPRECATED_GET_SAVED_REGISTER.
9295
749b82f6
AC
92962003-03-13 Andrew Cagney <cagney@redhat.com>
9297
9298 * gdbint.texinfo (Target Architecture Definition): Replace
9299 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9300
8bedc050
AC
93012003-03-12 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Rename
9304 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9305
0ce1b118
CV
93062003-03-10 Corinna Vinschen <vinschen@redhat.com>
9307
9308 * gdb.texinfo: Add File-I/O documentation.
9309
12cc2063
AC
93102003-03-10 Andrew Cagney <cagney@redhat.com>
9311
9312 * gdbint.texinfo (Target Architecture Definition): Cross reference
9313 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9314
7453dc06
AC
93152003-03-07 Andrew Cagney <cagney@redhat.com>
9316
9317 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9318 frame" command.
9319
6314f104
AC
93202003-03-05 Andrew Cagney <cagney@redhat.com>
9321
9322 * gdbint.texinfo (Target Architecture Definition): Document
9323 unwind_dummy_id. Cross reference unwind_dummy_id and
9324 SAVE_DUMMY_FRAME_TOS.
9325
f1212245
DJ
93262003-03-05 James Ingham <jingham@apple.com>
9327 Daniel Jacobowitz <drow@mvista.com>
9328
9329 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9330 and "show cp-abi".
9331
77e7e267
AC
93322003-03-03 Andrew Cagney <cagney@redhat.com>
9333
9334 * gdbint.texinfo (Target Architecture Definition): Document
9335 register_type.
9336
838a8221
AC
93372003-03-03 Andrew Cagney <cagney@redhat.com>
9338
9339 * stabs.texinfo (Structures): Use @samp and separate @var's
9340 instead of a single @var containing a comma separated list.
9341 (Unions): Ditto.
9342
d7f4a264
DJ
93432003-03-02 Daniel Jacobowitz <drow@mvista.com>
9344
9345 * Makefile.in (distclean): Remove config.log.
9346
f30ee0bc
AC
93472003-03-01 Andrew Cagney <cagney@redhat.com>
9348
9349 * gdbint.texinfo (Target Architecture Definition): Rename
9350 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9351
93522003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9353
9354 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9355 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9356
be448670
CF
93572003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9358
9359 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9360 (Non-debug DLL symbols): New node, describing the minimal symbols
9361 loaded from DLLs without real debugging symbols.
9362
501eef12
AC
93632003-02-20 Andrew Cagney <ac131313@redhat.com>
9364
9365 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9366 hardware-breakpoint-limit".
9367 (Set Watchpoints): Add cross reference to "set remote
9368 hardware-watchpoint-limit".
9369 (Remote configuration options): New section.
9370
21c294e6
AC
93712003-02-04 Andrew Cagney <ac131313@redhat.com>
9372
e9be73e4
AC
9373 * gdbint.texinfo (Target Architecture Definition): Delete
9374 descrption of IS_TRAPPED_INTERNALVAR.
9375
21c294e6
AC
9376 From Keith Seitz <keiths@redhat.com>:
9377 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9378 option "-i"/"--interpreter" to this chapter. Include index
9379 entries.
9380
0179ffac
DC
93812003-02-04 David Carlton <carlton@math.stanford.edu>
9382
9383 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9384 (Variables): Recommend stabs+ and DWARF 2.
9385 (C plus plus expressions): Correct info about
9386 compiler versions, debug formats.
9387 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9388 PR symtab/874.
9389
7ca9f392
AC
93902003-02-01 Andrew Cagney <ac131313@redhat.com>
9391
9392 * gdbint.texinfo (Target Architecture Definition): Delete
9393 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9394 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9395 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9396 references to nindy and i960.
9397 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9398
31a85ea2
AC
93992003-02-01 Andrew Cagney <ac131313@redhat.com>
9400
9401 * gdbint.texinfo (Target Architecture Definition): Delete
9402 FLOAT_INFO.
9403
6b894e49
AC
94042003-01-30 Andrew Cagney <ac131313@redhat.com>
9405
9406 * stabs.texinfo (Member Type Descriptor): Clarify description of
9407 `@'. Suggested by Ben Hutchings.
9408
c48861fb
AC
94092003-01-29 Andrew Cagney <ac131313@redhat.com>
9410
9411 * gdb.texinfo (M68K): Delete reference to es1800.
9412
617073a9
AC
94132003-01-29 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdb.texinfo (Maintenance Commands): Document `maint print
9416 reggroups' and `maint print register-groups'.
9417 * gdbint.texinfo (Target Architecture Definition): Document
9418 register_reggroup_p.
9419
5b5d99cf
JB
94202003-01-23 Jim Blandy <jimb@redhat.com>
9421
9422 * gdb.texinfo (Separate Debug Files): New section.
9423
e7ba9c65
DJ
94242003-01-22 Daniel Jacobowitz <drow@mvista.com>
9425
9426 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9427 and "maint show profile".
9428
94e91d6d
MC
94292003-01-16 Michael Chastain <mec@shout.net>
9430
9431 * gdb.texinfo (Installing GDB): Warn against
9432 ".../gdb-VERSION/gdb/configure".
9433 (Separate Objdir): Likewise.
9434
867f3898
AC
94352003-01-15 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdbint.texinfo (Target Architecture Definition): Delete
9438 definition of PRINT_REGISTER_HOOK.
9439
f153cc92
EZ
94402003-01-15 Elena Zannoni <ezannoni@redhat.com>
9441
9442 (OpenRISC 1000): Fix formatting of command names.
9443
c60eb6f1
EZ
94442003-01-15 Elena Zannoni <ezannoni@redhat.com>
9445
9446 * gdb.texinfo (Continuing and Stepping): Add new command
9447 'advance'. Clarify behavior of 'until'.
9448
f5ebfba0
DJ
94492003-01-13 Daniel Jacobowitz <drow@mvista.com>
9450
9451 * gdb.texinfo (Files): Document solib-absolute-prefix and
9452 solib-search-path.
9453
4ce8657e
MC
94542003-01-09 Michael Chastain <mec@shout.net>
9455
9456 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9457 (Create a Release): Add new instructions for new @file{src-release}.
9458 Document existing instructions for @file{Makefile.in} as
9459 being for @value{GDBN} 5.3.1 or earlier.
9460
372613e3
AC
94612003-01-09 Andrew Cagney <ac131313@redhat.com>
9462
9463 * gdbint.texinfo (Target Architecture Definition): Mention
9464 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9465 allocate memory.
9466
b4e9345d
DJ
94672003-01-04 Daniel Jacobowitz <drow@mvista.com>
9468
9469 * gdb.texinfo (Controlling GDB): Add @kindex for
9470 "show osabi".
9471 (Backtraces): Add @kindex's for backtrace-below-main.
9472
98b45e30
DJ
94732003-01-04 Daniel Jacobowitz <drow@mvista.com>
9474
9475 * gdb.texinfo (Controlling GDB): Document "set osabi".
9476
95f90d25
DJ
94772003-01-04 Daniel Jacobowitz <drow@mvista.com>
9478
9479 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9480 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9481
1e698235
DJ
94822003-01-04 Daniel Jacobowitz <drow@mvista.com>
9483
9484 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9485 "set coerce-float-to-double".
9486 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9487
e632838e
AC
94882003-01-02 Andrew Cagney <ac131313@redhat.com>
9489
9490 * stabs.texinfo: Remove obsolete text.
9491 * gdbint.texinfo: Ditto.
9492 * gdb.texinfo: Ditto.
9493
c133ab7a
MK
94942002-12-22 Mark Kettenis <kettenis@gnu.org>
9495
9496 * gdbint.texinfo (Target Architecture Definition): Update
9497 description of gdbarch_register_osabi.
9498
f821f325
KH
94992002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9500
9501 * agentexpr.texi: Fix typos.
9502 * annotate.texi: Likewise.
9503 * fdl.texi: Likewise.
9504
85a6d8d3 95052002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9506
9507 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9508 DEPRECATED_INIT_FRAME_PC.
9509
ae45cd16
AC
95102002-12-01 Andrew Cagney <ac131313@redhat.com>
9511
9512 * gdbint.texinfo (Target Architecture Definition): Delete
9513 PC_IN_CALL_DUMMY.
9514
07555a72
AC
95152002-11-28 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdbint.texinfo (Host Definition): Delete documentation on
9518 USE_GENERIC_DUMMY_FRAMES.
9519
c166cdc7
EZ
95202002-11-26 Elena Zannoni <ezannoni@redhat.com>
9521
5ae4183a 9522 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9523 * Makefile.in (install-info): Run the install-info command as part
9524 of the post install steps only.
9525 (uninstall-info): New target.
9526 (uninstall): New target.
9527
35db0260
EZ
95282002-11-22 Elena Zannoni <ezannoni@redhat.com>
9529
9530 * Makefile.in (install): Make install do some real work.
9531
9ba8d803
AC
95322002-11-19 Andrew Cagney <ac131313@redhat.com>
9533
9534 Fix POSIX problem reported by Paul Eggert.
9535 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9536 Fix PR gdb/527.
9537
903ad3a6
AC
95382002-10-26 Andrew Cagney <cagney@redhat.com>
9539
9540 * gdbint.texinfo (Target Architecture Definition): Delete
9541 definition of DO_REGISTERS_INFO.
9542
f2abfe65
KB
95432002-10-18 Kevin Buettner <kevinb@redhat.com>
9544
9545 * gdbint.texinfo (Address Classes): Fix problems with insertion
9546 of ``{'' and ``}'' in example.
9547
b5b0480a
KB
95482002-10-17 Kevin Buettner <kevinb@redhat.com>
9549
9550 * gdbint.texinfo (Address Classes): New section.
9551 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9552 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9553 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9554 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9555
c85508ee
KD
95562002-10-11 Klee Dienes <kdienes@apple.com>
9557
9558 * gdb.texinfo (Registers): Mention vector registers as well as
9559 floating registers in the documentation for 'info registers' and
9560 'info all-registers'.
9561
6d12fc3d
DJ
95622002-10-11 Daniel Jacobowitz <drow@mvista.com>
9563
9564 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9565
8d19fbd2
JJ
95662002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9567
9568 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9569 interface definition.
9570
a37295f9
MM
95712002-10-03 Marko Mlinar <markom@opencores.org>
9572
9573 * gdb.texinfo (Target Commands): Add or1k target specific
9574 commands.
9575 * gdb.texinfo (Contributors): Add myself to the contributors list.
9576
da0f9dcd
AC
95772002-10-01 Andrew Cagney <ac131313@redhat.com>
9578
9579 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9580 and "mi1" instead of "mi1" and "mi0".
9581
2e834e49
HPN
95822002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9583
9584 * gdb.texinfo (Packets): Fix typos "alligned".
9585 Correct z3/Z3 description. Correct z4/Z4 title.
9586
050be0dc
AC
95872002-09-27 Andrew Cagney <ac131313@redhat.com>
9588
9589 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9590
1104b9e7
KB
95912002-09-25 Kevin Buettner <kevinb@redhat.com>
9592
9593 * gdb.texinfo: Use GNU/Linux instead of Linux.
9594
512217c7
AC
95952002-09-25 Andrew Cagney <ac131313@redhat.com>
9596
9597 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9598
10998722
AC
95992002-09-24 Andrew Cagney <ac131313@redhat.com>
9600
512217c7 9601 * gdb.texinfo: Replace @example with @smallexample.
10998722 9602
a0eb71c5
KB
96032002-09-20 Kevin Buettner <kevinb@redhat.com>
9604
f7dc1244 9605 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9606 * gdb.texinfo (Character Sets): Use @smallexample instead of
9607 @example. Use GNU/Linux instead of Linux.
9608
96092002-09-20 Jim Blandy <jimb@redhat.com>
9610
9611 * gdb.texinfo: Add character set documentation.
9612
2f870471
AC
96132002-09-19 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9616 (Packets): Add cross reference from `b' packet to `z' packets.
9617
790eb8f5
AC
96182002-09-19 Andrew Cagney <ac131313@redhat.com>
9619
8d30a00d
AC
9620 * gdb.texinfo (Maintenance Commands): Document ``maint
9621 internal-error'' and ``maint internal-warning''.
9622
790eb8f5
AC
9623 * gdbint.texinfo (Target Architecture Definition): Revise
9624 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9625
a23a7bf1
JB
96262002-09-19 Joel Brobecker <brobecker@gnat.com>
9627
9628 * gdbint.texinfo (Target Conditionals): Document the new
9629 NAME_OF_MALLOC macro.
9630
299ffc64
AC
96312002-09-05 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9634 engineer.
9635
b7bb15bc
SC
96362002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9637
9638 * gdb.texinfo (TUI Overview): Document status line fields.
9639
3d757584
SC
96402002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9641
9642 * gdb.texinfo (TUI Commands): Document info win command.
9643
269c21fe
SC
96442002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9645
9646 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9647
7cf36c78
SC
96482002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9649
9650 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9651 (TUI Keys): Likewise.
9652
d2c6833e
AC
96532002-08-25 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9656 for a packet receive.
9657
46d8b1c3
AC
96582002-08-25 Andrew Cagney <ac131313@redhat.com>
9659
9660 * Makefile.in (clean): Move to end of file.
9661 (distclean, maintainer-clean, realclean): Ditto.
9662 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9663 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9664 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9665 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9666
b0787093
AC
96672002-08-24 Andrew Cagney <ac131313@redhat.com>
9668
9669 * Makefile.in (GDBINT_TEX_TMPS): Define.
9670 (gdbint.dvi, gdbint.pdf): Use
9671 (GDB_TEX_TMPS): Define.
9672 (gdb.dvi, gdb.pdf): Use.
9673 (STABS_TEX_TMPS): Define.
9674 (stabs.dvi, stabs.pdf): Use.
9675 (GDB_DOC_SOURCE_INCLUDES): New macros.
9676 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9677 (GDBINT_DOC_FILES_INCLUDES): New macros.
9678 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9679 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9680 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9681 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9682 (links2roff): Replace SFILES_INCLUDED with
9683 GDB_DOC_SOURCE_INCLUDES.
9684 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9685 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9686 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9687 dependencies.
9688 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9689 dependencies.
9690 (gdbmi.texinfo): Delete rule.
9691 (inc-hist.texinfo): Delete rule.
9692 (rluser.texinfo): Delete rule.
9693
ebba8386
AC
96942002-08-23 Andrew Cagney <cagney@redhat.com>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Update
9697 STORE_RETURN_VALUE, mention regcache.
9698
0ab7a791
AC
96992002-08-21 Andrew Cagney <ac131313@redhat.com>
9700
9701 * gdbint.texinfo (Target Architecture Definition): Document
9702 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9703
ee2d5c50
AC
97042002-08-19 Andrew Cagney <ac131313@redhat.com>
9705
9706 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9707 Fix minor typos. Add index entries.
9708
53c69bd7
AC
97092002-08-18 Andrew Cagney <ac131313@redhat.com>
9710
9711 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9712
e76f1f2e
AC
97132002-08-15 Andrew Cagney <ac131313@redhat.com>
9714
9715 * gdbint.texinfo (Target Architecture Definition): Document
9716 PRINT_VECTOR_INFO.
9717 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9718
0680b120
AC
97192002-08-13 Andrew Cagney <ac131313@redhat.com>
9720
9721 * gdb.texinfo (Maintenance Commands): Document "maint print
9722 registers", "maint print raw-registers" and "maint print
9723 cooked-registers".
9724
3c3bea1c
GS
97252002-08-08 Grace Sainsbury <graces@redhat.com>
9726
a9331b3f 9727 From Mark Salter:
3c3bea1c
GS
9728 * gdb.texinfo (Protocol): Document T packet extension to
9729 allow watchpoint address reporting.
9730
42f9b0a5
AC
97312002-08-03 Andrew Cagney <ac131313@redhat.com>
9732
9733 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9734
db034ac5
AC
97352002-08-01 Andrew Cagney <cagney@redhat.com>
9736
9737 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9738 to CHILL.
9739
e2b28d04
AC
97402002-08-01 Andrew Cagney <ac131313@redhat.com>
9741
9742 * gdbint.texinfo (Coding): Revise section "Include Files".
9743
7fb623f7
AC
97442002-07-24 Andrew Cagney <cagney@redhat.com>
9745
9746 * gdbint.texinfo: Obsolete references to m88k.
9747 * gdb.texinfo: Ditto.
9748
4a2b4636
JB
97492002-07-10 Joel Brobecker <brobecker@gnat.com>
9750
7fb623f7 9751 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9752 where the proper version of autoconf can be retrieved.
9753
a71ec265
DH
97542002-07-09 Don Howard <dhoward@redhat.com>
9755
9756 * gdb.texinfo (Command Files): Further describe the behavior of
9757 sourced command files.
9758
b9aa90c9
AC
97592002-06-27 Andrew Cagney <ac131313@redhat.com>
9760
9761 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9762 (Coding): Clarify ISO C version that GDB assumes.
9763
40dd2248
TT
97642002-06-26 Tom Tromey <tromey@redhat.com>
9765
9766 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9767 add_setshow_cmd_full.
9768
bfac230e
DH
97692002-06-25 Don Howard <dhoward@redhat.com>
9770
9771 * gdb.texinfo (Memory Region Attributes): Document new behavior
9772 for 'mem' command.
9773
475b0867
JB
97742002-06-11 Jim Blandy <jimb@redhat.com>
9775
919d772c
JB
9776 * gdb.texinfo (Symbols): Update documentation for `info source'
9777 command.
9778
475b0867
JB
9779 * gdb.texinfo (Macros): Call the command `info macro', not
9780 `show macro'.
9781
ba8c9337
AC
97822002-06-09 Andrew Cagney <ac131313@redhat.com>
9783
9784 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9785 data''.
9786
1029b7fa
MK
97872002-06-09 Mark Kettenis <kettenis@gnu.org>
9788
9789 * gdbint.texinfo (Target Architecture Definition): Document
9790 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9791
16737d73
AC
97922002-06-08 Andrew Cagney <ac131313@redhat.com>
9793
9794 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9795 lists.
9796
30107679
AC
97972002-06-08 Andrew Cagney <ac131313@redhat.com>
9798
9799 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9800 Branch''.
9801
3352e23e
AC
98022002-06-01 Andrew Cagney <ac131313@redhat.com>
9803
9804 * gdbint.texinfo (Target Architecture Definition): Add section
9805 ``Converting an existing Target Architecture to Multi-arch''.
9806
cbb09e6a
AC
98072002-05-30 Andrew Cagney <ac131313@redhat.com>
9808
9809 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9810 to ``Obsoleting code''. Revise.
9811
e2e0bcd1
JB
98122002-05-17 Jim Blandy <jimb@redhat.com>
9813
9814 * gdb.texinfo (C Preprocessor Macros): New chapter.
9815 Include it in the main menu.
9816 (Contributors): Credit Jim Blandy with macro support.
9817 (Compilation): Explain how to get macro information into the
9818 executable.
9819 (Expressions): Note that preprocessor macros are expanded.
9820
9db8d71f
DJ
98212002-05-14 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9824 options for `target remote'.
9825
6d531722
AC
98262002-05-13 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Delete
9829 documentation on NNPC_REGNUM.
9830
13d01224
AC
98312002-05-11 Andrew Cagney <ac131313@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Document
9834 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9835 (Target Architecture Definition): Revise section `Using Different
9836 Register and Memory Data Representations'. Add section `Raw and
9837 Virtual Register Representations'.
9838
b2e75d78
AC
98392002-05-11 Andrew Cagney <ac131313@redhat.com>
9840
9841 * gdbint.texinfo (Target Architecture Definition): Mention
9842 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9843 (Target Architecture Definition): Mention same. Add references to
9844 web pages.
9845
2c8682ee
MS
98462002-05-08 Michael Snyder <msnyder@redhat.com>
9847
9848 * stabs.texinfo (Attributes): Document new "vector" attribute.
9849
0816590b
AC
98502002-05-04 Andrew Cagney <ac131313@redhat.com>
9851
9852 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9853
2653173e
AC
98542002-05-04 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo: Delete obsolete references to a29k.
9857
d7bd68ca
AC
98582002-04-24 Andrew Cagney <ac131313@redhat.com>
9859
9860 * gdbint.texinfo (Target Architecture Definition): Replace
9861 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9862
21d83aa5
DM
98632002-04-24 David S. Miller <davem@redhat.com>
9864
9865 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9866
7673a6cc
DM
98672002-04-21 David S. Miller <davem@redhat.com>
9868
9869 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9870
d49d1e0a
AC
98712002-04-21 Andrew Cagney <ac131313@redhat.com>
9872
9873 * gdbint.texinfo (Target Architecture Definition): Delete
9874 definition of HAVE_REGISTER_WINDOWS.
9875
f7dc1244 98762002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9877
9878 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9879 "Theodore A. Roth" <troth@verinet.com>.
9880
5ca0cb28
DH
98812002-04-15 Don Howard <dhoward@redhat.com>
9882
f7dc1244 9883 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9884 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9885 Provide a better explaination of this feature.
5ca0cb28 9886
f208ba17
AC
98872002-04-14 Andrew Cagney <ac131313@redhat.com>
9888
9889 * gdbint.texinfo (Target Architecture Definition): Remove
9890 FRAME_CHAIN_COMBINE.
9891
d5ba91de
MC
98922002-04-12 Michael Chastain <mec@shout.net>
9893
9894 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9895 REG_STACK_SEGMENT.
9896
26818220
MC
98972002-04-09 Michael Chastain <mec@shout.net>
9898
9899 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9900 PYRAMID_* macros.
9901
129188f6
AC
99022002-04-07 Andrew Cagney <ac131313@redhat.com>
9903
9904 * gdb.texinfo (Bug Reporting): Document that the web is the
9905 prefered way of submitting bug reports.
9906 (Bug Reporting): Delete the s-mail address as the last resort.
9907
8227c0ff
AC
99082002-04-05 Andrew Cagney <ac131313@redhat.com>
9909
9910 * gdbint.texinfo (Target Architecture Definition): Delete
9911 references to TARGET_WRITE_FP and write_fp.
9912
16d9dec6
MS
99132002-03-27 Michael Snyder <msnyder@redhat.com>
9914
9915 * gdb.texinfo: Document new commands dump, append, and restore.
9916
9ae8b82c
AC
99172002-03-27 Andrew Cagney <ac131313@redhat.com>
9918
9919 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9920 Branch'.
9921
474c8240
AC
99222002-03-18 Andrew Cagney <ac131313@redhat.com>
9923
9924 * gdb.texinfo: Change all examples to @smallexample.
9925 * gdbint.texinfo: Ditto.
a9331b3f 9926
fb0ff88f
AC
99272002-03-18 Andrew Cagney <ac131313@redhat.com>
9928
9929 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9930 Branches''.
9931
9bb0a4d8
AC
99322002-03-18 Andrew Cagney <ac131313@redhat.com>
9933
9934 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9935 Policy''.
9936
937f164b
FF
99372002-03-04 Fred Fish <fnf@redhat.com>
9938
9939 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9940 expresson, suports, dependant, trhe, perhaphs, situtations,
9941 explictily, taged, oportunity, unfortunatly).
9942
a7b40f07
AC
99432002-02-24 Andrew Cagney <ac131313@redhat.com>
9944
9945 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9946 Remove reference to 3.12.
9947
aab4e0ec
AC
99482002-02-23 Andrew Cagney <ac131313@redhat.com>
9949
9950 * gdbint.texinfo: Include fdl.texi.
9951 (Top): Add GNU Free Documentation License.
9952 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9953 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9954 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9955 (gdbint.info): Add srcdir to include path.
9956 * gdb.texinfo: Include gpl.texi.
9957 (Top): Add Copying.
9958 * gpl.texi: New file.
9959
47b95330
AC
99602002-02-23 Andrew Cagney <ac131313@redhat.com>
9961
9962 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9963
78c47bea
PM
99642002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9965
9966 * gdb.texinfo: Document Cygwin native specific commands.
9967
56460a61
DJ
99682002-02-15 Daniel Jacobowitz <drow@mvista.com>
9969
9970 * gdb.texinfo: Document gdbserver ``--attach'' command.
9971
def71bfa
MS
99722002-02-07 Michael Snyder <msnyder@redhat.com>
9973
9974 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9975 to @code(_ovly_debug_event).
9976
c928edc0
AC
99772002-02-07 Andrew Cagney <ac131313@redhat.com>
9978
9979 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9980
81d46470
MS
99812002-02-06 Michael Snyder <msnyder@redhat.com>
9982
9983 * gdb.texinfo (overlays): Mention new magic symbol
9984 '_ovly_debug_event', which allows GDB to keep better track
9985 of overlays.
9986
f7dc1244 99872002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9988
9989 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9990 Suggested by Dmitry Sivachenko.
9991
9992 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9993
15110bc3
MS
99942002-02-01 Michael Snyder <msnyder@redhat.com>
9995
9996 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9997
6763aef9
MS
99982002-01-30 Michael Snyder <msnyder@redhat.com>
9999
ac282366
MS
10000 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10001 (set trust-readonly-sections): Document.
6763aef9 10002
8642bc8f
AC
100032002-01-29 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdbint.texinfo (Releasing GDB): Revise and update.
10006
afe64c1a
AC
100072002-01-28 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbint.texinfo (Target Architecture Definition): Delete
10010 description of TARGET_BYTE_ORDER_DEFAULT.
10011
f7dc1244 100122002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10013
10014 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10015 <mitya@cavia.pp.ru>.
10016
3d6e1b5a
AC
100172002-01-23 Andrew Cagney <ac131313@redhat.com>
10018
10019 * libgdb.texinfo: Delete file.
10020
6c0e9fb3
AC
100212002-01-22 Andrew Cagney <ac131313@redhat.com>
10022
10023 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10024 * gdbint.texinfo: Ditto.
10025
e0ce93ac
AC
10026Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10027
10028 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10029
be298bcc
AC
100302002-01-22 Andrew Cagney <ac131313@redhat.com>
10031
10032 * Makefile.in: Update copyright.
10033 (TEXI2DVI): Define.
10034 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10035 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10036 gdb-cfg.texi.
10037 (TEXINDEX, PDFTEX): Delete makefile variables.
10038
8e04817f
AC
100392002-01-22 Andrew Cagney <ac131313@redhat.com>
10040
10041 * gdb.texinfo (Protocol): Move section to appendix.
10042
6b2f586d
AC
100432002-01-21 Andrew Cagney <ac131313@redhat.com>
10044
10045 * gdb.texinfo (Remote Debugging): Create a menu.
10046 (Top): Add ``Remote Debugging'' to menu.
10047
6f05cf9f
AC
100482002-01-21 Andrew Cagney <ac131313@redhat.com>
10049
10050 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10051 serial protocol'' from here.
10052 (Remote Debugging): To here. New chapter.
10053
3fd3d7d2
AC
100542002-01-20 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdbint.texinfo (Target Architecture Definition): Delete
10057 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10058
7fd60527
AC
100592002-01-20 Andrew Cagney <ac131313@redhat.com>
10060
10061 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10062 are no longer needed.
10063 (Porting GDB): Add maintainer note about configure.host.
10064
c2f05ac9
AC
100652002-01-20 Andrew Cagney <ac131313@redhat.com>
10066
10067 * gdbint.texinfo (Target Architecture Definition): Remove
10068 definition of IEEE_FLOAT.
10069
f7dc1244 100702002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10071
10072 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10073 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10074 <3diff@gnu.org>
231b2aad 10075
82600034
AC
100762002-01-19 Andrew Cagney <ac131313@redhat.com>
10077
10078 * gdbint.texinfo (Host Definition): Remove references to
10079 MALLOC_INCOMPATIBLE.
10080
7708fa01
AC
100812002-01-17 Andrew Cagney <ac131313@redhat.com>
10082
10083 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10084 and xyz-xdep.o.
10085
eb12ee30
AC
100862002-01-17 Andrew Cagney <ac131313@redhat.com>
10087
889bf7c5 10088 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10089 (Set Breaks): Copy ``maint info breakpoint'' doco to
10090 ``Maintenance Commands'' appendix. Add reference.
10091
c9ccaa92
AC
100922002-01-17 Andrew Cagney <ac131313@redhat.com>
10093
10094 * fdl.texi: Remove next/prev from @node.
10095
f7dc1244 100962002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10097
10098 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10099 for monstrous @multitable (from Brian Youmans).
10100
10101 * fdl.texi: New file.
10102
10103 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10104
8973da3a
AC
101052002-01-15 Andrew Cagney <ac131313@redhat.com>
10106
10107 * gdbint.texinfo (Releasing GDB): New chapter.
10108
7d86b5d5
AC
101092002-01-14 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdb.texinfo (Embedded Processors, Calling program functions):
10112 Obsolete references to a29k.
10113
cc1cb004
AC
101142002-01-13 Andrew Cagney <ac131313@redhat.com>
10115
10116 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10117 examples. Document that a code-block should do or discard its
10118 cleanups before exit.
10119
79f12247
MS
101202002-01-11 Michael Snyder <msnyder@redhat.com>
10121
10122 * gdb.texinfo (Choosing files): Change @samp to @file.
10123
19837790
MS
101242002-01-05 Michael Snyder <msnyder@redhat.com>
10125
10126 * gdb.texinfo (--pid): Document new command line option (attach).
10127
f7dc1244 101282002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10129
10130 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10131 in the stub.
10132
d7449b42
AC
101332002-01-04 Andrew Cagney <ac131313@redhat.com>
10134
10135 * gdbint.texinfo (Target Architecture Definition): Replace
10136 BIG_ENDIAN with BFD_ENDIAN_BIG.
10137
f23631e4
AC
101382002-01-03 Andrew Cagney <ac131313@redhat.com>
10139
10140 * gdbint.texinfo (Target Architecture Definition): Replace
10141 value_ptr with struct value pointer.
10142
72c9928d
EZ
101432002-01-02 Eli Zaretskii <eliz@gnu.org>
10144
10145 * gdb.texinfo (Free Software): Fix wording.
10146
959acfd1
EZ
101472001-12-31 Eli Zaretskii <eliz@gnu.org>
10148
10149 * gdb.texinfo (Free Software): New section ``Free Software Needs
10150 Free Documentation''.
10151
f7dc1244 101522001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10153
10154 * stabs.texinfo:
10155 * gdb.texinfo:
10156 * gdbint.texinfo:
10157 * libgdb.texinfo:
10158 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10159
6600abed
MS
101602001-12-29 Michael Snyder <msnyder@redhat.com>
10161
10162 * gdb.texinfo (maint info sections): Fix typo.
10163
f6680716
MS
101642001-12-26 Michael Snyder <msnyder@redhat.com>
10165
fe95c787
MS
10166 * gdb.texinfo (maint info sections): Document.
10167
a9331b3f 10168 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10169 'info proc' sub-options that are currently not implemented.
10170
c3d3ce5b
JB
101712001-12-20 Jim Blandy <jimb@redhat.com>
10172
10173 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10174
778eb05e
AC
101752001-12-15 Andrew Cagney <ac131313@redhat.com>
10176
10177 * gdbint.texinfo (Target Architecture Definition): Replace
10178 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10179
2607059c
AC
101802001-12-01 Andrew Cagney <ac131313@redhat.com>
10181
10182 * gdbint.texinfo (Host Definition): Delete documentation on
10183 HOST_BYTE_ORDER.
10184
df0cd8c5
JB
101852001-11-30 Jim Blandy <jimb@redhat.com>
10186
10187 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10188 overlay support. Add to top-level menu.
df0cd8c5 10189
88118b3a
TT
101902001-11-26 Tom Tromey <tromey@redhat.com>
10191
10192 * gdb.texinfo (Command Syntax): Document C-o binding.
10193
96565e91
CF
101942001-07-26 Christopher Faylor <cgf@redhat.com>
10195
10196 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10197 use since it is described in the referenced section.
10198
f7dc1244 10199 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10200 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10201 clearer when using DJGPP.
10202
2a3d5645
CF
102032001-11-24 Christopher Faylor <cgf@redhat.com>
10204
10205 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10206 specifically refer to MS-DOS.
10207 (command files): Mention gdb.ini is only used on MS-DOS.
10208
aa26fa3a
TT
102092001-11-21 Tom Tromey <tromey@redhat.com>
10210
10211 * gdb.texinfo (Invoking GDB): Document --args.
10212 (Mode Options): Likewise.
10213
4f8ada06
JB
102142001-11-21 Jim Blandy <jimb@redhat.com>
10215
10216 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10217 Delete documentation; this macro has been removed from the
10218 sources.
4f8ada06 10219
3fe0dc10
JB
102202001-11-13 Jim Blandy <jimb@redhat.com>
10221
10222 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10223
9e5abb06
CV
102242001-11-06 Corinna Vinschen <vinschen@redhat.com>
10225
10226 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10227
1c5dfdad
MS
102282001-11-05 Michael Snyder <msnyder@redhat.com>
10229
a9331b3f 10230 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10231 quote regexp chars in function names such as "operator*()".
10232
990f9fe3
FF
102332001-11-01 Fred Fish <fnf@redhat.com>
10234
10235 * gdbint.texinfo (SOLIB_ADD): Document additional new
10236 "readsyms" arg.
10237
b433d00b
DH
102382001-10-30 Don Howard <dhoward@redhat.com>
10239
070b1dd3
DH
10240 * gdb.texinfo: (Command Files) Added documentation for the
10241 behavior of gdb with input redirected from a file.
b433d00b 10242
b7209cb4
FF
102432001-10-28 Fred Fish <fnf@redhat.com>
10244
10245 * gdb.texinfo (auto-solib-add): Change docs to match
10246 implementation change.
10247 (auto-solib-limit): Add docs for new variable.
10248
1aa20aa8
AC
102492001-10-15 Andrew Cagney <ac131313@redhat.com>
10250
10251 * gdbint.texinfo (Target Architecture Definition): Function
10252 value_as_pointer renamed to value_as_address.
10253
fc0c74b1
AC
102542001-10-15 Andrew Cagney <ac131313@redhat.com>
10255
10256 * gdbint.texinfo (Target Architecture Definition): Default
10257 POINTER_TO_ADDRESS functions assume unsigned addresses.
10258 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10259 posting by Jim Blandy.
10260
f4846649
JB
102612001-10-12 Jim Blandy <jimb@redhat.com>
10262
10263 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10264 version of texi2html (1.64) doesn't support this flag any more.
10265
f277788b
MK
102662001-09-08 Mark Kettenis <kettenis@gnu.org>
10267
a9dc4918
MK
10268 * gdbint.texinfo (Host Definition): Remove description of
10269 MEM_FNS_DECLARED.
10270
d28379df
MK
10271 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10272
f277788b
MK
10273 * gdbint.texinfo (Host Definition): Remove description of
10274 HAVE_SIGSETMASK.
10275
7ccaa899
EZ
102762001-09-04 Elena Zannoni <ezannoni@redhat.com>
10277
10278 * gdbint.texinfo (Target Architecture Definition): Add
10279 explanation of TARGET_PRINT_INSN macro.
10280
17d9d558
JB
102812001-08-30 Jim Blandy <jimb@redhat.com>
10282
10283 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10284 Explain what it means to load relocatable files.
10285
72cde065
JB
102862001-08-28 Jim Blandy <jimb@redhat.com>
10287
10288 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10289 info `top' menu.
10290
9e678452
CF
10291Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10292
10293 * gdbint.texinfo: Add a cautionary note about macro use.
10294
a2bea4c3 102952001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10296
a2bea4c3
CV
10297 * gdb.texinfo: Explain omitting the hostname in the
10298 `target remote' command.
10299
1129bf27
DJ
103002001-07-30 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10303 and END-INFO-DIR-ENTRY.
10304
732b3002
SC
103052001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10306
10307 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10308
89437448
AC
103092001-07-25 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdbint.texinfo (libgdb): Rewrite.
10312
f7dc1244 103132001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10314
10315 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10316
c4555f82
SC
103172001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10318
10319 * gdb.texinfo (TUI): New chapter, document the TUI.
10320 (Mode Options): Document the -tui option.
10321
2f45a6e0
MK
103222001-07-23 Mark Kettenis <kettenis@gnu.org>
10323
10324 * gdbint.texinfo (Host Definition): Remove description of
10325 NEED_POSIX_SETPGID.
10326
f7dc1244 103272001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10328
10329 * gdb.tex (DJGPP Native): New node, with descriptions of
10330 DJGPP-specific commands.
10331
be9c6c35
JM
103322001-07-19 John R. Moore <jmoore@redhat.com>
10333
10334 * gdbint.texinfo: Three misspellings.
10335
dfa249fb
AC
103362001-07-06 Andrew Cagney <ac131313@redhat.com>
10337
10338 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10339 `test` expressions on bash. Problem reported by Colin Walters.
10340
c72e7388
AC
103412001-07-04 Andrew Cagney <ac131313@redhat.com>
10342
10343 * gdbint.texinfo (User Interface): Update ui-out documentation to
10344 refelect recent UI/MI updates.
10345
94bbb2c0
AC
103462001-07-04 Andrew Cagney <ac131313@redhat.com>
10347
10348 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10349 interpreters.
10350
af6c57ea
AC
103512001-06-15 Andrew Cagney <ac131313@redhat.com>
10352
10353 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10354 structure and not macros.
10355 (Host Definition): Document that much of this chapter is obsolete.
10356 (Target Architecture Definition): Update list of files that make
10357 up a target architecture.
10358 (Coding): Update.
10359
83aa8bc6
AC
103602001-06-28 Andrew Cagney <ac131313@redhat.com>
10361
10362 * gdbint.texinfo (Target Architecture Definition): Update
10363 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10364 The latter has been changed to a true predicate.
10365
f7dc1244 103662001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10367
10368 * annotate.texi: Add @noindent where needed. From Dmitry
10369 Sivachenko <dima@Chg.RU>.
10370 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10371
656db9b0
AC
103722001-06-16 Andrew Cagney <ac131313@redhat.com>
10373
10374 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10375
df2396a1
AC
103762001-06-14 Andrew Cagney <ac131313@redhat.com>
10377
10378 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10379 returns ``OK''. Document that the ``R'' packet does not reply.
10380
0f1f2b0a
MS
103812001-06-13 Michael Snyder <msnyder@redhat.com>
10382
10383 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10384
f7dc1244 103852001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10386
10387 * gdb.texinfo (Signals): Clarify the default setting of signal
10388 handling.
10389
a5d7c491
AC
103902001-05-14 Andrew Cagney <ac131313@redhat.com>
10391
10392 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10393 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10394
05a54c4f
AC
103952001-05-12 Andrew Cagney <ac131313@redhat.com>
10396
10397 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10398
f7dc1244 103992001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10400
10401 * gdbint.texinfo (Clean Design and Portable Implementation):
10402 Renamed from "Clean Design".
10403 (Clean Design and Portable Implementation): Document portable
10404 methods of handling file names, and the associated macros.
10405
f7dc1244 104062001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10407
10408 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10409 command and provide a cross-reference to its description.
10410 (Symbols): Note that "info scope" is useful for trace experiments.
10411
f7dc1244 104122001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10413
b37052ae
EZ
10414 * gdb.texinfo (Symbols): Document "info scope".
10415 (Tracepoints): New chapter.
10416 (Contributors): Update for v5.1.
10417 <All nodes>: Change "C++" to "C@t{++}".
10418
0ee54786
EZ
10419 * gdbint.texinfo (User Interface): A new section about ui_out
10420 functions, based on text written by Fernando Nasser.
10421
c534679c
EZ
10422 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10423
f7dc1244 104242001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10425
e9c75b65
EZ
10426 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10427
10428 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10429
10430 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10431 Replace "GDB" with "@value{GDBN}". Fix markup.
10432
10433 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10434
3d67e040
EZ
10435 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10436 a cross-reference to its description.
10437 (Symbols): Document "info symbol".
10438
f7dc1244 104392001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10440
10441 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10442 subsection "x86 Watchpoints".
10443 (Target Architecture Definition): Document the macros
10444 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10445 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10446
b0ed3589
AC
104472001-03-20 Andrew Cagney <ac131313@redhat.com>
10448
10449 * gdbint.texinfo (Target Architecture Definition): Update
10450 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10451 list.
10452
b6ba6518
KB
104532001-03-06 Kevin Buettner <kevinb@redhat.com>
10454
10455 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10456 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10457
f7dc1244 104582001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10459
10460 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10461
f7dc1244 104622001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10463
17cc6a06
EZ
10464 * gdb.texinfo (Environment): Document that `path' does not change
10465 the value of PATH in GDB's own environment (it did in the past,
10466 but that was changed on March 15, 1994). Reported by Doug Evans
10467 <dje@transmeta.com>.
10468
56caf160
EZ
10469 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10470 its line. Fix markup of commands and macros. Add an Index node
10471 and index entries.
10472
29e57380
C
104732001-01-23 J.T. Conklin <jtc@redback.com>
10474
10475 * gdb.texinfo (Memory region attributes): New manual section.
10476
1c6147de
ND
104772001-01-04 Nicholas Duffek <nsd@redhat.com>
10478
10479 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10480
f7dc1244 104812000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10482
10483 * refcard.tex: Version and copyright fixed. From Phil Edwards
10484 <pedwards@disaster.jaj.com>.
10485
0dcedd82
AC
10486Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10487
10488 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10489 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10490
3b851bce
AC
10491Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10492
10493 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10494 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10495
f7dc1244 104962000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10497
10498 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10499 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10500
b90a5f51
CF
105012000-11-10 Christopher Faylor <cgf@cygnus.com>
10502
10503 * gdb.texinfo: Document new 'set step-mode' command.
10504
f7dc1244 105052000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10506
10507 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10508 changes from Dmitry Sivachenko <dima@Chg.RU>.
10509
f7dc1244 105102000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10511
10512 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10513 From Steven Johnson <sbjohnson@ozemail.com.au>.
10514
2e685b93
MK
105152000-08-10 Mark Kettenis <kettenis@gnu.org>
10516
10517 * gdbint.texinfo (Overall Structure): Spelling fix.
10518
f7dc1244 105192000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10520
10521 * gdbint.texinfo (Target Architecture Definition): Document that
10522 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10523 for which REGISTER_CONVERTIBLE returns a zero value.
10524
63ac3005
EZ
105252000-07-08 Christopher Faylor <cgf@cygnus.com>
10526
10527 * Makefile.in (install-info): Find files to install in either the
10528 build or source directories (adapted from Makefile.am).
10529
bd79f757
ND
105302000-07-07 Nicholas Duffek <nsd@redhat.com>
10531
10532 * stabs.texinfo: Fix spelling errors.
10533 (String Field): FILE-NUMBER starts from 0, not 1.
10534
f7dc1244 105352000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10536
10537 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10538 Brian Youmans.
5f208f6d 10539
f7dc1244 105402000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10541
10542 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10543 the source directory. Reported by Mark Harig
10544 <markh@frazier.landmark.com>.
cc542d3b 10545
f3b28801
C
105462000-06-20 J.T. Conklin <jtc@redback.com>
10547
10548 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10549
449f3b6c
AC
10550Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10551
10552 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10553 Generate using pdftex.
449f3b6c 10554 (PDFTEX): Define.
889bf7c5 10555 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10556 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10557 @contents at the start.
449f3b6c 10558
f7dc1244 105592000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10560
10561 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10562 Youmans.
48e934c6 10563
9e9c5ae7
AC
10564Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10565
10566 From Brian Youmans:
10567 * gdb.texinfo: Fix ``et al.''.
10568
c741b251
AC
10569Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10570
10571 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10572 loop.
c741b251 10573
4ab64e14
JG
105742000-05-19 Jimmy Guo <guo@cup.hp.com>
10575
10576 * configure: Regenerate.
10577
f7dc1244 105782000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10579
10580 * Makefile.in (install-info): Run install-info on installed Info
10581 files.
10582
8c70017b
AC
10583Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10584
a7cb598a 10585 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10586 Andrew Cagney.
8c70017b 10587
f7dc1244 105882000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10589
10590 * gdb.texinfo: Proofreading changes from Brian Youmans.
10591
bf0184be
ND
105922000-05-01 Nick Duffek <nsd@cygnus.com>
10593
10594 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10595 startup sequence, minor edits.
10596
f7dc1244 105972000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10598
10599 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10600 TeX.
10601
10602 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10603 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10604 like `n' and `s' which look weird. Convert some of the @kindex to
10605 @vindex, when they refer to variables, not commands.
10606
33e16fad
AC
10607Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10608
10609 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10610
f7dc1244 106112000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10612
10613 * Makefile.in (GDBMI_DIR): New variable.
10614 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10615 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10616 (gdbmi.texinfo): New target, for texi2roff.
10617 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10618 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10619
10620 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10621 gdbmi.texinfo.
10622 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10623 comment.
10624
d167840f
EZ
106252000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10626
10627 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10628 command.
d167840f 10629
f7dc1244 106302000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10631
10632 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10633 prevents the build (and is generally a Bad Idea).
10634
f7dc1244 106352000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10636
10637 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10638 a comma inside @var.
10639 (Command Files): Index markup changes from Dmitry Sivachenko
10640 <dima@Chg.RU>.
10641
f7dc1244 106422000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10643
10644 * Makefile.in (LN_S): Define.
10645 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10646 invoke "ln -s" unless it is known to work.
10647
10648 * configure.in (AC_PROG_LN_S): Add.
10649
8dc7983f
JB
106502000-04-14 Jim Blandy <jimb@redhat.com>
10651
10652 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10653 section.
10654 (Target Conditionals): Document ADDRESS_TO_POINTER,
10655 POINTER_TO_ADDRESS.
10656
1a8237e8
DB
106572000-04-11 Daniel Berlin <dan@cgsoftware.com>
10658
10659 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10660 gdb-cfg.texi to get the value.
10661
ca526f1a
JB
106622000-04-10 Jim Blandy <jimb@redhat.com>
10663
10664 * gdbint.texinfo (Target Architecture Definition): Fix
10665 cross-references.
10666
faaafcb4
JB
106672000-04-08 Jim Blandy <jimb@redhat.com>
10668
10669 * gdbint.texinfo (Using Different Register and Memory Data
10670 Representations): New section.
10671 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10672 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10673 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10674
1b27397f
AC
10675Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10676
10677 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10678 for acknowledgments.
1b27397f 10679
480ff1fb
AC
10680Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10681
10682 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10683 qThreadExtraInfo.
480ff1fb 10684
a9331b3f 106852000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10686
a9331b3f
RM
10687 * gdb.texinfo: Clarify which remote debug protocol commands are
10688 required and which are optional.
f1251bdd 10689
dbeb8dbd
AC
10690Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10691
10692 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10693 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10694 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10695 * annotate.texi: Update.
10696
6d2ebf8b
SS
106972000-03-28 Stan Shebs <shebs@apple.com>
10698
10699 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10700 expectation of additional changes before release), update
10701 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10702 node links, rephrase and/or shorten lines to fix formatting
10703 problem in both regular and @smallbook formats.
10704 * annotate.texi: Shorten lines in example, use smallexample
10705 consistently everywhere.
10706 * Makefile.in: Add comment about texinfo 4.0 html generation.
10707 (SFILES_INCLUDED): Add annotate.texi.
10708
5d161b24
DB
107092000-03-27 Daniel Berlin <dan@cgsoftware.com>
10710
5ae4183a
AS
10711 * gdb.texinfo (Debugging Output): Added new section, documenting
10712 the "set/show debug" commands.
5d161b24 10713
b9deaee7
AC
10714Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10715
10716 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10717 entry.
b9deaee7
AC
10718
10719 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10720 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10721 @chapter and @node entries.
a9331b3f 10722
b9deaee7 10723 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10724
9ef47d30
AC
10725Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10726
10727 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10728 files.
9ef47d30 10729
cfeada60
FN
107302000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10731
10732 From David Whedon <dwhedon@gordian.com>
5ae4183a 10733 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10734
6837a0a2
DB
107352000-03-22 Daniel Berlin <dan@cgsoftware.com>
10736
10737 * gdb.texinfo: Add documentation for the apropos command.
10738
bba2971c
MS
107392000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10740
10741 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10742
2b628194
MS
107432000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10744
a9331b3f 10745 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10746 two places.
10747
96a2c332
SS
107482000-03-17 Stan Shebs <shebs@apple.com>
10749
10750 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10751 <dima@Chg.RU>, also clarification of allowed content for
10752 string constants.
10753
f7dc1244 107542000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10755
10756 * gdb.texinfo (main menu): Add Annotations.
10757 (File Options): Add @cindex entries for each command-line option.
10758 Document --epoch, --annotate, --async, --interpreter, --write,
10759 --statistics, and --version.
10760
10761 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10762 of GDB.
10763
9d233477
JB
107642000-02-23 Jim Blandy <jimb@redhat.com>
10765
10766 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10767
14e0eb3b
JB
107682000-02-22 Jim Blandy <jimb@redhat.com>
10769
10770 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10771
3555de01
JM
107722000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10773
10774 * Makefile.in (diststuff): New target.
10775
5e35df8e
KB
107762000-02-15 Kevin Buettner <kevinb@redhat.com>
10777
10778 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10779 architecture. [From Jim Wilson.]
5e35df8e 10780
c5394b80
JM
107812000-01-16 Tom Tromey <tromey@cygnus.com>
10782
10783 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10784 (Delete Breaks): Mention range arguments.
10785 (Disabling): Likewise.
10786
c3f6f71d
JM
107872000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10788
10789 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10790
c4093a6a
JM
10791Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10792
10793 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10794 valid functions.
c4093a6a 10795
11cf8741
JM
107961999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10797
10798 * gdb.texinfo: Clarify regular expressions used in rbreak.
10799
917317f4
JM
108001999-10-15 Kevin Buettner <kevinb@cygnus.com>
10801
10802 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10803 MEMORY_REMOVE_BREAKPOINT): Document.
10804
10805Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10806
10807 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10808 offset re-using the DATA offset instead.
917317f4 10809
2df3850c
JM
108101999-10-11 Jim Kingdon <kingdon@redhat.com>
10811
10812 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10813
108141999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10815
10816 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10817 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10818 typos.
10819
10820 * gdb.texinfo: Various minor wording and formatting improvements,
10821 mentions of additional command-line options.
10822
2acceee2
JM
108231999-09-30 Fred Fish <fnf@cygnus.com>
10824
10825 * gdb.texinfo: Document additional forms of specifying section
10826 names and addresses for the add-symbol-file command.
10827
c2c6d25f
JM
108281999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10829
10830 * gdbint.texinfo: Fix typo, add the word "have".
10831
108321999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10833
10834 * gdbint.texinfo (Target Architecture Definition): Document the
10835 SKIP_PERMANENT_BREAKPOINT macro.
10836
d4f3574e
SS
108371999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10838
10839 * gdb.texinfo: Fiks speling errers.
10840
10841 * gdb.texinfo: Fix uses of @multitable.
10842
f7dc1244 10843 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10844 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10845 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10846 comments about using with optimization, add more indexing,
10847 fix info about disassembly-flavor.
10848
10849Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10850
10851 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10852 SKIP_SOLIB_RESOLVER): Define.
10853
10854Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10855
10856 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10857 ``g'' packets.
d4f3574e 10858
104c1213
JM
108591999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10860
10861 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10862 platform-specific info, inline remote.texi and move sections of it
10863 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10864 and register stack into the new chapter.
10865 * remote.texi: Remove, now part of gdb.texinfo.
10866 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10867
108681999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10869
10870 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10871 GDB_TARGET_IS_MACH386): These kludges have gone away.
10872
10873Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10874
10875 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10876 TDEPLIBS.
104c1213 10877
53a5351d
JM
108781999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10879
10880 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10881 surrounding text to fit HP-UX bits into general info.
10882 (HPPA-cfg.texi): Remove, no longer useful.
10883
10884 * gdb.texinfo: Remove explicit links from @node lines, remove
10885 HP-added "Detailed Node Listing" from main menu which confuses
10886 things.
10887
10888 From Dmitry Sivachenko <dima@Chg.RU>:
10889 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10890 in description of `set environment'.
53a5351d
JM
10891
108921999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10893
10894 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10895
7be570e7
JM
108961999-08-12 Ben Elliston <bje@cygnus.com>
10897
10898 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10899
f7dc1244 109001999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10901
10902 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10903 watch, awatch, and rwatch. Explain why the latter two cannot be
10904 set as software watchpoints. Document that watchpoints for local
10905 variables are deleted when the debuggee terminates.
7be570e7
JM
10906
10907Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10908
10909 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10910 packet. Allow E.. response packet. "qRcmd" packet is no longer
10911 reserved.
7be570e7
JM
10912
109131999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10914
a9331b3f
RM
10915 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10916 * gdb.texinfo: Ditto.
7be570e7 10917
96baa820
JM
109181999-08-06 Tom Tromey <tromey@cygnus.com>
10919
10920 * gdb.texinfo (KOD): New node.
10921
10922Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10923
10924 * remote.texi (Rcmd): Fix minor formatting typos.
10925
10926Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10927
10928 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10929 packets.
96baa820 10930
adf40b2e
JM
109311999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10932
10933 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10934 fixes.
10935
43ff13b4
JM
10936Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10937
10938 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10939
085dd6e6
JM
10940Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10941
10942 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10943 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10944 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10945 packets that are not supported on all hosts. Expand examples.
10946 Spell check.
085dd6e6
JM
10947
109481999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10949
10950 * Makefile.in: Recognize html, install-html. Add targets
10951 to build HTML versions of documentation via texi2html.
10952
10953Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10954
10955 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10956 testsuite.
085dd6e6
JM
10957
10958Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10959
10960 * remote.texi (Communication Protocol): Rewrite.
10961
10962Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * stabs.texinfo: Fix uses of xref.
10965
9e0b60a8
JM
10966Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10967
10968 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10969 info about patch submission.
10970
cce74817
JM
10971Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10972
10973 From Per Bothner <bothner@cygnus.com>:
10974 * gdb.texinfo: Document Chill support.
10975
10976Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10977
10978 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10979 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10980 Document that the value should be greater-than or equal-to zero.
10981 (NO_STD_REGS): Document. Deprecate.
cce74817 10982
ac9a91a7
JM
10983Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10984
10985 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10986 Document that these are not used.
ac9a91a7
JM
10987
10988Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10989
10990 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10991
392a587b
JM
10992Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10993
10994 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10995 numargs was dropped.
392a587b
JM
10996
10997Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10998
10999 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11000
b83266a0
SS
11001Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11002
11003 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11004 Update.
b83266a0 11005
7a292a7a
SS
11006Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11007
11008 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11009 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11010
11011Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11012
11013 * gdbint.texinfo: Fix typos: $ -> @.
11014
11015Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11016
11017 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11018 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11019 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11020 BREAKPOINT_FROM_PC.
a9331b3f 11021
7a292a7a
SS
11022Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11023
11024 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11025 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11026
11027Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11028
11029 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11030 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11031
110321999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11033
11034 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11035 longer exists.
11036
11037Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11038
11039 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11040 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11041 they make the manual source incomprehensible.
7a292a7a
SS
11042 * h8-cfg.texi: Remove, hasn't been used in years.
11043
c906108c
SS
11044Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11045
11046 * gdb.texinfo: Update the credits.
11047
11048Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11049
11050 * gdb.texinfo: Fix mistakes noticed in printout of last
11051 draft, add Alpha to discussion of heuristic fence post.
11052
11053Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11054
11055 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11056 Edition, merge some HP changes into mainline, describe some
11057 previously undocumented features, describe more of the target
11058 commands available, eliminate obsolete section on renamed
11059 commands.
c906108c
SS
11060 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11061
11062Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11063
11064 * gdb.texinfo: Make many HPPA conditionals unconditional,
11065 including catchpoint description, since now on for all configs.
11066 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11067 specializations.
11068
11069Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11070
11071 * Makefile.in (GDBvn.texi): Fix match expression to work with
11072 current format of VERSION in gdb/Makefile.in.
11073 * gdb.texinfo: Fix node ref to match new readline.
11074
11075Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11076
a9331b3f
RM
11077 * gdb.texinfo: Changes made as part of a project to merge in
11078 changes made by HP. Documentation makes extensive use of
c906108c
SS
11079 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11080 on remote debugging. There are differences in documentation
889bf7c5 11081 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11082 the HP manual discusses catchpoints, hardware watchpoints, and
11083 some HPUX specific limitations for shared library support.
a9331b3f 11084
c906108c
SS
11085 There are also a number of @node changes.
11086
110871999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11088
11089 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11090 (C Usage): Same.
11091
11092Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11093
11094 The following changes were made by Edith Epstein
889bf7c5
PA
11095 <eepstein@cygnus.com> as part of a project to merge in changes
11096 made by HP.
a9331b3f 11097
c906108c
SS
11098 * HPPA-cfg.texi: new file.
11099
11100 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11101
11102 * refcard.tex: change documentation about catch.
11103 removed info catch.
11104
11105Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11106
11107 * gdbint.texinfo: Expand on GDB's coding standards,
11108 specify the use of arg names with prototypes.
11109
111101998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11111
11112 * gdb.texinfo: Fix tipo.
11113
11114Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11115
11116 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11117 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11118
11119Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11120
11121 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11122
111231998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11124
11125 * agentexpr.texi: New file.
11126
11127Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11128
11129 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11130
111311998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11132
11133 * remote.texi: Changed wording that implied that the GDB remote
11134 protocol caches register values instead of GDB itself.
11135
11136Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11137
11138 * gdbint.texinfo: Add some info about symbol readers.
11139 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11140 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11141 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11142 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11143
11144Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11145
a9331b3f 11146 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11147
11148Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11149
11150 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11151
11152Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11153
11154 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11155 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11156
11157Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11158
11159 * gdbint.texinfo: Fix minor typos.
11160
11161Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11162
11163 * gdbint.texinfo: Complete overhaul. Group descriptions more
11164 logically, add more info on generic algorithms, remove much
11165 obsolete and/or wrong material.
11166
11167Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11170
11171Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11172
11173 * refcard.tex: Copyright, address updates.
11174
11175Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11176
11177 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11178 for the edition instead of confusing GDB-version-like numbers.
11179
11180Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11181
11182 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11183
11184Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11185
5ae4183a 11186 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11187
11188Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11189
11190 * gdb.texinfo: Add some credits, mention bug monitor.
11191 * remote.texi: Mention mips monitor targets.
11192 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11193
c906108c
SS
11194Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11195
11196 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11197 files, finish sorting of host vs target vs native macros, describe
11198 some more of them.
c906108c
SS
11199
11200Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11201
11202 * gdbint.texinfo (Host Conditionals): Document change from
11203 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11204
11205Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11206
11207 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11208 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11209
11210Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11211
11212 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11213 Document LSEEK_NOT_LINEAR.
11214
11215Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * stabs.texinfo (Stab Section Basics): Make it clear that only
11218 some versions of the GNU linker remove the leading N_UNDF symbol.
11219
11220Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * stabs.texinfo (String Field): Document type number pairs here,
11223 instead of in the Sun specific section.
11224 (Include Files): The GNU linker supports the N_BINCL
11225 optimization. Clarify the N_BINCL value, and what it is used
11226 for.
11227 (Procedures): Document N_FUN with an empty string to mark the end
11228 of a function.
11229 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11230 (Sun Differences): Remove this node, as the information is now
11231 elsewhere in the main document.
11232 (Stab Section Basics): Mention that the GNU linker may optimize
11233 stabs and remove the leading N_UNDF symbol.
11234
11235Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11236
11237 * gdb.texinfo, refcard.tex: Restore author credit
11238
11239Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11240
11241 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11242 documentation to account for START and END macros taking
11243 one arg.
11244
11245Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11246
11247 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11248 * gdb.texinfo (Frames): Fix typo.
11249
11250Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11251
11252 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11253 a target_signal as arg type, not a pid.
11254
11255Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11256
11257 * gdb.texinfo: Document `set assembly-language'.
11258
11259Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11260
11261 * remote.texi: Update list of stubs in the GDB distribution.
11262
11263Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11264
11265 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11266 Also document that some systems can use mmalloc but must define
11267 this if their C runtime allocates memory that is later freed.
c906108c 11268 (MMCHECK_FORCE): Document new macro.
a9331b3f 11269
c906108c
SS
11270Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11271
11272 * remote.texi: Add documentation for target Sparclet.
11273
11274Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11275
a9331b3f 11276 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11277 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11278 * configure.in: Rewritten for autoconf.
11279 * configure: New.
11280
11281Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11282
11283 * Makefile.in (DVIPS): New define, set to dvips.
11284 (dvi): Add stabs.dvi.
11285 (ps): New target.
11286 (all-doc): Depend on info, dvi, and ps targets.
11287 (STAGESTUFF): Add *.ps and *.dvi files.
11288 (clean-info, clean-dvi): Remove.
11289 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11290 rules completely rewritten.
11291 (maintainer-clean): Remove clean-info and clean-dvi
11292 dependencies and put their actions in the rules.
11293 (gdb.ps): New target
a9331b3f 11294 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11295 intermediate TeX files, whether they have 2 or 3 character
11296 extensions.
11297 (gdbint.ps): Add target and rules.
11298 (gdb-internals): Delete unused target.
11299 (Makefile): Depends upon config.status also.
11300
11301Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11302
11303 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11304 set.
11305
11306Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11307
11308 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11309 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11310
11311Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11312
11313 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11314
11315Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11316
11317 * gdb.texinfo (Print settings): Document
11318 `set/show print static-members' commands.
11319
11320Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11321
11322 * gdbint.texinfo (Native): Document name change, coredep.c to
11323 core-aout.c.
11324
11325Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11326
11327 * stabs.texinfo (Include Files): Document the values the SunOS4
11328 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11329
11330Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11331
11332 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11333 Fix typo.
11334
11335Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11336
11337 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11338 "gdb.tar.Z".
11339
11340Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11341
11342 * Makefile.in (maintainer-clean): New target, synonym for
11343 realclean.
11344
11345Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11346
11347 * Update all FSF addresses except those in COPYING* files.
11348
11349Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11350
11351 From Richard Earnshaw (rearnsha@armltd.co.uk):
11352 * gdb.texinfo (convenience variables): Document $_exitcode.
11353 (quit): Document optional expression to use as exit code.
11354
11355Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11356
11357 * gdb.texinfo, remote.texi: Brought up to date with various
11358 GDB changes.
11359
11360Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11361
11362 * gdb.texinfo: Update dates and versions, fix comments about
11363 hardware watchpoints in future releases and about the
11364 sharedlibrary command.
11365
11366Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11367
11368 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11369 C_FUN stab. Other cleanups.
11370
11371Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11374 for the sparc stub.
11375
11376Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11377
11378 * annotate.texi: Clarify which addresses have differing formats
11379 depending on the language and which do not.
11380
11381Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11382
11383 * remote.texi (NetWare): Changed example to use BOARD= instead of
11384 NODE= argument to reflect correspoding change to gdbserve.nlm.
11385
11386Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11389 GDB, as well as AIX dbx, supports the size type attribute.
11390
11391Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11392
11393 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11394
11395Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11396
11397 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11398 and new 'if' and 'while' commands.
11399
11400Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11401
11402 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11403
11404Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11405
11406 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11407 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11408 NetWare targets. Mostly stolen from the Server node.
11409
11410Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11411
11412 * gdb.texinfo (Setting): Talk about the language of a source file
11413 versus the working language. The old documentation did not match
11414 what GDB did.
11415
11416Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11417
11418 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11419 of a source file.
11420
11421Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11422
11423 * gdb.texinfo (Processes): New node.
11424
11425Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11426
11427 * remote.texi: Update documentation of set/show mipsfpu.
11428
3fc11d3e
JM
11429Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11430
11431 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11432 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11433
11434Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11435
11436 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11437 obsolete conditionals, described some others.
11438
11439Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11440
11441 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11442 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11443
11444Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11445
11446 * gdbint.texinfo: Put regex conditionals in their own table.
11447
11448Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11449
11450 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11451 described or fixed the descriptions of many others.
11452
11453Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11454
11455 * gdb.texinfo: Add some more credits.
11456 * gdbint.texinfo: Capitalize GDB consistently, describe some
11457 macros and remove some.
11458
11459Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11460
11461 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11462 obsolete conditionals, described some others.
11463
11464Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11465
11466 * gdb.texinfo (help targets): Changed to `help target', which
11467 is the correct gdb command.
11468
11469Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11470
11471 * annotate.texi (TODO): New node, for keeping track of annotations
11472 suggested but not yet implemented.
11473
11474Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11475
11476 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11477 another symbol, it is not the address itself.
11478
11479Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11480
11481 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11482 of stabs-in-coff sections.
11483
11484Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11485
11486 * annotate.texi: Change edition to 0.5 and date to May 1994.
11487 Add index.
11488 (Frames): New node, for frame annotation.
11489 (Displays): New node, for display annotation.
11490
11491 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11492 when waiting for your program to stop.
11493
11494Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11495
11496 * annotate.texi (Breakpoint Info): Document annotation of header
11497 fields and record annotation.
11498
11499Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11500
11501 * annotate.texi: New file, to document annotations.
11502
11503Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11506 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11507
11508Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11511 section, and say n_strx field is compilation unit relative.
11512 * stabs.texinfo: Don't use @code for a.out when it is the name of
11513 an object file format.
11514
11515Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11516
11517 * gdb.texinfo: Refer to file names, not path names, per rms
11518 convention.
11519 (Arguments): Fix typo.
11520
11521Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11522
11523 * stabs.texinfo (Global Variables): Talk about stabs in files
11524 where variables are referenced, but not defined.
11525
11526Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11527
11528 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11529 Cplusplus to new nodes Member Type Descriptor and Method Type
11530 Descriptor. Re-write stuff for #.
11531
11532Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11533
11534 * gdb.texinfo (Print Settings): Don't document "set print
11535 fast-symbolic-addr off". The bug which it worked around was fixed
11536 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11537
11538 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11539 N_ENTRY node.
11540
11541 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11542
11543Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11544
11545 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11546 references to ieee-float.c.
11547
11548Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11549
11550 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11551 match what the code actually does.
11552
11553Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11554
11555 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11556
11557Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11558
11559 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11560 i, and b.
11561
11562Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11563
11564 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11565 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11566 as "stabs in sections" rather than just saying "ELF and SOM".
11567 Also make that stuff apply to COFF.
11568
11569Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11570
11571 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11572 Ghostscript.
11573
11574Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11575
11576 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11577 versus functions without line numbers, also mention stepping into
11578 them as well as "step" when you are in them. Tell the user how to
11579 deal with the situation. Add comment about "debugging information".
11580
11581Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11582
11583 * stabs.texinfo (Enumerations): Document restriction on where
11584 enumeration types can appear and still win with GDB.
11585
11586Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11587
11588 * stabs.texinfo (Negative Type Numbers): Document format for type
11589 -16.
11590
11591Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11592
11593 * gdb.texinfo (Selection, Frame Info): Update information about
11594 arbitrary frame specficiations.
11595
11596Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11597
11598 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11599
11600Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11601
11602 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11603
11604Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11605
11606 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11607
11608Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11611 Differences node to Statics node.
11612 (Statics): Discuss XCOFF use of V symbol descriptor.
11613
11614 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11615 not clean.
11616
11617Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11618
11619 * gdb.texinfo (Print Settings): Document `set print
11620 fast-symbolic-addr' and improve the doc for some other
11621 `set print's.
11622
11623Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11624
11625 * stabs.texinfo (String Field): Talk about defining several type
11626 numbers at once.
11627 Fix lint regarding changing node ELF Transformations to
11628 ELF and SOM Transformations.
11629
11630Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11631
11632 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11633
11634Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11635
11636 * stabs.texinfo (Cross-References): `::' is for nested types only
11637 within <>.
11638 (Structures): Document static members.
11639
11640Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11641
11642 * stabs.texinfo: Document S type attribute.
11643
11644Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11645
11646 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11647
11648Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11649
11650 * gdbint.texinfo: Fix a few typos.
11651
11652Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11653
11654 * gdb.texinfo, remote.texi: formatting improvements
11655
11656 * gdb.texinfo (New Features): mention threads.
11657 (Summary, C): fix xrefs in newly contributed text.
11658 (Threads): index entries, clarifications, example
11659 (passim): minor typos fixed, phrasing improvements
11660
11661 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11662 entries; (Server): explain use of gdbserver w/real-time systems,
11663 add example of conflicting TCP port; (MIPS Remote) break up
11664 running text into table, highlighting commands, and add example.
a9331b3f 11665
c906108c
SS
11666Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11667
11668 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11669
11670Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11671
11672 * stabs.texinfo (Nested Symbols): New node.
11673 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11674
11675Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11676
11677 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11678 to picking which Bbss.bss symbol to use, and (because there seems to
11679 be no good way of doing it) re-write some of the text to make it
11680 sound like Bbss.bss isn't such a great idea after all (as currently
11681 designed).
11682
11683 * gdb.texinfo (C): In addition to saying people have to use g++ for
11684 good results, say they have to use stabs. Specifically say cfront
11685 doesn't work well.
11686 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11687 the gdb README. Add xrefs to places where the support for the various
11688 languages is described in detail.
11689
11690Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11691
11692 * stabs.texinfo: Clean up stuff about visibility and virtual
11693 characters.
11694
11695 * stabs.texinfo (N_M2C): Cite Sun doc.
11696
11697Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11698
11699 * gdb.texinfo: updates re threads.
11700 * remote.texinfo: avoid index entries starting with digits.
11701
11702Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11703
11704 * stabs.texinfo (Enumerations): Talk about large, negative and
11705 octal values. Clean up cross reference to type attributes.
11706 (String Field): Say that GDB 4.11 supports size attribute.
11707
11708Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11709
11710 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11711 is a mandatory step. Make the stuff about that more concise.
11712
11713Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11714
11715 * stabs.texinfo (Class Names): New node.
11716
11717 * gdb.texinfo (Command Files): Explain order of init file reading.
11718
11719 * remote.texi (Bootstrapping): Talk about getting the serial driver
11720 to deal with ^C sent by gdb to stop the remote system.
11721
11722Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11723
11724 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11725
11726 * libgdb.texinfo (Defining Commands): made the DOC arg
11727 to gdb_define_app_command a char * instead of char **
11728 per a suggestion from kingdon.
11729
11730 * libgdb.texinfo: total rewrite from a different starting
11731 premise.
11732
11733Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11734
11735 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11736 floats passed as doubles (to improve clarity).
11737
11738Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11739
11740 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11741
11742 * a4rc.sed: update to work with Andreas Vogel papersize params
11743
11744 * refcard.tex: use Andreas Vogel simplifications of papersize
11745 params; remove useless version info; update copyright date.
11746
11747Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11748
11749 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11750
11751Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11752
11753 * gdb.texinfo (Files): Say what address the load command loads it at.
11754
11755 * stabs.texinfo (Common Blocks): Minor cleanups.
11756
11757 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11758 that Sun has backed away from the linker kludge and thus the relevant
11759 issue is changes to the SunPRO tools, not the Solaris linker.
11760
11761 * stabs.texinfo (Traditional Integer Types): Clean up description
11762 of octal bounds a little bit. Document extra leading zeroes.
11763
11764Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11765
11766 * gdb.texinfo (Signaling): Update for symbolic symbol names
11767 and add a section explaining the difference between the GDB
11768 signal command and the shell kill utility.
11769
11770Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11771
11772 * libgdb.texinfo: added `@' to braces that were unescaped.
11773
11774Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11775
11776 * libgdb.texinfo: new file. Spec for the gdb library.
11777
11778Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11779
11780 * stabs.texinfo (Include Files): Fix typo (start -> end).
11781
11782Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11783
11784 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11785 from Melissa at FSF's editing pass.
11786
11787Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11788
11789 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11790 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11791 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11792
11793Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11794
11795 * remote.texi (Bootstrapping): Discuss 386 call gates.
11796
11797Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11798
11799 * stabs.texinfo (Based Variables): New node.
11800
11801Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11802
11803 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11804 names, sizes, and formats to suggest how not to lose.
11805
11806Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11807
11808 * stabs.texinfo (Methods): Fix typo.
11809
11810Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11811
11812 * gdb.texinfo: Fix a few typos.
11813
11814Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * gdb.texinfo: Clarify how well it works with Fortran.
11817
11818 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11819 More on relocating stabs in ELF files.
11820
11821Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11822
11823 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11824
11825Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11826
11827 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11828 parameters on VAX.
11829
11830Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11831
11832 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11833
11834Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11835
11836 * stabs.texinfo: Make info author notice match the TeX author notice.
11837
11838Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11839
11840 * stabs.texinfo: Initial-caps all words in node names and
11841 non-trivial words in section names.
11842
11843Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11844
11845 * stabs.texinfo: Many minor cleanups.
11846
11847 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11848
11849Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11850
11851 * stabs.texinfo: Remove full description of big example.
11852 It's not really helpful; just use pieces of it where appropriate.
11853 Add more Texinfo formatting directives (@samp, etc.).
11854 Use @deffn to define stab types.
11855 Eliminate some wordiness. Break up some nodes.
11856 Add an (alphabetized) index of symbol types.
11857 Use consistent capitalization style in node and section names.
11858
11859Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11860
11861 * gdb.texinfo: Change typo "Two two" to "The two".
11862
11863Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * stabs.texinfo (XCOFF-differences): Remove references to
11866 non-existent types N_DECL and N_RPSYM.
11867
11868 * stabs.texinfo (String Field): Say that type attributes bug is
11869 fixed in GDB 4.10, since it is.
11870
11871 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11872
11873Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11874
11875 * stabs.texinfo: Formatting cleanups.
11876
11877Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11878
11879 * stabs.texinfo: When explaining the n_type of a stab, standardize
11880 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11881 no tabs, use @r).
11882 (Global Variables): Clean up.
11883
11884Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11885
11886 * stabs.texinfo (Stack Variables): Re-write.
11887
11888Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11889
11890 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11891 addresses of a source file. Also revise formatting.
11892 Change "object module" or "object file" to "source file".
11893 Various: Miscellaneous cleanups.
11894
11895Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11896
11897 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11898
11899Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11900
11901 * gdbint.texinfo: Removed many nonsensical machine-collected
11902 host and target conditionals, described some of the remainder.
11903
11904Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11905
11906 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11907
11908 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11909 paragraph which follows.
11910
11911 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11912 variables. Looks better and avoids overful hbox.
11913
11914Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11915
11916 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11917
11918Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11919
11920 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11921 retransmit-timeout
11922
11923Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * gdbint.texinfo: Update statement about `some ancient Unix
11926 systems, like Ultrix 4.0' to Ultrix 4.2.
11927
11928Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11929
11930 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11931
11932 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11933
11934 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11935 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11936
11937 * remote.texi: new name for former gdbinv-s.texi
11938
11939 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11940
11941Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11942
11943 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11944 variables for MIPS remote debugging protocol.
11945
11946Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11947
11948 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11949
11950Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11951
11952 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11953
11954Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11955
11956 * gdb.texinfo: repair conditional bugs in text markup
11957
11958Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11959
11960 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11961 to select Modula-2 material.
11962
11963Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11964
11965 * stabs.texinfo: Cleanups regarding statics.
11966
11967 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11968 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11969
11970Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11971
11972 * stabs.texinfo: N_MAIN is sometimes used for C.
11973
11974Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11975
11976 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11977
11978Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11979
11980 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11981 removed from the code by Kingdon.
c906108c
SS
11982
11983Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11984
11985 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11986 input when evaluating breakpoint conditions; the bug has been fixed.
11987
11988 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11989 sets the ignore count to N-1, not to N.
11990
11991Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11992
11993 * refcard.tex (\hoffset): correct longstanding error to match
11994 intended offset; avoids cutting off edge on some printers
11995
11996Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11997
11998 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11999
12000Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12003
12004Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12005
12006 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12007 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12008 collect sed edits if any, apply to refcard before formatting;
12009 (refcard.ps) stop implying PS fonts if PS output requested;
12010 (lrefcard.ps) delete extra target for variant PS fonts
12011
12012 * refcard.tex: parametrize papersize dependent info, collect
12013 in easily replaced spot
12014
12015 * a4rc.sed: new file, edits to refcard for A4 paper
12016
12017Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12018
12019 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12020
12021Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12024
12025Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12026
12027 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12028 politely rather than rudely.
12029
12030Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12031
12032 * stabs.texinfo: Document common blocks.
12033
12034Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12035
12036 * stabs.texinfo: Add some basic info about stabs-in-elf.
12037
12038Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12039
12040 * stabs.texinfo (Top): Minor cleanup.
12041
12042Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12043
12044 * Makefile.in (install-info): remove parentdir support
12045
12046Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12047
12048 * gdb.texinfo (Copying): delete this node and references to it;
12049 RMS says this manual need not carry GPL. (passim): Improvements
12050 from last round at FSF, largely due to Ian Taylor review, and
12051 minor formatting improvements.
12052
12053 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12054 largely due to Ian Taylor review. (Debug Session): minor edits to
12055 new text.
12056
12057Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12058
12059 * Makefile.in (realclean): Remove info and dvi files too.
12060
12061Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12062
12063 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12064 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12065 * gdb.texinfo: Change accordingly.
12066
12067 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12068 N_{L,R}BRAC,N_SLINE are relative to.
12069
12070Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12071
12072 * Makefile.in (GDBvn.texi): Update atomically.
12073
12074Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12075
12076 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12077
12078Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12079
12080 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12081 addresses together. Also motivate the set print symbol-filename
12082 command and suggest other solutions.
12083
12084Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12085
12086 * gdb.texinfo (set print elements): Note that the number of
12087 elements is set to unlimited by "set print elements 0".
12088
12089Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12090
12091 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12092 NF_LDOUBLE means.
12093 (Stab Types): Include Solaris stab types.
12094 (Procedures): Document Solaris extensions.
12095
12096Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12097
12098 * gdb.texinfo: Add `set print symbol-filename' doc.
12099
12100Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12101
12102 * stabs.texinfo (Arrays): Talk about type definition vs. type
12103 information.
12104
12105 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12106 the trailing semicolon.
12107
12108Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12109
12110 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12111 and merge in other parts of the document addressing these subjects.
12112 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12113
12114 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12115 at the end of a range type.
12116
12117 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12118 AIX extensions.
12119
12120Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12121
12122 * stabs.texinfo (Stabs Format): Misc fixes.
12123
12124Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12127 (Traditional builtin types): Document convex convention for long long.
12128 (Negative builtin types): Discuss type names, and misc fixes.
12129
12130Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12131
12132 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12133 point types used with @samp{R} type descriptor.
12134 (Symbol Descriptors): Describe how to handle conflict between
12135 different meanings of @samp{P} symbol descriptor.
12136
12137Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * stabs.texinfo: Remove node Quick Reference and put its children
12140 directly under the main menu.
12141
12142 * stabs.texinfo: Many more changes to bring it into line with
12143 AIX documentation and reality. I think it now has all the
12144 information from the AIX documentation, except that I burned
12145 out when I got to variant records (Pascal and Modula-2) and
12146 all the COBOL types. Oh well, we can add them later when we're
12147 worrying more about those languages.
12148
12149 * stabs.texinfo (Automatic variables): Talk about what it means
12150 to omit the symbol descriptor.
12151
12152Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12153
12154 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12155 gcc2 behavior with promoted args.
12156
12157Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12158
12159 * gdb.texinfo: include readline appendices in info version of manual
12160
12161Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12162
12163 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12164 target remote.
12165
12166 * gdb.texinfo (Machine Code): more index entries for disassemble
12167
12168Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12169
12170 * Clarify the intended use of the gdb-testers and gdb-patches
12171 mailing lists, and shrink gzip comment.
12172
12173Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12174
12175 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12176 DOSHOST configuration of manual.
12177
12178 * gdb.texinfo (MIPS Stack): new node.
12179
12180 * all-config.texi (MIPS) new switch.
12181
12182 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12183 tense; (MIPS Remote) new node.
12184
12185 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12186 bug; (Environment) less passive, other small cleanups in text about
12187 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12188 (Remote) new MIPS Remote menu entry.
12189
12190Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12191
12192 * stabs.texinfo: Many changes to include information from the
12193 AIX documentation.
12194
12195 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12196
12197Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12198
12199 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12200 Move a bunch of information from ../README.
12201 (Getting Started): New node.
12202
12203Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12204
12205 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12206
12207 * gdb.texinfo: advance manual revision dates to present
12208
12209 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12210 stop using silly Roman numerals in @set variable names
12211
12212Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12213
12214 * stabs.texinfo (Parameters): Keep trying to get this right.
12215
12216Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12217
12218 * stabs.texinfo (Parameters): More on "local parameters".
12219
12220Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12221
12222 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12223
12224Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12225
12226 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12227 (Parameters): Rewrite.
12228 (xcoff-differences, Sun-differences): Minor changes.
12229
12230Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12231
12232 * stabs.texinfo: Minor cleanup.
12233
12234Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12235
12236 * gdbint.texinfo: Minor xcoff stuff.
12237
12238Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12239
12240 * gdbint.texinfo: Update for new config directory structure.
12241 Add info about internal type data structures.
12242
12243Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12244
12245 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12246 $(srcdir).
12247 (gdb-config.texi): Depend on file in $(srcdir).
12248
12249Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12250
12251 * stabs.texinfo: Fixes about N_SO.
12252
12253Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12254
12255 * gdb.texinfo: include list of nonstandard init file names
12256
12257 * *-config.texi: new switch GENERIC for text that applies *only*
12258 to (usual) multiple-target version of manual
12259
12260 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12261 h8 config
12262
12263 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12264 in menus (rather than conditionally selected multiple alternative
12265 menus).
12266
12267 * Makefile.in: define and use DOC_CONFIG var to select
12268 configuration for GDB user manual.
12269
12270 * gdb-config.texi: delete from repository, generate from Makefile.
12271
12272 * all-config.texi: normal `generic' configuration file, formerly
12273 stored as gdb-config.texi
12274
12275Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12276
12277 * Makefile.in: add dvi target to build all .dvi files
12278
12279Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12280
12281 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12282
12283Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12284
12285 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12286 host conditionals.
12287 * stabs.texinfo: More array fixes inspired by Jim's.
12288
12289Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12290
12291 * stabs.texinfo: Fixes re arrays and continuations.
12292
12293 * gdbint.texinfo: Add XCOFF node.
12294
12295Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12296
12297 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12298
12299Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12300
12301 * stabs.texinfo: Fix for array types to mention lower bounds.
12302
12303Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12304
12305 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12306
12307Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12308
12309 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12310
12311Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12312
12313 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12314 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12315
12316Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12317
12318 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12319
12320Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12321
12322 * gdb.texinfo, gdbinv-s.texi: misc updates
12323
12324Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12325
12326 * gdbint.texinfo: Brief documentation for longjmp support,
12327 from an email msg by Stu.
12328
12329Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12330
12331 * stabs.texinfo: Fix description of floating point "range"
12332 types (which really define basic types). Reported by Jim Meehan,
12333 <meehan@src.dec.com>.
12334
12335 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12336
12337Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12338
12339 * gdbint.texinfo: Slightly expand section on supporting a new
12340 object file format.
12341
12342Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12343
12344 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12345 intermediate file.
12346
12347Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12348
12349 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12350
12351Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12352
12353 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12354
12355 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12356 as well as Z8002.
12357
12358Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12359
12360 * gdbint.texinfo: Add sections on clean design and on how to send
12361 in changes.
12362
12363Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12364
12365 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12366
12367Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12368
12369 * gdb.texinfo: Fix typo, reported by Karl Berry.
12370
12371Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12372
12373 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12374
12375Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12376
12377 * gdbint.texinfo: fixed a stray email address (needs @@),
12378 added @table @code to node "Native Conditionals"
12379
12380Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12381
12382 * gdbint.texinfo: Describe coding style of GDB.
12383
12384Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12385
12386 * stabs.texinfo: Minor wording changes.
12387
12388Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12389
12390 * gdbint.texinfo: Improve release doc slightly.
12391
12392Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12393
12394 * gdbint.texinfo: Improve doc of GDB config macros.
12395
12396Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12397
12398 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12399 These will be reinserted when examined.
12400
12401Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12402
12403 * gdbint.texinfo: Make a start at documenting all the #if macros
12404 in GDB. At least list them all, and start separating them into
12405 host-specific and target-specific.
12406
12407Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12408
12409 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12410 examples (not consistent w others).
c906108c
SS
12411 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12412 for generic vn of doc
12413
12414Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12415
12416 * Makefile.in: always create installation directories.
12417
12418Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12419
12420 * gdb.texinfo: in h8 config, do not describe searching commands.
12421
12422Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12423
12424 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12425 conditionals; introduce a few generic switches that may be
12426 useful for other cross-dev or dos-hosted configs.
12427
12428 * gdb.texinfo: fix typo in "info reg" description
12429
12430Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12431
12432 * stabs.texinfo: Minor updates from running TeX over it.
12433 * Makefile.in (stabs.dvi, stabs.ps): Add.
12434
12435Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12436
12437 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12438 First pass at converting it to texinfo.
12439
12440Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12441
12442 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12443 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12444
12445Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12446
12447 * gdbint.texinfo: Add section on partial symbol tables.
12448
12449Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12450
12451 * gdb.texinfo: document `set remotedebug' and `set
12452 rstack_high_address'.
12453
12454Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12455
12456 * gdb.texinfo: slight expansion of new text on reading info files
12457 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12458 H8/300 from DOS.
12459
12460Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12461
12462 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12463
12464Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12465
12466 * gdb.texinfo: Say how to read the `info' files.
12467
12468Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12469
12470 * Makefile.in: gm4 -> m4.
12471
12472Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12473
12474 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12475 Documentation' ahead of `Installing GDB' to match README.
12476 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12477 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12478
12479Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12480
12481 * Makefile.in: remove $(srcdir) from gdb.info rule.
12482
12483Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12484
12485 * Makefile.in: commented out gdb-all.texinfo rule. This is
12486 temporary.
12487
12488Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12489
12490 * Makefile.in, configure.in: removed traces of namesubdir,
12491 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12492 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12493
12494Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12495
12496 * gdb.texinfo: Improve how we ask for bug reports.
12497
12498Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12499
12500 * Makefile.in: infodir belongs in datadir.
12501
12502Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12503
12504 * Makefile.in: remove spaces following hyphens, bsd make can't
12505 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12506 standards.text support.
c906108c
SS
12507
12508Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12509
12510 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12511 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12512 and mandir now keyed off datadir by default.
12513
12514\f
12515Local Variables:
9e9c5ae7 12516mode: change-log
c906108c
SS
12517left-margin: 8
12518fill-column: 74
12519version-control: never
463888ab 12520coding: utf-8
c906108c 12521End:
This page took 2.040465 seconds and 4 git commands to generate.