]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
Use GNU style for metasyntactic variables in gdbserver
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
74d3fbbb
SM
12018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
4
0ae1a321
SM
52018-09-13 Simon Marchi <simon.marchi@ericsson.com>
62018-09-13 Tom Tromey <tom@tromey.com>
7
8 * python.texi (Program Spaces In Python): Document the
9 Progspace.objfiles method.
10 (Objfiles In Python): Mention that gdb.objfiles() is identical
11 to gdb.selected_inferior().progspace.objfiles().
12
a40bf0c2
SM
132018-09-13 Simon Marchi <simon.marchi@ericsson.com>
142018-09-13 Tom Tromey <tom@tromey.com>
15
16 * python.texi (Inferiors In Python): Document
17 Inferior.progspace.
18 (Program Spaces In Python): Document that
19 gdb.current_progspace() is the same as
20 gdb.selected_inferior().progspace.
21
1256af7d
SM
222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
23
24 * python.texi (Basic Python): Mention the string representation
25 of GDB Python objects.
26
3e68067f
SM
272018-09-12 Simon Marchi <simon.marchi@ericsson.com>
28
29 * gdb.texinfo (Skipping Over Functions and Files): Document
30 set/show debug skip.
31
849cba3b
TT
322018-09-10 Tom Tromey <tom@tromey.com>
33
34 * python.texi (Frames In Python, Blocks In Python)
35 (Symbols In Python, Symbol Tables In Python)
36 (Lazy Strings In Python): Remove periods from section titles.
37
27a9fec6
TT
382018-09-10 Tom Tromey <tom@tromey.com>
39
40 * python.texi (Pretty Printing API): Swap sentence order.
41
9da10427
TT
422018-09-10 Tom Tromey <tom@tromey.com>
43
44 PR python/16461:
45 * python.texi (Values From Inferior): Mention use of virtual
46 table.
47
0d2a5839
TT
482018-09-10 Tom Tromey <tom@tromey.com>
49
50 * python.texi (Basic Python): Parenthesize argument to
51 decode_line.
52
05c6bdc1
TT
532018-09-10 Tom Tromey <tom@tromey.com>
54
55 * python.texi (Python): Mention Python versions. Don't mention
56 execfile.
57
e7b5068c
TT
582018-09-10 Tom Tromey <tom@tromey.com>
59
60 PR python/19808:
61 * python.texi (Unwinding Frames in Python): Rewrite
62 create_unwind_info documentation. Update read_register
63 documentation and add a note about unwinder caution.
64
fb5af5e3
TT
652018-09-10 Tom Tromey <tom@tromey.com>
66
67 PR python/18909:
68 * python.texi (Events In Python): Fix inferior_call
69 documentation.
70
521b499b
TT
712018-09-10 Tom Tromey <tom@tromey.com>
72
73 PR python/17752:
74 * python.texi (Frame Filter API): Remove period from subsection
75 title. Mention 100 as good default priority.
76 (Frame Decorator API): Remove period from subsection title.
77 Mention FrameDecorator module.
78
4a5a194a
TT
792018-09-10 Tom Tromey <tom@tromey.com>
80
81 PR python/23108:
82 * python.texi (Exception Handling): Rearrange gdb.GdbError text
83 and add a table.
84
f5a476a7
TT
852018-09-10 Tom Tromey <tom@tromey.com>
86
87 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
88 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
89 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
90 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
91
60c0454d
TT
922018-09-10 Tom Tromey <tom@tromey.com>
93
94 PR python/16484:
95 * python.texi (Frames In Python): Document that Frame.block can
96 throw.
97
088a96da
TT
982018-09-10 Tom Tromey <tom@tromey.com>
99
100 PR python/23487:
101 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
102
22eb9e92
TT
1032018-09-10 Tom Tromey <tom@tromey.com>
104
105 PR python/16033:
106 * python.texi (Blocks In Python): Document that Block.end is
107 exclusive.
108
078a0207
KS
1092018-08-29 Keith Seitz <keiths@redhat.com>
110
111 * gdb.texinfo (Compiling and injecting code in GDB): Document
112 set/show "compile-oracle" and "compile-cplus-types" commands.
113
6d52907e
JV
1142018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
115
116 * gdb.texinfo (The -stack-list-frames Command): Update description
117 to mention "arch".
118 Update MI examples throughout the document to contain "arch" in
119 frame output.
120
1461bdac
AH
1212018-08-21 Alan Hayward <alan.hayward@arm.com>
122
123 * gdb.texinfo (AArch64 SVE): New subsubsection.
124
26fb3983
JV
1252018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
126
127 * gdb.texinfo (GDB/MI Data Manipulation): Document
128 "-data-disassemble -a addr".
129 (GDB/MI Support Commands): Document "data-disassemble-a-option"
130 feature.
131
7d11235d
SM
1322018-08-07 Simon Marchi <simon.marchi@ericsson.com>
133
134 * gdb.texinfo (Index Files Speed Up GDB): Add section about
135 symbol index cache.
136
129eb0f1
SDJ
1372018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
138
139 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
140 option sections to further clarify that gcore can take more
141 than one PID, and that "-o" is used to specify a prefix, not a
142 filename.
143
3c3bb058
AB
1442018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.texinfo (Maintenance Commands): Add description of
147 maintenance command to control dwarf unwinders.
148
0a232300
PW
1492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * gdb.texinfo (Debugging Programs with Multiple Threads):
152 Document changes to 'thread apply'. Document 'taas'.
153 Document 'tfaas'.
154 (Examining the Stack): Document 'frame apply'. Document 'faas'.
155
c7ab0aef
SDJ
1562018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
157 Jan Kratochvil <jan.kratochvil@redhat.com>
158 Paul Fertser <fercerpav@gmail.com>
159 Tsutomu Seki <sekiriki@gmail.com>
160
161 * gdb.texinfo (Remote Connection Commands): Add explanation
162 about new IPv6 support. Add new connection prefixes.
163
055303e2
AB
1642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (Remote Configuration): Update descriptions for
167 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
168 and hardware-watchpoint-length-limit variables.
169
471b9d15
MR
1702018-07-02 Maciej W. Rozycki <macro@mips.com>
171
172 PR tdep/8282
173 * gdb.texinfo (Source and Machine Code): Document `set
174 disassembler-options' support for the MIPS target.
175
291f9a96
PT
1762018-06-28 Petr Tesarik <ptesarik@suse.cz>
177
178 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
179
ed6dfe51
PT
1802018-06-28 Petr Tesarik <ptesarik@suse.cz>
181
182 * gdb.texinfo (Files): The address argument for "add-symbol-file"
183 is no longer mandatory.
184
d4d429d5
PT
1852018-06-28 Petr Tesarik <ptesarik@suse.cz>
186
187 * gdb.texinfo (Files): Document "symbol-file -o offset".
188
0dbfed25
TV
1892018-06-14 Tom de Vries <tdevries@suse.de>
190
191 * gdb.texinfo (Background Execution): Add @cindex for '&'.
192
41fc26a2
EZ
1932018-06-11 Eli Zaretskii <eliz@gnu.org>
194
195 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
196
5045b3d7
GB
1972018-06-08 Gary Benson <gbenson@redhat.com>
198
199 * gdb.texinfo (Maintenance Commands): Document "maint check
200 libthread-db" and "maint set/show check-libthread-db".
201
eb6af809
TT
2022018-06-05 Tom Tromey <tom@tromey.com>
203
204 PR cli/12326:
205 * gdb.texinfo (Screen Size): Document "c" response to pagination
206 prompt.
207
4b2dfa9d
MR
2082018-05-31 Maciej W. Rozycki <macro@mips.com>
209
210 * gdb.texinfo (Choosing Target Byte Order): Document endianness
211 selection details with the `set endian auto' mode.
212
a913fffb
TT
2132018-05-04 Tom Tromey <tom@tromey.com>
214
215 PR python/22731:
216 * python.texi (Breakpoints In Python): Mention that "commands" is
217 writable.
218
0489430a
TT
2192018-05-02 Tom Tromey <tom@tromey.com>
220
221 PR python/20084:
222 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
223 PARAM_ZUINTEGER_UNLIMITED.
224
6d7bb824
TT
2252018-04-30 Tom Tromey <tom@tromey.com>
226
227 * python.texi (Types In Python): Document Type.align.
228
b744723f
AA
2292018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
230
231 * gdb.texinfo (Symbols): Mention the fact that "info
232 variables/functions/types" show source files and line numbers.
233
4a4495d6
MM
2342018-04-13 Markus Metzger <markus.t.metzger@intel.com>
235
236 * gdb.texinfo: Document set/show record btrace cpu.
237
3fcded8f
JB
2382018-03-27 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.texinfo (Ada Settings): New subsubsection.
241
978d6c75
TT
2422018-03-26 Tom Tromey <tom@tromey.com>
243
244 PR backtrace/15582:
245 * gdb.texinfo (Backtrace): Mention "hide" argument.
246
ea3b0687
TT
2472018-03-26 Tom Tromey <tom@tromey.com>
248
249 * gdb.texinfo (Backtrace): Describe options individually.
250
76727919
TT
2512018-03-19 Tom Tromey <tom@tromey.com>
252
253 * observer.texi: Remove.
254
386a8676
JB
2552018-03-04 John Baldwin <jhb@FreeBSD.org>
256
257 * gdb.texinfo (Debugging Output): Document "set/show debug
258 fbsd-nat".
259
db1ae9c5
AB
2602018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.texinfo (Machine Code): Additional information about "info
263 line" command.
264
d726cb5d
SN
2652018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
266
267 * gdb.texinfo (gdb-add-index man): Add pindex.
268
dbfa4523
SN
2692018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
270
271 * gdb.texinfo (set cwd): Add period.
272 (gdb-add-index man): Move anchor.
273
ba643918
SDJ
2742017-01-12 Tom Tromey <tom@tromey.com>
275 Sergio Durigan Junior <sergiodj@redhat.com>
276
277 * gdb.texinfo (Index Files): Mention gdb-add-index.
278 (gdb-add-index man): New section.
279 * Makefile.in (gdb-add-index.1): New rule to generate manpage
280 from gdb.texinfo.
281
754452f0
SN
2822018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
283
284 * gdb.texinfo (pwd): Fix whitespace.
285
2d97a5d9
JB
2862018-01-09 John Baldwin <jhb@FreeBSD.org>
287
288 * gdb.texinfo (pwd): Update cross-reference for Process Information
289 node and remove explicit /proc reference.
290 (Native): Rename subsection from SVR4 Process Information to
291 Process Information.
292 (Process Information): Reword introduction to be less /proc
293 centric. Document support for "info proc" on FreeBSD.
294
9f757bf7
XR
2952018-01-03 Xavier Roirand <roirand@adacore.com>
296
297 * gdb.texinfo (Set Catchpoints): Add documentation for new
298 "catch handlers" action.
299
cef0f868
SH
3002017-12-27 Stafford Horne <shorne@gmail.com>
301
302 * gdb.texinfo (Target Description Format): Explain that arbitrary
303 strings are now allowed for register groups.
304
b67d92b0
SH
3052017-12-27 Stafford Horne <shorne@gmail.com>
306
307 * gdb.texinfo (Registers): Document info reg $reggroup feature.
308
7c161838
SDJ
3092017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
310
311 PR cli/16224
312 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
313
b89641ba
SM
3142017-12-13 Simon Marchi <simon.marchi@ericsson.com>
315
316 * python.texi (Manipulating breakpoints using Python): Document
317 qualified parameter to gdb.Breakpoint.
318
0b982d68
SM
3192017-12-13 Simon Marchi <simon.marchi@ericsson.com>
320
321 * python.texi (Manipulating breakpoints using Python): Split doc
322 of Breakpoint.__init__ in two, split text in multiple
323 paragraphs, don't nest parameter square brackets.
324
a994fec4
FJ
3252017-12-12 Stafford Horne <shorne@gmail.com>
326 Stefan Wallentowitz <stefan@wallentowitz.de>
327 Franck Jullien <franck.jullien@gmail.com>
328 Jeremy Bennett <jeremy.bennett@embecosm.com>
329
330 * gdb.texinfo: Add OpenRISC documentation.
331
437afbb8
JK
3322017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
335
883fd55a
KS
3362017-12-07 Keith Seitz <keiths@redhat.com>
337
338 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
339 and "show print type nested-type-limit".
340
824cc835
PM
3412017-12-07 Phil Muldoon <pmuldoon@redhat.com>
342
343 * python.texi (Breakpoints In Python): Add text relating
344 to allowed explicit locations and keywords in gdb.Breakpoints.
345
7403715e
TT
3462017-12-04 Tom Tromey <tom@tromey.com>
347
348 * gdb.texinfo (Rust): Update trait object status
349
97cbe998
SDJ
3502017-12-01 Andrew Cagney <cagney@redhat.com>
351 Joel Brobecker <brobecker@adacore.com>
352 Sergio Durigan Junior <sergiodj@redhat.com>
353
354 * gdb.texinfo (File Options): Document --readnever.
355 (Commands to Specify Files): Likewise, for 'symbol-file' and
356 'add-symbol-file'.
357
bd69330d
PA
3582017-11-29 Pedro Alves <palves@redhat.com>
359
360 PR c++/19436
361 * gdb.texinfo (Debugging C Plus Plus): Document setting
362 breakpoints in functions with ABI tags.
363
a20714ff
PA
3642017-11-29 Pedro Alves <palves@redhat.com>
365
366 * gdb.texinfo (Linespec Locations): Document how "function" is
367 interpreted in C++ and Ada. Document "-qualified".
368 (Explicit Locations): Document how "-function" is interpreted in
369 C++ and Ada. Document "-qualified".
370
ee9a09e9
DC
3712017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
372
373 PR gdb/21945
374 * gdb.texinfo (Search Memory): Update description and example
375 about how to search a string without NULL terminator.
376
e547c119
JB
3772017-11-24 Joel Brobecker <brobecker@adacore.com>
378
379 * gdb.texinfo (GDB/MI Ada Exception Information): Document
380 new "exception-message" field.
381
5f1ca24a
SM
3822017-11-24 Simon Marchi <simon.marchi@ericsson.com>
383
384 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
385
d044bac8
PA
3862017-11-24 Pedro Alves <palves@redhat.com>
387
388 * gdb.texinfo (Completion): Update need-quoting examples. Remove
389 false claim that GDB inserts quoting automatically.
390 (Symbols): Add anchor.
391
2400729e
UW
3922017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
393
394 * gdb.texinfo (Requirements): Document use of GNU MPFR.
395
d8ae99a7
PM
3962017-11-16 Phil Muldoon <pmuldoon@redhat.com>
397
398 * python.texi (Basic Python): Add rbreak documentation.
399
d0fe4701
XR
4002017-11-07 Xavier Roirand <roirand@adacore.com>
401 Pedro Alves <palves@redhat.com>
402
403 * gdb.texinfo (Set Breaks): Document support for breakpoint
404 location ranges in the enable/disable commands.
405
bc3b087d
SDJ
4062017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
407
408 * gdb.texinfo (Starting your Program) <The working directory.>:
409 Mention remote debugging.
410 (Working Directory) <Your Program's Working Directory>:
411 Likewise.
412 (Connecting) <Remote Packet>: Add "set-working-dir"
413 and "QSetWorkingDir" to the table.
414 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
415 packet.
416
d092c5a2
SDJ
4172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
418
419 * gdb.texinfo (Starting your Program) <The working directory.>:
420 Mention new "set cwd" command.
421 (Working Directory) <Your Program's Working Directory>:
422 Rephrase to explain that "set cwd" exists and is the default
423 way to change the inferior's cwd.
424
289e23aa
AA
4252017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
426
427 * gdb.texinfo (S/390 and System z Features): Document the new
428 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
429
f2ff95c5
KB
4302017-09-21 Kevin Buettner <kevinb@redhat.com>
431
432 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
433 attribute.
434
da2c323b
KB
4352017-09-21 Kevin Buettner <kevinb@redhat.com>
436
437 * python.texi (Inferiors In Python): Add description for method
438 Inferior.thread_from_thread_handle.
439
4e5a4f58
JB
4402017-09-19 John Baldwin <jhb@FreeBSD.org>
441
442 * gdb.texinfo (Starting your Program): Add description of
443 starti command. Mention starti command as an alternative for
444 debugging the elaboration phase.
445
1526853e
SM
4462017-09-16 Simon Marchi <simon.marchi@ericsson.com>
447
448 * gdb.texinfo (Maintenance Commands): Document filter parameter
449 of "maint selftest". Document "maint info selftests" command.
450
7c96f8c1
TT
4512017-09-11 Tom Tromey <tom@tromey.com>
452
453 * python.texi (Events In Python): Document new events.
454
d69cf9b2
PA
4552017-09-04 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
458 no-debug-info variables.
459 (Symbols) <Examining the Symbol Table>: Document inspecting
460 no-debug-info types.
461 (Calling) <Calling functions with no debug info>: New subsection,
462 documenting calling no-debug-info functions.
463 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
464
0a2dde4a
SDJ
4652017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
466
467 * gdb.texinfo (set environment): Add @anchor. Explain that
468 environment variables set by the user are sent to GDBserver.
469 (unset environment): Likewise, but for unsetting variables.
470 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
471 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
472 "environment-reset" and "QEnvironmentReset" to the table.
473 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
474 QEnvironmentReset>: New item, explaining the packet.
475
6e41ddec
JK
4762017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
479 "Compiler search for the compile command" descriptions of set
480 compile-gcc and show compile-gcc.
481
58afddc6
WP
4822017-08-07 Weimin Pan <weimin.pan@oracle.com>
483
484 * gdb.texinfo (Architectures): Add new Sparc64 section to document
485 ADI support.
486 * NEWS: Add "adi examine" and "adi assign" commands.
487
6d580b63
YQ
4882017-08-18 Yao Qi <yao.qi@linaro.org>
489
490 * gdb.texinfo (Server): Document "--selftest".
491
a5afdb16
RK
4922017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
493
494 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
495 Single-Key mode.
496
ca145713
SDJ
4972017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
498
499 PR gdb/21925
500 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
501 set...").
502
0968fbae
SM
5032017-08-09 Simon Marchi <simon.marchi@ericsson.com>
504
505 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
506 conditional expression.
507
791fb3d7
SM
5082017-07-31 Simon Marchi <simon.marchi@ericsson.com>
509
510 * agentexpr.texi (rot): Fix symbolic description, improve
511 textual description.
512
27d41eac
YQ
5132017-07-26 Yao Qi <yao.qi@linaro.org>
514
515 * gdb.texinfo (Maintenance Commands): Document command
516 "maint check xml-descriptions".
517
8e2141c6
YQ
5182017-07-26 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.texinfo (Maintenance Commands): Document optional
521 argument of "maint print c-tdesc".
522
c646b4e8
YQ
5232017-07-18 Yao Qi <yao.qi@linaro.org>
524
525 * gdb.texinfo (Maintenance Commands): Improve the doc to
526 command "maint print c-tdesc".
527
eb83230b
SDJ
5282017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
529
530 PR gdb/21606
531 * python.texi (Python representation of Symbols.): Replace
532 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
533 * guile.texi (Guile representation of Symbols.): Likewise.
534
c4dcb155
SM
5352017-06-11 Simon Marchi <simon.marchi@ericsson.com>
536
537 * gdb.texinfo (Optional Messages about Internal Happenings):
538 Document {set,show} debug separate-debug-file commands.
539
aefd8b33
SDJ
5402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
541
542 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
543 (Connecting) <Remote Packet>: Add "startup-with-shell"
544 and "QStartupWithShell" to the table.
545 (Remote Protocol) <QStartupWithShell>: New item, explaining the
546 packet.
547
176efed1
AB
5482017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
551
d050f7d7
TW
5522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
553
554 * python.texi (Recording in Python): Factor out the documentation of
555 gdb.RecordInstruction's super class.
556
14f819c8
TW
5572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
558
559 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
560 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
561 prev and next.
562
0ed5da75
TW
5632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
564
565 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
566 gdb.RecordInstruction
567
913aeadd
TW
5682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
569
570 * python.texi (Recording in Python): Add documentation for
571 gdb.RecordGap and remove documentation of special cases for
572 gdb.BtraceInstruction.
573
a3be24ad
TW
5742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
575
576 * python.texi (Recording in Python): Remove Record.ptid defvar.
577
ebe553db
SM
5782017-04-21 Simon Marchi <simon.marchi@ericsson.com>
579
580 * gdb.texinfo (GDB/MI Thread Information): Add missing
581 fields, re-word some things.
582 (GDB/MI Thread Commands): Describe fields found in the output of
583 -thread-info, remove description of fields in the
584 thread output tuple, replace with a cross-reference to "GDB/MI
585 Thread Information".
586
9be21bb4
SM
5872017-04-21 Simon Marchi <simon.marchi@ericsson.com>
588
589 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
590 from -thread-info output.
591
fe5f7374
AK
5922017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
593
594 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
595
eea78757
AK
5962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
597
598 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
599
79778b30
YQ
6002017-03-22 Yao Qi <yao.qi@linaro.org>
601
602 * python.texi (Inferiors In Python): Remove @code from Python.
603
cee59b3f
TW
6042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
605
606 * python.texi (Recordings In Python): Document return type of
607 gdb.BtraceInstruction.data.
608
51457a05
MAL
6092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
610
611 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
612 command file-list-shared-libraries
613 (GDB/MI Async Records): Update documentation of library-loaded with new
614 field.
615
f8d99587
DE
6162017-03-16 Doug Evans <dje@google.com>
617
618 * guile.texi (Lazy Strings In Guile): Mention arrays.
619 * python.texi (Lazy Strings In Python): Ditto.
620
5cf70512
JW
6212017-03-08 Jiong Wang <jiong.wang@arm.com>
622
623 * gdb.texinfo (Memory Protection Extensions): Add missing escape
624 character "@".
625
4a612d6f
WT
6262017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
627
628 * Memory Protection Extensions: Add information about inferior
629 calls.
630
216f72a1
JK
6312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
634 DW_TAG_GNU_* and DW_AT_GNU_*.
635
4e746bb6
TW
6362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
637
638 * python.texi (Recordings In Python): New section.
639
3f77c769
TT
6402017-02-14 Tom Tromey <tom@tromey.com>
641
642 PR python/13598:
643 * python.texi (Events In Python): Document events.before_prompt.
644
5cf30ebf
LM
6452017-02-13 Luis Machado <lgustavo@codesourcery.com>
646
647 * gdb.texinfo (Target Commands): Document the optional offset
648 argument for the load command.
649
18da0c51
MG
6502017-02-10 Martin Galvan <martingalvan@sourceware.org>
651
652 PR gdb/21122
653 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
654 space-separated breakpoint lists. Also add a missing @table command
655 and @cindex for breakpoint lists.
656
3f7b46f2
IR
6572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
658
659 PR tdep/20936
660 * gdb.texinfo: (Standard Target Features): Document SPARC features.
661 (Sparc Features): New node.
662
2735833d
WT
6632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
664
665 * gdb.texinfo (i386 Features): Add system segment registers
666 as feature.
667
373832b6
SM
6682017-01-24 Simon Marchi <simon.marchi@ericsson.com>
669
670 * python.texi (Events In Python): Fix typo.
671
78cbbba8
LM
6722017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
673 Luis Machado <lgustavo@codesourcery.com>
674
675 * gdb.texinfo (-target-flash-erase): New MI command description.
676 (flash-erase): New CLI command description.
677
387360da
JB
6782017-01-04 John Baldwin <jhb@FreeBSD.org>
679
680 * gdb.texinfo (Contributors): Add SRI International and University
681 of Cambridge for FreeBSD/mips.
682
34c41c68
DE
6832016-12-22 Doug Evans <xdje42@gmail.com>
684
685 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
686 commands.
687
df3ee9ca
PA
6882016-12-02 Pedro Alves <palves@redhat.com>
689
690 * gdb.texinfo (User-defined Commands): Limit on number of
691 arguments passed to user-defined commands removed; update.
692
01770bbd
PA
6932016-12-02 Pedro Alves <palves@redhat.com>
694
695 PR cli/20559
696 * gdb.texinfo (Define): Add example of using "eval" to process a
697 variable number of arguments.
698 (Output) <eval>: Add anchor.
699
ad02e4fe
SM
7002016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
701
702 * Makefile.in: Likewise.
703
8504e097
AA
7042016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
705
706 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
707 xref.
708
39402e6c
PA
7092016-10-29 Pedro Alves <palves@redhat.com>
710
711 * gdb.texinfo (Packets) <vCont>: Remove mention of default
712 actions.
713
ca6eff59
PA
7142016-10-26 Pedro Alves <palves@redhat.com>
715
716 * gdb.texinfo (Packets): Clarify vCont packets with multiple
717 actions that match a thread, and what happens when an action
718 matches a thread that is already running.
719
be06ba8c
SM
7202016-10-14 Simon Marchi <simon.marchi@ericsson.com>
721
722 * gdb.texinfo (Using Trace Files): Fix typo.
723 (GDB/MI Tracepoint Commands): Likewise.
724
99e61eda
SM
7252016-10-14 Simon Marchi <simon.marchi@ericsson.com>
726
727 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
728 of -trace-save.
729
9c37b5ae
TT
7302016-10-06 Tom Tromey <tom@tromey.com>
731
732 * guile.texi (Types In Guile): Remove Java mentions.
733 * python.texi (Types In Python): Remove Java mentions.
734 * gdb.texinfo (Address Locations, Supported Languages)
735 (Index Section Format): Remove Java mentions.
736
ee8da4b8
DE
7372016-08-15 Doug Evans <dje@google.com>
738
739 * gdb.texinfo (Target Description Format): Update docs on "end"
740 field spec and field default type.
741
4034d0ff
AT
7422016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7432016-10-03 Simon Marchi <simon.marchi@ericsson.com>
744
745 PR gdb/20487
746 * gdb.texinfo (Context management): Update mention of frame
747 change notifications.
748 (gdb/mi Async Records): Document frame field in
749 =thread-select event.
750 * observer.texi (GDB Observers): New user_selected_context_changed
751 observer.
752
4435e1cc
TT
7532016-09-28 Tom Tromey <tom@tromey.com>
754
755 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
756 than "memory breakpoint". Further document "kind". Move
757 protocol-details link earlier.
758 <z1>: Document the cmd_list argument. Fix typo.
759 <g>: Remove incorrect sentence.
760 (Stop Reply Packets): Document "OK" response to requests when in
761 non-stop mode.
762 <swbreak>: Use "software breakpoint" rather than "memory
763 breakpoint".
764 <create>: Document that "R" is ignored.
765 <W, X, w>: Document formatting of "AA".
766 (Notification Packets): Use "%Stop", not "%%Stop".
767
ad0a504f
AK
7682016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
769
770 * gdb.texinfo (Embedded Processors): Document ARC.
771 (Synopsys ARC): New section.
772 (Standard Target Features): Document ARC features.
773 (ARC Features): New section.
774
74172ecf
SM
7752016-09-21 Simon Marchi <simon.marchi@ericsson.com>
776
777 * .gitignore: New file.
778
0a1ddfa6
SM
7792016-08-24 Simon Marchi <simon.marchi@ericsson.com>
780
781 * gdb.texinfo (Input/Output): Mention possibility to unset
782 inferior-tty.
783
c0272db5
TW
7842016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
785
786 * gdb.texinfo: Resume btrace on reconnect.
787
e3487908
GKB
7882016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
789
790 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
791 syscall.
792
463888ab
РИ
7932016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
794
795 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
796 command.
797
dac790e1
TT
7982016-07-13 Tom Tromey <tom@tromey.com>
799
800 PR python/15620, PR python/18620:
801 * python.texi (Events In Python): Document new breakpoint events.
802
93daf339
TT
8032016-07-13 Tom Tromey <tom@tromey.com>
804
805 PR python/17698:
806 * python.texi (Breakpoints In Python): Document
807 Breakpoint.pending.
808
cda75e70
TT
8092016-07-13 Tom Tromey <tom@tromey.com>
810
811 * python.texi (Breakpoints In Python): Move table of types and
812 table of watchpoint types earlier in node.
813
e0f3fd7c
TT
8142016-07-12 Tom Tromey <tom@tromey.com>
815
816 PR python/19293:
817 * python.texi (Frames In Python): Document
818 gdb.invalidate_cached_frames.
819
86f78169
PA
8202016-06-21 Pedro Alves <palves@redhat.com>
821
822 * gdb.texinfo (Interpreters): Update intepreter-exec section,
823 document new-ui and explain use case.
824
a28d8e50
YTL
8252016-06-17 Yan-Ting Lin <currygt52@gmail.com>
826
827 * gdb.texinfo (Standard Target Features): Document NDS32 features.
828 (NDS32 Features): New Section.
829
bb556f1f
TK
8302016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
831
832 * gdb.texinfo (Examining Memory): Document negative repeat
833 count in the 'x' command.
834
38b022b4
SM
8352016-06-06 Simon Marchi <simon.marchi@ericsson.com>
836
837 * gdb.texinfo (GDB/MI Async Records): Document method and
838 format fields in =record-started.
839 * observer.texi (record_changed): Add method and format
840 parameters.
841
c185ba27
EZ
8422016-05-27 Eli Zaretskii <eliz@gnu.org>
843
844 * gdb.texinfo (General Query Packets): Move the description of the
845 response before the long list of the specific 'read' and 'write'
846 requests.
847
1957f6b8
TT
8482016-05-23 Tom Tromey <tom@tromey.com>
849
850 * python.texi (Basic Python): Document gdb.breakpoints return.
851
224f10c1
TT
8522016-05-24 Tom Tromey <tom@tromey.com>
853
854 PR gdb/19194:
855 * gdb.texinfo (gdb man): Fix typo.
856
0bdfa368
TT
8572016-05-17 Tom Tromey <tom@tromey.com>
858
859 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
860 (Rust): New node.
861
dcd1f979
TT
8622016-05-17 Tom Tromey <tom@tromey.com>
863
864 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
865
310cdbb6
YQ
8662016-04-27 Yao Qi <yao.qi@linaro.org>
867
868 * gdb.texinfo (tfind): Complete doc about tfind without
869 argument.
870
b8162e5a
AT
8712016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
872
873 * agentexpr.texi (byte): Fix zero_ext description.
874
f7c38292
PA
8752016-03-31 Pedro Alves <palves@redhat.com>
876
877 * gdb.texinfo (M32R/SDI): Delete node.
878 (MIPS Embedded): Remove references to the MIPS remote debugging
879 protocol, PMON and variants, and the associated commands.
880
81516450
DE
8812016-03-15 Doug Evans <dje@google.com>
882
883 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
884 (Target Description Format): Mention enum types. Update docs on
885 flags types.
886 (Predefined Target Types): Add "bool".
887 (Enum Target Types): New node.
888
2a60e18f
PA
8892016-03-15 Pedro Alves <palves@redhat.com>
890
891 * gdb.texinfo (Tracepoint Actions): Fix typo.
892
45fa2529
PA
8932016-03-15 Pedro Alves <palves@redhat.com>
894 Andreas Arnez <arnez@linux.vnet.ibm.com>
895 Marcin Kościelnicki <koriakin@0x04.net>
896
897 * gdb.texinfo (Tracepoint Actions): Document possible
898 unreliability of '$_ret'.
899
f2403c39
AB
9002016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.texinfo (Symbols): Document new 'maint info line-table'
903 command.
904
f2f3ccb9
SM
9052016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
906
907 * gdb.texinfo (Convenience Functions): Document $_as_string.
908
cce0e923
DE
9092016-02-23 Doug Evans <dje@google.com>
910
911 * gdb.texinfo (Skipping Over Functions and Files): Document new
912 options to "skip" command. Update docs of output of "info skip".
913
012b3a21
WT
9142016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
915
916 * gdb.texinfo (Signals): Add bound violation display hints for
917 a SIGSEGV.
918
0748bf3e
MK
9192016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
920
921 * gdb.texinfo (Trace File Format): Add documentation for description
922 section lines.
923
e909d859
MK
9242016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
925
926 * gdb.texinfo (Trace File Format): Remove misleading information
927 about register block ordering.
928
713cdcbf
DE
9292016-02-01 Doug Evans <dje@google.com>
930
931 * gdb.texinfo (Value Sizes): Fix typo.
932
8244c20d
DE
9332016-02-01 Doug Evans <dje@google.com>
934
935 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
936
5fdf6324
AB
9372016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.texinfo (Value Sizes): New section.
940 (Data): Add the 'Value Sizes' node to the menu.
941
67ebd9cb
JB
9422016-01-26 John Baldwin <jhb@FreeBSD.org>
943
944 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
945
6e9567fe
JB
9462016-01-19 John Baldwin <jhb@FreeBSD.org>
947
948 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
949
f303dbd6
PA
9502016-01-18 Pedro Alves <palves@redhat.com>
951
952 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
953 of the thread that hit a breakpoint or received a signal.
954
71ef29a8
PA
9552016-01-15 Pedro Alves <palves@redhat.com>
956
957 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
958
663f6d42
PA
9592016-01-13 Pedro Alves <palves@redhat.com>
960
961 * gdb.texinfo (Threads): Document the $_gthread convenience
962 variable.
963 (Convenience Vars): Likewise.
964
c84f6bbf
PA
9652016-01-13 Pedro Alves <palves@redhat.com>
966
967 * gdb.texinfo (Threads): Document "info threads -gid".
968
22a02324
PA
9692016-01-13 Pedro Alves <palves@redhat.com>
970
971 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
972 anchor.
973 (Threads In Python): Document new InferiorThread.global_num
974 attribute.
975
5d5658a1
PA
9762016-01-07 Pedro Alves <palves@redhat.com>
977
978 * gdb.texinfo (Threads): Document per-inferior thread IDs,
979 qualified thread IDs, global thread IDs and thread ID lists.
980 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
981 thread IDs.
982 (Convenience Vars): Document the $_thread convenience variable.
983 (Ada Tasks): Adjust to refer to thread IDs.
984 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
985 Commands, GDB/MI Variable Objects): Update to mention global
986 thread IDs.
987 * guile.texi (Breakpoints In Guile)
988 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
989 global thread IDs instead of thread IDs.
990 * python.texi (Threads In Python): Adjust documentation of
991 InferiorThread.num.
992 (Breakpoint.thread): Mention global thread IDs instead of thread
993 IDs.
994
84654457
PA
9952016-01-13 Pedro Alves <palves@redhat.com>
996
997 * python.texi (Threads In Python): Document
998 InferiorThread.inferior.
999
e3940304
PA
10002016-01-13 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1003 convenience variable.
1004 (Convenience Vars): Likewise.
1005
82075af2
JS
10062016-01-12 Josh Stone <jistone@redhat.com>
1007 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1008
1009 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1010 (Stop Reply Packets): List the syscall entry and return stop reasons.
1011 (General Query Packets): Describe QCatchSyscalls, and add it to the
1012 table and the detailed list of stub features.
1013
bc504a31
PA
10142016-01-12 Pedro Alves <palves@redhat.com>
1015
1016 Remove use of the registered trademark symbol throughout.
1017
cde67b27
YQ
10182016-01-12 Yao Qi <yao.qi@linaro.org>
1019
1020 * gdb.texinfo (Interrupts): Update the document on handling
1021 interrupt when program is stopped.
1022
19d9d4ef
DB
10232015-12-11 Don Breazeal <donb@codesourcery.com>
1024
1025 * gdb.texinfo (Forks): Correct Linux kernel version where
1026 fork and exec events are supported, add notes about support
1027 of these events in target remote mode.
1028 (Connecting): Reorganize and clarify distinctions between
1029 target remote, extended-remote, and multiprocess.
1030 Reorganize related text from separate sections into new
1031 sections.
1032 (Server): Note effects of target extended-remote mode.
1033 Delete section on Multi-Process Mode for gdbserver.
1034 Move some text to "Connecting" node.
1035
f4f4330e
PA
10362015-12-10 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.texinfo (Threads): Replace warning with explanation
1039 about single-threaded programs.
1040
b1236ac3
PA
10412015-12-10 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.texinfo (Threads): Remove mention of SGI.
1044 (Forks): Remove mention of HP-UX.
1045 (Breakpoints): Remove mention of HP-UX.
1046 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1047 Reword in terms of architectures.
1048 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1049 mention supported systems.
1050 (Convenience Vars): Don't mention HP-UX.
1051 (Jumping): Remove mention of HP-UX in comment.
1052 (Files) <shared libraries>: Update supported shared library types
1053 list. Remove mention of HP-UX.
1054 (Native): Remove HP-UX subsection.
1055 (SVR4 Process Information): Remove mention of HP-UX.
1056
0f59c28f
PA
10572015-12-10 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.texinfo (Stack): Reorder menu.
1060
1c35a88f
LM
10612015-12-09 Luis Machado <lgustavo@codesourcery.com>
1062
1063 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1064 -var-set-format's new zero-hexadecimal format.
1065
3685b09f
PMR
10662015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1067
1068 * gdb.texinfo (Ada Mode Into): Move overloading support
1069 description to its own node.
1070 (Overloading support for Ada): New node.
1071
f2faf941
PA
10722015-11-30 Pedro Alves <palves@redhat.com>
1073
1074 PR 14618
1075 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1076 (Remote Configuration): Add the "set/show remote
1077 no-resumed-stop-reply" to the available settings table.
1078 (General Query Packets): Document the "no-resumed" qSupported
1079 feature.
1080
65706a29
PA
10812015-11-30 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.texinfo (Remote Configuration): List "set/show remote
1084 thread-events" command in configuration table.
1085 (Stop Reply Packets): Document "T05 create" stop
1086 reason and 'w' stop reply.
1087 (General Query Packets): Document QThreadEvents packet. Document
1088 QThreadEvents qSupported feature.
1089
de979965
PA
10902015-11-30 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1093 anchor.
1094 (Packets): Document vCtrlC.
1095
79efa585
SM
10962015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.texinfo (Thread List Format): Mention thread names.
1099
7e0aa6aa
PA
11002015-11-24 Pedro Alves <palves@redhat.com>
1101
1102 PR 17539
1103 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1104 program-spaces" example to ascending order listing.
1105 (Threads): Adjust "info threads" example to ascending order
1106 listing.
1107 (Forks): Adjust "info inferiors" example to ascending order
1108 listing.
1109
0c532a29
MM
11102015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1111
1112 * gdb.texinfo (Process Record and Replay): Document "record
1113 instruction-history" modifiers.
1114
fc58fa65
AB
11152015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1118 description.
1119 (Frame Filter Management): Move to later in the 'Examining the
1120 Stack' chapter.
1121 (Selection): Add entry for 'select-frame'.
1122
792005b0
DE
11232015-09-25 Doug Evans <dje@google.com>
1124
1125 * gdb.texinfo (Process Record and Replay): Fix syntax of
1126 "record instruction-history begin, end" and
1127 "record function-call-history begin, end".
1128
c58b006b
SM
11292015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1130
1131 * gdb.texinfo (Specifying Source Directories): Fix
1132 substitute-path example.
1133
f2665db5
MM
11342015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1135
1136 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1137
e68fa6f0
PA
11382015-09-15 Pedro Alves <palves@redhat.com>
1139
1140 PR remote/18965
1141 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1142 the vforkdone description.
1143
8228463c
PA
11442015-09-15 Pedro Alves <palves@redhat.com>
1145
1146 PR remote/18965
1147 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1148 part indicates the thread ID of the parent process.
1149
750ce8d1
YQ
11502015-09-15 Yao Qi <yao.qi@linaro.org>
1151
1152 * gdb.texinfo (General Query Packets): Add vContSupported to
1153 tables of 'gdbfeatures' and 'stub features' supported in the
1154 qSupported packet, as well as to the list containing stub
1155 feature details.
1156
b459a59b
DB
11572015-09-11 Don Breazeal <donb@codesourcery.com>
1158
1159 * gdb.texinfo (Remote Configuration): Add exec event
1160 feature to table of packet settings.
1161 (Stop Reply Packets): Add exec events to the list of stop
1162 reasons.
1163 (General Query Packets): Add exec events to tables of
1164 'gdbfeatures' and 'stub features' supported in the qSupported
1165 packet, as well as to the list containing stub feature
1166 details.
1167
73b8c1fd
PA
11682015-08-24 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.texinfo (Remote Configuration): Document the "set/show
1171 remote multiprocess-extensions-packet" commands.
1172
bb615428
PA
11732015-08-24 Pedro Alves <palves@redhat.com>
1174
1175 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1176 <M32R>: Remove references to M32R/D.
1177 <M68K>: Remove references to target dbug.
1178 <MIPS Embedded>: Remove references to target r3900 and target
1179 array.
1180 <PowerPC Embedded>: Remove references to target dink32 and target
1181 ppcbug, target sds
1182 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1183
2b4bf6af
AB
11842015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1187
566f5e3b
AB
11882015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1191
18989b3c
AB
11922015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1195 info bfds" to...
1196 (File Caching): A New section. Outline bfd caching, and add new
1197 description for "main set/show bfd-sharing".
1198
6ff0ba5f
DE
11992015-08-14 Doug Evans <xdje42@gmail.com>
1200
1201 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1202 disassembly.
1203 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1204
629500fa
KS
12052015-08-11 Keith Seitz <keiths@redhat.com>
1206
1207 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1208 Use "location(s)"instead of "linespec(s)".
1209 (Specifying a Location): Rewrite.
1210 Add subsections describing linespec, address, and explicit locations.
1211 Add node/menu for each subsection.
1212 (Source and Machine Code, C Preprocessor Macros)
1213 (Create and Delete Trace points)
1214 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1215 (Continuing at a Different Address): Remove "linespec" examples.
1216 Add reference to "Specify a Location"
1217 (The -break-insert Command): Rewrite. Add anchor.
1218 Add reference to appropriate manual section discussing locations.
1219 (The -dprintf-insert Command): Refer to -break-insert for
1220 specification of 'location'.
1221
fbea99ea
PA
12222015-08-07 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1225 target-non-stop".
1226
da8c46d2
MM
12272015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1228
1229 * gdb.texinfo (Process Record and Replay): Document prefixing of
1230 speculatively executed instructions in the "record instruction-history"
1231 command.
1232
a3b5281e
DE
12332015-07-20 Doug Evans <dje@google.com>
1234
1235 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1236
6bcb1f97
DE
12372015-07-16 Doug Evans <dje@google.com>
1238
1239 * stabs.texinfo: @include gdb-cfg.texi.
1240
db1ff28b
JK
12412015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1242
1243 Revert the previous 2 commits:
1244 gdbserver build-id attribute generator
1245 Validate symbol file using build-id
1246
ca5268b6
JK
12472015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1248
1249 * gdb.texinfo (Files): Add 'set validate-build-id'
1250 and 'show validate-build-id'.
1251
700ca40f
JK
12522015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1253 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 gdbserver build-id attribute generator.
1256 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1257 'build-id' in description, example, new attribute in dtd.
1258
7c7f93f6
AB
12592015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.texinfo (Selection): Update documentation for 'frame'
1262 command.
1263
b0627500
MM
12642015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1265
72f4393d 1266 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1267 commands.
1268
b20a6524
MM
12692015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1270
1271 * gdb.texinfo (Process Record and Replay): Spell out that variables
1272 and registers are not available during btrace replay.
1273 Describe the new "record btrace pt" command.
1274 Describe the new "set|show record btrace pt buffer-size" options.
1275 (General Query Packets): Describe the new Qbtrace:pt and
1276 Qbtrace-conf:pt:size packets.
1277 Expand "bts" to "Branch Trace Store".
1278 Update the branch trace DTD.
1279
fc637f04
PP
12802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1281
1282 * gdb.texinfo (Command History): Document the new option
1283 "history remove-duplicates".
1284
18a94d75
DE
12852015-06-19 Doug Evans <dje@google.com>
1286
1287 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1288 longer supported.
1289
0eacb298
PP
12902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1291
1292 * gdb.texinfo (Command History): Mention that setting
1293 GDBHISTSIZE to the empty string disables history truncation.
1294
bc460514
PP
12952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1296
1297 PR gdb/16999
1298 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1299 behavior.
1300
b58c513b
PP
13012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1302
1303 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1304 with GDBHISTSIZE.
1305
a86c90e6
SM
13062015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1307
1308 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1309 bytes and memory units for -data-{read,write}-memory-bytes.
1310 (Packets): Same for m, M and X packets.
1311 * python.texi (Inferiors In Python): Same for read_memory and
1312 write_memory.
1313
c74f7d1c
JT
13142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1315
1316 * gdb.texinfo (Separate Debug Files): Document that PE is also
1317 supported.
1318
51f0e40d
AB
13192015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1322 single table entry.
1323
966f0aef
WT
13242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1325
1326 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1327
1328
15a201c8
GB
13292015-06-10 Gary Benson <gbenson@redhat.com>
1330
1331 * gdb.texinfo (Remote Configuration): Document the
1332 "set/show remote hostio-setfs-packet" command.
1333 (Host I/O Packets): Document the vFile:setfs packet.
1334
7a6a1731
GB
13352015-06-10 Gary Benson <gbenson@redhat.com>
1336
1337 * gdb.texinfo (Debugging Output): Document the "set/show debug
1338 linux-namespaces" command.
1339
7d73c23c 13402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1341 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1342
1343 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1344 and "set mpx bound".
1345
27e0867f
DE
13462015-05-27 Doug Evans <dje@google.com>
1347
1348 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1349
b4f54984
DE
13502015-05-26 Doug Evans <dje@google.com>
1351
1352 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1353 command renamings.
1354 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1355
55b40027
AB
13562015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1359
a4ea0946
AB
13602015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1363 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1364
37442ce1
DE
13652015-05-16 Doug Evans <xdje42@gmail.com>
1366
1367 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1368 memory ports.
1369
36de76f9
JK
13702015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1373
0d71eef5
DB
13742015-05-12 Don Breazeal <donb@codesourcery.com>
1375
1376 * gdb.texinfo (Forks): Note that fork debugging is
1377 supported in extended mode.
1378 (Remote Configuration): Add fork event features to table
1379 of packet settings.
1380 (Stop Reply Packets): Add fork events to list of stop reasons.
1381 (General Query Packets): Add fork events to tables of
1382 'gdbfeatures' and 'stub features' supported in the qSupported
1383 packet, as well as to the list containing stub feature
1384 details.
1385
835205d0
GB
13862015-05-12 Gary Benson <gbenson@redhat.com>
1387
1388 * gdb.texinfo (General Query Packets): Document
1389 qXfer:exec-file:read with empty annex.
1390
4c082a81
SC
13912015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1392
1393 * python.texi (Values From Inferior): Add descriptions of new
1394 methods gdb.Value.reference_value and gdb.Value.const_value.
1395
b30a0bc3
JB
13962015-05-06 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.texinfo (Files): Add "info dll" documentation.
1399 (Cygwin Native): Remove "info dll" documentation.
1400
2ce1cdbf
DE
14012015-04-29 Doug Evans <dje@google.com>
1402
1403 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1404 Document.
1405 (Writing an Xmethod): Add get_result_type to example.
1406
59fb7612
SS
14072015-04-28 Sasha Smundak <asmundak@google.com>
1408
1409 * python.texi: New method documented.
1410
cf75d6c3
AB
14112015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1414 format.
1415
897c3d32
DE
14162015-04-24 Doug Evans <dje@google.com>
1417
1418 * python.texi (Xmethods In Python): Fix name of method to call the
1419 xmethod.
1420
1b6e6f5c
GB
14212015-04-17 Gary Benson <gbenson@redhat.com>
1422
1423 * gdb.texinfo (Connecting to a Remote Target): Mention that
1424 GDB can access program files from remote targets that support
1425 qXfer:exec-file:read and Host I/O packets.
1426
c78fa86a
GB
14272015-04-17 Gary Benson <gbenson@redhat.com>
1428
1429 * gdb.texinfo (Remote Configuration): Document the "set/show
1430 remote pid-to-exec-file-packet" command.
1431 (General Query Packets): Document the qXfer:exec-file:read
1432 qSupported features. Document the qXfer:exec-file:read packet.
1433
a9a5a3d1
GB
14342015-04-17 Gary Benson <gbenson@redhat.com>
1435
1436 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1437 applies to executable paths if supplied to GDB as absolute.
1438
4f45d445
JK
14392015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 * gdb.texinfo (Mode Options): Remove -xdb.
1442
e7a8570f
JK
14432015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1444 Eli Zaretskii <eliz@gnu.org>
1445
72f4393d
L
1446 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1447 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1448 the compile command. New subsection Compiler search for the compile
1449 command.
1450
f2983cc3
AW
14512015-04-09 Andy Wingo <wingo@igalia.com>
1452
1453 * guile.texi (Frames In Guile): Describe frame-read-register.
1454
599bd15c
GB
14552015-04-02 Gary Benson <gbenson@redhat.com>
1456
1457 * gdb.texinfo (set sysroot): Document "target:".
1458
d11916aa
SS
14592015-04-01 Sasha Smundak <asmundak@google.com>
1460
1461 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1462 section.
1463
df8411da
SDJ
14642015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1465
1466 PR corefiles/16092
1467 * gdb.texinfo (gcore): Mention new command 'set
1468 use-coredump-filter'.
1469 (set use-coredump-filter): Document new command.
1470
d33279b3
AT
14712015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1472
1473 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1474 documentation, reorder the info os entries in alphabetical order.
1475
852f8402
SM
14762015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1477
1478 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1479 -data-write-memory-bytes.
1480
856e7dd6
PA
14812015-03-24 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1484 mention that threads may sometimes run unlocked.
1485
236af5e3
YG
14862015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1487
1488 * gdb.texinfo (Remote configuration): Document "set/show
1489 serial parity" command.
1490
464b0089
GB
14912015-03-18 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.texinfo (General Query Packets): Remove documentation
1494 for now-removed vFile:fstat qSupported features.
1495
0a93529c
GB
14962015-03-11 Gary Benson <gbenson@redhat.com>
1497
1498 * gdb.texinfo (Remote Configuration): Document the
1499 "set/show remote hostio-fstat-packet" command.
1500 (General Query Packets): Document the vFile:fstat
1501 qSupported features.
1502 (Host I/O Packets): Document the vFile:fstat packet.
1503
85642ba0
AW
15042015-03-11 Andy Wingo <wingo@igalia.com>
1505
1506 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1507
f7e6eed5
PA
15082015-03-04 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.texinfo (Remote Configuration): Document the "set/show
1511 remote swbreak-feature-packet" and "set/show remote
1512 hwbreak-feature-packet" commands.
1513 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1514 decription.
1515 (Stop Reply Packets): Document the swbreak and hwbreak stop
1516 reasons.
1517 (General Query Packets): Document the swbreak and hwbreak
1518 qSupported features.
1519 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1520
f873665f 15212015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1522
1523 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1524 under *stopped.
1525
9a284c97
DE
15262015-03-02 Doug Evans <xdje42@gmail.com>
1527
1528 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1529
446899e4
AA
15302015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1531
1532 * gdb.texinfo (S/390 and System z Features): Describe new feature
1533 "org.gnu.gdb.s390.vx".
1534
7ee67ee4
SDJ
15352015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1536
1537 PR gdb/18008
1538 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1539 demangler-warning): Fix typo ("problam").
1540
53cf2ee0
DT
15412015-02-19 David Taylor <dtaylor@emc.com>
1542
1543 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1544
3133f8c1
JM
15452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1546
1547 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1548 point, DTrace'.
1549 (Static Probe Points): Modified to cover DTrace probes in addition
1550 to SystemTap probes. Also modified to cover the `enable probe'
1551 and `disable probe' commands.
1552
9aca2ff8
JM
15532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1554
1555 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1556 `disable probe' commands.
1557
fa3f8d5a
DT
15582015-02-12 David Taylor <dtaylor@emc.com>
1559
1560 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1561 fields of the QTDV packet.
1562
d33501a5
MM
15632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1564
1565 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1566 (Process Record and Replay): Describe new set|show commands.
1567 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1568
f4abbc16
MM
15692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1570
1571 * gdb.texinfo (Process Record and Replay): Describe the "record
1572 btrace bts" command.
1573 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1574 (Branch Trace Configuration Format): New.
1575
cfb069a8
GB
15762015-01-31 Gary Benson <gbenson@redhat.com>
1577 Doug Evans <dje@google.com>
1578
1579 * gdb.texinfo (Command Completion): Document new
1580 "set/show max-completions" option.
1581
f57d2163
DE
15822015-01-31 Doug Evans <xdje42@gmail.com>
1583
1584 * gdb.texinfo (Symbols): Document new commands
1585 "maint print symbol-cache", "maint print symbol-cache-statistics",
1586 "maint flush-symbol-cache". Document new option
1587 "maint set symbol-cache-size".
1588
9f050062
DE
15892015-01-31 Doug Evans <xdje42@gmail.com>
1590
1591 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1592 distinguish script files vs inlined scripts.
1593 * python.texi (Python Auto-loading): Ditto.
1594
b6577aab
DE
15952015-01-30 Doug Evans <dje@google.com>
1596
1597 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1598 string if present.
1599
3a8b707a
DE
16002015-01-27 Doug Evans <dje@google.com>
1601
1602 * python.texi (Objfiles In Python): Document Objfile.username.
1603
1b549396
DE
16042015-01-27 Doug Evans <dje@google.com>
1605
1606 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1607 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1608
253828f1
JK
16092015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1610
1611 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1612
bf555842
EZ
16132015-01-16 Eli Zaretskii <eliz@gnu.org>
1614
1615 * doc/gdb.texinfo (TUI Commands): Document the possible
1616 values of NAME argument to 'winheight' command. Explain the
1617 effect of 'tabset' setting better.
1618
439250fb
DE
16192015-01-11 Doug Evans <xdje42@gmail.com>
1620
1621 PR gdb/15830
1622 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1623 (Symbols): Ditto.
1624 (Maintenance Commands): Delete docs for "maint demangle".
1625
6bf6fd09
JB
16262014-12-31 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.texinfo (Files): Remove documentation of the
1629 "add-shared-symbol-files" and "assf" commands.
1630 (Cygwin Native): Remove documentation of the "dll-symbols"
1631 command.
1632
cc485e62
DE
16332014-12-17 Doug Evans <xdje42@gmail.com>
1634
1635 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1636
bb2ec1b3
TT
16372014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1638 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.texinfo (Altering): Update.
1641 (Compiling and Injecting Code): New node.
1642
6dddd6a5
DE
16432014-12-12 Doug Evans <dje@google.com>
1644
1645 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1646
f5b95c01
AA
16472014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1648
1649 * gdb.texinfo: Document "maint print user-registers".
1650
a0be3e44
DE
16512014-12-08 Doug Evans <dje@google.com>
1652
1653 * python.texi (Objfiles In Python): Document Objfile.owner.
1654
86e4ed39
DE
16552014-12-04 Doug Evans <dje@google.com>
1656
1657 * python.texi (Objfiles In Python): Document
1658 Objfile.add_separate_debug_file.
1659
7c50a931
DE
16602014-12-04 Doug Evans <dje@google.com>
1661
1662 * python.texi (Objfiles In Python): Document Objfile.build_id.
1663
162078c8
NB
16642014-12-02 Nick Bull <nicholaspbull@gmail.com>
1665
1666 * python.texi (Events In Python): Document new events
1667 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1668 and RegisterChangedEvent.
1669
f10c5b19
JK
16702014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 Add add-auto-load-scripts-directory.
1673 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1674 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1675
413b59ae
JK
16762014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1679 description typo.
1680
02be9a71
DE
16812014-10-30 Doug Evans <dje@google.com>
1682
1683 * python.texi (Progspaces In Python): Document ability to add
1684 random attributes to gdb.Progspace objects.
1685 (Objfiles In Python): Document ability to add random attributes to
1686 gdb.objfile objects.
1687
e5f8a7cc
PA
16882014-10-27 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1691 info on stepping and signal handlers.
1692 (Signals): Explain stepping and signal handlers. Add context
1693 index entry, and cross references.
1694
fab3a15d
SM
16952014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1696
1697 * python.texi (Breakpoints In Python): Add parenthesis after
1698 Breakpoint.delete. Clarify Breakpoint.enabled description so
1699 that it contains "disable".
1700
4ffbba72
DE
17012014-10-17 Doug Evans <dje@google.com>
1702
1703 * python.texi (Events In Python): Document clear_objfiles event.
1704
d096d8c1
DE
17052014-10-17 Doug Evans <dje@google.com>
1706
1707 * python.texi (Objfiles In Python): Document new progspace attribute.
1708
32a8097b
PA
17092014-10-17 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1712 (SVR4 Process Information): Delete mention of OSF/1.
1713
2ddf4301
SM
17142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1715
1716 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1717 exit-code field in -list-thread-groups output.
1718
342cc091
JBG
17192014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1720
1721 * gdb.texinfo (Set Breaks): Add missing "@end table".
1722
a25a5a45
PA
17232014-09-22 Pedro Alves <palves@redhat.com>
1724
1725 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1726 always-inserted off" is the default mode now. Delete
1727 documentation of "set breakpoint always-inserted auto".
1728
2b4fd423
DE
17292014-09-18 Doug Evans <dje@google.com>
1730
1731 * python.texi (Symbol Tables In Python): Document "producer"
1732 attribute of gdb.Symtab objects.
1733
deb8ff2b
PA
17342014-09-16 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1737 (Embedded OS): Remove VxWorks menu entry.
1738 (VxWorks): Remove node.
1739
81219e53
DE
17402014-09-13 Doug Evans <xdje42@gmail.com>
1741
1742 * gdb.texinfo (Signaling): Document new queue-signal command.
1743
faa42425
DE
17442014-09-06 Doug Evans <xdje42@gmail.com>
1745
1746 PR 15276
1747 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1748 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1749
1a6a384b
JL
17502014-09-03 Justin Lebar <jlebar@google.com>
1751
1752 * python.texi (Types In Python): Type.template_argument(n) returns a
1753 gdb.Value or a gdb.Type and throws an exception if n is out of
1754 range.
1755
5f3b99cf
SS
17562014-09-03 Sasha Smundak <asmundak@google.com>
1757
1758 * python.texi (Frames in Python): Add read_register description.
1759
3cecbbbe
TT
17602014-08-04 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Debugging Output): Update for change to "set debug
1763 target".
1764
90debf20
MM
17652014-08-01 Masaki Muranaka <monaka@monami-software.com>
1766
1767 Pushed by Joel Brobecker <brobecker@adacore.com>.
1768 * Makefile.in (transform): New variable.
1769 (install-man1, install-man5): Apply $(transform) to man file names.
1770
ee7333ae
DE
17712014-07-26 Doug Evans <xdje42@gmail.com>
1772
1773 PR guile/17177
1774 * guile.texi (Guile Pretty Printing API): Fix typo.
1775 Document set-pretty-printers!, pretty-printers.
1776 (Selecting Guile Pretty-Printers): Update.
1777 Mention program-space based pretty-printers.
1778
70509625
PA
17792014-07-25 Pedro Alves <palves@redhat.com>
1780 Eli Zaretskii <eliz@gnu.org>
1781
1782 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1783 with multi-threaded programs.
1784
b67a2c6f
YQ
17852014-06-27 Yao Qi <yao@codesourcery.com>
1786
1787 * gdb.texinfo (Maintenance Commands): Update the output of
1788 'maint print dummy-frames' command.
1789
f179cf97
EZ
17902014-06-24 Eli Zaretskii <eliz@gnu.org>
1791
1792 * gdb.texinfo (Screen Size): Improve indexing.
1793
992c7d70
GB
17942014-06-19 Gary Benson <gbenson@redhat.com>
1795
1796 * gdb.texinfo (Maintenance Commands): Document new
1797 "maint set/show catch-demangler-crashes" option.
1798
57fcfb1b
GB
17992014-06-19 Gary Benson <gbenson@redhat.com>
1800
1801 * gdb.texinfo (Maintenance Commands): Document new
1802 "maint demangler-warning" command and new
1803 "maint set/show demangler-warning" option.
1804
dd5d5494
SC
18052014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1806
1807 * python.texi (Xmethod API): Add space before the opening
1808 parenthesis in function descriptions.
1809
25326a28 18102014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1811
1812 * guile.texi (Guile Configuration): Document guile-data-directory.
1813
0a770bb2 18142014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1815
1816 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1817
16f691fb
DE
18182014-06-04 Doug Evans <xdje42@gmail.com>
1819
1820 * guile.texi (Breakpoints In Guile): Update.
1821
1e47491b
JB
18222014-06-03 Joel Brobecker <brobecker@adacore.com>
1823
1824 * python.texi (Xmethod API): Fix reference to "Progspaces In
1825 Python".
1826
0c6e92a5
SC
18272014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1828
1829 * python.texi (Xmethods In Python, XMethod API)
1830 (Writing an Xmethod): New nodes.
1831 (Python API): New menu entries "Xmethods In Python",
1832 "Xmethod API", "Writing an Xmethod".
1833
06eb1586
DE
18342014-06-02 Doug Evans <xdje42@gmail.com>
1835
1836 * guile.texi (Guile API): Add entry for Parameters In Guile.
1837 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1838 (Parameters In Guile): New node.
1839
e698b8c4
DE
18402014-06-02 Doug Evans <xdje42@gmail.com>
1841
1842 * guile.texi (Guile API): Add entry for Commands In Guile.
1843 (Basic Guile) <parse-and-eval>: Add reference.
1844 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1845 (GDB Scheme Data Types): Mention <gdb:command> object.
1846 (Commands In Guile): New node.
1847
ded03782
DE
18482014-06-02 Doug Evans <xdje42@gmail.com>
1849
1850 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1851 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1852 (Progspaces In Guile): New node.
1853
53e8a631
AB
18542014-05-30 Andrew Burgess <aburgess@broadcom.com>
1855
1856 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1857 * python.texi (Frames In Python): Mention
1858 gdb.FRAME_UNWIND_MEMORY_ERROR.
1859
329ea579
PA
18602014-05-29 Pedro Alves <palves@redhat.com>
1861 Tom Tromey <tromey@redhat.com>
1862
1863 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1864 from example.
1865 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1866 Mention that target-async is now deprecated.
1867 (Maintenance Commands): Document maint set/show target-async.
1868
92bcb5f9
PA
18692014-05-29 Pedro Alves <palves@redhat.com>
1870
1871 * observer.texi (sync_execution_done, command_error): New
1872 subjects.
1873
fd664c91
PA
18742014-05-29 Pedro Alves <palves@redhat.com>
1875
1876 PR gdb/13860
1877 * observer.texi (signal_received, end_stepping_range)
1878 (signal_exited, exited, no_history): New observer subjects.
1879
b2715b27
AW
18802014-05-26 Andy Wingo <wingo@igalia.com>
1881
1882 * guile.texi (GDB Scheme Data Types): Remove documentation for
1883 removed interfaces. Update spelling of gdb-object-kind.
1884
9eaa4c1e
AW
18852014-05-26 Andy Wingo <wingo@igalia.com>
1886
1887 * guile.texi (Basic Guile): Fix some typos.
1888
0f1e8403
AW
18892014-05-26 Andy Wingo <wingo@igalia.com>
1890
1891 * guile.texi (Writing a Guile Pretty-Printer)
1892 (Guile Types Module): Fix excess parentheses in use-modules forms.
1893
697aa1b7
EZ
18942014-05-24 Eli Zaretskii <eliz@gnu.org>
1895
1896 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1897 (Breakpoints In Guile, Guile Printing Module)
1898 (Guile Exception Handling, Values From Inferior In Guile)
1899 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1900 Don't use @var at the beginning of a sentence.
1901
1902 * gdb.texinfo (Frame Filter Management, Trace Files)
1903 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1904 (PowerPC Embedded, Define, Annotations for Running)
1905 (IPA Protocol Commands, Packets, General Query Packets)
1906 (Tracepoint Packets, Notification Packets, Environment)
1907 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1908 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1909 (Frames, Backtrace, Selection, Expressions, Registers)
1910 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1911 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1912 (Source Annotations, Using JIT Debug Info Readers, Packets)
1913 (Stop Reply Packets, Host I/O Packets)
1914 (Target Description Format): Don't use @var at the beginning of a
1915 sentence.
1916
1917 * python.texi (Basic Python, Types In Python)
1918 (Commands In Python, Frames In Python, Line Tables In Python)
1919 (Breakpoints In Python, gdb.printing, gdb.types)
1920 (Type Printing API): Don't use @var at the beginning of a
1921 sentence.
1922
67b5c0c1
MM
19232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1924
1925 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1926 replay-memory-access".
1927
6a3cb8e8
PA
19282014-05-21 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.texinfo (Starting): Document "set/show
1931 auto-connect-native-target".
1932 (Target Commands): Document "target native".
1933
936d2992
PA
19342014-05-20 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1937 not be remote specific. Add cross reference to the qCRC packet.
1938 (Separate Debug Files): Update cross reference to the qCRC packet.
1939 (General Query Packets) <qCRC packet>: Add anchor.
1940
b3ce5e5f
DE
19412014-05-17 Doug Evans <xdje42@gmail.com>
1942
1943 Copy over changes from guile.texi.
1944 * python.texi (Basic Python) <gdb.execute>: Add text.
1945 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1946 (Values From Inferior) <Python string>: Add text.
1947 (Values From Inferior) <Value.string>: Clarify string length handling.
1948 (Pretty Printing API): Add cindex.
1949 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1950 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1951 @vindex.
1952 (Commands In Python) <COMPLETE_*>: Similarly.
1953 (Symbols In Python) <SYMBOL_*>: Similarly.
1954 (Breakpoints In Python) <WP_*>: Similarly.
1955 (Breakpoints In Python) <BP_*>: Similarly.
1956
8dfcab11
DT
19572014-05-17 David Taylor <dtaylor@emc.com>
1958
1959 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1960 mentioned in the qfThreadInfo reply.
1961
8d551b02
DE
19622014-05-16 Doug Evans <dje@google.com>
1963
1964 * gdb.texinfo (Mode Options): Add -D.
1965
e20bd8f4
SB
19662014-05-09 Samuel Bronson <naesten@gmail.com>
1967
1968 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1969 "make -C".
1970
f989a1c8
TT
19712014-04-29 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1974 "show debug varobj".
1975
95cf3b38
DT
19762014-05-01 David Taylor <dtaylor@emc.com>
1977
1978 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1979 option.
1980
01f9f808
MS
19812014-04-24 Michael Sturm <michael.sturm@mintel.com>
1982 Walfred Tedeschi <walfred.tedeschi@intel.com>
1983
1984 * gdb.texinfo (i386 Features): Add description of AVX512
1985 registers.
1986
770e7fc7
DE
19872014-03-31 Doug Evans <dje@google.com>
1988
1989 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1990
97d8f0ee
DE
19912014-03-30 Doug Evans <dje@google.com>
1992
1993 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1994 (Background Execution): Ditto.
1995
36cb1214
HZ
19962014-03-21 Pedro Alves <palves@redhat.com>
1997 Stan Shebs <stan@codesourcery.com>
1998 Hui Zhu <hui@codesourcery.com>
1999
2000 * gdb.texinfo (Packets): Add anchor to "? packet".
2001 Remove fixme and update introduction of "k packet".
2002 Add anchor to "vKill packet".
2003
5e3a2c38
SS
20042014-03-12 Stan Shebs <stan@codesourcery.com>
2005
2006 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2007
7a5a839f
LC
20082014-02-26 Ludovic Courtès <ludo@gnu.org>
2009
dc6ae996 2010 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2011
95060284
JB
20122014-02-20 Joel Brobecker <brobecker@adacore.com>
2013
2014 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2015 and "assf" as being deprecated.
2016 (Cygwin Native): Likewise for "dll-symbols".
2017 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2018 as a way to force the loading of symbols from a DLL.
2019
f7bd0f78
SC
20202014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2021
2022 * python.texi (Values From Inferior): Add description about the
2023 new feature.
2024
329baa95
DE
20252014-02-17 Doug Evans <xdje42@gmail.com>
2026
2027 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2028 * gdb.texinfo (Python): Moved to ...
2029 * python.texi: ... here. New file.
2030
687894f5
DE
20312014-02-17 Ludovic Courtès <ludo@gnu.org>
2032
d25f38ee 2033 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2034 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2035 parameter to 'str-lookup-function' procedure. Look for
2036 the "std::string<" prefix.
2037 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2038 Adjust description.
2039
6fb526ee
DE
20402014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2041
d25f38ee 2042 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2043 parantheses for deffn.
2044 (Disassembly In Guile): Ditto.
2045
1e0a5178
SS
20462014-02-10 Stan Shebs <stan@codesourcery.com>
2047
2048 Add Doxygen support.
2049 * Makefile.in (doxy): New action, generates Doxygen files.
2050 (DOXYGEN): New.
2051 (doxyedit): New.
2052 * Doxyfile-base.in: New file.
2053 * Doxyfile-gdb-api.in: New file.
2054 * Doxyfile-gdb-xref.in: New file.
2055 * Doxyfile-gdbserver.in: New file.
2056 * doxy-index.in: New file.
2057 * filter-for-doxygen: New file.
2058 * filter-params.pl: New file.
2059
ed3ef339
DE
20602014-02-10 Doug Evans <xdje42@gmail.com>
2061
2062 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2063 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2064 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2065 (Guile docs): Include guile.texi.
2066 (objfile-gdbdotext file): Add objfile-gdb.scm.
2067 (dotdebug_gdb_scripts section): Mention Guile scripts.
2068 (Multiple Extension Languages): New node.
2069 * guile.texi: New file.
2070
c6044dd1
JB
20712014-01-28 Joel Brobecker <brobecker@adacore.com>
2072
2073 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2074 ignore-descriptive-types". commands.
2075
87ce2a04
DE
20762014-01-22 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2079 (gdbserver man): Ditto.
2080
52834460
MM
20812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2082
2083 * gdb.texinfo: Document limited reverse/replay support
2084 for target record-btrace.
2085
0688d04e
MM
20862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2087
2088 * gdb.texinfo (Process Record and Replay): Update documentation.
2089
8710b709
MM
20902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2091
2092 * gdb.texinfo (Process Record and Replay): Document new /c
2093 modifier accepted by "record function-call-history".
2094 Add /i modifier to "record function-call-history" example.
2095
dcf106f3
JB
20962014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2097 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2100 markers. Remove one that was misplaced.
2101
41ef2965
PA
21022014-01-10 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Your Program's Environment) <set environment>:
2105 Mention the shell, and point at 'set exec-wrapper'.
2106
c0d48811
JB
21072014-01-07 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2110
5fba4c0f
JB
21112013-12-30 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.texinfo (Types In Python): Clarify the documentation
2114 of attribute gdb.Field.bitpos.
2115
0809504b
JB
21162013-12-28 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdb.texinfo (Types In Python): Fix the documentation of
2119 attribute "bitpos" in class gdb.Field for enum types. Add
2120 documentation for attribute "enumval" in that same class.
2121
edef6000
JB
21222013-12-28 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2125 @ftable.
2126
71b8c845
DE
21272013-12-23 Doug Evans <xdje42@gmail.com>
2128
2129 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2130 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2131 corresponding section in Extending GDB.
2132 (Extending GDB): Move menu up. New menu item "Auto-loading
2133 extensions".
2134 (Sequences): New menu item "Auto-loading sequences".
2135 (Auto-loading sequences): New node.
2136 (Python): Rename section from Scripting GDB to Extending GDB.
2137 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2138 Move docs on ways to auto-load extensions to ...
2139 (Auto-loading extensions): ... here. New node.
2140
d192b373
JB
21412013-12-23 Joel Brobecker <brobecker@adacore.com>
2142
2143 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2144 in menu.
2145 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2146 command, now in a new node.
2147 (GDB/MI Support Commands): New node, with its contents being
2148 extracted from the "GDB/MI Miscellaneous Commands" node.
2149 A small paragraph introducing the section is also added at
2150 the start.
2151 (GDB/MI Miscellaneous Commands): Delete the description of the
2152 -info-gdb-mi-command, -list-features and -list-target-features
2153 commands, now hosted in the "GDB/MI Support Commands" node.
2154
a16b0e22
SC
21552013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2156
2157 PR python/16113
2158 * gdb.texinfo (Values From Inferior): Add a note about using
2159 gdb.Field objects as subscripts on gdb.Value objects.
2160 (Types In Python): Add description about the new attribute
2161 "parent_type" of gdb.Field objects.
2162
9b26f0fb
JB
21632013-12-12 Joel Brobecker <brobecker@adacore.com>
2164
2165 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2166 entry for section docuumenting the -list-features GDB/MI command.
2167
72bfa06c
JB
21682013-12-10 Joel Brobecker <brobecker@adacore.com>
2169
2170 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2171 "exec-run-start-option" entry in the output of the "-list-features"
2172 command.
2173
3ea8680f
EZ
21742013-12-04 Eli Zaretskii <eliz@gnu.org>
2175
2176 * gdb.texinfo (i386): Fix yesterday's commit.
2177
1a4f73eb
TT
21782013-12-03 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2181 documented here.
2182
6cb999f8
TT
21832013-12-03 Tom Tromey <tromey@redhat.com>
2184
2185 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2186
ca8941bb
WT
21872013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2188
2189 * gdb.texinfo (i386 Features): Add MPX feature registers.
2190 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2191 a subsubsection for MPX and describes the display of the
2192 boundary registers.
2193
688981c9
JB
21942013-12-03 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2197 documentation of the "ada-exceptions" entry.
2198
2ea126fa
JB
21992013-12-03 Joel Brobecker <brobecker@adacore.com>
2200
2201 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2202 "^error" result record concerning the error message. Document
2203 the error code that may also be part of that result record.
2204 (GDB/MI Miscellaneous Commands): Document the
2205 "undefined-command-error-code" element in the output of
2206 the "-list-features" GDB/MI command.
2207
6b7cbff1
JB
22082013-12-03 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2211 the new -info-gdb-mi-command GDB/MI command. Document
2212 the meaning of "-info-gdb-mi-command" in the output of
2213 -list-features.
2214
20e1ca3b
PA
22152013-11-29 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2218 Update comment.
2219
29453a14
YQ
22202013-11-24 Yao Qi <yao@codesourcery.com>
2221
2222 * gdb.texinfo (Caching Remote Data): Document new
2223 "set/show stack-cache" option.
2224
6dd315ba
YQ
22252013-11-24 Yao Qi <yao@codesourcery.com>
2226
2227 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2228 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2229 "off" respectively.
2230
9df9dbe0
YQ
22312013-11-23 Yao Qi <yao@codesourcery.com>
2232
2233 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2234 of "displayhint" to the table about child results.
2235
c78feb39
YQ
22362013-11-21 Yao Qi <yao@codesourcery.com>
2237
2238 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2239 'dynamic' for the output of command -var-list-children.
2240
27b81af3
YQ
22412013-11-21 Yao Qi <yao@codesourcery.com>
2242
2243 * gdb.texinfo (Caching Target Data): Remove "see" before
2244 @pxref.
2245
b26dfc9a
YQ
22462013-11-20 Yao Qi <yao@codesourcery.com>
2247
2248 * gdb.texinfo (Caching Target Data): Update doc for
2249 per-address-space dcache.
2250
b12039c6
YQ
22512013-11-20 Yao Qi <yao@codesourcery.com>
2252
2253 * gdb.texinfo (Data): Rename menu item.
2254 (Caching Remote Data): Rename to ...
2255 (Caching Target Data): ... it. Update.
2256
422ad5c2
JB
22572013-11-18 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2260 "language-option" entry in the output of the "-list-features"
2261 command.
2262
805e1f19
TT
22632013-11-15 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2266 Add example.
2267
8fe1b653
TT
22682013-11-14 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2271
403cb6b1
JB
22722013-11-14 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2275 (Context management): Place current subsection text into its own
2276 subsubsection. Add new subsubsection describing the "--language"
2277 command option.
2278
93973826
JB
22792013-11-13 Joel Brobecker <brobecker@adacore.com>
2280
2281 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2282 the documentation of "info-ada-exceptions" in the output
2283 of the "-list-features" command. Add the documentation
2284 of the "ada-exception" entry instead.
2285
6adcee18
JB
22862013-11-12 Joel Brobecker <brobecker@adacore.com>
2287
93973826 2288
6adcee18
JB
2289 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2290 word of a couple of sentences to start with a capital letter.
2291
58d06528
JB
22922013-11-12 Joel Brobecker <brobecker@adacore.com>
2293
2294 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2295 (Ada Exceptions): New node.
2296 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2297 Commands" node.
2298 (GDB/MI Ada Exceptions Commands): New node.
2299 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2300 field in the output of the "-list-features" command.
2301 * NEWS: Add entry for the new "info exceptions" CLI command,
2302 and for the new "-info-ada-exceptions" GDB/MI command.
2303
bc79de95
PM
23042013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2305
2306 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2307 (Line Tables In Python): New node.
2308
73be47f5
DE
23092013-11-08 Doug Evans <dje@google.com>
2310
2311 * gdb.texinfo (Debugging Output): Update text for
2312 "set debug dwarf2-read".
2313
db0fec5c
DE
23142013-11-08 Doug Evans <dje@google.com>
2315
2316 * gdb.texinfo (Debugging Output): Update text for
2317 "set debug symtab-create".
2318
92e32e33
PM
23192013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2320
72f4393d
L
2321 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2322 constant.
92e32e33 2323
f76c27b5
PM
23242013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2325
2326 * gdb.texinfo (Breakpoints In Python): Document temporary
2327 option in breakpoint constructor, and add documentation to the
2328 temporary attribute.
2329
fa4d0c40
YQ
23302013-11-07 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2333 output of "-var-info-expression".
2334
afa332ce
PA
23352013-11-06 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2338 non-interactive mode.
2339 (Environment) <shell startup files warning>: Mention
2340 non-interactive mode. Mention .zshenv for Z shell, and talk about
2341 BASH_ENV instead of .bashrc for BASH.
2342
9ac69859
NB
23432013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2344
2345 * gdb.texinfo (Commands to Specify Files): Add description
2346 of the remove-symbol-file command.
2347 * observer.texi: New free_objfile event
2348
98882a26
PA
23492013-10-24 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2352
ce13fade
JB
23532013-10-11 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2356 New subsection inside which the "-catch-load" and "-catch-unload"
2357 commands documentation is now placed.
2358 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2359 documenting the "-catch-assert" and "-catch-exception" new
2360 GDB/MI commands.
2361
2446f5ea
JB
23622013-10-10 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2365
0d12017b
JB
23662013-10-10 Joel Brobecker <brobecker@adacore.com>
2367
bd80dc1a
JB
2368 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2369 serial baud".
2370 (Remote Configuration): Replace "set remotebaud" by "set serial
2371 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2372
f4fb82a1
PA
23732013-10-07 Pedro Alves <palves@redhat.com>
2374
2375 PR breakpoints/11568
2376 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2377 when the thread is removed from the thread list.
2378
0c557179
SDJ
23792013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2380
2381 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2382 Update entry for $_exitcode.
2383
5713b9b5
JB
23842013-10-04 Joel Brobecker <brobecker@adacore.com>
2385
2386 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2387 new "--start" option.
2388
901461f8
PA
23892013-10-02 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.texinfo (Registers): Expand description of saved registers
2392 in frames. Explain <not saved>.
2393
8fb8eb5c
DE
23942013-09-25 Doug Evans <dje@google.com>
2395
2396 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2397
0a7cfe2c
SS
23982013-09-16 Stan Shebs <stan@codesourcery.com>
2399
2400 Remove the internals manual gdbint.texinfo.
2401 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2402 (PDFFILES): Remove gdbint.pdf.
2403 (HTMLFILES): Remove gdbint/index.html.
2404 (HTMLFILES_INSTALL): Remove gdbint.
2405 (GDBINT_DOC_FILES): Remove.
2406 (dvi): Remove gdbint.dvi.
2407 (ps): Remove gdbint.ps.
2408 * gdbint.texinfo: Remove file.
2409 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2410
a280dbd1
SDJ
24112013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2412
2413 * gdb.texinfo (Convenience Functions): Mention new convenience
2414 function $_isvoid.
2415
4ac33720
UW
24162013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2417
2418 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2419 (Standard Target Features): Add new node to menu.
2420 (S/390 and System z Features): New node.
2421
b3d3b4bd
SA
24222013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2423
2424 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2425 -list-target-features in the example.
2426
edf9f00c
JK
24272013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2430 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2431
1d236d23
JK
24322013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 Sync documentation with gdb.base/gnu-debugdata.exp.
2435 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2436
5423b017
JK
24372013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2440
6211c335
YQ
24412013-08-27 Pedro Alves <pedro@codesourcery.com>
2442 Yao Qi <yao@codesourcery.com>
2443
2444 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2445 Document new --skip-unavailable option.
2446 <-stack-list-variables>: Document new --skip-unavailable option.
2447
52e260a3
DE
24482013-08-26 Doug Evans <dje@google.com>
2449
2450 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2451 an optional regexp.
2452
5e92f71a
TT
24532013-08-13 Tom Tromey <tromey@redhat.com>
2454
2455 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2456 Document GDB_PARALLEL and GDB_INOTIFY.
2457
c5d7073b
SS
24582013-08-09 Stan Shebs <stan@codesourcery.com>
2459
2460 * LRS: Remove file, describes a long-abandoned live-range
2461 splitting extension to stabs.
2462
6fbe845e
AB
24632013-07-25 Andrew Burgess <aburgess@broadcom.com>
2464
2465 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2466
e7045703
DE
24672013-07-17 Doug Evans <dje@google.com>
2468
2469 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2470
3105ebf9
TT
24712013-07-02 Tom Tromey <tromey@redhat.com>
2472
2473 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2474
d6c2da54
TT
24752013-06-28 Tom Tromey <tromey@redhat.com>
2476
2477 * Makefile.in (version.subst): Use version.in, not
2478 common/version.in.
2479 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2480 Likewise.
2481
e5823f1c
PA
24822013-06-27 Pedro Alves <palves@redhat.com>
2483
2484 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2485 dynamic symbol resolution code>: New section, based on infrun.c
2486 comment.
2487
92dcb9ff
TT
24882013-06-26 Tom Tromey <tromey@redhat.com>
2489
2490 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2491 Update.
2492 (Releasing GDB): Likewise.
2493
dc673c81
YQ
24942013-06-26 Pedro Alves <pedro@codesourcery.com>
2495 Yao Qi <yao@codesourcery.com>
2496
2497 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2498 -trace-frame-collected.
2499
28a93511
YQ
25002013-06-26 Pedro Alves <pedro@codesourcery.com>
2501
2502 * gdb.texinfo (Traceframe Info Format): Document tvar element
2503 and its attributes.
2504
a0743c90
YQ
25052013-06-25 Yao Qi <yao@codesourcery.com>
2506
2507 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2508
01208463
TT
25092013-06-24 Tom Tromey <tromey@redhat.com>
2510
2511 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2512 (GDBvn.texi): Use version.subst.
2513 (version.subst): New target.
2514 (mostlyclean): Remove version.subst.
2515
c898adb7
YQ
25162013-06-20 Pedro Alves <pedro@codesourcery.com>
2517
2518 * gdb.texinfo (GDB/MI Data Manipulation)
2519 <-data-list-register-values>: Document the --skip-unavailable
2520 option.
2521
7c57fa1e
YQ
25222013-06-07 Yao Qi <yao@codesourcery.com>
2523
2524 * gdb.texinfo (Symbols): Add kindex and cindex for
2525 'maint print msymbols'.
2526
0059c61a 25272013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2528
2529 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2530 response field name (thread-group to inferior).
2531
85dc5a12
GB
25322013-06-04 Gary Benson <gbenson@redhat.com>
2533
2534 * gdb.texinfo (General Query Packets/qSupported): Added
2535 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2536 to the table of currently defined stub features.
2537 Added a more detailed entry for "augmented-libraries-svr4-read".
2538 (General Query Packets/qXfer:libraries-svr4:read): Documented
2539 the augmented form of this packet.
2540
5901af59
JB
25412013-05-23 Joel Brobecker <brobecker@adacore.com>
2542
2543 * gdb.texinfo (System-wide Configuration Scripts): Renames
2544 "Installed System-wide Configuration Scripts". Add associated
2545 @menu block.
2546
c1e36e3e
PA
25472013-05-23 Yao Qi <yao@codesourcery.com>
2548 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.texinfo (Packets): Document 'vCont;r'.
2551 (Continuing and Stepping): Document target-assisted range
2552 stepping, and the 'set range-stepping' and 'show range-stepping'
2553 commands.
2554
0201faac
JB
25552013-05-23 Joel Brobecker <brobecker@adacore.com>
2556
2557 * gdb.texinfo (Installed System-wide Configuration Scripts):
2558 Add subsection describing the scripts now available under
2559 the data-dir's system-gdbbinit subdirectory.
2560 * NEWS: Add entry announcing the availability of system-wide
2561 configuration scripts for ElinOS and Wind River Linux.
2562
c5867ab6
HZ
25632013-05-21 Hui Zhu <hui@codesourcery.com>
2564
2565 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2566 "-dprintf-insert" command.
2567
7d0c9981
DE
25682013-05-17 Doug Evans <dje@google.com>
2569
2570 * gdb.texinfo (Maintenance Commands): Update doc for
2571 "maint check-psymtabs". Add doc for "maint check-symtabs",
2572 "maint expand-symtabs".
2573
742ce053
MM
25742013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2575
2576 * gdb.texinfo (Process Record and Replay): Document the
2577 "record goto" command and its sub-commands.
2578
1e611234
PM
25792013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2580
2581 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2582 (Python API): Add Frame Filters API, Frame Wrapper API,
2583 Writing a Frame Filter/Wrapper, Managing Management of Frame
2584 Filters chapter entries.
2585 (Frame Filters API): New Node.
2586 (Frame Wrapper API): New Node.
2587 (Writing a Frame Filter): New Node.
2588 (Managing Frame Filters): New Node.
2589 (Progspaces In Python): Add note about frame_filters attribute.
2590 (Objfiles in Python): Ditto.
2591 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2592 @anchors and --no-frame-filters option to -stack-list-variables,
2593 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2594 commands.
2595
2874cb83
JB
25962013-05-08 Joel Brobecker <brobecker@adacore.com>
2597
2598 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2599 Support" subsection documenting the XML format used to transfer
2600 shared library info on AIX.
2601
9a005eb9
JB
26022013-05-08 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.texinfo (Debugging Output): Add documentation of
2605 "set debug aix-solib" and "show debug aix-solib" commands.
2606
a1217d97
SL
26072013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2608
2609 * gdb.texinfo (Nios II): New section.
2610 (Nios II Features): New section.
2611
4d1eb6b4
JB
26122013-05-06 Joel Brobecker <brobecker@adacore.com>
2613
2614 * gdbint.texinfo (Algorithms): Remove entries documenting
2615 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2616 SOLIB_CREATE_INFERIOR_HOOK.
2617
3f84184e
TT
26182013-04-29 Tom Tromey <tromey@redhat.com>
2619
2620 PR python/14204:
2621 * gdb.texinfo (Python API): Fix menu entry.
2622 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2623 Define global and static block. Add example. Clarify
2624 block relationship for inline functions.
2625
60155234
TT
26262013-04-29 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.texinfo (Python API): Mention Python help and keyword
2629 arguments. Move pagination text to Basic Python.
2630 (Basic Python): Put pagination text here. Document
2631 close-on-exec, SIGCHLD, and SIGINT.
2632
5360976e
PA
26332013-04-19 Pedro Alves <palves@redhat.com>
2634
2635 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2636 "signedness" instead of "signness".
2637
bd3f3b55
PA
26382013-04-19 Pedro Alves <palves@redhat.com>
2639
2640 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2641 -Wno-pointer-sign text with text on -Wpointer-sign.
2642
dee368d3
TT
26432013-04-16 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2646 GCC that has the SDT probe points.
2647
cc16e6c9
TT
26482013-04-15 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2651 exception catchpoints.
2652
72f1fe8a
TT
26532013-04-15 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.texinfo (Set Catchpoints): Document $_exception.
2656 (Convenience Vars): Mention $_exception.
2657
591f19e8
TT
26582013-04-15 Tom Tromey <tromey@redhat.com>
2659
2660 * gdb.texinfo (Set Catchpoints): Reorganize exception
2661 catchpoints. Document "catch rethrow".
2662 (Debugging C Plus Plus): Mention "catch rethrow".
2663
02ae6bad
TT
26642013-04-15 Tom Tromey <tromey@redhat.com>
2665
2666 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2667
2c91021c
JK
26682013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2669 Eli Zaretskii <eliz@gnu.org>
2670
2671 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2672 line below the sample output.
2673
6eaaf48b
EZ
26742013-04-12 Eli Zaretskii <eliz@gnu.org>
2675
2676 * gdb.texinfo (Mode Options): Document '-configuration'.
2677 (Help): Document "show configuration".
2678 (Bug Reporting): Add requirements to include the configuration
2679 details in bug reports.
2680
b292c783
JK
26812013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 * Makefile.in (MAN1S): Add gcore.1.
2684 Remove "Host, target, and site specific Makefile fragments" comment.
2685 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2686 (install-man1, uninstall-man1): Conditionalize gcore.1.
2687 (gcore.1): New.
2688 * gdb.texinfo (Man Pages): Add gcore man.
2689 (gcore man): New node.
2690
f81d1120
PA
26912013-04-10 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.texinfo (Process Record and Replay): Document that "set
2694 record full insn-number-max", "set record
2695 instruction-history-size" and "set record
2696 function-call-history-size" accept "unlimited".
2697 (Backtrace): Document that "set backtrace limit" accepts
2698 "unlimited".
2699 (List): Document that "set listsize" accepts "unlimited".
2700 (Print Settings)" Document that "set print max-symbolic-offset",
2701 "set print elements" and "set print repeats" accept "unlimited".
2702 (Starting and Stopping Trace Experiments): Document that "set
2703 trace-buffer-size" accepts "unlimited".
2704 (Remote Configuration): Document that "set tcp connect-timeout"
2705 accepts "unlimited".
2706 (Command History): Document that "set history size" accepts
2707 "unlimited".
2708 (Screen Size): Document that "set height" and "set width" accepts
2709 "unlimited". Adjust "set pagination"'s description to suggest
2710 "set height unlimited" instead of "set height 0".
2711
393fd4c3
YQ
27122013-04-10 Yao Qi <yao@codesourcery.com>
2713
2714 * gdb.texinfo (Trace Files): Add "target ctf".
2715
cba5a7bf
JK
27162013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2719
0ed630cb
JK
2720 * Makefile.in (install-man1, install-man5, uninstall-man1)
2721 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2722
afe1492b
JK
2723 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2724
5b8b6385
JK
27252013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2726 Eli Zaretskii <eliz@gnu.org>
2727
2728 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2729 parameters order. Remove "On some targets" for --attach. Document the
2730 --multi parameter and extended-remote command. Document all the
2731 options.
2732
906ccdf0
JK
27332013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2736 the list of supported languages.
2737
43662968
JK
27382013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2741 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2742 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2743 (diststuff): Add man.
2744 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2745 (uninstall-man5): New.
2746 (STAGESTUFF): Add *.1 and *.5.
2747 (GDBvn.texi): Add SYSTEM_GDBINIT.
2748 (gdb.1, gdbserver.1, gdbinit.5): New.
2749 (maintainer-clean realclean): Add $(MANS).
2750 (install): Add install-man.
2751 (uninstall): Add uninstall-man.
2752 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2753 (@copying): Wrap it by @c man begin COPYRIGHT.
2754 (Top): Add Man Pages.
2755 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2756
be9a8770
PA
27572013-04-02 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.texinfo (Debugging Output): Document "set/show debug
2760 aarch64", "set/show debug coff-pe-read" and "set/show debug
2761 mach-o".
2762
a46c1e42
PA
27632013-04-02 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2766 table>: Add entry for "trace-buffer-size".
2767
bd3eecc3
PA
27682013-03-28 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2771 table>: Add entry for "trace-status".
2772
215b9f98
EZ
27732013-03-28 Eli Zaretskii <eliz@gnu.org>
2774
2775 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2776 @bullet", which is invalid (makeinfo 5.1 barfs).
2777
7f7cc265
PA
27782013-03-28 Pedro Alves <palves@redhat.com>
2779
2780 PR gdb/15294
2781
2782 * gdb.texinfo (List) <set listsize>: Adjust to document that
2783 listsize 0 means no limit, and remove mention of -1.
2784
9c0be723
YQ
27852013-03-22 Yao Qi <yao@codesourcery.com>
2786
2787 * gdb.texinfo (Embedded Processors): Remove menu item
2788 "OpenRISC 1000".
2789 (OpenRISC 1000): Remove.
2790
bd712aed
DE
27912013-03-21 Doug Evans <dje@google.com>
2792
2793 * gdb.texinfo (Maintenance Commands): Add docs for
2794 "mt set per-command {space,time,symtab} {on,off}".
2795
d0353e76
YQ
27962013-03-14 Hui Zhu <hui@codesourcery.com>
2797 Yao Qi <yao@codesourcery.com>
2798
2799 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2800
6dd24dfa
KS
28012013-03-13 Keith Seitz <keiths@redhat.com>
2802
2803 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2804 "maint agent" reference to Dynamic printf.
2805
5c4808ca
EZ
28062013-03-11 Eli Zaretskii <eliz@gnu.org>
2807
2808 * gdb.texinfo (General Query Packets): Don't use colon in index
2809 entries visible to Info format.
2810
59ea5688
MM
28112013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2812
2813 * gdb.texinfo (Process Record and Replay): Document record
2814 changes.
2815
2ae8c8e7
MM
28162013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2817
2818 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2819 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2820 qXfer:btrace:read.
2821
28abe188
EZ
28222013-03-09 Eli Zaretskii <eliz@gnu.org>
2823
2824 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2825 use colons in @anchor and @cindex entries.
2826
be9a119c 28272013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2828
2829 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2830
be9a119c 28312013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2832 Hafiz Abid Qadeer <abidh@codesourcery.com>
2833
2834 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2835 trace-buffer-size set and show commands.
2836 (Tracepoint Packets): Document QTBuffer:size.
2837 (General Query Packets): Document QTBuffer:size.
2838
d57350ea
TT
28392013-02-21 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo: Remove bad @syncodeindex.
2842 (Values From Inferior, Types In Python, Inferiors In Python)
2843 (Events In Python, Threads In Python, Frames In Python, Blocks In
2844 Python, Symbols In Python, Symbol Tables In Python): Remove
2845 @tables.
2846 (Packets, General Query Packets, Tracepoint Packets)
2847 (Host I/O Packets): Use @w{} for empty @item.
2848
9f44fbc0
SCR
28492013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2850
2851 * gdb.texinfo (Architectures In Python): Add description about
2852 the new method gdb.Architecture.disassemble.
2853
f5911ea1
HAQ
28542013-02-15 Pedro Alves <pedro@codesourcery.com>
2855 Hafiz Abid Qadeer <abidh@codesourcery.com>
2856
2857 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2858 Document the "trace-file" field.
2859
7e1e0340
DE
28602013-02-07 Doug Evans <dje@google.com>
2861
2862 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2863 command.
2864
134a2066
YQ
28652013-02-06 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.texinfo (GDB/MI Async Records): Document new MI
2868 notification "=tsv-modified". Update the document of MI
2869 notification "=tsv-created".
2870 * observer.texi (GDB Observers): New observer tsv_modified.
2871 Update observer tsv_created and tsv_delete.
2872
430ed3f0
MS
28732013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2874
2875 * gdb.texinfo (AArch64 Features): New section; document
2876 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2877 (Architectures): Add new AArch64 section to document AArch64
2878 architecture specific commands.
2879 (ABI): Add description of the new OS ABI "Newlib" and its influence
2880 on the longjmp handling.
2881
1b56eb55
JK
28822013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2883 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2886 variable in 'set/show backtrace' section.
2887
c4957902
TT
28882013-01-31 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb.texinfo (Target Commands): Fix typo.
2891
bea883fd
SCR
28922013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2893
2894 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2895 describing the gdb.Architecture class.
2896 (Frames In Python): Add description about the new method
2897 gdb.Frame.architecture().
2898
796a7ff8
DE
28992013-01-23 Doug Evans <dje@google.com>
2900
2901 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2902
998580f1
MK
29032013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2904
2905 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2906 'thread-groups' field when printing a breakpoint in MI.
2907
c9fb1240
SD
29082012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2909 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2910 to reflect that jit-reader-load now supports absolute file-names.
2911
ab04a2af
TT
29122013-01-16 Tom Tromey <tromey@redhat.com>
2913
2914 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2915 (Signals): Likewise.
2916
8ac3646f
TT
29172013-01-16 Tom Tromey <tromey@redhat.com>
2918
2919 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2920 "catch-type" field.
2921 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2922
e93a8774
TT
29232013-01-07 Tom Tromey <tromey@redhat.com>
2924
2925 * gdb.texinfo (Mode Options): Don't mention -epoch.
2926 (Data, Emacs): Remove obsolete comments.
2927
54516a0b
TT
29282013-01-02 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.texinfo (GDB/MI Output Records): Update menu.
2931 (GDB/MI Breakpoint Information): New node.
2932 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2933 <-break-insert>: Likewise.
2934
8dbe8ece
YQ
29352012-12-31 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2938 (Packets): Move "vStopped" packet to ...
2939 (Notification Packets): ... here. Describe the components
2940 of notification. Add a table of supported notifications.
2941 Add an example on the process of he async notification.
2942
f35a17b5
JK
29432012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2946 present.
2947 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2948 fullname output always present.
2949
0dfd2fad
PM
29502012-12-23 Pierre Muller <muller@sourceware.org>
2951
72f4393d
L
2952 * gdbint.texinfo (Function prototypes): Require use of "extern"
2953 modifier for function prototypes in headers.
0dfd2fad 2954
7785b880
JB
29552012-12-19 Joel Brobecker <brobecker@adacore.com>
2956
2957 * refcard.tex: Update copyright notice to GPL v3 or later.
2958 Update contact info.
2959
3d745be3
JK
29602012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2961
2962 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2963
c9b6281a
YQ
29642012-12-15 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.texinfo (Debugging Output): Document 'set debug
2967 notification' and 'show debug notification'.
2968
f2a8bc8a
YQ
29692012-12-15 Yao Qi <yao@codesourcery.com>
2970
2971 * gdb.texinfo (Listing Tracepoints): New item and example about
2972 'installed on target' output.
2973 Add more in the example about 'installed on target'.
2974 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2975
451b7c33
TT
29762012-12-14 Tom Tromey <tromey@redhat.com>
2977
72f4393d 2978 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2979
3fa7bf06 29802012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2981
3fa7bf06
MG
2982 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2983
05b4bd79
PA
29842012-12-11 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.texinfo: Remove all mentions of Unixware throughout.
2987
74a0d9f6
JK
29882012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2991
0c631110
TT
29922012-11-29 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.texinfo (SVR4 Process Information): Document missing
2995 "info proc" subcommands.
2996
891df0ea
YQ
29972012-11-29 Yao Qi <yao@codesourcery.com>
2998
2999 PR gdb/1477.
3000 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3001 to 'auto' instead of 'gnu'.
3002
608e2dbb
TT
30032012-11-26 Tom Tromey <tromey@redhat.com>
3004
3005 * gdb.texinfo (MiniDebugInfo): New node.
3006 (GDB Files): Update.
3007
e64e0392
DE
30082012-11-16 Doug Evans <dje@google.com>
3009
3010 * gdb.texinfo (System-wide configuration): If the system-wide init
3011 file lives in the data-directory, and --data-directory is provided,
3012 look for it there.
3013
ae606bee
TT
30142012-11-15 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.texinfo (Signaling): Fix typo.
3017
62747a60
TT
30182012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3019
3020 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3021 parameter "count" of -data-write-memory-bytes, and add an example.
3022
18a9fc12
TT
30232012-11-12 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.texinfo (Symbols): Document "info type-printers",
3026 "enable type-printer" and "disable type-printer".
3027 (Python API): Add new node to menu.
3028 (Type Printing API): New node.
3029 (Progspaces In Python): Document type_printers field.
3030 (Objfiles In Python): Likewise.
3031 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3032 register_type_printer, TypePrinter>: Document.
3033
53342f27
TT
30342012-11-12 Tom Tromey <tromey@redhat.com>
3035
3036 * gdb.texinfo (Symbols): Document "set print type methods",
3037 "set print type typedefs", and flags to ptype and whatis.
3038
ed8a1c2d
AB
30392012-11-09 Andrew Burgess <aburgess@broadcom.com>
3040
3041 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3042 the example -data-disassemble output. Extend the description of
3043 the -data-disassemble results to document all fields. Document
3044 the cli disassemble command as being related to -data-disassemble.
3045
8506d139
YQ
30462012-11-09 Yao Qi <yao@codesourcery.com>
3047
3048 PR gdb/14777.
3049 * gdb.texinfo (OS Information): Remove doc on command
3050 'info udot'.
3051
4d3f93a2
JB
30522012-11-08 Joel Brobecker <brobecker@adacore.com>
3053
3054 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3055 gdb.ini warning for Windows port.
3056
1e96de83
YQ
30572012-11-08 Yao Qi <yao@codesourcery.com>
3058
3059 * gdb.texinfo (Search): Add kindex for 'fo'.
3060
dc939229
TT
30612012-11-05 Tom Tromey <tromey@redhat.com>
3062
3063 PR python/14802:
3064 * gdb.texinfo (Functions In Python): Add example.
3065
6f6484cd
YQ
30662012-11-03 Yao Qi <yao@codesourcery.com>
3067
3068 * observer.texi (GDB Observers): Remove observer
3069 'tracepoint_modified', 'tracepoint_created' and
3070 'tracepoint_deleted'.
3071
af4238e5
TT
30722012-10-26 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3075
687e43a4
TT
30762012-10-25 Tom Tromey <tromey@redhat.com>
3077
3078 * gdb.texinfo (General Query Packets): Use @itemx.
3079
8de0566d
YQ
30802012-10-17 Yao Qi <yao@codesourcery.com>
3081
3082 * observer.texi (GDB Observers): Update observer
3083 'memory_changed'.
3084 * gdb.texinfo (GDB/MI Async Records): Document for
3085 "memory-changed" notification.
3086
07540c15
DE
30872012-10-15 Doug Evans <dje@google.com>
3088
3089 * gdb.texinfo (Mode Options): Document -nh.
3090 Elaborate on docs for -nx.
3091
d7019589
SP
30922012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3093
3094 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3095
82a90ccf 30962012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3097 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3098
3099 * gdb.texinfo (GDB/MI Async Records): Document notification
3100 'record-started' and 'record-stopped'.
3101 * observer.texi (GDB Observers): New observer 'record-changed'.
3102
aa9259cc
TS
31032012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3104
3105 * gdb.texinfo: Document the removal of SH's 'regs' command.
3106
c1d780c2
SDJ
31072012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3108
3109 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3110
bb25a15c
YQ
31112012-09-18 Yao Qi <yao@codesourcery.com>
3112
3113 * gdb.texinfo (GDB/MI Async Records): Document new MI
3114 notifications '=tsv-created' and '=tsv-deleted'.
3115 * observer.texi (GDB Observers): New observer tsv_created and
3116 tsv_deleted.
3117
201b4506
YQ
31182012-09-18 Yao Qi <yao@codesourcery.com>
3119
3120 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3121 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3122 '=traceframe-changed'.
3123
6fc1c773
YQ
31242012-09-17 Yao Qi <yao@codesourcery.com>
3125
3126 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3127 'set listsize'.
3128
121c73f3
JK
31292012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3130 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3133 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3134 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3135
e9687799
JK
31362012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3139
3b5e4d35
YPK
31402012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3141
3142 Document how to return from "python-interactive" to GDB.
3143 * gdb.texinfo (Python Commands): Update documentation.
3144
31452012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3146
3147 Add a new "python-interactive" command that starts a standard
3148 Python interactive prompt with "pi" as alias, and add "py" as
3149 an alias to "python".
3150 * gdb.texinfo (Python Commands): Document the new commands.
3151
b583003e
TT
31522012-08-22 Tom Tromey <tromey@redhat.com>
3153
3154 * gdbint.texinfo (Host Definition): Remove documentation for
3155 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3156
a451cb65
KS
31572012-08-17 Keith Seitz <keiths@redhat.com>
3158
3159 PR c++/13356
3160 * gdb.texinfo (Type and Range Checking): Remove warning.
3161 Remove spurious commas.
3162 Update text and examples for re-implementation of set/show
3163 check type.
3164 (C and C++ Type and Range Checks): Likewise.
3165
6b1755ce
YQ
31662012-08-16 Yao Qi <yao@codesourcery.com>
3167
3168 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3169 is deprecated.
3170
f47f77df
DE
31712012-08-13 Doug Evans <dje@google.com>
3172
3173 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3174 to include functions.
3175
a72c3253
DE
31762012-08-10 Doug Evans <dje@google.com>
3177
3178 * gdb.texinfo (Convenience Funs): New node.
3179 (Types In Python): Document Type.vector.
3180
5b9afe8a
YQ
31812012-08-09 Yao Qi <yao@codesourcery.com>
3182
3183 * observer.texi: New observer command_param_changed.
3184 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3185
dc1039df
JK
31862012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdbint.texinfo (Debugging GDB): In section
3189 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3190 Mention also gdb-gdb.py.
3191
4abf930d
YQ
31922012-08-07 Yao Qi <yao@codesourcery.com>
3193
3194 Revert the folloing patch:
3195 2012-08-06 Yao Qi <yao@codesourcery.com>
3196 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3197 remote hardware-watchpoint-limit' and 'set
3198 remote hardware-breakpoint-limit'.
3199
f3c8a52a
JK
32002012-08-06 Nathaniel Flath <flat0103@gmail.com>
3201
3202 * gdb.texinfo (Working Directory): Added information about new
3203 default argument for 'cd' command.
3204
77a91025
YQ
32052012-08-06 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3208 remote hardware-watchpoint-limit' and 'set
3209 remote hardware-breakpoint-limit'.
3210
d9f08f52
YQ
32112012-08-06 Yao Qi <yao@codesourcery.com>
3212
3213 Fix PR14371.
3214
3215 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3216 '=breakpoint-deleted'.
3217
95b07c96
YQ
32182012-08-02 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.texinfo (Native): Remove node Neutrino.
3221
7255706c
YQ
32222012-07-27 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.texinfo (IPA Protocol Commands): Document new command
3225 'close'.
3226
d6b28940
TT
32272012-07-25 Tom Tromey <tromey@redhat.com>
3228
3229 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3230
e615022a
DE
32312012-07-20 Doug Evans <dje@google.com>
3232
3233 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3234 (Index Files): Document how to control the use of deprecated index
3235 sections.
3236 (Index Section Format): Replace --use-deprecated-index-sections with
3237 "set use-deprecated-index-sections on".
3238
055855a4
EZ
32392012-07-12 Eli Zaretskii <eliz@gnu.org>
3240
3241 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3242 indices into a single node "Index". Instead, join function and
3243 variable indices into a single index, separate from the concept
3244 index. Requested in
3245 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3246 (Top): Update the top-level menu: instead of one "Index" there are
3247 now separate entries "Concept Index" and "Function and Variable
3248 Index".
3249 (Concept Index, Function and Variable Index): New nodes.
3250 (Index): Node deleted.
3251
f77cc5f0
HZ
32522012-07-05 Hui Zhu <hui_zhu@mentor.com>
3253
3254 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3255 and "maint agent-eval".
3256
00595b5e
EZ
32572012-07-03 Eli Zaretskii <eliz@gnu.org>
3258
3259 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3260 avoid file-name clashes between Index.html and index.html on
3261 case-insensitive filesystems. See the discussion starting in
3262 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3263 details of the problem.
3264 (Top): Update the master menu for the above.
3265 (Concept Index, Command and Variable Index): New nodes, instead of
3266 the old "Index" node that was deleted. All cross-references
3267 updated.
3268
d3ce09f5
SS
32692012-07-02 Stan Shebs <stan@codesourcery.com>
3270
3271 * gdb.texinfo (Dynamic Printf): Mention agent style and
3272 disconnected dprintf.
3273 (Maintenance Commands): Describe maint agent-printf.
3274 (General Query Packets): Mention BreakpointCommands feature.
3275 (Packets): Document commands extension to Z0 packet.
3276 * agentexpr.texi (Bytecode Descriptions): Document printf
3277 bytecode.
3278
2d7b58e8
JK
32792012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3282 only after gdbinit files.
3283 (Startup): Move -iex and -iex commands down after gdbinit files.
3284
202cbf1c
JK
32852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3286
3287 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3288 possibility.
3289
b6ba681c
TT
32902012-06-29 Tom Tromey <tromey@redhat.com>
3291
3292 * gdb.texinfo (Index Section Format): Update for version 7.
3293
71caed83
SS
32942012-06-28 Stan Shebs <stan@codesourcery.com>
3295
3296 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3297 example, add note about title column.
3298
ee0bf529
SCR
32992012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3300
3301 * gdb.texinfo (Symbol Tables In Python): Add description about
3302 the new 'last' attribute of gdb.Symtab_and line.
3303
3c15d565
SCR
33042012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3305
3306 * gdb.texinfo (Symbol Tables In Python): Correct the description
3307 of the 'pc' attribute of gdb.Symtab_and_line.
3308
45cfd468
DE
33092012-06-26 Doug Evans <dje@google.com>
3310
3311 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3312 and symtab-create.
3313
496ee73e
KS
33142012-06-25 Keith Seitz <keiths@redhat.com>
3315
3316 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3317 from example. Remove "rbreak" from list of corresponding
3318 gdb commands.
3319
156942c7
DE
33202012-06-23 Doug Evans <dje@google.com>
3321
3322 * gdb.texinfo (Index Section Format): Document version 7 format.
3323
c614397c
YQ
33242012-06-22 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.texinfo: Add missing cindex for some packets.
3327
472a2379
KS
33282012-06-20 Keith Seitz <keiths@redhat.com>
3329
3330 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3331 for -break-insert and document -p.
3332
2678e2af
YQ
33332012-06-20 Yao Qi <yao@codesourcery.com>
3334
3335 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3336 and "gdb.write_memory" with "Inferior.read_memory" and
3337 "Inferior.write_memory".
3338
984359d2
EZ
33392012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3340
3341 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3342 (Free Documentation): Add @node line.
3343 (Continuing and Stepping) <advance location>: Use @item instead of
3344 @itemx.
3345 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3346 @itemx.
3347 (Embedded Processors): Put the link to "PA" to its correct place,
3348 according to document structure.
3349 (Python API): Put the link to "Lazy Strings In Python" to its
3350 correct place.
3351 (Index): Use @@ in @tex block to get a literal @.
3352
3353 * gdbint.texinfo: Fix the @subtitle line.
3354
3355 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3356 correct place.
3357
16bdd41f
YQ
33582012-06-08 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3361 Protocol'.
3362 (In-Process Agent Protocol, IPA Protocol Objects)
3363 (IPA Protocol Commands): New nodes.
3364 (Tracepoint Packets): Add anchors.
3365
2d4c29c5
TS
33662012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3367
3368 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3369
6bd110c5
YQ
33702012-06-06 Yao Qi <yao@codesourcery.com>
3371
3372 * gdb.texinfo: Update copyright year.
3373
f3e0e960
SS
33742012-05-23 Stan Shebs <stan@codesourcery.com>
3375 Kwok Cheung Yeung <kcy@codesourcery.com>
3376
3377 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3378
1564a261
JK
33792012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3382 Mention also --with-separate-debug-dir.
3383 (Auto-loading): Prepend $debugdir in the sample output.
3384 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3385 auto-load safe-path variable.
3386 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3387 Mention also $debugdir for 'set auto-load scripts-directory'.
3388
eb17f351
EZ
33892012-05-19 Eli Zaretskii <eliz@gnu.org>
3390
3391 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3392 (MIPS Embedded, MIPS, MIPS Register packet Format)
3393 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3394 appropriate.
3395
4cc0665f 33962012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3397 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3398
3399 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3400 mips compression".
3401 (MIPS Breakpoint Kinds): New subsubsection.
3402
7af8dcf8 34032012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3404
3405 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3406 nodes for subsections. Add @acronym mark-ups and adjust
3407 formatting.
3408
aff139ff
JK
34092012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 Rename $ddir to $datadir.
3412 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3413 (objfile-gdb.py file): Rename $ddir to $datadir.
3414
9cb709b6
TT
34152012-05-18 Tom Tromey <tromey@redhat.com>
3416
3417 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3418
e7e0cddf
SS
34192012-05-14 Stan Shebs <stan@codesourcery.com>
3420
3421 * gdb.texinfo (Dynamic Printf): New subsection.
3422
7efc75aa
SCR
34232012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3424
3425 * gdb.texinfo (Basic Python): Add description about the function
3426 gdb.find_pc_line
3427
f307c045
JK
34282012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3429 Eli Zaretskii <eliz@gnu.org>
3430
3431 * gdb.texinfo (Separate Debug Files): Use plural form for global
3432 debugging information directory.
3433
85d4a676
SS
34342012-05-11 Stan Shebs <stan@codesourcery.com>
3435 Kwok Cheung Yeung <kcy@codesourcery.com>
3436
3437 * gdb.texinfo (Operating System Auxiliary Information): Document new
3438 'info os' subcommands.
3439
c1668e4e
JK
34402012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3443 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3444 (dotdebug_gdb_scripts section): Add reference
3445 to 'Auto-loading safe path'.
3446
7349ff92
JK
34472012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3448
3449 Implement multi-component --with-auto-load-dir.
3450 * gdb.texinfo (Auto-loading): New references
3451 for 'set auto-load scripts-directory'
3452 and 'show auto-load scripts-directory'.
3453 (Auto-loading safe path): Describe the new default. Move $ddir
3454 substituation reference to 'objfile-gdb.py file'.
3455 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3456 script-name. Describe new 'set auto-load scripts-directory'
3457 and 'show auto-load scripts-directory'.
3458
6dea1fbd
JK
34592012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 Provide $ddir substitution for --with-auto-load-safe-path.
3462 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3463 (Auto-loading safe path): Likewise. Mention the default value,
3464 $ddir substitution, --with-auto-load-safe-path and
3465 --without-auto-load-safe-path.
3466 * observer.texi (gdb_datadir_changed): New.
3467
1ccacbcd
JK
34682012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3471 Twice.
3472
d9242c17
JK
3473 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3474 directory separator by path separator.
3475
af2c1515
JK
34762012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3479 for 'set auto-load safe-path' optional. Mention if it is omitted.
3480 Change disabling security protection condition to "/", twice.
3481
a20ee7a4
SCR
34822012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3483
3484 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3485 the new methods global_block and static_block on gdb.Symtab
3486 objects.
3487
56af09aa
SCR
34882012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3489
3490 * gdb.texinfo (Blocks In Python): Add a note saying that future
3491 improvements to GDB and its infrastructure can move symbols
3492 across blocks within a symbol table.
3493
2746b0ef
YQ
34942012-04-29 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3497 (A29K): Remove.
3498
62e5f89c
SDJ
34992012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3500 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3503 and generic static probe support on GDB.
3504
a766d390
DE
35052012-04-25 Doug Evans <dje@google.com>
3506
50f042b9
DE
3507 * gdb.texinfo (Go): Fix thinko.
3508
a766d390
DE
3509 * gdb.texinfo (Supported Languages): Add Go.
3510 (Go): New node.
3511
f02e2b19
YQ
35122012-04-25 Yao Qi <yao@codesourcery.com>
3513
3514 * gdbint.texinfo (Testsuite): New section `Board settings'.
3515
68d41a48
JK
35162012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3517
3518 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3519 Three times.
3520
174bb630
JK
3521 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3522 Three times.
3523
0511cc75
JK
35242012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3527 by @table @asis. Fix formatting of one item.
3528
0070f25a
JK
35292012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3532
4dc84fd1
JK
35332012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 New option "set debug auto-load".
3536 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3537 (auto-load verbose mode): New node.
3538
bccbefd2
JK
35392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 New option "set auto-load safe-path".
3542 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3543 and "info auto-load" examples for safe-path. Put there also references
3544 for "set auto-load safe-path" and "show auto-load safe-path".
3545 New menu item for Auto-loading safe path.
3546 (Auto-loading safe path): New node.
3547 (Python Auto-loading): Update the expected output from "Missing"
3548 to "No".
3549
bf88dd68
JK
35502012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3551
3552 auto-load: Implementation.
3553 * gdb.texinfo (Mode Options): New anchor for -nx.
3554 (Startup): New anchors for Option -init-eval-command,
3555 Home Directory Init File
3556 and Init File in the Current Directory during Startup.
3557 Mention set auto-load local-gdbinit with a reference.
3558 Change the sample code to "set auto-load python-scripts".
3559 (Threads): New anchor set libthread-db-search-path.
3560 Provide references to libthread_db.so.1 file.
3561 (Controlling GDB): New menu item for Auto-loading.
3562 (Auto-loading, Init File in the Current Directory)
3563 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3564 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3565 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3566 reference.
3567 (Auto-loading): Rename to ...
3568 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3569 "set auto-load python-scripts", new anchor for it. Change
3570 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3571 for it. Change "info auto-load-scripts"
3572 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3573 to "Python scripts".
3574
8264ba82
AG
35752012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3576
3577 PR mi/13393
3578 * gdb.texinfo (Print Settings): Extend the description for "set print
3579 object".
3580 (GDB/MI Variable Objects): Extend the description for -var-create and
3581 -var-list-children.
3582
06fc020f
SCR
35832012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3584
3585 * gdb.texinfo (Examining Data): Document the 'explore' command.
3586
7191c139
JB
35872012-03-28 Joel Brobecker <brobecker@adacore.com>
3588
3589 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3590 to the children of a varobj and its update range when -var-update
3591 returns that the varobj's type changed.
3592
3708f05e
JK
35932012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3594
3595 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3596 Create two new links fir 'objfile-gdb.py file'
3597 and 'dotdebug_gdb_scripts section'.
3598
8e0583c8
JK
35992012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 * gdb.texinfo (Auto-loading): Rename node reference
3602 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3603 Twice.
3604 (.debug_gdb_scripts section): Rename the node ...
3605 (dotdebug_gdb_scripts section): ... here.
3606 (Maintenance Commands): Also rename this node reference.
3607
7b282c5a
SCR
36082012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3609
3610 * gdb.texinfo (Python API/Values From Inferior): Add description
3611 about the new method Value.referenced_value. Add description on
3612 how Value.dereference is different (and similar) to
3613 Value.referenced_value.
3614
8320cc4f
JK
36152012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3616
3617 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3618 --init-eval-command=COMMAND, -iex.
3619 (Startup): Describe -iex and -ix. Simplify the example
3620 for "set auto-load-scripts off".
3621
481860b3
GB
36222012-03-16 Gary Benson <gbenson@redhat.com>
3623
3624 PR breakpoints/10738
3625 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3626 stating that GDB cannot set breakpoints on inlined functions.
3627 (Mode Options): Document --use-deprecated-index-sections.
3628 (Index Section Format): Document new index section version format.
3629
c4aeac85
TT
36302012-03-15 Tom Tromey <tromey@redhat.com>
3631
3632 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3633
16899756
DE
36342012-03-13 Doug Evans <dje@google.com>
3635
3636 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3637 of "reload".
3638 (Symbols): Delete docs for set/show symbol-reloading.
3639 * gdbint.texinfo (Defining Other Architecture Features): Delete
3640 SYMBOL_RELOADING_DEFAULT.
3641 * refcard.tex: Delete reference to symbol-reloading.
3642
9b224c5e
PA
36432012-03-07 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.texinfo (General Query Packets): Document new
3646 QProgramSignals packet.
3647 * gdb.texinfo (Remote configuration): Mention
3648 "program-signals-packet".
3649
169081d0
TG
36502012-03-05 Tristan Gingold <gingold@adacore.com>
3651
3652 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3653
d1feda86
YQ
36542012-03-03 Yao Qi <yao@codesourcery.com>
3655
3656 * gdb.texinfo (In-Process Agent): New node.
3657 Document new commands.
3658 (General Query Packets): Add packet `QAgent'.
3659
1faeff08
MR
36602012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3661
3662 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3663
7d74f244
DE
36642012-03-01 Scott J. Goldman <scottjg@vmware.com>
3665
3666 * gdb.texinfo (Commands In Python): Put example python macro in
3667 COMMAND_USER category rather than COMMAND_OBSCURE.
3668 Document gdb.COMMAND_USER.
3669 (User-defined Commands): Update documentation to clarify
3670 "set/show max-user-call-depth" and "show user" don't apply to python
3671 commands. Update documentation to clarify "help user-defined" may
3672 also include python commands defined as COMMAND_USER.
3673
6fe37d23
JK
36742012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 * gdb.texinfo (Startup): Add option -ex description to the option -x
3677 description.
3678
83364271
LM
36792012-02-24 Luis Machado <lgustavo@codesourcery.com>
3680
3681 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3682 condition-evaluation breakpoint parameter.
3683 Mention condition-evaluation mode being shown in "info break".
3684 (Break Conditions): Add description for target-side
3685 conditional breakpoints.
72f4393d 3686 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3687 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3688 cond-expr.
3689 (General Query Packets): Mention new ConditionalBreakpoint feature.
3690
bdb1994d
TT
36912012-02-22 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3694
4d241c86
TT
36952012-02-17 Tom Tromey <tromey@redhat.com>
3696
3697 PR python/10753:
3698 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3699 directory.
3700
816338b5
SS
37012012-02-14 Stan Shebs <stan@codesourcery.com>
3702
3703 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3704
cc30c4bd
PA
37052012-02-13 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3708 mips-idt-ecoff.
3709
035d1e5b
YQ
37102012-02-09 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3713
f0823d2c
TT
37142012-02-07 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3717 Symbol.value.
3718
64e7d9dd
TT
37192012-02-07 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3722
4220b2f8
TS
37232012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3724
3725 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3726
edcc5120
TT
37272012-01-24 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3730 unload".
3731 (Files): Mention new catch commands.
3732 (GDB/MI Async Records): Likewise.
3733
53fe1783
GB
37342012-01-24 Gary Benson <gbenson@redhat.com>
3735
3736 Delete #if 0'd out code.
3737 * gdb.texinfo (Frame Info): Remove "info catch".
3738
b9e7b9c3
UW
37392012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3740
3741 * gdb.texinfo (Remote Configuration): Document
3742 "set remote hostio-readlink-packet" command.
3743 (General Query Packets): Document vFile:readlink packet.
3744
4aac40c8
TT
37452012-01-16 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.texinfo (Specify Location): Document relative file name
3748 handling.
3749
cafec441
TT
37502012-01-16 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3753
0ee339bc
JK
37542012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3755 Eli Zaretskii <eliz@gnu.org>
3756
3757 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3758 code.
3759
72384ba3
PH
37602012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3761
3762 * gdb.texinfo (Variables): Document use of :: for non-static
3763 variables.
3764
ce1b17c4
JB
37652012-01-05 Joel Brobecker <brobecker@adacore.com>
3766
3767 * gdbint.texinfo (Start of New Year Procedure): Update
3768 to replace use of copyright.sh by use of copyright.py.
3769
217bff3e
JK
37702012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 Remove the gdbtui binary.
3773 * all-cfg.texi (GDBTUI): Remove.
3774 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3775 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3776 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3777
cc72b2a2
KP
37782011-12-23 Kevin Pouget <kevin.pouget@st.com>
3779
3780 Introduce gdb.FinishBreakpoint in Python.
3781 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3782 (Python API): Add menu entry for Finish Breakpoints.
3783
13ac8d2c
JK
37842011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3785
3786 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3787 tests.
3788
e0f9f062
DE
37892011-12-16 Doug Evans <dje@google.com>
3790
3791 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3792
80b6e756
PM
37932011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3794
1c3ad6ab 3795 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3796 stack". Add documentation for "set/show python print-stack".
3797
2fb860fc
PA
37982011-12-14 Pedro Alves <pedro@codesourcery.com>
3799
3800 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3801 should transfer control to the stub in the startup code instead of
3802 in main. Mention the need to get past the initial breakpoint.
3803
f8eba3c6
TT
38042011-12-06 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.texinfo (Set Breaks): Update for new behavior.
3807
2268b414
JK
38082011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3809
3810 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3811 List Format for SVR4 Targets'.
3812 (General Query Packets): New item qXfer:libraries-svr4:read.
3813 (Library List Format for SVR4 Targets): New node.
3814
ae6f0d5b
TT
38152011-12-01 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3818 add.
3819
36dfb11c
TT
38202011-11-22 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3823 reasons.
3824
f196051f
SS
38252011-11-20 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3828 note-related options and variables.
3829 (Tracepoint Packets): Document packet changes.
3830
f85b53f8
SD
38312011-11-20 Sanjoy Das <sdas@igalia.com>
3832
3833 * gdb.texinfo (JIT Interface): Add documentation on writing and
3834 usind JIT debug info readers.
3835 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3836 Debug Info Readers): New nodes.
3837
bfccc43c
YQ
38382011-11-18 Yao Qi <yao@codesourcery.com>
3839
3840 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3841 tracepoint.
3842
c011a4f4
DE
38432011-11-15 Doug Evans <dje@google.com>
3844
3845 * gdb.texinfo (Files): Document basenames-may-differ.
3846
ed59ded5
DE
38472011-11-14 Doug Evans <dje@google.com>
3848
3849 * gdb.texinfo (Shell Commands): Document "!".
3850
405f8e94
SS
38512011-11-14 Stan Shebs <stan@codesourcery.com>
3852 Kwok Cheung Yeung <kcy@codesourcery.com>
3853
3854 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3855 needed to get shorter fast tracepoints.
3856 (Tracepoint Packets): Document new qTMinFTPILen packet.
3857
1e4d1764
YQ
38582011-11-14 Yao Qi <yao@codesourcery.com>
3859
3860 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3861 behavior of tracepoint.
3862 (General Query Packets): New feature InstallInTrace.
3863 (Remote Configuration): Document "set remote
3864 install-in-trace-packet".
3865
71eba9c2 38662011-11-12 Matt Rice <ratmice@gmail.com>
3867
3868 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3869 Add arguments to info macro.
3870
e0f8f636
TT
38712011-11-10 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3874 manual.
3875 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3876 (Macros): Add a footnote.
3877 (C): Remove paragraph about compiler options.
3878 (C Constants): Mention wide character and string constants.
3879 (C Plus Plus Expressions): Update compiler option advice. Mention
3880 using declarations. Mention ADL. Remove old HP compiler
3881 information.
3882
625c0d47
TT
38832011-11-10 Tom Tromey <tromey@redhat.com>
3884
3885 PR c++/9257:
3886 * gdb.texinfo (Print Settings): Add an extra note about the need
3887 for a vtable.
3888
4be2aacc
MR
38892011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3890
3891 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3892 "set mips abi" documentation.
3893
0a1c4d10
DE
38942011-11-04 Doug Evans <dje@google.com>
3895
3896 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3897
aad1c02c
TT
38982011-11-03 Tom Tromey <tromey@redhat.com>
3899
3900 * gdb.texinfo (Stopping): Add menu entry.
3901 (Continuing and Stepping): Restore @node. Use @section, not
3902 @subsection.
3903
983fb131
MR
39042011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3905
3906 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3907 designation. Fix "Specify Location" cross-reference.
3908
3065dfb6
SS
39092011-11-02 Stan Shebs <stan@codesourcery.com>
3910
3911 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3912 (General Query Packets): Describe tracenz feature.
3913 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3914
0aaaf063
PK
39152011-10-28 Paul Koning <paul_koning@dell.com>
3916
3917 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3918
2231f1fb
KP
39192011-10-27 Kevin Pouget <kevin.pouget@st.com>
3920
72f4393d 3921 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3922 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3923
5110b5df
PK
39242011-10-26 Paul Koning <paul_koning@dell.com>
3925
3926 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3927
22dbab46
PK
39282011-10-25 Paul Koning <paul_koning@dell.com>
3929
3930 PR python/13327
72f4393d 3931
22dbab46
PK
3932 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3933 fetch_lazy method.
3934
9df2fbc4
PM
39352011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3936
3937 PR python/12656
3938
3939 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3940 global_block, static_block function.
3941
f05e2e1d
TT
39422011-10-19 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.texinfo (Commands In Python): Add missing "@"s.
3945
a7fc3f37
KP
39462011-10-13 Kevin Pouget <kevin.pouget@st.com>
3947
3948 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3949 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3950 constants.
3951
5048e516
JK
39522011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 Fix compatibility with texinfo versions older than 4.12.
3955 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3956 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3957 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3958 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3959 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3960 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3961 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3962
5a56e9c5
DE
39632011-10-09 Doug Evans <dje@google.com>
3964
3965 * gdb.texinfo (Extending GDB): Document alias command.
3966
36b11add
JK
39672011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 Support @entry in input expressions.
3970 * gdb.texinfo (Variables): Describe @entry names suffix.
3971 (Print Settings): Add anchor for `set print entry-values'.
3972
e18b2753
JK
39732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3974 Eli Zaretskii <eliz@gnu.org>
3975
3976 Display @entry parameter values (without references).
3977 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3978 example.
3979 (Print Settings): New description of set print entry-values and show
3980 print entry-values.
3981
111c6489
JK
39822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3983 Eli Zaretskii <eliz@gnu.org>
3984
3985 Recognize virtual tail call frames.
3986 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3987 (Tail Call Frames): New node.
3988 (Frames In Python): Add gdb.TAILCALL_FRAME.
3989
9c15afc4
DE
39902011-10-07 Doug Evans <dje@google.com>
3991
3992 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3993 register_pretty_printer.
3994
99f5279d
PM
39952011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3996
3997 PR python/12930
3998 PR python/12802
3999
4000 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4001 stop method.
4002
03583c20
UW
40032011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4004
4005 * gdb.texinfo (Starting your Program): "set disable-randomization"
4006 is no longer Linux-specific.
4007 (Remote Configuration): Document "set remote
4008 disable-randomization-packet".
4009 (General Query Packets): Document "QDisableRandomization" packet
4010 and add it to "qSupported" list.
4011
bd054e06
KP
40122011-10-07 Kevin Pouget <kevin.pouget@st.com>
4013
4014 Allow Python notification of new object-file loadings.
4015 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4016 event type.
4017
cb6be26b
KP
40182011-10-04 Kevin Pouget <kevin.pouget@st.com>
4019
4020 PR python/12691: Add the inferior to Python exited event
4021 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4022
a05336a1
JB
40232011-10-03 Joel Brobecker <brobecker@adacore.com>
4024
4025 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4026 rephasing.
4027
5d77fe44
JB
40282011-10-03 Joel Brobecker <brobecker@adacore.com>
4029
4030 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4031 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4032 as possible feature returned by the `-list-features'
4033 command.
4034
699df94d
PK
40352011-09-28 Paul Koning <paul_koning@dell.com>
4036
4037 * gdb.texinfo (gdb.Type): Document field access by dictionary
4038 key syntax.
4039
24bdad53
YQ
40402011-09-28 Yao Qi <yao@codesourcery.com>
4041
4042 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4043 Add one space after option `-s'. Remove @r{} markup.
4044
6710bf39
SS
40452011-09-27 Stan Shebs <stan@codesourcery.com>
4046
4047 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4048
d99f7e48
HZ
40492011-09-16 Hui Zhu <teawater@gmail.com>
4050
4051 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4052 to *(unsigned char *)$esp@300.
4053
d812018b
PK
40542011-09-15 Paul Koning <paul_koning@dell.com>
4055
4056 * gdb.texinfo: Make style of Python functions and methods match
4057 the syntax of Python. Also put class and module names explicitly
4058 on function, member, and variable names, matching Python
4059 documentation conventions.
72f4393d 4060
2aa48337
KP
40612011-09-15 Kevin Pouget <kevin.pouget@st.com>
4062
4063 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4064 * gdb.texinfo (Inferiors In Python): Describe new
4065 gdb.selected_inferior() function.
4066
6839b47f
KP
40672011-09-15 Kevin Pouget <kevin.pouget@st.com>
4068
4069 Handle multiple breakpoint hits in Python interface:
4070 * gdb.texinfo (Events In Python): New function documentation:
4071 gdb.BreakpointEvent.breakpoints. Indicate that
4072 gdb.BreakpointEvent.breakpoint is now deprecated.
4073
26829f2b
JB
40742011-09-04 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4077
a9f54f60
TT
40782011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4079
4080 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4081
fa3a4f15
PM
40822011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4083
72f4393d
L
4084 * gdb.texinfo (Prompt): Add set/show extended-prompt
4085 documentation
4086 (Basic Python): Add prompt_hook anchor.
4087 (Python modules): Reword module text to reflect multiple modules.
4088 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4089
224bbe49
YQ
40902011-08-14 Yao Qi <yao@codesourcery.com>
4091
78d85199
YQ
4092 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4093
40942011-08-14 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4097 (TIC6x Features): New node.
4098
457e09f0
DE
40992011-08-12 Doug Evans <dje@google.com>
4100
4101 * gdb.texinfo (Symbols In Python): Document symbol.type.
4102
5e239b84
PM
41032011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4104
4105 * gdb.texinfo (Python): Document command and function
4106 auto-loading.
4107
177bc839
JK
41082011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4109 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4112 typedefs unrolling. Extend the sample code by an inner typedef and
4113 outer typedefs unrolling.
4114
1a532630
PP
41152011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4116
4117 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4118 size and line-size.
4119
9b158ba0 41202011-07-21 Matt Rice <ratmice@gmail.com>
4121
4122 PR macros/12999
4123 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4124 Update text and cindex entries for info macro command.
4125
d17b6f81
PM
41262011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4127
4128 * observer.texi (GDB Observers): Add before_prompt observer.
4129 * gdb.texinfo (Basic Python): Add documentation for prompt
4130 substitution.
4131
713389e0
PM
41322011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4133
72f4393d 4134 PR python/12438
713389e0 4135 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4136 set/show python print-stack. Document set/show python
4137 print-backtrace.
713389e0 4138
177b42fe
TJB
41392011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4140
4141 * gdb.texinfo: Fix typos.
4142
900e11f9
JK
41432011-07-01 Tom Tromey <tromey@redhat.com>
4144
4145 * gdb.texinfo (Debugging Output): Document set debug
4146 check-physname.
4147
39c4d40a
TT
41482011-06-29 Tom Tromey <tromey@redhat.com>
4149
4150 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4151 breakpoint-notifications feature.
4152
6f5def7d
UW
41532011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4154
4155 * gdb.texinfo (Target Description): Remove warning about
4156 possibly unstable format.
4157
8cf64490
TT
41582011-06-03 Tom Tromey <tromey@redhat.com>
4159
4160 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4161 (Events In Python): Note that exit_code is optional.
4162
393eab54
PA
41632011-05-17 Pedro Alves <pedro@codesourcery.com>
4164
4165 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4166 required for multi-threading support.
4167 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4168 Hc are deprecated for multi-threading debugging. Point readers at
4169 the vCont packet.
4170
75fc9810
DE
41712011-05-15 Doug Evans <dje@google.com>
4172
4173 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4174
01124a23
DE
41752011-05-13 Doug Evans <dje@google.com>
4176
98a5dd13
DE
4177 * gdb.texinfo (Threads): Document $sdir,$pdir.
4178 (Server): Document $pdir exception.
4179
dbaefcf7
DE
4180 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4181
cc63ef9b
DE
4182 * gdb.texinfo (Threads): Clarify default value for
4183 libthread-db-search-path.
7e0396aa 4184
01124a23
DE
4185 * gdb.texinfo (Completion): Update example.
4186 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4187
d248b706
KY
41882011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4189
4190 * gdb.texinfo: Document change in the behaviour of the enable and
4191 disable GDB commands when applied to tracepoints.
4192 Document the EnableDisableTracepoints remote stub feature.
4193 Document QTEnable and QTDisable in the list of tracepoint packets.
4194
cc88a640
JK
41952011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4198 hsuser.texi.
4199 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4200 comment to hsuser.texi. Change rluser.texi name in the comment.
4201
84e578fb
DE
42022011-05-10 Doug Evans <dje@google.com>
4203
4204 * gdb.texinfo (Threads): If an empty path is provided for
4205 libthread-db-search-path it is reset to its default value.
4206 (Server): Ditto.
4207
478aac75
DE
42082011-05-09 Doug Evans <dje@google.com>
4209
4210 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4211
9c06b0b4
TJB
42122011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4213 Thiago Jung Bauermann <bauerman@br.ibm.com>
4214
4215 Implement support for PowerPC BookE masked watchpoints.
4216 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4217 (PowerPC Embedded): Mention support of masked watchpoints.
4218
9ed350ad
JB
42192011-05-03 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4222 `@value{GDBN}'.
4223
4ceed123
JB
42242011-05-03 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdb.texinfo (titlepage): Remove dedication.
4227 (In Memoriam): New appendix.
4228
559a7a62
JK
42292011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4230 Eli Zaretskii <eliz@gnu.org>
4231
4232 * gdb.texinfo (Index Section Format): Change the version to 5.
4233 Describe the different formula.
4234
03f2bd59
JK
42352011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4236 Eli Zaretskii <eliz@gnu.org>
4237
4238 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4239 for disconnected tracing.
4240 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4241 extended-remote relationship. Mention --once.
4242 (TCP port allocation lifecycle of @code{gdbserver}): New.
4243
d9b1a651
EZ
42442011-04-23 Eli Zaretskii <eliz@gnu.org>
4245
4246 * gdb.texinfo (Server): Improve indexing. Index all optional
4247 switches to gdbserver.
4248
90476074
TT
42492011-04-20 Tom Tromey <tromey@redhat.com>
4250
4251 * gdb.texinfo (Index Section Format): New node.
4252 (Top): Add new node to menu.
4253
c21236dc
PA
42542011-04-20 Pedro Alves <pedro@codesourcery.com>
4255
4256 * gdb.texinfo (Maintenance Commands): Document `maint print
4257 remote-registers'.
4258
05c8c3f5
TT
42592011-04-20 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Trace File Format): Move node later.
4262
7a9dd1b2
TT
42632011-04-19 Tom Tromey <tromey@redhat.com>
4264
4265 * gdbint.texinfo (Register Information Functions): Remove
4266 duplicate "the".
4267 * gdb.texinfo (Emacs): Remove duplicate "to".
4268 (GDB/MI Variable Objects): Remove duplicate "the".
4269 (General Query Packets): Likewise.
4270
4368ebeb
JB
42712011-04-02 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4274 "GDB/MI Ada Exception Information" node.
4275
956a9fb9
JB
42762011-04-01 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4279 the "exception-name" field in the *stopped async record.
4280
f1310107
TJB
42812011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4282 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4283
4284 Implement support for PowerPC BookE ranged breakpoints.
4285 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4286
8786b2bd
TT
42872011-03-28 Tom Tromey <tromey@redhat.com>
4288
4289 * gdb.texinfo (Set Tracepoints): Fix typo.
4290
9ef07c8c
TT
42912011-03-24 Tom Tromey <tromey@redhat.com>
4292
4293 * gdb.texinfo (Specify Location): Document `function:label'
4294 linespec.
4295
99c3dc11
PM
42962011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4297
f1310107 4298 PR python/12149
99c3dc11
PM
4299
4300 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4301
29703da4
PM
43022011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4303
4304 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4305 (Inferiors In Python): Likewise.
4306 (Threads In Python): Likewise.
4307 (Symbols In Python): Likewise.
4308 (Objfiles In Python): Likewise.
4309 (Symbol Tables In Python): Likewise.
4310
c9174737
PA
43112011-03-15 Pedro Alves <pedro@codesourcery.com>
4312
4313 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4314 display>: Explain that the commands accept number ranges.
4315
7371cf6d
PM
43162011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4317
4318 * gdb.texinfo (Breakpoints In Python): Add description and example
4319 of Python stop function operation.
4320
ecec24e6
PM
43212011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4322
4323 * gdb.texinfo (Parameters In Python): Document get_set_string and
4324 get_show_string methods.
4325
6dcd5565
JK
43262011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4329
81896e36
JK
4330 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4331 circular-trace-buffer name.
4332
5e30da2c
JB
43332011-02-28 Joel Brobecker <brobecker@adacore.com>
4334
4335 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4336 in the previous change.
4337
3bd0f5ef 43382011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4339
72f4393d 4340 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4341 that they can accept multiple arguments.
4342
4ec7539c
JB
43432011-02-24 Joel Brobecker <brobecker@adacore.com>
4344
4345 Revert the following patch (code patch was not approved):
4346 2011-02-21 Hui Zhu <teawater@gmail.com>
4347 * agentexpr.texi (bytecode descriptions): add printf.
4348 * gdb.texinfo (tracepoint action lists): add printf.
4349
82809774
DE
43502011-02-23 Doug Evans <dje@google.com>
4351
4352 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4353
e5a67952
MS
43542011-02-23 Michael Snyder <msnyder@vmware.com>
4355
4356 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4357 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4358 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4359
6e6fbe60
DE
43602011-02-22 Doug Evans <dje@google.com>
4361
4362 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4363 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4364 add description of result, fix @defun formatting.
4365
f994e27a
HZ
43662011-02-21 Hui Zhu <teawater@gmail.com>
4367
4368 * agentexpr.texi (Bytecode Descriptions): Add printf.
4369 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4370
c7f96d2b
TT
43712011-02-18 Tom Tromey <tromey@redhat.com>
4372
4373 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4374
60f98dde
MS
43752011-02-14 Michael Snyder <msnyder@vmware.com>
4376
4377 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4378 Document new command "thread find".
4379
08e796bc
MS
43802011-02-14 Michael Snyder <msnyder@vmware.com>
4381
4382 * gdb.texinfo (Threads): Update example of new thread message.
4383
b3b9301e
PA
43842011-02-14 Pedro Alves <pedro@codesourcery.com>
4385
4386 * gdb.texinfo (Remote Configuration): Mention set/show remote
4387 traceframe-info.
4388 (Tools/Packages Optional for Building GDB): Mention that expat is
4389 used for traceframe info.
4390 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4391 (General Query Packets) <qSupported>: Describe the
4392 qXfer:traceframe-info:read feature.
4393 (qXfer::read): Describe qXfer:traceframe-info:read.
4394 (Traceframe Info Format): New section.
4395
cef35b0f
PA
43962011-02-04 Pedro Alves <pedro@codesourcery.com>
4397
4398 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4399 for casts and unary operators.
4400
f1cbe1d3
TT
44012011-02-04 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4404 is not useful.
4405
585fdaa1
PA
44062011-01-25 Pedro Alves <pedro@codesourcery.com>
4407
4408 * gdb.texinfo: s/value optimized out/optimized out/g
4409
7bfc9434
JB
44102011-01-21 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.texinfo (Other Misc Settings): Rework part of the
4413 documentation of the "set interactive mode" command.
4414
4694da01
TT
44152011-01-19 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.texinfo (Threads): Document thread name output and `thread
4418 name' command.
4419 (Threads In Python): Document Thread.name attribute.
4420 (GDB/MI Thread Commands): Document thread attributes.
4421
b716877b
AB
44222011-01-12 Andrew Burgess <aburgess@broadcom.com>
4423
4424 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4425 changes in mi/mi-cmd-disas.c
4426
13fd8b81
TT
44272011-01-12 Tom Tromey <tromey@redhat.com>
4428
4429 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4430 Fix "thread apply" text.
4431
e09342b5
TJB
44322011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4433 Thiago Jung Bauermann <bauerman@br.ibm.com>
4434
4435 Implement support for PowerPC BookE ranged watchpoints.
4436 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4437 the "set powerpc exact-watchpoints" flag.
4438
06e65f44
TT
44392011-01-07 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.texinfo (Python API): Add descriptions to @menu items.
4442
d8e22779
TT
44432011-01-06 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4446
a255712f
PP
44472010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4448
e09342b5 4449 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4450
ccfc3d6e
TT
44512011-01-06 Tom Tromey <tromey@redhat.com>
4452
4453 PR python/12133:
4454 * gdb.texinfo (Frames In Python): Document various frame
4455 constants.
4456
44944448
JB
44572011-01-05 Joel Brobecker <brobecker@adacore.com>
4458
4459 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4460 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4461 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4462
42ea3d7a
JK
44632011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4466 (clean): Add GDBvn.texi.
4467
720d1a40
JB
44682010-12-29 Joel Brobecker <brobecker@adacore.com>
4469
4470 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4471 occasional case where the debugger prints an array address
4472 instead of the array itself.
4473
ad196637
PA
44742010-12-23 Pedro Alves <pedro@codesourcery.com>
4475
4476 * gdb.texinfo (Packets) <read registers packet>: Document support
4477 for registers that were not collected.
4478
a86caf66
DE
44792010-12-15 Doug Evans <dje@google.com>
4480
4481 * gdb.texinfo (Startup): Document auto-loading of scripts during
4482 startup.
4483 (Auto-loading): Delete "maint set python auto-load on|off".
4484 Add "set auto-load-scripts on|off".
4485
aae1c79a
DE
44862010-12-07 Doug Evans <dje@google.com>
4487
4488 * gdb.texinfo (Mode Options): Document -data-directory.
4489 (Data Files): Add reference to -data-directory.
4490
4e04c971
DE
44912010-11-29 Doug Evans <dje@google.com>
4492
4493 * gdb.texinfo (Pretty-Printer Introduction): Change
4494 printer-name:subprinter-name to printer-name;subprinter-name.
4495
94b6973e
PM
44962010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4497
72f4393d 4498 PR python/12199
94b6973e
PM
4499
4500 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4501
39037522
TT
45022010-11-23 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4505 (Editing): Likewise.
4506 (Command History): Likewise.
4507 (TUI Keys): Likewise.
4508 (Bug Reporting): Conditionally include rluser.texi and
4509 inc-history.texinfo.
4510 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4511 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4512 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4513 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4514 (gdb.pdf): Likewise.
4515 (gdb.info): Likewise.
4516 (gdb/index.html): Likewise.
4517
5ae98d25
TT
45182010-11-23 Tom Tromey <tromey@redhat.com>
4519
4520 * Makefile.in (Makefile): Run ../config.status.
4521 (distclean): Update.
4522 * configure: Remove.
4523 * configure.ac: Remove.
4524
621c8364
TT
45252010-11-12 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.texinfo (Basic Python): Update. Add xref.
4528 (Exception Handling): Document new exception classes.
4529 (Types In Python): Update.
4530 (Frames In Python): Update.
4531
84f4c1fe
PM
45322010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4533
4534 * gdb.texinfo (Breakpoints In Python): Document "internal"
4535 parameter, and visible attribute.
4536
99e7ae30
DE
45372010-11-05 Doug Evans <dje@google.com>
4538
4539 * gdb.texinfo (Source Path): Document "set directories".
4540
f4b8a18d
KW
45412010-11-05 Ken Werner <ken.werner@de.ibm.com>
4542
4543 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4544 (OpenCL C): New node.
4545
7b51bc51
DE
45462010-11-02 Doug Evans <dje@google.com>
4547
4548 * gdb.texinfo (Pretty Printing): Expand into three sections,
4549 introduction, example, and commands.
4550 (Python API): Delete section Disabling Pretty-Printers, merge into
4551 Selecting Pretty-Printers.
4552 (Writing a Pretty-Printer): New section. Move the pretty-printer
4553 example here, and reformat to match python coding style. Add a second
4554 example using the gdb.printing module.
4555 (Python modules): Add gdb.printing.
4556
9eeee977
DE
45572010-10-29 Doug Evans <dje@google.com>
4558
4559 * gdb.texinfo (Python): Fix long line.
4560
a0e0ffdf
DE
45612010-10-20 Doug Evans <dje@google.com>
4562
4563 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4564 All references updated. Correct sections marked as subsections.
4565 (Coding Standards): New chapter. Move the coding standard related
4566 subsections here. Add section on Python coding standards.
4567
0e3509db
DE
45682010-10-13 Doug Evans <dje@google.com>
4569
4570 * gdb.texinfo (Python): Add "Python modules".
4571 (Types in Python): Add reference to gdb.types section.
4572 (Python modules): New node.
4573
44592cc4
DE
45742010-10-11 Doug Evans <dje@google.com>
4575
4576 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4577 Python" from gdb.Value.type description.
4578
6e1bb179
JB
45792010-09-28 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.texinfo (Ravenscar Profile): New node.
4582
e8467610
TT
45832010-09-22 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4586
fccd1d1e
EZ
45872010-09-22 Eli Zaretskii <eliz@gnu.org>
4588
4589 * gdb.texinfo (Values From Inferior): Clarify that
4590 value.dynamic_type works only in C++ programs with RTTI.
4591
c1b6b909
TT
45922010-09-15 Paul Bolle <pebolle@tiscali.nl>
4593
4594 * gdb.texinfo (Character Sets): Correctly reference host-charset
4595 in example.
4596
7d288aaa
TT
45972010-09-13 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4600 Document "fullname" and "from".
4601
f75d858b
MK
46022010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4603
4604 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4605 feature `reverse' output by -list-target-features.
4606
83b9503b
L
46072010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4608
4609 * gdb.texinfo (i386 Features): Remove an extra "@item".
4610
03f17ccf
TT
46112010-08-30 Tom Tromey <tromey@redhat.com>
4612
4613 PR python/11792:
4614 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4615
9779414d
DJ
46162010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 * gdb.texinfo (ARM Features): Document
4619 org.gnu.gdb.arm.m-profile.
4620
f9ffd4bb
TT
46212010-08-23 Tom Tromey <tromey@redhat.com>
4622
4623 PR python/11145:
4624 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4625 reinterpret_cast methods.
4626
702c2711
TT
46272010-08-23 Tom Tromey <tromey@redhat.com>
4628
4629 PR python/11915:
4630 * gdb.texinfo (Types In Python): Document array method.
4631
66b73624
TJB
46322010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4633
4634 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4635
06a64a0b
TT
46362010-08-16 Tom Tromey <tromey@redhat.com>
4637
4638 * gdb.texinfo (Set Watchpoints): Document -location option.
4639
a3a7127e
DE
46402010-08-13 Doug Evans <dje@google.com>
4641
4642 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4643
8dedea02
VP
46442010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4645
4646 * gdb.texinfo (GDB/MI Data Manipulation): Document
4647 -data-read-memory-raw and -data-write-memory-raw.
4648
ca5c20b6 46492010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4650 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4651
4652 * gdb.texinfo (Basic Python): Describe post_event API.
4653
cb2e07a6
PM
46542010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4655
4656 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4657 decode_line Python APIs
cb2e07a6 4658
464b3efb
TT
46592010-08-10 Tom Tromey <tromey@redhat.com>
4660
4661 * gdb.texinfo (Pretty Printing API): Document
4662 gdb.default_visualizer.
4663
c29c521f
TT
46642010-08-10 Tom Tromey <tromey@redhat.com>
4665
4666 Revert gdb-add-index addition:
4667 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4668
5da1313b
JK
46692010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4670 Eli Zaretskii <eliz@gnu.org>
4671
4672 * gdb.texinfo (Mode Options) <-batch>
4673 (Basic Python) <gdb.execute>: Describe setting width and height.
4674
02d868e8
PP
46752010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4676
4677 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4678
c2bbed2a
TT
46792010-07-30 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.texinfo (Index Files): Mention gdb-add-index.
4682
6c13bbe1
HZ
46832010-07-30 Hui Zhu <teawater@gmail.com>
4684
4685 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4686 "detach inferior" and "kill inferior".
4687
53a71c06
CR
46882010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4689
4690 * gdb.texinfo (Machine Code): Update description of two forms of
4691 arguments, and add new example to demonstrate the new form.
4692
5374244e
PM
46932010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4694
4695 * gdb.texinfo (Values From Inferior): Add value inferior function
4696 call description.
4697
8ea5bce5
JK
46982010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4701
c0edd9ed
JK
47022010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4703 Eli Zaretskii <eliz@gnu.org>
4704
4705 Make core files the process_stratum.
4706 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4707 record_stratum example.
4708
9291a0cd
TT
47092010-07-13 Tom Tromey <tromey@redhat.com>
4710
4711 * gdb.texinfo (Index Files): New node.
4712
f5011d11
TT
47132010-07-13 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4716
0f5238ed
TT
47172010-07-13 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.texinfo (Specify Location): Document labels.
4720
74c761c1
PA
47212010-07-01 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4724 entries for fast tracepoints and static tracepoints.
4725
501994c0
PA
47262010-07-01 Pedro Alves <pedro@codesourcery.com>
4727
4728 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4729 qsThreadInfo>: Spell out `l' as ell.
4730
0fb4aa4b
PA
47312010-07-01 Pedro Alves <pedro@codesourcery.com>
4732
4733 * gdb.texinfo (Convenience Variables): Document $_sdata.
4734 (Commands to Set Tracepoints): Describe static tracepoints. Add
4735 `Listing Static Tracepoint Markers' menu entry. Document
4736 "strace".
4737 (Tracepoint Action Lists): Document collecting $_sdata.
4738 (Listing Static Tracepoint Markers): New subsection.
4739 (Tracepoints support in gdbserver): Mention static tracepoints.
4740 (remote packets, enabling and disabling): Mention
4741 read-sdata-object.
4742 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4743 and StaticTracepoint.
4744 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4745 Document qXfer:sdata:read.
4746 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4747
dc3b15be
JB
47482010-06-29 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4751
595939de
PM
47522010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4753 Tom Tromey <tromey@redhat.com>
4754 Thiago Jung Bauermann <bauerman@br.ibm.com>
4755
4756 * gdb.texinfo (Inferiors In Python): New node.
4757 * gdb.texinfo (Threads In Python): New node.
4758
9279c692
JB
47592010-06-28 Joel Brobecker <brobecker@adacore.com>
4760
4761 * gdb.texinfo (Python): Document what the python directory is
4762 and what its location is.
4763 (Basic Python): Document the gdb.PYTHONDIR constant.
4764
bc9f0842
TT
47652010-06-25 Tom Tromey <tromey@redhat.com>
4766
4767 PR python/10808:
4768 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4769
f1421989
HZ
47702010-06-24 Hui Zhu <teawater@gmail.com>
4771
4772 * gdb.texinfo: (Commands for Controlled Output): Add
4773 documentation for command "eval".
4774
e4c0cfae
SS
47752010-06-21 Stan Shebs <stan@codesourcery.com>
4776
4777 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4778 * annotate.texinfo: Ditto.
4779 * gdbint.texinfo: Ditto.
4780 * stabs.texinfo: Ditto.
4781
bb08c432
HZ
47822010-06-22 Hui Zhu <teawater@gmail.com>
4783
4784 * gdb.texinfo: (Process Record and Replay): Add documentation
4785 for command "set record memory-query".
4786
4f5d9f07
SS
47872010-06-21 Stan Shebs <stan@codesourcery.com>
4788
4789 * gdb.texinfo: Relicense under GFDL version 1.3.
4790 * annotate.texinfo: Relicense under GFDL version 1.3.
4791 * gdbint.texinfo: Relicense under GFDL version 1.3.
4792 * stabs.texinfo: Relicense under GFDL version 1.3.
4793 * fdl.texi: Update to version 1.3.
4794
6aed2dbc
SS
47952010-06-18 Stan Shebs <stan@codesourcery.com>
4796
a61408f8
SS
4797 * gdb.texinfo (Operating System Auxiliary Information): Describe
4798 "info os" when no arguments given.
4799
6aed2dbc
SS
4800 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4801 $_thread.
4802
24e933df
HZ
48032010-06-18 Hui Zhu <teawater@gmail.com>
4804
4805 * gdb.texinfo: (Process Record and Replay): Add documentation
4806 for commands "record save" and "record restore".
4807
65d79d4b
SDJ
48082010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4809
4810 * gdb.texinfo: Include information about the correct use
4811 of addresses in the `watch' command.
4812
d914c394
SS
48132010-06-11 Stan Shebs <stan@codesourcery.com>
4814
4815 * gdb.texinfo (Observer Mode): New section.
4816 (General Query Packets): Document QAllow.
889bf7c5 4817
967cf477
DE
48182010-06-04 Doug Evans <dje@google.com>
4819
4820 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4821
aaf4119b
DE
48222010-06-03 Doug Evans <dje@google.com>
4823
4824 * gdbint.texinfo (Coding): Add subsection on command names.
4825
9eae7c52
TT
48262010-06-02 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4829 always-disassemble.
4830
fa593d66
PA
48312010-06-01 Pedro Alves <pedro@codesourcery.com>
4832
4833 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4834 gdbserver, and add cross reference.
4835 (Tracepoints support in gdbserver): New subsection.
4836
dde08ee1
PA
48372010-05-26 Pedro Alves <pedro@codesourcery.com>
4838
4839 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4840 `qRelocInsn' feature.
4841 (Relocate instruction reply packet): New subsection
4842 of `Tracepoint Packets'.
4843 (Tracepoint Packets): Mention that packets QTDP and QTStart
4844 support the qRelocInsn request, and add cross reference to new
4845 subsection.
4846
07ca107c
DE
48472010-05-25 Doug Evans <dje@google.com>
4848
4849 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4850 (Commands In Python): Document gdb.string_to_argv.
4851
c25c4a8b
JK
48522010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4855 ATTR_NORETURN.
4856
d7b32ed3 48572010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4858 Tom Tromey <tromey@redhat.com>
4859 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4860
c25c4a8b 4861 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4862
6aecb9c2
JB
48632010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4864
4865 * gdb.texinfo: (Summary) Add mention about D language support.
4866 (Filenames): Add D suffixes.
4867 (D): New node.
4868
b7da9e9f
PM
48692010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4870
4871 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4872 of macro deleted from GDB code.
4873
ab38a727
PA
48742010-04-24 Pedro Alves <pedro@codesourcery.com>
4875
4876 * gdb.texinfo (Commands to specify files): Describe what how GDB
4877 looks up DOS-based filesystem paths on the system root. Document
4878 the new `set/show target-file-system-kind' commands.
4879
66d09542
DE
48802010-04-23 Doug Evans <dje@google.com>
4881
4882 * gdb.texinfo (Python): Move Auto-loading section here ...
4883 (Python API): from here.
4884 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4885 (Maintenance Commands): Add docs for "maint print section-scripts".
4886
8bd10a10
CM
48872010-04-20 Chris Moller <cmoller@redhat.com>
4888
4889 * gdb.texinfo (Setting Breakpoints): Added description of
4890 filename-qualified rbreak.
4891 * refcard.tex (Breakpoints and Watchpoints): Added brief
4892 description of filename-qualified rbreak.
4893
4c374409
JK
48942010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4897 (Python API): Change the reference to Pretty Printing API.
4898 (Pretty Printing): Move the user part under the Data node. Reformat
4899 the sample output to 72 columns. Create a new reference to Pretty
4900 Printing API. Rename the API part ...
4901 (Pretty Printing API): To a new node name.
4902 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4903 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4904
5a9351ae
SS
49052010-04-21 Stan Shebs <stan@codesourcery.com>
4906
4907 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4908 and commands.
5a9351ae 4909 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4910
9a22f0d0
PM
49112010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4912
4913 * gdb.texinfo (Examining memory): Update for change in string
4914 display with explicit size.
4915
6149aea9
PA
49162010-04-19 Pedro Alves <pedro@codesourcery.com>
4917
4918 PR breakpoints/8554.
4919
4920 * gdb.texinfo (Save Breakpoints): New node.
4921 (save-tracepoints): Rename to ...
4922 (save tracepoints): ... this. Mention that `save-tracepoints' is
4923 a deprecated alias to `save tracepoints'.
4924
711e434b
PM
49252010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4926
645797a8 4927 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4928 (info w32 thread-information-block): Document new command.
4929 (qGetTIBAddress): Document new gdbserver query.
4930 (maint set/show show-all-tib): Document new command.
4931
3f7b2faa
DE
49322010-04-15 Doug Evans <dje@google.com>
4933
fa33c3cd
DE
4934 * gdb.texinfo (Python API): Add progspaces section.
4935 (Selecting Pretty-Printers): Progspace pretty-printers are
4936 searched too.
4937 (Progspaces In Python): New section.
4938
3f7b2faa
DE
4939 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4940
79f283fe
PM
49412010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4942
4943 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4944 returns None.
4945
87290684
SS
49462010-04-09 Stan Shebs <stan@codesourcery.com>
4947
4948 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4949 Describe the `frames-created' field, tweak grammar.
4950
a97153c7
PA
49512010-04-09 Pedro Alves <pedro@codesourcery.com>
4952
4953 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4954 Describe the `circular' and `disconnected' fields.
4955
5c5dcc1b
L
49562010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4957
4958 * gdb.texinfo (maint print registers): Mention unavailable and
4959 invisible registers.
4960
adc36818
PM
49612010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4962 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4963 Tom Tromey <tromey@redhat.com>
adc36818
PM
4964
4965 * gdb.texinfo (Breakpoints In Python): New Node.
4966
33da3f1c
SS
49672010-04-08 Stan Shebs <stan@codesourcery.com>
4968
4969 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4970 trace status fields.
4971
3a13a53b
L
49722010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4973
4974 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4975 optional. Make org.gnu.gdb.i386.avx requires
4976 org.gnu.gdb.i386.avx.
4977
08001717
DE
49782010-04-08 Doug Evans <dje@google.com>
4979
4980 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4981 search path, and document that gdb only scans the search path if
4982 the script's path doesn't specify a directory.
4983
c375651d
DE
49842010-04-05 Doug Evans <dje@google.com>
4985
4986 * gdb.texinfo (maint show python auto-load): Fix typo.
4987
af54718e
SS
49882010-04-04 Stan Shebs <stan@codesourcery.com>
4989
d77f58be
SS
4990 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4991 (Setting Watchpoints): Update description of "info watch".
4992 (Disabling Breakpoints): Only "info break" lists all.
4993
af54718e
SS
4994 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4995 (tdump): Explain how tdump works.
4996
86b17b60
PA
49972010-04-01 Pedro Alves <pedro@codesourcery.com>
4998
4999 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5000 add cross reference.
5001
ff12863f
PA
50022010-03-31 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5005 commands error out.
5006
f68eb612
L
50072010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5008
5009 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5010
c8d5aac9
L
50112010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5012
5013 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5014
7d13fe92
SS
50152010-03-29 Stan Shebs <stan@codesourcery.com>
5016 Nathan Sidwell <nathan@codesourcery.com>
5017
5018 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5019 GDBN equivalent.
5020 (Set Tracepoints): Remove mention that conditional tracepoints
5021 don't exist.
5022 (Tracepoint Actions): Clarify when while-stepping collection
5023 happens, note that while-stepping does not automatically collect
5024 $pc.
5025
409873ef 50262010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5027
409873ef
SS
5028 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5029 (General Query Packets): Describe TracepointSource.
5030
ee8e71d4
EZ
50312010-03-27 Matt Rice <ratmice@gmail.com>
5032
c8d5aac9
L
5033 * gdb.texinfo (ARM): Document arguments to "target sim".
5034 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5035
99b5e152
PA
50362010-03-26 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.texinfo (Tracepoint Packets): Remove mention that
5039 terror:string may be plain text, and drop mention of X prefix.
5040
cd64ee31
VP
50412010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5042
5043 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5044
6c28cbf2
SS
50452010-03-24 Stan Shebs <stan@codesourcery.com>
5046
5047 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5048
95a42b64
TT
50492010-03-24 Tom Tromey <tromey@redhat.com>
5050
5051 PR breakpoints/9352:
5052 * gdb.texinfo (Break Commands): Update.
5053
18148017
VP
50542010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5055
5056 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5057 commands.
5058
4daf5ac0
SS
50592010-03-16 Stan Shebs <stan@codesourcery.com>
5060
5061 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5062 circular-trace-buffer.
5063 (Tracepoint Packets): Describe QTBuffer, and details of the
5064 qTStatus reply.
5065
c9429232
SS
50662010-03-12 Stan Shebs <stan@codesourcery.com>
5067 Nathan Sidwell <nathan@codesourcery.com>
5068
5069 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5070 doing instruction stepping.
5071 (Tracepoint Restrictions): New node.
5072
ccefe4c4
TT
50732010-03-10 Tom Tromey <tromey@redhat.com>
5074
5075 * gdbint.texinfo (Symbol Handling): Update.
5076
7c953934
TT
50772010-03-08 Tom Tromey <tromey@redhat.com>
5078
5079 PR cli/9591:
5080 * gdb.texinfo (Mode Options): Mention lack of pagination and
5081 confirmation with --batch.
5082 (Screen Size): Mention --batch.
5083 (Messages/Warnings): Likewise.
5084
f870a310
TT
50852010-03-05 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.texinfo (Basic Python): Document target_charset and
5088 target_wide_charset.
5089
78e2826b
TT
50902010-03-05 Tom Tromey <tromey@redhat.com>
5091
5092 * gdb.texinfo (Data): Link to pretty-printing.
5093 (Output Formats): Likewise. Correct text.
5094
f5dff777
DJ
50952010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.texinfo (Types): Describe <struct> and <flags>.
5098
dc00d89f
PM
50992010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5100
5101 * gdb.texinfo (Frames In Python): Add block parameter and
5102 description to read_var text.
5103
5107b149 51042010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5105 Tom Tromey <tromey@redhat.com>
5107b149
PM
5106
5107 * gdb.texinfo (Types In Python): Describe block argument in
5108 template_argument and gdb.lookup_type.
5109
e03e5e7b
TT
51102010-02-24 Tom Tromey <tromey@redhat.com>
5111
5112 * gdb.texinfo (Cygwin Native): Fix typo.
5113
f3e9a817
PM
51142010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5115
5116 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5117 and select method descriptions.
5118 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5119 Tables in Python to menu.
5120 (Blocks In Python): New node.
5121 (Symbols In Python): New node.
5122 (Symbol Tables in Python): New node.
5123
a79b8f6e
VP
51242010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5125
5126 Multiexec MI
5127
5128 gdb/
5129 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5130
5131 gdb/doc/
5132 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5133 changes.
5134 (GDB/MI Program Execution): Document current behaviour of
5135 --all and --thread-group.
5136 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5137 -remove-inferior.
5138 * observer.texi (inferior_added, inferior_removed): New
5139 observers.
5140
629d6a47
TT
51412010-02-19 Tom Tromey <tromey@redhat.com>
5142
5143 * gdbint.texinfo (Getting Started): Fix @node.
5144 (Debugging GDB): Likewise.
5145
c09529e5
JB
51462010-02-13 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5149 documenting the gdb_test_timeout variable.
5150
540aa8e7
MS
51512010-02-12 Jakob Engblom <jakob@virtutech.com>
5152
5153 * gdb.texinfo (MI commands): Added documentation of --reverse
5154 option to a set of MI commands. Restructured documentation of MI
5155 commands --exec-continue to reflect the complexity of reverse
5156 execution.
5157
081dfbf7
PA
51582010-02-12 Pedro Alves <pedro@codesourcery.com>
5159
5160 * gdb.texinfo (Using the Collected Data): Specify that the address
5161 range of `tfind outsize' is exclusive, and that the address range
5162 of `tfind range' is inclusive.
5163 (Tracepoint Packets): Specify that the address range of
5164 `QTFrame:range' is inclusive, and that the address range of
5165 `QTFrame:outside' is exclusive
5166
8e9c5e02
VP
51672010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5168
5169 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5170
92981e24
TT
51712010-02-10 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.texinfo (Debugging Output): Document set debug parser and
5174 show debug parser.
5175
075b51b7
L
51762010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5177
5178 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5179 i386_eflags and i386_mxcsr.
5180
3bb8d5c3
L
51812010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5182
5183 * gdb.texinfo: Document i386 target features.
5184
c5f80513
DE
51852010-02-05 Doug Evans <dje@google.com>
5186
5187 * gdbint.texinfo (Testsuite): Add a new section to document the
5188 various DejaGnu variables that may be overridden.
1be00882 5189 Document INTERNAL_GDBFLAGS.
c5f80513 5190
6ac33a4e
TT
51912010-02-04 Tom Tromey <tromey@redhat.com>
5192
5193 PR cli/8830:
5194 * gdb.texinfo (Files): -readnow comes before the filename for file
5195 and symbol-file.
5196
a1dcb23a
DJ
51972010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5200 Document ARM breakpoint types.
5201 (Register Packet Format): Move into the new section.
5202 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5203
95433b34
JB
52042010-01-21 Joel Brobecker <brobecker@adacore.com>
5205
5206 * gdb.texinfo (File Options): Adjust the documentation of this
5207 switch to refer to the "source" command rather than partially
5208 duplicating some of the relevant information.
5209 (Extending GDB): Introduce and document the set/show script-extension
5210 setting.
5211 (Command Files): Add note explaining that the "source" command
5212 is also used to evalute scripts written in other languages.
5213 Remove the short slightly incorrect reference to sourcing Python
5214 scripts.
5215 (Python Commands): Document how to execute a Python script from GDB.
5216
8d576872
JB
52172010-01-19 Joel Brobecker <brobecker@adacore.com>
5218
5219 * gdb.texinfo (Command Files): Fix typo.
5220
8150ff9c
JB
52212010-01-18 Tom Tromey <tromey@redhat.com>
5222
5223 * gdb.texinfo (File Options): Document -x on .py files.
5224 (Command Files): Document handling of Python scripts.
5225
23db03a6
JZ
52262010-01-18 Jie Zhang <jie.zhang@analog.com>
5227
5228 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5229
00bf0b85
SS
52302010-01-15 Stan Shebs <stan@codesourcery.com>
5231
5232 * gdb.texinfo (Trace Files): New section.
5233 (Tracepoint Packets): Document QTSave and qTBuffer.
5234 (Trace File Format): New appendix.
5235
be759fcf
PM
52362010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5237
5238 * gdb.texinfo (Values From Inferior): Document lazy_string value
5239 method.
5240 (Python API): Add Lazy strings menu item.
5241 (Lazy Strings In Python): New node.
5242
dc146f7c
VP
52432010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5244
5245 * gdb.texinfo (GDB/MI Thread Information): New.
5246 (GDB/MI Async Records): Document the core field in *stopped.
5247 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5248 documentation
5249 (Process list): Document that osdata document may contain
5250 threads.
5251 (Remote Serial Protocol): Document qXfer:threads.
5252
d5551862
SS
52532010-01-06 Stan Shebs <stan@codesourcery.com>
5254
5255 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5256 disconnected tracing.
5257 (Tracepoint Packets): Document new protocol.
5258
7a697b8d
SS
52592010-01-05 Stan Shebs <stan@codesourcery.com>
5260
5261 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5262 tracepoints.
5263 (Tracepoint Packets): Describe remote protocol for fast
5264 tracepoints.
5265
e6f3ec50
JB
52662010-01-01 Joel Brobecker <brobecker@adacore.com>
5267
5268 Update the "Start of New Year Procedure".
5269 * gdbint.texinfo: Add the list of files that need to be updated
5270 manually. Minor reformatting.
5271
ddc4e9c1
JB
52722010-01-01 Joel Brobecker <brobecker@adacore.com>
5273
5274 * refcard.tex: Update copyright year in header and text.
5275
9d2897ad
JB
52762010-01-01 Joel Brobecker <brobecker@adacore.com>
5277
5278 * agentexpr.texi: Add 2010 to the list of copyright years.
5279 * annotate.texinfo: Likewise.
5280 * gdb.texinfo: Likewise.
5281 * gdbint.texinfo: Likewise.
5282 * observer.texi: Likewise.
5283 * stabs.texinfo: Likewise.
5284
6da95a67
SS
52852009-12-31 Stan Shebs <stan@codesourcery.com>
5286
5287 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5288
236f1d4d
SS
52892009-12-29 Stan Shebs <stan@codesourcery.com>
5290
5291 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5292
f61e138d
SS
52932009-12-28 Stan Shebs <stan@codesourcery.com>
5294
5295 * gdb.texinfo (Trace State Variables): New section.
5296 (Tracepoint Packets): Describe trace state variable packets.
5297 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5298 variable bytecodes.
5299
0fe7935b
DJ
53002009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5301
5302 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5303 declarations.
5304
a6b29f87
VP
53052009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5306
5307 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5308 -gdb-exit behaviour.
5309
5e4bde96
JB
53102009-12-20 Joel Brobecker <brobecker@adacore.com>
5311
5312 * gpl.texi: Update to version 3 of the GPL.
5313
a1715244
JB
53142009-12-20 Joel Brobecker <brobecker@adacore.com>
5315
5316 * Makefile.in: Update copyright header.
5317 * observer.texi: Fix the copyright header of the generated files.
5318
361ae042
PM
53192009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5320
5321 * gdb.texinfo (Types In Python): Describe range function.
5322
bfd31e71
PM
53232009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5324
5325 * gdb.texinfo (Types In Python): Describe "is_base_class".
5326
57a1d736
TT
53272009-12-03 Tom Tromey <tromey@redhat.com>
5328
5329 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5330
8cebebb9
PP
53312009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5332
5333 * observer.texi: New memory_changed observer.
5334
16af530a
TT
53352009-12-01 Tom Tromey <tromey@redhat.com>
5336
5337 * gdb.texinfo (Reverse Execution): Fix typo.
5338
b6199126
DJ
53392009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5340
5341 PR gdb/8704
5342
5343 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5344 are allowed after the breakpoint condition.
5345
7a6973ad
TT
53462009-11-23 Tom Tromey <tromey@redhat.com>
5347
5348 PR python/10782:
5349 * gdb.texinfo (Types In Python): Document Type.pointer.
5350
21a0512e
PP
53512009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5352
5353 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5354
a5832c8f
PA
53552009-11-11 Pedro Alves <pedro@codesourcery.com>
5356
5357 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5358 (Using Agent Expressions): Delete cross reference.
5359
1eb7cd77
JB
53602009-11-07 Joel Brobecker <brobecker@adacore.com>
5361
5362 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5363 and @settitle directives up to help makeinfo find them.
5364
24ddea62
JK
53652009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5368 (Auto-loading): Use plural and note one can use multiple components now.
5369
3afae151
VP
53702009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5371
5372 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5373 -stack-list-arguments have the same documentation for parameter
5374 as -stack-list-locals. Add comas.
5375
14ff2235
PM
53762009-10-27 Tom Tromey <tromey@redhat.com>
5377 Eli Zaretskii <eliz@gnu.org>
5378
c8d5aac9 5379 PR python/10781
14ff2235
PM
5380
5381 * gdb.texinfo (Values From Inferior): Document cast method.
5382
9c419145
PP
53832009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5384
5385 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5386 and adjust example.
889bf7c5 5387
29153c24
MS
53882009-10-22 Michael Snyder <msnyder@vmware.com>
5389
5390 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5391 info record command. Also document the new save and restore
29153c24
MS
5392 commands.
5393
2b28d209
PP
53942009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5395
5396 * gdb.texinfo (Machine Code): Mention current pc marker.
5397 (Memory): Likewise.
5398
6c95b8df
PA
53992009-10-19 Pedro Alves <pedro@codesourcery.com>
5400 Stan Shebs <stan@codesourcery.com>
5401
5402 * observer.texi (new_inferior): Rename to...
5403 (inferior_appeared): ... this.
5404
5405 * gdb.texinfo (Inferiors): Rename node to ...
5406 (Inferiors and Programs): ... this. Mention running multiple
5407 programs in the same debug session.
5408 <info inferiors>: Mention the new 'Executable' column if "info
5409 inferiors". Update examples. Document the "add-inferior",
5410 "clone-inferior", "remove-inferior" and "maint info
5411 program-spaces" commands.
5412 (Process): Rename node to...
5413 (Forks): ... this. Document "set|show follow-exec-mode".
5414
2f8132f3
MS
54152009-10-11 Michael Snyder <msnyder@vmware.com>
5416
5417 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5418 (ReverseContinue): Ditto.
5419
cba4b2d3
PP
54202009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5421
5422 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5423
da082f17
JK
54242009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5425
5426 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5427
08be9d71
ME
54282009-10-06 Michael Eager <eager@eagercon.com>
5429
5430 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5431 (Embedded Processors): Add MicroBlaze.
5432 (MicroBlaze): New. Describe Xilinx MicroBlaze
5433
08a0efd0
PA
54342009-10-04 Pedro Alves <pedro@codesourcery.com>
5435
5436 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5437
cbb8f428
EZ
54382009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5439
5440 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5441
30a4a70c
JB
54422009-09-23 Joel Brobecker <brobecker@adacore.com>
5443
5444 * observer.texi (solib_unloaded): Document explicitly the fact that
5445 this observer is called before the associated symbols are unloaded.
5446
b3372f91
VP
54472009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5448
5449 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5450 -stack-list-variables.
5451
f43030c4
TT
54522009-09-18 Tom Tromey <tromey@redhat.com>
5453
5454 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5455 is experimental.
5456
ec7e75e7
PP
54572009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5458
5459 * gdb.texinfo (convenince variables): Mention
5460 $_siginfo could be empty.
f43030c4 5461
0cc7d26f
TT
54622009-09-15 Tom Tromey <tromey@redhat.com>
5463
5464 * gdb.texinfo (GDB/MI Variable Objects): Document
5465 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5466 Expand -var-update documentation.
5467
a96d9b2e
SDJ
54682009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5469
5470 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5471 feature.
5472
005ca36a
JB
54732009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5474
5475 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5476
0d772ac9
MS
54772009-09-10 Michael Snyder <msnyder@vmware.com>
5478
5479 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5480 ReverseStep replies to the qSupported query.
5481
14fb1bac
JB
54822009-09-10 Joel Brobecker <brobecker@adacore.com>
5483
5484 Add documentation for set/show interactive-mode.
5485 * gdb.texinfo (Other Misc Settings): New node.
5486
29b090c0
DE
54872009-09-01 Doug Evans <dje@google.com>
5488
5489 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5490 non-stop mode's affect on remote caching.
5491
4e5d721f
DE
54922009-08-31 Jacob Potter <jdpotter@google.com>
5493 Doug Evans <dje@google.com>
5494
5495 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5496 Mark `set/show remotecache' options as obsolete.
5497 Document new `set/show stack-cache' option.
5498 Update text for `info dcache'.
5499
55333a84
DE
55002009-08-27 Doug Evans <dje@google.com>
5501
5502 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5503 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5504
bc3a0b4d
RW
55052009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5506
5507 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5508 about autoconf.
5509
3a1ff0b6
PA
55102009-08-25 Pedro Alves <pedro@codesourcery.com>
5511
5512 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5513 small example, and describe its columns. Replace "inferior-id" by
5514 "infno" throughout.
5515
81ecdfbb
RW
55162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5517
af542c2e
RW
5518 * gdbint.texinfo (Releasing GDB): Point to
5519 README-maintainer-mode file for required autoconf version.
5520 * configure.ac: Do not substitute datarootdir, htmldir,
5521 pdfdir, docdir. Do not process --with-datarootdir,
5522 --with-htmldir, --with-pdfdir, --with-docdir.
5523 * configure: Regenerate.
5524
81ecdfbb
RW
5525 * configure: Regenerate.
5526
4efc6507
DE
55272009-08-20 Reid Kleckner <reid@kleckner.net>
5528
5529 * gdb.texinfo: Add chapter on JIT interface.
5530
43089a6e
NR
55312009-08-07 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5534 confirmation request.
43089a6e 5535
99e008fe
EZ
55362009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5537
c8d5aac9
L
5538 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5539 CRC definitions.
99e008fe 5540
48cb2d85
VP
55412009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5542
5543 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5544 -break-commands.
48cb2d85 5545
ff1a52c6
UW
55462009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5547
5548 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5549 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5550
3285f3fe
UW
55512009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5552
5553 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5554 "set spu stop-on-load" and "show spu stop-on-load" commands.
5555
e35359c5
UW
55562009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5557
5558 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5559
58d6951d
DJ
55602009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5561
5562 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5563 org.gnu.gdb.arm.neon.
5564
08d16641
PA
55652009-07-20 Pedro Alves <pedro@codesourcery.com>
5566
5567 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5568 optional element.
5569 (subsection OS ABI): New subsection.
5570
782b2b07
SS
55712009-07-14 Stan Shebs <stan@codesourcery.com>
5572
5573 * gdb.texinfo (Tracepoint Conditions): New section.
5574 (General Query Packets): Describe ConditionalTracepoints.
5575 (Tracepoint Packets): Describe condition field.
5576 (Maintenance Commands): Describe maint agent-eval.
5577 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5578
9b117ef3
HZ
55792009-07-11 Hui Zhu <teawater@gmail.com>
5580
5581 * gdb.texinfo (disassemble): Add a new modifier /r
5582 to "disassemble" command to make it print the raw instructions
5583 in hex as well as in symbolic form.
5584
f5a33284
TT
55852009-07-09 Tom Tromey <tromey@redhat.com>
5586
5587 * gdbint.texinfo (Testsuite): Document parallel make check.
5588
812f7342
TT
55892009-07-09 Tom Tromey <tromey@redhat.com>
5590
5591 * gdbint.texinfo (Testsuite): Document test transcripts.
5592
fbb8f299
PM
55932009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5594
5595 * gdb.texinfo (Values From Inferior): Add length parameter
5596 description.
5597
dd8f35ac
EZ
55982009-07-04 Chris Genly <chris@genly.us>
5599
5600 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5601 in -var-list-children. Fix example according to what the code
5602 does.
5603
2277426b
PA
56042009-07-02 Pedro Alves <pedro@codesourcery.com>
5605
5606 * gdb.texinfo (Debugging multiple inferiors): Document the
5607 "inferior", "detach inferior" and "kill inferior" commands.
5608 (Debugging Programs with Multiple Processes): Adjust to mention
5609 generic "inferior" commands. Delete mention of "detach fork" and
5610 "delete fork". Cross reference to "Debugging multiple inferiors"
5611 section.
5612
a6d9a66e
UW
56132009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5614
5af949e3
UW
5615 * gdbint.texinfo (Item Output Functions): Update signature
5616 for ui_out_field_core_addr.
5617
56182009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5619
5620 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5621 Update example code extrated from breakpoint.c.
5622
9901a55b 56232009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5624
9901a55b
PP
5625 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5626 MI commands.
5627 (GDB/MI Symbol Query): Likewise.
5628 (GDB/MI File Commands): Likewise.
5629 (GDB/MI File Transfer Commands): Likewise.
5630 (GDB/MI Target Manipulation): Likewise.
5631 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5632
edb3359d
DJ
56332009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5634
5635 * gdb.texinfo (Debugging Optimized Code): New chapter.
5636 (Compiling for Debugging): Reference it. Move some
5637 text to the new section.
5638
7cd1089b
PM
56392009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5640
5641 * doc/gdb.texinfo (Calling): Document
5642 set-unwind-on-terminating-exception usage.
5643
d4db2f36
PA
56442009-06-11 Pedro Alves <pedro@codesourcery.com>
5645
5646 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5647 command.
5648
d1a7880c
PA
56492009-06-07 Pedro Alves <pedro@codesourcery.com>
5650
5651 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5652 references.
5653
473f94e6
UW
56542009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5655
5656 * gdbint.texinfo: Rename formal parameters to gdbarch function
5657 protoypes from "current_gdbarch" to "gdbarch".
5658
8f500870
TT
56592009-05-28 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5662
b6313243
TT
56632009-05-27 Tom Tromey <tromey@redhat.com>
5664
5665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5666 feature.
5667 (GDB/MI Variable Objects): Document -var-set-visualizer.
5668
56692009-04-02 Tom Tromey <tromey@redhat.com>
5670
5671 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5672 feature.
5673 (GDB/MI Variable Objects): Document -var-set-visualizer.
5674
a6bac58e
TT
56752009-05-27 Tom Tromey <tromey@redhat.com>
5676 Thiago Jung Bauermann <bauerman@br.ibm.com>
5677 Phil Muldoon <pmuldoon@redhat.com>
5678
5679 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5680 (Pretty Printing): New node.
5681 (Selecting Pretty-Printers): Likewise.
5682 (Python API): Update.
5683 (Output Formats): Document /r format.
5684
2c74e833
TT
56852009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5686 Tom Tromey <tromey@redhat.com>
5687
5688 * gdb.texinfo (Types In Python): New node.
5689 (Values From Inferior): "type" is now an attribute.
5690 (Python API): Update.
5691
89c73ade
TT
56922009-05-27 Tom Tromey <tromey@redhat.com>
5693 Thiago Jung Bauermann <bauerman@br.ibm.com>
5694 Phil Muldoon <pmuldoon@redhat.com>
5695
5696 * gdb.texinfo: Add @syncodeindex for `tp'.
5697 (Python API): Update.
5698 (Auto-loading): New node.
5699 (Objfiles In Python): New node.
5700
17a37d48
PP
57012009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5702
5703 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5704
6718376f
NR
57052009-05-15 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5708
cbe54154
PA
57092009-05-12 Pedro Alves <pedro@codesourcery.com>
5710
5711 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5712 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5713 show show-debug-regs' docs.
5714
8e05493c
EZ
57152009-05-08 Eli Zaretskii <eliz@gnu.org>
5716
5717 * gdb.texinfo (Process Record and Replay): Add description of
5718 reverse execution.
5719
b39f4988
JB
57202009-05-07 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdbint.texinfo (Adding support for debugging core files): New node.
5723 (Native Debugging): Remove the ``Native core file Support'' section.
5724
a2311334
EZ
57252009-05-01 Eli Zaretskii <eliz@gnu.org>
5726
5727 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5728 Add index entries.
5729
53cc454a 57302009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5731 Michael Snyder <msnyder@vmware.com>
53cc454a 5732
a2311334
EZ
5733 * gdb.texinfo: (Process Record and Replay): Add documentation for
5734 process record and replay.
53cc454a 5735
484086b7
JK
57362009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5739 a new part on command-line defined macros.
5740
32ae1842
EZ
57412009-04-25 Eli Zaretskii <eliz@gnu.org>
5742
5743 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5744 clarify the wording.
5745
b14b1491
TT
57462009-04-23 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (Data Files): New node.
5749 (GDB Files): Update menu.
5750
5c1e86e1
JB
57512009-04-23 Joel Brobecker <brobecker@adacore.com>
5752
5753 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5754 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5755
83eba9b7
VP
57562009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5757
5758 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5759
e31198c4
HZ
57602009-04-22 Hui Zhu <teawater@gmail.com>
5761
5762 * gdb.texinfo (disassemble-next-line): Set the default of
5763 disassemble-next-line to off.
5764
26e251b6
JM
57652009-04-21 Joseph Myers <joseph@codesourcery.com>
5766
5767 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5768 --with-htmldir): New.
5769 * configure: Regenerate.
5770 * Makefile.in (datarootdir, docdir): Define.
5771 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5772 instead of $(SET_TEXINPUTS).
5773 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5774 gdbint.info instead of $(SET_TEXINPUTS).
5775 (gdbint/index.html): Use same -I options as for building
5776 gdbint.info.
5777 (stabs.dvi, stabs.pdf): Use same -I options as for building
5778 stabs.info instead of $(SET_TEXINPUTS).
5779 (stabs/index.html): Use same -I options as for building
5780 stabs.info.
5781 (annotate.dvi, annotate.pdf): Use same -I options as for building
5782 annotate.info instead of $(SET_TEXINPUTS).
5783 (annotate/index.html): Use same -I options as for building
5784 annotate.info.
5785
eac35c4e
DD
57862009-04-21 David Daney <ddaney@caviumnetworks.com>
5787
5788 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5789
29b0e8a2
JM
57902009-04-21 Joseph Myers <joseph@codesourcery.com>
5791
5792 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5793
2b831889 57942009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5795 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5796
5797 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5798 (MAKEHTMLFLAGS): Set to empty.
5799 (html__strip_dir): Define.
5800 (HTMLFILES): Define.
5801 (HTMLFILES_INSTALL): Define.
5802 (install-html): Copy new automake rule.
5803 (html): Depend on $(HTMLFILES).
5804 (gdb_toc.html): Rename to gdb/index.html.
5805 (gdbint_toc.html): Rename to gdbint/index.html.
5806 (stabs_toc.html): Rename to stabs/index.html.
5807 (annotate_toc.html): Rename to annotate/index.html.
5808
89a34d1b
JM
58092009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5810
5811 * Makefile.in: Set pdfdir and htmldir from configure
5812 substitutions.
5813 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5814 * configure: Regenerate.
5815
a2d5da46
JB
58162009-04-16 Joel Brobecker <brobecker@adacore.com>
5817
5818 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5819 This macro is no longer used.
5820
732f6a93
TT
58212009-04-15 Tom Tromey <tromey@redhat.com>
5822
5823 * gdb.texinfo (Character Sets): Document default character set.
5824
87f9adc1
PM
58252009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5826
5827 * gdbint.texinfo: Change server name from sources.redhat.com to
5828 sourceware.org throughout.
5829
2c88c651
JB
58302009-04-09 Joel Brobecker <brobecker@adacore.com>
5831
5832 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5833 about a missing dot or coma after @xref.
5834
4f5376b2
JB
58352009-04-02 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5838 example, and add a small explanation about it.
5839 (Print Settings): Change the documentation of the "set print
5840 frame-arguments" to reflect the fact that the default is now "scalars".
5841
a0381d3a
JB
58422009-04-02 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.texinfo (Print Settings): Add kindex for command "set
5845 print frame-arguments".
5846
45ac276d
JB
58472009-03-31 Joel Brobecker <brobecker@adacore.com>
5848
5849 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5850 breakpoints.
5851 (Set Breaks): Add reference to thread-specific and task-specific
5852 breakpoints.
5853
32cd1edc
JB
58542009-03-31 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.texinfo (Ada Tasks): Remove the documentation about
5857 the "Running" state, as this state has been eliminated.
5858 Now all runnable tasks are shown as "Runnable".
5859
1042e4c0
SS
58602009-03-30 Stan Shebs <stan@codesourcery.com>
5861
5862 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5863 special case of breakpoints.
5864 (Enable and Disable Tracepoints): Mention deprecation.
5865 (Listing Tracepoints): Update description and example.
5866
f8f6f20b
TJB
58672009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5868
5869 * gdb.texinfo (Frames in Python): New node.
5870 (Python API): Update.
5871
c0c6f777
TJB
58722009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5873
5874 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5875 from a method to an attribute.
5876
def2b000
TJB
58772009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5878
5879 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5880 attribute.
5881
a07daef3
PA
58822009-03-25 Pedro Alves <pedro@codesourcery.com>
5883
5884 * observer.texi (thread_exit): Add "silent" parameter.
5885
f3b1572e
PA
58862009-03-22 Pedro Alves <pedro@codesourcery.com>
5887
5888 * observer.texi (about_to_proceed): New.
5889
587afa38
EZ
58902009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5891
5892 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5893 field throughout to handle types with spaces in them. Fix typos
5894 found by aspell.
5895 (Summary, Requirements, Contributors): New first chapter,
5896 "Summary" added, old Requirements section moved there, and new
5897 section, "Contributors" added.
5898 (Initializing a New Architecture, Register Representation)
5899 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5900 (Porting gdb): These sections extended and updated.
5901 (Compiler Characteristics): This section (empty) deleted.
5902 (Defining Other Architecture Features): This section renamed and
5903 duplicate material removed from (formerly "Target Conditionals").
5904 Use braces {} in @deftypeXX type field throughout to handle types
5905 with spaces in them. Typos found by aspell fixed.
5906
5907 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5908 * stack_frame.pdf: Version of image for PDF output.
5909 * stack_frame.png: Version of image for HTML output and for Emacs.
5910 * stack_frame.txt: Version of image for Info output.
1db61298 5911 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5912
10af6951
EZ
59132009-03-21 Eli Zaretskii <eliz@gnu.org>
5914
5915 * gdb.texinfo (Character Sets): Fix last change.
5916
cc924cad
TJB
59172009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5918
5919 * gdb.texinfo (Values From Inferior): Fix optional arguments
5920 markup.
5921 (Commands In Python): Adjust argument names of gdb.Command.__init__
5922 to what the function accepts as keywords.
5923
bc3b79fd
TJB
59242008-03-20 Tom Tromey <tromey@redhat.com>
5925
5926 * gdb.texinfo (Convenience Vars): Document convenience functions.
5927 (Functions In Python): New node.
5928 (Python API): Update.
5929
6c7a06a3
TT
59302009-03-20 Tom Tromey <tromey@redhat.com>
5931
5932 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5933 set target-wide-charset.
5934 (Requirements): Mention iconv.
5935
b646ddd4
HZ
59362009-03-17 Hui Zhu <teawater@gmail.com>
5937
5938 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5939
91440f57
HZ
59402009-03-17 Hui Zhu <teawater@gmail.com>
5941
5942 * gdb.texinfo: Add documentation for disassemble-next-line.
5943
8fd41227
TJB
59442009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5945
5946 * gdb.texinfo (Commands In Python): Remove tindex entries.
5947
61ff14c6
JK
59482009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 * gdb.texinfo (Returning): New description for missing debug info.
5951
0b16c5cf
PA
59522009-03-14 Pedro Alves <pedro@codesourcery.com>
5953
5954 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5955 (General Query Packets): Document qAttached.
0b16c5cf 5956
32fc0df9
PA
59572009-03-05 Pedro Alves <pedro@codesourcery.com>
5958
5959 * gdb.texinfo (Background Execution): Better describe the set
5960 target-async command.
5961 (Maintenance Commands): Delete description of the `maint set/show
5962 linux-async' and `maint set/show remote-async' commands.
5963
134eb42c
VP
59642009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5965
5966 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5967 between sentences.
5968
c86cf029
VP
59692009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5970
5971 * gdb.texinfo (GDB/MI Async Records): Document the
5972 =library-loaded and =library-unloaded notifications.
5973
3ea85240
VP
59742009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5975
5976 * observer.texi (test_notification): New observer.
5977
1d33d6ba
VP
59782009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5979
61ff14c6
JK
5980 * observer.texi: Add parameter 'print_frame' to normal_stop
5981 observer.
1d33d6ba 5982
d721c933
EZ
59832009-02-07 Eli Zaretskii <eliz@gnu.org>
5984
5985 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5986 (Commands In Python): Fix COMMAND_* constants in last change. Use
5987 @kbd for interactive input. Add cross-references and index
5988 entries.
5989
4aa995e1
PA
59902009-02-06 Pedro Alves <pedro@codesourcery.com>
5991
5992 * gdb.texinfo (Signals): Document $_siginfo.
5993 (Convenience Variables): Mention $_siginfo.
5994 (Remote Configuration): Document qXfer:siginfo:read,
5995 qXfer:siginfo:write packets, and the read-siginfo-object,
5996 write-siginfo-object commands.
5997
5f5233d4
PA
59982009-02-06 Pedro Alves <pedro@codesourcery.com>
5999
6000 * gdbint.texinfo (Values): New chapter.
6001
d8906c6f
TJB
60022009-02-06 Tom Tromey <tromey@redhat.com>
6003
6004 * gdb.texinfo (Python API): Add entry for Commands In Python.
6005 (Commands In Python): New node.
6006
b6cb8e7d
TJB
60072009-02-05 Tom Tromey <tromey@redhat.com>
6008
6009 * gdb.texinfo (Values From Inferior): Document Value.string.
6010
12453b93
TJB
60112009-02-05 Tom Tromey <tromey@redhat.com>
6012
6013 * gdb.texinfo (Basic Python): Document execute's from_tty
6014 argument.
6015
08c637de
TJB
60162009-02-04 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.texinfo (Basic Python): Document gdb.history.
6019
592375cd
VP
60202009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.texinfo (GDB/MI Thread Commands): Document the
6023 'current-thread-id' field. Remove the example with zero threads,
6024 since current GDB won't ever report that if there's inferior.
6025
41447f92
VP
60262009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6029 option to -break-insert.
6030
098b41a6
JG
60312009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6032 Jerome Guitton <guitton@adacore.com>
6033
6034 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6035 (System-wide configuration): New section.
6036
3c16cced
PA
60372009-01-26 Pedro Alves <pedro@codesourcery.com>
6038
6039 PR gdb/7580:
6040 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6041 internal-error|internal-warning quit|corefile ask|yes|no".
6042
62709adf
PA
60432009-01-26 Pedro Alves <pedro@codesourcery.com>
6044
6045 * gdb.texinfo (Using the `gdbserver' Program): Document
6046 --remote-debug.
6047
7ce58dd2
DE
60482009-01-23 Doug Evans <dje@google.com>
6049
6050 * gdb.texinfo: Add nexti to list of commands that support
6051 background execution.
6052
adb483fe
DJ
60532009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6054
6055 * gdb.texinfo (Define, Hooks): Document prefix command support.
6056
a67ec3f4 60572009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6058 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6059
6060 Fixes for makeinfo --html.
6061
6062 * annotate.texinfo: Use @copying and @insertcopying. Use
6063 @ifnottex in place of @ifinfo.
6064 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6065 place of @ifinfo. Use @ifnotinfo for one index entry.
6066 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6067 in place of @ifinfo.
6068 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6069 in place of @ifinfo. Include contents at start unconditionally.
6070
84fcdf95
PA
60712009-01-13 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.texinfo (General Query Packets): Remove @var{} around the
6074 "spu" literal string.
6075
fa3a767f
PA
60762009-01-07 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6079 program may be running in another process" errors.
6080 * gdbint.texinfo (Native Conditionals): Delete
6081 ONE_PROCESS_WRITETEXT description.
6082
9cb011d3
JB
60832009-01-07 Joel Brobecker <brobecker@adacore.com>
6084
6085 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6086 emacs local variable to be placed at the end of the ChangeLog.
6087 Add server.c and gdbreplay.c to the list of files where the
6088 copyright year needs to be updated.
6089
84603566
SL
60902009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6091
6092 * gdb.texinfo (Remote Configuration): Document new
6093 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6094 commands.
6095
a53f55d8
PA
60962008-12-28 Pedro Alves <pedro@codesourcery.com>
6097
6098 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6099 FETCH_INFERIOR_REGISTERS.
6100 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6101 FETCH_INFERIOR_REGISTERS descriptions. Remove
6102 gdbarch_get_longjmp_target descrition, since already described in
6103 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6104 (Target Conditionals): ... here.
6105
077e0a52
JB
61062008-12-16 Joel Brobecker <brobecker@adacore.com>
6107
6108 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6109 examples.
6110 (Additions to Ada): Likewise. Add the missing opening and closing
6111 parenthesis of the GDB prompt in one of the examples.
6112
023eb17c
JB
61132008-12-14 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6116 about the result of 'Address not being of type System.Address.
6117 This problem has been fixed a while ago.
6118
c3b108f7
VP
61192008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6120
6121 MI non-stop and multiprocess docs.
6122
c8d5aac9
L
6123 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6124 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6125 Adjust documentation for *stopped, document =thread-created,
6126 =thread-exited, =thread-group-created and =thread-group-exited.
6127 (GDB/MI Thread Commands): Document the 'state' field in
6128 -thread-info output.
6129 (GDB/MI Program Execution): Mention --all and --thread-group
6130 options.
6131 (GDB/MI Variable Objects): Describe floating and fixed variable
6132 objects.
6133 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6134
07e059b5
VP
61352008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6136
c8d5aac9
L
6137 * gdb.texinfo (Operating System Information): New appendix.
6138 (Operating System Auxiliary Information): Document 'info os processes'
6139 (Remote Configuration): Document 'osdata'
6140 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6141
a80b95ba
TG
61422008-11-27 Tristan Gingold <gingold@adacore.com>
6143
6144 * gdb.texinfo (Darwin): Document Darwin specific features.
6145
a655d424
JK
61462008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6147
6148 * gdbint.texinfo (Target Conditionals): Extend the
6149 gdbarch_breakpoint_from_pc description.
6150
249e1128
VP
61512008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * gdb.texinfo (M68K Features): Fix typo.
6154
c14c28ba
PP
61552008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6156
6157 * gdb.texinfo (Symbols): Mention printing containing
6158 image name in "info symbol".
6159 (Maint translate-address): Likewise.
889bf7c5 6160
394a6666
JB
61612008-11-18 Joel Brobecker <brobecker@adacore.com>
6162
6163 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6164 commands "catch load" and "catch unload".
6165
66bb093b
VP
61662008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6167
6168 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6169 =thread-selected.
889bf7c5 6170
4a92f99b
VP
61712008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6172
c8d5aac9 6173 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6174
f0323ca0
PA
61752008-10-27 Pedro Alves <pedro@codesourcery.com>
6176
6177 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6178 .mt files, TM_CLIBS or TM_CDEPS.
6179 (x86 Watchpoints): Don't mention TDEPFILES.
6180
8b23ecc4
SL
61812008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6182
6183 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6184 (Overview): Mention notifications and non-stop mode behavior.
6185 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6186 with non-stop mode behavior. Add vStopped description.
6187 (Stop Reply Packets): Update list of packets that return
6188 stop replies. Mention non-stop behavior.
6189 (General Query Packets): Document QNonStop packet and associated
6190 qSupported query response.
6191 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6192 behavior.
6193 (Notification Packets): New section.
6194 (Remote Non-Stop): New section.
6195 (File-I/O Overview): Mention non-stop behavior.
6196
fff08868
HZ
61972008-10-24 Hui Zhu <teawater@gmail.com>
6198 Pedro Alves <pedro@codesourcery.com>
6199
6200 * gdb.texinfo (displaced-stepping): Describe the auto mode
6201 setting, and say it's the default. This is now a mainstream
6202 setting instead of a maintenance setting.
6203
252fbfc8
PA
62042008-10-23 Pedro Alves <pedro@codesourcery.com>
6205
6206 * observer.texi (thread_stop_requested): New.
6207
20924a55
JB
62082008-10-22 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6211 (Patching): Replace incorrect usage of @samp by @kbd.
6212
bacec72f
MS
62132008-10-17 Michael Snyder <msnyder@vmware.com>
6214
6215 * gdb.texinfo: Add documentation for reverse execution.
6216
a08702d6 62172008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6218 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6219
6220 * gdb.texinfo. (Values From Inferior): New subsubsection.
6221
d97bc12b
DE
62222008-10-06 Doug Evans <dje@google.com>
6223
6224 * gdb.texinfo (set debug dwarf2-die): Document it.
6225
87f67dba
JB
62262008-10-01 Joel Brobecker <brobecker@adacore.com>
6227
6228 * gdb.texinfo (catch) [exception]: Document how to insert
6229 a breakpoint on user-defined exceptions when the exception
6230 name is identical to one of the language-defined ones.
6231
2fae03e8
TT
62322008-09-27 Tom Tromey <tromey@redhat.com>
6233
6234 * gdb.texinfo (Macros): Remove text about stringification,
6235 varargs, and splicing.
6236
5c6ce71d
TT
62372008-09-27 Tom Tromey <tromey@redhat.com>
6238
6239 * gdbint.texinfo (Language Support): Remove text about omitting
6240 support for a language.
6241
07128da0
DE
62422008-09-23 Doug Evans <dje@google.com>
6243
6244 * gdb.texinfo (info dcache): Update.
6245
b90a069a
SL
62462008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6247
6248 * gdb.texinfo (Packets): Add info on thread-id syntax and
6249 multiprocess extensions.
6250 <D>: Document multiprocess form of packet.
6251 <H>: Use thread-id syntax.
6252 <T>: Likewise.
6253 <vCont>: Likewise. Note this is required for multiprocess.
6254 <vKill>: New packet.
6255 (Stop Reply Packets) <T>: Use thread-id syntax.
6256 <W>: Document multiprocess form of reply.
6257 <X>: Likewise.
6258 (General Query Packets) <qC>: Use thread-id syntax.
6259 <qfThreadInfo>: Likewise.
6260 <qGetTLSAddr>: Likewise.
6261 <qP>: Likewise.
6262 <qSupported>: Add "multiprocess" feature.
6263 <qThreadExtraInfo>: Use thread-id syntax.
6264
b77209e0
PA
62652008-09-22 Stan Shebs <stan@codesourcery.com>
6266
6267 * gdb.texinfo (Inferiors): New section.
6268
3d0bb823
PA
62692008-09-12 Pedro Alves <pedro@codesourcery.com>
6270
6271 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6272
f8dcfc0a
UW
62732008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6274
6275 * gdbint.texinfo (Target Conditionals): Remove documentation
6276 for gdbarch_name_of_malloc.
6277
8775bb90
MS
62782008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6279
6280 * gdb.texinfo (Interrupts): Mention TCP interface for
6281 sending BREAK.
6282
f1838a98
UW
62832008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6284
6285 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6286 argument prefix to "set sysroot".
6287
158c7665
PH
62882008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6289
6290 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6291 and False.
6292
30e026bb
VP
62932008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6294
c8d5aac9
L
6295 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6296 for possible features of -list-features.
30e026bb 6297
c6ebd6cf
VP
62982008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6299
c8d5aac9 6300 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6301 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6302
aeac0ff9
VP
63032008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * doc/gdb.texinfo (PowerPC): Fix typo.
6306 (PowerPC features): Fix typo.
6307
5231c1fd
PA
63082008-08-18 Pedro Alves <pedro@codesourcery.com>
6309
6310 * observer.texi (thread_ptid_changed): New.
6311
677c5bb1
LM
63122008-08-18 Luis Machado <luisgpm@br.ibm.com>
6313
6314 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6315 (PowerPC features): Mention feature set for VSX registers.
6316
f3a2dd1a
JB
63172008-08-13 Joel Brobecker <brobecker@adacore.com>
6318
6319 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6320 the direct visibility of all names in user-written packages.
6321
33e5cbd6
PA
63222008-08-13 Pedro Alves <pedro@codesourcery.com>
6323
6324 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6325 setting, and make it the default.
6326 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6327 non-stop script example.
6328
d0384fc4
TJB
63292008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6330
6331 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6332 reference to the "Using Different Register and Memory Data
6333 Representation" section.
6334
a6f3e723
SL
63352008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6336
6337 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6338 (Remote Protocol): Add Packet Acknowledgment to menu.
6339 (Overview): Mention +/- can be disabled, and point to new section
6340 where this is discussed in detail.
6341 (General Query Packets): Document QStartNoAckMode packet, and
6342 corresponding qSupported reply.
6343 (Packet Acknowledgment): New section.
6344
0606b73b
SL
63452008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6346 Pedro Alves <pedro@codesourcery.com>
6347
6348 * gdb.texinfo (Threads): Move paragraph about automatic thread
6349 selection to All-Stop Mode subsection.
6350 (Thread Stops): Reorganize existing material into subsections.
6351 Add introductory blurb and menu.
6352 (Non-Stop Mode): New subsection.
6353 (Background Execution): New subsection.
6354 (Maintenance Commands): Add cross-references from async mode
6355 commands to the new Background Execution section.
6356
d57a3c85
TJB
63572008-08-06 Tom Tromey <tromey@redhat.com>
6358
6359 * gdb.texinfo (Extending GDB): New chapter.
6360 (Sequences): Demoted chapter, now a section under the new
6361 Extending GDB chapter.
6362 (Python): New section.
6363
6d76a53d
SS
63642008-07-31 Stan Shebs <stan@codesourcery.com>
6365
6366 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6367
1f70da6a
SS
63682008-07-29 Stan Shebs <stan@codesourcery.com>
6369
6370 * gdbint.texinfo: General round of cleanup and minor
6371 clarifications.
6372 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6373 (Longjmp Support): Update description to reflect how it is done
6374 for targets without using native header.
6375 (Symbol Handling): Add a little more general explanation.
6376 (COFF, ELF): Mention stabs encapsulation.
6377 (DWARF 3): New section.
6378 (Adding a New Host): Scrub out some obsolete bits.
6379 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6380 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6381 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6382 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6383 SEEK_SET, STOP_SIGNAL, USG.
6384 (Raw and Virtual Register Representations): Ditto for
6385 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6386 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6387 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6388 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6389 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6390 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6391 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6392 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6393 DEPRECATED_USE_STRUCT_CONVENTION.
6394 Describe gdbarch_deprecated_fp_regnum.
6395 Update description of gdbarch_print_insn.
6396 (Adding a New Target): Scrub out obsolete bits.
6397 (Obsolete Conditionals): Remove entire section.
6398
383f836e
TT
63992008-07-25 Tom Tromey <tromey@redhat.com>
6400
6401 * observer.texi (GDB Observers): Document new observers:
6402 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6403 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6404 architecture_changed.
6405
cfd8ab24
SS
64062008-07-21 Stan Shebs <stan@codesourcery.com>
6407
6408 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6409 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6410
781b42b0
TT
64112008-07-21 Tom Tromey <tromey@redhat.com>
6412
6413 * observer.texi (GDB Observers): Remove obsolete comment.
6414 <executable_changed>: Remove argument.
6415
d7d9f01e
TT
64162008-07-18 Tom Tromey <tromey@redhat.com>
6417
6418 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6419
bf250677
DE
64202008-07-10 Doug Evans <dje@google.com>
6421
6422 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6423
10568435
JK
64242008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 * gdb.texinfo (Starting): Document "set disable-randomization".
6427
5ae4183a
AS
64282008-07-07 Andreas Schwab <schwab@suse.de>
6429
6430 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6431
b56e7235
VP
64322008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6433
6434 * gdb.texinfo (GDB/MI Target Manipulation): Add
6435 example of -target-attach.
6436
e1ac3328
VP
64372008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * observer.texi (target_resumed): New observer.
5ae4183a 6440 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6441
65d12d83
TT
64422008-06-06 Tom Tromey <tromey@redhat.com>
6443
6444 * gdb.texinfo (Completion): Add field name example.
6445
fbc5282e
MK
64462008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6447
6448 * gdb.texinfo (GDB/MI Program Context): Added example
6449 to -exec-arguments
5ae4183a 6450
fbc5282e 64512008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6452
6453 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6454 annotation.
6455
c16158bc 64562008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6457 Nathan Sidwell <nathan@codesourcery.com>
6458 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6459
6460 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6461 and ACX_BUGURL.
6462 * configure: Regenerate.
6463 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6464 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6465 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6466 mailing-list-specific text about bug reporting unless
6467 BUGURL_DEFAULT.
6468
75c99385
PA
64692008-06-05 Pedro Alves <pedro@codesourcery.com>
6470
6471 * gdb.texinfo (-target-select): Remove reference to target async.
6472 (Maintenance Commands): Document "maint set/show remote-async".
6473
1763a388
MK
64742008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6475
6476 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6477 in -target-file-get section.
5ae4183a 6478
d0d064df
PA
64792008-05-22 Pedro Alves <pedro@codesourcery.com>
6480
9b562ab8
PA
6481 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6482 killing the inferior when it is already debugging a process.
d0d064df 6483
8dfa32fc
JB
64842008-05-21 Joel Brobecker <brobecker@adacore.com>
6485
6486 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6487 abbreviation for "finish".
6488
55f996a7
NR
64892008-05-21 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6492
ba2b1c56
DJ
64932008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * gdbint.texinfo (Target Conditionals): Delete entry for
6496 gdbarch_dwarf_reg_to_regnum.
6497
08388c79
DE
64982008-05-09 Doug Evans <dje@google.com>
6499
a3c83fae 6500 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6501
d14508fe
DE
65022008-05-05 Doug Evans <dje@google.com>
6503
6504 * gdb.texinfo (disassemble): Document /m modifier.
6505
e2b7ddea
VP
65062008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6507
5ae4183a
AS
6508 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6509 will not report the time of commands that run the target.
e2b7ddea 6510
8eb41542
VP
65112008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6512
6513 * gdb.texinfo (GDB/MI Output Records): Add
6514 missing semicolon.
6515
82f68b1c
VP
65162008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6517
6518 * gdb.texinfo (GDB/MI Output Records):
6519 Document =thread-create and =thread-exited.
6520
fa0f268d
VP
65212008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6522
6523 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6524 Remove mention of dmi-discuss.
fa0f268d 6525
063bfe2e
VP
65262008-05-03 Pedro Alves <pedro@codesourcery.com>
6527
6528 * observer.texi (thread_exit): New.
6529
237fc4c9
PA
65302008-05-02 Pedro Alves <pedro@codesourcery.com>
6531
6532 * gdb.texinfo (Debugging Output): Document "set/show debug
6533 displaced".
6534 (Maintenance Commands): Document "maint set/show
6535 can-use-displaced-stepping".
6536
0428b8f5
DJ
65372008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6538
6539 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6540 and set/show arm force-mode.
6541
5009afc5
AS
65422008-05-02 Andreas Schwab <schwab@suse.de>
6543
6544 * gdbint.texinfo (Algorithms): Describe
6545 target_watchpoint_addr_within_range.
6546
669fac23
DJ
65472008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * gdbint.texinfo (Stack Frames): New chapter.
6550 (Algorithms): Move Frames text to the new chapter.
6551 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6552 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6553
721c02de
VP
65542008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6555
5ae4183a
AS
6556 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6557 output does not necessary include any tokens.
721c02de 6558
c055b101
CV
65592008-04-22 Corinna Vinschen <vinschen@redhat.com>
6560
6561 * gdb.texinfo (Set SH Calling convention): New @item.
6562 (Show SH Calling convention): Ditto.
6563
68837c9d
MD
65642008-04-22 Markus Deuling <deuling@de.ibm.com>
6565
6566 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6567
2e9132cc
EZ
65682008-04-20 Eli Zaretskii <eliz@gnu.org>
6569
6570 * gdb.texinfo (Set Breaks): Mention that multiple location
6571 breakpoints need line number info. Add index entries.
6572
31fffb02
CS
65732008-04-19 Craig Silverstein <csilvers@google.com>
6574
6575 * gdb.texinfo (Requirements): Add an optional requirement on
6576 zlib.
6577 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6578 Compressed DWARF 2.
6579
a47ec5fe
AR
65802008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6581
6582 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6583 sample output for 'stopped,reason="breakpoint-hit"' message.
6584 (GDB/MI Program Execution): Likewise.
6585
de051565
MK
65862008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6587
5ae4183a 6588 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6589 -var-set-format. Add -f option to -var-evaluate-expression.
6590
6ba66d6a
JB
65912008-04-03 Joel Brobecker <brobecker@adacore.com>
6592
6593 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6594 new node "Ambiguous Expressions". Replace references to this
6595 node by references to "Ambiguous Expressions" throughout.
6596 (Ambiguous Expressions): New node.
6597
1e26b4f8
DJ
65982008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6599
6600 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6601
b84876c2
PA
66022008-03-21 Pedro Alves <pedro@codesourcery.com>
6603
6604 * gdb.texinfo (Debugging Output): Document
6605 "set/show debug lin-lwp-async".
6606 (Maintenance Commands): Document "maint set/show linux-async".
6607
63092375
DJ
66082008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6609
6610 * gdb.texinfo (Expressions): Update description of malloced arrays.
6611
8e8901c5
VP
66122008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6613
6614 * gdb.texinfo (Thread Commands): Document
6615 -thread-info. Remove -thread-list-all-threads.
6616
1fddbabb
PA
66172008-03-14 Pedro Alves <pedro@codesourcery.com>
6618 Sandra Loosemore <sandra@codesourcery.com>
6619
6620 * gdb.texinfo (Library List Format): Update to mention the
6621 possibility to pass section addresses instead of segment
6622 addresses.
6623
ccd213ac
DJ
66242008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * gdb.texinfo (Starting): Document "set exec-wrapper".
6627 (Server): Document gdbserver --wrapper.
6628
fa4727a6
DJ
66292008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6632 unreadable memory. Delete obsolete SPARClite reference.
6633
8edfe269
DJ
66342008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (Starting): Mention always-running targets.
6637 (Target Commands): Add an anchor for load.
6638 (Connecting): Explain continue instead of run.
6639
1843f87b
DJ
66402008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6643
f9082629
NR
66442008-02-26 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6647 breakpoint table.
6648
fd96d250
PA
66492008-02-19 Pedro Alves <pedro@codesourcery.com>
6650
6651 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6652 killing the inferior when it is already debugging a process.
6653
36af4ef6
MD
66542008-02-13 Markus Deuling <deuling@de.ibm.com>
6655
6656 * gdbint.texinfo (Build Script): New section. Mention new build script
6657 gdb_buildall.sh.
6658
cda4ce5a
JB
66592008-02-01 Jim Blandy <jimb@red-bean.com>
6660
6661 * gdb.texinfo (Help): Summarize 'info args' correctly.
6662
4acd40f3
TJB
66632008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6664
6665 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6666 available in PowerPC architecture.
6667 (Embedded Processors): Change node name of PowerPC item in menu.
6668 (PowerPC): Rename to...
6669 (PowerPC Embedded): this.
6670 (Architectures): Add new PowerPC item in menu.
6671 (PowerPC): New node.
6672
6e6c6f50
DJ
66732008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6674
6675 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6676 commands.
6677
5ee187d7
DJ
66782008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6679
6680 * gdb.texinfo (Setting Catchpoints): Mention features
6681 supported on GNU/Linux.
6682
e275c0d9
NR
66832008-01-30 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * gdb.texinfo (GDB/MI File Commands): Describe new output
6686 field for MI command -file-list-exec-source-file.
6687
2d717e4f
DJ
66882008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * gdb.texinfo (Using the `gdbserver' Program): Add security
6691 warning. Rearrange into subsections and subsubsections. Document
6692 --multi and --debug. Correct --with-sysroot typo. Update --attach
6693 usage. Make load reference clearer. Document monitor exit.
6694 (Remote Configuration): Document set remote exec-file, attach-packet,
6695 and run-packet.
6696 (Packets): Document vAttach and vRun.
6697
d35a4257 66982008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6699
6700 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6701 detach-on-follow -> detach-on-fork.
f663676d 6702
c78d192c
DJ
67032008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * gdbint.texinfo (Native Conditionals): Remove
6706 SHELL_COMMAND_CONCAT and SHELL_FILE.
6707
d35a4257
EZ
67082008-01-26 Eli Zaretskii <eliz@gnu.org>
6709
6710 * gdb.texinfo (Specify Location): Improve wording.
6711
93815fbf
VP
67122008-01-23 Chris Demetriou <cgd@google.com>
6713
6714 * gdb.texinfo (Threads): Document new "set print thread-events"
6715 and "show print thread-events" commands.
6716
2a25a5ba
EZ
67172008-01-19 Eli Zaretskii <eliz@gnu.org>
6718
6719 * gdb.texinfo (Specify Location): New section.
6720 (Delete Breaks, Edit, Set Breaks): Remove description of
6721 locations. Instead, add a reference to "Specify Location".
6722 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6723 (Symbols): Refer to "Specify Location" for the valid forms of
6724 linespecs and locations.
6725
32c9a795
MD
67262008-01-18 Markus Deuling <deuling@de.ibm.com>
6727
6728 * gdbint.texinfo (Target Conditionals): Replace the description of
6729 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6730
b17828ca
JB
67312008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6732
6733 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6734 about &&var, which is rejected by the expression parser.
6735
0aea4bf3
LM
67362008-01-09 Luis Machado <luisgpm@br.ibm.com>
6737
6738 * gdb.texinfo (Output): Update documentation on using printf with DFP
6739 types.
6740
febe4383
TJB
67412008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6742
6743 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6744 subsubsection.
6745 (Decimal Floating Point format): New subsubsection.
6746
7a404eba
PA
67472008-01-05 Pedro Alves <pedro@codesourcery.com>
6748
6749 * gdb.texinfo (File Options): Remove mention of the attempt to
6750 open a core file with the -p option. Don't list -c as a valid
6751 option to attach to a process.
6752
a4d9b460
PA
67532008-01-05 Pedro Alves <pedro@codesourcery.com>
6754
6755 * gdbint.texinfo (Host Conditionals): Remove mention of
6756 ALIGN_STACK_ON_ENTRY.
6757
6ec2edbe
JB
67582008-01-05 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdbint.texinfo (Start of New Year Procedure): Add item
6761 describing how to update the source and documentation copyright
6762 notices.
6763
d8b2a693
JB
67642007-12-18 Jim Blandy <jimb@codesourcery.com>
6765
ab209b3a 6766 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6767 watchpoint explanation into the main description of the watchpoint
6768 command; update synopses of 'watch', 'rwatch', and 'awatch'
6769 commands.
6770
8b4ed427
VP
67712007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6772
6773 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6774 Document 'pending-breakpoints' feature of
6775 -list-features.
6776
37e4754d
LM
67772007-12-17 Luis Machado <luisgpm@br.ibm.com>
6778
669fac23 6779 * gdb.texinfo: Add new parameter's description.
37e4754d 6780
1d3811f6
DJ
67812007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6782
6783 * gdb.texinfo (Overview): Clarify run-length encoding
6784 example. Remove the restriction on "+" and "-" characters.
6785
c1c25a1a
EZ
67862007-12-15 Eli Zaretskii <eliz@gnu.org>
6787
6788 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6789
afe8ab22 67902007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6791
afe8ab22
VP
6792 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6793 the -f option for -break-insert, remove -r option,
6794 and clarify specification of location.
6795
a6b151f1
DJ
67962007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6799 formatting.
6800 (Remote Debugging): Add File Transfer section.
6801 (Remote Configuration): Document Host I/O packets.
6802 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6803 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6804 (Packets): Add vFile.
6805
3b784c4f
EZ
68062007-11-17 Eli Zaretskii <eliz@gnu.org>
6807
6808 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6809 breakpoints with multiple locations.
6810 (Breakpoint Menus): Improve wording.
6811 (Output): Fix last change.
6812
a4ce5b0d
UW
68132007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6814
6815 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6816
1b39d5c0
DE
68172007-11-15 Doug Evans <dje@google.com>
6818
6819 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6820
7a72d44c
VP
68212007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6822
6823 * gdbint.texinfo (Native Conditionals): Remove
6824 mention of CLEAR_SOLIB.
5ae4183a 6825
6d1829bf 68262007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6827
6828 * gdb.texinfo (Print Settings): Add documentation for "set/show
6829 print frame-arguments".
6830
1a619819
LM
68312007-11-05 Luis Machado <luisgpm@br.ibm.com>
6832
3b784c4f 6833 * gdb.texinfo (Output): Update printf command's description.
1a619819 6834
55eddb0f
DJ
68352007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6836
6837 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6838 powerpc soft-float".
6839
9cceb671
DJ
68402007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * gdb.texinfo (Files): Correct formatting. Mention Expat
6843 requirement.
6844 (Requirements for Building GDB): Expand the list of Expat
6845 uses.
6846 (Library List Format, Memory Map Format): Mention Expat.
6847 (Target Descriptions): Update Expat wording.
6848
83acabca
DJ
68492007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6850
6851 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6852 Document that gdbarch_convert_register_p should return zero for no-op
6853 conversions.
6854
e35879db
UW
68552007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6856
83acabca 6857 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6858 of set_gdbarch_sofun_address_maybe_missing back to ...
6859 (Target Conditionals): ... here to fix build break.
6860
203c3895
UW
68612007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6862
83acabca 6863 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6864 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6865 (Compiler Characteristics): ... documentation of
6866 set_gdbarch_sofun_address_maybe_missing.
6867
11411de3
DJ
68682007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6869
6870 * gdbint.texinfo (Target Conditionals): Use
6871 frame_unwind_register_unsigned in examples instead of
6872 frame_unwind_unsigned_register.
6873
7cc46491
DJ
68742007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6875
6876 * gdb.texinfo (Predefined Target Types): Add int128
6877 and uint128.
6878 (Standard Target Features): Add PowerPC features.
6879
81adfced
DJ
68802007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6881
6882 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6883
c1874924
UW
68842007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6885
6886 * gdbint.texi (Target Conditionals): Remove documentation
6887 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6888 gdbarch_extract_return_value, and gdbarch_store_return_value.
6889
f6e56ab3
UW
68902007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6891
6892 * gdbint.texi (Target Conditionals): Remove documentation of
6893 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6894
56cf5405
KH
68952007-10-11 Kazu Hirata <kazu@codesourcery.com>
6896
6897 * gdb.texinfo: Mention that inaccessible-by-default is on by
6898 default.
6899
35156bae
DJ
69002007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6901
6902 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6903
d983da9c
DJ
69042007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6907 multi-threaded watchpoints.
6908 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6909 checked. Describe sticky notification. Expand description
6910 of steppable and continuable watchpoints.
6911 (Watchpoints and Threads): New subsection.
6912
fe6fbf8b
VP
69132007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6914
6915 * gdb.texinfo (Setting Breakpoints): Revise
6916 documentation for pending breakpoints. Document
6917 breakpoints with multiple locations.
5ae4183a 6918
084344da
VP
69192007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6920
6921 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6922 Document -list-features.
5ae4183a 6923
82160952
EZ
69242007-09-15 Eli Zaretskii <eliz@gnu.org>
6925
6926 * gdb.texinfo (Output): Spell out which features of C's printf are
6927 not supported by GDB's printf.
7e27a47a
EZ
6928 (Separate Debug Files): More accurate wording regarding build ID
6929 and a reference to the ld manual rather than the Fedora wiki.
82160952 6930
ea37ba09
DJ
69312007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6932 Jim Blandy <jimb@codesourcery.com>
6933
6934 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6935 (Examining Memory): Update mentions of the 's' format.
6936 (Automatic Display): Likewise.
6937
b8533aec
DJ
69382007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6939
6940 * gdb.texinfo: Update the FSF's Back-Cover Text.
6941
83f83d7f
JK
69422007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6943 Eli Zaretskii <eliz@gnu.org>
6944
6945 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6946 Fixed the ``build ID'' name. New binaries build instructions for the
6947 build ID inclusion. Explain how the commands are specific to the build
6948 ID vs. debug link.
6949
c7e83d54
EZ
69502007-09-01 Eli Zaretskii <eliz@gnu.org>
6951
6952 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6953 indexing for ``build ID'' support.
6954
d3750b24
JK
69552007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6956
6957 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6958 Enlisted BUILD ID to the debug file searching example.
6959 Included a BUILD ID `.note.gnu.build-id' section description.
6960 Updated/added the debug files splitting instructions for OBJCOPY.
6961
02142340
VP
69622007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6963
6964 * gdb.texinfo (Variable Objects): Adjust docs
6965 for -var-info-expression and document
6966 -var-info-path-expression.
6967
d3bdde98
JB
69682007-08-20 Jim Blandy <jimb@codesourcery.com>
6969
3fb6a982
JB
6970 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6971 (title page): Include the dedication in the printed manual, as a
6972 separate page after the copyright notice.
5ae4183a 6973
d3bdde98
JB
6974 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6975 don't break a @var across a line.
6976
c80a96a8
MR
69772007-07-25 Maciej W. Rozycki <macro@mips.com>
6978
6979 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6980 for include files.
6981
5824a901
NR
69822007-07-12 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6985 in annotate.texinfo.
6986 (Command History): Link to new node.
5824a901 6987
d52e7ea3
UW
69882007-07-05 Markus Deuling <deuling@de.ibm.com>
6989
6990 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6991
5fc14d0a
EZ
69922007-07-05 Eli Zaretskii <eliz@gnu.org>
6993
6994 * gdbint.texinfo (Target Conditionals): Fix last change.
6995
4a9bb1df
UW
69962007-07-03 Markus Deuling <deuling@de.ibm.com>
6997
6998 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6999 routines:
7000 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7001 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7002 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7003 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7004 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7005 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7006 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7007 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7008 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7009 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7010 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7011 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7012 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7013 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7014 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7015 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7016 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7017 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7018 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7019 (SOFTWARE_SINGLE_STEP_P)
7020
7021 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7022 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7023
7024 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7025 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7026 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7027 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7028 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7029 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7030 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7031 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7032 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7033 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7034
7035 (Converting an existing Target Architecture to Multi-arch): Remove
7036 section.
7037
7038 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7039 (gdbarch_addr_bits_remove): Add code example.
7040
7041 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7042
cfa9d6d9
DJ
70432007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7046 Add other missing entries. Adjust the table size to fit.
7047 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7048 stop reasons including the new "library" event.
7049 (General Query Packets): Adjust table widths for qSupported. Mention
7050 qXfer:libraries:read reply to qSupported and document the new packet.
7051 (Library List Format): New section.
7052
159fcc13
JK
70532007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7056
f66d1690
MS
70572007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7058
7059 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7060
67102876
NR
70612007-06-25 Nick Roberts <nickrob@snap.net.nz>
7062
7063 * gdbint.texinfo (Register and Memory Data): Break sections
7064 into nodes and add a menu.
7065
a4642986
MR
70662007-06-21 Maciej W. Rozycki <macro@mips.com>
7067
7068 * gdb.texinfo (Examining Memory): Document the new behaviour.
7069
e9c17194
VP
70702007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7071
7072 * gdb.texinfo (Standard Target Features): Document
7073 m68k features.
7074
31d99776
DJ
70752007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7078
1780a0ed
DJ
70792007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.texinfo (Target Description Format): Add version attribute
7082 for <target>.
7083
822b6570
DJ
70842007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7085
7086 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7087
f8b73d13
DJ
70882007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * gdb.texinfo (MIPS Features): New subsection.
7091
0e7f50da
UW
70922007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7093 Markus Deuling <deuling@de.ibm.com>
7094
7095 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7096 and qXfer:spu:write packets and mention them under qSupported.
7097
23d964e7
UW
70982007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7099 Markus Deuling <deuling@de.ibm.com>
7100
7101 * gdb.texinfo (Architectures): Add new SPU section to document
7102 Cell Broadband Engine SPU architecture specific commands.
7103
9f708cb2
VP
71042007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7105
7106 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7107 comments.
7108
7579b5f8
NR
71092007-06-07 Nick Roberts <nickrob@snap.net.nz>
7110
7111 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7112
bf06d120
JB
71132007-05-29 Jim Blandy <jimb@codesourcery.com>
7114
7115 * gdb.texinfo (Overview): Doc fix.
7116
23776285
MR
71172007-05-22 Maciej W. Rozycki <macro@mips.com>
7118
7119 * gdb.texinfo (Remote Configuration): Document "set/show
7120 remoteflow".
7121
1a69e1e4
DJ
71222007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7123
bf06d120
JB
7124 * gdb.texinfo (MIPS): Remove documentation for set mips
7125 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7126 stack-arg-size.
1a69e1e4 7127
46ba6afa 71282007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7129
46ba6afa
BW
7130 * all-cfg.texi (GDBTUI): New.
7131 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7132 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7133 (TUI Configuration): Edit to improve clarity and fix problems of
7134 both style and content.
5ae4183a 7135
06d3b283
UW
71362007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * observer.texi (GDB Observers): New observer "new_objfile".
7139
179101d6
UW
71402007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7141
7142 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7143
25d5ea92
VP
71442007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.texinfo (GDB/MI Variable Objects): Document
7147 frozen variables objects.
5ae4183a 7148
ea35711c
DJ
71492007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7152 (Character Sets, Caching Data of Remote Targets): Likewise.
7153 (Targets): Delete Remote node. Move its text...
7154 (Debugging Remote Programs): ...to here. Delete description
7155 of the "remote" command.
7156 (Remote configuration): Delete description of "set remotedevice"
7157 and "show remotedevice".
7158 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7159
db2e3e2e
BW
71602007-04-11 Bob Wilson <bob.wilson@acm.org>
7161
5ae4183a
AS
7162 * gdb.texinfo (Contributors, Continuing and Stepping)
7163 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7164 (General Query Packets, File-I/O Remote Protocol Extension)
7165 (Protocol Basics, The F Reply Packet, Write)
7166 (Protocol-specific Representation of Datatypes, Memory Transfer):
7167 Fix hyphenation, punctuation and grammar problems.
7168 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7169 'section' instead of 'subsection' in the text.
7170 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7171 (i386): Remove period from section name.
db2e3e2e
BW
7172 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7173 (Config Names, Configure Options): Use @file{configure}.
7174
8a3dae3e
DJ
71752007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7176
7177 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7178 and tab expansion.
7179
1a92f856
DJ
71802007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7181
7182 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7183
79a6e687 71842007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7185
79a6e687
BW
7186 * gdb.texinfo: Consistently capitalize all significant words in
7187 node names, chapter titles, section titles, and headings. Update
7188 cross references to match.
7189 (Starting and Stopping Trace Experiment): Make node name plural.
7190 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7191
ad527d2e
PA
71922007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7193
7194 * gdb.texinfo (WinCE): Delete obsolete subsection.
7195
7ce59000
DJ
71962007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7197
7198 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7199 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7200 references.
7201
8807d78b
DJ
72022007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7203
7204 * gdb.texinfo (Startup): Delete references to some alternate
7205 names for .gdbinit.
7206 (Thread): Remove LynxOS reference.
7207 (Tandem ST2000): Delete target-specific documentation.
7208 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7209 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7210 and GDB_OSABI_LYNXOS.
7211
5f402660
UW
72122007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7213
7214 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7215
bac718a6
UW
72162007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7217
7218 * gdbint.texinfo (Target Conditionals): Remove mention of
7219 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7220 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7221
9453113a
DJ
72222007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7223
7224 * Makefile.in: Add "pdfdir" installation
7225 directory, PDFTEX macro, support for "install-pdf" target,
7226 and rules for making a pdf version of refcard.texi.
7227 * refcard.tex: Specify paper size for PDF output.
7228
ae21e955 72292007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7230
ae21e955 7231 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7232
3f94c067 72332007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7234
3f94c067
BW
7235 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7236 (Source Path, Character Sets, Macros, Define)
7237 (GDB/MI Result Records, GDB/MI Simple Examples)
7238 (GDB/MI Program Execution, GDB/MI File Commands)
7239 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7240 (Bug Reporting): Use @value{GCC}.
5ae4183a 7241
12c27660 72422007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7243
12c27660
BW
7244 * gdb.texinfo (Help): Fix formatting of examples.
7245 (Variables): Use @ifnotinfo instead of @iftex.
7246 (Non-debug DLL symbols): Use @ref instead of @pxref.
7247 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7248
ce9341a1
BW
72492007-03-26 Bob Wilson <bob.wilson@acm.org>
7250
7251 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7252
c8f4133a
BW
72532007-03-26 Bob Wilson <bob.wilson@acm.org>
7254
7255 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7256 the order of the nodes.
7257 (C Operators, C Constants, Debugging C): Remove extra menus.
7258 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7259
c8f4133a 72602007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7261
7262 * gdb.texinfo (File Options): Add missing parenthesis.
7263 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7264
c74d0ad8
DJ
72652007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7266
7267 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7268
ff6f572f
DJ
72692007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7270
669fac23 7271 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7272 case insensitivity.
7273 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7274
994337c3
NR
72752007-02-18 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7278 (Files): Add section name to argument list for pxref.
7279 (Non-debug DLL symbols): Don't use `see' for pxref.
7280 (Embedded Processors): Fix typo.
7281 (GDB/MI Breakpoint Commands): Execution commands generate
7282 *stopped not ^done.
7283
eb819d70
NR
72842007-02-13 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7287 values for in_scope. Mention that only root variables can be
7288 updated.
7289 (GDB/MI Development and Front Ends): Explain new values may be
7290 added to existing fields.
7291
123dc839
DJ
72922007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7293
7294 * gdb.texinfo (-target-disconnect): Use @smallexample.
7295 (Requirements): Add anchor for Expat. Update description.
7296 (Target Descriptions): Mention Expat.
7297 (Target Description Format): Document new elements. Use
7298 @smallexample.
7299 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7300 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7301
108546a0
DJ
73022007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * gdb.texinfo (Target Description Format): Add section on XInclude.
7305
95a98c01
NR
73062006-02-03 Nick Roberts <nickrob@snap.net.nz>
7307
7308 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7309 command -enable-timings.
7310
f4b3909f
EZ
73112007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7312
5ae4183a 7313 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7314 descriptions for new/deleted elements in gdb_osabi. Add missing
7315 description for function generic_elf_osabi_sniff_abi_tag_sections.
7316
c7ba131e
JB
73172007-01-29 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.texinfo (Maintenance Commands): Add documentation for
7320 the new "maint print target-stack" command.
7321
3a60f64e
JK
73222007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7323 Eli Zaretskii <eliz@gnu.org>
7324
f4b3909f 7325 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7326
c582f8b6
EZ
73272007-01-26 Eli Zaretskii <eliz@gnu.org>
7328
7329 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7330 Use @value{NGCC} instead of @value{GCC}.
7331
d3e8051b
EZ
73322007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7333
7334 * agentexpr.texi: Fix typos.
7335 * annotate.texinfo: Likewise.
7336 * gdb.texinfo: Likewise.
7337 * gdbint.texinfo: Likewise.
7338 * observer.texi: Likewise.
7339 * stabs.texinfo: Likewise.
7340
86f04699
EZ
73412007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7342
7343 * gdbint.texinfo (Support Libraries): Remove mmalloc
7344 entry. Describe readline library.
7345
23181151
DJ
73462007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7347
7348 * gdb.texinfo (Target Descriptions): New section.
7349 (General Query Packets): Add QPassSignals anchor. Mention
7350 qXfer:features:read under qSupported. Expand mentions of
7351 qXfer:memory-map:read and QPassSignals. Document
7352 qXfer:features:read.
7353
f822c95b
DJ
73542007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7355
7356 * gdb.texinfo (Commands to specify files): Describe
7357 "set sysroot" and "show sysroot".
7358 (Using the `gdbserver' program): Lowercase argument
7359 to @var. Expand description of setting up GDB on the
7360 host.
7361
8936fcda
JB
73622007-01-05 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7365 catch exception, catch exception unhandled, and catch assert
7366 commands.
7367
e776119f
DJ
73682007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7369
7370 * gdb.texinfo (Debugging Output): Document "set debug xml"
7371 and "show debug xml".
7372
aa79a185
DJ
73732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7376
7f893741
JB
73772007-01-01 Joel Brobecker <brobecker@adacore.com>
7378
7379 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7380
a1b5960f
VP
73812006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7382
7383 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7384 note in @ignore, to be removed later if nobody complains.
7385
9f470e6e
NR
73862006-12-04 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7389 of -var-delete.
7390
765dc015 73912006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7392
765dc015 7393 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7394 automatic software/hardware breakpoint usage and
7395 the "set breakpoint auto-hw" command.
765dc015 7396
4b5752d0
VP
73972006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7398
7399 * gdb.texinfo (Memory Access Checking): New.
7400
89be2091
DJ
74012006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.texinfo (Remote configuration): Mention
7404 "pass-signals-packet".
7405 (General Query Packets): Document QPassSignals. Fix
7406 a typo.
7407
ca3bf3bd
DJ
74082006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7409
7410 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7411
427c3a89
DJ
74122006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.texinfo (Remote configuration): Rewrite documentation for
7415 packet configuration commands.
7416 (OS Information): Adjust reference to qXfer:auxv:read.
7417 (General Query Packets): Remove references to read-aux-vector-packet
7418 and set remote get-thread-local-storage-address.
7419
7a107747
DJ
74202006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7421
7422 * gdbint.texinfo (Target Architecture Definition): Add new
7423 Initializing a New Architecture section.
7424
1c56eb0e
EZ
74252006-10-31 David Taylor <dtaylor@emc.com>
7426
7427 * stabs.texinfo (Macro define and undefine): New node describing
7428 stabs for #define and #undef.
7429
f73adfeb
AS
74302006-10-27 Andreas Schwab <schwab@suse.de>
7431
7432 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7433
fd60e0df
EZ
74342006-10-21 Eli Zaretskii <eliz@gnu.org>
7435
7436 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7437 clarify on the possible meanings of ``expression'' watched by
7438 watchpoints. Add indexing.
e5ac9b53
EZ
7439 (Prompting, Errors, Invalidation, Annotations for Running)
7440 (Source Annotations): Fix index entries by adding "annotation" to
7441 them, to discriminate from index entries that point to the more
7442 general topic descriptions.
fd60e0df 7443
52bb452f
DJ
74442006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdbint.texinfo (Target Vector Definition): Move most
7447 content into Existing Targets. Add a menu.
7448 (Existing Targets): New section, moved from Target Vector
7449 Definition. Use @subsection.
7450 (Managing Execution State): New section.
7451
58955e58
BW
74522006-10-16 Bob Wilson <bob.wilson@acm.org>
7453
7454 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7455
c8aa23ab
EZ
74562006-10-15 Eli Zaretskii <eliz@gnu.org>
7457
7458 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7459 (Command Syntax, Signals, Backtrace, Connecting)
7460 (Remote configuration, Renesas Boards, Console I/O): Fix last
7461 change: use Ctrl- instead of C-, except wrt Emacs.
7462 (File-I/O Examples): Put Ctrl-c in @kbd.
7463 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7464 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7465 (Signals, Set Breaks, Set Watchpoints): Document optional
7466 arguments to `info signals' `handle', `info breakpoints', and
7467 `info watchpoints'.
c8aa23ab 7468
e7109c7e
EZ
74692006-10-14 Eli Zaretskii <eliz@gnu.org>
7470
7471 * gdb.texinfo (Backtrace): Fix last change.
7472
de3aea7b
NR
74732006-10-14 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7476
7f9087cb
BW
74772006-10-10 Bob Wilson <bob.wilson@acm.org>
7478
c8aa23ab
EZ
7479 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7480 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7481 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7482
68437a39
DJ
74832006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7484 Daniel Jacobowitz <dan@codesourcery.com>
7485
7486 * gdb.texinfo (Packets): Document vFlashErase,
7487 vFlashWrite and vFlashDone packets.
7488 (General Query Packets): Document qXfer:memory-map:read.
7489 Add a new feature for qXfer:memory-map:read.
7490 (Memory map format): New section.
7491 (Target Commands): Mention that gdb can write flash.
7492
fd79ecee
DJ
74932006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7494 Daniel Jacobowitz <dan@codesourcery.com>
7495
7496 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7497 memory regions and "mem auto".
7498
350da6ee
DJ
74992006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7500
7501 * gdbint.texinfo (Array Containers): New section.
7502
2f1acb09
VP
75032006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7504
7505 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7506 -stack-list-arguments HIGH_FRAME argument can be larger then the
7507 actual number of frames.
7508
2ab1eb7a
VP
75092006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7510
7511 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7512 -stack-list-locals HIGH_FRAME argument can be larger then the
7513 actual number of frames.
2ab1eb7a 7514
599b237a
BW
75152006-09-02 Bob Wilson <bob.wilson@acm.org>
7516
7517 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7518 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7519
25ab7e6d
EZ
75202006-09-02 Eli Zaretskii <eliz@gnu.org>
7521
7522 * gdbint.texinfo (Overall Structure): New section "Source Tree
7523 Structure".
7524
940178d3
JB
75252006-08-17 Jim Blandy <jimb@codesourcery.com>
7526
7527 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7528 responses.
7529
30daae6c
JB
75302006-08-08 Joel Brobecker <brobecker@adacore.com>
7531
7532 * gdb.texinfo (Source Path): Add documentation for new
7533 substitute-path commands.
7534
7fa2210b
DJ
75352006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7536
7537 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7538 (Running Configure): ...here.
7539 (Requirements): New node. Mention expat.
7540
3d00d119
DJ
75412006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7542
5ae4183a 7543 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7544 'set download-write-size' and 'show download-write-size'.
7545
0cbfa4ee
DJ
75462006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7547
7548 * stabs.texinfo (Member Type Descriptor): Correct example for
7549 pointer to member types.
7550
16026cd7
AS
75512006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7552
7553 * gdb.texinfo (Optional warnings and messages): Add
7554 'set/show trace-commands'.
7555 (Command files): Add '-v' to source command.
7556
0876f84a
DJ
75572006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7558
7559 * gdb.texinfo (OS Information): Update qPart reference to
7560 qXfer.
7561 (Remote configuration): Likewise.
7562 (Overview): Move @cindex to the start of a paragraph. Talk
7563 about binary data encoding.
7564 (Packets): Refer to the overview for the details of the X
7565 packet encoding.
7566 (General Query Packets): Remove qPart description. Add qXfer
7567 description. Add an anchor to qSupported. Correct feature
7568 table title. Add a new feature for qXfer:auxv:read.
7569 (Interrupts): Add a missing parenthesis.
7570
2ec3381a
DJ
75712006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7572
669fac23 7573 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7574 (GDB/MI Kod Commands): Remove commented out node.
7575
594fe323
EZ
75762006-07-01 Eli Zaretskii <eliz@gnu.org>
7577
7578 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7579 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7580 (GDB/MI Thread Commands, GDB/MI Program Execution)
7581 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7582 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7583 (GDB/MI File Commands, GDB/MI Target Manipulation)
7584 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7585 since the MI prompt is hard-wired into the code.
7586
7e3fb70c
NR
75872006-07-01 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7590 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7591 (GDB/MI Data Manipulation): Remove description of unimplemented
7592 display related commands as variable objects perform this function
7593 and are superior: -display-delete, -display-disable,
7594 -display-enable, -display-insert and -display-list. Move
7595 -environment-cd, -environment-directory, -environment-path
7596 and -environment-pwd to "Program Context".
7597 (GDB/MI Program Control): Rename to "Program Execution". Move
7598 -exec-arguments -exec-abort to...
7599 (GDB/MI Program Context): ...here. New node split from "Data
7600 Manipulation".
7601
be2a5f71
DJ
76022006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7603
7604 * gdb.texinfo (Remote configuration): Document set / show
7605 remote supported-packets.
7606 (General Query Packets): Document qSupported packet.
7607
fc320d37
SL
76082006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7609
7610 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7611 and font markup.
7612 (Protocol basics): Likewise.
7613 (The F request packet): Likewise.
7614 (The F reply packet): Likewise.
7615 (Memory transfer): Move this node to be a subsubsection of
7616 "Protocol specific representation of datatypes".
7617 (The Ctrl-C message): More copy editing.
7618 (Console I/O): Likewise.
7619 (The isatty call): Delete this node, and merge its content into
7620 the "isatty" node. Fixed references elsewhere.
7621 (The system call): Delete this node, and merge its content into
7622 the "system" node. Fixed references elsewhere.
7623 (open): Reformat to use @table, and add appropriate font markup.
7624 (close): Likewise.
7625 (read): Likewise.
7626 (write): Likewise.
7627 (lseek): Likewise.
7628 (rename): Likewise.
7629 (unlink): Likewise.
7630 (stat/fstat): Likewise.
7631 (gettimeofday): Likewise.
7632 (isatty): Likewise.
7633 (system): Likewise, plus minor changes to fix confusing wording.
7634 (Integral datatypes): Fix font markup.
7635 (Pointer values): Likewise.
7636 (struct stat): Fix markup to use @table, plus minor copy editing.
7637 (struct timeval): Fix font markup, plus minor copy editing.
7638 (Constants): Minor copy editing.
7639 (Errno values): Add font markup.
7640 (File-I/O Examples): Likewise.
7641
158fdf5c
NR
76422006-06-10 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7645 (GDB/MI Simple Examples): Move node up one level. Use real
7646 examples.
7647 (GDB/MI Compatibility with CLI): Update.
7648 (GDB/MI Result Records): Add "connected" and "exit" result
7649 classes.
7650 (GDB/MI Stream Records): Clarify target output.
7651 (GDB/MI Command Description Format): Modify example description.
7652 (GDB/MI Breakpoint Table Commands): Rename to...
7653 (GDB/MI Breakpoint Commands): ...this
7654 (GDB/MI Breakpoint Commands): Add optional thread field.
7655 (GDB/MI Program Control): Add an introduction. Move "Program
7656 termination" examples into exec-run description.
7657 (GDB/MI File Commands): Mention similar CLI commands.
7658 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7659 is similar to "-gdb-version".
7660
ddb50cd7
EZ
76612006-06-09 Eli Zaretskii <eliz@gnu.org>
7662
7663 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7664
2aef0d6b
NR
76652006-06-02 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7668 sourceware.org for mailing lists.
d5e40d59 7669 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7670
383a5c52
NR
76712006-06-01 Nick Roberts <nickrob@snap.net.nz>
7672
d5e40d59 7673 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7674
e16b02ee
EZ
76752006-05-22 Eli Zaretskii <eliz@gnu.org>
7676
7677 * gdb.texinfo (Cygwin Native): Fix last change.
7678
be90c084
CF
76792006-05-22 Christopher Faylor <cgf@timesys.com>
7680
7681 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7682
347ceba5
NR
76832006-05-15 Nick Roberts <nickrob@snap.net.nz>
7684
7685 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7686 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7687
369af7bd
DJ
76882006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7689
7690 * gdb.texinfo (General Query Packets): Recommend not starting
7691 new packets with qC and clarify.
7692
2ffdbde8 76932006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7694
7695 * gdb.texinfo (M2 Types): New section.
72019c9c 7696
16d1a084
DJ
76972006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7698
7699 * agentexpr.texi: Add a copyright and license notice.
7700 * observer.texi: Likewise, with GPL clause for function prototypes.
7701 Remove trailing whitespace.
7702
aa56d27a
JB
77032006-05-05 Jim Blandy <jimb@codesourcery.com>
7704
7705 * gdb.texinfo (General Query Packets): Document conventions for
7706 terminating packet names, and their violations.
7707
5bdf8622
DJ
77082006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7709
7710 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7711 * gdb.texinfo: Likewise.
7712
605a56cb
DJ
77132006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7716 and "show remotedebug".
7717 (Debugging Output): Add additional index entries.
7718
b8db102d
MS
77192006-04-27 Michael Snyder <msnyder@redhat.com>
7720
7721 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7722
c5e30d01
AC
77232006-04-22 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7726 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7727
8181d85f
DJ
77282006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7729
7730 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7731 and remove breakpoint prototypes.
7732 (Watchpoints): Move description of target_insert_hw_breakpoint and
7733 target_remove_hw_breakpoint ...
7734 (Breakpoints): ... to here. Document target_insert_breakpoint and
7735 target_remove_breakpoint.
7736
4f553f88
JB
77372006-04-17 Jim Blandy <jimb@codesourcery.com>
7738
7739 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7740 and C packets are optional.
7741
cd852561
FR
77422006-04-14 Frederic Riss <frederic.riss@st.com>
7743
7744 * gdb.texinfo (Specifying source directories): Update the description
7745 of the source file search to reflect the fact that the source path
7746 always contains at least $cdir and $cwd.
7747
b620eb07
MS
77482006-03-31 Michael Snyder <msnyder@redhat.com>
7749
7750 * gdb.texinfo: Update copyright dates.
7751
3156cdaf
EZ
77522006-03-31 Eli Zaretskii <eliz@gnu.org>
7753
7754 * gdb.texinfo (Overview): Add an index entry to "empty response".
7755
7d30c22d
JB
77562006-03-28 Jim Blandy <jimb@codesourcery.com>
7757
7758 * gdbint.texinfo (Prologue Analysis): New section.
7759
86941c27
JB
77602006-03-07 Jim Blandy <jimb@red-bean.com>
7761
66b8c7f6
JB
7762 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7763
1a10341b
JB
7764 * gdb.texinfo (Target Commands): Update text describing how to
7765 specify a target. Refer to the detailed section on remote
7766 debugging, not the brief mention.
7767
86941c27
JB
7768 * gdb.texinfo (Connecting): Organize the different 'target remote'
7769 connection methods into a table. Add a 'target remote' index
7770 entry. (!!!)
7771
62f3a2ba
FF
77722006-02-17 Fred Fish <fnf@specifix.com>
7773
7774 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7775 'ptype' commands to reflect the fact that the only significant
7776 difference between them is that ptype prints the complete type
7777 description instead of just the name.
7778
8b9a88ea
WZ
77792006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7780
7781 * gdbint.texinfo (Watchpoints): Delete
7782 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7783
7e8dc855
NR
77842006-02-10 Nick Roberts <nickrob@snap.net.nz>
7785
7786 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7787 times fields where needed. Fix typos. Update general form given
7788 for output of -break-insert.
7789 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7790
c91d38aa
DJ
77912006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdbint.texinfo (Symbol Handling): Add a section
7794 on memory management.
7795
38fcd64c
DJ
77962006-02-06 Vladimir Prus <ghost@cs.msu.su>
7797
7798 * gdb.texinfo (Breakpoint table commands): Document the fullname
7799 field in -break-list output.
7800
219eec71
EZ
78012006-02-03 Eli Zaretskii <eliz@gnu.org>
7802
7803 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7804 debugging information produced by the various "set debug..."
7805 options.
7806
ae5a43e0
DJ
78072006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.texinfo (Files): Remove obsolete bits from the description
7810 of "symbol-file".
7811
a9f158ec
JB
78122006-01-25 Jim Blandy <jimb@redhat.com>
7813
7814 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7815
410dd08e
JB
78162006-01-24 Jim Blandy <jimb@redhat.com>
7817
7818 * gdbint.texinfo (Frames): Document the basics of GDB's register
7819 unwinding model, and explain the existence of the "sentinel" frame.
7820
4b505b12
AS
78212006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7822
7823 * gdb.texinfo (Choosing files): Mention that -directory is used
7824 for script files.
7825 (Specifying source directories): Likewise.
7826 (Command files): Explain how script files are found.
7827
839c27b7
EZ
78282006-01-21 Eli Zaretskii <eliz@gnu.org>
7829
7830 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7831 the threads in a multi-threaded program.
7832 (Threads): The threadno argument of "thread apply" can be a range
7833 of numbers.
7834
7be93b9e
JB
78352006-01-18 Jim Blandy <jimb@redhat.com>
7836
7837 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7838 of warning flags.
7839
fcc73fe3
EZ
78402006-01-13 Eli Zaretskii <eliz@gnu.org>
7841
7842 * gdb.texinfo (Sequences): Improve menu annotations.
7843 (Define): Add index entries for arguments of user-defined
7844 commands. Move the description of flow-control commands...
7845 (Command Files): ...to here. Document loop_break and
7846 loop_continue.
ca91424e
EZ
7847 (Define, Command Files): Document `end' and add index entries for
7848 it.
fcc73fe3 7849
5c95884b
MS
78502006-01-04 Michael Snyder <msnyder@redhat.com>
7851
7852 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7853 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7854
860701dc
PH
78552006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7856
7857 * gdb.texinfo (Omissions from Ada): Document that there is now
7858 limited aggregate support.
7859
36b80e65
EZ
78602005-12-28 Eli Zaretskii <eliz@gnu.org>
7861
7862 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7863 registers and the likes.
7864
c1468174
EZ
78652005-12-24 Eli Zaretskii <eliz@gnu.org>
7866
7867 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7868 (Symbols): Fix usage of "e.g.".
359df76b 7869 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7870
7871 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7872 (Coding): Fix usage of "e.g.".
7873
c02a867d
EZ
78742005-12-23 Eli Zaretskii <eliz@gnu.org>
7875
5ae4183a
AS
7876 * stabs.texinfo:
7877 * refcard.tex:
c02a867d 7878 * gpl.texi:
5ae4183a
AS
7879 * gdbint.texinfo:
7880 * gdb.texinfo:
7881 * gdb-cfg.texi:
c02a867d 7882 * fdl.texi:
5ae4183a
AS
7883 * annotate.texinfo:
7884 * all-cfg.texi:
c02a867d
EZ
7885 * Makefile.in: Add (C) after Copyright. Update the FSF
7886 address.
7887
fad38dfa
EZ
78882005-12-03 Eli Zaretskii <eliz@gnu.org>
7889
7890 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7891 extend GDB with commands for external monitor.
7892
53e5f3cf
AS
78932005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7894
7895 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7896
55f6ca0f
JB
78972005-11-25 Joel Brobecker <brobecker@adacore.com>
7898
7899 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7900
c1947b85
JB
79012005-11-21 Jim Blandy <jimb@redhat.com>
7902
7903 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7904 placement of 'R' actions in tracepoint action packets; document
7905 dependence of 'X' and 'M' actions on a preceding 'R' action for
7906 their registers.
7907
9d29849a
JB
79082005-11-19 Jim Blandy <jimb@redhat.com>
7909
7910 * gdb.texinfo (Tracepoint Packets): New node.
7911 (General Query Packets): Add entries for the tracepoint packets,
7912 referring to the "Tracepoint Packets" node.
7913 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7914
9a6253be
KB
79152005-11-18 Kevin Buettner <kevinb@redhat.com>
7916
7917 * gdb.texinfo (set remotebreak): Add anchor.
7918 (X packet): Likewise.
7919 (Remote Protocol): Add new section `Interrupts' and new index
7920 entry `interrupts (remote protocol)'.
7921
5f3bebba
JB
79222005-11-18 Jim Blandy <jimb@redhat.com>
7923
7924 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7925 entries into the General Query Packets section. Add a
7926 cross-reference to that section. Drop description of replies, as
7927 these are covered in the descriptions of each packet.
7928 (General Query Packets): Add introductory text. Explain naming
7929 conventions, and how the end of a name is recognized.
7930
9a7a1b36
KB
79312005-11-17 Kevin Buettner <kevinb@redhat.com>
7932
0564b6cf 7933 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7934 "set remotebreak" command.
7935
b8ff78ce
JB
79362005-11-16 Jim Blandy <jimb@redhat.com>
7937
7938 * gdb.texinfo (Packets, Stop Reply Packets)
7939 (General Query Packets): Various formatting cleanups.
7940 - Use @samp for packet contents.
7941 - Drop summaries from packet @item lines; the same information appears
7942 immediately below in the description.
7943 - Delete paragraph breaks after packet @item commands, so that the
7944 description appears directly to the right of the packet prototype
7945 in the printed manual, if it fits.
7946 - Place spaces in packet prototypes between @vars and non-@var
7947 letters, and explain that they're just for formatting.
7948 - Use @dots{} instead of '...'.
7949 - Fix uses of @code where @var was needed.
7950 - Replace "deprecated" markers with English text spelling out the
7951 packet's status and the preferred alternatives.
7952 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7953 what this ever meant.
7954 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7955 this for a long time.
7956 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7957 implemented several times, and have been in use for years.
7958
8ffe2530
JB
79592005-11-15 Jim Blandy <jimb@redhat.com>
7960
c43c5473
JB
7961 * gdb.texinfo (Packets): Add index entries for 'm' packet
7962 disclaimers.
5ae4183a 7963
fb031cdf
JB
7964 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7965 of stub when processing an 'm' packet.
7966
8ffe2530
JB
7967 * gdb.texinfo (Packets): Mention that packets beginning with
7968 letters are reserved once, at the top, instead of actually listing
7969 them all and saying "reserved".
7970
c03c782f
AS
79712005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7972
7973 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7974 Change @var{$arg0 to @code{$arg0.
7975
814e32d7
WZ
79762005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7977
7978 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7979
fa93a9d8
JB
79802005-11-12 Jim Blandy <jimb@redhat.com>
7981
7982 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7983 order. Remove extraneous 'z'.
7984
8a5a3c82
AS
79852005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7986
7987 * gdb.texinfo (Choosing files): Add --eval-command.
7988
4b0ad762
AS
79892005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7990
7991 * gdb.texinfo (Choosing modes): Add --return-child-result.
7992
7993
1a088d06
AS
79942005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7995
7996 * gdb.texinfo (Choosing modes): Add --batch-silent.
7997
656d5e12
EZ
79982005-10-28 Eli Zaretskii <eliz@gnu.org>
7999
8000 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8001 "The -var-update Command".
8002
3c9c013a
JB
80032005-10-03 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.texinfo (Print Settings): Add documentation for set/show
8006 print array-indexes.
8007
7ba3cf9c
DJ
80082005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8011 6.2 and 6.3.
8012
a94ab193
EZ
80132005-08-27 Eli Zaretskii <eliz@gnu.org>
8014
8015 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8016 since 19-Jan-2004.
8017 (Files): Likewise.
ab1adacd
EZ
8018 (Variables, Symbols): Document the "<incomplete type>" message and
8019 its reasons.
a94ab193 8020
ca06016a
FF
80212005-08-01 Fred Fish <fnf@specifix.com>
8022
8023 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8024
cf58170d
NR
80252005-07-15 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8028 option for -var-list-children and -var-update.
8029 (GDB/MI Stack Manipulation): Simplify description of
8030 print-values option for -stack-list-locals.
8031 (GDB/MI Command Description Format): Clarify.
8032 (Mode Options): Spelling of superseded.
8033
38f1196a
BR
80342005-07-12 Bob Rossi <bob@brasko.net>
8035
8036 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8037 corresponding GDB command comment.
8038
3cb3b8df
BR
80392005-07-06 Bob Rossi <bob@brasko.net>
8040
8041 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8042 and -inferior-tty-show.
8043 (Input/Output): Document "set/show inferior-tty" and tty alias.
8044
10fac096
NW
80452005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8046
8047 * gdb.texinfo (Packets): Change description of 'D' packet to note
8048 that GDB does wait for a response.
8049
d1b6db76
NR
80502005-06-22 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * gdb.texinfo (History) Rename "Command History".
8053 (Command History): Move node "Server Prefix" from section on
8054 Annotations here.
8055
29629dcf
NR
80562005-06-19 Nick Roberts <nickrob@snap.net.nz>
8057
8058 * gdb.texinfo (GDB/MI Stack Manipulation):
8059 Re-instate -stack-info-frame with example. Say that it gets
8060 info on selected frame, not current frame.
8061
397ca115
EZ
80622005-06-18 Eli Zaretskii <eliz@gnu.org>
8063
8064 * gdb.texinfo (Server): Clarify that `file' should be used before
8065 connecting to the server.
8066 (Files): Add an xref to the above description.
51274035
EZ
8067 (Output Formats): More detailed description of the `c' format.
8068 (Memory): List explicitly all the formats supported by `x'.
638ac427 8069 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8070 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8071 files. Add more indexing for solib-absolute-prefix and
8072 --with-sysroot.
76d17f34
EZ
8073 (Machine Code): Document possible problems with locations in
8074 shared libraries.
d416eeec
EZ
8075 (Backtrace): Document that free-standing environments do not need
8076 to have a `main' function.
397ca115 8077
74f6deaa
NR
80782005-06-18 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8081 -stack-info-frame.
8082
a9967aef
AC
80832005-06-07 Andrew Cagney <cagney@gnu.org>
8084
8085 * gdb.texinfo (Contributors): Note the original multi-arch
8086 contributors.
8087
e09f16f9
EZ
80882005-06-03 Eli Zaretskii <eliz@gnu.org>
8089
8090 * gdb.texinfo (Registers): Add index entries for the standard
8091 registers.
8092 (Frames): Add cross-reference from frame pointer description to
8093 the Registers node.
8094 (Annotations Overview): Fix the reference to GDB name.
8095
d87ba7ee
EZ
80962005-06-01 Eli Zaretskii <eliz@gnu.org>
8097
8098 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8099 can-use-hw-watchpoints.
8100
034dad6f
BR
81012005-05-28 Bob Rossi <bob@brasko.net>
8102
8103 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8104 the possible reasons why an exec async record would be returned to FE.
8105
ffed4509
AC
81062005-05-26 Andrew Cagney <cagney@gnu.org>
8107
8108 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8109 Andrew Cagney implemented the original GDB/MI.
8110
e22e55c9
OF
81112005-05-23 Orjan Friberg <orjanf@axis.com>
8112
8113 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8114 documentation. Add documentation for cris-mode.
8115
a78e13ce
EZ
81162005-05-20 Eli Zaretskii <eliz@gnu.org>
8117
8118 * gdb.texinfo (Numbers): Explain the example and make the wording
8119 more acurate.
8120
76ff342d
DJ
81212005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8122 Dennis Brueni <dennis@slickedit.com>
8123
8124 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8125 (GDB/MI Data Manipulation, GDB/MI Program Control)
8126 (GDB/MI Stack Manipulation): Update examples to include the fullname
8127 attribute in stack frames.
8128
119b882a
EZ
81292005-05-12 Eli Zaretskii <eliz@gnu.org>
8130
8131 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8132 do with other non-standard names of init files.
8133
6fc08d32
EZ
81342005-05-11 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Command Files): Move the description of the startup
8137 from here...
8138 (Startup): ...to this new subsection of the Invocation chapter.
8139 Rearrange the description of init files more logically and add a
8140 cross-reference to "Command Files". Document the special gdbinit
8141 name for CISCO 68k. Expand the description of what GDB does
8142 during startup.
8143 (History): Add index entry for HISTSIZE.
8144
a561754a
MK
81452005-05-02 Mark Kettenis <kettenis@gnu.org>
8146
8147 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8148
2eecc4ab
EZ
81492005-05-02 Eli Zaretskii <eliz@gnu.org>
8150
8151 * gdb.texinfo (SVR4 Process Information, The isatty call)
8152 (The system call): Don't use foo(N) notation for man pages and
8153 functions.
514c4d71 8154 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8155
18999be5
EZ
81562005-04-27 Eli Zaretskii <eliz@gnu.org>
8157
8158 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8159 were optimized away.
8160
0abb7bc7
EZ
81612005-04-22 Eli Zaretskii <eliz@gnu.org>
8162
8163 * gdb.texinfo (Remote configuration): Document "set/show
8164 get-thread-local-storage-address". Add cross-reference to the
8165 description of the qGetTLSAddr packet.
8166 (General Query Packets): Mention "set remote
8167 get-thread-local-storage-address" and add a reference to its
8168 description.
8169
6f61acb1
NR
81702005-04-19 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * gdb.texinfo (Backtrace): Describe 'bt full'.
8173
9d59903a
NR
81742005-04-17 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * gdb.texinfo (Mode Options): Fix typo.
8177 (GDB/MI): Describe how to invoke GDB/MI.
8178
721c2651
EZ
81792005-04-16 Eli Zaretskii <eliz@gnu.org>
8180
8181 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8182 references changed. Add description of "info udot".
721c2651
EZ
8183 (Files): Document "set/show stop-on-solib-events".
8184 (M32R/D): Document "set/show download-path", "set/show
8185 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8186 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8187 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8188 (Maintenance Commands): Improve indexing.
8189 (Target Commands): Document "set/show hash", "set/show debug
8190 monitor".
8191 (SVR4 Process Information): Document "info pidlist" and "info
8192 meminfo". Document "set/show procfs-tarce" and "set/show
8193 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8194 (Symbols, The Print Command with Objective-C): Improve indexing.
8195 (Objective-C): Add references to "info classes" and "info
8196 selectors".
c45da7e6
EZ
8197 (Debugging Output): Improve wording. Document "set/show debug
8198 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8199 (Set Breaks): Add index entry for "hardware breakpoints".
8200 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8201 and "set/show usehardbreakpoints".
8202 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8203 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8204 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8205 rdiromatzero", "set/show rdiheartbeat".
8206 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8207 "sds".
8208 (Embedded Processors): Document the "sim" command.
8209 (Remote): Document the "remote" command.
8210 (DJGPP Native): Document the "info serial" command.
8211 (Threads): Document "maint info sol-threads".
8212 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8213 (Set Breaks): Improve indexing.
8214 (Command Syntax): Add a reference to dont-repeat.
8215 (Define): Document "dont-repeat".
8216 (TUI Commands): Document "tabset".
8217 (WinCE): New subsection. Document "set/show remotedirectory",
8218 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8219
14d6dd68
EZ
82202005-04-15 Eli Zaretskii <eliz@gnu.org>
8221
8222 * gdb.texinfo (Hurd Native): New subsection, documents
8223 Hurd-specific commands.
a64548ea 8224 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8225 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8226 (MIPS): Improve documentation of heuristic-fence-post. Document
8227 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8228 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8229 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8230 (ARM): Document ARM-specific commands.
a64548ea
EZ
8231 (AVR): New section. Document "info io_registers".
8232 (CRIS): New section. Document "set/show cris-version" and
8233 "set/show cris-dwarf2-cfi".
8234 (HPPA): New section. Document "set/show debug hppa" and "maint
8235 print unwind".
a5adf40f 8236 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8237 (Super-H): New section. Document the "regs" command.
721c2651 8238 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8239
9c16f35a
EZ
82402005-04-09 Eli Zaretskii <eliz@gnu.org>
8241
8242 * gdb.texinfo (Print Settings): Document "set/show print
8243 pascal_static-members", "set print repeats", "show print
8244 null-stop". Improve indexing. Fix documentation of "set print
8245 union".
8246 (Pascal): New section.
8247 (Supported languages): Rename from "Support"; all references
8248 updated. Add a menu item for Pascal.
8249 (Numbers): Document "set radix.
8250 (Screen Size): Document "set/show pagination".
8251 (MIPS Embedded): Remove "set processor" documentation.
8252 (Remote configuration): Document "set/show X/P/Z-packet",
8253 "set/show read-aux-vector-packet", "set/show remote
8254 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8255 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8256 remotedebug", "set/show remotebreak", "set/show remotedevice",
8257 "set/show remotelogfile".
8258 (Auxiliary Vector): Add reference to the description of the
8259 read-aux-vector-packet setting.
8260 (Set Watchpoints): Add a cross-reference to "set remote
8261 hardware-breakpoint-limit".
8262 (General Query Packets): Add indexing of requests and
8263 cross-references to related commands in "Remote configuration".
8264 (File-I/O Overview, The system call): Fix wording and typos.
8265 (Thread Stops): Add index entries.
8266 (Continuing and Stepping): Document "show step-mode".
8267 (i386): New node. Document "set/show struct-convention".
8268 (Files): Document "show trust-readonly-sections".
8269 (Calling): Document "set/show unwindonsignal".
8270 (Messages/Warnings): Add index entries.
8271 (Maintenance Commands): Document "set/show watchdog".
8272 (Annotations Overview): Document "show annotate".
8273 (Set Watchpoints): Add index entries.
8274 (Symbols): Fix doc of case-sensitive.
8275 (ABI): Document "show coerce-float-to-double".
8276 (Convenience Vars, Help): Improve indexing.
8277 (Machine Code): Document "show disassembly-flavor".
8278 (Debugging C plus plus): Document "show overload-resolution".
8279 (Value History, Signaling): Add index entries.
8280
82812005-04-08 Eli Zaretskii <eliz@gnu.org>
8282
8283 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8284 (Processes): Fix wording.
8285 (History, List, Logging output, Define, Symbols, Print Settings):
8286 Improve indexing.
8287
a8f24a35
EZ
82882005-04-03 Eli Zaretskii <eliz@gnu.org>
8289
8290 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8291 redundant index entry for "target" command.
8292 (Backtrace): Add index entries.
8293 (Symbols, Fortran): Document the "set case-sensitive" command.
8294 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8295 (Print Settings): Add index entry for "set demangle-style".
8296 (Target Commands): Document "set download-write-size".
8297 (Debugging Output): Document "set exec-done-display".
8298
09d4efe1
EZ
82992005-04-02 Eli Zaretskii <eliz@gnu.org>
8300
8301 * gdb.texinfo (Files): Fix the name and documentation of
8302 add-shared-symbol-files. Document its alias assf. Update the
8303 list of OSs where GDB supports shared libraries. Fix markup.
8304 (Continuing and Stepping): Add reference to @var{location} in the
8305 text.
8306 (Dump/Restore Files): Fix reference to @{filename}.
8307 (Help): Fix wording.
8308 (Attach): Ditto.
8309 (Set Watchpoints): Ditto.
8310 (Backtrace): Remove redundant index entries. Improve index
8311 entries.
8312 (Delete Breaks): Fix wording.
8313 (Memory): Document the compare-sections command.
8314 (Memory Region Attributes): Improve wording.
8315 (Disabling): Improve wording.
8316 (Fortran): New subsection. Document the "info common" command.
8317 (Help): Document aliases "info copying" and "info warranty".
8318 (Caching Remote Data): New section. Document the "set/show
8319 remotecache" and "info dcache" commands.
8320 (Show): Fix wording of the documentation of the "set
8321 extension-language" command.
8322 (Signals): Add index entry for "info handle".
8323 (Memory Region Attributes): Fix punctuation.
8324 (Symbols): Change the arg name to "location" and refer to it in
8325 the text. Fix wording of "info types" doc.
8326 (Threads): Fix usage of @enumerate @item's.
8327 (Listing Tracepoints): Add index entry for "info tp".
8328 (Set Watchpoints): Add xref to "info break" description.
8329 (Macros): Add an index entry for "macro exp1". Document the
8330 "macro list" command.
8331 (Maintenance Commands): Document "flushregs", "maint agent",
8332 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8333 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8334 "maint print architecture", "maint print objfiles", "maint print
8335 statistics", "maint print type", "maint show-debug-regs", "maint
8336 space", "maint time", and "maint translate-address".
8337 (Connecting): Document the "monitor" command.
8338 (Annotations Overview): Describe the "set annotate" command.
8339
82f2d802
EZ
83402005-04-01 Eli Zaretskii <eliz@gnu.org>
8341
8342 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8343 Rearrange index entries and improve wording about support for
8344 hardware watchpoints.
8345
7d51c7de
BR
83462005-03-10 Bob Rossi <bob@brasko.net>
8347
8348 * gdb.texinfo: Update copyright
8349
68c71a2e
TR
83502005-02-09 Theodore A. Roth <troth@openavr.org>
8351
8352 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8353 error.
8354
83761cbd
KB
83552005-02-03 Kevin Buettner <kevinb@redhat.com>
8356
8357 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8358
9f1c6395
MS
83592005-01-17 Michael Snyder <msnyder@redhat.com>
8360
8361 * gdb.texinfo: Fix spelling, infinte -> infinite.
8362
fbd1b305
MK
83632005-01-08 Mark Kettenis <kettenis@gnu.org>
8364
8365 * observer.texi (GDB Observers): Document "solib_loaded".
8366
3ace7edb
AC
83672005-01-07 Andrew Cagney <cagney@gnu.org>
8368
bec39cab
AC
8369 * configure.ac: Rename configure.in, require autoconf 2.59.
8370 * configure: Re-generate.
8371
3ace7edb
AC
8372 * configure.in: Replace configdirs with multiple references to
8373 AC_CONFIG_SUBDIRS.
8374 * configure: Re-generate.
5ae4183a 8375
53531fc1
AC
83762005-01-04 Andrew Cagney <cagney@gnu.org>
8377
8378 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8379 part of the version number.
8380
536ffdb7
MK
83812004-12-24 Mark Kettenis <kettenis@gnu.org>
8382
8383 * gdbint.texinfo (Algorithms): Remove description of
8384 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8385
e1aac25b
JB
83862004-12-07 Jim Blandy <jimb@redhat.com>
8387
8388 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8389 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8390 numbers.
8391
f47b1503
AS
83922004-12-07 Andreas Schwab <schwab@suse.de>
8393
8394 * gdb.texinfo (Mode Options): Document -l option.
8395
b6b8ece6
EZ
83962004-12-04 Eli Zaretskii <eliz@gnu.org>
8397
8398 * gdbint.texinfo (Algorithms): More accurate description of
8399 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8400 is not needed unless data-read and data-access watchpoints are
8401 supported. Add a description of how GDB checks whether the
8402 inferior stopped because a watchpoint was hit.
8403
01371747
EZ
84042004-11-23 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Files): Add cross-reference to description of
8407 -readnow command-line switch.
8408
2315ffec
RC
84092004-11-10 Randolph Chung <tausq@debian.org>
8410
8411 * gdb.texinfo: Document set/show backtrace past-entry commands.
8412 Rearrange index entries for set/show backtrace past-main.
8413
69065f5d
AC
84142004-11-10 Jon Beniston <jon@beniston.com>
8415
8416 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8417 * gdb.texinfo (Remote Serial Protocol): Further describe
8418 binary transfer escaping mechanism .
69065f5d 8419
30e91e0b
RC
84202004-11-08 Randolph Chung <tausq@debian.org>
8421
8422 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8423 and "show debug infrun". Add index entries.
8424
60bf7e09
EZ
84252004-10-23 Eli Zaretskii <eliz@gnu.org>
8426
8427 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8428 "info proc" that are already implemented. Add index entries.
8429 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8430 (Files): Add a tip for decreasing memory used for symtabs from
8431 shared libraries.
f018e82f
EZ
8432 (Starting): Fix whitespace; make "elaboration" stand out where it
8433 is first used, and add an index entry for the term.
f8568604
EZ
8434 (Calling): Expand and elaborate text. Add "print". Add the
8435 description of problems with weak aliases.
384ee23f 8436 (Core File Generation): New section.
60bf7e09 8437
d52fe014
AC
84382004-10-12 Andrew Cagney <cagney@gnu.org>
8439
8440 * gdbint.texinfo (Versions and Branches): New chapter.
8441 (Releasing GDB): Delete "Versions and Branches" section.
8442 (Top): Add "Versions and Branches".
8443
703663ab
EZ
84442004-10-08 Eli Zaretskii <eliz@gnu.org>
8445
8446 * gdb.texinfo (Editing, History): Add cross-references to the
8447 included Readline and History user documentation. Remove
8448 references to the symbol have-readline-appendices which is unused
8449 and undefined.
8450 (History): Fix indexing.
8451
ac77d04f
JJ
84522004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8453
8454 * gdbint.texinfo (target_stopped_data_address): Update to
8455 new prototype.
8456 (i386_stopped_data_address): Update prototype and description.
8457 (i386_stopped_by_watchpoint): New function and description.
8458
e07c999f
PH
84592004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8460
8461 * gdb.texinfo (Filenames): Add Ada suffixes.
8462 (Ada) New section.
8463
2e868123
AC
84642004-09-27 Andrew Cagney <cagney@gnu.org>
8465 Robert Picco <Robert.Picco@hp.com>
8466
8467 * gdb.texinfo (Packets): Document the "p" packet.
8468
02a57714
JM
84692004-09-21 Jason Molenda (jmolenda@apple.com)
8470
8471 * gdb.texinfo (Paths and Names of the Source Files): Document the
8472 meaning of values in the 'desc' field of a SO stab.
8473
ae038cb0
DJ
84742004-09-20 Daniel Jacobowitz <dan@debian.org>
8475
8476 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8477 max-cache-age" and "maint show dwarf2 max-cache-age".
8478
f7dc1244
EZ
84792004-09-16 Eli Zaretskii <eliz@gnu.org>
8480
8481 * gdb.texinfo (Set Breaks): Add index entry for setting
8482 breakpoints on overloaded C++ functions that are not members of
8483 any classes. Add an example and an index entry for setting
8484 breakpoints on all program functions.
8485 (Character Sets, Macros, Overlay Commands)
8486 (Non-debug DLL symbols, GDB/MI Output Syntax)
8487 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8488 Use "(@value{GDBP})" instead of a literal "(gdb)".
8489
f810308b
AC
84902004-09-12 Andrew Cagney <cagney@gnu.org>
8491
8492 * gdbint.texinfo (Native Debugging): Delete description of
8493 FILES_INFO_HOOK.
8494
15a661f3
PH
84952004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8496
5ae4183a
AS
8497 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8498 to hex_string_custom (not historically correct, but more
15a661f3
PH
8499 understandable, given the current code).
8500
f3219c75
AC
85012004-09-03 Andrew Cagney <cagney@gnu.org>
8502
8503 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8504
f3bb6704
JJ
85052004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8506
8507 * observer.texi (solib_unloaded): New observer.
8508
8d2c00cb
AC
85092004-08-24 Andrew Cagney <cagney@gnu.org>
8510
8511 * gdbint.texinfo (Target Architecture Definition): Add missing
8512 comma.
8513
e7dc800a
MC
85142004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8515
8516 * (Using the Testsuite): build != host is supported,
8517 but some test scripts do not support build != host.
8518
73b03683
MK
85192004-08-14 Mark Kettenis <kettenis@gnu.org>
8520
8521 * gdbint.texinfo (Host Definition): Delete description of
8522 FCLOSE_PROVIDED and GETENV_PROVIDED.
8523
c0ccb908
MK
85242004-08-05 Mark Kettenis <kettenis@chello.nl>
8525
8526 * gdbint.texinfo (Host Definition): Delete description of
8527 NO_SYS_FILE.
8528 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8529 PTRACE_FP_BUG.
8530
9c8dbfa9
AC
85312004-08-05 Andrew Cagney <cagney@gnu.org>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Delete
8534 reference to deprecated_read_fp.
8535
f42accbe
AC
85362004-08-02 Andrew Cagney <cagney@gnu.org>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Delete
8539 description of DEPRECATED_REGISTER_BYTES.
8540
0b66e38c
EZ
85412004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8542
8543 * gdb.texinfo (Source Path): Document the new behavior of
8544 searching for the source files.
8545
15387254
EZ
85462004-07-17 Eli Zaretskii <eliz@gnu.org>
8547
8548 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8549 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8550 (Auto Display): Improve indexing.
8551
2c07db7a
AC
85522004-07-16 Andrew Cagney <cagney@gnu.org>
8553
8554 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8555 "-noasync".
8556
4644b6e3
EZ
85572004-07-09 Eli Zaretskii <eliz@gnu.org>
8558
8559 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8560 have the same prefix have only their prefix in the index.
8561
7561d450
MK
85622004-07-03 Mark Kettenis <kettenis@gnu.org>
8563
8564 * gdb.texinfo (BSD libkvm Interface): New node (section)
8565 (Native): Add it to the menu.
8566
67bebe79
MK
85672004-07-01 Mark Kettenis <kettenis@gnu.org>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Remove
8570 PCC_SOL_BROKEN.
8571
1a6923e0
MK
85722004-06-24 Mark Kettenis <kettenis@gnu.org>
8573
8574 * gdbint.texinfo (Target Architecture Definition): Remove
8575 SUN_FIXED_LBRAC_BUG.
8576
b435e160
AC
85772004-06-26 Andrew Cagney <cagney@gnu.org>
8578
8579 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8580
b5622e8d
AC
85812004-06-20 Andrew Cagney <cagney@gnu.org>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Deprecate
8584 USE_STRUCT_CONVENTION.
8585
e0c07bf0
MC
85862004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8587
8588 gdb.texinfo (Bug Reporting): Mention session recording,
8589 with the script command or Emacs.
8590
782263ab
AC
85912004-06-18 Andrew Cagney <cagney@gnu.org>
8592
8593 * gdbint.texinfo (Target Architecture Definition): Deprecate
8594 FUNCTION_START_OFFSET.
8595
03727ca6
AC
85962004-06-14 Andrew Cagney <cagney@gnu.org>
8597
8598 Based on changes from Karl Berry.
8599 * gdb.texinfo: Do not use @sc in a direntry.
8600 * stabs.texinfo: Change @dircateogry to "Software development".
8601 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8602
97092415
AC
86032004-06-13 Andrew Cagney <cagney@gnu.org>
8604
8605 * gdbint.texinfo (Target Architecture Definition): Delete
8606 description of RETURN_VALUE_ON_STACK.
8607
1f6d4158
AC
86082004-06-09 Andrew Cagney <cagney@gnu.org>
8609
8610 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8611 deleted by previous patch.
8612
d966f0cb
AC
86132004-06-08 Andrew Cagney <cagney@gnu.org>
8614
8615 * gdbint.texinfo (Native Debugging): Delete documentation on
8616 ATTACH_DETACH.
8617
86fe4aaa
RC
86182004-06-06 Randolph Chung <tausq@debian.org>
8619
8620 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8621
d4b6d575
RC
86222004-06-06 Randolph Chung <tausq@debian.org>
8623
5ae4183a 8624 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8625 the new push_dummy_call method signature. Describe the function
8626 argument.
8627
4e8b0763
JB
86282004-05-24 Joel Brobecker <brobecker@gnat.com>
8629
8630 * gdb.texinfo (Starting): Document new start command.
8631
59caf092
AC
86322004-05-21 Andrew Cagney <cagney@redhat.com>
8633
8634 * observer.texi (GDB Observers): Document "inferior_created".
8635
e4a2df64
AC
86362004-05-08 Andrew Cagney <cagney@redhat.com>
8637
e6b55ae2
AC
8638 * gdbint.texinfo (Target Architecture Definition): Delete
8639 description of DO_DEFERRED_STORES.
8640
28954179
AC
8641 * gdbint.texinfo (Target Architecture Definition): Delete
8642 references to DEPRECATED_FIX_CALL_DUMMY.
8643
434b87dd
AC
8644 * gdbint.texinfo (Target Architecture Definition): Delete
8645 description of DEPRECATED_CALL_DUMMY_WORDS,
8646 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8647
58d28df8
AC
8648 * gdbint.texinfo (Target Architecture Definition): Delete
8649 description of DEPRECATED_PUSH_DUMMY_FRAME.
8650
e4a2df64
AC
8651 * gdbint.texinfo (Target Architecture Definition): Delete
8652 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8653
2b4855ab
AC
86542004-05-07 Andrew Cagney <cagney@redhat.com>
8655
8656 * observer.texi (GDB Observers): Add "Debugging" section. Include
8657 cross reference to "set/show debug observer".
8658 * gdb.texinfo (Debugging Output): Document "set/show debug
8659 observer".
8660
fcf70625
AC
86612004-05-01 Andrew Cagney <cagney@redhat.com>
8662
8663 * gdbint.texinfo (Target Architecture Definition): Delete
8664 description of DEPRECATED_PC_IN_SIGTRAMP.
8665
8ee56bcf
AC
86662004-04-30 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Delete
8669 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8670
67ab9a76
OF
86712004-04-30 Orjan Friberg <orjanf@axis.com>
8672
8673 * observer.texi (GDB Observers): Correct spelling.
8674
79346bcb
OF
86752004-04-26 Orjan Friberg <orjanf@axis.com>
8676
8677 * observer.texi (GDB Observers): Add target_changed event.
8678
7a464420
AC
86792004-04-08 Andrew Cagney <cagney@redhat.com>
8680
8681 * observer.texi (GDB Observers): Rework, provide generic observer
8682 definitions and then a list of observable events.
8683
6cdf9d98
AC
86842004-04-04 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdbint.texinfo (Host Definition): Delete reference to
8687 NO_SIGINTERRUPT.
8688
ddc135a4
AC
86892004-04-02 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbint.texinfo (Target Architecture Definition): Delete
8692 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8693
6a1b180d
SC
86942004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8695
8696 * gdb.texinfo (TUI Commands): Document tui reg commands.
8697
d0d5df6f
AC
86982004-03-26 Andrew Cagney <cagney@redhat.com>
8699
8700 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8701 "gdbtui".
8702 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8703 (Contributors): Mention both Text and Terminal User Interface.
8704
aa2a3f87
AC
87052004-03-23 Andrew Cagney <cagney@redhat.com>
8706
8707 * gdbint.texinfo (Target Architecture Definition): Deprecate
8708 references to SIGTRAMP_START and SIGTRAMP_END.
8709
f561f026
AC
87102004-03-23 Andrew Cagney <cagney@redhat.com>
8711
8712 * gdbint.texinfo (Target Architecture Definition): Deprecate
8713 references to PC_IN_SIGTRAMP.
8714
33cb8b0f
AC
87152004-03-19 Andrew Cagney <cagney@redhat.com>
8716
8717 * gdbint.texinfo (Target Architecture Definition): Delete
8718 reference to GDB_TARGET_IS_HPPA.
8719
fc989b7a
AC
87202004-03-18 Andrew Cagney <cagney@redhat.com>
8721
8722 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8723 describe pre_init and post_init.
8724
701b08bb
DJ
87252004-03-09 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * gdb.texinfo (Debugging Output): Document values for "set debug
8728 target".
8729
faae5abe
AC
87302004-02-28 Andrew Cagney <cagney@redhat.com>
8731
8732 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8733
dd79a6cf
JJ
87342004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8735
8736 * gdb.texinfo (breakpoints): Add information about the
8737 new "set breakpoint pending" and "show breakpoint pending"
8738 commands.
8739
e7f16015
AC
87402004-02-26 Andrew Cagney <cagney@redhat.com>
8741
8742 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8743 in Per-architecture module data section.
8744
7161a3a6
RM
87452004-02-25 Roland McGrath <roland@redhat.com>
8746
8747 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8748
2154891a
AC
87492004-02-24 Andrew Cagney <cagney@redhat.com>
8750
8751 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8752 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8753 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8754
6c74ac8b
AC
87552004-02-17 Andrew Cagney <cagney@redhat.com>
8756
8757 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8758
19772a2c
AC
87592004-02-16 Andrew Cagney <cagney@redhat.com>
8760
8761 * gdbint.texinfo (Target Architecture Definition): Deprecate
8762 FRAMELESS_FUNCTION_INVOCATION.
8763
c9830293
AC
87642004-02-16 Andrew Cagney <cagney@redhat.com>
8765
8766 * gdbint.texinfo (Coding): Mention -Wunused-function.
8767
b9d26eb9
AC
87682004-02-14 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdbint.texinfo (Target Architecture Definition): Delete
8771 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8772
49efadf5
EZ
87732004-02-12 Elena Zannoni <ezannoni@redhat.com>
8774
8775 * gdb.texinfo: Properly quote the name "C++".
8776 * gdbint.texinfo: Ditto.
8777 * stabs.texinfo: Ditto.
8778
1eb288ea
EZ
87792004-02-11 Elena Zannoni <ezannoni@redhat.com>
8780
8781 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8782 minimal information about libiberty.
8783
e4937fc1
MC
87842004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8785
8786 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8787
a9331b3f
RM
87882004-02-04 Roland McGrath <roland@redhat.com>
8789
8790 * gdb.texinfo (Auxiliary Vector): New node (section).
8791 (Data): Add it to the menu.
8792
2650777c
JJ
87932004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8794
8795 * gdb.texinfo (Breakpoints): Add information about pending
8796 breakpoint support.
8797
b4501125
AC
87982004-01-26 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdb.texinfo (Overview): Delete references to the cisco protocol
8801 including the "N" response.
8802
74055713
AC
88032004-01-26 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbint.texinfo (Target Architecture Definition): Rename
8806 EXTRACT_STRUCT_VALUE_ADDRESS to
8807 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8808
3bbe9696
EZ
88092004-01-24 Eli Zaretskii <eliz@gnu.org>
8810
8811 * gdb.texinfo (KOD): Document "show os". Add index entries for
8812 "set/show os" and "info cisco" commands.
8813
5843504f
EZ
88142004-01-21 Eli Zaretskii <eliz@gnu.org>
8815
8816 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8817
9175c9a3
MC
88182004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8819
8820 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8821 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8822
8e94b928
NR
88232004-01-19 Nick Roberts <nick@nick.uklinux.net>
8824
8825 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8826 -stack-list-locals.
8827 (GDB/MI Variable Objects): Describe extension to
8828 -var-list-children.
8829
a20cf136
DJ
88302004-01-17 Daniel Jacobowitz <drow@mvista.com>
8831
8832 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8833
afb18d0f
AC
88342004-01-17 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbint.texinfo (Target Architecture Definition): Delete
8837 documentation on DEPRECATED_NPC_REGNUM.
8838
b51970ac
DJ
88392004-01-13 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * gdb.texinfo: Update copyright year. Mention that set
8842 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8843 "set follow-fork-mode ask".
8844
0f0cffd2
AC
88452004-01-13 Andrew Cagney <cagney@redhat.com>
8846
8847 * gdbint.texinfo: Update copyright year.
8848 (Coding): Add -Wunused-label to list of -Werror warnings.
8849
c552b3bb 88502004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8851 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8852
8853 * gdb.texinfo: Update copyright.
8854 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8855 around names, as appropriate. Minor syntax cleanup of
8856 _NSPrintForDebugger explanation. Two spaces after periods.
8857 GDBN used instead of lit. "gdb". Index entries added for
8858 print-object and _NSPrintForDebugger. @noindent added in one spot.
8859
afe157ca
EZ
88602003-11-11 Elena Zannoni <ezannoni@redhat.com>
8861
8862 * stabs.texinfo: Add dircategory and direntry commands.
8863 * annotate.texinfo: Ditto.
8864
963e2bb7
AC
88652003-11-10 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Replace the
8868 return_value method's "inval" and "outval" parameters with
8869 "readbuf" and "writebuf".
8870
1d8b2f28
JB
88712003-10-28 Jim Blandy <jimb@redhat.com>
8872
8873 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8874 from "The `F' request packet" and "The `F' reply packet", to make
8875 texi2dvi happy.
8876 (File-I/O remote protocol extension): Update menu entries, too.
8877
36d86913
MC
88782003-10-26 Michael Chastain <mec@shout.net>
8879
8880 * gdb.texinfo (Thread Stops): Document the issue with
8881 premature return from system calls in multi-threaded programs.
8882
ce2826aa
AC
88832003-10-24 Andrew Cagney <cagney@redhat.com>
8884
8885 * annotate.texinfo: Fix "fortunatly"[sic].
8886
f24c5e49
KI
88872003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8888
8889 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8890 with "Hitachi" and "Mitsubishi".
8891
92ad9cd9
AC
88922003-10-20 Andrew Cagney <cagney@redhat.com>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Document
8895 gdbarch_return_value. Add cross references from
8896 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8897 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8898
0ab4b752
MK
88992003-10-18 Mark Kettenis <kettenis@gnu.org>
8900
8901 * gdbint.texinfo (Target Architecture Definition): Document
8902 regset_from_core_section.
fb3e19c0
KI
8903
89042003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8905
8906 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8907
a9331b3f 89082003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8909
8910 From Anthony Green <green@redhat.com>:
5ae4183a 8911 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8912
1485d690
KB
89132003-10-14 Kevin Buettner <kevinb@redhat.com>
8914
889bf7c5
PA
8915 * gdb.texinfo (Breakpoint related warnings): New node.
8916 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8917
86d30acc
DJ
89182003-10-13 Daniel Jacobowitz <drow@mvista.com>
8919
8920 * gdb.texinfo (Remote Protocol): Document v and vCont.
8921
172c2a43
KI
89222003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8923
8924 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8925 * gdbint.texinfo: Ditto.
8926
71952f4c
AC
89272003-10-09 Andrew Cagney <cagney@redhat.com>
8928
8929 From 2003-09-18 David Anderson <davea@sgi.com>:
8930 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8931 "command".
8932
268e2188
AC
89332003-10-03 Andrew Cagney <cagney@redhat.com>
8934
8935 * gdbint.texinfo (Target Architecture Definition): Deprecate
8936 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8937 just target.
8938
12c266ea 89392003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8940
f30992d4 8941 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8942 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8943 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8944 * gdbint.texinfo (Target Architecture Definition): Rename
8945
89462003-09-30 Andrew Cagney <cagney@redhat.com>
8947
f30992d4 8948 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8949 (Target Architecture Definition):
f30992d4 8950
2e092625
AC
8951 * gdbint.texinfo (Target Architecture Definition): Rename
8952 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8953
0717ae8a
AC
89542003-09-29 Andrew Cagney <cagney@redhat.com>
8955
dad809b7
AC
8956 * gdbint.texinfo (Target Architecture Definition): Delete
8957 documentation for NEED_TEXT_START_END.
8958
0717ae8a
AC
8959 * gdbint.texinfo (Target Architecture Definition): Rename
8960 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8961 TARGET_WRITE_PC.
a9331b3f 8962
af6cf26d
MC
89632003-09-22 Michael Chastain <mec@shout.net>
8964
8965 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8966
ee206350
AG
89672003-09-21 Anthony Green <green@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8970
a38c9fe6
MK
89712003-09-21 Mark Kettenis <kettenis@gnu.org>
8972
8973 * gdbint.texinfo (Target Architecture Definition): Document
8974 stabs_argument_has_addr.
8975
77949794
AC
89762003-09-18 Andrew Cagney <cagney@redhat.com>
8977
8978 * gdbint.texinfo (Target Architecture Definition): Delete
8979 documentation on REGISTER_NAMES.
8980
8e823e25
MK
89812003-09-13 Mark Kettenis <kettenis@gnu.org>
8982
8983 * gdbint.texinfo (Target Architecture Definition): Replace
8984 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8985
f27dd7fd
AC
89862003-09-11 Andrew Cagney <cagney@redhat.com>
8987
8988 * gdbint.texinfo (Target Architecture Definition): Replace
8989 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8990
8b148df9
AC
89912003-08-18 Andrew Cagney <cagney@redhat.com>
8992
8993 * gdbint.texinfo (Target Architecture Definition): Document
8994 "frame_red_zone_size".
8995
25d29d70
AC
89962003-08-09 Andrew Cagney <cagney@redhat.com>
8997
8998 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8999 with "set/show backtrace past-main" and "set/show backtrace
9000 limit".
9001
c938e9b0
L
90022003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9003
9004 * Makefile.in (install-info): Support DESTDIR.
9005 (install-html): Likewise.
9006
64fabec2
AC
90072003-08-07 Andrew Cagney <cagney@redhat.com>
9008
9009 Patch from Nick Roberts.
9010 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9011 bindings. Remove description of send-gdb-command.
9012
2fcf52f0
AC
90132003-08-07 Andrew Cagney <cagney@redhat.com>
9014
9015 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9016 GDB 6.0.
9017
086432e2
AC
90182003-08-06 Andrew Cagney <cagney@redhat.com>
9019
9020 * gdb.texinfo (Mode Options): Mention that level three is the
9021 highest available and that level 2 is deprecated.
9022 (Annotations Overview): Mention annotation levels. Cross reference
9023 to "Limitations of the Annotation Interface" in annotate.texi.
9024 (TODO, Value Annotations, Frame Annotations): Delete section.
9025 (Displays, Breakpoint Info): Delete.
9026
e5249f67
AC
90272003-08-04 Andrew Cagney <cagney@redhat.com>
9028
9029 * agentexpr.texi: Delete @bye.
9030 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9031 (stabs.info): Add $(srcdir) to include search path.
9032 (html): Depend on "annotate_toc.html", and not "annotate.html".
9033 * stabs.texinfo: Ditto. Include "fdl.texi".
9034 * gdbint.texinfo: Update copyright statement's list of invariant
9035 sections.
9036
e6f672d2
AC
90372003-07-28 Andrew Cagney <cagney@redhat.com>
9038
9039 * Makefile.in (INFO_DEPS): Add annotate.info.
9040 (dvi, ps, html, pdf): Add annotate.
9041 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9042 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9043 (ANNOTATE_DOC_FILES): New macro.
9044 (ANNOTATE_TEX_TMPS): New macro.
9045 (annotate.info, annotate_toc.html): Specify dependencies.
9046 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9047 * annotate.texinfo: Rename annotate.texi. Get building. Add
9048 "Migrating to GDB/MI" and "Limitations of the Annotation
9049 Interface" chapters. Mention why it is not part of the user
9050 guide. Update copyright notice. Include "fdl.texi".
9051
72ffddc9
SC
90522003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9053
9054 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9055
a9f12a31
DJ
90562003-07-24 Daniel Jacobowitz <drow@mvista.com>
9057
9058 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9059
b1fe9455
DJ
90602003-07-24 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * gdb.texinfo (Server): Mention pidof.
9063
153721e6
AC
90642003-07-22 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9067 list.
9068
0fac0b41
DJ
90692003-06-28 Daniel Jacobowitz <drow@mvista.com>
9070
9071 * gdb.texinfo (Logging output): New chapter.
9072
4e562065
JB
90732003-06-24 Joel Brobecker <brobecker@gnat.com>
9074
9075 * gdb.texinfo (Unsupported languages): New section.
9076 (Languages): Add link to new section.
9077
f2c06f52
AC
90782003-06-22 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9081
b4177fca
DJ
90822003-06-22 Daniel Jacobowitz <drow@mvista.com>
9083
9084 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9085
f418dd93
DJ
90862003-06-22 Daniel Jacobowitz <drow@mvista.com>
9087
9088 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9089 * agentexpr.texi: Retitle section, and change it to an appendix.
9090 Comment out texinfo initialization. Factor a @var{} into two
9091 pieces to prevent makeinfo warnings.
9092 * gdb.texinfo: Add Agent Expressions appendix.
9093
4ca61388
DJ
90942003-06-19 Daniel Jacobowitz <drow@mvista.com>
9095
9096 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9097
07f31aa6
DJ
90982003-06-18 Daniel Jacobowitz <drow@mvista.com>
9099
5ae4183a 9100 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9101 remote target". Document the "detach" and "disconnect" commands.
9102 (Server, Netware, Debug Session): Reference "Connecting to a
9103 remote target".
9104 (GDB/MI Target Manipulation): Document "-target-disconnect".
9105
2dd0da42
AC
91062003-06-13 Andrew Cagney <cagney@redhat.com>
9107
9108 * gdbint.texinfo (Target Architecture Definition): Deprecate
9109 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9110 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9111
e7a3abfc
JB
91122003-06-09 Jim Blandy <jimb@redhat.com>
9113
9114 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9115
25e3a86b
AC
91162003-06-08 Andrew Cagney <cagney@redhat.com>
9117
9118 * gdbint.texinfo (Target Architecture Definition): Delete
9119 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9120
a9e5fdc2
AC
91212003-06-08 Andrew Cagney <cagney@redhat.com>
9122
9123 * gdbint.texinfo (Target Architecture Definition): Document
9124 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9125
b37303ee
AF
91262003-06-07 Adam Fedor <fedor@gnu.org>
9127
9128 * gdb.texinfo: Add Objective-C documentation.
9129
39fe6e80
AC
91302003-06-01 Andrew Cagney <cagney@redhat.com>
9131
9132 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9133 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9134
125309b2
AC
91352003-05-21 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdbint.texinfo (Target Architecture Definition): Delete
9138 references to "extract_address" and "store_address".
9139
b8b527c5
AC
91402003-05-16 Andrew Cagney <cagney@redhat.com>
9141
9142 * gdbint.texinfo (Target Architecture Definition): Replace
9143 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9144 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9145
50e3ee83
TR
91462003-05-14 Theodore A. Roth <troth@openavr.org>
9147
9148 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9149
44e2be90
L
91502003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9151
9152 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9153 (gdb.dvi): Likewise.
9154 (gdb.pdf): Likewise.
9155 (links2roff): Likewise.
9156
df5215a6
JB
91572003-05-08 Jim Blandy <jimb@redhat.com>
9158
9159 * gdb.texinfo (Dump/Restore Files): Update documentation for
9160 'dump', 'append', and 'restore': note that format argument is
9161 optional; simplify presentation of the command variants; and be
9162 more precise about the formats.
9163
5e7b2f39
JB
91642003-05-07 Jim Blandy <jimb@redhat.com>
9165
9166 * gdb.texinfo (Symbols): Update documentation: 'maint list
9167 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9168 symtabs' and 'maint info psymtabs'.
9169
b1e29e33
AC
91702003-05-05 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Make
9173 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9174 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9175 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9176
00905d52
AC
91772003-05-04 Andrew Cagney <cagney@redhat.com>
9178
9179 * gdb.texinfo (Maintenance Commands): Document "maint print
9180 dummy-frames".
9181
54ff5908
AC
91822003-05-04 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9185
32e7087d
JB
91862003-05-03 J. Brobecker <brobecker@gnat.com>
9187
9188 Thierry Schneider <tpschneider1@yahoo.com>
9189 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9190 for new MI command.
9191
7043d8dc
AC
91922003-05-03 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Document
9195 push_dummy_code. Add cross references.
9196
e33d66ec
EZ
91972003-05-02 Elena Zannoni <ezannoni@redhat.com>
9198
9199 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9200 set/show charsets commands.
9201
0ba6dca9
AC
92022003-04-28 Andrew Cagney <cagney@redhat.com>
9203
9204 * gdbint.texinfo (Target Architecture Definition): Replace
9205 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9206 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9207
d7a27068
AC
92082003-04-28 Andrew Cagney <cagney@redhat.com>
9209
9210 * gdbint.texinfo (Target Architecture Definition): Rename
9211 "tm_print_insn" to "deprecated_tm_print_insn".
9212
44ea7b70
JB
92132003-04-09 Jim Blandy <jimb@redhat.com>
9214
9215 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9216 list psymtabs'.
9217
fb8f8949
AC
92182003-04-08 Andrew Cagney <cagney@redhat.com>
9219
9220 * gdbint.texinfo (Target Architecture Definition): Delete
9221 references to EXTRA_FRAME_INFO.
9222
32fb0f22
AC
92232003-04-08 Andrew Cagney <cagney@redhat.com>
9224
9225 * gdbint.texinfo (Target Architecture Definition): Delete
9226 PRINT_TYPELESS_INTEGER.
9227
6be67e67
JB
92282003-04-02 J. Brobecker <brobecker@gnat.com>
9229
9230 * observer.texi (GDB Observers): Adjust the documentation for the
9231 normal_stop notification to better describe reality. Fix a couple
9232 of minor typos.
9233
4e35d5f0
BR
92342003-04-02 Bob Rossi <bob_rossi@cox.net>
9235
a9331b3f 9236 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9237 '-file-list-exec-source-file'
9238
e8a8712a
AC
92392003-03-31 Andrew Cagney <cagney@redhat.com>
9240
9241 * gdbint.texinfo (Target Architecture Definition): Delete
9242 references to CALL_DUMMY_P.
9243
6c0e89ed
AC
92442003-03-30 Andrew Cagney <cagney@redhat.com>
9245
9246 * gdbint.texinfo (Target Architecture Definition): Remove
9247 reference to TARGET_WRITE_SP.
a9331b3f 9248
378bfd1b
AC
92492003-03-27 Andrew Cagney <cagney@redhat.com>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Remove
9252 references to write_sp.
6c0e89ed 9253
922fbb7b
AC
92542003-03-27 Andrew Cagney <cagney@redhat.com>
9255
9256 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9257 chapter body. Use @smallexample instead of @example.
9258 (Annotations): Ditto.
9259 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9260 annotate.texi.
9261
b81774d8
AC
92622003-03-26 Andrew Cagney <cagney@redhat.com>
9263
9264 * gdbint.texinfo (Target Architecture Definition): Replace
9265 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9266 dummy_addr parameters.
9267
1bf6d5cc
AC
92682003-03-25 Andrew Cagney <cagney@redhat.com>
9269
9270 * gdbint.texinfo (Target Architecture Definition): Delete
9271 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9272 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9273 Add reference to PUSH_ARGUMENTS.
9274
618ce49f
AC
92752003-03-23 Andrew Cagney <cagney@redhat.com>
9276
9277 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9278 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9279
bcd7e15f
JB
92802003-03-18 J. Brobecker <brobecker@gnat.com>
9281
9282 * gdbint.texinfo (Algorithms): Add new section describing the
9283 Observer paradigm.
9284 (Top): Add menu entry to new observer appendix.
9285 * observer.texi: New file.
9286 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9287 new observer.texi file.
9288
9fe8321b
AC
92892003-03-17 Andrew Cagney <cagney@redhat.com>
9290
9291 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9292 that GNU Press update the manual version number.
9293
ac2adee5
AC
92942003-03-12 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdbint.texinfo (Target Architecture Definition): Delete
9297 references to get_saved_register. Rename GET_SAVED_REGISTER to
9298 DEPRECATED_GET_SAVED_REGISTER.
9299
749b82f6
AC
93002003-03-13 Andrew Cagney <cagney@redhat.com>
9301
9302 * gdbint.texinfo (Target Architecture Definition): Replace
9303 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9304
8bedc050
AC
93052003-03-12 Andrew Cagney <cagney@redhat.com>
9306
9307 * gdbint.texinfo (Target Architecture Definition): Rename
9308 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9309
0ce1b118
CV
93102003-03-10 Corinna Vinschen <vinschen@redhat.com>
9311
9312 * gdb.texinfo: Add File-I/O documentation.
9313
12cc2063
AC
93142003-03-10 Andrew Cagney <cagney@redhat.com>
9315
9316 * gdbint.texinfo (Target Architecture Definition): Cross reference
9317 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9318
7453dc06
AC
93192003-03-07 Andrew Cagney <cagney@redhat.com>
9320
9321 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9322 frame" command.
9323
6314f104
AC
93242003-03-05 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdbint.texinfo (Target Architecture Definition): Document
9327 unwind_dummy_id. Cross reference unwind_dummy_id and
9328 SAVE_DUMMY_FRAME_TOS.
9329
f1212245
DJ
93302003-03-05 James Ingham <jingham@apple.com>
9331 Daniel Jacobowitz <drow@mvista.com>
9332
9333 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9334 and "show cp-abi".
9335
77e7e267
AC
93362003-03-03 Andrew Cagney <cagney@redhat.com>
9337
9338 * gdbint.texinfo (Target Architecture Definition): Document
9339 register_type.
9340
838a8221
AC
93412003-03-03 Andrew Cagney <cagney@redhat.com>
9342
9343 * stabs.texinfo (Structures): Use @samp and separate @var's
9344 instead of a single @var containing a comma separated list.
9345 (Unions): Ditto.
9346
d7f4a264
DJ
93472003-03-02 Daniel Jacobowitz <drow@mvista.com>
9348
9349 * Makefile.in (distclean): Remove config.log.
9350
f30ee0bc
AC
93512003-03-01 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbint.texinfo (Target Architecture Definition): Rename
9354 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9355
93562003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9357
9358 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9359 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9360
be448670
CF
93612003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9362
9363 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9364 (Non-debug DLL symbols): New node, describing the minimal symbols
9365 loaded from DLLs without real debugging symbols.
9366
501eef12
AC
93672003-02-20 Andrew Cagney <ac131313@redhat.com>
9368
9369 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9370 hardware-breakpoint-limit".
9371 (Set Watchpoints): Add cross reference to "set remote
9372 hardware-watchpoint-limit".
9373 (Remote configuration options): New section.
9374
21c294e6
AC
93752003-02-04 Andrew Cagney <ac131313@redhat.com>
9376
e9be73e4
AC
9377 * gdbint.texinfo (Target Architecture Definition): Delete
9378 descrption of IS_TRAPPED_INTERNALVAR.
9379
21c294e6
AC
9380 From Keith Seitz <keiths@redhat.com>:
9381 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9382 option "-i"/"--interpreter" to this chapter. Include index
9383 entries.
9384
0179ffac
DC
93852003-02-04 David Carlton <carlton@math.stanford.edu>
9386
9387 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9388 (Variables): Recommend stabs+ and DWARF 2.
9389 (C plus plus expressions): Correct info about
9390 compiler versions, debug formats.
9391 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9392 PR symtab/874.
9393
7ca9f392
AC
93942003-02-01 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdbint.texinfo (Target Architecture Definition): Delete
9397 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9398 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9399 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9400 references to nindy and i960.
9401 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9402
31a85ea2
AC
94032003-02-01 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdbint.texinfo (Target Architecture Definition): Delete
9406 FLOAT_INFO.
9407
6b894e49
AC
94082003-01-30 Andrew Cagney <ac131313@redhat.com>
9409
9410 * stabs.texinfo (Member Type Descriptor): Clarify description of
9411 `@'. Suggested by Ben Hutchings.
9412
c48861fb
AC
94132003-01-29 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdb.texinfo (M68K): Delete reference to es1800.
9416
617073a9
AC
94172003-01-29 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdb.texinfo (Maintenance Commands): Document `maint print
9420 reggroups' and `maint print register-groups'.
9421 * gdbint.texinfo (Target Architecture Definition): Document
9422 register_reggroup_p.
9423
5b5d99cf
JB
94242003-01-23 Jim Blandy <jimb@redhat.com>
9425
9426 * gdb.texinfo (Separate Debug Files): New section.
9427
e7ba9c65
DJ
94282003-01-22 Daniel Jacobowitz <drow@mvista.com>
9429
9430 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9431 and "maint show profile".
9432
94e91d6d
MC
94332003-01-16 Michael Chastain <mec@shout.net>
9434
9435 * gdb.texinfo (Installing GDB): Warn against
9436 ".../gdb-VERSION/gdb/configure".
9437 (Separate Objdir): Likewise.
9438
867f3898
AC
94392003-01-15 Andrew Cagney <ac131313@redhat.com>
9440
9441 * gdbint.texinfo (Target Architecture Definition): Delete
9442 definition of PRINT_REGISTER_HOOK.
9443
f153cc92
EZ
94442003-01-15 Elena Zannoni <ezannoni@redhat.com>
9445
9446 (OpenRISC 1000): Fix formatting of command names.
9447
c60eb6f1
EZ
94482003-01-15 Elena Zannoni <ezannoni@redhat.com>
9449
9450 * gdb.texinfo (Continuing and Stepping): Add new command
9451 'advance'. Clarify behavior of 'until'.
9452
f5ebfba0
DJ
94532003-01-13 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * gdb.texinfo (Files): Document solib-absolute-prefix and
9456 solib-search-path.
9457
4ce8657e
MC
94582003-01-09 Michael Chastain <mec@shout.net>
9459
9460 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9461 (Create a Release): Add new instructions for new @file{src-release}.
9462 Document existing instructions for @file{Makefile.in} as
9463 being for @value{GDBN} 5.3.1 or earlier.
9464
372613e3
AC
94652003-01-09 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Mention
9468 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9469 allocate memory.
9470
b4e9345d
DJ
94712003-01-04 Daniel Jacobowitz <drow@mvista.com>
9472
9473 * gdb.texinfo (Controlling GDB): Add @kindex for
9474 "show osabi".
9475 (Backtraces): Add @kindex's for backtrace-below-main.
9476
98b45e30
DJ
94772003-01-04 Daniel Jacobowitz <drow@mvista.com>
9478
9479 * gdb.texinfo (Controlling GDB): Document "set osabi".
9480
95f90d25
DJ
94812003-01-04 Daniel Jacobowitz <drow@mvista.com>
9482
9483 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9484 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9485
1e698235
DJ
94862003-01-04 Daniel Jacobowitz <drow@mvista.com>
9487
9488 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9489 "set coerce-float-to-double".
9490 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9491
e632838e
AC
94922003-01-02 Andrew Cagney <ac131313@redhat.com>
9493
9494 * stabs.texinfo: Remove obsolete text.
9495 * gdbint.texinfo: Ditto.
9496 * gdb.texinfo: Ditto.
9497
c133ab7a
MK
94982002-12-22 Mark Kettenis <kettenis@gnu.org>
9499
9500 * gdbint.texinfo (Target Architecture Definition): Update
9501 description of gdbarch_register_osabi.
9502
f821f325
KH
95032002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9504
9505 * agentexpr.texi: Fix typos.
9506 * annotate.texi: Likewise.
9507 * fdl.texi: Likewise.
9508
85a6d8d3 95092002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9510
9511 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9512 DEPRECATED_INIT_FRAME_PC.
9513
ae45cd16
AC
95142002-12-01 Andrew Cagney <ac131313@redhat.com>
9515
9516 * gdbint.texinfo (Target Architecture Definition): Delete
9517 PC_IN_CALL_DUMMY.
9518
07555a72
AC
95192002-11-28 Andrew Cagney <ac131313@redhat.com>
9520
9521 * gdbint.texinfo (Host Definition): Delete documentation on
9522 USE_GENERIC_DUMMY_FRAMES.
9523
c166cdc7
EZ
95242002-11-26 Elena Zannoni <ezannoni@redhat.com>
9525
5ae4183a 9526 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9527 * Makefile.in (install-info): Run the install-info command as part
9528 of the post install steps only.
9529 (uninstall-info): New target.
9530 (uninstall): New target.
9531
35db0260
EZ
95322002-11-22 Elena Zannoni <ezannoni@redhat.com>
9533
9534 * Makefile.in (install): Make install do some real work.
9535
9ba8d803
AC
95362002-11-19 Andrew Cagney <ac131313@redhat.com>
9537
9538 Fix POSIX problem reported by Paul Eggert.
9539 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9540 Fix PR gdb/527.
9541
903ad3a6
AC
95422002-10-26 Andrew Cagney <cagney@redhat.com>
9543
9544 * gdbint.texinfo (Target Architecture Definition): Delete
9545 definition of DO_REGISTERS_INFO.
9546
f2abfe65
KB
95472002-10-18 Kevin Buettner <kevinb@redhat.com>
9548
9549 * gdbint.texinfo (Address Classes): Fix problems with insertion
9550 of ``{'' and ``}'' in example.
9551
b5b0480a
KB
95522002-10-17 Kevin Buettner <kevinb@redhat.com>
9553
9554 * gdbint.texinfo (Address Classes): New section.
9555 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9556 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9557 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9558 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9559
c85508ee
KD
95602002-10-11 Klee Dienes <kdienes@apple.com>
9561
9562 * gdb.texinfo (Registers): Mention vector registers as well as
9563 floating registers in the documentation for 'info registers' and
9564 'info all-registers'.
9565
6d12fc3d
DJ
95662002-10-11 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9569
8d19fbd2
JJ
95702002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9571
9572 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9573 interface definition.
9574
a37295f9
MM
95752002-10-03 Marko Mlinar <markom@opencores.org>
9576
9577 * gdb.texinfo (Target Commands): Add or1k target specific
9578 commands.
9579 * gdb.texinfo (Contributors): Add myself to the contributors list.
9580
da0f9dcd
AC
95812002-10-01 Andrew Cagney <ac131313@redhat.com>
9582
9583 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9584 and "mi1" instead of "mi1" and "mi0".
9585
2e834e49
HPN
95862002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9587
9588 * gdb.texinfo (Packets): Fix typos "alligned".
9589 Correct z3/Z3 description. Correct z4/Z4 title.
9590
050be0dc
AC
95912002-09-27 Andrew Cagney <ac131313@redhat.com>
9592
9593 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9594
1104b9e7
KB
95952002-09-25 Kevin Buettner <kevinb@redhat.com>
9596
9597 * gdb.texinfo: Use GNU/Linux instead of Linux.
9598
512217c7
AC
95992002-09-25 Andrew Cagney <ac131313@redhat.com>
9600
9601 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9602
10998722
AC
96032002-09-24 Andrew Cagney <ac131313@redhat.com>
9604
512217c7 9605 * gdb.texinfo: Replace @example with @smallexample.
10998722 9606
a0eb71c5
KB
96072002-09-20 Kevin Buettner <kevinb@redhat.com>
9608
f7dc1244 9609 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9610 * gdb.texinfo (Character Sets): Use @smallexample instead of
9611 @example. Use GNU/Linux instead of Linux.
9612
96132002-09-20 Jim Blandy <jimb@redhat.com>
9614
9615 * gdb.texinfo: Add character set documentation.
9616
2f870471
AC
96172002-09-19 Andrew Cagney <ac131313@redhat.com>
9618
9619 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9620 (Packets): Add cross reference from `b' packet to `z' packets.
9621
790eb8f5
AC
96222002-09-19 Andrew Cagney <ac131313@redhat.com>
9623
8d30a00d
AC
9624 * gdb.texinfo (Maintenance Commands): Document ``maint
9625 internal-error'' and ``maint internal-warning''.
9626
790eb8f5
AC
9627 * gdbint.texinfo (Target Architecture Definition): Revise
9628 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9629
a23a7bf1
JB
96302002-09-19 Joel Brobecker <brobecker@gnat.com>
9631
9632 * gdbint.texinfo (Target Conditionals): Document the new
9633 NAME_OF_MALLOC macro.
9634
299ffc64
AC
96352002-09-05 Andrew Cagney <ac131313@redhat.com>
9636
9637 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9638 engineer.
9639
b7bb15bc
SC
96402002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9641
9642 * gdb.texinfo (TUI Overview): Document status line fields.
9643
3d757584
SC
96442002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9645
9646 * gdb.texinfo (TUI Commands): Document info win command.
9647
269c21fe
SC
96482002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9649
9650 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9651
7cf36c78
SC
96522002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9653
9654 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9655 (TUI Keys): Likewise.
9656
d2c6833e
AC
96572002-08-25 Andrew Cagney <ac131313@redhat.com>
9658
9659 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9660 for a packet receive.
9661
46d8b1c3
AC
96622002-08-25 Andrew Cagney <ac131313@redhat.com>
9663
9664 * Makefile.in (clean): Move to end of file.
9665 (distclean, maintainer-clean, realclean): Ditto.
9666 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9667 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9668 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9669 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9670
b0787093
AC
96712002-08-24 Andrew Cagney <ac131313@redhat.com>
9672
9673 * Makefile.in (GDBINT_TEX_TMPS): Define.
9674 (gdbint.dvi, gdbint.pdf): Use
9675 (GDB_TEX_TMPS): Define.
9676 (gdb.dvi, gdb.pdf): Use.
9677 (STABS_TEX_TMPS): Define.
9678 (stabs.dvi, stabs.pdf): Use.
9679 (GDB_DOC_SOURCE_INCLUDES): New macros.
9680 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9681 (GDBINT_DOC_FILES_INCLUDES): New macros.
9682 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9683 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9684 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9685 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9686 (links2roff): Replace SFILES_INCLUDED with
9687 GDB_DOC_SOURCE_INCLUDES.
9688 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9689 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9690 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9691 dependencies.
9692 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9693 dependencies.
9694 (gdbmi.texinfo): Delete rule.
9695 (inc-hist.texinfo): Delete rule.
9696 (rluser.texinfo): Delete rule.
9697
ebba8386
AC
96982002-08-23 Andrew Cagney <cagney@redhat.com>
9699
9700 * gdbint.texinfo (Target Architecture Definition): Update
9701 STORE_RETURN_VALUE, mention regcache.
9702
0ab7a791
AC
97032002-08-21 Andrew Cagney <ac131313@redhat.com>
9704
9705 * gdbint.texinfo (Target Architecture Definition): Document
9706 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9707
ee2d5c50
AC
97082002-08-19 Andrew Cagney <ac131313@redhat.com>
9709
9710 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9711 Fix minor typos. Add index entries.
9712
53c69bd7
AC
97132002-08-18 Andrew Cagney <ac131313@redhat.com>
9714
9715 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9716
e76f1f2e
AC
97172002-08-15 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Document
9720 PRINT_VECTOR_INFO.
9721 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9722
0680b120
AC
97232002-08-13 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdb.texinfo (Maintenance Commands): Document "maint print
9726 registers", "maint print raw-registers" and "maint print
9727 cooked-registers".
9728
3c3bea1c
GS
97292002-08-08 Grace Sainsbury <graces@redhat.com>
9730
a9331b3f 9731 From Mark Salter:
3c3bea1c
GS
9732 * gdb.texinfo (Protocol): Document T packet extension to
9733 allow watchpoint address reporting.
9734
42f9b0a5
AC
97352002-08-03 Andrew Cagney <ac131313@redhat.com>
9736
9737 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9738
db034ac5
AC
97392002-08-01 Andrew Cagney <cagney@redhat.com>
9740
9741 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9742 to CHILL.
9743
e2b28d04
AC
97442002-08-01 Andrew Cagney <ac131313@redhat.com>
9745
9746 * gdbint.texinfo (Coding): Revise section "Include Files".
9747
7fb623f7
AC
97482002-07-24 Andrew Cagney <cagney@redhat.com>
9749
9750 * gdbint.texinfo: Obsolete references to m88k.
9751 * gdb.texinfo: Ditto.
9752
4a2b4636
JB
97532002-07-10 Joel Brobecker <brobecker@gnat.com>
9754
7fb623f7 9755 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9756 where the proper version of autoconf can be retrieved.
9757
a71ec265
DH
97582002-07-09 Don Howard <dhoward@redhat.com>
9759
9760 * gdb.texinfo (Command Files): Further describe the behavior of
9761 sourced command files.
9762
b9aa90c9
AC
97632002-06-27 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9766 (Coding): Clarify ISO C version that GDB assumes.
9767
40dd2248
TT
97682002-06-26 Tom Tromey <tromey@redhat.com>
9769
9770 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9771 add_setshow_cmd_full.
9772
bfac230e
DH
97732002-06-25 Don Howard <dhoward@redhat.com>
9774
9775 * gdb.texinfo (Memory Region Attributes): Document new behavior
9776 for 'mem' command.
9777
475b0867
JB
97782002-06-11 Jim Blandy <jimb@redhat.com>
9779
919d772c
JB
9780 * gdb.texinfo (Symbols): Update documentation for `info source'
9781 command.
9782
475b0867
JB
9783 * gdb.texinfo (Macros): Call the command `info macro', not
9784 `show macro'.
9785
ba8c9337
AC
97862002-06-09 Andrew Cagney <ac131313@redhat.com>
9787
9788 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9789 data''.
9790
1029b7fa
MK
97912002-06-09 Mark Kettenis <kettenis@gnu.org>
9792
9793 * gdbint.texinfo (Target Architecture Definition): Document
9794 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9795
16737d73
AC
97962002-06-08 Andrew Cagney <ac131313@redhat.com>
9797
9798 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9799 lists.
9800
30107679
AC
98012002-06-08 Andrew Cagney <ac131313@redhat.com>
9802
9803 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9804 Branch''.
9805
3352e23e
AC
98062002-06-01 Andrew Cagney <ac131313@redhat.com>
9807
9808 * gdbint.texinfo (Target Architecture Definition): Add section
9809 ``Converting an existing Target Architecture to Multi-arch''.
9810
cbb09e6a
AC
98112002-05-30 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9814 to ``Obsoleting code''. Revise.
9815
e2e0bcd1
JB
98162002-05-17 Jim Blandy <jimb@redhat.com>
9817
9818 * gdb.texinfo (C Preprocessor Macros): New chapter.
9819 Include it in the main menu.
9820 (Contributors): Credit Jim Blandy with macro support.
9821 (Compilation): Explain how to get macro information into the
9822 executable.
9823 (Expressions): Note that preprocessor macros are expanded.
9824
9db8d71f
DJ
98252002-05-14 Daniel Jacobowitz <drow@mvista.com>
9826
9827 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9828 options for `target remote'.
9829
6d531722
AC
98302002-05-13 Andrew Cagney <ac131313@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Delete
9833 documentation on NNPC_REGNUM.
9834
13d01224
AC
98352002-05-11 Andrew Cagney <ac131313@redhat.com>
9836
9837 * gdbint.texinfo (Target Architecture Definition): Document
9838 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9839 (Target Architecture Definition): Revise section `Using Different
9840 Register and Memory Data Representations'. Add section `Raw and
9841 Virtual Register Representations'.
9842
b2e75d78
AC
98432002-05-11 Andrew Cagney <ac131313@redhat.com>
9844
9845 * gdbint.texinfo (Target Architecture Definition): Mention
9846 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9847 (Target Architecture Definition): Mention same. Add references to
9848 web pages.
9849
2c8682ee
MS
98502002-05-08 Michael Snyder <msnyder@redhat.com>
9851
9852 * stabs.texinfo (Attributes): Document new "vector" attribute.
9853
0816590b
AC
98542002-05-04 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9857
2653173e
AC
98582002-05-04 Andrew Cagney <ac131313@redhat.com>
9859
9860 * gdb.texinfo: Delete obsolete references to a29k.
9861
d7bd68ca
AC
98622002-04-24 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdbint.texinfo (Target Architecture Definition): Replace
9865 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9866
21d83aa5
DM
98672002-04-24 David S. Miller <davem@redhat.com>
9868
9869 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9870
7673a6cc
DM
98712002-04-21 David S. Miller <davem@redhat.com>
9872
9873 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9874
d49d1e0a
AC
98752002-04-21 Andrew Cagney <ac131313@redhat.com>
9876
9877 * gdbint.texinfo (Target Architecture Definition): Delete
9878 definition of HAVE_REGISTER_WINDOWS.
9879
f7dc1244 98802002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9881
9882 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9883 "Theodore A. Roth" <troth@verinet.com>.
9884
5ca0cb28
DH
98852002-04-15 Don Howard <dhoward@redhat.com>
9886
f7dc1244 9887 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9888 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9889 Provide a better explaination of this feature.
5ca0cb28 9890
f208ba17
AC
98912002-04-14 Andrew Cagney <ac131313@redhat.com>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Remove
9894 FRAME_CHAIN_COMBINE.
9895
d5ba91de
MC
98962002-04-12 Michael Chastain <mec@shout.net>
9897
9898 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9899 REG_STACK_SEGMENT.
9900
26818220
MC
99012002-04-09 Michael Chastain <mec@shout.net>
9902
9903 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9904 PYRAMID_* macros.
9905
129188f6
AC
99062002-04-07 Andrew Cagney <ac131313@redhat.com>
9907
9908 * gdb.texinfo (Bug Reporting): Document that the web is the
9909 prefered way of submitting bug reports.
9910 (Bug Reporting): Delete the s-mail address as the last resort.
9911
8227c0ff
AC
99122002-04-05 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdbint.texinfo (Target Architecture Definition): Delete
9915 references to TARGET_WRITE_FP and write_fp.
9916
16d9dec6
MS
99172002-03-27 Michael Snyder <msnyder@redhat.com>
9918
9919 * gdb.texinfo: Document new commands dump, append, and restore.
9920
9ae8b82c
AC
99212002-03-27 Andrew Cagney <ac131313@redhat.com>
9922
9923 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9924 Branch'.
9925
474c8240
AC
99262002-03-18 Andrew Cagney <ac131313@redhat.com>
9927
9928 * gdb.texinfo: Change all examples to @smallexample.
9929 * gdbint.texinfo: Ditto.
a9331b3f 9930
fb0ff88f
AC
99312002-03-18 Andrew Cagney <ac131313@redhat.com>
9932
9933 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9934 Branches''.
9935
9bb0a4d8
AC
99362002-03-18 Andrew Cagney <ac131313@redhat.com>
9937
9938 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9939 Policy''.
9940
937f164b
FF
99412002-03-04 Fred Fish <fnf@redhat.com>
9942
9943 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9944 expresson, suports, dependant, trhe, perhaphs, situtations,
9945 explictily, taged, oportunity, unfortunatly).
9946
a7b40f07
AC
99472002-02-24 Andrew Cagney <ac131313@redhat.com>
9948
9949 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9950 Remove reference to 3.12.
9951
aab4e0ec
AC
99522002-02-23 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdbint.texinfo: Include fdl.texi.
9955 (Top): Add GNU Free Documentation License.
9956 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9957 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9958 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9959 (gdbint.info): Add srcdir to include path.
9960 * gdb.texinfo: Include gpl.texi.
9961 (Top): Add Copying.
9962 * gpl.texi: New file.
9963
47b95330
AC
99642002-02-23 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9967
78c47bea
PM
99682002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9969
9970 * gdb.texinfo: Document Cygwin native specific commands.
9971
56460a61
DJ
99722002-02-15 Daniel Jacobowitz <drow@mvista.com>
9973
9974 * gdb.texinfo: Document gdbserver ``--attach'' command.
9975
def71bfa
MS
99762002-02-07 Michael Snyder <msnyder@redhat.com>
9977
9978 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9979 to @code(_ovly_debug_event).
9980
c928edc0
AC
99812002-02-07 Andrew Cagney <ac131313@redhat.com>
9982
9983 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9984
81d46470
MS
99852002-02-06 Michael Snyder <msnyder@redhat.com>
9986
9987 * gdb.texinfo (overlays): Mention new magic symbol
9988 '_ovly_debug_event', which allows GDB to keep better track
9989 of overlays.
9990
f7dc1244 99912002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9992
9993 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9994 Suggested by Dmitry Sivachenko.
9995
9996 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9997
15110bc3
MS
99982002-02-01 Michael Snyder <msnyder@redhat.com>
9999
10000 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10001
6763aef9
MS
100022002-01-30 Michael Snyder <msnyder@redhat.com>
10003
ac282366
MS
10004 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10005 (set trust-readonly-sections): Document.
6763aef9 10006
8642bc8f
AC
100072002-01-29 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbint.texinfo (Releasing GDB): Revise and update.
10010
afe64c1a
AC
100112002-01-28 Andrew Cagney <ac131313@redhat.com>
10012
10013 * gdbint.texinfo (Target Architecture Definition): Delete
10014 description of TARGET_BYTE_ORDER_DEFAULT.
10015
f7dc1244 100162002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10017
10018 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10019 <mitya@cavia.pp.ru>.
10020
3d6e1b5a
AC
100212002-01-23 Andrew Cagney <ac131313@redhat.com>
10022
10023 * libgdb.texinfo: Delete file.
10024
6c0e9fb3
AC
100252002-01-22 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10028 * gdbint.texinfo: Ditto.
10029
e0ce93ac
AC
10030Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10033
be298bcc
AC
100342002-01-22 Andrew Cagney <ac131313@redhat.com>
10035
10036 * Makefile.in: Update copyright.
10037 (TEXI2DVI): Define.
10038 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10039 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10040 gdb-cfg.texi.
10041 (TEXINDEX, PDFTEX): Delete makefile variables.
10042
8e04817f
AC
100432002-01-22 Andrew Cagney <ac131313@redhat.com>
10044
10045 * gdb.texinfo (Protocol): Move section to appendix.
10046
6b2f586d
AC
100472002-01-21 Andrew Cagney <ac131313@redhat.com>
10048
10049 * gdb.texinfo (Remote Debugging): Create a menu.
10050 (Top): Add ``Remote Debugging'' to menu.
10051
6f05cf9f
AC
100522002-01-21 Andrew Cagney <ac131313@redhat.com>
10053
10054 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10055 serial protocol'' from here.
10056 (Remote Debugging): To here. New chapter.
10057
3fd3d7d2
AC
100582002-01-20 Andrew Cagney <ac131313@redhat.com>
10059
10060 * gdbint.texinfo (Target Architecture Definition): Delete
10061 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10062
7fd60527
AC
100632002-01-20 Andrew Cagney <ac131313@redhat.com>
10064
10065 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10066 are no longer needed.
10067 (Porting GDB): Add maintainer note about configure.host.
10068
c2f05ac9
AC
100692002-01-20 Andrew Cagney <ac131313@redhat.com>
10070
10071 * gdbint.texinfo (Target Architecture Definition): Remove
10072 definition of IEEE_FLOAT.
10073
f7dc1244 100742002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10075
10076 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10077 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10078 <3diff@gnu.org>
231b2aad 10079
82600034
AC
100802002-01-19 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo (Host Definition): Remove references to
10083 MALLOC_INCOMPATIBLE.
10084
7708fa01
AC
100852002-01-17 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10088 and xyz-xdep.o.
10089
eb12ee30
AC
100902002-01-17 Andrew Cagney <ac131313@redhat.com>
10091
889bf7c5 10092 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10093 (Set Breaks): Copy ``maint info breakpoint'' doco to
10094 ``Maintenance Commands'' appendix. Add reference.
10095
c9ccaa92
AC
100962002-01-17 Andrew Cagney <ac131313@redhat.com>
10097
10098 * fdl.texi: Remove next/prev from @node.
10099
f7dc1244 101002002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10101
10102 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10103 for monstrous @multitable (from Brian Youmans).
10104
10105 * fdl.texi: New file.
10106
10107 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10108
8973da3a
AC
101092002-01-15 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdbint.texinfo (Releasing GDB): New chapter.
10112
7d86b5d5
AC
101132002-01-14 Andrew Cagney <ac131313@redhat.com>
10114
10115 * gdb.texinfo (Embedded Processors, Calling program functions):
10116 Obsolete references to a29k.
10117
cc1cb004
AC
101182002-01-13 Andrew Cagney <ac131313@redhat.com>
10119
10120 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10121 examples. Document that a code-block should do or discard its
10122 cleanups before exit.
10123
79f12247
MS
101242002-01-11 Michael Snyder <msnyder@redhat.com>
10125
10126 * gdb.texinfo (Choosing files): Change @samp to @file.
10127
19837790
MS
101282002-01-05 Michael Snyder <msnyder@redhat.com>
10129
10130 * gdb.texinfo (--pid): Document new command line option (attach).
10131
f7dc1244 101322002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10133
10134 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10135 in the stub.
10136
d7449b42
AC
101372002-01-04 Andrew Cagney <ac131313@redhat.com>
10138
10139 * gdbint.texinfo (Target Architecture Definition): Replace
10140 BIG_ENDIAN with BFD_ENDIAN_BIG.
10141
f23631e4
AC
101422002-01-03 Andrew Cagney <ac131313@redhat.com>
10143
10144 * gdbint.texinfo (Target Architecture Definition): Replace
10145 value_ptr with struct value pointer.
10146
72c9928d
EZ
101472002-01-02 Eli Zaretskii <eliz@gnu.org>
10148
10149 * gdb.texinfo (Free Software): Fix wording.
10150
959acfd1
EZ
101512001-12-31 Eli Zaretskii <eliz@gnu.org>
10152
10153 * gdb.texinfo (Free Software): New section ``Free Software Needs
10154 Free Documentation''.
10155
f7dc1244 101562001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10157
10158 * stabs.texinfo:
10159 * gdb.texinfo:
10160 * gdbint.texinfo:
10161 * libgdb.texinfo:
10162 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10163
6600abed
MS
101642001-12-29 Michael Snyder <msnyder@redhat.com>
10165
10166 * gdb.texinfo (maint info sections): Fix typo.
10167
f6680716
MS
101682001-12-26 Michael Snyder <msnyder@redhat.com>
10169
fe95c787
MS
10170 * gdb.texinfo (maint info sections): Document.
10171
a9331b3f 10172 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10173 'info proc' sub-options that are currently not implemented.
10174
c3d3ce5b
JB
101752001-12-20 Jim Blandy <jimb@redhat.com>
10176
10177 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10178
778eb05e
AC
101792001-12-15 Andrew Cagney <ac131313@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Replace
10182 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10183
2607059c
AC
101842001-12-01 Andrew Cagney <ac131313@redhat.com>
10185
10186 * gdbint.texinfo (Host Definition): Delete documentation on
10187 HOST_BYTE_ORDER.
10188
df0cd8c5
JB
101892001-11-30 Jim Blandy <jimb@redhat.com>
10190
10191 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10192 overlay support. Add to top-level menu.
df0cd8c5 10193
88118b3a
TT
101942001-11-26 Tom Tromey <tromey@redhat.com>
10195
10196 * gdb.texinfo (Command Syntax): Document C-o binding.
10197
96565e91
CF
101982001-07-26 Christopher Faylor <cgf@redhat.com>
10199
10200 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10201 use since it is described in the referenced section.
10202
f7dc1244 10203 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10204 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10205 clearer when using DJGPP.
10206
2a3d5645
CF
102072001-11-24 Christopher Faylor <cgf@redhat.com>
10208
10209 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10210 specifically refer to MS-DOS.
10211 (command files): Mention gdb.ini is only used on MS-DOS.
10212
aa26fa3a
TT
102132001-11-21 Tom Tromey <tromey@redhat.com>
10214
10215 * gdb.texinfo (Invoking GDB): Document --args.
10216 (Mode Options): Likewise.
10217
4f8ada06
JB
102182001-11-21 Jim Blandy <jimb@redhat.com>
10219
10220 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10221 Delete documentation; this macro has been removed from the
10222 sources.
4f8ada06 10223
3fe0dc10
JB
102242001-11-13 Jim Blandy <jimb@redhat.com>
10225
10226 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10227
9e5abb06
CV
102282001-11-06 Corinna Vinschen <vinschen@redhat.com>
10229
10230 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10231
1c5dfdad
MS
102322001-11-05 Michael Snyder <msnyder@redhat.com>
10233
a9331b3f 10234 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10235 quote regexp chars in function names such as "operator*()".
10236
990f9fe3
FF
102372001-11-01 Fred Fish <fnf@redhat.com>
10238
10239 * gdbint.texinfo (SOLIB_ADD): Document additional new
10240 "readsyms" arg.
10241
b433d00b
DH
102422001-10-30 Don Howard <dhoward@redhat.com>
10243
070b1dd3
DH
10244 * gdb.texinfo: (Command Files) Added documentation for the
10245 behavior of gdb with input redirected from a file.
b433d00b 10246
b7209cb4
FF
102472001-10-28 Fred Fish <fnf@redhat.com>
10248
10249 * gdb.texinfo (auto-solib-add): Change docs to match
10250 implementation change.
10251 (auto-solib-limit): Add docs for new variable.
10252
1aa20aa8
AC
102532001-10-15 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Function
10256 value_as_pointer renamed to value_as_address.
10257
fc0c74b1
AC
102582001-10-15 Andrew Cagney <ac131313@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Default
10261 POINTER_TO_ADDRESS functions assume unsigned addresses.
10262 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10263 posting by Jim Blandy.
10264
f4846649
JB
102652001-10-12 Jim Blandy <jimb@redhat.com>
10266
10267 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10268 version of texi2html (1.64) doesn't support this flag any more.
10269
f277788b
MK
102702001-09-08 Mark Kettenis <kettenis@gnu.org>
10271
a9dc4918
MK
10272 * gdbint.texinfo (Host Definition): Remove description of
10273 MEM_FNS_DECLARED.
10274
d28379df
MK
10275 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10276
f277788b
MK
10277 * gdbint.texinfo (Host Definition): Remove description of
10278 HAVE_SIGSETMASK.
10279
7ccaa899
EZ
102802001-09-04 Elena Zannoni <ezannoni@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Add
10283 explanation of TARGET_PRINT_INSN macro.
10284
17d9d558
JB
102852001-08-30 Jim Blandy <jimb@redhat.com>
10286
10287 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10288 Explain what it means to load relocatable files.
10289
72cde065
JB
102902001-08-28 Jim Blandy <jimb@redhat.com>
10291
10292 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10293 info `top' menu.
10294
9e678452
CF
10295Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10296
10297 * gdbint.texinfo: Add a cautionary note about macro use.
10298
a2bea4c3 102992001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10300
a2bea4c3
CV
10301 * gdb.texinfo: Explain omitting the hostname in the
10302 `target remote' command.
10303
1129bf27
DJ
103042001-07-30 Daniel Jacobowitz <drow@mvista.com>
10305
10306 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10307 and END-INFO-DIR-ENTRY.
10308
732b3002
SC
103092001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10310
10311 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10312
89437448
AC
103132001-07-25 Andrew Cagney <ac131313@redhat.com>
10314
10315 * gdbint.texinfo (libgdb): Rewrite.
10316
f7dc1244 103172001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10318
10319 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10320
c4555f82
SC
103212001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10322
10323 * gdb.texinfo (TUI): New chapter, document the TUI.
10324 (Mode Options): Document the -tui option.
10325
2f45a6e0
MK
103262001-07-23 Mark Kettenis <kettenis@gnu.org>
10327
10328 * gdbint.texinfo (Host Definition): Remove description of
10329 NEED_POSIX_SETPGID.
10330
f7dc1244 103312001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10332
10333 * gdb.tex (DJGPP Native): New node, with descriptions of
10334 DJGPP-specific commands.
10335
be9c6c35
JM
103362001-07-19 John R. Moore <jmoore@redhat.com>
10337
10338 * gdbint.texinfo: Three misspellings.
10339
dfa249fb
AC
103402001-07-06 Andrew Cagney <ac131313@redhat.com>
10341
10342 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10343 `test` expressions on bash. Problem reported by Colin Walters.
10344
c72e7388
AC
103452001-07-04 Andrew Cagney <ac131313@redhat.com>
10346
10347 * gdbint.texinfo (User Interface): Update ui-out documentation to
10348 refelect recent UI/MI updates.
10349
94bbb2c0
AC
103502001-07-04 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10353 interpreters.
10354
af6c57ea
AC
103552001-06-15 Andrew Cagney <ac131313@redhat.com>
10356
10357 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10358 structure and not macros.
10359 (Host Definition): Document that much of this chapter is obsolete.
10360 (Target Architecture Definition): Update list of files that make
10361 up a target architecture.
10362 (Coding): Update.
10363
83aa8bc6
AC
103642001-06-28 Andrew Cagney <ac131313@redhat.com>
10365
10366 * gdbint.texinfo (Target Architecture Definition): Update
10367 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10368 The latter has been changed to a true predicate.
10369
f7dc1244 103702001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10371
10372 * annotate.texi: Add @noindent where needed. From Dmitry
10373 Sivachenko <dima@Chg.RU>.
10374 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10375
656db9b0
AC
103762001-06-16 Andrew Cagney <ac131313@redhat.com>
10377
10378 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10379
df2396a1
AC
103802001-06-14 Andrew Cagney <ac131313@redhat.com>
10381
10382 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10383 returns ``OK''. Document that the ``R'' packet does not reply.
10384
0f1f2b0a
MS
103852001-06-13 Michael Snyder <msnyder@redhat.com>
10386
10387 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10388
f7dc1244 103892001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10390
10391 * gdb.texinfo (Signals): Clarify the default setting of signal
10392 handling.
10393
a5d7c491
AC
103942001-05-14 Andrew Cagney <ac131313@redhat.com>
10395
10396 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10397 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10398
05a54c4f
AC
103992001-05-12 Andrew Cagney <ac131313@redhat.com>
10400
10401 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10402
f7dc1244 104032001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10404
10405 * gdbint.texinfo (Clean Design and Portable Implementation):
10406 Renamed from "Clean Design".
10407 (Clean Design and Portable Implementation): Document portable
10408 methods of handling file names, and the associated macros.
10409
f7dc1244 104102001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10411
10412 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10413 command and provide a cross-reference to its description.
10414 (Symbols): Note that "info scope" is useful for trace experiments.
10415
f7dc1244 104162001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10417
b37052ae
EZ
10418 * gdb.texinfo (Symbols): Document "info scope".
10419 (Tracepoints): New chapter.
10420 (Contributors): Update for v5.1.
10421 <All nodes>: Change "C++" to "C@t{++}".
10422
0ee54786
EZ
10423 * gdbint.texinfo (User Interface): A new section about ui_out
10424 functions, based on text written by Fernando Nasser.
10425
c534679c
EZ
10426 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10427
f7dc1244 104282001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10429
e9c75b65
EZ
10430 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10431
10432 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10433
10434 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10435 Replace "GDB" with "@value{GDBN}". Fix markup.
10436
10437 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10438
3d67e040
EZ
10439 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10440 a cross-reference to its description.
10441 (Symbols): Document "info symbol".
10442
f7dc1244 104432001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10444
10445 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10446 subsection "x86 Watchpoints".
10447 (Target Architecture Definition): Document the macros
10448 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10449 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10450
b0ed3589
AC
104512001-03-20 Andrew Cagney <ac131313@redhat.com>
10452
10453 * gdbint.texinfo (Target Architecture Definition): Update
10454 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10455 list.
10456
b6ba6518
KB
104572001-03-06 Kevin Buettner <kevinb@redhat.com>
10458
10459 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10460 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10461
f7dc1244 104622001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10463
10464 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10465
f7dc1244 104662001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10467
17cc6a06
EZ
10468 * gdb.texinfo (Environment): Document that `path' does not change
10469 the value of PATH in GDB's own environment (it did in the past,
10470 but that was changed on March 15, 1994). Reported by Doug Evans
10471 <dje@transmeta.com>.
10472
56caf160
EZ
10473 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10474 its line. Fix markup of commands and macros. Add an Index node
10475 and index entries.
10476
29e57380
C
104772001-01-23 J.T. Conklin <jtc@redback.com>
10478
10479 * gdb.texinfo (Memory region attributes): New manual section.
10480
1c6147de
ND
104812001-01-04 Nicholas Duffek <nsd@redhat.com>
10482
10483 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10484
f7dc1244 104852000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10486
10487 * refcard.tex: Version and copyright fixed. From Phil Edwards
10488 <pedwards@disaster.jaj.com>.
10489
0dcedd82
AC
10490Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10493 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10494
3b851bce
AC
10495Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10496
10497 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10498 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10499
f7dc1244 105002000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10501
10502 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10503 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10504
b90a5f51
CF
105052000-11-10 Christopher Faylor <cgf@cygnus.com>
10506
10507 * gdb.texinfo: Document new 'set step-mode' command.
10508
f7dc1244 105092000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10510
10511 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10512 changes from Dmitry Sivachenko <dima@Chg.RU>.
10513
f7dc1244 105142000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10515
10516 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10517 From Steven Johnson <sbjohnson@ozemail.com.au>.
10518
2e685b93
MK
105192000-08-10 Mark Kettenis <kettenis@gnu.org>
10520
10521 * gdbint.texinfo (Overall Structure): Spelling fix.
10522
f7dc1244 105232000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10524
10525 * gdbint.texinfo (Target Architecture Definition): Document that
10526 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10527 for which REGISTER_CONVERTIBLE returns a zero value.
10528
63ac3005
EZ
105292000-07-08 Christopher Faylor <cgf@cygnus.com>
10530
10531 * Makefile.in (install-info): Find files to install in either the
10532 build or source directories (adapted from Makefile.am).
10533
bd79f757
ND
105342000-07-07 Nicholas Duffek <nsd@redhat.com>
10535
10536 * stabs.texinfo: Fix spelling errors.
10537 (String Field): FILE-NUMBER starts from 0, not 1.
10538
f7dc1244 105392000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10540
10541 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10542 Brian Youmans.
5f208f6d 10543
f7dc1244 105442000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10545
10546 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10547 the source directory. Reported by Mark Harig
10548 <markh@frazier.landmark.com>.
cc542d3b 10549
f3b28801
C
105502000-06-20 J.T. Conklin <jtc@redback.com>
10551
10552 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10553
449f3b6c
AC
10554Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10555
10556 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10557 Generate using pdftex.
449f3b6c 10558 (PDFTEX): Define.
889bf7c5 10559 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10560 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10561 @contents at the start.
449f3b6c 10562
f7dc1244 105632000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10564
10565 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10566 Youmans.
48e934c6 10567
9e9c5ae7
AC
10568Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10569
10570 From Brian Youmans:
10571 * gdb.texinfo: Fix ``et al.''.
10572
c741b251
AC
10573Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10574
10575 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10576 loop.
c741b251 10577
4ab64e14
JG
105782000-05-19 Jimmy Guo <guo@cup.hp.com>
10579
10580 * configure: Regenerate.
10581
f7dc1244 105822000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10583
10584 * Makefile.in (install-info): Run install-info on installed Info
10585 files.
10586
8c70017b
AC
10587Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10588
a7cb598a 10589 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10590 Andrew Cagney.
8c70017b 10591
f7dc1244 105922000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10593
10594 * gdb.texinfo: Proofreading changes from Brian Youmans.
10595
bf0184be
ND
105962000-05-01 Nick Duffek <nsd@cygnus.com>
10597
10598 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10599 startup sequence, minor edits.
10600
f7dc1244 106012000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10602
10603 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10604 TeX.
10605
10606 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10607 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10608 like `n' and `s' which look weird. Convert some of the @kindex to
10609 @vindex, when they refer to variables, not commands.
10610
33e16fad
AC
10611Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10612
10613 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10614
f7dc1244 106152000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10616
10617 * Makefile.in (GDBMI_DIR): New variable.
10618 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10619 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10620 (gdbmi.texinfo): New target, for texi2roff.
10621 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10622 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10623
10624 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10625 gdbmi.texinfo.
10626 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10627 comment.
10628
d167840f
EZ
106292000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10630
10631 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10632 command.
d167840f 10633
f7dc1244 106342000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10635
10636 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10637 prevents the build (and is generally a Bad Idea).
10638
f7dc1244 106392000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10640
10641 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10642 a comma inside @var.
10643 (Command Files): Index markup changes from Dmitry Sivachenko
10644 <dima@Chg.RU>.
10645
f7dc1244 106462000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10647
10648 * Makefile.in (LN_S): Define.
10649 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10650 invoke "ln -s" unless it is known to work.
10651
10652 * configure.in (AC_PROG_LN_S): Add.
10653
8dc7983f
JB
106542000-04-14 Jim Blandy <jimb@redhat.com>
10655
10656 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10657 section.
10658 (Target Conditionals): Document ADDRESS_TO_POINTER,
10659 POINTER_TO_ADDRESS.
10660
1a8237e8
DB
106612000-04-11 Daniel Berlin <dan@cgsoftware.com>
10662
10663 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10664 gdb-cfg.texi to get the value.
10665
ca526f1a
JB
106662000-04-10 Jim Blandy <jimb@redhat.com>
10667
10668 * gdbint.texinfo (Target Architecture Definition): Fix
10669 cross-references.
10670
faaafcb4
JB
106712000-04-08 Jim Blandy <jimb@redhat.com>
10672
10673 * gdbint.texinfo (Using Different Register and Memory Data
10674 Representations): New section.
10675 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10676 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10677 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10678
1b27397f
AC
10679Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10680
10681 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10682 for acknowledgments.
1b27397f 10683
480ff1fb
AC
10684Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10685
10686 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10687 qThreadExtraInfo.
480ff1fb 10688
a9331b3f 106892000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10690
a9331b3f
RM
10691 * gdb.texinfo: Clarify which remote debug protocol commands are
10692 required and which are optional.
f1251bdd 10693
dbeb8dbd
AC
10694Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10695
10696 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10697 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10698 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10699 * annotate.texi: Update.
10700
6d2ebf8b
SS
107012000-03-28 Stan Shebs <shebs@apple.com>
10702
10703 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10704 expectation of additional changes before release), update
10705 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10706 node links, rephrase and/or shorten lines to fix formatting
10707 problem in both regular and @smallbook formats.
10708 * annotate.texi: Shorten lines in example, use smallexample
10709 consistently everywhere.
10710 * Makefile.in: Add comment about texinfo 4.0 html generation.
10711 (SFILES_INCLUDED): Add annotate.texi.
10712
5d161b24
DB
107132000-03-27 Daniel Berlin <dan@cgsoftware.com>
10714
5ae4183a
AS
10715 * gdb.texinfo (Debugging Output): Added new section, documenting
10716 the "set/show debug" commands.
5d161b24 10717
b9deaee7
AC
10718Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10719
10720 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10721 entry.
b9deaee7
AC
10722
10723 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10724 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10725 @chapter and @node entries.
a9331b3f 10726
b9deaee7 10727 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10728
9ef47d30
AC
10729Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10730
10731 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10732 files.
9ef47d30 10733
cfeada60
FN
107342000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10735
10736 From David Whedon <dwhedon@gordian.com>
5ae4183a 10737 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10738
6837a0a2
DB
107392000-03-22 Daniel Berlin <dan@cgsoftware.com>
10740
10741 * gdb.texinfo: Add documentation for the apropos command.
10742
bba2971c
MS
107432000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10744
10745 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10746
2b628194
MS
107472000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10748
a9331b3f 10749 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10750 two places.
10751
96a2c332
SS
107522000-03-17 Stan Shebs <shebs@apple.com>
10753
10754 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10755 <dima@Chg.RU>, also clarification of allowed content for
10756 string constants.
10757
f7dc1244 107582000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10759
10760 * gdb.texinfo (main menu): Add Annotations.
10761 (File Options): Add @cindex entries for each command-line option.
10762 Document --epoch, --annotate, --async, --interpreter, --write,
10763 --statistics, and --version.
10764
10765 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10766 of GDB.
10767
9d233477
JB
107682000-02-23 Jim Blandy <jimb@redhat.com>
10769
10770 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10771
14e0eb3b
JB
107722000-02-22 Jim Blandy <jimb@redhat.com>
10773
10774 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10775
3555de01
JM
107762000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10777
10778 * Makefile.in (diststuff): New target.
10779
5e35df8e
KB
107802000-02-15 Kevin Buettner <kevinb@redhat.com>
10781
10782 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10783 architecture. [From Jim Wilson.]
5e35df8e 10784
c5394b80
JM
107852000-01-16 Tom Tromey <tromey@cygnus.com>
10786
10787 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10788 (Delete Breaks): Mention range arguments.
10789 (Disabling): Likewise.
10790
c3f6f71d
JM
107912000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10792
10793 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10794
c4093a6a
JM
10795Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10796
10797 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10798 valid functions.
c4093a6a 10799
11cf8741
JM
108001999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10801
10802 * gdb.texinfo: Clarify regular expressions used in rbreak.
10803
917317f4
JM
108041999-10-15 Kevin Buettner <kevinb@cygnus.com>
10805
10806 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10807 MEMORY_REMOVE_BREAKPOINT): Document.
10808
10809Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10810
10811 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10812 offset re-using the DATA offset instead.
917317f4 10813
2df3850c
JM
108141999-10-11 Jim Kingdon <kingdon@redhat.com>
10815
10816 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10817
108181999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10819
10820 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10821 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10822 typos.
10823
10824 * gdb.texinfo: Various minor wording and formatting improvements,
10825 mentions of additional command-line options.
10826
2acceee2
JM
108271999-09-30 Fred Fish <fnf@cygnus.com>
10828
10829 * gdb.texinfo: Document additional forms of specifying section
10830 names and addresses for the add-symbol-file command.
10831
c2c6d25f
JM
108321999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10833
10834 * gdbint.texinfo: Fix typo, add the word "have".
10835
108361999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10837
10838 * gdbint.texinfo (Target Architecture Definition): Document the
10839 SKIP_PERMANENT_BREAKPOINT macro.
10840
d4f3574e
SS
108411999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10842
10843 * gdb.texinfo: Fiks speling errers.
10844
10845 * gdb.texinfo: Fix uses of @multitable.
10846
f7dc1244 10847 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10848 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10849 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10850 comments about using with optimization, add more indexing,
10851 fix info about disassembly-flavor.
10852
10853Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10854
10855 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10856 SKIP_SOLIB_RESOLVER): Define.
10857
10858Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10859
10860 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10861 ``g'' packets.
d4f3574e 10862
104c1213
JM
108631999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10864
10865 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10866 platform-specific info, inline remote.texi and move sections of it
10867 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10868 and register stack into the new chapter.
10869 * remote.texi: Remove, now part of gdb.texinfo.
10870 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10871
108721999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10873
10874 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10875 GDB_TARGET_IS_MACH386): These kludges have gone away.
10876
10877Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10878
10879 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10880 TDEPLIBS.
104c1213 10881
53a5351d
JM
108821999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10883
10884 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10885 surrounding text to fit HP-UX bits into general info.
10886 (HPPA-cfg.texi): Remove, no longer useful.
10887
10888 * gdb.texinfo: Remove explicit links from @node lines, remove
10889 HP-added "Detailed Node Listing" from main menu which confuses
10890 things.
10891
10892 From Dmitry Sivachenko <dima@Chg.RU>:
10893 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10894 in description of `set environment'.
53a5351d
JM
10895
108961999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10897
10898 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10899
7be570e7
JM
109001999-08-12 Ben Elliston <bje@cygnus.com>
10901
10902 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10903
f7dc1244 109041999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10905
10906 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10907 watch, awatch, and rwatch. Explain why the latter two cannot be
10908 set as software watchpoints. Document that watchpoints for local
10909 variables are deleted when the debuggee terminates.
7be570e7
JM
10910
10911Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10912
10913 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10914 packet. Allow E.. response packet. "qRcmd" packet is no longer
10915 reserved.
7be570e7
JM
10916
109171999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10918
a9331b3f
RM
10919 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10920 * gdb.texinfo: Ditto.
7be570e7 10921
96baa820
JM
109221999-08-06 Tom Tromey <tromey@cygnus.com>
10923
10924 * gdb.texinfo (KOD): New node.
10925
10926Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10927
10928 * remote.texi (Rcmd): Fix minor formatting typos.
10929
10930Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10933 packets.
96baa820 10934
adf40b2e
JM
109351999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10936
10937 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10938 fixes.
10939
43ff13b4
JM
10940Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10941
10942 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10943
085dd6e6
JM
10944Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10945
10946 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10947 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10948 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10949 packets that are not supported on all hosts. Expand examples.
10950 Spell check.
085dd6e6
JM
10951
109521999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10953
10954 * Makefile.in: Recognize html, install-html. Add targets
10955 to build HTML versions of documentation via texi2html.
10956
10957Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10958
10959 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10960 testsuite.
085dd6e6
JM
10961
10962Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * remote.texi (Communication Protocol): Rewrite.
10965
10966Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10967
10968 * stabs.texinfo: Fix uses of xref.
10969
9e0b60a8
JM
10970Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10971
10972 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10973 info about patch submission.
10974
cce74817
JM
10975Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10976
10977 From Per Bothner <bothner@cygnus.com>:
10978 * gdb.texinfo: Document Chill support.
10979
10980Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10981
10982 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10983 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10984 Document that the value should be greater-than or equal-to zero.
10985 (NO_STD_REGS): Document. Deprecate.
cce74817 10986
ac9a91a7
JM
10987Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10988
10989 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10990 Document that these are not used.
ac9a91a7
JM
10991
10992Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10993
10994 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10995
392a587b
JM
10996Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10997
10998 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10999 numargs was dropped.
392a587b
JM
11000
11001Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11002
11003 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11004
b83266a0
SS
11005Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11008 Update.
b83266a0 11009
7a292a7a
SS
11010Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11011
11012 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11013 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11014
11015Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11016
11017 * gdbint.texinfo: Fix typos: $ -> @.
11018
11019Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11020
11021 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11022 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11023 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11024 BREAKPOINT_FROM_PC.
a9331b3f 11025
7a292a7a
SS
11026Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11027
11028 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11029 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11030
11031Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11032
11033 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11034 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11035
110361999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11037
11038 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11039 longer exists.
11040
11041Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11042
11043 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11044 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11045 they make the manual source incomprehensible.
7a292a7a
SS
11046 * h8-cfg.texi: Remove, hasn't been used in years.
11047
c906108c
SS
11048Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11049
11050 * gdb.texinfo: Update the credits.
11051
11052Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdb.texinfo: Fix mistakes noticed in printout of last
11055 draft, add Alpha to discussion of heuristic fence post.
11056
11057Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11058
11059 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11060 Edition, merge some HP changes into mainline, describe some
11061 previously undocumented features, describe more of the target
11062 commands available, eliminate obsolete section on renamed
11063 commands.
c906108c
SS
11064 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11065
11066Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11067
11068 * gdb.texinfo: Make many HPPA conditionals unconditional,
11069 including catchpoint description, since now on for all configs.
11070 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11071 specializations.
11072
11073Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11074
11075 * Makefile.in (GDBvn.texi): Fix match expression to work with
11076 current format of VERSION in gdb/Makefile.in.
11077 * gdb.texinfo: Fix node ref to match new readline.
11078
11079Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11080
a9331b3f
RM
11081 * gdb.texinfo: Changes made as part of a project to merge in
11082 changes made by HP. Documentation makes extensive use of
c906108c
SS
11083 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11084 on remote debugging. There are differences in documentation
889bf7c5 11085 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11086 the HP manual discusses catchpoints, hardware watchpoints, and
11087 some HPUX specific limitations for shared library support.
a9331b3f 11088
c906108c
SS
11089 There are also a number of @node changes.
11090
110911999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11092
11093 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11094 (C Usage): Same.
11095
11096Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11097
11098 The following changes were made by Edith Epstein
889bf7c5
PA
11099 <eepstein@cygnus.com> as part of a project to merge in changes
11100 made by HP.
a9331b3f 11101
c906108c
SS
11102 * HPPA-cfg.texi: new file.
11103
11104 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11105
11106 * refcard.tex: change documentation about catch.
11107 removed info catch.
11108
11109Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11110
11111 * gdbint.texinfo: Expand on GDB's coding standards,
11112 specify the use of arg names with prototypes.
11113
111141998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11115
11116 * gdb.texinfo: Fix tipo.
11117
11118Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11119
11120 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11121 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11122
11123Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11124
11125 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11126
111271998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11128
11129 * agentexpr.texi: New file.
11130
11131Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11132
11133 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11134
111351998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11136
11137 * remote.texi: Changed wording that implied that the GDB remote
11138 protocol caches register values instead of GDB itself.
11139
11140Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11141
11142 * gdbint.texinfo: Add some info about symbol readers.
11143 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11144 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11145 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11146 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11147
11148Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11149
a9331b3f 11150 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11151
11152Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11153
11154 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11155
11156Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11157
11158 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11159 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11160
11161Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11162
11163 * gdbint.texinfo: Fix minor typos.
11164
11165Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11166
11167 * gdbint.texinfo: Complete overhaul. Group descriptions more
11168 logically, add more info on generic algorithms, remove much
11169 obsolete and/or wrong material.
11170
11171Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11174
11175Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11176
11177 * refcard.tex: Copyright, address updates.
11178
11179Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11180
11181 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11182 for the edition instead of confusing GDB-version-like numbers.
11183
11184Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11185
11186 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11187
11188Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11189
5ae4183a 11190 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11191
11192Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11193
11194 * gdb.texinfo: Add some credits, mention bug monitor.
11195 * remote.texi: Mention mips monitor targets.
11196 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11197
c906108c
SS
11198Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11199
11200 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11201 files, finish sorting of host vs target vs native macros, describe
11202 some more of them.
c906108c
SS
11203
11204Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11205
11206 * gdbint.texinfo (Host Conditionals): Document change from
11207 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11208
11209Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11210
11211 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11212 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11213
11214Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11215
11216 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11217 Document LSEEK_NOT_LINEAR.
11218
11219Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11220
11221 * stabs.texinfo (Stab Section Basics): Make it clear that only
11222 some versions of the GNU linker remove the leading N_UNDF symbol.
11223
11224Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11225
11226 * stabs.texinfo (String Field): Document type number pairs here,
11227 instead of in the Sun specific section.
11228 (Include Files): The GNU linker supports the N_BINCL
11229 optimization. Clarify the N_BINCL value, and what it is used
11230 for.
11231 (Procedures): Document N_FUN with an empty string to mark the end
11232 of a function.
11233 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11234 (Sun Differences): Remove this node, as the information is now
11235 elsewhere in the main document.
11236 (Stab Section Basics): Mention that the GNU linker may optimize
11237 stabs and remove the leading N_UNDF symbol.
11238
11239Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11240
11241 * gdb.texinfo, refcard.tex: Restore author credit
11242
11243Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11244
11245 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11246 documentation to account for START and END macros taking
11247 one arg.
11248
11249Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11250
11251 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11252 * gdb.texinfo (Frames): Fix typo.
11253
11254Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11255
11256 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11257 a target_signal as arg type, not a pid.
11258
11259Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11260
11261 * gdb.texinfo: Document `set assembly-language'.
11262
11263Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * remote.texi: Update list of stubs in the GDB distribution.
11266
11267Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11268
11269 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11270 Also document that some systems can use mmalloc but must define
11271 this if their C runtime allocates memory that is later freed.
c906108c 11272 (MMCHECK_FORCE): Document new macro.
a9331b3f 11273
c906108c
SS
11274Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11275
11276 * remote.texi: Add documentation for target Sparclet.
11277
11278Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11279
a9331b3f 11280 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11281 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11282 * configure.in: Rewritten for autoconf.
11283 * configure: New.
11284
11285Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11286
11287 * Makefile.in (DVIPS): New define, set to dvips.
11288 (dvi): Add stabs.dvi.
11289 (ps): New target.
11290 (all-doc): Depend on info, dvi, and ps targets.
11291 (STAGESTUFF): Add *.ps and *.dvi files.
11292 (clean-info, clean-dvi): Remove.
11293 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11294 rules completely rewritten.
11295 (maintainer-clean): Remove clean-info and clean-dvi
11296 dependencies and put their actions in the rules.
11297 (gdb.ps): New target
a9331b3f 11298 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11299 intermediate TeX files, whether they have 2 or 3 character
11300 extensions.
11301 (gdbint.ps): Add target and rules.
11302 (gdb-internals): Delete unused target.
11303 (Makefile): Depends upon config.status also.
11304
11305Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11306
11307 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11308 set.
11309
11310Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11311
11312 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11313 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11314
11315Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11316
11317 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11318
11319Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11320
11321 * gdb.texinfo (Print settings): Document
11322 `set/show print static-members' commands.
11323
11324Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11325
11326 * gdbint.texinfo (Native): Document name change, coredep.c to
11327 core-aout.c.
11328
11329Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * stabs.texinfo (Include Files): Document the values the SunOS4
11332 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11333
11334Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11335
11336 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11337 Fix typo.
11338
11339Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11340
11341 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11342 "gdb.tar.Z".
11343
11344Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11345
11346 * Makefile.in (maintainer-clean): New target, synonym for
11347 realclean.
11348
11349Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11350
11351 * Update all FSF addresses except those in COPYING* files.
11352
11353Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11354
11355 From Richard Earnshaw (rearnsha@armltd.co.uk):
11356 * gdb.texinfo (convenience variables): Document $_exitcode.
11357 (quit): Document optional expression to use as exit code.
11358
11359Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11360
11361 * gdb.texinfo, remote.texi: Brought up to date with various
11362 GDB changes.
11363
11364Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11365
11366 * gdb.texinfo: Update dates and versions, fix comments about
11367 hardware watchpoints in future releases and about the
11368 sharedlibrary command.
11369
11370Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11371
11372 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11373 C_FUN stab. Other cleanups.
11374
11375Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11378 for the sparc stub.
11379
11380Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11381
11382 * annotate.texi: Clarify which addresses have differing formats
11383 depending on the language and which do not.
11384
11385Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11386
11387 * remote.texi (NetWare): Changed example to use BOARD= instead of
11388 NODE= argument to reflect correspoding change to gdbserve.nlm.
11389
11390Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11391
11392 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11393 GDB, as well as AIX dbx, supports the size type attribute.
11394
11395Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11396
11397 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11398
11399Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11400
11401 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11402 and new 'if' and 'while' commands.
11403
11404Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11405
11406 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11407
11408Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11409
11410 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11411 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11412 NetWare targets. Mostly stolen from the Server node.
11413
11414Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11415
11416 * gdb.texinfo (Setting): Talk about the language of a source file
11417 versus the working language. The old documentation did not match
11418 what GDB did.
11419
11420Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11421
11422 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11423 of a source file.
11424
11425Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11426
11427 * gdb.texinfo (Processes): New node.
11428
11429Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11430
11431 * remote.texi: Update documentation of set/show mipsfpu.
11432
3fc11d3e
JM
11433Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11434
11435 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11436 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11437
11438Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11439
11440 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11441 obsolete conditionals, described some others.
11442
11443Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11444
11445 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11446 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11447
11448Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11449
11450 * gdbint.texinfo: Put regex conditionals in their own table.
11451
11452Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11453
11454 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11455 described or fixed the descriptions of many others.
11456
11457Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11458
11459 * gdb.texinfo: Add some more credits.
11460 * gdbint.texinfo: Capitalize GDB consistently, describe some
11461 macros and remove some.
11462
11463Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11464
11465 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11466 obsolete conditionals, described some others.
11467
11468Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11469
11470 * gdb.texinfo (help targets): Changed to `help target', which
11471 is the correct gdb command.
11472
11473Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11474
11475 * annotate.texi (TODO): New node, for keeping track of annotations
11476 suggested but not yet implemented.
11477
11478Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11481 another symbol, it is not the address itself.
11482
11483Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11484
11485 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11486 of stabs-in-coff sections.
11487
11488Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11489
11490 * annotate.texi: Change edition to 0.5 and date to May 1994.
11491 Add index.
11492 (Frames): New node, for frame annotation.
11493 (Displays): New node, for display annotation.
11494
11495 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11496 when waiting for your program to stop.
11497
11498Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11499
11500 * annotate.texi (Breakpoint Info): Document annotation of header
11501 fields and record annotation.
11502
11503Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * annotate.texi: New file, to document annotations.
11506
11507Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11508
11509 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11510 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11511
11512Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11513
11514 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11515 section, and say n_strx field is compilation unit relative.
11516 * stabs.texinfo: Don't use @code for a.out when it is the name of
11517 an object file format.
11518
11519Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11520
11521 * gdb.texinfo: Refer to file names, not path names, per rms
11522 convention.
11523 (Arguments): Fix typo.
11524
11525Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (Global Variables): Talk about stabs in files
11528 where variables are referenced, but not defined.
11529
11530Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11531
11532 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11533 Cplusplus to new nodes Member Type Descriptor and Method Type
11534 Descriptor. Re-write stuff for #.
11535
11536Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11537
11538 * gdb.texinfo (Print Settings): Don't document "set print
11539 fast-symbolic-addr off". The bug which it worked around was fixed
11540 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11541
11542 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11543 N_ENTRY node.
11544
11545 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11546
11547Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11548
11549 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11550 references to ieee-float.c.
11551
11552Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11553
11554 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11555 match what the code actually does.
11556
11557Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11558
11559 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11560
11561Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11562
11563 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11564 i, and b.
11565
11566Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11567
11568 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11569 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11570 as "stabs in sections" rather than just saying "ELF and SOM".
11571 Also make that stuff apply to COFF.
11572
11573Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11574
11575 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11576 Ghostscript.
11577
11578Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11579
11580 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11581 versus functions without line numbers, also mention stepping into
11582 them as well as "step" when you are in them. Tell the user how to
11583 deal with the situation. Add comment about "debugging information".
11584
11585Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * stabs.texinfo (Enumerations): Document restriction on where
11588 enumeration types can appear and still win with GDB.
11589
11590Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11591
11592 * stabs.texinfo (Negative Type Numbers): Document format for type
11593 -16.
11594
11595Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11596
11597 * gdb.texinfo (Selection, Frame Info): Update information about
11598 arbitrary frame specficiations.
11599
11600Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11601
11602 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11603
11604Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11607
11608Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11609
11610 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11611
11612Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11613
11614 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11615 Differences node to Statics node.
11616 (Statics): Discuss XCOFF use of V symbol descriptor.
11617
11618 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11619 not clean.
11620
11621Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11622
11623 * gdb.texinfo (Print Settings): Document `set print
11624 fast-symbolic-addr' and improve the doc for some other
11625 `set print's.
11626
11627Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11628
11629 * stabs.texinfo (String Field): Talk about defining several type
11630 numbers at once.
11631 Fix lint regarding changing node ELF Transformations to
11632 ELF and SOM Transformations.
11633
11634Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11635
11636 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11637
11638Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11639
11640 * stabs.texinfo (Cross-References): `::' is for nested types only
11641 within <>.
11642 (Structures): Document static members.
11643
11644Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11645
11646 * stabs.texinfo: Document S type attribute.
11647
11648Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11649
11650 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11651
11652Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11653
11654 * gdbint.texinfo: Fix a few typos.
11655
11656Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11657
11658 * gdb.texinfo, remote.texi: formatting improvements
11659
11660 * gdb.texinfo (New Features): mention threads.
11661 (Summary, C): fix xrefs in newly contributed text.
11662 (Threads): index entries, clarifications, example
11663 (passim): minor typos fixed, phrasing improvements
11664
11665 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11666 entries; (Server): explain use of gdbserver w/real-time systems,
11667 add example of conflicting TCP port; (MIPS Remote) break up
11668 running text into table, highlighting commands, and add example.
a9331b3f 11669
c906108c
SS
11670Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11671
11672 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11673
11674Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11675
11676 * stabs.texinfo (Nested Symbols): New node.
11677 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11678
11679Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11680
11681 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11682 to picking which Bbss.bss symbol to use, and (because there seems to
11683 be no good way of doing it) re-write some of the text to make it
11684 sound like Bbss.bss isn't such a great idea after all (as currently
11685 designed).
11686
11687 * gdb.texinfo (C): In addition to saying people have to use g++ for
11688 good results, say they have to use stabs. Specifically say cfront
11689 doesn't work well.
11690 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11691 the gdb README. Add xrefs to places where the support for the various
11692 languages is described in detail.
11693
11694Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * stabs.texinfo: Clean up stuff about visibility and virtual
11697 characters.
11698
11699 * stabs.texinfo (N_M2C): Cite Sun doc.
11700
11701Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11702
11703 * gdb.texinfo: updates re threads.
11704 * remote.texinfo: avoid index entries starting with digits.
11705
11706Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11707
11708 * stabs.texinfo (Enumerations): Talk about large, negative and
11709 octal values. Clean up cross reference to type attributes.
11710 (String Field): Say that GDB 4.11 supports size attribute.
11711
11712Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11713
11714 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11715 is a mandatory step. Make the stuff about that more concise.
11716
11717Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * stabs.texinfo (Class Names): New node.
11720
11721 * gdb.texinfo (Command Files): Explain order of init file reading.
11722
11723 * remote.texi (Bootstrapping): Talk about getting the serial driver
11724 to deal with ^C sent by gdb to stop the remote system.
11725
11726Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11727
11728 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11729
11730 * libgdb.texinfo (Defining Commands): made the DOC arg
11731 to gdb_define_app_command a char * instead of char **
11732 per a suggestion from kingdon.
11733
11734 * libgdb.texinfo: total rewrite from a different starting
11735 premise.
11736
11737Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11738
11739 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11740 floats passed as doubles (to improve clarity).
11741
11742Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11743
11744 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11745
11746 * a4rc.sed: update to work with Andreas Vogel papersize params
11747
11748 * refcard.tex: use Andreas Vogel simplifications of papersize
11749 params; remove useless version info; update copyright date.
11750
11751Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11752
11753 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11754
11755Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11756
11757 * gdb.texinfo (Files): Say what address the load command loads it at.
11758
11759 * stabs.texinfo (Common Blocks): Minor cleanups.
11760
11761 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11762 that Sun has backed away from the linker kludge and thus the relevant
11763 issue is changes to the SunPRO tools, not the Solaris linker.
11764
11765 * stabs.texinfo (Traditional Integer Types): Clean up description
11766 of octal bounds a little bit. Document extra leading zeroes.
11767
11768Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11769
11770 * gdb.texinfo (Signaling): Update for symbolic symbol names
11771 and add a section explaining the difference between the GDB
11772 signal command and the shell kill utility.
11773
11774Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11775
11776 * libgdb.texinfo: added `@' to braces that were unescaped.
11777
11778Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11779
11780 * libgdb.texinfo: new file. Spec for the gdb library.
11781
11782Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11783
11784 * stabs.texinfo (Include Files): Fix typo (start -> end).
11785
11786Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11787
11788 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11789 from Melissa at FSF's editing pass.
11790
11791Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11792
11793 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11794 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11795 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11796
11797Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * remote.texi (Bootstrapping): Discuss 386 call gates.
11800
11801Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11802
11803 * stabs.texinfo (Based Variables): New node.
11804
11805Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11806
11807 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11808 names, sizes, and formats to suggest how not to lose.
11809
11810Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11811
11812 * stabs.texinfo (Methods): Fix typo.
11813
11814Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11815
11816 * gdb.texinfo: Fix a few typos.
11817
11818Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11819
11820 * gdb.texinfo: Clarify how well it works with Fortran.
11821
11822 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11823 More on relocating stabs in ELF files.
11824
11825Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11826
11827 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11828
11829Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11832 parameters on VAX.
11833
11834Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11835
11836 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11837
11838Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11839
11840 * stabs.texinfo: Make info author notice match the TeX author notice.
11841
11842Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11843
11844 * stabs.texinfo: Initial-caps all words in node names and
11845 non-trivial words in section names.
11846
11847Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11848
11849 * stabs.texinfo: Many minor cleanups.
11850
11851 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11852
11853Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11854
11855 * stabs.texinfo: Remove full description of big example.
11856 It's not really helpful; just use pieces of it where appropriate.
11857 Add more Texinfo formatting directives (@samp, etc.).
11858 Use @deffn to define stab types.
11859 Eliminate some wordiness. Break up some nodes.
11860 Add an (alphabetized) index of symbol types.
11861 Use consistent capitalization style in node and section names.
11862
11863Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11864
11865 * gdb.texinfo: Change typo "Two two" to "The two".
11866
11867Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11868
11869 * stabs.texinfo (XCOFF-differences): Remove references to
11870 non-existent types N_DECL and N_RPSYM.
11871
11872 * stabs.texinfo (String Field): Say that type attributes bug is
11873 fixed in GDB 4.10, since it is.
11874
11875 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11876
11877Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11878
11879 * stabs.texinfo: Formatting cleanups.
11880
11881Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11882
11883 * stabs.texinfo: When explaining the n_type of a stab, standardize
11884 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11885 no tabs, use @r).
11886 (Global Variables): Clean up.
11887
11888Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11889
11890 * stabs.texinfo (Stack Variables): Re-write.
11891
11892Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11893
11894 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11895 addresses of a source file. Also revise formatting.
11896 Change "object module" or "object file" to "source file".
11897 Various: Miscellaneous cleanups.
11898
11899Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11900
11901 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11902
11903Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11904
11905 * gdbint.texinfo: Removed many nonsensical machine-collected
11906 host and target conditionals, described some of the remainder.
11907
11908Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11909
11910 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11911
11912 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11913 paragraph which follows.
11914
11915 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11916 variables. Looks better and avoids overful hbox.
11917
11918Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11919
11920 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11921
11922Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11923
11924 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11925 retransmit-timeout
11926
11927Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * gdbint.texinfo: Update statement about `some ancient Unix
11930 systems, like Ultrix 4.0' to Ultrix 4.2.
11931
11932Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11933
11934 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11935
11936 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11937
11938 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11939 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11940
11941 * remote.texi: new name for former gdbinv-s.texi
11942
11943 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11944
11945Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11946
11947 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11948 variables for MIPS remote debugging protocol.
11949
11950Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11953
11954Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11955
11956 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11957
11958Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11959
11960 * gdb.texinfo: repair conditional bugs in text markup
11961
11962Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11965 to select Modula-2 material.
11966
11967Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11968
11969 * stabs.texinfo: Cleanups regarding statics.
11970
11971 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11972 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11973
11974Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11975
11976 * stabs.texinfo: N_MAIN is sometimes used for C.
11977
11978Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11979
11980 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11981
11982Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11983
11984 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11985 removed from the code by Kingdon.
c906108c
SS
11986
11987Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11988
11989 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11990 input when evaluating breakpoint conditions; the bug has been fixed.
11991
11992 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11993 sets the ignore count to N-1, not to N.
11994
11995Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11996
11997 * refcard.tex (\hoffset): correct longstanding error to match
11998 intended offset; avoids cutting off edge on some printers
11999
12000Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12003
12004Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12005
12006 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12007
12008Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12009
12010 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12011 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12012 collect sed edits if any, apply to refcard before formatting;
12013 (refcard.ps) stop implying PS fonts if PS output requested;
12014 (lrefcard.ps) delete extra target for variant PS fonts
12015
12016 * refcard.tex: parametrize papersize dependent info, collect
12017 in easily replaced spot
12018
12019 * a4rc.sed: new file, edits to refcard for A4 paper
12020
12021Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12024
12025Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12026
12027 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12028
12029Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12032 politely rather than rudely.
12033
12034Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12035
12036 * stabs.texinfo: Document common blocks.
12037
12038Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12039
12040 * stabs.texinfo: Add some basic info about stabs-in-elf.
12041
12042Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12043
12044 * stabs.texinfo (Top): Minor cleanup.
12045
12046Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12047
12048 * Makefile.in (install-info): remove parentdir support
12049
12050Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12051
12052 * gdb.texinfo (Copying): delete this node and references to it;
12053 RMS says this manual need not carry GPL. (passim): Improvements
12054 from last round at FSF, largely due to Ian Taylor review, and
12055 minor formatting improvements.
12056
12057 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12058 largely due to Ian Taylor review. (Debug Session): minor edits to
12059 new text.
12060
12061Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12062
12063 * Makefile.in (realclean): Remove info and dvi files too.
12064
12065Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12066
12067 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12068 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12069 * gdb.texinfo: Change accordingly.
12070
12071 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12072 N_{L,R}BRAC,N_SLINE are relative to.
12073
12074Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12075
12076 * Makefile.in (GDBvn.texi): Update atomically.
12077
12078Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12079
12080 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12081
12082Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12083
12084 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12085 addresses together. Also motivate the set print symbol-filename
12086 command and suggest other solutions.
12087
12088Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12089
12090 * gdb.texinfo (set print elements): Note that the number of
12091 elements is set to unlimited by "set print elements 0".
12092
12093Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12094
12095 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12096 NF_LDOUBLE means.
12097 (Stab Types): Include Solaris stab types.
12098 (Procedures): Document Solaris extensions.
12099
12100Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12101
12102 * gdb.texinfo: Add `set print symbol-filename' doc.
12103
12104Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * stabs.texinfo (Arrays): Talk about type definition vs. type
12107 information.
12108
12109 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12110 the trailing semicolon.
12111
12112Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12113
12114 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12115 and merge in other parts of the document addressing these subjects.
12116 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12117
12118 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12119 at the end of a range type.
12120
12121 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12122 AIX extensions.
12123
12124Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * stabs.texinfo (Stabs Format): Misc fixes.
12127
12128Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12129
12130 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12131 (Traditional builtin types): Document convex convention for long long.
12132 (Negative builtin types): Discuss type names, and misc fixes.
12133
12134Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12135
12136 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12137 point types used with @samp{R} type descriptor.
12138 (Symbol Descriptors): Describe how to handle conflict between
12139 different meanings of @samp{P} symbol descriptor.
12140
12141Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12142
12143 * stabs.texinfo: Remove node Quick Reference and put its children
12144 directly under the main menu.
12145
12146 * stabs.texinfo: Many more changes to bring it into line with
12147 AIX documentation and reality. I think it now has all the
12148 information from the AIX documentation, except that I burned
12149 out when I got to variant records (Pascal and Modula-2) and
12150 all the COBOL types. Oh well, we can add them later when we're
12151 worrying more about those languages.
12152
12153 * stabs.texinfo (Automatic variables): Talk about what it means
12154 to omit the symbol descriptor.
12155
12156Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12157
12158 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12159 gcc2 behavior with promoted args.
12160
12161Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12162
12163 * gdb.texinfo: include readline appendices in info version of manual
12164
12165Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12166
12167 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12168 target remote.
12169
12170 * gdb.texinfo (Machine Code): more index entries for disassemble
12171
12172Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12173
12174 * Clarify the intended use of the gdb-testers and gdb-patches
12175 mailing lists, and shrink gzip comment.
12176
12177Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12178
12179 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12180 DOSHOST configuration of manual.
12181
12182 * gdb.texinfo (MIPS Stack): new node.
12183
12184 * all-config.texi (MIPS) new switch.
12185
12186 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12187 tense; (MIPS Remote) new node.
12188
12189 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12190 bug; (Environment) less passive, other small cleanups in text about
12191 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12192 (Remote) new MIPS Remote menu entry.
12193
12194Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12195
12196 * stabs.texinfo: Many changes to include information from the
12197 AIX documentation.
12198
12199 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12200
12201Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12202
12203 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12204 Move a bunch of information from ../README.
12205 (Getting Started): New node.
12206
12207Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12208
12209 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12210
12211 * gdb.texinfo: advance manual revision dates to present
12212
12213 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12214 stop using silly Roman numerals in @set variable names
12215
12216Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12217
12218 * stabs.texinfo (Parameters): Keep trying to get this right.
12219
12220Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12221
12222 * stabs.texinfo (Parameters): More on "local parameters".
12223
12224Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12225
12226 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12227
12228Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12229
12230 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12231 (Parameters): Rewrite.
12232 (xcoff-differences, Sun-differences): Minor changes.
12233
12234Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12235
12236 * stabs.texinfo: Minor cleanup.
12237
12238Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12239
12240 * gdbint.texinfo: Minor xcoff stuff.
12241
12242Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12243
12244 * gdbint.texinfo: Update for new config directory structure.
12245 Add info about internal type data structures.
12246
12247Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12248
12249 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12250 $(srcdir).
12251 (gdb-config.texi): Depend on file in $(srcdir).
12252
12253Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12254
12255 * stabs.texinfo: Fixes about N_SO.
12256
12257Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12258
12259 * gdb.texinfo: include list of nonstandard init file names
12260
12261 * *-config.texi: new switch GENERIC for text that applies *only*
12262 to (usual) multiple-target version of manual
12263
12264 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12265 h8 config
12266
12267 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12268 in menus (rather than conditionally selected multiple alternative
12269 menus).
12270
12271 * Makefile.in: define and use DOC_CONFIG var to select
12272 configuration for GDB user manual.
12273
12274 * gdb-config.texi: delete from repository, generate from Makefile.
12275
12276 * all-config.texi: normal `generic' configuration file, formerly
12277 stored as gdb-config.texi
12278
12279Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12280
12281 * Makefile.in: add dvi target to build all .dvi files
12282
12283Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12284
12285 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12286
12287Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12288
12289 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12290 host conditionals.
12291 * stabs.texinfo: More array fixes inspired by Jim's.
12292
12293Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12294
12295 * stabs.texinfo: Fixes re arrays and continuations.
12296
12297 * gdbint.texinfo: Add XCOFF node.
12298
12299Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12300
12301 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12302
12303Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12304
12305 * stabs.texinfo: Fix for array types to mention lower bounds.
12306
12307Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12308
12309 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12310
12311Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12312
12313 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12314
12315Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12316
12317 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12318 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12319
12320Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12321
12322 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12323
12324Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12325
12326 * gdb.texinfo, gdbinv-s.texi: misc updates
12327
12328Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12329
12330 * gdbint.texinfo: Brief documentation for longjmp support,
12331 from an email msg by Stu.
12332
12333Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12334
12335 * stabs.texinfo: Fix description of floating point "range"
12336 types (which really define basic types). Reported by Jim Meehan,
12337 <meehan@src.dec.com>.
12338
12339 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12340
12341Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12342
12343 * gdbint.texinfo: Slightly expand section on supporting a new
12344 object file format.
12345
12346Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12347
12348 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12349 intermediate file.
12350
12351Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12352
12353 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12354
12355Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12356
12357 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12358
12359 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12360 as well as Z8002.
12361
12362Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12363
12364 * gdbint.texinfo: Add sections on clean design and on how to send
12365 in changes.
12366
12367Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12368
12369 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12370
12371Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12372
12373 * gdb.texinfo: Fix typo, reported by Karl Berry.
12374
12375Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12376
12377 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12378
12379Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12380
12381 * gdbint.texinfo: fixed a stray email address (needs @@),
12382 added @table @code to node "Native Conditionals"
12383
12384Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12385
12386 * gdbint.texinfo: Describe coding style of GDB.
12387
12388Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12389
12390 * stabs.texinfo: Minor wording changes.
12391
12392Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12393
12394 * gdbint.texinfo: Improve release doc slightly.
12395
12396Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12397
12398 * gdbint.texinfo: Improve doc of GDB config macros.
12399
12400Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12401
12402 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12403 These will be reinserted when examined.
12404
12405Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12406
12407 * gdbint.texinfo: Make a start at documenting all the #if macros
12408 in GDB. At least list them all, and start separating them into
12409 host-specific and target-specific.
12410
12411Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12412
12413 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12414 examples (not consistent w others).
c906108c
SS
12415 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12416 for generic vn of doc
12417
12418Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12419
12420 * Makefile.in: always create installation directories.
12421
12422Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12423
12424 * gdb.texinfo: in h8 config, do not describe searching commands.
12425
12426Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12427
12428 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12429 conditionals; introduce a few generic switches that may be
12430 useful for other cross-dev or dos-hosted configs.
12431
12432 * gdb.texinfo: fix typo in "info reg" description
12433
12434Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12435
12436 * stabs.texinfo: Minor updates from running TeX over it.
12437 * Makefile.in (stabs.dvi, stabs.ps): Add.
12438
12439Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12440
12441 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12442 First pass at converting it to texinfo.
12443
12444Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12445
12446 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12447 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12448
12449Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12450
12451 * gdbint.texinfo: Add section on partial symbol tables.
12452
12453Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12454
12455 * gdb.texinfo: document `set remotedebug' and `set
12456 rstack_high_address'.
12457
12458Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12459
12460 * gdb.texinfo: slight expansion of new text on reading info files
12461 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12462 H8/300 from DOS.
12463
12464Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12465
12466 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12467
12468Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12469
12470 * gdb.texinfo: Say how to read the `info' files.
12471
12472Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12473
12474 * Makefile.in: gm4 -> m4.
12475
12476Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12477
12478 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12479 Documentation' ahead of `Installing GDB' to match README.
12480 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12481 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12482
12483Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12484
12485 * Makefile.in: remove $(srcdir) from gdb.info rule.
12486
12487Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12488
12489 * Makefile.in: commented out gdb-all.texinfo rule. This is
12490 temporary.
12491
12492Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12493
12494 * Makefile.in, configure.in: removed traces of namesubdir,
12495 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12496 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12497
12498Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12499
12500 * gdb.texinfo: Improve how we ask for bug reports.
12501
12502Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12503
12504 * Makefile.in: infodir belongs in datadir.
12505
12506Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12507
12508 * Makefile.in: remove spaces following hyphens, bsd make can't
12509 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12510 standards.text support.
c906108c
SS
12511
12512Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12513
12514 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12515 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12516 and mandir now keyed off datadir by default.
12517
12518\f
12519Local Variables:
9e9c5ae7 12520mode: change-log
c906108c
SS
12521left-margin: 8
12522fill-column: 74
12523version-control: never
463888ab 12524coding: utf-8
c906108c 12525End: