Disable the undefined behavior sanitizer by default
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
eff98030
TT
12018-10-09 Tom Tromey <tom@tromey.com>
2
3 * gdb.texinfo (Configure Options): Update --enable-ubsan
4 documentation.
5
74792ff7
JB
62018-10-08 John Baldwin <jhb@FreeBSD.org>
7
8 * gdb.texinfo (Contributors): Add SRI International and University
9 of Cambridge for FreeBSD/riscv.
10
add5ded5
TT
112018-10-06 Tom Tromey <tom@tromey.com>
12
13 PR python/19399:
14 * python.texi (Inferiors In Python): Document
15 Inferior.Architecture.
16
51e78fc5
TT
172018-10-06 Tom Tromey <tom@tromey.com>
18
19 PR python/21765:
20 * python.texi (Symbols In Python): Document the module and
21 common-block domains. Remove documentation for incorrect
22 domains.
23
f35d5ade
TT
242018-10-03 Tom Tromey <tom@tromey.com>
25
26 * gdb.texinfo (Configure Options): Document --enable-ubsan.
27
c1168a2f
JD
282018-10-02 John Darrington <john@darrington.wattle.id.au>
29
30 * gdb.texinfo (Remote Connection Commands): Describe
31 the changes to target remote and target extended-remote
32 relating to Unix domain sockets.
33
a95746f9
TT
342018-10-01 Tom Tromey <tom@tromey.com>
35
36 * gdb.texinfo (Configure Options): Document configure options.
37
7f0bd420
TT
382018-09-29 Tom Tromey <tom@tromey.com>
39
40 * gdb.texinfo (Requirements): Mention C++, GNU make.
41 (Requirements): Sort the table. Add more libraries.
42 (Running Configure): Remove obsolete text.
43 (Separate Objdir): Likewise.
44 (Configure Options): Likewise.
45
f67ffa6a
AB
462018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
49 to highlight that the number is also the frame's level.
50 (Selection): Rewrite documentation for 'frame' and 'select-frame'
51 commands.
52 (Frame Info): Rewrite documentation for 'info frame' command.
53
ae778caf
TT
542018-09-23 Tom Tromey <tom@tromey.com>
55
56 PR python/18852:
57 * python.texi (Parameters In Python): Document exception behavior
58 of get_set_string.
59
73f1bd76
JB
602018-09-18 John Baldwin <jhb@FreeBSD.org>
61
62 * gdb.texinfo (info proc): Remove "running".
63 (info proc mappings): Replace "program" with "process".
64
8b113111
JB
652018-09-18 John Baldwin <jhb@FreeBSD.org>
66
67 * gdb.texinfo (Process Information): Document "info proc files"
68 command.
69
e6cd1dc1
TT
702018-09-17 Tom Tromey <tom@tromey.com>
71
72 * gdb.texinfo (Index Files): Update for cache directory change on
73 macOS.
74
8743a9cd
TT
752018-09-16 Tom Tromey <tom@tromey.com>
76
77 * python.texi (Basic Python): Update docs for find_pc_line,
78 solib_name.
79 (Progspaces In Python): Update docs for current_progspace.
80 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
81 Move method documentation before example.
82
74d3fbbb
SM
832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
84
85 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
86
0ae1a321
SM
872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
882018-09-13 Tom Tromey <tom@tromey.com>
89
90 * python.texi (Program Spaces In Python): Document the
91 Progspace.objfiles method.
92 (Objfiles In Python): Mention that gdb.objfiles() is identical
93 to gdb.selected_inferior().progspace.objfiles().
94
a40bf0c2
SM
952018-09-13 Simon Marchi <simon.marchi@ericsson.com>
962018-09-13 Tom Tromey <tom@tromey.com>
97
98 * python.texi (Inferiors In Python): Document
99 Inferior.progspace.
100 (Program Spaces In Python): Document that
101 gdb.current_progspace() is the same as
102 gdb.selected_inferior().progspace.
103
1256af7d
SM
1042018-09-13 Simon Marchi <simon.marchi@ericsson.com>
105
106 * python.texi (Basic Python): Mention the string representation
107 of GDB Python objects.
108
3e68067f
SM
1092018-09-12 Simon Marchi <simon.marchi@ericsson.com>
110
111 * gdb.texinfo (Skipping Over Functions and Files): Document
112 set/show debug skip.
113
849cba3b
TT
1142018-09-10 Tom Tromey <tom@tromey.com>
115
116 * python.texi (Frames In Python, Blocks In Python)
117 (Symbols In Python, Symbol Tables In Python)
118 (Lazy Strings In Python): Remove periods from section titles.
119
27a9fec6
TT
1202018-09-10 Tom Tromey <tom@tromey.com>
121
122 * python.texi (Pretty Printing API): Swap sentence order.
123
9da10427
TT
1242018-09-10 Tom Tromey <tom@tromey.com>
125
126 PR python/16461:
127 * python.texi (Values From Inferior): Mention use of virtual
128 table.
129
0d2a5839
TT
1302018-09-10 Tom Tromey <tom@tromey.com>
131
132 * python.texi (Basic Python): Parenthesize argument to
133 decode_line.
134
05c6bdc1
TT
1352018-09-10 Tom Tromey <tom@tromey.com>
136
137 * python.texi (Python): Mention Python versions. Don't mention
138 execfile.
139
e7b5068c
TT
1402018-09-10 Tom Tromey <tom@tromey.com>
141
142 PR python/19808:
143 * python.texi (Unwinding Frames in Python): Rewrite
144 create_unwind_info documentation. Update read_register
145 documentation and add a note about unwinder caution.
146
fb5af5e3
TT
1472018-09-10 Tom Tromey <tom@tromey.com>
148
149 PR python/18909:
150 * python.texi (Events In Python): Fix inferior_call
151 documentation.
152
521b499b
TT
1532018-09-10 Tom Tromey <tom@tromey.com>
154
155 PR python/17752:
156 * python.texi (Frame Filter API): Remove period from subsection
157 title. Mention 100 as good default priority.
158 (Frame Decorator API): Remove period from subsection title.
159 Mention FrameDecorator module.
160
4a5a194a
TT
1612018-09-10 Tom Tromey <tom@tromey.com>
162
163 PR python/23108:
164 * python.texi (Exception Handling): Rearrange gdb.GdbError text
165 and add a table.
166
f5a476a7
TT
1672018-09-10 Tom Tromey <tom@tromey.com>
168
169 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
170 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
171 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
172 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
173
60c0454d
TT
1742018-09-10 Tom Tromey <tom@tromey.com>
175
176 PR python/16484:
177 * python.texi (Frames In Python): Document that Frame.block can
178 throw.
179
088a96da
TT
1802018-09-10 Tom Tromey <tom@tromey.com>
181
182 PR python/23487:
183 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
184
22eb9e92
TT
1852018-09-10 Tom Tromey <tom@tromey.com>
186
187 PR python/16033:
188 * python.texi (Blocks In Python): Document that Block.end is
189 exclusive.
190
078a0207
KS
1912018-08-29 Keith Seitz <keiths@redhat.com>
192
193 * gdb.texinfo (Compiling and injecting code in GDB): Document
194 set/show "compile-oracle" and "compile-cplus-types" commands.
195
6d52907e
JV
1962018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
197
198 * gdb.texinfo (The -stack-list-frames Command): Update description
199 to mention "arch".
200 Update MI examples throughout the document to contain "arch" in
201 frame output.
202
1461bdac
AH
2032018-08-21 Alan Hayward <alan.hayward@arm.com>
204
205 * gdb.texinfo (AArch64 SVE): New subsubsection.
206
26fb3983
JV
2072018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
208
209 * gdb.texinfo (GDB/MI Data Manipulation): Document
210 "-data-disassemble -a addr".
211 (GDB/MI Support Commands): Document "data-disassemble-a-option"
212 feature.
213
7d11235d
SM
2142018-08-07 Simon Marchi <simon.marchi@ericsson.com>
215
216 * gdb.texinfo (Index Files Speed Up GDB): Add section about
217 symbol index cache.
218
129eb0f1
SDJ
2192018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
220
221 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
222 option sections to further clarify that gcore can take more
223 than one PID, and that "-o" is used to specify a prefix, not a
224 filename.
225
3c3bb058
AB
2262018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 * gdb.texinfo (Maintenance Commands): Add description of
229 maintenance command to control dwarf unwinders.
230
0a232300
PW
2312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.texinfo (Debugging Programs with Multiple Threads):
234 Document changes to 'thread apply'. Document 'taas'.
235 Document 'tfaas'.
236 (Examining the Stack): Document 'frame apply'. Document 'faas'.
237
c7ab0aef
SDJ
2382018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
239 Jan Kratochvil <jan.kratochvil@redhat.com>
240 Paul Fertser <fercerpav@gmail.com>
241 Tsutomu Seki <sekiriki@gmail.com>
242
243 * gdb.texinfo (Remote Connection Commands): Add explanation
244 about new IPv6 support. Add new connection prefixes.
245
055303e2
AB
2462018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.texinfo (Remote Configuration): Update descriptions for
249 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
250 and hardware-watchpoint-length-limit variables.
251
471b9d15
MR
2522018-07-02 Maciej W. Rozycki <macro@mips.com>
253
254 PR tdep/8282
255 * gdb.texinfo (Source and Machine Code): Document `set
256 disassembler-options' support for the MIPS target.
257
291f9a96
PT
2582018-06-28 Petr Tesarik <ptesarik@suse.cz>
259
260 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
261
ed6dfe51
PT
2622018-06-28 Petr Tesarik <ptesarik@suse.cz>
263
264 * gdb.texinfo (Files): The address argument for "add-symbol-file"
265 is no longer mandatory.
266
d4d429d5
PT
2672018-06-28 Petr Tesarik <ptesarik@suse.cz>
268
269 * gdb.texinfo (Files): Document "symbol-file -o offset".
270
0dbfed25
TV
2712018-06-14 Tom de Vries <tdevries@suse.de>
272
273 * gdb.texinfo (Background Execution): Add @cindex for '&'.
274
41fc26a2
EZ
2752018-06-11 Eli Zaretskii <eliz@gnu.org>
276
277 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
278
5045b3d7
GB
2792018-06-08 Gary Benson <gbenson@redhat.com>
280
281 * gdb.texinfo (Maintenance Commands): Document "maint check
282 libthread-db" and "maint set/show check-libthread-db".
283
eb6af809
TT
2842018-06-05 Tom Tromey <tom@tromey.com>
285
286 PR cli/12326:
287 * gdb.texinfo (Screen Size): Document "c" response to pagination
288 prompt.
289
4b2dfa9d
MR
2902018-05-31 Maciej W. Rozycki <macro@mips.com>
291
292 * gdb.texinfo (Choosing Target Byte Order): Document endianness
293 selection details with the `set endian auto' mode.
294
a913fffb
TT
2952018-05-04 Tom Tromey <tom@tromey.com>
296
297 PR python/22731:
298 * python.texi (Breakpoints In Python): Mention that "commands" is
299 writable.
300
0489430a
TT
3012018-05-02 Tom Tromey <tom@tromey.com>
302
303 PR python/20084:
304 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
305 PARAM_ZUINTEGER_UNLIMITED.
306
6d7bb824
TT
3072018-04-30 Tom Tromey <tom@tromey.com>
308
309 * python.texi (Types In Python): Document Type.align.
310
b744723f
AA
3112018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
312
313 * gdb.texinfo (Symbols): Mention the fact that "info
314 variables/functions/types" show source files and line numbers.
315
4a4495d6
MM
3162018-04-13 Markus Metzger <markus.t.metzger@intel.com>
317
318 * gdb.texinfo: Document set/show record btrace cpu.
319
3fcded8f
JB
3202018-03-27 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.texinfo (Ada Settings): New subsubsection.
323
978d6c75
TT
3242018-03-26 Tom Tromey <tom@tromey.com>
325
326 PR backtrace/15582:
327 * gdb.texinfo (Backtrace): Mention "hide" argument.
328
ea3b0687
TT
3292018-03-26 Tom Tromey <tom@tromey.com>
330
331 * gdb.texinfo (Backtrace): Describe options individually.
332
76727919
TT
3332018-03-19 Tom Tromey <tom@tromey.com>
334
335 * observer.texi: Remove.
336
386a8676
JB
3372018-03-04 John Baldwin <jhb@FreeBSD.org>
338
339 * gdb.texinfo (Debugging Output): Document "set/show debug
340 fbsd-nat".
341
db1ae9c5
AB
3422018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.texinfo (Machine Code): Additional information about "info
345 line" command.
346
d726cb5d
SN
3472018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
348
349 * gdb.texinfo (gdb-add-index man): Add pindex.
350
dbfa4523
SN
3512018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
352
353 * gdb.texinfo (set cwd): Add period.
354 (gdb-add-index man): Move anchor.
355
ba643918
SDJ
3562017-01-12 Tom Tromey <tom@tromey.com>
357 Sergio Durigan Junior <sergiodj@redhat.com>
358
359 * gdb.texinfo (Index Files): Mention gdb-add-index.
360 (gdb-add-index man): New section.
361 * Makefile.in (gdb-add-index.1): New rule to generate manpage
362 from gdb.texinfo.
363
754452f0
SN
3642018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
365
366 * gdb.texinfo (pwd): Fix whitespace.
367
2d97a5d9
JB
3682018-01-09 John Baldwin <jhb@FreeBSD.org>
369
370 * gdb.texinfo (pwd): Update cross-reference for Process Information
371 node and remove explicit /proc reference.
372 (Native): Rename subsection from SVR4 Process Information to
373 Process Information.
374 (Process Information): Reword introduction to be less /proc
375 centric. Document support for "info proc" on FreeBSD.
376
9f757bf7
XR
3772018-01-03 Xavier Roirand <roirand@adacore.com>
378
379 * gdb.texinfo (Set Catchpoints): Add documentation for new
380 "catch handlers" action.
381
cef0f868
SH
3822017-12-27 Stafford Horne <shorne@gmail.com>
383
384 * gdb.texinfo (Target Description Format): Explain that arbitrary
385 strings are now allowed for register groups.
386
b67d92b0
SH
3872017-12-27 Stafford Horne <shorne@gmail.com>
388
389 * gdb.texinfo (Registers): Document info reg $reggroup feature.
390
7c161838
SDJ
3912017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
392
393 PR cli/16224
394 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
395
b89641ba
SM
3962017-12-13 Simon Marchi <simon.marchi@ericsson.com>
397
398 * python.texi (Manipulating breakpoints using Python): Document
399 qualified parameter to gdb.Breakpoint.
400
0b982d68
SM
4012017-12-13 Simon Marchi <simon.marchi@ericsson.com>
402
403 * python.texi (Manipulating breakpoints using Python): Split doc
404 of Breakpoint.__init__ in two, split text in multiple
405 paragraphs, don't nest parameter square brackets.
406
a994fec4
FJ
4072017-12-12 Stafford Horne <shorne@gmail.com>
408 Stefan Wallentowitz <stefan@wallentowitz.de>
409 Franck Jullien <franck.jullien@gmail.com>
410 Jeremy Bennett <jeremy.bennett@embecosm.com>
411
412 * gdb.texinfo: Add OpenRISC documentation.
413
437afbb8
JK
4142017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
415
416 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
417
883fd55a
KS
4182017-12-07 Keith Seitz <keiths@redhat.com>
419
420 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
421 and "show print type nested-type-limit".
422
824cc835
PM
4232017-12-07 Phil Muldoon <pmuldoon@redhat.com>
424
425 * python.texi (Breakpoints In Python): Add text relating
426 to allowed explicit locations and keywords in gdb.Breakpoints.
427
7403715e
TT
4282017-12-04 Tom Tromey <tom@tromey.com>
429
430 * gdb.texinfo (Rust): Update trait object status
431
97cbe998
SDJ
4322017-12-01 Andrew Cagney <cagney@redhat.com>
433 Joel Brobecker <brobecker@adacore.com>
434 Sergio Durigan Junior <sergiodj@redhat.com>
435
436 * gdb.texinfo (File Options): Document --readnever.
437 (Commands to Specify Files): Likewise, for 'symbol-file' and
438 'add-symbol-file'.
439
bd69330d
PA
4402017-11-29 Pedro Alves <palves@redhat.com>
441
442 PR c++/19436
443 * gdb.texinfo (Debugging C Plus Plus): Document setting
444 breakpoints in functions with ABI tags.
445
a20714ff
PA
4462017-11-29 Pedro Alves <palves@redhat.com>
447
448 * gdb.texinfo (Linespec Locations): Document how "function" is
449 interpreted in C++ and Ada. Document "-qualified".
450 (Explicit Locations): Document how "-function" is interpreted in
451 C++ and Ada. Document "-qualified".
452
ee9a09e9
DC
4532017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
454
455 PR gdb/21945
456 * gdb.texinfo (Search Memory): Update description and example
457 about how to search a string without NULL terminator.
458
e547c119
JB
4592017-11-24 Joel Brobecker <brobecker@adacore.com>
460
461 * gdb.texinfo (GDB/MI Ada Exception Information): Document
462 new "exception-message" field.
463
5f1ca24a
SM
4642017-11-24 Simon Marchi <simon.marchi@ericsson.com>
465
466 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
467
d044bac8
PA
4682017-11-24 Pedro Alves <palves@redhat.com>
469
470 * gdb.texinfo (Completion): Update need-quoting examples. Remove
471 false claim that GDB inserts quoting automatically.
472 (Symbols): Add anchor.
473
2400729e
UW
4742017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
475
476 * gdb.texinfo (Requirements): Document use of GNU MPFR.
477
d8ae99a7
PM
4782017-11-16 Phil Muldoon <pmuldoon@redhat.com>
479
480 * python.texi (Basic Python): Add rbreak documentation.
481
d0fe4701
XR
4822017-11-07 Xavier Roirand <roirand@adacore.com>
483 Pedro Alves <palves@redhat.com>
484
485 * gdb.texinfo (Set Breaks): Document support for breakpoint
486 location ranges in the enable/disable commands.
487
bc3b087d
SDJ
4882017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
489
490 * gdb.texinfo (Starting your Program) <The working directory.>:
491 Mention remote debugging.
492 (Working Directory) <Your Program's Working Directory>:
493 Likewise.
494 (Connecting) <Remote Packet>: Add "set-working-dir"
495 and "QSetWorkingDir" to the table.
496 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
497 packet.
498
d092c5a2
SDJ
4992017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
500
501 * gdb.texinfo (Starting your Program) <The working directory.>:
502 Mention new "set cwd" command.
503 (Working Directory) <Your Program's Working Directory>:
504 Rephrase to explain that "set cwd" exists and is the default
505 way to change the inferior's cwd.
506
289e23aa
AA
5072017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
508
509 * gdb.texinfo (S/390 and System z Features): Document the new
510 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
511
f2ff95c5
KB
5122017-09-21 Kevin Buettner <kevinb@redhat.com>
513
514 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
515 attribute.
516
da2c323b
KB
5172017-09-21 Kevin Buettner <kevinb@redhat.com>
518
519 * python.texi (Inferiors In Python): Add description for method
520 Inferior.thread_from_thread_handle.
521
4e5a4f58
JB
5222017-09-19 John Baldwin <jhb@FreeBSD.org>
523
524 * gdb.texinfo (Starting your Program): Add description of
525 starti command. Mention starti command as an alternative for
526 debugging the elaboration phase.
527
1526853e
SM
5282017-09-16 Simon Marchi <simon.marchi@ericsson.com>
529
530 * gdb.texinfo (Maintenance Commands): Document filter parameter
531 of "maint selftest". Document "maint info selftests" command.
532
7c96f8c1
TT
5332017-09-11 Tom Tromey <tom@tromey.com>
534
535 * python.texi (Events In Python): Document new events.
536
d69cf9b2
PA
5372017-09-04 Pedro Alves <palves@redhat.com>
538
539 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
540 no-debug-info variables.
541 (Symbols) <Examining the Symbol Table>: Document inspecting
542 no-debug-info types.
543 (Calling) <Calling functions with no debug info>: New subsection,
544 documenting calling no-debug-info functions.
545 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
546
0a2dde4a
SDJ
5472017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
548
549 * gdb.texinfo (set environment): Add @anchor. Explain that
550 environment variables set by the user are sent to GDBserver.
551 (unset environment): Likewise, but for unsetting variables.
552 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
553 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
554 "environment-reset" and "QEnvironmentReset" to the table.
555 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
556 QEnvironmentReset>: New item, explaining the packet.
557
6e41ddec
JK
5582017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
561 "Compiler search for the compile command" descriptions of set
562 compile-gcc and show compile-gcc.
563
58afddc6
WP
5642017-08-07 Weimin Pan <weimin.pan@oracle.com>
565
566 * gdb.texinfo (Architectures): Add new Sparc64 section to document
567 ADI support.
568 * NEWS: Add "adi examine" and "adi assign" commands.
569
6d580b63
YQ
5702017-08-18 Yao Qi <yao.qi@linaro.org>
571
572 * gdb.texinfo (Server): Document "--selftest".
573
a5afdb16
RK
5742017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
575
576 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
577 Single-Key mode.
578
ca145713
SDJ
5792017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
580
581 PR gdb/21925
582 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
583 set...").
584
0968fbae
SM
5852017-08-09 Simon Marchi <simon.marchi@ericsson.com>
586
587 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
588 conditional expression.
589
791fb3d7
SM
5902017-07-31 Simon Marchi <simon.marchi@ericsson.com>
591
592 * agentexpr.texi (rot): Fix symbolic description, improve
593 textual description.
594
27d41eac
YQ
5952017-07-26 Yao Qi <yao.qi@linaro.org>
596
597 * gdb.texinfo (Maintenance Commands): Document command
598 "maint check xml-descriptions".
599
8e2141c6
YQ
6002017-07-26 Yao Qi <yao.qi@linaro.org>
601
602 * gdb.texinfo (Maintenance Commands): Document optional
603 argument of "maint print c-tdesc".
604
c646b4e8
YQ
6052017-07-18 Yao Qi <yao.qi@linaro.org>
606
607 * gdb.texinfo (Maintenance Commands): Improve the doc to
608 command "maint print c-tdesc".
609
eb83230b
SDJ
6102017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
611
612 PR gdb/21606
613 * python.texi (Python representation of Symbols.): Replace
614 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
615 * guile.texi (Guile representation of Symbols.): Likewise.
616
c4dcb155
SM
6172017-06-11 Simon Marchi <simon.marchi@ericsson.com>
618
619 * gdb.texinfo (Optional Messages about Internal Happenings):
620 Document {set,show} debug separate-debug-file commands.
621
aefd8b33
SDJ
6222017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
623
624 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
625 (Connecting) <Remote Packet>: Add "startup-with-shell"
626 and "QStartupWithShell" to the table.
627 (Remote Protocol) <QStartupWithShell>: New item, explaining the
628 packet.
629
176efed1
AB
6302017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
633
d050f7d7
TW
6342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
635
636 * python.texi (Recording in Python): Factor out the documentation of
637 gdb.RecordInstruction's super class.
638
14f819c8
TW
6392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
640
641 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
642 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
643 prev and next.
644
0ed5da75
TW
6452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
646
647 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
648 gdb.RecordInstruction
649
913aeadd
TW
6502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
651
652 * python.texi (Recording in Python): Add documentation for
653 gdb.RecordGap and remove documentation of special cases for
654 gdb.BtraceInstruction.
655
a3be24ad
TW
6562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
657
658 * python.texi (Recording in Python): Remove Record.ptid defvar.
659
ebe553db
SM
6602017-04-21 Simon Marchi <simon.marchi@ericsson.com>
661
662 * gdb.texinfo (GDB/MI Thread Information): Add missing
663 fields, re-word some things.
664 (GDB/MI Thread Commands): Describe fields found in the output of
665 -thread-info, remove description of fields in the
666 thread output tuple, replace with a cross-reference to "GDB/MI
667 Thread Information".
668
9be21bb4
SM
6692017-04-21 Simon Marchi <simon.marchi@ericsson.com>
670
671 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
672 from -thread-info output.
673
fe5f7374
AK
6742017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
675
676 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
677
eea78757
AK
6782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
679
680 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
681
79778b30
YQ
6822017-03-22 Yao Qi <yao.qi@linaro.org>
683
684 * python.texi (Inferiors In Python): Remove @code from Python.
685
cee59b3f
TW
6862017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
687
688 * python.texi (Recordings In Python): Document return type of
689 gdb.BtraceInstruction.data.
690
51457a05
MAL
6912017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
692
693 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
694 command file-list-shared-libraries
695 (GDB/MI Async Records): Update documentation of library-loaded with new
696 field.
697
f8d99587
DE
6982017-03-16 Doug Evans <dje@google.com>
699
700 * guile.texi (Lazy Strings In Guile): Mention arrays.
701 * python.texi (Lazy Strings In Python): Ditto.
702
5cf70512
JW
7032017-03-08 Jiong Wang <jiong.wang@arm.com>
704
705 * gdb.texinfo (Memory Protection Extensions): Add missing escape
706 character "@".
707
4a612d6f
WT
7082017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
709
710 * Memory Protection Extensions: Add information about inferior
711 calls.
712
216f72a1
JK
7132017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
714
715 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
716 DW_TAG_GNU_* and DW_AT_GNU_*.
717
4e746bb6
TW
7182017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
719
720 * python.texi (Recordings In Python): New section.
721
3f77c769
TT
7222017-02-14 Tom Tromey <tom@tromey.com>
723
724 PR python/13598:
725 * python.texi (Events In Python): Document events.before_prompt.
726
5cf30ebf
LM
7272017-02-13 Luis Machado <lgustavo@codesourcery.com>
728
729 * gdb.texinfo (Target Commands): Document the optional offset
730 argument for the load command.
731
18da0c51
MG
7322017-02-10 Martin Galvan <martingalvan@sourceware.org>
733
734 PR gdb/21122
735 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
736 space-separated breakpoint lists. Also add a missing @table command
737 and @cindex for breakpoint lists.
738
3f7b46f2
IR
7392017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
740
741 PR tdep/20936
742 * gdb.texinfo: (Standard Target Features): Document SPARC features.
743 (Sparc Features): New node.
744
2735833d
WT
7452017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
746
747 * gdb.texinfo (i386 Features): Add system segment registers
748 as feature.
749
373832b6
SM
7502017-01-24 Simon Marchi <simon.marchi@ericsson.com>
751
752 * python.texi (Events In Python): Fix typo.
753
78cbbba8
LM
7542017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
755 Luis Machado <lgustavo@codesourcery.com>
756
757 * gdb.texinfo (-target-flash-erase): New MI command description.
758 (flash-erase): New CLI command description.
759
387360da
JB
7602017-01-04 John Baldwin <jhb@FreeBSD.org>
761
762 * gdb.texinfo (Contributors): Add SRI International and University
763 of Cambridge for FreeBSD/mips.
764
34c41c68
DE
7652016-12-22 Doug Evans <xdje42@gmail.com>
766
767 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
768 commands.
769
df3ee9ca
PA
7702016-12-02 Pedro Alves <palves@redhat.com>
771
772 * gdb.texinfo (User-defined Commands): Limit on number of
773 arguments passed to user-defined commands removed; update.
774
01770bbd
PA
7752016-12-02 Pedro Alves <palves@redhat.com>
776
777 PR cli/20559
778 * gdb.texinfo (Define): Add example of using "eval" to process a
779 variable number of arguments.
780 (Output) <eval>: Add anchor.
781
ad02e4fe
SM
7822016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
783
784 * Makefile.in: Likewise.
785
8504e097
AA
7862016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
787
788 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
789 xref.
790
39402e6c
PA
7912016-10-29 Pedro Alves <palves@redhat.com>
792
793 * gdb.texinfo (Packets) <vCont>: Remove mention of default
794 actions.
795
ca6eff59
PA
7962016-10-26 Pedro Alves <palves@redhat.com>
797
798 * gdb.texinfo (Packets): Clarify vCont packets with multiple
799 actions that match a thread, and what happens when an action
800 matches a thread that is already running.
801
be06ba8c
SM
8022016-10-14 Simon Marchi <simon.marchi@ericsson.com>
803
804 * gdb.texinfo (Using Trace Files): Fix typo.
805 (GDB/MI Tracepoint Commands): Likewise.
806
99e61eda
SM
8072016-10-14 Simon Marchi <simon.marchi@ericsson.com>
808
809 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
810 of -trace-save.
811
9c37b5ae
TT
8122016-10-06 Tom Tromey <tom@tromey.com>
813
814 * guile.texi (Types In Guile): Remove Java mentions.
815 * python.texi (Types In Python): Remove Java mentions.
816 * gdb.texinfo (Address Locations, Supported Languages)
817 (Index Section Format): Remove Java mentions.
818
ee8da4b8
DE
8192016-08-15 Doug Evans <dje@google.com>
820
821 * gdb.texinfo (Target Description Format): Update docs on "end"
822 field spec and field default type.
823
4034d0ff
AT
8242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8252016-10-03 Simon Marchi <simon.marchi@ericsson.com>
826
827 PR gdb/20487
828 * gdb.texinfo (Context management): Update mention of frame
829 change notifications.
830 (gdb/mi Async Records): Document frame field in
831 =thread-select event.
832 * observer.texi (GDB Observers): New user_selected_context_changed
833 observer.
834
4435e1cc
TT
8352016-09-28 Tom Tromey <tom@tromey.com>
836
837 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
838 than "memory breakpoint". Further document "kind". Move
839 protocol-details link earlier.
840 <z1>: Document the cmd_list argument. Fix typo.
841 <g>: Remove incorrect sentence.
842 (Stop Reply Packets): Document "OK" response to requests when in
843 non-stop mode.
844 <swbreak>: Use "software breakpoint" rather than "memory
845 breakpoint".
846 <create>: Document that "R" is ignored.
847 <W, X, w>: Document formatting of "AA".
848 (Notification Packets): Use "%Stop", not "%%Stop".
849
ad0a504f
AK
8502016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
851
852 * gdb.texinfo (Embedded Processors): Document ARC.
853 (Synopsys ARC): New section.
854 (Standard Target Features): Document ARC features.
855 (ARC Features): New section.
856
74172ecf
SM
8572016-09-21 Simon Marchi <simon.marchi@ericsson.com>
858
859 * .gitignore: New file.
860
0a1ddfa6
SM
8612016-08-24 Simon Marchi <simon.marchi@ericsson.com>
862
863 * gdb.texinfo (Input/Output): Mention possibility to unset
864 inferior-tty.
865
c0272db5
TW
8662016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
867
868 * gdb.texinfo: Resume btrace on reconnect.
869
e3487908
GKB
8702016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
871
872 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
873 syscall.
874
463888ab
РИ
8752016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
876
877 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
878 command.
879
dac790e1
TT
8802016-07-13 Tom Tromey <tom@tromey.com>
881
882 PR python/15620, PR python/18620:
883 * python.texi (Events In Python): Document new breakpoint events.
884
93daf339
TT
8852016-07-13 Tom Tromey <tom@tromey.com>
886
887 PR python/17698:
888 * python.texi (Breakpoints In Python): Document
889 Breakpoint.pending.
890
cda75e70
TT
8912016-07-13 Tom Tromey <tom@tromey.com>
892
893 * python.texi (Breakpoints In Python): Move table of types and
894 table of watchpoint types earlier in node.
895
e0f3fd7c
TT
8962016-07-12 Tom Tromey <tom@tromey.com>
897
898 PR python/19293:
899 * python.texi (Frames In Python): Document
900 gdb.invalidate_cached_frames.
901
86f78169
PA
9022016-06-21 Pedro Alves <palves@redhat.com>
903
904 * gdb.texinfo (Interpreters): Update intepreter-exec section,
905 document new-ui and explain use case.
906
a28d8e50
YTL
9072016-06-17 Yan-Ting Lin <currygt52@gmail.com>
908
909 * gdb.texinfo (Standard Target Features): Document NDS32 features.
910 (NDS32 Features): New Section.
911
bb556f1f
TK
9122016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
913
914 * gdb.texinfo (Examining Memory): Document negative repeat
915 count in the 'x' command.
916
38b022b4
SM
9172016-06-06 Simon Marchi <simon.marchi@ericsson.com>
918
919 * gdb.texinfo (GDB/MI Async Records): Document method and
920 format fields in =record-started.
921 * observer.texi (record_changed): Add method and format
922 parameters.
923
c185ba27
EZ
9242016-05-27 Eli Zaretskii <eliz@gnu.org>
925
926 * gdb.texinfo (General Query Packets): Move the description of the
927 response before the long list of the specific 'read' and 'write'
928 requests.
929
1957f6b8
TT
9302016-05-23 Tom Tromey <tom@tromey.com>
931
932 * python.texi (Basic Python): Document gdb.breakpoints return.
933
224f10c1
TT
9342016-05-24 Tom Tromey <tom@tromey.com>
935
936 PR gdb/19194:
937 * gdb.texinfo (gdb man): Fix typo.
938
0bdfa368
TT
9392016-05-17 Tom Tromey <tom@tromey.com>
940
941 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
942 (Rust): New node.
943
dcd1f979
TT
9442016-05-17 Tom Tromey <tom@tromey.com>
945
946 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
947
310cdbb6
YQ
9482016-04-27 Yao Qi <yao.qi@linaro.org>
949
950 * gdb.texinfo (tfind): Complete doc about tfind without
951 argument.
952
b8162e5a
AT
9532016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
954
955 * agentexpr.texi (byte): Fix zero_ext description.
956
f7c38292
PA
9572016-03-31 Pedro Alves <palves@redhat.com>
958
959 * gdb.texinfo (M32R/SDI): Delete node.
960 (MIPS Embedded): Remove references to the MIPS remote debugging
961 protocol, PMON and variants, and the associated commands.
962
81516450
DE
9632016-03-15 Doug Evans <dje@google.com>
964
965 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
966 (Target Description Format): Mention enum types. Update docs on
967 flags types.
968 (Predefined Target Types): Add "bool".
969 (Enum Target Types): New node.
970
2a60e18f
PA
9712016-03-15 Pedro Alves <palves@redhat.com>
972
973 * gdb.texinfo (Tracepoint Actions): Fix typo.
974
45fa2529
PA
9752016-03-15 Pedro Alves <palves@redhat.com>
976 Andreas Arnez <arnez@linux.vnet.ibm.com>
977 Marcin Kościelnicki <koriakin@0x04.net>
978
979 * gdb.texinfo (Tracepoint Actions): Document possible
980 unreliability of '$_ret'.
981
f2403c39
AB
9822016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.texinfo (Symbols): Document new 'maint info line-table'
985 command.
986
f2f3ccb9
SM
9872016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
988
989 * gdb.texinfo (Convenience Functions): Document $_as_string.
990
cce0e923
DE
9912016-02-23 Doug Evans <dje@google.com>
992
993 * gdb.texinfo (Skipping Over Functions and Files): Document new
994 options to "skip" command. Update docs of output of "info skip".
995
012b3a21
WT
9962016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
997
998 * gdb.texinfo (Signals): Add bound violation display hints for
999 a SIGSEGV.
1000
0748bf3e
MK
10012016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1002
1003 * gdb.texinfo (Trace File Format): Add documentation for description
1004 section lines.
1005
e909d859
MK
10062016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1007
1008 * gdb.texinfo (Trace File Format): Remove misleading information
1009 about register block ordering.
1010
713cdcbf
DE
10112016-02-01 Doug Evans <dje@google.com>
1012
1013 * gdb.texinfo (Value Sizes): Fix typo.
1014
8244c20d
DE
10152016-02-01 Doug Evans <dje@google.com>
1016
1017 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1018
5fdf6324
AB
10192016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.texinfo (Value Sizes): New section.
1022 (Data): Add the 'Value Sizes' node to the menu.
1023
67ebd9cb
JB
10242016-01-26 John Baldwin <jhb@FreeBSD.org>
1025
1026 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1027
6e9567fe
JB
10282016-01-19 John Baldwin <jhb@FreeBSD.org>
1029
1030 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1031
f303dbd6
PA
10322016-01-18 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1035 of the thread that hit a breakpoint or received a signal.
1036
71ef29a8
PA
10372016-01-15 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1040
663f6d42
PA
10412016-01-13 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.texinfo (Threads): Document the $_gthread convenience
1044 variable.
1045 (Convenience Vars): Likewise.
1046
c84f6bbf
PA
10472016-01-13 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.texinfo (Threads): Document "info threads -gid".
1050
22a02324
PA
10512016-01-13 Pedro Alves <palves@redhat.com>
1052
1053 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1054 anchor.
1055 (Threads In Python): Document new InferiorThread.global_num
1056 attribute.
1057
5d5658a1
PA
10582016-01-07 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1061 qualified thread IDs, global thread IDs and thread ID lists.
1062 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1063 thread IDs.
1064 (Convenience Vars): Document the $_thread convenience variable.
1065 (Ada Tasks): Adjust to refer to thread IDs.
1066 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1067 Commands, GDB/MI Variable Objects): Update to mention global
1068 thread IDs.
1069 * guile.texi (Breakpoints In Guile)
1070 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1071 global thread IDs instead of thread IDs.
1072 * python.texi (Threads In Python): Adjust documentation of
1073 InferiorThread.num.
1074 (Breakpoint.thread): Mention global thread IDs instead of thread
1075 IDs.
1076
84654457
PA
10772016-01-13 Pedro Alves <palves@redhat.com>
1078
1079 * python.texi (Threads In Python): Document
1080 InferiorThread.inferior.
1081
e3940304
PA
10822016-01-13 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1085 convenience variable.
1086 (Convenience Vars): Likewise.
1087
82075af2
JS
10882016-01-12 Josh Stone <jistone@redhat.com>
1089 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1090
1091 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1092 (Stop Reply Packets): List the syscall entry and return stop reasons.
1093 (General Query Packets): Describe QCatchSyscalls, and add it to the
1094 table and the detailed list of stub features.
1095
bc504a31
PA
10962016-01-12 Pedro Alves <palves@redhat.com>
1097
1098 Remove use of the registered trademark symbol throughout.
1099
cde67b27
YQ
11002016-01-12 Yao Qi <yao.qi@linaro.org>
1101
1102 * gdb.texinfo (Interrupts): Update the document on handling
1103 interrupt when program is stopped.
1104
19d9d4ef
DB
11052015-12-11 Don Breazeal <donb@codesourcery.com>
1106
1107 * gdb.texinfo (Forks): Correct Linux kernel version where
1108 fork and exec events are supported, add notes about support
1109 of these events in target remote mode.
1110 (Connecting): Reorganize and clarify distinctions between
1111 target remote, extended-remote, and multiprocess.
1112 Reorganize related text from separate sections into new
1113 sections.
1114 (Server): Note effects of target extended-remote mode.
1115 Delete section on Multi-Process Mode for gdbserver.
1116 Move some text to "Connecting" node.
1117
f4f4330e
PA
11182015-12-10 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.texinfo (Threads): Replace warning with explanation
1121 about single-threaded programs.
1122
b1236ac3
PA
11232015-12-10 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.texinfo (Threads): Remove mention of SGI.
1126 (Forks): Remove mention of HP-UX.
1127 (Breakpoints): Remove mention of HP-UX.
1128 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1129 Reword in terms of architectures.
1130 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1131 mention supported systems.
1132 (Convenience Vars): Don't mention HP-UX.
1133 (Jumping): Remove mention of HP-UX in comment.
1134 (Files) <shared libraries>: Update supported shared library types
1135 list. Remove mention of HP-UX.
1136 (Native): Remove HP-UX subsection.
1137 (SVR4 Process Information): Remove mention of HP-UX.
1138
0f59c28f
PA
11392015-12-10 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.texinfo (Stack): Reorder menu.
1142
1c35a88f
LM
11432015-12-09 Luis Machado <lgustavo@codesourcery.com>
1144
1145 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1146 -var-set-format's new zero-hexadecimal format.
1147
3685b09f
PMR
11482015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1149
1150 * gdb.texinfo (Ada Mode Into): Move overloading support
1151 description to its own node.
1152 (Overloading support for Ada): New node.
1153
f2faf941
PA
11542015-11-30 Pedro Alves <palves@redhat.com>
1155
1156 PR 14618
1157 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1158 (Remote Configuration): Add the "set/show remote
1159 no-resumed-stop-reply" to the available settings table.
1160 (General Query Packets): Document the "no-resumed" qSupported
1161 feature.
1162
65706a29
PA
11632015-11-30 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.texinfo (Remote Configuration): List "set/show remote
1166 thread-events" command in configuration table.
1167 (Stop Reply Packets): Document "T05 create" stop
1168 reason and 'w' stop reply.
1169 (General Query Packets): Document QThreadEvents packet. Document
1170 QThreadEvents qSupported feature.
1171
de979965
PA
11722015-11-30 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1175 anchor.
1176 (Packets): Document vCtrlC.
1177
79efa585
SM
11782015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1179
1180 * gdb.texinfo (Thread List Format): Mention thread names.
1181
7e0aa6aa
PA
11822015-11-24 Pedro Alves <palves@redhat.com>
1183
1184 PR 17539
1185 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1186 program-spaces" example to ascending order listing.
1187 (Threads): Adjust "info threads" example to ascending order
1188 listing.
1189 (Forks): Adjust "info inferiors" example to ascending order
1190 listing.
1191
0c532a29
MM
11922015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1193
1194 * gdb.texinfo (Process Record and Replay): Document "record
1195 instruction-history" modifiers.
1196
fc58fa65
AB
11972015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1200 description.
1201 (Frame Filter Management): Move to later in the 'Examining the
1202 Stack' chapter.
1203 (Selection): Add entry for 'select-frame'.
1204
792005b0
DE
12052015-09-25 Doug Evans <dje@google.com>
1206
1207 * gdb.texinfo (Process Record and Replay): Fix syntax of
1208 "record instruction-history begin, end" and
1209 "record function-call-history begin, end".
1210
c58b006b
SM
12112015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * gdb.texinfo (Specifying Source Directories): Fix
1214 substitute-path example.
1215
f2665db5
MM
12162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1217
1218 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1219
e68fa6f0
PA
12202015-09-15 Pedro Alves <palves@redhat.com>
1221
1222 PR remote/18965
1223 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1224 the vforkdone description.
1225
8228463c
PA
12262015-09-15 Pedro Alves <palves@redhat.com>
1227
1228 PR remote/18965
1229 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1230 part indicates the thread ID of the parent process.
1231
750ce8d1
YQ
12322015-09-15 Yao Qi <yao.qi@linaro.org>
1233
1234 * gdb.texinfo (General Query Packets): Add vContSupported to
1235 tables of 'gdbfeatures' and 'stub features' supported in the
1236 qSupported packet, as well as to the list containing stub
1237 feature details.
1238
b459a59b
DB
12392015-09-11 Don Breazeal <donb@codesourcery.com>
1240
1241 * gdb.texinfo (Remote Configuration): Add exec event
1242 feature to table of packet settings.
1243 (Stop Reply Packets): Add exec events to the list of stop
1244 reasons.
1245 (General Query Packets): Add exec events to tables of
1246 'gdbfeatures' and 'stub features' supported in the qSupported
1247 packet, as well as to the list containing stub feature
1248 details.
1249
73b8c1fd
PA
12502015-08-24 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.texinfo (Remote Configuration): Document the "set/show
1253 remote multiprocess-extensions-packet" commands.
1254
bb615428
PA
12552015-08-24 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1258 <M32R>: Remove references to M32R/D.
1259 <M68K>: Remove references to target dbug.
1260 <MIPS Embedded>: Remove references to target r3900 and target
1261 array.
1262 <PowerPC Embedded>: Remove references to target dink32 and target
1263 ppcbug, target sds
1264 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1265
2b4bf6af
AB
12662015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1269
566f5e3b
AB
12702015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1273
18989b3c
AB
12742015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1277 info bfds" to...
1278 (File Caching): A New section. Outline bfd caching, and add new
1279 description for "main set/show bfd-sharing".
1280
6ff0ba5f
DE
12812015-08-14 Doug Evans <xdje42@gmail.com>
1282
1283 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1284 disassembly.
1285 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1286
629500fa
KS
12872015-08-11 Keith Seitz <keiths@redhat.com>
1288
1289 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1290 Use "location(s)"instead of "linespec(s)".
1291 (Specifying a Location): Rewrite.
1292 Add subsections describing linespec, address, and explicit locations.
1293 Add node/menu for each subsection.
1294 (Source and Machine Code, C Preprocessor Macros)
1295 (Create and Delete Trace points)
1296 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1297 (Continuing at a Different Address): Remove "linespec" examples.
1298 Add reference to "Specify a Location"
1299 (The -break-insert Command): Rewrite. Add anchor.
1300 Add reference to appropriate manual section discussing locations.
1301 (The -dprintf-insert Command): Refer to -break-insert for
1302 specification of 'location'.
1303
fbea99ea
PA
13042015-08-07 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1307 target-non-stop".
1308
da8c46d2
MM
13092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1310
1311 * gdb.texinfo (Process Record and Replay): Document prefixing of
1312 speculatively executed instructions in the "record instruction-history"
1313 command.
1314
a3b5281e
DE
13152015-07-20 Doug Evans <dje@google.com>
1316
1317 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1318
6bcb1f97
DE
13192015-07-16 Doug Evans <dje@google.com>
1320
1321 * stabs.texinfo: @include gdb-cfg.texi.
1322
db1ff28b
JK
13232015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 Revert the previous 2 commits:
1326 gdbserver build-id attribute generator
1327 Validate symbol file using build-id
1328
ca5268b6
JK
13292015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1330
1331 * gdb.texinfo (Files): Add 'set validate-build-id'
1332 and 'show validate-build-id'.
1333
700ca40f
JK
13342015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1335 Jan Kratochvil <jan.kratochvil@redhat.com>
1336
1337 gdbserver build-id attribute generator.
1338 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1339 'build-id' in description, example, new attribute in dtd.
1340
7c7f93f6
AB
13412015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * gdb.texinfo (Selection): Update documentation for 'frame'
1344 command.
1345
b0627500
MM
13462015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1347
72f4393d 1348 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1349 commands.
1350
b20a6524
MM
13512015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1352
1353 * gdb.texinfo (Process Record and Replay): Spell out that variables
1354 and registers are not available during btrace replay.
1355 Describe the new "record btrace pt" command.
1356 Describe the new "set|show record btrace pt buffer-size" options.
1357 (General Query Packets): Describe the new Qbtrace:pt and
1358 Qbtrace-conf:pt:size packets.
1359 Expand "bts" to "Branch Trace Store".
1360 Update the branch trace DTD.
1361
fc637f04
PP
13622015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1363
1364 * gdb.texinfo (Command History): Document the new option
1365 "history remove-duplicates".
1366
18a94d75
DE
13672015-06-19 Doug Evans <dje@google.com>
1368
1369 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1370 longer supported.
1371
0eacb298
PP
13722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1373
1374 * gdb.texinfo (Command History): Mention that setting
1375 GDBHISTSIZE to the empty string disables history truncation.
1376
bc460514
PP
13772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1378
1379 PR gdb/16999
1380 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1381 behavior.
1382
b58c513b
PP
13832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1384
1385 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1386 with GDBHISTSIZE.
1387
a86c90e6
SM
13882015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1389
1390 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1391 bytes and memory units for -data-{read,write}-memory-bytes.
1392 (Packets): Same for m, M and X packets.
1393 * python.texi (Inferiors In Python): Same for read_memory and
1394 write_memory.
1395
c74f7d1c
JT
13962015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1397
1398 * gdb.texinfo (Separate Debug Files): Document that PE is also
1399 supported.
1400
51f0e40d
AB
14012015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1404 single table entry.
1405
966f0aef
WT
14062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1407
1408 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1409
1410
15a201c8
GB
14112015-06-10 Gary Benson <gbenson@redhat.com>
1412
1413 * gdb.texinfo (Remote Configuration): Document the
1414 "set/show remote hostio-setfs-packet" command.
1415 (Host I/O Packets): Document the vFile:setfs packet.
1416
7a6a1731
GB
14172015-06-10 Gary Benson <gbenson@redhat.com>
1418
1419 * gdb.texinfo (Debugging Output): Document the "set/show debug
1420 linux-namespaces" command.
1421
7d73c23c 14222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1423 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1424
1425 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1426 and "set mpx bound".
1427
27e0867f
DE
14282015-05-27 Doug Evans <dje@google.com>
1429
1430 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1431
b4f54984
DE
14322015-05-26 Doug Evans <dje@google.com>
1433
1434 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1435 command renamings.
1436 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1437
55b40027
AB
14382015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1441
a4ea0946
AB
14422015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1445 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1446
37442ce1
DE
14472015-05-16 Doug Evans <xdje42@gmail.com>
1448
1449 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1450 memory ports.
1451
36de76f9
JK
14522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1455
0d71eef5
DB
14562015-05-12 Don Breazeal <donb@codesourcery.com>
1457
1458 * gdb.texinfo (Forks): Note that fork debugging is
1459 supported in extended mode.
1460 (Remote Configuration): Add fork event features to table
1461 of packet settings.
1462 (Stop Reply Packets): Add fork events to list of stop reasons.
1463 (General Query Packets): Add fork events to tables of
1464 'gdbfeatures' and 'stub features' supported in the qSupported
1465 packet, as well as to the list containing stub feature
1466 details.
1467
835205d0
GB
14682015-05-12 Gary Benson <gbenson@redhat.com>
1469
1470 * gdb.texinfo (General Query Packets): Document
1471 qXfer:exec-file:read with empty annex.
1472
4c082a81
SC
14732015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1474
1475 * python.texi (Values From Inferior): Add descriptions of new
1476 methods gdb.Value.reference_value and gdb.Value.const_value.
1477
b30a0bc3
JB
14782015-05-06 Joel Brobecker <brobecker@adacore.com>
1479
1480 * gdb.texinfo (Files): Add "info dll" documentation.
1481 (Cygwin Native): Remove "info dll" documentation.
1482
2ce1cdbf
DE
14832015-04-29 Doug Evans <dje@google.com>
1484
1485 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1486 Document.
1487 (Writing an Xmethod): Add get_result_type to example.
1488
59fb7612
SS
14892015-04-28 Sasha Smundak <asmundak@google.com>
1490
1491 * python.texi: New method documented.
1492
cf75d6c3
AB
14932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1496 format.
1497
897c3d32
DE
14982015-04-24 Doug Evans <dje@google.com>
1499
1500 * python.texi (Xmethods In Python): Fix name of method to call the
1501 xmethod.
1502
1b6e6f5c
GB
15032015-04-17 Gary Benson <gbenson@redhat.com>
1504
1505 * gdb.texinfo (Connecting to a Remote Target): Mention that
1506 GDB can access program files from remote targets that support
1507 qXfer:exec-file:read and Host I/O packets.
1508
c78fa86a
GB
15092015-04-17 Gary Benson <gbenson@redhat.com>
1510
1511 * gdb.texinfo (Remote Configuration): Document the "set/show
1512 remote pid-to-exec-file-packet" command.
1513 (General Query Packets): Document the qXfer:exec-file:read
1514 qSupported features. Document the qXfer:exec-file:read packet.
1515
a9a5a3d1
GB
15162015-04-17 Gary Benson <gbenson@redhat.com>
1517
1518 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1519 applies to executable paths if supplied to GDB as absolute.
1520
4f45d445
JK
15212015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * gdb.texinfo (Mode Options): Remove -xdb.
1524
e7a8570f
JK
15252015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1526 Eli Zaretskii <eliz@gnu.org>
1527
72f4393d
L
1528 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1529 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1530 the compile command. New subsection Compiler search for the compile
1531 command.
1532
f2983cc3
AW
15332015-04-09 Andy Wingo <wingo@igalia.com>
1534
1535 * guile.texi (Frames In Guile): Describe frame-read-register.
1536
599bd15c
GB
15372015-04-02 Gary Benson <gbenson@redhat.com>
1538
1539 * gdb.texinfo (set sysroot): Document "target:".
1540
d11916aa
SS
15412015-04-01 Sasha Smundak <asmundak@google.com>
1542
1543 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1544 section.
1545
df8411da
SDJ
15462015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1547
1548 PR corefiles/16092
1549 * gdb.texinfo (gcore): Mention new command 'set
1550 use-coredump-filter'.
1551 (set use-coredump-filter): Document new command.
1552
d33279b3
AT
15532015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1554
1555 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1556 documentation, reorder the info os entries in alphabetical order.
1557
852f8402
SM
15582015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1559
1560 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1561 -data-write-memory-bytes.
1562
856e7dd6
PA
15632015-03-24 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1566 mention that threads may sometimes run unlocked.
1567
236af5e3
YG
15682015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1569
1570 * gdb.texinfo (Remote configuration): Document "set/show
1571 serial parity" command.
1572
464b0089
GB
15732015-03-18 Gary Benson <gbenson@redhat.com>
1574
1575 * gdb.texinfo (General Query Packets): Remove documentation
1576 for now-removed vFile:fstat qSupported features.
1577
0a93529c
GB
15782015-03-11 Gary Benson <gbenson@redhat.com>
1579
1580 * gdb.texinfo (Remote Configuration): Document the
1581 "set/show remote hostio-fstat-packet" command.
1582 (General Query Packets): Document the vFile:fstat
1583 qSupported features.
1584 (Host I/O Packets): Document the vFile:fstat packet.
1585
85642ba0
AW
15862015-03-11 Andy Wingo <wingo@igalia.com>
1587
1588 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1589
f7e6eed5
PA
15902015-03-04 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.texinfo (Remote Configuration): Document the "set/show
1593 remote swbreak-feature-packet" and "set/show remote
1594 hwbreak-feature-packet" commands.
1595 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1596 decription.
1597 (Stop Reply Packets): Document the swbreak and hwbreak stop
1598 reasons.
1599 (General Query Packets): Document the swbreak and hwbreak
1600 qSupported features.
1601 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1602
f873665f 16032015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1604
1605 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1606 under *stopped.
1607
9a284c97
DE
16082015-03-02 Doug Evans <xdje42@gmail.com>
1609
1610 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1611
446899e4
AA
16122015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1613
1614 * gdb.texinfo (S/390 and System z Features): Describe new feature
1615 "org.gnu.gdb.s390.vx".
1616
7ee67ee4
SDJ
16172015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1618
1619 PR gdb/18008
1620 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1621 demangler-warning): Fix typo ("problam").
1622
53cf2ee0
DT
16232015-02-19 David Taylor <dtaylor@emc.com>
1624
1625 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1626
3133f8c1
JM
16272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1628
1629 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1630 point, DTrace'.
1631 (Static Probe Points): Modified to cover DTrace probes in addition
1632 to SystemTap probes. Also modified to cover the `enable probe'
1633 and `disable probe' commands.
1634
9aca2ff8
JM
16352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1636
1637 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1638 `disable probe' commands.
1639
fa3f8d5a
DT
16402015-02-12 David Taylor <dtaylor@emc.com>
1641
1642 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1643 fields of the QTDV packet.
1644
d33501a5
MM
16452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1646
1647 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1648 (Process Record and Replay): Describe new set|show commands.
1649 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1650
f4abbc16
MM
16512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1652
1653 * gdb.texinfo (Process Record and Replay): Describe the "record
1654 btrace bts" command.
1655 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1656 (Branch Trace Configuration Format): New.
1657
cfb069a8
GB
16582015-01-31 Gary Benson <gbenson@redhat.com>
1659 Doug Evans <dje@google.com>
1660
1661 * gdb.texinfo (Command Completion): Document new
1662 "set/show max-completions" option.
1663
f57d2163
DE
16642015-01-31 Doug Evans <xdje42@gmail.com>
1665
1666 * gdb.texinfo (Symbols): Document new commands
1667 "maint print symbol-cache", "maint print symbol-cache-statistics",
1668 "maint flush-symbol-cache". Document new option
1669 "maint set symbol-cache-size".
1670
9f050062
DE
16712015-01-31 Doug Evans <xdje42@gmail.com>
1672
1673 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1674 distinguish script files vs inlined scripts.
1675 * python.texi (Python Auto-loading): Ditto.
1676
b6577aab
DE
16772015-01-30 Doug Evans <dje@google.com>
1678
1679 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1680 string if present.
1681
3a8b707a
DE
16822015-01-27 Doug Evans <dje@google.com>
1683
1684 * python.texi (Objfiles In Python): Document Objfile.username.
1685
1b549396
DE
16862015-01-27 Doug Evans <dje@google.com>
1687
1688 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1689 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1690
253828f1
JK
16912015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1694
bf555842
EZ
16952015-01-16 Eli Zaretskii <eliz@gnu.org>
1696
1697 * doc/gdb.texinfo (TUI Commands): Document the possible
1698 values of NAME argument to 'winheight' command. Explain the
1699 effect of 'tabset' setting better.
1700
439250fb
DE
17012015-01-11 Doug Evans <xdje42@gmail.com>
1702
1703 PR gdb/15830
1704 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1705 (Symbols): Ditto.
1706 (Maintenance Commands): Delete docs for "maint demangle".
1707
6bf6fd09
JB
17082014-12-31 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.texinfo (Files): Remove documentation of the
1711 "add-shared-symbol-files" and "assf" commands.
1712 (Cygwin Native): Remove documentation of the "dll-symbols"
1713 command.
1714
cc485e62
DE
17152014-12-17 Doug Evans <xdje42@gmail.com>
1716
1717 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1718
bb2ec1b3
TT
17192014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1720 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * gdb.texinfo (Altering): Update.
1723 (Compiling and Injecting Code): New node.
1724
6dddd6a5
DE
17252014-12-12 Doug Evans <dje@google.com>
1726
1727 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1728
f5b95c01
AA
17292014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1730
1731 * gdb.texinfo: Document "maint print user-registers".
1732
a0be3e44
DE
17332014-12-08 Doug Evans <dje@google.com>
1734
1735 * python.texi (Objfiles In Python): Document Objfile.owner.
1736
86e4ed39
DE
17372014-12-04 Doug Evans <dje@google.com>
1738
1739 * python.texi (Objfiles In Python): Document
1740 Objfile.add_separate_debug_file.
1741
7c50a931
DE
17422014-12-04 Doug Evans <dje@google.com>
1743
1744 * python.texi (Objfiles In Python): Document Objfile.build_id.
1745
162078c8
NB
17462014-12-02 Nick Bull <nicholaspbull@gmail.com>
1747
1748 * python.texi (Events In Python): Document new events
1749 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1750 and RegisterChangedEvent.
1751
f10c5b19
JK
17522014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 Add add-auto-load-scripts-directory.
1755 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1756 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1757
413b59ae
JK
17582014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1759
1760 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1761 description typo.
1762
02be9a71
DE
17632014-10-30 Doug Evans <dje@google.com>
1764
1765 * python.texi (Progspaces In Python): Document ability to add
1766 random attributes to gdb.Progspace objects.
1767 (Objfiles In Python): Document ability to add random attributes to
1768 gdb.objfile objects.
1769
e5f8a7cc
PA
17702014-10-27 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1773 info on stepping and signal handlers.
1774 (Signals): Explain stepping and signal handlers. Add context
1775 index entry, and cross references.
1776
fab3a15d
SM
17772014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1778
1779 * python.texi (Breakpoints In Python): Add parenthesis after
1780 Breakpoint.delete. Clarify Breakpoint.enabled description so
1781 that it contains "disable".
1782
4ffbba72
DE
17832014-10-17 Doug Evans <dje@google.com>
1784
1785 * python.texi (Events In Python): Document clear_objfiles event.
1786
d096d8c1
DE
17872014-10-17 Doug Evans <dje@google.com>
1788
1789 * python.texi (Objfiles In Python): Document new progspace attribute.
1790
32a8097b
PA
17912014-10-17 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1794 (SVR4 Process Information): Delete mention of OSF/1.
1795
2ddf4301
SM
17962014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1797
1798 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1799 exit-code field in -list-thread-groups output.
1800
342cc091
JBG
18012014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1802
1803 * gdb.texinfo (Set Breaks): Add missing "@end table".
1804
a25a5a45
PA
18052014-09-22 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1808 always-inserted off" is the default mode now. Delete
1809 documentation of "set breakpoint always-inserted auto".
1810
2b4fd423
DE
18112014-09-18 Doug Evans <dje@google.com>
1812
1813 * python.texi (Symbol Tables In Python): Document "producer"
1814 attribute of gdb.Symtab objects.
1815
deb8ff2b
PA
18162014-09-16 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1819 (Embedded OS): Remove VxWorks menu entry.
1820 (VxWorks): Remove node.
1821
81219e53
DE
18222014-09-13 Doug Evans <xdje42@gmail.com>
1823
1824 * gdb.texinfo (Signaling): Document new queue-signal command.
1825
faa42425
DE
18262014-09-06 Doug Evans <xdje42@gmail.com>
1827
1828 PR 15276
1829 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1830 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1831
1a6a384b
JL
18322014-09-03 Justin Lebar <jlebar@google.com>
1833
1834 * python.texi (Types In Python): Type.template_argument(n) returns a
1835 gdb.Value or a gdb.Type and throws an exception if n is out of
1836 range.
1837
5f3b99cf
SS
18382014-09-03 Sasha Smundak <asmundak@google.com>
1839
1840 * python.texi (Frames in Python): Add read_register description.
1841
3cecbbbe
TT
18422014-08-04 Tom Tromey <tromey@redhat.com>
1843
1844 * gdb.texinfo (Debugging Output): Update for change to "set debug
1845 target".
1846
90debf20
MM
18472014-08-01 Masaki Muranaka <monaka@monami-software.com>
1848
1849 Pushed by Joel Brobecker <brobecker@adacore.com>.
1850 * Makefile.in (transform): New variable.
1851 (install-man1, install-man5): Apply $(transform) to man file names.
1852
ee7333ae
DE
18532014-07-26 Doug Evans <xdje42@gmail.com>
1854
1855 PR guile/17177
1856 * guile.texi (Guile Pretty Printing API): Fix typo.
1857 Document set-pretty-printers!, pretty-printers.
1858 (Selecting Guile Pretty-Printers): Update.
1859 Mention program-space based pretty-printers.
1860
70509625
PA
18612014-07-25 Pedro Alves <palves@redhat.com>
1862 Eli Zaretskii <eliz@gnu.org>
1863
1864 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1865 with multi-threaded programs.
1866
b67a2c6f
YQ
18672014-06-27 Yao Qi <yao@codesourcery.com>
1868
1869 * gdb.texinfo (Maintenance Commands): Update the output of
1870 'maint print dummy-frames' command.
1871
f179cf97
EZ
18722014-06-24 Eli Zaretskii <eliz@gnu.org>
1873
1874 * gdb.texinfo (Screen Size): Improve indexing.
1875
992c7d70
GB
18762014-06-19 Gary Benson <gbenson@redhat.com>
1877
1878 * gdb.texinfo (Maintenance Commands): Document new
1879 "maint set/show catch-demangler-crashes" option.
1880
57fcfb1b
GB
18812014-06-19 Gary Benson <gbenson@redhat.com>
1882
1883 * gdb.texinfo (Maintenance Commands): Document new
1884 "maint demangler-warning" command and new
1885 "maint set/show demangler-warning" option.
1886
dd5d5494
SC
18872014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1888
1889 * python.texi (Xmethod API): Add space before the opening
1890 parenthesis in function descriptions.
1891
25326a28 18922014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1893
1894 * guile.texi (Guile Configuration): Document guile-data-directory.
1895
0a770bb2 18962014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1897
1898 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1899
16f691fb
DE
19002014-06-04 Doug Evans <xdje42@gmail.com>
1901
1902 * guile.texi (Breakpoints In Guile): Update.
1903
1e47491b
JB
19042014-06-03 Joel Brobecker <brobecker@adacore.com>
1905
1906 * python.texi (Xmethod API): Fix reference to "Progspaces In
1907 Python".
1908
0c6e92a5
SC
19092014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1910
1911 * python.texi (Xmethods In Python, XMethod API)
1912 (Writing an Xmethod): New nodes.
1913 (Python API): New menu entries "Xmethods In Python",
1914 "Xmethod API", "Writing an Xmethod".
1915
06eb1586
DE
19162014-06-02 Doug Evans <xdje42@gmail.com>
1917
1918 * guile.texi (Guile API): Add entry for Parameters In Guile.
1919 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1920 (Parameters In Guile): New node.
1921
e698b8c4
DE
19222014-06-02 Doug Evans <xdje42@gmail.com>
1923
1924 * guile.texi (Guile API): Add entry for Commands In Guile.
1925 (Basic Guile) <parse-and-eval>: Add reference.
1926 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1927 (GDB Scheme Data Types): Mention <gdb:command> object.
1928 (Commands In Guile): New node.
1929
ded03782
DE
19302014-06-02 Doug Evans <xdje42@gmail.com>
1931
1932 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1933 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1934 (Progspaces In Guile): New node.
1935
53e8a631
AB
19362014-05-30 Andrew Burgess <aburgess@broadcom.com>
1937
1938 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1939 * python.texi (Frames In Python): Mention
1940 gdb.FRAME_UNWIND_MEMORY_ERROR.
1941
329ea579
PA
19422014-05-29 Pedro Alves <palves@redhat.com>
1943 Tom Tromey <tromey@redhat.com>
1944
1945 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1946 from example.
1947 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1948 Mention that target-async is now deprecated.
1949 (Maintenance Commands): Document maint set/show target-async.
1950
92bcb5f9
PA
19512014-05-29 Pedro Alves <palves@redhat.com>
1952
1953 * observer.texi (sync_execution_done, command_error): New
1954 subjects.
1955
fd664c91
PA
19562014-05-29 Pedro Alves <palves@redhat.com>
1957
1958 PR gdb/13860
1959 * observer.texi (signal_received, end_stepping_range)
1960 (signal_exited, exited, no_history): New observer subjects.
1961
b2715b27
AW
19622014-05-26 Andy Wingo <wingo@igalia.com>
1963
1964 * guile.texi (GDB Scheme Data Types): Remove documentation for
1965 removed interfaces. Update spelling of gdb-object-kind.
1966
9eaa4c1e
AW
19672014-05-26 Andy Wingo <wingo@igalia.com>
1968
1969 * guile.texi (Basic Guile): Fix some typos.
1970
0f1e8403
AW
19712014-05-26 Andy Wingo <wingo@igalia.com>
1972
1973 * guile.texi (Writing a Guile Pretty-Printer)
1974 (Guile Types Module): Fix excess parentheses in use-modules forms.
1975
697aa1b7
EZ
19762014-05-24 Eli Zaretskii <eliz@gnu.org>
1977
1978 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1979 (Breakpoints In Guile, Guile Printing Module)
1980 (Guile Exception Handling, Values From Inferior In Guile)
1981 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1982 Don't use @var at the beginning of a sentence.
1983
1984 * gdb.texinfo (Frame Filter Management, Trace Files)
1985 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1986 (PowerPC Embedded, Define, Annotations for Running)
1987 (IPA Protocol Commands, Packets, General Query Packets)
1988 (Tracepoint Packets, Notification Packets, Environment)
1989 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1990 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1991 (Frames, Backtrace, Selection, Expressions, Registers)
1992 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1993 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1994 (Source Annotations, Using JIT Debug Info Readers, Packets)
1995 (Stop Reply Packets, Host I/O Packets)
1996 (Target Description Format): Don't use @var at the beginning of a
1997 sentence.
1998
1999 * python.texi (Basic Python, Types In Python)
2000 (Commands In Python, Frames In Python, Line Tables In Python)
2001 (Breakpoints In Python, gdb.printing, gdb.types)
2002 (Type Printing API): Don't use @var at the beginning of a
2003 sentence.
2004
67b5c0c1
MM
20052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2006
2007 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2008 replay-memory-access".
2009
6a3cb8e8
PA
20102014-05-21 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.texinfo (Starting): Document "set/show
2013 auto-connect-native-target".
2014 (Target Commands): Document "target native".
2015
936d2992
PA
20162014-05-20 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2019 not be remote specific. Add cross reference to the qCRC packet.
2020 (Separate Debug Files): Update cross reference to the qCRC packet.
2021 (General Query Packets) <qCRC packet>: Add anchor.
2022
b3ce5e5f
DE
20232014-05-17 Doug Evans <xdje42@gmail.com>
2024
2025 Copy over changes from guile.texi.
2026 * python.texi (Basic Python) <gdb.execute>: Add text.
2027 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2028 (Values From Inferior) <Python string>: Add text.
2029 (Values From Inferior) <Value.string>: Clarify string length handling.
2030 (Pretty Printing API): Add cindex.
2031 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2032 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2033 @vindex.
2034 (Commands In Python) <COMPLETE_*>: Similarly.
2035 (Symbols In Python) <SYMBOL_*>: Similarly.
2036 (Breakpoints In Python) <WP_*>: Similarly.
2037 (Breakpoints In Python) <BP_*>: Similarly.
2038
8dfcab11
DT
20392014-05-17 David Taylor <dtaylor@emc.com>
2040
2041 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2042 mentioned in the qfThreadInfo reply.
2043
8d551b02
DE
20442014-05-16 Doug Evans <dje@google.com>
2045
2046 * gdb.texinfo (Mode Options): Add -D.
2047
e20bd8f4
SB
20482014-05-09 Samuel Bronson <naesten@gmail.com>
2049
2050 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2051 "make -C".
2052
f989a1c8
TT
20532014-04-29 Tom Tromey <tromey@redhat.com>
2054
2055 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2056 "show debug varobj".
2057
95cf3b38
DT
20582014-05-01 David Taylor <dtaylor@emc.com>
2059
2060 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2061 option.
2062
01f9f808
MS
20632014-04-24 Michael Sturm <michael.sturm@mintel.com>
2064 Walfred Tedeschi <walfred.tedeschi@intel.com>
2065
2066 * gdb.texinfo (i386 Features): Add description of AVX512
2067 registers.
2068
770e7fc7
DE
20692014-03-31 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2072
97d8f0ee
DE
20732014-03-30 Doug Evans <dje@google.com>
2074
2075 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2076 (Background Execution): Ditto.
2077
36cb1214
HZ
20782014-03-21 Pedro Alves <palves@redhat.com>
2079 Stan Shebs <stan@codesourcery.com>
2080 Hui Zhu <hui@codesourcery.com>
2081
2082 * gdb.texinfo (Packets): Add anchor to "? packet".
2083 Remove fixme and update introduction of "k packet".
2084 Add anchor to "vKill packet".
2085
5e3a2c38
SS
20862014-03-12 Stan Shebs <stan@codesourcery.com>
2087
2088 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2089
7a5a839f
LC
20902014-02-26 Ludovic Courtès <ludo@gnu.org>
2091
dc6ae996 2092 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2093
95060284
JB
20942014-02-20 Joel Brobecker <brobecker@adacore.com>
2095
2096 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2097 and "assf" as being deprecated.
2098 (Cygwin Native): Likewise for "dll-symbols".
2099 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2100 as a way to force the loading of symbols from a DLL.
2101
f7bd0f78
SC
21022014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2103
2104 * python.texi (Values From Inferior): Add description about the
2105 new feature.
2106
329baa95
DE
21072014-02-17 Doug Evans <xdje42@gmail.com>
2108
2109 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2110 * gdb.texinfo (Python): Moved to ...
2111 * python.texi: ... here. New file.
2112
687894f5
DE
21132014-02-17 Ludovic Courtès <ludo@gnu.org>
2114
d25f38ee 2115 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2116 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2117 parameter to 'str-lookup-function' procedure. Look for
2118 the "std::string<" prefix.
2119 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2120 Adjust description.
2121
6fb526ee
DE
21222014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2123
d25f38ee 2124 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2125 parantheses for deffn.
2126 (Disassembly In Guile): Ditto.
2127
1e0a5178
SS
21282014-02-10 Stan Shebs <stan@codesourcery.com>
2129
2130 Add Doxygen support.
2131 * Makefile.in (doxy): New action, generates Doxygen files.
2132 (DOXYGEN): New.
2133 (doxyedit): New.
2134 * Doxyfile-base.in: New file.
2135 * Doxyfile-gdb-api.in: New file.
2136 * Doxyfile-gdb-xref.in: New file.
2137 * Doxyfile-gdbserver.in: New file.
2138 * doxy-index.in: New file.
2139 * filter-for-doxygen: New file.
2140 * filter-params.pl: New file.
2141
ed3ef339
DE
21422014-02-10 Doug Evans <xdje42@gmail.com>
2143
2144 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2145 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2146 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2147 (Guile docs): Include guile.texi.
2148 (objfile-gdbdotext file): Add objfile-gdb.scm.
2149 (dotdebug_gdb_scripts section): Mention Guile scripts.
2150 (Multiple Extension Languages): New node.
2151 * guile.texi: New file.
2152
c6044dd1
JB
21532014-01-28 Joel Brobecker <brobecker@adacore.com>
2154
2155 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2156 ignore-descriptive-types". commands.
2157
87ce2a04
DE
21582014-01-22 Doug Evans <dje@google.com>
2159
2160 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2161 (gdbserver man): Ditto.
2162
52834460
MM
21632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2164
2165 * gdb.texinfo: Document limited reverse/replay support
2166 for target record-btrace.
2167
0688d04e
MM
21682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2169
2170 * gdb.texinfo (Process Record and Replay): Update documentation.
2171
8710b709
MM
21722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2173
2174 * gdb.texinfo (Process Record and Replay): Document new /c
2175 modifier accepted by "record function-call-history".
2176 Add /i modifier to "record function-call-history" example.
2177
dcf106f3
JB
21782014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2179 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2182 markers. Remove one that was misplaced.
2183
41ef2965
PA
21842014-01-10 Pedro Alves <palves@redhat.com>
2185
2186 * gdb.texinfo (Your Program's Environment) <set environment>:
2187 Mention the shell, and point at 'set exec-wrapper'.
2188
c0d48811
JB
21892014-01-07 Joel Brobecker <brobecker@adacore.com>
2190
2191 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2192
5fba4c0f
JB
21932013-12-30 Joel Brobecker <brobecker@adacore.com>
2194
2195 * gdb.texinfo (Types In Python): Clarify the documentation
2196 of attribute gdb.Field.bitpos.
2197
0809504b
JB
21982013-12-28 Joel Brobecker <brobecker@adacore.com>
2199
2200 * gdb.texinfo (Types In Python): Fix the documentation of
2201 attribute "bitpos" in class gdb.Field for enum types. Add
2202 documentation for attribute "enumval" in that same class.
2203
edef6000
JB
22042013-12-28 Joel Brobecker <brobecker@adacore.com>
2205
2206 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2207 @ftable.
2208
71b8c845
DE
22092013-12-23 Doug Evans <xdje42@gmail.com>
2210
2211 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2212 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2213 corresponding section in Extending GDB.
2214 (Extending GDB): Move menu up. New menu item "Auto-loading
2215 extensions".
2216 (Sequences): New menu item "Auto-loading sequences".
2217 (Auto-loading sequences): New node.
2218 (Python): Rename section from Scripting GDB to Extending GDB.
2219 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2220 Move docs on ways to auto-load extensions to ...
2221 (Auto-loading extensions): ... here. New node.
2222
d192b373
JB
22232013-12-23 Joel Brobecker <brobecker@adacore.com>
2224
2225 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2226 in menu.
2227 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2228 command, now in a new node.
2229 (GDB/MI Support Commands): New node, with its contents being
2230 extracted from the "GDB/MI Miscellaneous Commands" node.
2231 A small paragraph introducing the section is also added at
2232 the start.
2233 (GDB/MI Miscellaneous Commands): Delete the description of the
2234 -info-gdb-mi-command, -list-features and -list-target-features
2235 commands, now hosted in the "GDB/MI Support Commands" node.
2236
a16b0e22
SC
22372013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2238
2239 PR python/16113
2240 * gdb.texinfo (Values From Inferior): Add a note about using
2241 gdb.Field objects as subscripts on gdb.Value objects.
2242 (Types In Python): Add description about the new attribute
2243 "parent_type" of gdb.Field objects.
2244
9b26f0fb
JB
22452013-12-12 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2248 entry for section docuumenting the -list-features GDB/MI command.
2249
72bfa06c
JB
22502013-12-10 Joel Brobecker <brobecker@adacore.com>
2251
2252 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2253 "exec-run-start-option" entry in the output of the "-list-features"
2254 command.
2255
3ea8680f
EZ
22562013-12-04 Eli Zaretskii <eliz@gnu.org>
2257
2258 * gdb.texinfo (i386): Fix yesterday's commit.
2259
1a4f73eb
TT
22602013-12-03 Tom Tromey <tromey@redhat.com>
2261
2262 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2263 documented here.
2264
6cb999f8
TT
22652013-12-03 Tom Tromey <tromey@redhat.com>
2266
2267 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2268
ca8941bb
WT
22692013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2270
2271 * gdb.texinfo (i386 Features): Add MPX feature registers.
2272 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2273 a subsubsection for MPX and describes the display of the
2274 boundary registers.
2275
688981c9
JB
22762013-12-03 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2279 documentation of the "ada-exceptions" entry.
2280
2ea126fa
JB
22812013-12-03 Joel Brobecker <brobecker@adacore.com>
2282
2283 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2284 "^error" result record concerning the error message. Document
2285 the error code that may also be part of that result record.
2286 (GDB/MI Miscellaneous Commands): Document the
2287 "undefined-command-error-code" element in the output of
2288 the "-list-features" GDB/MI command.
2289
6b7cbff1
JB
22902013-12-03 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2293 the new -info-gdb-mi-command GDB/MI command. Document
2294 the meaning of "-info-gdb-mi-command" in the output of
2295 -list-features.
2296
20e1ca3b
PA
22972013-11-29 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2300 Update comment.
2301
29453a14
YQ
23022013-11-24 Yao Qi <yao@codesourcery.com>
2303
2304 * gdb.texinfo (Caching Remote Data): Document new
2305 "set/show stack-cache" option.
2306
6dd315ba
YQ
23072013-11-24 Yao Qi <yao@codesourcery.com>
2308
2309 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2310 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2311 "off" respectively.
2312
9df9dbe0
YQ
23132013-11-23 Yao Qi <yao@codesourcery.com>
2314
2315 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2316 of "displayhint" to the table about child results.
2317
c78feb39
YQ
23182013-11-21 Yao Qi <yao@codesourcery.com>
2319
2320 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2321 'dynamic' for the output of command -var-list-children.
2322
27b81af3
YQ
23232013-11-21 Yao Qi <yao@codesourcery.com>
2324
2325 * gdb.texinfo (Caching Target Data): Remove "see" before
2326 @pxref.
2327
b26dfc9a
YQ
23282013-11-20 Yao Qi <yao@codesourcery.com>
2329
2330 * gdb.texinfo (Caching Target Data): Update doc for
2331 per-address-space dcache.
2332
b12039c6
YQ
23332013-11-20 Yao Qi <yao@codesourcery.com>
2334
2335 * gdb.texinfo (Data): Rename menu item.
2336 (Caching Remote Data): Rename to ...
2337 (Caching Target Data): ... it. Update.
2338
422ad5c2
JB
23392013-11-18 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2342 "language-option" entry in the output of the "-list-features"
2343 command.
2344
805e1f19
TT
23452013-11-15 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2348 Add example.
2349
8fe1b653
TT
23502013-11-14 Tom Tromey <tromey@redhat.com>
2351
2352 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2353
403cb6b1
JB
23542013-11-14 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2357 (Context management): Place current subsection text into its own
2358 subsubsection. Add new subsubsection describing the "--language"
2359 command option.
2360
93973826
JB
23612013-11-13 Joel Brobecker <brobecker@adacore.com>
2362
2363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2364 the documentation of "info-ada-exceptions" in the output
2365 of the "-list-features" command. Add the documentation
2366 of the "ada-exception" entry instead.
2367
6adcee18
JB
23682013-11-12 Joel Brobecker <brobecker@adacore.com>
2369
93973826 2370
6adcee18
JB
2371 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2372 word of a couple of sentences to start with a capital letter.
2373
58d06528
JB
23742013-11-12 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2377 (Ada Exceptions): New node.
2378 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2379 Commands" node.
2380 (GDB/MI Ada Exceptions Commands): New node.
2381 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2382 field in the output of the "-list-features" command.
2383 * NEWS: Add entry for the new "info exceptions" CLI command,
2384 and for the new "-info-ada-exceptions" GDB/MI command.
2385
bc79de95
PM
23862013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2387
2388 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2389 (Line Tables In Python): New node.
2390
73be47f5
DE
23912013-11-08 Doug Evans <dje@google.com>
2392
2393 * gdb.texinfo (Debugging Output): Update text for
2394 "set debug dwarf2-read".
2395
db0fec5c
DE
23962013-11-08 Doug Evans <dje@google.com>
2397
2398 * gdb.texinfo (Debugging Output): Update text for
2399 "set debug symtab-create".
2400
92e32e33
PM
24012013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2402
72f4393d
L
2403 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2404 constant.
92e32e33 2405
f76c27b5
PM
24062013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2407
2408 * gdb.texinfo (Breakpoints In Python): Document temporary
2409 option in breakpoint constructor, and add documentation to the
2410 temporary attribute.
2411
fa4d0c40
YQ
24122013-11-07 Yao Qi <yao@codesourcery.com>
2413
2414 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2415 output of "-var-info-expression".
2416
afa332ce
PA
24172013-11-06 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2420 non-interactive mode.
2421 (Environment) <shell startup files warning>: Mention
2422 non-interactive mode. Mention .zshenv for Z shell, and talk about
2423 BASH_ENV instead of .bashrc for BASH.
2424
9ac69859
NB
24252013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2426
2427 * gdb.texinfo (Commands to Specify Files): Add description
2428 of the remove-symbol-file command.
2429 * observer.texi: New free_objfile event
2430
98882a26
PA
24312013-10-24 Pedro Alves <palves@redhat.com>
2432
2433 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2434
ce13fade
JB
24352013-10-11 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2438 New subsection inside which the "-catch-load" and "-catch-unload"
2439 commands documentation is now placed.
2440 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2441 documenting the "-catch-assert" and "-catch-exception" new
2442 GDB/MI commands.
2443
2446f5ea
JB
24442013-10-10 Joel Brobecker <brobecker@adacore.com>
2445
2446 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2447
0d12017b
JB
24482013-10-10 Joel Brobecker <brobecker@adacore.com>
2449
bd80dc1a
JB
2450 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2451 serial baud".
2452 (Remote Configuration): Replace "set remotebaud" by "set serial
2453 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2454
f4fb82a1
PA
24552013-10-07 Pedro Alves <palves@redhat.com>
2456
2457 PR breakpoints/11568
2458 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2459 when the thread is removed from the thread list.
2460
0c557179
SDJ
24612013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2462
2463 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2464 Update entry for $_exitcode.
2465
5713b9b5
JB
24662013-10-04 Joel Brobecker <brobecker@adacore.com>
2467
2468 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2469 new "--start" option.
2470
901461f8
PA
24712013-10-02 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.texinfo (Registers): Expand description of saved registers
2474 in frames. Explain <not saved>.
2475
8fb8eb5c
DE
24762013-09-25 Doug Evans <dje@google.com>
2477
2478 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2479
0a7cfe2c
SS
24802013-09-16 Stan Shebs <stan@codesourcery.com>
2481
2482 Remove the internals manual gdbint.texinfo.
2483 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2484 (PDFFILES): Remove gdbint.pdf.
2485 (HTMLFILES): Remove gdbint/index.html.
2486 (HTMLFILES_INSTALL): Remove gdbint.
2487 (GDBINT_DOC_FILES): Remove.
2488 (dvi): Remove gdbint.dvi.
2489 (ps): Remove gdbint.ps.
2490 * gdbint.texinfo: Remove file.
2491 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2492
a280dbd1
SDJ
24932013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2494
2495 * gdb.texinfo (Convenience Functions): Mention new convenience
2496 function $_isvoid.
2497
4ac33720
UW
24982013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2499
2500 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2501 (Standard Target Features): Add new node to menu.
2502 (S/390 and System z Features): New node.
2503
b3d3b4bd
SA
25042013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2505
2506 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2507 -list-target-features in the example.
2508
edf9f00c
JK
25092013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2512 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2513
1d236d23
JK
25142013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 Sync documentation with gdb.base/gnu-debugdata.exp.
2517 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2518
5423b017
JK
25192013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2522
6211c335
YQ
25232013-08-27 Pedro Alves <pedro@codesourcery.com>
2524 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2527 Document new --skip-unavailable option.
2528 <-stack-list-variables>: Document new --skip-unavailable option.
2529
52e260a3
DE
25302013-08-26 Doug Evans <dje@google.com>
2531
2532 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2533 an optional regexp.
2534
5e92f71a
TT
25352013-08-13 Tom Tromey <tromey@redhat.com>
2536
2537 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2538 Document GDB_PARALLEL and GDB_INOTIFY.
2539
c5d7073b
SS
25402013-08-09 Stan Shebs <stan@codesourcery.com>
2541
2542 * LRS: Remove file, describes a long-abandoned live-range
2543 splitting extension to stabs.
2544
6fbe845e
AB
25452013-07-25 Andrew Burgess <aburgess@broadcom.com>
2546
2547 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2548
e7045703
DE
25492013-07-17 Doug Evans <dje@google.com>
2550
2551 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2552
3105ebf9
TT
25532013-07-02 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2556
d6c2da54
TT
25572013-06-28 Tom Tromey <tromey@redhat.com>
2558
2559 * Makefile.in (version.subst): Use version.in, not
2560 common/version.in.
2561 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2562 Likewise.
2563
e5823f1c
PA
25642013-06-27 Pedro Alves <palves@redhat.com>
2565
2566 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2567 dynamic symbol resolution code>: New section, based on infrun.c
2568 comment.
2569
92dcb9ff
TT
25702013-06-26 Tom Tromey <tromey@redhat.com>
2571
2572 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2573 Update.
2574 (Releasing GDB): Likewise.
2575
dc673c81
YQ
25762013-06-26 Pedro Alves <pedro@codesourcery.com>
2577 Yao Qi <yao@codesourcery.com>
2578
2579 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2580 -trace-frame-collected.
2581
28a93511
YQ
25822013-06-26 Pedro Alves <pedro@codesourcery.com>
2583
2584 * gdb.texinfo (Traceframe Info Format): Document tvar element
2585 and its attributes.
2586
a0743c90
YQ
25872013-06-25 Yao Qi <yao@codesourcery.com>
2588
2589 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2590
01208463
TT
25912013-06-24 Tom Tromey <tromey@redhat.com>
2592
2593 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2594 (GDBvn.texi): Use version.subst.
2595 (version.subst): New target.
2596 (mostlyclean): Remove version.subst.
2597
c898adb7
YQ
25982013-06-20 Pedro Alves <pedro@codesourcery.com>
2599
2600 * gdb.texinfo (GDB/MI Data Manipulation)
2601 <-data-list-register-values>: Document the --skip-unavailable
2602 option.
2603
7c57fa1e
YQ
26042013-06-07 Yao Qi <yao@codesourcery.com>
2605
2606 * gdb.texinfo (Symbols): Add kindex and cindex for
2607 'maint print msymbols'.
2608
0059c61a 26092013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2610
2611 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2612 response field name (thread-group to inferior).
2613
85dc5a12
GB
26142013-06-04 Gary Benson <gbenson@redhat.com>
2615
2616 * gdb.texinfo (General Query Packets/qSupported): Added
2617 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2618 to the table of currently defined stub features.
2619 Added a more detailed entry for "augmented-libraries-svr4-read".
2620 (General Query Packets/qXfer:libraries-svr4:read): Documented
2621 the augmented form of this packet.
2622
5901af59
JB
26232013-05-23 Joel Brobecker <brobecker@adacore.com>
2624
2625 * gdb.texinfo (System-wide Configuration Scripts): Renames
2626 "Installed System-wide Configuration Scripts". Add associated
2627 @menu block.
2628
c1e36e3e
PA
26292013-05-23 Yao Qi <yao@codesourcery.com>
2630 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.texinfo (Packets): Document 'vCont;r'.
2633 (Continuing and Stepping): Document target-assisted range
2634 stepping, and the 'set range-stepping' and 'show range-stepping'
2635 commands.
2636
0201faac
JB
26372013-05-23 Joel Brobecker <brobecker@adacore.com>
2638
2639 * gdb.texinfo (Installed System-wide Configuration Scripts):
2640 Add subsection describing the scripts now available under
2641 the data-dir's system-gdbbinit subdirectory.
2642 * NEWS: Add entry announcing the availability of system-wide
2643 configuration scripts for ElinOS and Wind River Linux.
2644
c5867ab6
HZ
26452013-05-21 Hui Zhu <hui@codesourcery.com>
2646
2647 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2648 "-dprintf-insert" command.
2649
7d0c9981
DE
26502013-05-17 Doug Evans <dje@google.com>
2651
2652 * gdb.texinfo (Maintenance Commands): Update doc for
2653 "maint check-psymtabs". Add doc for "maint check-symtabs",
2654 "maint expand-symtabs".
2655
742ce053
MM
26562013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2657
2658 * gdb.texinfo (Process Record and Replay): Document the
2659 "record goto" command and its sub-commands.
2660
1e611234
PM
26612013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2662
2663 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2664 (Python API): Add Frame Filters API, Frame Wrapper API,
2665 Writing a Frame Filter/Wrapper, Managing Management of Frame
2666 Filters chapter entries.
2667 (Frame Filters API): New Node.
2668 (Frame Wrapper API): New Node.
2669 (Writing a Frame Filter): New Node.
2670 (Managing Frame Filters): New Node.
2671 (Progspaces In Python): Add note about frame_filters attribute.
2672 (Objfiles in Python): Ditto.
2673 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2674 @anchors and --no-frame-filters option to -stack-list-variables,
2675 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2676 commands.
2677
2874cb83
JB
26782013-05-08 Joel Brobecker <brobecker@adacore.com>
2679
2680 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2681 Support" subsection documenting the XML format used to transfer
2682 shared library info on AIX.
2683
9a005eb9
JB
26842013-05-08 Joel Brobecker <brobecker@adacore.com>
2685
2686 * gdb.texinfo (Debugging Output): Add documentation of
2687 "set debug aix-solib" and "show debug aix-solib" commands.
2688
a1217d97
SL
26892013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2690
2691 * gdb.texinfo (Nios II): New section.
2692 (Nios II Features): New section.
2693
4d1eb6b4
JB
26942013-05-06 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdbint.texinfo (Algorithms): Remove entries documenting
2697 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2698 SOLIB_CREATE_INFERIOR_HOOK.
2699
3f84184e
TT
27002013-04-29 Tom Tromey <tromey@redhat.com>
2701
2702 PR python/14204:
2703 * gdb.texinfo (Python API): Fix menu entry.
2704 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2705 Define global and static block. Add example. Clarify
2706 block relationship for inline functions.
2707
60155234
TT
27082013-04-29 Tom Tromey <tromey@redhat.com>
2709
2710 * gdb.texinfo (Python API): Mention Python help and keyword
2711 arguments. Move pagination text to Basic Python.
2712 (Basic Python): Put pagination text here. Document
2713 close-on-exec, SIGCHLD, and SIGINT.
2714
5360976e
PA
27152013-04-19 Pedro Alves <palves@redhat.com>
2716
2717 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2718 "signedness" instead of "signness".
2719
bd3f3b55
PA
27202013-04-19 Pedro Alves <palves@redhat.com>
2721
2722 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2723 -Wno-pointer-sign text with text on -Wpointer-sign.
2724
dee368d3
TT
27252013-04-16 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2728 GCC that has the SDT probe points.
2729
cc16e6c9
TT
27302013-04-15 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2733 exception catchpoints.
2734
72f1fe8a
TT
27352013-04-15 Tom Tromey <tromey@redhat.com>
2736
2737 * gdb.texinfo (Set Catchpoints): Document $_exception.
2738 (Convenience Vars): Mention $_exception.
2739
591f19e8
TT
27402013-04-15 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.texinfo (Set Catchpoints): Reorganize exception
2743 catchpoints. Document "catch rethrow".
2744 (Debugging C Plus Plus): Mention "catch rethrow".
2745
02ae6bad
TT
27462013-04-15 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2749
2c91021c
JK
27502013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2751 Eli Zaretskii <eliz@gnu.org>
2752
2753 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2754 line below the sample output.
2755
6eaaf48b
EZ
27562013-04-12 Eli Zaretskii <eliz@gnu.org>
2757
2758 * gdb.texinfo (Mode Options): Document '-configuration'.
2759 (Help): Document "show configuration".
2760 (Bug Reporting): Add requirements to include the configuration
2761 details in bug reports.
2762
b292c783
JK
27632013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * Makefile.in (MAN1S): Add gcore.1.
2766 Remove "Host, target, and site specific Makefile fragments" comment.
2767 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2768 (install-man1, uninstall-man1): Conditionalize gcore.1.
2769 (gcore.1): New.
2770 * gdb.texinfo (Man Pages): Add gcore man.
2771 (gcore man): New node.
2772
f81d1120
PA
27732013-04-10 Pedro Alves <palves@redhat.com>
2774
2775 * gdb.texinfo (Process Record and Replay): Document that "set
2776 record full insn-number-max", "set record
2777 instruction-history-size" and "set record
2778 function-call-history-size" accept "unlimited".
2779 (Backtrace): Document that "set backtrace limit" accepts
2780 "unlimited".
2781 (List): Document that "set listsize" accepts "unlimited".
2782 (Print Settings)" Document that "set print max-symbolic-offset",
2783 "set print elements" and "set print repeats" accept "unlimited".
2784 (Starting and Stopping Trace Experiments): Document that "set
2785 trace-buffer-size" accepts "unlimited".
2786 (Remote Configuration): Document that "set tcp connect-timeout"
2787 accepts "unlimited".
2788 (Command History): Document that "set history size" accepts
2789 "unlimited".
2790 (Screen Size): Document that "set height" and "set width" accepts
2791 "unlimited". Adjust "set pagination"'s description to suggest
2792 "set height unlimited" instead of "set height 0".
2793
393fd4c3
YQ
27942013-04-10 Yao Qi <yao@codesourcery.com>
2795
2796 * gdb.texinfo (Trace Files): Add "target ctf".
2797
cba5a7bf
JK
27982013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2801
0ed630cb
JK
2802 * Makefile.in (install-man1, install-man5, uninstall-man1)
2803 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2804
afe1492b
JK
2805 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2806
5b8b6385
JK
28072013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2808 Eli Zaretskii <eliz@gnu.org>
2809
2810 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2811 parameters order. Remove "On some targets" for --attach. Document the
2812 --multi parameter and extended-remote command. Document all the
2813 options.
2814
906ccdf0
JK
28152013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2818 the list of supported languages.
2819
43662968
JK
28202013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2823 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2824 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2825 (diststuff): Add man.
2826 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2827 (uninstall-man5): New.
2828 (STAGESTUFF): Add *.1 and *.5.
2829 (GDBvn.texi): Add SYSTEM_GDBINIT.
2830 (gdb.1, gdbserver.1, gdbinit.5): New.
2831 (maintainer-clean realclean): Add $(MANS).
2832 (install): Add install-man.
2833 (uninstall): Add uninstall-man.
2834 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2835 (@copying): Wrap it by @c man begin COPYRIGHT.
2836 (Top): Add Man Pages.
2837 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2838
be9a8770
PA
28392013-04-02 Pedro Alves <palves@redhat.com>
2840
2841 * gdb.texinfo (Debugging Output): Document "set/show debug
2842 aarch64", "set/show debug coff-pe-read" and "set/show debug
2843 mach-o".
2844
a46c1e42
PA
28452013-04-02 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2848 table>: Add entry for "trace-buffer-size".
2849
bd3eecc3
PA
28502013-03-28 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2853 table>: Add entry for "trace-status".
2854
215b9f98
EZ
28552013-03-28 Eli Zaretskii <eliz@gnu.org>
2856
2857 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2858 @bullet", which is invalid (makeinfo 5.1 barfs).
2859
7f7cc265
PA
28602013-03-28 Pedro Alves <palves@redhat.com>
2861
2862 PR gdb/15294
2863
2864 * gdb.texinfo (List) <set listsize>: Adjust to document that
2865 listsize 0 means no limit, and remove mention of -1.
2866
9c0be723
YQ
28672013-03-22 Yao Qi <yao@codesourcery.com>
2868
2869 * gdb.texinfo (Embedded Processors): Remove menu item
2870 "OpenRISC 1000".
2871 (OpenRISC 1000): Remove.
2872
bd712aed
DE
28732013-03-21 Doug Evans <dje@google.com>
2874
2875 * gdb.texinfo (Maintenance Commands): Add docs for
2876 "mt set per-command {space,time,symtab} {on,off}".
2877
d0353e76
YQ
28782013-03-14 Hui Zhu <hui@codesourcery.com>
2879 Yao Qi <yao@codesourcery.com>
2880
2881 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2882
6dd24dfa
KS
28832013-03-13 Keith Seitz <keiths@redhat.com>
2884
2885 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2886 "maint agent" reference to Dynamic printf.
2887
5c4808ca
EZ
28882013-03-11 Eli Zaretskii <eliz@gnu.org>
2889
2890 * gdb.texinfo (General Query Packets): Don't use colon in index
2891 entries visible to Info format.
2892
59ea5688
MM
28932013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2894
2895 * gdb.texinfo (Process Record and Replay): Document record
2896 changes.
2897
2ae8c8e7
MM
28982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2899
2900 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2901 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2902 qXfer:btrace:read.
2903
28abe188
EZ
29042013-03-09 Eli Zaretskii <eliz@gnu.org>
2905
2906 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2907 use colons in @anchor and @cindex entries.
2908
be9a119c 29092013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2910
2911 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2912
be9a119c 29132013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2914 Hafiz Abid Qadeer <abidh@codesourcery.com>
2915
2916 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2917 trace-buffer-size set and show commands.
2918 (Tracepoint Packets): Document QTBuffer:size.
2919 (General Query Packets): Document QTBuffer:size.
2920
d57350ea
TT
29212013-02-21 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.texinfo: Remove bad @syncodeindex.
2924 (Values From Inferior, Types In Python, Inferiors In Python)
2925 (Events In Python, Threads In Python, Frames In Python, Blocks In
2926 Python, Symbols In Python, Symbol Tables In Python): Remove
2927 @tables.
2928 (Packets, General Query Packets, Tracepoint Packets)
2929 (Host I/O Packets): Use @w{} for empty @item.
2930
9f44fbc0
SCR
29312013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2932
2933 * gdb.texinfo (Architectures In Python): Add description about
2934 the new method gdb.Architecture.disassemble.
2935
f5911ea1
HAQ
29362013-02-15 Pedro Alves <pedro@codesourcery.com>
2937 Hafiz Abid Qadeer <abidh@codesourcery.com>
2938
2939 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2940 Document the "trace-file" field.
2941
7e1e0340
DE
29422013-02-07 Doug Evans <dje@google.com>
2943
2944 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2945 command.
2946
134a2066
YQ
29472013-02-06 Yao Qi <yao@codesourcery.com>
2948
2949 * gdb.texinfo (GDB/MI Async Records): Document new MI
2950 notification "=tsv-modified". Update the document of MI
2951 notification "=tsv-created".
2952 * observer.texi (GDB Observers): New observer tsv_modified.
2953 Update observer tsv_created and tsv_delete.
2954
430ed3f0
MS
29552013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2956
2957 * gdb.texinfo (AArch64 Features): New section; document
2958 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2959 (Architectures): Add new AArch64 section to document AArch64
2960 architecture specific commands.
2961 (ABI): Add description of the new OS ABI "Newlib" and its influence
2962 on the longjmp handling.
2963
1b56eb55
JK
29642013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2965 Jan Kratochvil <jan.kratochvil@redhat.com>
2966
2967 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2968 variable in 'set/show backtrace' section.
2969
c4957902
TT
29702013-01-31 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.texinfo (Target Commands): Fix typo.
2973
bea883fd
SCR
29742013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2975
2976 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2977 describing the gdb.Architecture class.
2978 (Frames In Python): Add description about the new method
2979 gdb.Frame.architecture().
2980
796a7ff8
DE
29812013-01-23 Doug Evans <dje@google.com>
2982
2983 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2984
998580f1
MK
29852013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2986
2987 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2988 'thread-groups' field when printing a breakpoint in MI.
2989
c9fb1240
SD
29902012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2991 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2992 to reflect that jit-reader-load now supports absolute file-names.
2993
ab04a2af
TT
29942013-01-16 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2997 (Signals): Likewise.
2998
8ac3646f
TT
29992013-01-16 Tom Tromey <tromey@redhat.com>
3000
3001 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3002 "catch-type" field.
3003 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3004
e93a8774
TT
30052013-01-07 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.texinfo (Mode Options): Don't mention -epoch.
3008 (Data, Emacs): Remove obsolete comments.
3009
54516a0b
TT
30102013-01-02 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.texinfo (GDB/MI Output Records): Update menu.
3013 (GDB/MI Breakpoint Information): New node.
3014 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3015 <-break-insert>: Likewise.
3016
8dbe8ece
YQ
30172012-12-31 Yao Qi <yao@codesourcery.com>
3018
3019 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3020 (Packets): Move "vStopped" packet to ...
3021 (Notification Packets): ... here. Describe the components
3022 of notification. Add a table of supported notifications.
3023 Add an example on the process of he async notification.
3024
f35a17b5
JK
30252012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3028 present.
3029 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3030 fullname output always present.
3031
0dfd2fad
PM
30322012-12-23 Pierre Muller <muller@sourceware.org>
3033
72f4393d
L
3034 * gdbint.texinfo (Function prototypes): Require use of "extern"
3035 modifier for function prototypes in headers.
0dfd2fad 3036
7785b880
JB
30372012-12-19 Joel Brobecker <brobecker@adacore.com>
3038
3039 * refcard.tex: Update copyright notice to GPL v3 or later.
3040 Update contact info.
3041
3d745be3
JK
30422012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3043
3044 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3045
c9b6281a
YQ
30462012-12-15 Yao Qi <yao@codesourcery.com>
3047
3048 * gdb.texinfo (Debugging Output): Document 'set debug
3049 notification' and 'show debug notification'.
3050
f2a8bc8a
YQ
30512012-12-15 Yao Qi <yao@codesourcery.com>
3052
3053 * gdb.texinfo (Listing Tracepoints): New item and example about
3054 'installed on target' output.
3055 Add more in the example about 'installed on target'.
3056 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3057
451b7c33
TT
30582012-12-14 Tom Tromey <tromey@redhat.com>
3059
72f4393d 3060 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3061
3fa7bf06 30622012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3063
3fa7bf06
MG
3064 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3065
05b4bd79
PA
30662012-12-11 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.texinfo: Remove all mentions of Unixware throughout.
3069
74a0d9f6
JK
30702012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3071
3072 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3073
0c631110
TT
30742012-11-29 Tom Tromey <tromey@redhat.com>
3075
3076 * gdb.texinfo (SVR4 Process Information): Document missing
3077 "info proc" subcommands.
3078
891df0ea
YQ
30792012-11-29 Yao Qi <yao@codesourcery.com>
3080
3081 PR gdb/1477.
3082 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3083 to 'auto' instead of 'gnu'.
3084
608e2dbb
TT
30852012-11-26 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (MiniDebugInfo): New node.
3088 (GDB Files): Update.
3089
e64e0392
DE
30902012-11-16 Doug Evans <dje@google.com>
3091
3092 * gdb.texinfo (System-wide configuration): If the system-wide init
3093 file lives in the data-directory, and --data-directory is provided,
3094 look for it there.
3095
ae606bee
TT
30962012-11-15 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.texinfo (Signaling): Fix typo.
3099
62747a60
TT
31002012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3101
3102 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3103 parameter "count" of -data-write-memory-bytes, and add an example.
3104
18a9fc12
TT
31052012-11-12 Tom Tromey <tromey@redhat.com>
3106
3107 * gdb.texinfo (Symbols): Document "info type-printers",
3108 "enable type-printer" and "disable type-printer".
3109 (Python API): Add new node to menu.
3110 (Type Printing API): New node.
3111 (Progspaces In Python): Document type_printers field.
3112 (Objfiles In Python): Likewise.
3113 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3114 register_type_printer, TypePrinter>: Document.
3115
53342f27
TT
31162012-11-12 Tom Tromey <tromey@redhat.com>
3117
3118 * gdb.texinfo (Symbols): Document "set print type methods",
3119 "set print type typedefs", and flags to ptype and whatis.
3120
ed8a1c2d
AB
31212012-11-09 Andrew Burgess <aburgess@broadcom.com>
3122
3123 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3124 the example -data-disassemble output. Extend the description of
3125 the -data-disassemble results to document all fields. Document
3126 the cli disassemble command as being related to -data-disassemble.
3127
8506d139
YQ
31282012-11-09 Yao Qi <yao@codesourcery.com>
3129
3130 PR gdb/14777.
3131 * gdb.texinfo (OS Information): Remove doc on command
3132 'info udot'.
3133
4d3f93a2
JB
31342012-11-08 Joel Brobecker <brobecker@adacore.com>
3135
3136 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3137 gdb.ini warning for Windows port.
3138
1e96de83
YQ
31392012-11-08 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.texinfo (Search): Add kindex for 'fo'.
3142
dc939229
TT
31432012-11-05 Tom Tromey <tromey@redhat.com>
3144
3145 PR python/14802:
3146 * gdb.texinfo (Functions In Python): Add example.
3147
6f6484cd
YQ
31482012-11-03 Yao Qi <yao@codesourcery.com>
3149
3150 * observer.texi (GDB Observers): Remove observer
3151 'tracepoint_modified', 'tracepoint_created' and
3152 'tracepoint_deleted'.
3153
af4238e5
TT
31542012-10-26 Tom Tromey <tromey@redhat.com>
3155
3156 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3157
687e43a4
TT
31582012-10-25 Tom Tromey <tromey@redhat.com>
3159
3160 * gdb.texinfo (General Query Packets): Use @itemx.
3161
8de0566d
YQ
31622012-10-17 Yao Qi <yao@codesourcery.com>
3163
3164 * observer.texi (GDB Observers): Update observer
3165 'memory_changed'.
3166 * gdb.texinfo (GDB/MI Async Records): Document for
3167 "memory-changed" notification.
3168
07540c15
DE
31692012-10-15 Doug Evans <dje@google.com>
3170
3171 * gdb.texinfo (Mode Options): Document -nh.
3172 Elaborate on docs for -nx.
3173
d7019589
SP
31742012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3175
3176 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3177
82a90ccf 31782012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3179 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3180
3181 * gdb.texinfo (GDB/MI Async Records): Document notification
3182 'record-started' and 'record-stopped'.
3183 * observer.texi (GDB Observers): New observer 'record-changed'.
3184
aa9259cc
TS
31852012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3186
3187 * gdb.texinfo: Document the removal of SH's 'regs' command.
3188
c1d780c2
SDJ
31892012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3190
3191 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3192
bb25a15c
YQ
31932012-09-18 Yao Qi <yao@codesourcery.com>
3194
3195 * gdb.texinfo (GDB/MI Async Records): Document new MI
3196 notifications '=tsv-created' and '=tsv-deleted'.
3197 * observer.texi (GDB Observers): New observer tsv_created and
3198 tsv_deleted.
3199
201b4506
YQ
32002012-09-18 Yao Qi <yao@codesourcery.com>
3201
3202 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3203 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3204 '=traceframe-changed'.
3205
6fc1c773
YQ
32062012-09-17 Yao Qi <yao@codesourcery.com>
3207
3208 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3209 'set listsize'.
3210
121c73f3
JK
32112012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3212 Eli Zaretskii <eliz@gnu.org>
3213
3214 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3215 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3216 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3217
e9687799
JK
32182012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3219
3220 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3221
3b5e4d35
YPK
32222012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3223
3224 Document how to return from "python-interactive" to GDB.
3225 * gdb.texinfo (Python Commands): Update documentation.
3226
32272012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3228
3229 Add a new "python-interactive" command that starts a standard
3230 Python interactive prompt with "pi" as alias, and add "py" as
3231 an alias to "python".
3232 * gdb.texinfo (Python Commands): Document the new commands.
3233
b583003e
TT
32342012-08-22 Tom Tromey <tromey@redhat.com>
3235
3236 * gdbint.texinfo (Host Definition): Remove documentation for
3237 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3238
a451cb65
KS
32392012-08-17 Keith Seitz <keiths@redhat.com>
3240
3241 PR c++/13356
3242 * gdb.texinfo (Type and Range Checking): Remove warning.
3243 Remove spurious commas.
3244 Update text and examples for re-implementation of set/show
3245 check type.
3246 (C and C++ Type and Range Checks): Likewise.
3247
6b1755ce
YQ
32482012-08-16 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3251 is deprecated.
3252
f47f77df
DE
32532012-08-13 Doug Evans <dje@google.com>
3254
3255 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3256 to include functions.
3257
a72c3253
DE
32582012-08-10 Doug Evans <dje@google.com>
3259
3260 * gdb.texinfo (Convenience Funs): New node.
3261 (Types In Python): Document Type.vector.
3262
5b9afe8a
YQ
32632012-08-09 Yao Qi <yao@codesourcery.com>
3264
3265 * observer.texi: New observer command_param_changed.
3266 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3267
dc1039df
JK
32682012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdbint.texinfo (Debugging GDB): In section
3271 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3272 Mention also gdb-gdb.py.
3273
4abf930d
YQ
32742012-08-07 Yao Qi <yao@codesourcery.com>
3275
3276 Revert the folloing patch:
3277 2012-08-06 Yao Qi <yao@codesourcery.com>
3278 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3279 remote hardware-watchpoint-limit' and 'set
3280 remote hardware-breakpoint-limit'.
3281
f3c8a52a
JK
32822012-08-06 Nathaniel Flath <flat0103@gmail.com>
3283
3284 * gdb.texinfo (Working Directory): Added information about new
3285 default argument for 'cd' command.
3286
77a91025
YQ
32872012-08-06 Yao Qi <yao@codesourcery.com>
3288
3289 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3290 remote hardware-watchpoint-limit' and 'set
3291 remote hardware-breakpoint-limit'.
3292
d9f08f52
YQ
32932012-08-06 Yao Qi <yao@codesourcery.com>
3294
3295 Fix PR14371.
3296
3297 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3298 '=breakpoint-deleted'.
3299
95b07c96
YQ
33002012-08-02 Yao Qi <yao@codesourcery.com>
3301
3302 * gdb.texinfo (Native): Remove node Neutrino.
3303
7255706c
YQ
33042012-07-27 Yao Qi <yao@codesourcery.com>
3305
3306 * gdb.texinfo (IPA Protocol Commands): Document new command
3307 'close'.
3308
d6b28940
TT
33092012-07-25 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3312
e615022a
DE
33132012-07-20 Doug Evans <dje@google.com>
3314
3315 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3316 (Index Files): Document how to control the use of deprecated index
3317 sections.
3318 (Index Section Format): Replace --use-deprecated-index-sections with
3319 "set use-deprecated-index-sections on".
3320
055855a4
EZ
33212012-07-12 Eli Zaretskii <eliz@gnu.org>
3322
3323 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3324 indices into a single node "Index". Instead, join function and
3325 variable indices into a single index, separate from the concept
3326 index. Requested in
3327 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3328 (Top): Update the top-level menu: instead of one "Index" there are
3329 now separate entries "Concept Index" and "Function and Variable
3330 Index".
3331 (Concept Index, Function and Variable Index): New nodes.
3332 (Index): Node deleted.
3333
f77cc5f0
HZ
33342012-07-05 Hui Zhu <hui_zhu@mentor.com>
3335
3336 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3337 and "maint agent-eval".
3338
00595b5e
EZ
33392012-07-03 Eli Zaretskii <eliz@gnu.org>
3340
3341 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3342 avoid file-name clashes between Index.html and index.html on
3343 case-insensitive filesystems. See the discussion starting in
3344 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3345 details of the problem.
3346 (Top): Update the master menu for the above.
3347 (Concept Index, Command and Variable Index): New nodes, instead of
3348 the old "Index" node that was deleted. All cross-references
3349 updated.
3350
d3ce09f5
SS
33512012-07-02 Stan Shebs <stan@codesourcery.com>
3352
3353 * gdb.texinfo (Dynamic Printf): Mention agent style and
3354 disconnected dprintf.
3355 (Maintenance Commands): Describe maint agent-printf.
3356 (General Query Packets): Mention BreakpointCommands feature.
3357 (Packets): Document commands extension to Z0 packet.
3358 * agentexpr.texi (Bytecode Descriptions): Document printf
3359 bytecode.
3360
2d7b58e8
JK
33612012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3364 only after gdbinit files.
3365 (Startup): Move -iex and -iex commands down after gdbinit files.
3366
202cbf1c
JK
33672012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3370 possibility.
3371
b6ba681c
TT
33722012-06-29 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (Index Section Format): Update for version 7.
3375
71caed83
SS
33762012-06-28 Stan Shebs <stan@codesourcery.com>
3377
3378 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3379 example, add note about title column.
3380
ee0bf529
SCR
33812012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3382
3383 * gdb.texinfo (Symbol Tables In Python): Add description about
3384 the new 'last' attribute of gdb.Symtab_and line.
3385
3c15d565
SCR
33862012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3387
3388 * gdb.texinfo (Symbol Tables In Python): Correct the description
3389 of the 'pc' attribute of gdb.Symtab_and_line.
3390
45cfd468
DE
33912012-06-26 Doug Evans <dje@google.com>
3392
3393 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3394 and symtab-create.
3395
496ee73e
KS
33962012-06-25 Keith Seitz <keiths@redhat.com>
3397
3398 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3399 from example. Remove "rbreak" from list of corresponding
3400 gdb commands.
3401
156942c7
DE
34022012-06-23 Doug Evans <dje@google.com>
3403
3404 * gdb.texinfo (Index Section Format): Document version 7 format.
3405
c614397c
YQ
34062012-06-22 Yao Qi <yao@codesourcery.com>
3407
3408 * gdb.texinfo: Add missing cindex for some packets.
3409
472a2379
KS
34102012-06-20 Keith Seitz <keiths@redhat.com>
3411
3412 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3413 for -break-insert and document -p.
3414
2678e2af
YQ
34152012-06-20 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3418 and "gdb.write_memory" with "Inferior.read_memory" and
3419 "Inferior.write_memory".
3420
984359d2
EZ
34212012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3422
3423 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3424 (Free Documentation): Add @node line.
3425 (Continuing and Stepping) <advance location>: Use @item instead of
3426 @itemx.
3427 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3428 @itemx.
3429 (Embedded Processors): Put the link to "PA" to its correct place,
3430 according to document structure.
3431 (Python API): Put the link to "Lazy Strings In Python" to its
3432 correct place.
3433 (Index): Use @@ in @tex block to get a literal @.
3434
3435 * gdbint.texinfo: Fix the @subtitle line.
3436
3437 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3438 correct place.
3439
16bdd41f
YQ
34402012-06-08 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3443 Protocol'.
3444 (In-Process Agent Protocol, IPA Protocol Objects)
3445 (IPA Protocol Commands): New nodes.
3446 (Tracepoint Packets): Add anchors.
3447
2d4c29c5
TS
34482012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3449
3450 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3451
6bd110c5
YQ
34522012-06-06 Yao Qi <yao@codesourcery.com>
3453
3454 * gdb.texinfo: Update copyright year.
3455
f3e0e960
SS
34562012-05-23 Stan Shebs <stan@codesourcery.com>
3457 Kwok Cheung Yeung <kcy@codesourcery.com>
3458
3459 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3460
1564a261
JK
34612012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3464 Mention also --with-separate-debug-dir.
3465 (Auto-loading): Prepend $debugdir in the sample output.
3466 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3467 auto-load safe-path variable.
3468 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3469 Mention also $debugdir for 'set auto-load scripts-directory'.
3470
eb17f351
EZ
34712012-05-19 Eli Zaretskii <eliz@gnu.org>
3472
3473 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3474 (MIPS Embedded, MIPS, MIPS Register packet Format)
3475 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3476 appropriate.
3477
4cc0665f 34782012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3479 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3480
3481 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3482 mips compression".
3483 (MIPS Breakpoint Kinds): New subsubsection.
3484
7af8dcf8 34852012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3486
3487 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3488 nodes for subsections. Add @acronym mark-ups and adjust
3489 formatting.
3490
aff139ff
JK
34912012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3492
3493 Rename $ddir to $datadir.
3494 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3495 (objfile-gdb.py file): Rename $ddir to $datadir.
3496
9cb709b6
TT
34972012-05-18 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3500
e7e0cddf
SS
35012012-05-14 Stan Shebs <stan@codesourcery.com>
3502
3503 * gdb.texinfo (Dynamic Printf): New subsection.
3504
7efc75aa
SCR
35052012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3506
3507 * gdb.texinfo (Basic Python): Add description about the function
3508 gdb.find_pc_line
3509
f307c045
JK
35102012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3511 Eli Zaretskii <eliz@gnu.org>
3512
3513 * gdb.texinfo (Separate Debug Files): Use plural form for global
3514 debugging information directory.
3515
85d4a676
SS
35162012-05-11 Stan Shebs <stan@codesourcery.com>
3517 Kwok Cheung Yeung <kcy@codesourcery.com>
3518
3519 * gdb.texinfo (Operating System Auxiliary Information): Document new
3520 'info os' subcommands.
3521
c1668e4e
JK
35222012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3525 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3526 (dotdebug_gdb_scripts section): Add reference
3527 to 'Auto-loading safe path'.
3528
7349ff92
JK
35292012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 Implement multi-component --with-auto-load-dir.
3532 * gdb.texinfo (Auto-loading): New references
3533 for 'set auto-load scripts-directory'
3534 and 'show auto-load scripts-directory'.
3535 (Auto-loading safe path): Describe the new default. Move $ddir
3536 substituation reference to 'objfile-gdb.py file'.
3537 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3538 script-name. Describe new 'set auto-load scripts-directory'
3539 and 'show auto-load scripts-directory'.
3540
6dea1fbd
JK
35412012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3542
3543 Provide $ddir substitution for --with-auto-load-safe-path.
3544 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3545 (Auto-loading safe path): Likewise. Mention the default value,
3546 $ddir substitution, --with-auto-load-safe-path and
3547 --without-auto-load-safe-path.
3548 * observer.texi (gdb_datadir_changed): New.
3549
1ccacbcd
JK
35502012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3551
3552 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3553 Twice.
3554
d9242c17
JK
3555 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3556 directory separator by path separator.
3557
af2c1515
JK
35582012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3561 for 'set auto-load safe-path' optional. Mention if it is omitted.
3562 Change disabling security protection condition to "/", twice.
3563
a20ee7a4
SCR
35642012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3565
3566 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3567 the new methods global_block and static_block on gdb.Symtab
3568 objects.
3569
56af09aa
SCR
35702012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3571
3572 * gdb.texinfo (Blocks In Python): Add a note saying that future
3573 improvements to GDB and its infrastructure can move symbols
3574 across blocks within a symbol table.
3575
2746b0ef
YQ
35762012-04-29 Yao Qi <yao@codesourcery.com>
3577
3578 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3579 (A29K): Remove.
3580
62e5f89c
SDJ
35812012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3582 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3585 and generic static probe support on GDB.
3586
a766d390
DE
35872012-04-25 Doug Evans <dje@google.com>
3588
50f042b9
DE
3589 * gdb.texinfo (Go): Fix thinko.
3590
a766d390
DE
3591 * gdb.texinfo (Supported Languages): Add Go.
3592 (Go): New node.
3593
f02e2b19
YQ
35942012-04-25 Yao Qi <yao@codesourcery.com>
3595
3596 * gdbint.texinfo (Testsuite): New section `Board settings'.
3597
68d41a48
JK
35982012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3599
3600 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3601 Three times.
3602
174bb630
JK
3603 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3604 Three times.
3605
0511cc75
JK
36062012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3609 by @table @asis. Fix formatting of one item.
3610
0070f25a
JK
36112012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3614
4dc84fd1
JK
36152012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3616
3617 New option "set debug auto-load".
3618 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3619 (auto-load verbose mode): New node.
3620
bccbefd2
JK
36212012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3622
3623 New option "set auto-load safe-path".
3624 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3625 and "info auto-load" examples for safe-path. Put there also references
3626 for "set auto-load safe-path" and "show auto-load safe-path".
3627 New menu item for Auto-loading safe path.
3628 (Auto-loading safe path): New node.
3629 (Python Auto-loading): Update the expected output from "Missing"
3630 to "No".
3631
bf88dd68
JK
36322012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3633
3634 auto-load: Implementation.
3635 * gdb.texinfo (Mode Options): New anchor for -nx.
3636 (Startup): New anchors for Option -init-eval-command,
3637 Home Directory Init File
3638 and Init File in the Current Directory during Startup.
3639 Mention set auto-load local-gdbinit with a reference.
3640 Change the sample code to "set auto-load python-scripts".
3641 (Threads): New anchor set libthread-db-search-path.
3642 Provide references to libthread_db.so.1 file.
3643 (Controlling GDB): New menu item for Auto-loading.
3644 (Auto-loading, Init File in the Current Directory)
3645 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3646 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3647 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3648 reference.
3649 (Auto-loading): Rename to ...
3650 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3651 "set auto-load python-scripts", new anchor for it. Change
3652 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3653 for it. Change "info auto-load-scripts"
3654 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3655 to "Python scripts".
3656
8264ba82
AG
36572012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3658
3659 PR mi/13393
3660 * gdb.texinfo (Print Settings): Extend the description for "set print
3661 object".
3662 (GDB/MI Variable Objects): Extend the description for -var-create and
3663 -var-list-children.
3664
06fc020f
SCR
36652012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3666
3667 * gdb.texinfo (Examining Data): Document the 'explore' command.
3668
7191c139
JB
36692012-03-28 Joel Brobecker <brobecker@adacore.com>
3670
3671 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3672 to the children of a varobj and its update range when -var-update
3673 returns that the varobj's type changed.
3674
3708f05e
JK
36752012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3678 Create two new links fir 'objfile-gdb.py file'
3679 and 'dotdebug_gdb_scripts section'.
3680
8e0583c8
JK
36812012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 * gdb.texinfo (Auto-loading): Rename node reference
3684 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3685 Twice.
3686 (.debug_gdb_scripts section): Rename the node ...
3687 (dotdebug_gdb_scripts section): ... here.
3688 (Maintenance Commands): Also rename this node reference.
3689
7b282c5a
SCR
36902012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3691
3692 * gdb.texinfo (Python API/Values From Inferior): Add description
3693 about the new method Value.referenced_value. Add description on
3694 how Value.dereference is different (and similar) to
3695 Value.referenced_value.
3696
8320cc4f
JK
36972012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3700 --init-eval-command=COMMAND, -iex.
3701 (Startup): Describe -iex and -ix. Simplify the example
3702 for "set auto-load-scripts off".
3703
481860b3
GB
37042012-03-16 Gary Benson <gbenson@redhat.com>
3705
3706 PR breakpoints/10738
3707 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3708 stating that GDB cannot set breakpoints on inlined functions.
3709 (Mode Options): Document --use-deprecated-index-sections.
3710 (Index Section Format): Document new index section version format.
3711
c4aeac85
TT
37122012-03-15 Tom Tromey <tromey@redhat.com>
3713
3714 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3715
16899756
DE
37162012-03-13 Doug Evans <dje@google.com>
3717
3718 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3719 of "reload".
3720 (Symbols): Delete docs for set/show symbol-reloading.
3721 * gdbint.texinfo (Defining Other Architecture Features): Delete
3722 SYMBOL_RELOADING_DEFAULT.
3723 * refcard.tex: Delete reference to symbol-reloading.
3724
9b224c5e
PA
37252012-03-07 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.texinfo (General Query Packets): Document new
3728 QProgramSignals packet.
3729 * gdb.texinfo (Remote configuration): Mention
3730 "program-signals-packet".
3731
169081d0
TG
37322012-03-05 Tristan Gingold <gingold@adacore.com>
3733
3734 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3735
d1feda86
YQ
37362012-03-03 Yao Qi <yao@codesourcery.com>
3737
3738 * gdb.texinfo (In-Process Agent): New node.
3739 Document new commands.
3740 (General Query Packets): Add packet `QAgent'.
3741
1faeff08
MR
37422012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3743
3744 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3745
7d74f244
DE
37462012-03-01 Scott J. Goldman <scottjg@vmware.com>
3747
3748 * gdb.texinfo (Commands In Python): Put example python macro in
3749 COMMAND_USER category rather than COMMAND_OBSCURE.
3750 Document gdb.COMMAND_USER.
3751 (User-defined Commands): Update documentation to clarify
3752 "set/show max-user-call-depth" and "show user" don't apply to python
3753 commands. Update documentation to clarify "help user-defined" may
3754 also include python commands defined as COMMAND_USER.
3755
6fe37d23
JK
37562012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * gdb.texinfo (Startup): Add option -ex description to the option -x
3759 description.
3760
83364271
LM
37612012-02-24 Luis Machado <lgustavo@codesourcery.com>
3762
3763 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3764 condition-evaluation breakpoint parameter.
3765 Mention condition-evaluation mode being shown in "info break".
3766 (Break Conditions): Add description for target-side
3767 conditional breakpoints.
72f4393d 3768 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3769 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3770 cond-expr.
3771 (General Query Packets): Mention new ConditionalBreakpoint feature.
3772
bdb1994d
TT
37732012-02-22 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3776
4d241c86
TT
37772012-02-17 Tom Tromey <tromey@redhat.com>
3778
3779 PR python/10753:
3780 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3781 directory.
3782
816338b5
SS
37832012-02-14 Stan Shebs <stan@codesourcery.com>
3784
3785 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3786
cc30c4bd
PA
37872012-02-13 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3790 mips-idt-ecoff.
3791
035d1e5b
YQ
37922012-02-09 Yao Qi <yao@codesourcery.com>
3793
3794 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3795
f0823d2c
TT
37962012-02-07 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3799 Symbol.value.
3800
64e7d9dd
TT
38012012-02-07 Tom Tromey <tromey@redhat.com>
3802
3803 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3804
4220b2f8
TS
38052012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3806
3807 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3808
edcc5120
TT
38092012-01-24 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3812 unload".
3813 (Files): Mention new catch commands.
3814 (GDB/MI Async Records): Likewise.
3815
53fe1783
GB
38162012-01-24 Gary Benson <gbenson@redhat.com>
3817
3818 Delete #if 0'd out code.
3819 * gdb.texinfo (Frame Info): Remove "info catch".
3820
b9e7b9c3
UW
38212012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3822
3823 * gdb.texinfo (Remote Configuration): Document
3824 "set remote hostio-readlink-packet" command.
3825 (General Query Packets): Document vFile:readlink packet.
3826
4aac40c8
TT
38272012-01-16 Tom Tromey <tromey@redhat.com>
3828
3829 * gdb.texinfo (Specify Location): Document relative file name
3830 handling.
3831
cafec441
TT
38322012-01-16 Tom Tromey <tromey@redhat.com>
3833
3834 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3835
0ee339bc
JK
38362012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3837 Eli Zaretskii <eliz@gnu.org>
3838
3839 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3840 code.
3841
72384ba3
PH
38422012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3843
3844 * gdb.texinfo (Variables): Document use of :: for non-static
3845 variables.
3846
ce1b17c4
JB
38472012-01-05 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdbint.texinfo (Start of New Year Procedure): Update
3850 to replace use of copyright.sh by use of copyright.py.
3851
217bff3e
JK
38522012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3853
3854 Remove the gdbtui binary.
3855 * all-cfg.texi (GDBTUI): Remove.
3856 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3857 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3858 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3859
cc72b2a2
KP
38602011-12-23 Kevin Pouget <kevin.pouget@st.com>
3861
3862 Introduce gdb.FinishBreakpoint in Python.
3863 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3864 (Python API): Add menu entry for Finish Breakpoints.
3865
13ac8d2c
JK
38662011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3869 tests.
3870
e0f9f062
DE
38712011-12-16 Doug Evans <dje@google.com>
3872
3873 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3874
80b6e756
PM
38752011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3876
1c3ad6ab 3877 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3878 stack". Add documentation for "set/show python print-stack".
3879
2fb860fc
PA
38802011-12-14 Pedro Alves <pedro@codesourcery.com>
3881
3882 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3883 should transfer control to the stub in the startup code instead of
3884 in main. Mention the need to get past the initial breakpoint.
3885
f8eba3c6
TT
38862011-12-06 Tom Tromey <tromey@redhat.com>
3887
3888 * gdb.texinfo (Set Breaks): Update for new behavior.
3889
2268b414
JK
38902011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3893 List Format for SVR4 Targets'.
3894 (General Query Packets): New item qXfer:libraries-svr4:read.
3895 (Library List Format for SVR4 Targets): New node.
3896
ae6f0d5b
TT
38972011-12-01 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3900 add.
3901
36dfb11c
TT
39022011-11-22 Tom Tromey <tromey@redhat.com>
3903
3904 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3905 reasons.
3906
f196051f
SS
39072011-11-20 Stan Shebs <stan@codesourcery.com>
3908
3909 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3910 note-related options and variables.
3911 (Tracepoint Packets): Document packet changes.
3912
f85b53f8
SD
39132011-11-20 Sanjoy Das <sdas@igalia.com>
3914
3915 * gdb.texinfo (JIT Interface): Add documentation on writing and
3916 usind JIT debug info readers.
3917 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3918 Debug Info Readers): New nodes.
3919
bfccc43c
YQ
39202011-11-18 Yao Qi <yao@codesourcery.com>
3921
3922 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3923 tracepoint.
3924
c011a4f4
DE
39252011-11-15 Doug Evans <dje@google.com>
3926
3927 * gdb.texinfo (Files): Document basenames-may-differ.
3928
ed59ded5
DE
39292011-11-14 Doug Evans <dje@google.com>
3930
3931 * gdb.texinfo (Shell Commands): Document "!".
3932
405f8e94
SS
39332011-11-14 Stan Shebs <stan@codesourcery.com>
3934 Kwok Cheung Yeung <kcy@codesourcery.com>
3935
3936 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3937 needed to get shorter fast tracepoints.
3938 (Tracepoint Packets): Document new qTMinFTPILen packet.
3939
1e4d1764
YQ
39402011-11-14 Yao Qi <yao@codesourcery.com>
3941
3942 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3943 behavior of tracepoint.
3944 (General Query Packets): New feature InstallInTrace.
3945 (Remote Configuration): Document "set remote
3946 install-in-trace-packet".
3947
71eba9c2 39482011-11-12 Matt Rice <ratmice@gmail.com>
3949
3950 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3951 Add arguments to info macro.
3952
e0f8f636
TT
39532011-11-10 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3956 manual.
3957 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3958 (Macros): Add a footnote.
3959 (C): Remove paragraph about compiler options.
3960 (C Constants): Mention wide character and string constants.
3961 (C Plus Plus Expressions): Update compiler option advice. Mention
3962 using declarations. Mention ADL. Remove old HP compiler
3963 information.
3964
625c0d47
TT
39652011-11-10 Tom Tromey <tromey@redhat.com>
3966
3967 PR c++/9257:
3968 * gdb.texinfo (Print Settings): Add an extra note about the need
3969 for a vtable.
3970
4be2aacc
MR
39712011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3972
3973 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3974 "set mips abi" documentation.
3975
0a1c4d10
DE
39762011-11-04 Doug Evans <dje@google.com>
3977
3978 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3979
aad1c02c
TT
39802011-11-03 Tom Tromey <tromey@redhat.com>
3981
3982 * gdb.texinfo (Stopping): Add menu entry.
3983 (Continuing and Stepping): Restore @node. Use @section, not
3984 @subsection.
3985
983fb131
MR
39862011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3987
3988 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3989 designation. Fix "Specify Location" cross-reference.
3990
3065dfb6
SS
39912011-11-02 Stan Shebs <stan@codesourcery.com>
3992
3993 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3994 (General Query Packets): Describe tracenz feature.
3995 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3996
0aaaf063
PK
39972011-10-28 Paul Koning <paul_koning@dell.com>
3998
3999 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4000
2231f1fb
KP
40012011-10-27 Kevin Pouget <kevin.pouget@st.com>
4002
72f4393d 4003 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4004 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4005
5110b5df
PK
40062011-10-26 Paul Koning <paul_koning@dell.com>
4007
4008 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4009
22dbab46
PK
40102011-10-25 Paul Koning <paul_koning@dell.com>
4011
4012 PR python/13327
72f4393d 4013
22dbab46
PK
4014 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4015 fetch_lazy method.
4016
9df2fbc4
PM
40172011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4018
4019 PR python/12656
4020
4021 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4022 global_block, static_block function.
4023
f05e2e1d
TT
40242011-10-19 Tom Tromey <tromey@redhat.com>
4025
4026 * gdb.texinfo (Commands In Python): Add missing "@"s.
4027
a7fc3f37
KP
40282011-10-13 Kevin Pouget <kevin.pouget@st.com>
4029
4030 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4031 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4032 constants.
4033
5048e516
JK
40342011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4035
4036 Fix compatibility with texinfo versions older than 4.12.
4037 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4038 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4039 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4040 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4041 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4042 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4043 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4044
5a56e9c5
DE
40452011-10-09 Doug Evans <dje@google.com>
4046
4047 * gdb.texinfo (Extending GDB): Document alias command.
4048
36b11add
JK
40492011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 Support @entry in input expressions.
4052 * gdb.texinfo (Variables): Describe @entry names suffix.
4053 (Print Settings): Add anchor for `set print entry-values'.
4054
e18b2753
JK
40552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4056 Eli Zaretskii <eliz@gnu.org>
4057
4058 Display @entry parameter values (without references).
4059 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4060 example.
4061 (Print Settings): New description of set print entry-values and show
4062 print entry-values.
4063
111c6489
JK
40642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4065 Eli Zaretskii <eliz@gnu.org>
4066
4067 Recognize virtual tail call frames.
4068 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4069 (Tail Call Frames): New node.
4070 (Frames In Python): Add gdb.TAILCALL_FRAME.
4071
9c15afc4
DE
40722011-10-07 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4075 register_pretty_printer.
4076
99f5279d
PM
40772011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4078
4079 PR python/12930
4080 PR python/12802
4081
4082 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4083 stop method.
4084
03583c20
UW
40852011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4086
4087 * gdb.texinfo (Starting your Program): "set disable-randomization"
4088 is no longer Linux-specific.
4089 (Remote Configuration): Document "set remote
4090 disable-randomization-packet".
4091 (General Query Packets): Document "QDisableRandomization" packet
4092 and add it to "qSupported" list.
4093
bd054e06
KP
40942011-10-07 Kevin Pouget <kevin.pouget@st.com>
4095
4096 Allow Python notification of new object-file loadings.
4097 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4098 event type.
4099
cb6be26b
KP
41002011-10-04 Kevin Pouget <kevin.pouget@st.com>
4101
4102 PR python/12691: Add the inferior to Python exited event
4103 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4104
a05336a1
JB
41052011-10-03 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4108 rephasing.
4109
5d77fe44
JB
41102011-10-03 Joel Brobecker <brobecker@adacore.com>
4111
4112 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4113 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4114 as possible feature returned by the `-list-features'
4115 command.
4116
699df94d
PK
41172011-09-28 Paul Koning <paul_koning@dell.com>
4118
4119 * gdb.texinfo (gdb.Type): Document field access by dictionary
4120 key syntax.
4121
24bdad53
YQ
41222011-09-28 Yao Qi <yao@codesourcery.com>
4123
4124 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4125 Add one space after option `-s'. Remove @r{} markup.
4126
6710bf39
SS
41272011-09-27 Stan Shebs <stan@codesourcery.com>
4128
4129 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4130
d99f7e48
HZ
41312011-09-16 Hui Zhu <teawater@gmail.com>
4132
4133 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4134 to *(unsigned char *)$esp@300.
4135
d812018b
PK
41362011-09-15 Paul Koning <paul_koning@dell.com>
4137
4138 * gdb.texinfo: Make style of Python functions and methods match
4139 the syntax of Python. Also put class and module names explicitly
4140 on function, member, and variable names, matching Python
4141 documentation conventions.
72f4393d 4142
2aa48337
KP
41432011-09-15 Kevin Pouget <kevin.pouget@st.com>
4144
4145 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4146 * gdb.texinfo (Inferiors In Python): Describe new
4147 gdb.selected_inferior() function.
4148
6839b47f
KP
41492011-09-15 Kevin Pouget <kevin.pouget@st.com>
4150
4151 Handle multiple breakpoint hits in Python interface:
4152 * gdb.texinfo (Events In Python): New function documentation:
4153 gdb.BreakpointEvent.breakpoints. Indicate that
4154 gdb.BreakpointEvent.breakpoint is now deprecated.
4155
26829f2b
JB
41562011-09-04 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4159
a9f54f60
TT
41602011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4161
4162 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4163
fa3a4f15
PM
41642011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4165
72f4393d
L
4166 * gdb.texinfo (Prompt): Add set/show extended-prompt
4167 documentation
4168 (Basic Python): Add prompt_hook anchor.
4169 (Python modules): Reword module text to reflect multiple modules.
4170 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4171
224bbe49
YQ
41722011-08-14 Yao Qi <yao@codesourcery.com>
4173
78d85199
YQ
4174 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4175
41762011-08-14 Yao Qi <yao@codesourcery.com>
4177
4178 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4179 (TIC6x Features): New node.
4180
457e09f0
DE
41812011-08-12 Doug Evans <dje@google.com>
4182
4183 * gdb.texinfo (Symbols In Python): Document symbol.type.
4184
5e239b84
PM
41852011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4186
4187 * gdb.texinfo (Python): Document command and function
4188 auto-loading.
4189
177bc839
JK
41902011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4191 Eli Zaretskii <eliz@gnu.org>
4192
4193 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4194 typedefs unrolling. Extend the sample code by an inner typedef and
4195 outer typedefs unrolling.
4196
1a532630
PP
41972011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4198
4199 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4200 size and line-size.
4201
9b158ba0 42022011-07-21 Matt Rice <ratmice@gmail.com>
4203
4204 PR macros/12999
4205 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4206 Update text and cindex entries for info macro command.
4207
d17b6f81
PM
42082011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4209
4210 * observer.texi (GDB Observers): Add before_prompt observer.
4211 * gdb.texinfo (Basic Python): Add documentation for prompt
4212 substitution.
4213
713389e0
PM
42142011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4215
72f4393d 4216 PR python/12438
713389e0 4217 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4218 set/show python print-stack. Document set/show python
4219 print-backtrace.
713389e0 4220
177b42fe
TJB
42212011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4222
4223 * gdb.texinfo: Fix typos.
4224
900e11f9
JK
42252011-07-01 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.texinfo (Debugging Output): Document set debug
4228 check-physname.
4229
39c4d40a
TT
42302011-06-29 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4233 breakpoint-notifications feature.
4234
6f5def7d
UW
42352011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4236
4237 * gdb.texinfo (Target Description): Remove warning about
4238 possibly unstable format.
4239
8cf64490
TT
42402011-06-03 Tom Tromey <tromey@redhat.com>
4241
4242 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4243 (Events In Python): Note that exit_code is optional.
4244
393eab54
PA
42452011-05-17 Pedro Alves <pedro@codesourcery.com>
4246
4247 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4248 required for multi-threading support.
4249 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4250 Hc are deprecated for multi-threading debugging. Point readers at
4251 the vCont packet.
4252
75fc9810
DE
42532011-05-15 Doug Evans <dje@google.com>
4254
4255 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4256
01124a23
DE
42572011-05-13 Doug Evans <dje@google.com>
4258
98a5dd13
DE
4259 * gdb.texinfo (Threads): Document $sdir,$pdir.
4260 (Server): Document $pdir exception.
4261
dbaefcf7
DE
4262 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4263
cc63ef9b
DE
4264 * gdb.texinfo (Threads): Clarify default value for
4265 libthread-db-search-path.
7e0396aa 4266
01124a23
DE
4267 * gdb.texinfo (Completion): Update example.
4268 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4269
d248b706
KY
42702011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4271
4272 * gdb.texinfo: Document change in the behaviour of the enable and
4273 disable GDB commands when applied to tracepoints.
4274 Document the EnableDisableTracepoints remote stub feature.
4275 Document QTEnable and QTDisable in the list of tracepoint packets.
4276
cc88a640
JK
42772011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4280 hsuser.texi.
4281 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4282 comment to hsuser.texi. Change rluser.texi name in the comment.
4283
84e578fb
DE
42842011-05-10 Doug Evans <dje@google.com>
4285
4286 * gdb.texinfo (Threads): If an empty path is provided for
4287 libthread-db-search-path it is reset to its default value.
4288 (Server): Ditto.
4289
478aac75
DE
42902011-05-09 Doug Evans <dje@google.com>
4291
4292 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4293
9c06b0b4
TJB
42942011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4295 Thiago Jung Bauermann <bauerman@br.ibm.com>
4296
4297 Implement support for PowerPC BookE masked watchpoints.
4298 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4299 (PowerPC Embedded): Mention support of masked watchpoints.
4300
9ed350ad
JB
43012011-05-03 Joel Brobecker <brobecker@adacore.com>
4302
4303 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4304 `@value{GDBN}'.
4305
4ceed123
JB
43062011-05-03 Joel Brobecker <brobecker@adacore.com>
4307
4308 * gdb.texinfo (titlepage): Remove dedication.
4309 (In Memoriam): New appendix.
4310
559a7a62
JK
43112011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4312 Eli Zaretskii <eliz@gnu.org>
4313
4314 * gdb.texinfo (Index Section Format): Change the version to 5.
4315 Describe the different formula.
4316
03f2bd59
JK
43172011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4318 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4321 for disconnected tracing.
4322 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4323 extended-remote relationship. Mention --once.
4324 (TCP port allocation lifecycle of @code{gdbserver}): New.
4325
d9b1a651
EZ
43262011-04-23 Eli Zaretskii <eliz@gnu.org>
4327
4328 * gdb.texinfo (Server): Improve indexing. Index all optional
4329 switches to gdbserver.
4330
90476074
TT
43312011-04-20 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (Index Section Format): New node.
4334 (Top): Add new node to menu.
4335
c21236dc
PA
43362011-04-20 Pedro Alves <pedro@codesourcery.com>
4337
4338 * gdb.texinfo (Maintenance Commands): Document `maint print
4339 remote-registers'.
4340
05c8c3f5
TT
43412011-04-20 Tom Tromey <tromey@redhat.com>
4342
4343 * gdb.texinfo (Trace File Format): Move node later.
4344
7a9dd1b2
TT
43452011-04-19 Tom Tromey <tromey@redhat.com>
4346
4347 * gdbint.texinfo (Register Information Functions): Remove
4348 duplicate "the".
4349 * gdb.texinfo (Emacs): Remove duplicate "to".
4350 (GDB/MI Variable Objects): Remove duplicate "the".
4351 (General Query Packets): Likewise.
4352
4368ebeb
JB
43532011-04-02 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4356 "GDB/MI Ada Exception Information" node.
4357
956a9fb9
JB
43582011-04-01 Joel Brobecker <brobecker@adacore.com>
4359
4360 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4361 the "exception-name" field in the *stopped async record.
4362
f1310107
TJB
43632011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4364 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4365
4366 Implement support for PowerPC BookE ranged breakpoints.
4367 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4368
8786b2bd
TT
43692011-03-28 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.texinfo (Set Tracepoints): Fix typo.
4372
9ef07c8c
TT
43732011-03-24 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.texinfo (Specify Location): Document `function:label'
4376 linespec.
4377
99c3dc11
PM
43782011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4379
f1310107 4380 PR python/12149
99c3dc11
PM
4381
4382 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4383
29703da4
PM
43842011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4385
4386 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4387 (Inferiors In Python): Likewise.
4388 (Threads In Python): Likewise.
4389 (Symbols In Python): Likewise.
4390 (Objfiles In Python): Likewise.
4391 (Symbol Tables In Python): Likewise.
4392
c9174737
PA
43932011-03-15 Pedro Alves <pedro@codesourcery.com>
4394
4395 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4396 display>: Explain that the commands accept number ranges.
4397
7371cf6d
PM
43982011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4399
4400 * gdb.texinfo (Breakpoints In Python): Add description and example
4401 of Python stop function operation.
4402
ecec24e6
PM
44032011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4404
4405 * gdb.texinfo (Parameters In Python): Document get_set_string and
4406 get_show_string methods.
4407
6dcd5565
JK
44082011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4409
4410 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4411
81896e36
JK
4412 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4413 circular-trace-buffer name.
4414
5e30da2c
JB
44152011-02-28 Joel Brobecker <brobecker@adacore.com>
4416
4417 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4418 in the previous change.
4419
3bd0f5ef 44202011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4421
72f4393d 4422 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4423 that they can accept multiple arguments.
4424
4ec7539c
JB
44252011-02-24 Joel Brobecker <brobecker@adacore.com>
4426
4427 Revert the following patch (code patch was not approved):
4428 2011-02-21 Hui Zhu <teawater@gmail.com>
4429 * agentexpr.texi (bytecode descriptions): add printf.
4430 * gdb.texinfo (tracepoint action lists): add printf.
4431
82809774
DE
44322011-02-23 Doug Evans <dje@google.com>
4433
4434 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4435
e5a67952
MS
44362011-02-23 Michael Snyder <msnyder@vmware.com>
4437
4438 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4439 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4440 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4441
6e6fbe60
DE
44422011-02-22 Doug Evans <dje@google.com>
4443
4444 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4445 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4446 add description of result, fix @defun formatting.
4447
f994e27a
HZ
44482011-02-21 Hui Zhu <teawater@gmail.com>
4449
4450 * agentexpr.texi (Bytecode Descriptions): Add printf.
4451 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4452
c7f96d2b
TT
44532011-02-18 Tom Tromey <tromey@redhat.com>
4454
4455 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4456
60f98dde
MS
44572011-02-14 Michael Snyder <msnyder@vmware.com>
4458
4459 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4460 Document new command "thread find".
4461
08e796bc
MS
44622011-02-14 Michael Snyder <msnyder@vmware.com>
4463
4464 * gdb.texinfo (Threads): Update example of new thread message.
4465
b3b9301e
PA
44662011-02-14 Pedro Alves <pedro@codesourcery.com>
4467
4468 * gdb.texinfo (Remote Configuration): Mention set/show remote
4469 traceframe-info.
4470 (Tools/Packages Optional for Building GDB): Mention that expat is
4471 used for traceframe info.
4472 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4473 (General Query Packets) <qSupported>: Describe the
4474 qXfer:traceframe-info:read feature.
4475 (qXfer::read): Describe qXfer:traceframe-info:read.
4476 (Traceframe Info Format): New section.
4477
cef35b0f
PA
44782011-02-04 Pedro Alves <pedro@codesourcery.com>
4479
4480 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4481 for casts and unary operators.
4482
f1cbe1d3
TT
44832011-02-04 Tom Tromey <tromey@redhat.com>
4484
4485 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4486 is not useful.
4487
585fdaa1
PA
44882011-01-25 Pedro Alves <pedro@codesourcery.com>
4489
4490 * gdb.texinfo: s/value optimized out/optimized out/g
4491
7bfc9434
JB
44922011-01-21 Joel Brobecker <brobecker@adacore.com>
4493
4494 * gdb.texinfo (Other Misc Settings): Rework part of the
4495 documentation of the "set interactive mode" command.
4496
4694da01
TT
44972011-01-19 Tom Tromey <tromey@redhat.com>
4498
4499 * gdb.texinfo (Threads): Document thread name output and `thread
4500 name' command.
4501 (Threads In Python): Document Thread.name attribute.
4502 (GDB/MI Thread Commands): Document thread attributes.
4503
b716877b
AB
45042011-01-12 Andrew Burgess <aburgess@broadcom.com>
4505
4506 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4507 changes in mi/mi-cmd-disas.c
4508
13fd8b81
TT
45092011-01-12 Tom Tromey <tromey@redhat.com>
4510
4511 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4512 Fix "thread apply" text.
4513
e09342b5
TJB
45142011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4515 Thiago Jung Bauermann <bauerman@br.ibm.com>
4516
4517 Implement support for PowerPC BookE ranged watchpoints.
4518 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4519 the "set powerpc exact-watchpoints" flag.
4520
06e65f44
TT
45212011-01-07 Tom Tromey <tromey@redhat.com>
4522
4523 * gdb.texinfo (Python API): Add descriptions to @menu items.
4524
d8e22779
TT
45252011-01-06 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4528
a255712f
PP
45292010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4530
e09342b5 4531 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4532
ccfc3d6e
TT
45332011-01-06 Tom Tromey <tromey@redhat.com>
4534
4535 PR python/12133:
4536 * gdb.texinfo (Frames In Python): Document various frame
4537 constants.
4538
44944448
JB
45392011-01-05 Joel Brobecker <brobecker@adacore.com>
4540
4541 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4542 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4543 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4544
42ea3d7a
JK
45452011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4548 (clean): Add GDBvn.texi.
4549
720d1a40
JB
45502010-12-29 Joel Brobecker <brobecker@adacore.com>
4551
4552 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4553 occasional case where the debugger prints an array address
4554 instead of the array itself.
4555
ad196637
PA
45562010-12-23 Pedro Alves <pedro@codesourcery.com>
4557
4558 * gdb.texinfo (Packets) <read registers packet>: Document support
4559 for registers that were not collected.
4560
a86caf66
DE
45612010-12-15 Doug Evans <dje@google.com>
4562
4563 * gdb.texinfo (Startup): Document auto-loading of scripts during
4564 startup.
4565 (Auto-loading): Delete "maint set python auto-load on|off".
4566 Add "set auto-load-scripts on|off".
4567
aae1c79a
DE
45682010-12-07 Doug Evans <dje@google.com>
4569
4570 * gdb.texinfo (Mode Options): Document -data-directory.
4571 (Data Files): Add reference to -data-directory.
4572
4e04c971
DE
45732010-11-29 Doug Evans <dje@google.com>
4574
4575 * gdb.texinfo (Pretty-Printer Introduction): Change
4576 printer-name:subprinter-name to printer-name;subprinter-name.
4577
94b6973e
PM
45782010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4579
72f4393d 4580 PR python/12199
94b6973e
PM
4581
4582 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4583
39037522
TT
45842010-11-23 Tom Tromey <tromey@redhat.com>
4585
4586 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4587 (Editing): Likewise.
4588 (Command History): Likewise.
4589 (TUI Keys): Likewise.
4590 (Bug Reporting): Conditionally include rluser.texi and
4591 inc-history.texinfo.
4592 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4593 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4594 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4595 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4596 (gdb.pdf): Likewise.
4597 (gdb.info): Likewise.
4598 (gdb/index.html): Likewise.
4599
5ae98d25
TT
46002010-11-23 Tom Tromey <tromey@redhat.com>
4601
4602 * Makefile.in (Makefile): Run ../config.status.
4603 (distclean): Update.
4604 * configure: Remove.
4605 * configure.ac: Remove.
4606
621c8364
TT
46072010-11-12 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.texinfo (Basic Python): Update. Add xref.
4610 (Exception Handling): Document new exception classes.
4611 (Types In Python): Update.
4612 (Frames In Python): Update.
4613
84f4c1fe
PM
46142010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4615
4616 * gdb.texinfo (Breakpoints In Python): Document "internal"
4617 parameter, and visible attribute.
4618
99e7ae30
DE
46192010-11-05 Doug Evans <dje@google.com>
4620
4621 * gdb.texinfo (Source Path): Document "set directories".
4622
f4b8a18d
KW
46232010-11-05 Ken Werner <ken.werner@de.ibm.com>
4624
4625 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4626 (OpenCL C): New node.
4627
7b51bc51
DE
46282010-11-02 Doug Evans <dje@google.com>
4629
4630 * gdb.texinfo (Pretty Printing): Expand into three sections,
4631 introduction, example, and commands.
4632 (Python API): Delete section Disabling Pretty-Printers, merge into
4633 Selecting Pretty-Printers.
4634 (Writing a Pretty-Printer): New section. Move the pretty-printer
4635 example here, and reformat to match python coding style. Add a second
4636 example using the gdb.printing module.
4637 (Python modules): Add gdb.printing.
4638
9eeee977
DE
46392010-10-29 Doug Evans <dje@google.com>
4640
4641 * gdb.texinfo (Python): Fix long line.
4642
a0e0ffdf
DE
46432010-10-20 Doug Evans <dje@google.com>
4644
4645 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4646 All references updated. Correct sections marked as subsections.
4647 (Coding Standards): New chapter. Move the coding standard related
4648 subsections here. Add section on Python coding standards.
4649
0e3509db
DE
46502010-10-13 Doug Evans <dje@google.com>
4651
4652 * gdb.texinfo (Python): Add "Python modules".
4653 (Types in Python): Add reference to gdb.types section.
4654 (Python modules): New node.
4655
44592cc4
DE
46562010-10-11 Doug Evans <dje@google.com>
4657
4658 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4659 Python" from gdb.Value.type description.
4660
6e1bb179
JB
46612010-09-28 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.texinfo (Ravenscar Profile): New node.
4664
e8467610
TT
46652010-09-22 Tom Tromey <tromey@redhat.com>
4666
4667 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4668
fccd1d1e
EZ
46692010-09-22 Eli Zaretskii <eliz@gnu.org>
4670
4671 * gdb.texinfo (Values From Inferior): Clarify that
4672 value.dynamic_type works only in C++ programs with RTTI.
4673
c1b6b909
TT
46742010-09-15 Paul Bolle <pebolle@tiscali.nl>
4675
4676 * gdb.texinfo (Character Sets): Correctly reference host-charset
4677 in example.
4678
7d288aaa
TT
46792010-09-13 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4682 Document "fullname" and "from".
4683
f75d858b
MK
46842010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4685
4686 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4687 feature `reverse' output by -list-target-features.
4688
83b9503b
L
46892010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4690
4691 * gdb.texinfo (i386 Features): Remove an extra "@item".
4692
03f17ccf
TT
46932010-08-30 Tom Tromey <tromey@redhat.com>
4694
4695 PR python/11792:
4696 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4697
9779414d
DJ
46982010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4699
4700 * gdb.texinfo (ARM Features): Document
4701 org.gnu.gdb.arm.m-profile.
4702
f9ffd4bb
TT
47032010-08-23 Tom Tromey <tromey@redhat.com>
4704
4705 PR python/11145:
4706 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4707 reinterpret_cast methods.
4708
702c2711
TT
47092010-08-23 Tom Tromey <tromey@redhat.com>
4710
4711 PR python/11915:
4712 * gdb.texinfo (Types In Python): Document array method.
4713
66b73624
TJB
47142010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4715
4716 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4717
06a64a0b
TT
47182010-08-16 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (Set Watchpoints): Document -location option.
4721
a3a7127e
DE
47222010-08-13 Doug Evans <dje@google.com>
4723
4724 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4725
8dedea02
VP
47262010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4727
4728 * gdb.texinfo (GDB/MI Data Manipulation): Document
4729 -data-read-memory-raw and -data-write-memory-raw.
4730
ca5c20b6 47312010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4732 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4733
4734 * gdb.texinfo (Basic Python): Describe post_event API.
4735
cb2e07a6
PM
47362010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4737
4738 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4739 decode_line Python APIs
cb2e07a6 4740
464b3efb
TT
47412010-08-10 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.texinfo (Pretty Printing API): Document
4744 gdb.default_visualizer.
4745
c29c521f
TT
47462010-08-10 Tom Tromey <tromey@redhat.com>
4747
4748 Revert gdb-add-index addition:
4749 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4750
5da1313b
JK
47512010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4752 Eli Zaretskii <eliz@gnu.org>
4753
4754 * gdb.texinfo (Mode Options) <-batch>
4755 (Basic Python) <gdb.execute>: Describe setting width and height.
4756
02d868e8
PP
47572010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4758
4759 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4760
c2bbed2a
TT
47612010-07-30 Tom Tromey <tromey@redhat.com>
4762
4763 * gdb.texinfo (Index Files): Mention gdb-add-index.
4764
6c13bbe1
HZ
47652010-07-30 Hui Zhu <teawater@gmail.com>
4766
4767 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4768 "detach inferior" and "kill inferior".
4769
53a71c06
CR
47702010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4771
4772 * gdb.texinfo (Machine Code): Update description of two forms of
4773 arguments, and add new example to demonstrate the new form.
4774
5374244e
PM
47752010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4776
4777 * gdb.texinfo (Values From Inferior): Add value inferior function
4778 call description.
4779
8ea5bce5
JK
47802010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4783
c0edd9ed
JK
47842010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4785 Eli Zaretskii <eliz@gnu.org>
4786
4787 Make core files the process_stratum.
4788 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4789 record_stratum example.
4790
9291a0cd
TT
47912010-07-13 Tom Tromey <tromey@redhat.com>
4792
4793 * gdb.texinfo (Index Files): New node.
4794
f5011d11
TT
47952010-07-13 Tom Tromey <tromey@redhat.com>
4796
4797 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4798
0f5238ed
TT
47992010-07-13 Tom Tromey <tromey@redhat.com>
4800
4801 * gdb.texinfo (Specify Location): Document labels.
4802
74c761c1
PA
48032010-07-01 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4806 entries for fast tracepoints and static tracepoints.
4807
501994c0
PA
48082010-07-01 Pedro Alves <pedro@codesourcery.com>
4809
4810 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4811 qsThreadInfo>: Spell out `l' as ell.
4812
0fb4aa4b
PA
48132010-07-01 Pedro Alves <pedro@codesourcery.com>
4814
4815 * gdb.texinfo (Convenience Variables): Document $_sdata.
4816 (Commands to Set Tracepoints): Describe static tracepoints. Add
4817 `Listing Static Tracepoint Markers' menu entry. Document
4818 "strace".
4819 (Tracepoint Action Lists): Document collecting $_sdata.
4820 (Listing Static Tracepoint Markers): New subsection.
4821 (Tracepoints support in gdbserver): Mention static tracepoints.
4822 (remote packets, enabling and disabling): Mention
4823 read-sdata-object.
4824 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4825 and StaticTracepoint.
4826 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4827 Document qXfer:sdata:read.
4828 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4829
dc3b15be
JB
48302010-06-29 Joel Brobecker <brobecker@adacore.com>
4831
4832 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4833
595939de
PM
48342010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4835 Tom Tromey <tromey@redhat.com>
4836 Thiago Jung Bauermann <bauerman@br.ibm.com>
4837
4838 * gdb.texinfo (Inferiors In Python): New node.
4839 * gdb.texinfo (Threads In Python): New node.
4840
9279c692
JB
48412010-06-28 Joel Brobecker <brobecker@adacore.com>
4842
4843 * gdb.texinfo (Python): Document what the python directory is
4844 and what its location is.
4845 (Basic Python): Document the gdb.PYTHONDIR constant.
4846
bc9f0842
TT
48472010-06-25 Tom Tromey <tromey@redhat.com>
4848
4849 PR python/10808:
4850 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4851
f1421989
HZ
48522010-06-24 Hui Zhu <teawater@gmail.com>
4853
4854 * gdb.texinfo: (Commands for Controlled Output): Add
4855 documentation for command "eval".
4856
e4c0cfae
SS
48572010-06-21 Stan Shebs <stan@codesourcery.com>
4858
4859 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4860 * annotate.texinfo: Ditto.
4861 * gdbint.texinfo: Ditto.
4862 * stabs.texinfo: Ditto.
4863
bb08c432
HZ
48642010-06-22 Hui Zhu <teawater@gmail.com>
4865
4866 * gdb.texinfo: (Process Record and Replay): Add documentation
4867 for command "set record memory-query".
4868
4f5d9f07
SS
48692010-06-21 Stan Shebs <stan@codesourcery.com>
4870
4871 * gdb.texinfo: Relicense under GFDL version 1.3.
4872 * annotate.texinfo: Relicense under GFDL version 1.3.
4873 * gdbint.texinfo: Relicense under GFDL version 1.3.
4874 * stabs.texinfo: Relicense under GFDL version 1.3.
4875 * fdl.texi: Update to version 1.3.
4876
6aed2dbc
SS
48772010-06-18 Stan Shebs <stan@codesourcery.com>
4878
a61408f8
SS
4879 * gdb.texinfo (Operating System Auxiliary Information): Describe
4880 "info os" when no arguments given.
4881
6aed2dbc
SS
4882 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4883 $_thread.
4884
24e933df
HZ
48852010-06-18 Hui Zhu <teawater@gmail.com>
4886
4887 * gdb.texinfo: (Process Record and Replay): Add documentation
4888 for commands "record save" and "record restore".
4889
65d79d4b
SDJ
48902010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * gdb.texinfo: Include information about the correct use
4893 of addresses in the `watch' command.
4894
d914c394
SS
48952010-06-11 Stan Shebs <stan@codesourcery.com>
4896
4897 * gdb.texinfo (Observer Mode): New section.
4898 (General Query Packets): Document QAllow.
889bf7c5 4899
967cf477
DE
49002010-06-04 Doug Evans <dje@google.com>
4901
4902 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4903
aaf4119b
DE
49042010-06-03 Doug Evans <dje@google.com>
4905
4906 * gdbint.texinfo (Coding): Add subsection on command names.
4907
9eae7c52
TT
49082010-06-02 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4911 always-disassemble.
4912
fa593d66
PA
49132010-06-01 Pedro Alves <pedro@codesourcery.com>
4914
4915 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4916 gdbserver, and add cross reference.
4917 (Tracepoints support in gdbserver): New subsection.
4918
dde08ee1
PA
49192010-05-26 Pedro Alves <pedro@codesourcery.com>
4920
4921 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4922 `qRelocInsn' feature.
4923 (Relocate instruction reply packet): New subsection
4924 of `Tracepoint Packets'.
4925 (Tracepoint Packets): Mention that packets QTDP and QTStart
4926 support the qRelocInsn request, and add cross reference to new
4927 subsection.
4928
07ca107c
DE
49292010-05-25 Doug Evans <dje@google.com>
4930
4931 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4932 (Commands In Python): Document gdb.string_to_argv.
4933
c25c4a8b
JK
49342010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4935
4936 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4937 ATTR_NORETURN.
4938
d7b32ed3 49392010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4940 Tom Tromey <tromey@redhat.com>
4941 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4942
c25c4a8b 4943 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4944
6aecb9c2
JB
49452010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4946
4947 * gdb.texinfo: (Summary) Add mention about D language support.
4948 (Filenames): Add D suffixes.
4949 (D): New node.
4950
b7da9e9f
PM
49512010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4952
4953 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4954 of macro deleted from GDB code.
4955
ab38a727
PA
49562010-04-24 Pedro Alves <pedro@codesourcery.com>
4957
4958 * gdb.texinfo (Commands to specify files): Describe what how GDB
4959 looks up DOS-based filesystem paths on the system root. Document
4960 the new `set/show target-file-system-kind' commands.
4961
66d09542
DE
49622010-04-23 Doug Evans <dje@google.com>
4963
4964 * gdb.texinfo (Python): Move Auto-loading section here ...
4965 (Python API): from here.
4966 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4967 (Maintenance Commands): Add docs for "maint print section-scripts".
4968
8bd10a10
CM
49692010-04-20 Chris Moller <cmoller@redhat.com>
4970
4971 * gdb.texinfo (Setting Breakpoints): Added description of
4972 filename-qualified rbreak.
4973 * refcard.tex (Breakpoints and Watchpoints): Added brief
4974 description of filename-qualified rbreak.
4975
4c374409
JK
49762010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4977
4978 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4979 (Python API): Change the reference to Pretty Printing API.
4980 (Pretty Printing): Move the user part under the Data node. Reformat
4981 the sample output to 72 columns. Create a new reference to Pretty
4982 Printing API. Rename the API part ...
4983 (Pretty Printing API): To a new node name.
4984 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4985 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4986
5a9351ae
SS
49872010-04-21 Stan Shebs <stan@codesourcery.com>
4988
4989 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4990 and commands.
5a9351ae 4991 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4992
9a22f0d0
PM
49932010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4994
4995 * gdb.texinfo (Examining memory): Update for change in string
4996 display with explicit size.
4997
6149aea9
PA
49982010-04-19 Pedro Alves <pedro@codesourcery.com>
4999
5000 PR breakpoints/8554.
5001
5002 * gdb.texinfo (Save Breakpoints): New node.
5003 (save-tracepoints): Rename to ...
5004 (save tracepoints): ... this. Mention that `save-tracepoints' is
5005 a deprecated alias to `save tracepoints'.
5006
711e434b
PM
50072010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5008
645797a8 5009 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5010 (info w32 thread-information-block): Document new command.
5011 (qGetTIBAddress): Document new gdbserver query.
5012 (maint set/show show-all-tib): Document new command.
5013
3f7b2faa
DE
50142010-04-15 Doug Evans <dje@google.com>
5015
fa33c3cd
DE
5016 * gdb.texinfo (Python API): Add progspaces section.
5017 (Selecting Pretty-Printers): Progspace pretty-printers are
5018 searched too.
5019 (Progspaces In Python): New section.
5020
3f7b2faa
DE
5021 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5022
79f283fe
PM
50232010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5024
5025 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5026 returns None.
5027
87290684
SS
50282010-04-09 Stan Shebs <stan@codesourcery.com>
5029
5030 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5031 Describe the `frames-created' field, tweak grammar.
5032
a97153c7
PA
50332010-04-09 Pedro Alves <pedro@codesourcery.com>
5034
5035 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5036 Describe the `circular' and `disconnected' fields.
5037
5c5dcc1b
L
50382010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5039
5040 * gdb.texinfo (maint print registers): Mention unavailable and
5041 invisible registers.
5042
adc36818
PM
50432010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5044 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5045 Tom Tromey <tromey@redhat.com>
adc36818
PM
5046
5047 * gdb.texinfo (Breakpoints In Python): New Node.
5048
33da3f1c
SS
50492010-04-08 Stan Shebs <stan@codesourcery.com>
5050
5051 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5052 trace status fields.
5053
3a13a53b
L
50542010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5055
5056 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5057 optional. Make org.gnu.gdb.i386.avx requires
5058 org.gnu.gdb.i386.avx.
5059
08001717
DE
50602010-04-08 Doug Evans <dje@google.com>
5061
5062 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5063 search path, and document that gdb only scans the search path if
5064 the script's path doesn't specify a directory.
5065
c375651d
DE
50662010-04-05 Doug Evans <dje@google.com>
5067
5068 * gdb.texinfo (maint show python auto-load): Fix typo.
5069
af54718e
SS
50702010-04-04 Stan Shebs <stan@codesourcery.com>
5071
d77f58be
SS
5072 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5073 (Setting Watchpoints): Update description of "info watch".
5074 (Disabling Breakpoints): Only "info break" lists all.
5075
af54718e
SS
5076 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5077 (tdump): Explain how tdump works.
5078
86b17b60
PA
50792010-04-01 Pedro Alves <pedro@codesourcery.com>
5080
5081 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5082 add cross reference.
5083
ff12863f
PA
50842010-03-31 Pedro Alves <pedro@codesourcery.com>
5085
5086 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5087 commands error out.
5088
f68eb612
L
50892010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5090
5091 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5092
c8d5aac9
L
50932010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5094
5095 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5096
7d13fe92
SS
50972010-03-29 Stan Shebs <stan@codesourcery.com>
5098 Nathan Sidwell <nathan@codesourcery.com>
5099
5100 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5101 GDBN equivalent.
5102 (Set Tracepoints): Remove mention that conditional tracepoints
5103 don't exist.
5104 (Tracepoint Actions): Clarify when while-stepping collection
5105 happens, note that while-stepping does not automatically collect
5106 $pc.
5107
409873ef 51082010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5109
409873ef
SS
5110 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5111 (General Query Packets): Describe TracepointSource.
5112
ee8e71d4
EZ
51132010-03-27 Matt Rice <ratmice@gmail.com>
5114
c8d5aac9
L
5115 * gdb.texinfo (ARM): Document arguments to "target sim".
5116 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5117
99b5e152
PA
51182010-03-26 Pedro Alves <pedro@codesourcery.com>
5119
5120 * gdb.texinfo (Tracepoint Packets): Remove mention that
5121 terror:string may be plain text, and drop mention of X prefix.
5122
cd64ee31
VP
51232010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5124
5125 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5126
6c28cbf2
SS
51272010-03-24 Stan Shebs <stan@codesourcery.com>
5128
5129 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5130
95a42b64
TT
51312010-03-24 Tom Tromey <tromey@redhat.com>
5132
5133 PR breakpoints/9352:
5134 * gdb.texinfo (Break Commands): Update.
5135
18148017
VP
51362010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5137
5138 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5139 commands.
5140
4daf5ac0
SS
51412010-03-16 Stan Shebs <stan@codesourcery.com>
5142
5143 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5144 circular-trace-buffer.
5145 (Tracepoint Packets): Describe QTBuffer, and details of the
5146 qTStatus reply.
5147
c9429232
SS
51482010-03-12 Stan Shebs <stan@codesourcery.com>
5149 Nathan Sidwell <nathan@codesourcery.com>
5150
5151 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5152 doing instruction stepping.
5153 (Tracepoint Restrictions): New node.
5154
ccefe4c4
TT
51552010-03-10 Tom Tromey <tromey@redhat.com>
5156
5157 * gdbint.texinfo (Symbol Handling): Update.
5158
7c953934
TT
51592010-03-08 Tom Tromey <tromey@redhat.com>
5160
5161 PR cli/9591:
5162 * gdb.texinfo (Mode Options): Mention lack of pagination and
5163 confirmation with --batch.
5164 (Screen Size): Mention --batch.
5165 (Messages/Warnings): Likewise.
5166
f870a310
TT
51672010-03-05 Tom Tromey <tromey@redhat.com>
5168
5169 * gdb.texinfo (Basic Python): Document target_charset and
5170 target_wide_charset.
5171
78e2826b
TT
51722010-03-05 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.texinfo (Data): Link to pretty-printing.
5175 (Output Formats): Likewise. Correct text.
5176
f5dff777
DJ
51772010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5178
5179 * gdb.texinfo (Types): Describe <struct> and <flags>.
5180
dc00d89f
PM
51812010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5182
5183 * gdb.texinfo (Frames In Python): Add block parameter and
5184 description to read_var text.
5185
5107b149 51862010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5187 Tom Tromey <tromey@redhat.com>
5107b149
PM
5188
5189 * gdb.texinfo (Types In Python): Describe block argument in
5190 template_argument and gdb.lookup_type.
5191
e03e5e7b
TT
51922010-02-24 Tom Tromey <tromey@redhat.com>
5193
5194 * gdb.texinfo (Cygwin Native): Fix typo.
5195
f3e9a817
PM
51962010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5197
5198 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5199 and select method descriptions.
5200 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5201 Tables in Python to menu.
5202 (Blocks In Python): New node.
5203 (Symbols In Python): New node.
5204 (Symbol Tables in Python): New node.
5205
a79b8f6e
VP
52062010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 Multiexec MI
5209
5210 gdb/
5211 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5212
5213 gdb/doc/
5214 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5215 changes.
5216 (GDB/MI Program Execution): Document current behaviour of
5217 --all and --thread-group.
5218 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5219 -remove-inferior.
5220 * observer.texi (inferior_added, inferior_removed): New
5221 observers.
5222
629d6a47
TT
52232010-02-19 Tom Tromey <tromey@redhat.com>
5224
5225 * gdbint.texinfo (Getting Started): Fix @node.
5226 (Debugging GDB): Likewise.
5227
c09529e5
JB
52282010-02-13 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5231 documenting the gdb_test_timeout variable.
5232
540aa8e7
MS
52332010-02-12 Jakob Engblom <jakob@virtutech.com>
5234
5235 * gdb.texinfo (MI commands): Added documentation of --reverse
5236 option to a set of MI commands. Restructured documentation of MI
5237 commands --exec-continue to reflect the complexity of reverse
5238 execution.
5239
081dfbf7
PA
52402010-02-12 Pedro Alves <pedro@codesourcery.com>
5241
5242 * gdb.texinfo (Using the Collected Data): Specify that the address
5243 range of `tfind outsize' is exclusive, and that the address range
5244 of `tfind range' is inclusive.
5245 (Tracepoint Packets): Specify that the address range of
5246 `QTFrame:range' is inclusive, and that the address range of
5247 `QTFrame:outside' is exclusive
5248
8e9c5e02
VP
52492010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5250
5251 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5252
92981e24
TT
52532010-02-10 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (Debugging Output): Document set debug parser and
5256 show debug parser.
5257
075b51b7
L
52582010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5259
5260 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5261 i386_eflags and i386_mxcsr.
5262
3bb8d5c3
L
52632010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5264
5265 * gdb.texinfo: Document i386 target features.
5266
c5f80513
DE
52672010-02-05 Doug Evans <dje@google.com>
5268
5269 * gdbint.texinfo (Testsuite): Add a new section to document the
5270 various DejaGnu variables that may be overridden.
1be00882 5271 Document INTERNAL_GDBFLAGS.
c5f80513 5272
6ac33a4e
TT
52732010-02-04 Tom Tromey <tromey@redhat.com>
5274
5275 PR cli/8830:
5276 * gdb.texinfo (Files): -readnow comes before the filename for file
5277 and symbol-file.
5278
a1dcb23a
DJ
52792010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5280
5281 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5282 Document ARM breakpoint types.
5283 (Register Packet Format): Move into the new section.
5284 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5285
95433b34
JB
52862010-01-21 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.texinfo (File Options): Adjust the documentation of this
5289 switch to refer to the "source" command rather than partially
5290 duplicating some of the relevant information.
5291 (Extending GDB): Introduce and document the set/show script-extension
5292 setting.
5293 (Command Files): Add note explaining that the "source" command
5294 is also used to evalute scripts written in other languages.
5295 Remove the short slightly incorrect reference to sourcing Python
5296 scripts.
5297 (Python Commands): Document how to execute a Python script from GDB.
5298
8d576872
JB
52992010-01-19 Joel Brobecker <brobecker@adacore.com>
5300
5301 * gdb.texinfo (Command Files): Fix typo.
5302
8150ff9c
JB
53032010-01-18 Tom Tromey <tromey@redhat.com>
5304
5305 * gdb.texinfo (File Options): Document -x on .py files.
5306 (Command Files): Document handling of Python scripts.
5307
23db03a6
JZ
53082010-01-18 Jie Zhang <jie.zhang@analog.com>
5309
5310 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5311
00bf0b85
SS
53122010-01-15 Stan Shebs <stan@codesourcery.com>
5313
5314 * gdb.texinfo (Trace Files): New section.
5315 (Tracepoint Packets): Document QTSave and qTBuffer.
5316 (Trace File Format): New appendix.
5317
be759fcf
PM
53182010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5319
5320 * gdb.texinfo (Values From Inferior): Document lazy_string value
5321 method.
5322 (Python API): Add Lazy strings menu item.
5323 (Lazy Strings In Python): New node.
5324
dc146f7c
VP
53252010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5326
5327 * gdb.texinfo (GDB/MI Thread Information): New.
5328 (GDB/MI Async Records): Document the core field in *stopped.
5329 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5330 documentation
5331 (Process list): Document that osdata document may contain
5332 threads.
5333 (Remote Serial Protocol): Document qXfer:threads.
5334
d5551862
SS
53352010-01-06 Stan Shebs <stan@codesourcery.com>
5336
5337 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5338 disconnected tracing.
5339 (Tracepoint Packets): Document new protocol.
5340
7a697b8d
SS
53412010-01-05 Stan Shebs <stan@codesourcery.com>
5342
5343 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5344 tracepoints.
5345 (Tracepoint Packets): Describe remote protocol for fast
5346 tracepoints.
5347
e6f3ec50
JB
53482010-01-01 Joel Brobecker <brobecker@adacore.com>
5349
5350 Update the "Start of New Year Procedure".
5351 * gdbint.texinfo: Add the list of files that need to be updated
5352 manually. Minor reformatting.
5353
ddc4e9c1
JB
53542010-01-01 Joel Brobecker <brobecker@adacore.com>
5355
5356 * refcard.tex: Update copyright year in header and text.
5357
9d2897ad
JB
53582010-01-01 Joel Brobecker <brobecker@adacore.com>
5359
5360 * agentexpr.texi: Add 2010 to the list of copyright years.
5361 * annotate.texinfo: Likewise.
5362 * gdb.texinfo: Likewise.
5363 * gdbint.texinfo: Likewise.
5364 * observer.texi: Likewise.
5365 * stabs.texinfo: Likewise.
5366
6da95a67
SS
53672009-12-31 Stan Shebs <stan@codesourcery.com>
5368
5369 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5370
236f1d4d
SS
53712009-12-29 Stan Shebs <stan@codesourcery.com>
5372
5373 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5374
f61e138d
SS
53752009-12-28 Stan Shebs <stan@codesourcery.com>
5376
5377 * gdb.texinfo (Trace State Variables): New section.
5378 (Tracepoint Packets): Describe trace state variable packets.
5379 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5380 variable bytecodes.
5381
0fe7935b
DJ
53822009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5383
5384 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5385 declarations.
5386
a6b29f87
VP
53872009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5388
5389 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5390 -gdb-exit behaviour.
5391
5e4bde96
JB
53922009-12-20 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gpl.texi: Update to version 3 of the GPL.
5395
a1715244
JB
53962009-12-20 Joel Brobecker <brobecker@adacore.com>
5397
5398 * Makefile.in: Update copyright header.
5399 * observer.texi: Fix the copyright header of the generated files.
5400
361ae042
PM
54012009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5402
5403 * gdb.texinfo (Types In Python): Describe range function.
5404
bfd31e71
PM
54052009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5406
5407 * gdb.texinfo (Types In Python): Describe "is_base_class".
5408
57a1d736
TT
54092009-12-03 Tom Tromey <tromey@redhat.com>
5410
5411 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5412
8cebebb9
PP
54132009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5414
5415 * observer.texi: New memory_changed observer.
5416
16af530a
TT
54172009-12-01 Tom Tromey <tromey@redhat.com>
5418
5419 * gdb.texinfo (Reverse Execution): Fix typo.
5420
b6199126
DJ
54212009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5422
5423 PR gdb/8704
5424
5425 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5426 are allowed after the breakpoint condition.
5427
7a6973ad
TT
54282009-11-23 Tom Tromey <tromey@redhat.com>
5429
5430 PR python/10782:
5431 * gdb.texinfo (Types In Python): Document Type.pointer.
5432
21a0512e
PP
54332009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5434
5435 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5436
a5832c8f
PA
54372009-11-11 Pedro Alves <pedro@codesourcery.com>
5438
5439 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5440 (Using Agent Expressions): Delete cross reference.
5441
1eb7cd77
JB
54422009-11-07 Joel Brobecker <brobecker@adacore.com>
5443
5444 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5445 and @settitle directives up to help makeinfo find them.
5446
24ddea62
JK
54472009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5448
5449 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5450 (Auto-loading): Use plural and note one can use multiple components now.
5451
3afae151
VP
54522009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5453
5454 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5455 -stack-list-arguments have the same documentation for parameter
5456 as -stack-list-locals. Add comas.
5457
14ff2235
PM
54582009-10-27 Tom Tromey <tromey@redhat.com>
5459 Eli Zaretskii <eliz@gnu.org>
5460
c8d5aac9 5461 PR python/10781
14ff2235
PM
5462
5463 * gdb.texinfo (Values From Inferior): Document cast method.
5464
9c419145
PP
54652009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5466
5467 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5468 and adjust example.
889bf7c5 5469
29153c24
MS
54702009-10-22 Michael Snyder <msnyder@vmware.com>
5471
5472 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5473 info record command. Also document the new save and restore
29153c24
MS
5474 commands.
5475
2b28d209
PP
54762009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5477
5478 * gdb.texinfo (Machine Code): Mention current pc marker.
5479 (Memory): Likewise.
5480
6c95b8df
PA
54812009-10-19 Pedro Alves <pedro@codesourcery.com>
5482 Stan Shebs <stan@codesourcery.com>
5483
5484 * observer.texi (new_inferior): Rename to...
5485 (inferior_appeared): ... this.
5486
5487 * gdb.texinfo (Inferiors): Rename node to ...
5488 (Inferiors and Programs): ... this. Mention running multiple
5489 programs in the same debug session.
5490 <info inferiors>: Mention the new 'Executable' column if "info
5491 inferiors". Update examples. Document the "add-inferior",
5492 "clone-inferior", "remove-inferior" and "maint info
5493 program-spaces" commands.
5494 (Process): Rename node to...
5495 (Forks): ... this. Document "set|show follow-exec-mode".
5496
2f8132f3
MS
54972009-10-11 Michael Snyder <msnyder@vmware.com>
5498
5499 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5500 (ReverseContinue): Ditto.
5501
cba4b2d3
PP
55022009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5503
5504 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5505
da082f17
JK
55062009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5507
5508 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5509
08be9d71
ME
55102009-10-06 Michael Eager <eager@eagercon.com>
5511
5512 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5513 (Embedded Processors): Add MicroBlaze.
5514 (MicroBlaze): New. Describe Xilinx MicroBlaze
5515
08a0efd0
PA
55162009-10-04 Pedro Alves <pedro@codesourcery.com>
5517
5518 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5519
cbb8f428
EZ
55202009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5521
5522 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5523
30a4a70c
JB
55242009-09-23 Joel Brobecker <brobecker@adacore.com>
5525
5526 * observer.texi (solib_unloaded): Document explicitly the fact that
5527 this observer is called before the associated symbols are unloaded.
5528
b3372f91
VP
55292009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5530
5531 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5532 -stack-list-variables.
5533
f43030c4
TT
55342009-09-18 Tom Tromey <tromey@redhat.com>
5535
5536 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5537 is experimental.
5538
ec7e75e7
PP
55392009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5540
5541 * gdb.texinfo (convenince variables): Mention
5542 $_siginfo could be empty.
f43030c4 5543
0cc7d26f
TT
55442009-09-15 Tom Tromey <tromey@redhat.com>
5545
5546 * gdb.texinfo (GDB/MI Variable Objects): Document
5547 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5548 Expand -var-update documentation.
5549
a96d9b2e
SDJ
55502009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5551
5552 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5553 feature.
5554
005ca36a
JB
55552009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5556
5557 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5558
0d772ac9
MS
55592009-09-10 Michael Snyder <msnyder@vmware.com>
5560
5561 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5562 ReverseStep replies to the qSupported query.
5563
14fb1bac
JB
55642009-09-10 Joel Brobecker <brobecker@adacore.com>
5565
5566 Add documentation for set/show interactive-mode.
5567 * gdb.texinfo (Other Misc Settings): New node.
5568
29b090c0
DE
55692009-09-01 Doug Evans <dje@google.com>
5570
5571 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5572 non-stop mode's affect on remote caching.
5573
4e5d721f
DE
55742009-08-31 Jacob Potter <jdpotter@google.com>
5575 Doug Evans <dje@google.com>
5576
5577 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5578 Mark `set/show remotecache' options as obsolete.
5579 Document new `set/show stack-cache' option.
5580 Update text for `info dcache'.
5581
55333a84
DE
55822009-08-27 Doug Evans <dje@google.com>
5583
5584 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5585 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5586
bc3a0b4d
RW
55872009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5588
5589 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5590 about autoconf.
5591
3a1ff0b6
PA
55922009-08-25 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5595 small example, and describe its columns. Replace "inferior-id" by
5596 "infno" throughout.
5597
81ecdfbb
RW
55982009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5599
af542c2e
RW
5600 * gdbint.texinfo (Releasing GDB): Point to
5601 README-maintainer-mode file for required autoconf version.
5602 * configure.ac: Do not substitute datarootdir, htmldir,
5603 pdfdir, docdir. Do not process --with-datarootdir,
5604 --with-htmldir, --with-pdfdir, --with-docdir.
5605 * configure: Regenerate.
5606
81ecdfbb
RW
5607 * configure: Regenerate.
5608
4efc6507
DE
56092009-08-20 Reid Kleckner <reid@kleckner.net>
5610
5611 * gdb.texinfo: Add chapter on JIT interface.
5612
43089a6e
NR
56132009-08-07 Nick Roberts <nickrob@snap.net.nz>
5614
5615 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5616 confirmation request.
43089a6e 5617
99e008fe
EZ
56182009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5619
c8d5aac9
L
5620 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5621 CRC definitions.
99e008fe 5622
48cb2d85
VP
56232009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5626 -break-commands.
48cb2d85 5627
ff1a52c6
UW
56282009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5629
5630 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5631 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5632
3285f3fe
UW
56332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5634
5635 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5636 "set spu stop-on-load" and "show spu stop-on-load" commands.
5637
e35359c5
UW
56382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5639
5640 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5641
58d6951d
DJ
56422009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5643
5644 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5645 org.gnu.gdb.arm.neon.
5646
08d16641
PA
56472009-07-20 Pedro Alves <pedro@codesourcery.com>
5648
5649 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5650 optional element.
5651 (subsection OS ABI): New subsection.
5652
782b2b07
SS
56532009-07-14 Stan Shebs <stan@codesourcery.com>
5654
5655 * gdb.texinfo (Tracepoint Conditions): New section.
5656 (General Query Packets): Describe ConditionalTracepoints.
5657 (Tracepoint Packets): Describe condition field.
5658 (Maintenance Commands): Describe maint agent-eval.
5659 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5660
9b117ef3
HZ
56612009-07-11 Hui Zhu <teawater@gmail.com>
5662
5663 * gdb.texinfo (disassemble): Add a new modifier /r
5664 to "disassemble" command to make it print the raw instructions
5665 in hex as well as in symbolic form.
5666
f5a33284
TT
56672009-07-09 Tom Tromey <tromey@redhat.com>
5668
5669 * gdbint.texinfo (Testsuite): Document parallel make check.
5670
812f7342
TT
56712009-07-09 Tom Tromey <tromey@redhat.com>
5672
5673 * gdbint.texinfo (Testsuite): Document test transcripts.
5674
fbb8f299
PM
56752009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5676
5677 * gdb.texinfo (Values From Inferior): Add length parameter
5678 description.
5679
dd8f35ac
EZ
56802009-07-04 Chris Genly <chris@genly.us>
5681
5682 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5683 in -var-list-children. Fix example according to what the code
5684 does.
5685
2277426b
PA
56862009-07-02 Pedro Alves <pedro@codesourcery.com>
5687
5688 * gdb.texinfo (Debugging multiple inferiors): Document the
5689 "inferior", "detach inferior" and "kill inferior" commands.
5690 (Debugging Programs with Multiple Processes): Adjust to mention
5691 generic "inferior" commands. Delete mention of "detach fork" and
5692 "delete fork". Cross reference to "Debugging multiple inferiors"
5693 section.
5694
a6d9a66e
UW
56952009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5696
5af949e3
UW
5697 * gdbint.texinfo (Item Output Functions): Update signature
5698 for ui_out_field_core_addr.
5699
57002009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5701
5702 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5703 Update example code extrated from breakpoint.c.
5704
9901a55b 57052009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5706
9901a55b
PP
5707 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5708 MI commands.
5709 (GDB/MI Symbol Query): Likewise.
5710 (GDB/MI File Commands): Likewise.
5711 (GDB/MI File Transfer Commands): Likewise.
5712 (GDB/MI Target Manipulation): Likewise.
5713 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5714
edb3359d
DJ
57152009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5716
5717 * gdb.texinfo (Debugging Optimized Code): New chapter.
5718 (Compiling for Debugging): Reference it. Move some
5719 text to the new section.
5720
7cd1089b
PM
57212009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5722
5723 * doc/gdb.texinfo (Calling): Document
5724 set-unwind-on-terminating-exception usage.
5725
d4db2f36
PA
57262009-06-11 Pedro Alves <pedro@codesourcery.com>
5727
5728 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5729 command.
5730
d1a7880c
PA
57312009-06-07 Pedro Alves <pedro@codesourcery.com>
5732
5733 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5734 references.
5735
473f94e6
UW
57362009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5737
5738 * gdbint.texinfo: Rename formal parameters to gdbarch function
5739 protoypes from "current_gdbarch" to "gdbarch".
5740
8f500870
TT
57412009-05-28 Tom Tromey <tromey@redhat.com>
5742
5743 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5744
b6313243
TT
57452009-05-27 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5748 feature.
5749 (GDB/MI Variable Objects): Document -var-set-visualizer.
5750
57512009-04-02 Tom Tromey <tromey@redhat.com>
5752
5753 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5754 feature.
5755 (GDB/MI Variable Objects): Document -var-set-visualizer.
5756
a6bac58e
TT
57572009-05-27 Tom Tromey <tromey@redhat.com>
5758 Thiago Jung Bauermann <bauerman@br.ibm.com>
5759 Phil Muldoon <pmuldoon@redhat.com>
5760
5761 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5762 (Pretty Printing): New node.
5763 (Selecting Pretty-Printers): Likewise.
5764 (Python API): Update.
5765 (Output Formats): Document /r format.
5766
2c74e833
TT
57672009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5768 Tom Tromey <tromey@redhat.com>
5769
5770 * gdb.texinfo (Types In Python): New node.
5771 (Values From Inferior): "type" is now an attribute.
5772 (Python API): Update.
5773
89c73ade
TT
57742009-05-27 Tom Tromey <tromey@redhat.com>
5775 Thiago Jung Bauermann <bauerman@br.ibm.com>
5776 Phil Muldoon <pmuldoon@redhat.com>
5777
5778 * gdb.texinfo: Add @syncodeindex for `tp'.
5779 (Python API): Update.
5780 (Auto-loading): New node.
5781 (Objfiles In Python): New node.
5782
17a37d48
PP
57832009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5784
5785 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5786
6718376f
NR
57872009-05-15 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5790
cbe54154
PA
57912009-05-12 Pedro Alves <pedro@codesourcery.com>
5792
5793 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5794 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5795 show show-debug-regs' docs.
5796
8e05493c
EZ
57972009-05-08 Eli Zaretskii <eliz@gnu.org>
5798
5799 * gdb.texinfo (Process Record and Replay): Add description of
5800 reverse execution.
5801
b39f4988
JB
58022009-05-07 Joel Brobecker <brobecker@adacore.com>
5803
5804 * gdbint.texinfo (Adding support for debugging core files): New node.
5805 (Native Debugging): Remove the ``Native core file Support'' section.
5806
a2311334
EZ
58072009-05-01 Eli Zaretskii <eliz@gnu.org>
5808
5809 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5810 Add index entries.
5811
53cc454a 58122009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5813 Michael Snyder <msnyder@vmware.com>
53cc454a 5814
a2311334
EZ
5815 * gdb.texinfo: (Process Record and Replay): Add documentation for
5816 process record and replay.
53cc454a 5817
484086b7
JK
58182009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5821 a new part on command-line defined macros.
5822
32ae1842
EZ
58232009-04-25 Eli Zaretskii <eliz@gnu.org>
5824
5825 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5826 clarify the wording.
5827
b14b1491
TT
58282009-04-23 Tom Tromey <tromey@redhat.com>
5829
5830 * gdb.texinfo (Data Files): New node.
5831 (GDB Files): Update menu.
5832
5c1e86e1
JB
58332009-04-23 Joel Brobecker <brobecker@adacore.com>
5834
5835 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5836 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5837
83eba9b7
VP
58382009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5839
5840 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5841
e31198c4
HZ
58422009-04-22 Hui Zhu <teawater@gmail.com>
5843
5844 * gdb.texinfo (disassemble-next-line): Set the default of
5845 disassemble-next-line to off.
5846
26e251b6
JM
58472009-04-21 Joseph Myers <joseph@codesourcery.com>
5848
5849 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5850 --with-htmldir): New.
5851 * configure: Regenerate.
5852 * Makefile.in (datarootdir, docdir): Define.
5853 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5854 instead of $(SET_TEXINPUTS).
5855 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5856 gdbint.info instead of $(SET_TEXINPUTS).
5857 (gdbint/index.html): Use same -I options as for building
5858 gdbint.info.
5859 (stabs.dvi, stabs.pdf): Use same -I options as for building
5860 stabs.info instead of $(SET_TEXINPUTS).
5861 (stabs/index.html): Use same -I options as for building
5862 stabs.info.
5863 (annotate.dvi, annotate.pdf): Use same -I options as for building
5864 annotate.info instead of $(SET_TEXINPUTS).
5865 (annotate/index.html): Use same -I options as for building
5866 annotate.info.
5867
eac35c4e
DD
58682009-04-21 David Daney <ddaney@caviumnetworks.com>
5869
5870 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5871
29b0e8a2
JM
58722009-04-21 Joseph Myers <joseph@codesourcery.com>
5873
5874 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5875
2b831889 58762009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5877 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5878
5879 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5880 (MAKEHTMLFLAGS): Set to empty.
5881 (html__strip_dir): Define.
5882 (HTMLFILES): Define.
5883 (HTMLFILES_INSTALL): Define.
5884 (install-html): Copy new automake rule.
5885 (html): Depend on $(HTMLFILES).
5886 (gdb_toc.html): Rename to gdb/index.html.
5887 (gdbint_toc.html): Rename to gdbint/index.html.
5888 (stabs_toc.html): Rename to stabs/index.html.
5889 (annotate_toc.html): Rename to annotate/index.html.
5890
89a34d1b
JM
58912009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5892
5893 * Makefile.in: Set pdfdir and htmldir from configure
5894 substitutions.
5895 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5896 * configure: Regenerate.
5897
a2d5da46
JB
58982009-04-16 Joel Brobecker <brobecker@adacore.com>
5899
5900 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5901 This macro is no longer used.
5902
732f6a93
TT
59032009-04-15 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.texinfo (Character Sets): Document default character set.
5906
87f9adc1
PM
59072009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5908
5909 * gdbint.texinfo: Change server name from sources.redhat.com to
5910 sourceware.org throughout.
5911
2c88c651
JB
59122009-04-09 Joel Brobecker <brobecker@adacore.com>
5913
5914 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5915 about a missing dot or coma after @xref.
5916
4f5376b2
JB
59172009-04-02 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5920 example, and add a small explanation about it.
5921 (Print Settings): Change the documentation of the "set print
5922 frame-arguments" to reflect the fact that the default is now "scalars".
5923
a0381d3a
JB
59242009-04-02 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdb.texinfo (Print Settings): Add kindex for command "set
5927 print frame-arguments".
5928
45ac276d
JB
59292009-03-31 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5932 breakpoints.
5933 (Set Breaks): Add reference to thread-specific and task-specific
5934 breakpoints.
5935
32cd1edc
JB
59362009-03-31 Joel Brobecker <brobecker@adacore.com>
5937
5938 * gdb.texinfo (Ada Tasks): Remove the documentation about
5939 the "Running" state, as this state has been eliminated.
5940 Now all runnable tasks are shown as "Runnable".
5941
1042e4c0
SS
59422009-03-30 Stan Shebs <stan@codesourcery.com>
5943
5944 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5945 special case of breakpoints.
5946 (Enable and Disable Tracepoints): Mention deprecation.
5947 (Listing Tracepoints): Update description and example.
5948
f8f6f20b
TJB
59492009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5950
5951 * gdb.texinfo (Frames in Python): New node.
5952 (Python API): Update.
5953
c0c6f777
TJB
59542009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5955
5956 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5957 from a method to an attribute.
5958
def2b000
TJB
59592009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5960
5961 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5962 attribute.
5963
a07daef3
PA
59642009-03-25 Pedro Alves <pedro@codesourcery.com>
5965
5966 * observer.texi (thread_exit): Add "silent" parameter.
5967
f3b1572e
PA
59682009-03-22 Pedro Alves <pedro@codesourcery.com>
5969
5970 * observer.texi (about_to_proceed): New.
5971
587afa38
EZ
59722009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5973
5974 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5975 field throughout to handle types with spaces in them. Fix typos
5976 found by aspell.
5977 (Summary, Requirements, Contributors): New first chapter,
5978 "Summary" added, old Requirements section moved there, and new
5979 section, "Contributors" added.
5980 (Initializing a New Architecture, Register Representation)
5981 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5982 (Porting gdb): These sections extended and updated.
5983 (Compiler Characteristics): This section (empty) deleted.
5984 (Defining Other Architecture Features): This section renamed and
5985 duplicate material removed from (formerly "Target Conditionals").
5986 Use braces {} in @deftypeXX type field throughout to handle types
5987 with spaces in them. Typos found by aspell fixed.
5988
5989 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5990 * stack_frame.pdf: Version of image for PDF output.
5991 * stack_frame.png: Version of image for HTML output and for Emacs.
5992 * stack_frame.txt: Version of image for Info output.
1db61298 5993 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5994
10af6951
EZ
59952009-03-21 Eli Zaretskii <eliz@gnu.org>
5996
5997 * gdb.texinfo (Character Sets): Fix last change.
5998
cc924cad
TJB
59992009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6000
6001 * gdb.texinfo (Values From Inferior): Fix optional arguments
6002 markup.
6003 (Commands In Python): Adjust argument names of gdb.Command.__init__
6004 to what the function accepts as keywords.
6005
bc3b79fd
TJB
60062008-03-20 Tom Tromey <tromey@redhat.com>
6007
6008 * gdb.texinfo (Convenience Vars): Document convenience functions.
6009 (Functions In Python): New node.
6010 (Python API): Update.
6011
6c7a06a3
TT
60122009-03-20 Tom Tromey <tromey@redhat.com>
6013
6014 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6015 set target-wide-charset.
6016 (Requirements): Mention iconv.
6017
b646ddd4
HZ
60182009-03-17 Hui Zhu <teawater@gmail.com>
6019
6020 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6021
91440f57
HZ
60222009-03-17 Hui Zhu <teawater@gmail.com>
6023
6024 * gdb.texinfo: Add documentation for disassemble-next-line.
6025
8fd41227
TJB
60262009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6027
6028 * gdb.texinfo (Commands In Python): Remove tindex entries.
6029
61ff14c6
JK
60302009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6031
6032 * gdb.texinfo (Returning): New description for missing debug info.
6033
0b16c5cf
PA
60342009-03-14 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6037 (General Query Packets): Document qAttached.
0b16c5cf 6038
32fc0df9
PA
60392009-03-05 Pedro Alves <pedro@codesourcery.com>
6040
6041 * gdb.texinfo (Background Execution): Better describe the set
6042 target-async command.
6043 (Maintenance Commands): Delete description of the `maint set/show
6044 linux-async' and `maint set/show remote-async' commands.
6045
134eb42c
VP
60462009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6047
6048 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6049 between sentences.
6050
c86cf029
VP
60512009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6052
6053 * gdb.texinfo (GDB/MI Async Records): Document the
6054 =library-loaded and =library-unloaded notifications.
6055
3ea85240
VP
60562009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6057
6058 * observer.texi (test_notification): New observer.
6059
1d33d6ba
VP
60602009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6061
61ff14c6
JK
6062 * observer.texi: Add parameter 'print_frame' to normal_stop
6063 observer.
1d33d6ba 6064
d721c933
EZ
60652009-02-07 Eli Zaretskii <eliz@gnu.org>
6066
6067 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6068 (Commands In Python): Fix COMMAND_* constants in last change. Use
6069 @kbd for interactive input. Add cross-references and index
6070 entries.
6071
4aa995e1
PA
60722009-02-06 Pedro Alves <pedro@codesourcery.com>
6073
6074 * gdb.texinfo (Signals): Document $_siginfo.
6075 (Convenience Variables): Mention $_siginfo.
6076 (Remote Configuration): Document qXfer:siginfo:read,
6077 qXfer:siginfo:write packets, and the read-siginfo-object,
6078 write-siginfo-object commands.
6079
5f5233d4
PA
60802009-02-06 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdbint.texinfo (Values): New chapter.
6083
d8906c6f
TJB
60842009-02-06 Tom Tromey <tromey@redhat.com>
6085
6086 * gdb.texinfo (Python API): Add entry for Commands In Python.
6087 (Commands In Python): New node.
6088
b6cb8e7d
TJB
60892009-02-05 Tom Tromey <tromey@redhat.com>
6090
6091 * gdb.texinfo (Values From Inferior): Document Value.string.
6092
12453b93
TJB
60932009-02-05 Tom Tromey <tromey@redhat.com>
6094
6095 * gdb.texinfo (Basic Python): Document execute's from_tty
6096 argument.
6097
08c637de
TJB
60982009-02-04 Tom Tromey <tromey@redhat.com>
6099
6100 * gdb.texinfo (Basic Python): Document gdb.history.
6101
592375cd
VP
61022009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6103
6104 * gdb.texinfo (GDB/MI Thread Commands): Document the
6105 'current-thread-id' field. Remove the example with zero threads,
6106 since current GDB won't ever report that if there's inferior.
6107
41447f92
VP
61082009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6109
6110 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6111 option to -break-insert.
6112
098b41a6
JG
61132009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6114 Jerome Guitton <guitton@adacore.com>
6115
6116 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6117 (System-wide configuration): New section.
6118
3c16cced
PA
61192009-01-26 Pedro Alves <pedro@codesourcery.com>
6120
6121 PR gdb/7580:
6122 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6123 internal-error|internal-warning quit|corefile ask|yes|no".
6124
62709adf
PA
61252009-01-26 Pedro Alves <pedro@codesourcery.com>
6126
6127 * gdb.texinfo (Using the `gdbserver' Program): Document
6128 --remote-debug.
6129
7ce58dd2
DE
61302009-01-23 Doug Evans <dje@google.com>
6131
6132 * gdb.texinfo: Add nexti to list of commands that support
6133 background execution.
6134
adb483fe
DJ
61352009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6136
6137 * gdb.texinfo (Define, Hooks): Document prefix command support.
6138
a67ec3f4 61392009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6140 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6141
6142 Fixes for makeinfo --html.
6143
6144 * annotate.texinfo: Use @copying and @insertcopying. Use
6145 @ifnottex in place of @ifinfo.
6146 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6147 place of @ifinfo. Use @ifnotinfo for one index entry.
6148 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6149 in place of @ifinfo.
6150 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6151 in place of @ifinfo. Include contents at start unconditionally.
6152
84fcdf95
PA
61532009-01-13 Pedro Alves <pedro@codesourcery.com>
6154
6155 * gdb.texinfo (General Query Packets): Remove @var{} around the
6156 "spu" literal string.
6157
fa3a767f
PA
61582009-01-07 Pedro Alves <pedro@codesourcery.com>
6159
6160 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6161 program may be running in another process" errors.
6162 * gdbint.texinfo (Native Conditionals): Delete
6163 ONE_PROCESS_WRITETEXT description.
6164
9cb011d3
JB
61652009-01-07 Joel Brobecker <brobecker@adacore.com>
6166
6167 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6168 emacs local variable to be placed at the end of the ChangeLog.
6169 Add server.c and gdbreplay.c to the list of files where the
6170 copyright year needs to be updated.
6171
84603566
SL
61722009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6173
6174 * gdb.texinfo (Remote Configuration): Document new
6175 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6176 commands.
6177
a53f55d8
PA
61782008-12-28 Pedro Alves <pedro@codesourcery.com>
6179
6180 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6181 FETCH_INFERIOR_REGISTERS.
6182 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6183 FETCH_INFERIOR_REGISTERS descriptions. Remove
6184 gdbarch_get_longjmp_target descrition, since already described in
6185 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6186 (Target Conditionals): ... here.
6187
077e0a52
JB
61882008-12-16 Joel Brobecker <brobecker@adacore.com>
6189
6190 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6191 examples.
6192 (Additions to Ada): Likewise. Add the missing opening and closing
6193 parenthesis of the GDB prompt in one of the examples.
6194
023eb17c
JB
61952008-12-14 Joel Brobecker <brobecker@adacore.com>
6196
6197 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6198 about the result of 'Address not being of type System.Address.
6199 This problem has been fixed a while ago.
6200
c3b108f7
VP
62012008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6202
6203 MI non-stop and multiprocess docs.
6204
c8d5aac9
L
6205 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6206 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6207 Adjust documentation for *stopped, document =thread-created,
6208 =thread-exited, =thread-group-created and =thread-group-exited.
6209 (GDB/MI Thread Commands): Document the 'state' field in
6210 -thread-info output.
6211 (GDB/MI Program Execution): Mention --all and --thread-group
6212 options.
6213 (GDB/MI Variable Objects): Describe floating and fixed variable
6214 objects.
6215 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6216
07e059b5
VP
62172008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6218
c8d5aac9
L
6219 * gdb.texinfo (Operating System Information): New appendix.
6220 (Operating System Auxiliary Information): Document 'info os processes'
6221 (Remote Configuration): Document 'osdata'
6222 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6223
a80b95ba
TG
62242008-11-27 Tristan Gingold <gingold@adacore.com>
6225
6226 * gdb.texinfo (Darwin): Document Darwin specific features.
6227
a655d424
JK
62282008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 * gdbint.texinfo (Target Conditionals): Extend the
6231 gdbarch_breakpoint_from_pc description.
6232
249e1128
VP
62332008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6234
6235 * gdb.texinfo (M68K Features): Fix typo.
6236
c14c28ba
PP
62372008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6238
6239 * gdb.texinfo (Symbols): Mention printing containing
6240 image name in "info symbol".
6241 (Maint translate-address): Likewise.
889bf7c5 6242
394a6666
JB
62432008-11-18 Joel Brobecker <brobecker@adacore.com>
6244
6245 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6246 commands "catch load" and "catch unload".
6247
66bb093b
VP
62482008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6249
6250 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6251 =thread-selected.
889bf7c5 6252
4a92f99b
VP
62532008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6254
c8d5aac9 6255 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6256
f0323ca0
PA
62572008-10-27 Pedro Alves <pedro@codesourcery.com>
6258
6259 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6260 .mt files, TM_CLIBS or TM_CDEPS.
6261 (x86 Watchpoints): Don't mention TDEPFILES.
6262
8b23ecc4
SL
62632008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6264
6265 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6266 (Overview): Mention notifications and non-stop mode behavior.
6267 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6268 with non-stop mode behavior. Add vStopped description.
6269 (Stop Reply Packets): Update list of packets that return
6270 stop replies. Mention non-stop behavior.
6271 (General Query Packets): Document QNonStop packet and associated
6272 qSupported query response.
6273 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6274 behavior.
6275 (Notification Packets): New section.
6276 (Remote Non-Stop): New section.
6277 (File-I/O Overview): Mention non-stop behavior.
6278
fff08868
HZ
62792008-10-24 Hui Zhu <teawater@gmail.com>
6280 Pedro Alves <pedro@codesourcery.com>
6281
6282 * gdb.texinfo (displaced-stepping): Describe the auto mode
6283 setting, and say it's the default. This is now a mainstream
6284 setting instead of a maintenance setting.
6285
252fbfc8
PA
62862008-10-23 Pedro Alves <pedro@codesourcery.com>
6287
6288 * observer.texi (thread_stop_requested): New.
6289
20924a55
JB
62902008-10-22 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6293 (Patching): Replace incorrect usage of @samp by @kbd.
6294
bacec72f
MS
62952008-10-17 Michael Snyder <msnyder@vmware.com>
6296
6297 * gdb.texinfo: Add documentation for reverse execution.
6298
a08702d6 62992008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6300 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6301
6302 * gdb.texinfo. (Values From Inferior): New subsubsection.
6303
d97bc12b
DE
63042008-10-06 Doug Evans <dje@google.com>
6305
6306 * gdb.texinfo (set debug dwarf2-die): Document it.
6307
87f67dba
JB
63082008-10-01 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdb.texinfo (catch) [exception]: Document how to insert
6311 a breakpoint on user-defined exceptions when the exception
6312 name is identical to one of the language-defined ones.
6313
2fae03e8
TT
63142008-09-27 Tom Tromey <tromey@redhat.com>
6315
6316 * gdb.texinfo (Macros): Remove text about stringification,
6317 varargs, and splicing.
6318
5c6ce71d
TT
63192008-09-27 Tom Tromey <tromey@redhat.com>
6320
6321 * gdbint.texinfo (Language Support): Remove text about omitting
6322 support for a language.
6323
07128da0
DE
63242008-09-23 Doug Evans <dje@google.com>
6325
6326 * gdb.texinfo (info dcache): Update.
6327
b90a069a
SL
63282008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6329
6330 * gdb.texinfo (Packets): Add info on thread-id syntax and
6331 multiprocess extensions.
6332 <D>: Document multiprocess form of packet.
6333 <H>: Use thread-id syntax.
6334 <T>: Likewise.
6335 <vCont>: Likewise. Note this is required for multiprocess.
6336 <vKill>: New packet.
6337 (Stop Reply Packets) <T>: Use thread-id syntax.
6338 <W>: Document multiprocess form of reply.
6339 <X>: Likewise.
6340 (General Query Packets) <qC>: Use thread-id syntax.
6341 <qfThreadInfo>: Likewise.
6342 <qGetTLSAddr>: Likewise.
6343 <qP>: Likewise.
6344 <qSupported>: Add "multiprocess" feature.
6345 <qThreadExtraInfo>: Use thread-id syntax.
6346
b77209e0
PA
63472008-09-22 Stan Shebs <stan@codesourcery.com>
6348
6349 * gdb.texinfo (Inferiors): New section.
6350
3d0bb823
PA
63512008-09-12 Pedro Alves <pedro@codesourcery.com>
6352
6353 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6354
f8dcfc0a
UW
63552008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6356
6357 * gdbint.texinfo (Target Conditionals): Remove documentation
6358 for gdbarch_name_of_malloc.
6359
8775bb90
MS
63602008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6361
6362 * gdb.texinfo (Interrupts): Mention TCP interface for
6363 sending BREAK.
6364
f1838a98
UW
63652008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6366
6367 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6368 argument prefix to "set sysroot".
6369
158c7665
PH
63702008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6371
6372 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6373 and False.
6374
30e026bb
VP
63752008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6376
c8d5aac9
L
6377 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6378 for possible features of -list-features.
30e026bb 6379
c6ebd6cf
VP
63802008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6381
c8d5aac9 6382 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6383 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6384
aeac0ff9
VP
63852008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6386
6387 * doc/gdb.texinfo (PowerPC): Fix typo.
6388 (PowerPC features): Fix typo.
6389
5231c1fd
PA
63902008-08-18 Pedro Alves <pedro@codesourcery.com>
6391
6392 * observer.texi (thread_ptid_changed): New.
6393
677c5bb1
LM
63942008-08-18 Luis Machado <luisgpm@br.ibm.com>
6395
6396 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6397 (PowerPC features): Mention feature set for VSX registers.
6398
f3a2dd1a
JB
63992008-08-13 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6402 the direct visibility of all names in user-written packages.
6403
33e5cbd6
PA
64042008-08-13 Pedro Alves <pedro@codesourcery.com>
6405
6406 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6407 setting, and make it the default.
6408 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6409 non-stop script example.
6410
d0384fc4
TJB
64112008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6412
6413 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6414 reference to the "Using Different Register and Memory Data
6415 Representation" section.
6416
a6f3e723
SL
64172008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6418
6419 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6420 (Remote Protocol): Add Packet Acknowledgment to menu.
6421 (Overview): Mention +/- can be disabled, and point to new section
6422 where this is discussed in detail.
6423 (General Query Packets): Document QStartNoAckMode packet, and
6424 corresponding qSupported reply.
6425 (Packet Acknowledgment): New section.
6426
0606b73b
SL
64272008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6428 Pedro Alves <pedro@codesourcery.com>
6429
6430 * gdb.texinfo (Threads): Move paragraph about automatic thread
6431 selection to All-Stop Mode subsection.
6432 (Thread Stops): Reorganize existing material into subsections.
6433 Add introductory blurb and menu.
6434 (Non-Stop Mode): New subsection.
6435 (Background Execution): New subsection.
6436 (Maintenance Commands): Add cross-references from async mode
6437 commands to the new Background Execution section.
6438
d57a3c85
TJB
64392008-08-06 Tom Tromey <tromey@redhat.com>
6440
6441 * gdb.texinfo (Extending GDB): New chapter.
6442 (Sequences): Demoted chapter, now a section under the new
6443 Extending GDB chapter.
6444 (Python): New section.
6445
6d76a53d
SS
64462008-07-31 Stan Shebs <stan@codesourcery.com>
6447
6448 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6449
1f70da6a
SS
64502008-07-29 Stan Shebs <stan@codesourcery.com>
6451
6452 * gdbint.texinfo: General round of cleanup and minor
6453 clarifications.
6454 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6455 (Longjmp Support): Update description to reflect how it is done
6456 for targets without using native header.
6457 (Symbol Handling): Add a little more general explanation.
6458 (COFF, ELF): Mention stabs encapsulation.
6459 (DWARF 3): New section.
6460 (Adding a New Host): Scrub out some obsolete bits.
6461 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6462 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6463 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6464 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6465 SEEK_SET, STOP_SIGNAL, USG.
6466 (Raw and Virtual Register Representations): Ditto for
6467 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6468 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6469 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6470 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6471 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6472 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6473 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6474 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6475 DEPRECATED_USE_STRUCT_CONVENTION.
6476 Describe gdbarch_deprecated_fp_regnum.
6477 Update description of gdbarch_print_insn.
6478 (Adding a New Target): Scrub out obsolete bits.
6479 (Obsolete Conditionals): Remove entire section.
6480
383f836e
TT
64812008-07-25 Tom Tromey <tromey@redhat.com>
6482
6483 * observer.texi (GDB Observers): Document new observers:
6484 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6485 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6486 architecture_changed.
6487
cfd8ab24
SS
64882008-07-21 Stan Shebs <stan@codesourcery.com>
6489
6490 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6491 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6492
781b42b0
TT
64932008-07-21 Tom Tromey <tromey@redhat.com>
6494
6495 * observer.texi (GDB Observers): Remove obsolete comment.
6496 <executable_changed>: Remove argument.
6497
d7d9f01e
TT
64982008-07-18 Tom Tromey <tromey@redhat.com>
6499
6500 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6501
bf250677
DE
65022008-07-10 Doug Evans <dje@google.com>
6503
6504 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6505
10568435
JK
65062008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 * gdb.texinfo (Starting): Document "set disable-randomization".
6509
5ae4183a
AS
65102008-07-07 Andreas Schwab <schwab@suse.de>
6511
6512 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6513
b56e7235
VP
65142008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6515
6516 * gdb.texinfo (GDB/MI Target Manipulation): Add
6517 example of -target-attach.
6518
e1ac3328
VP
65192008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6520
6521 * observer.texi (target_resumed): New observer.
5ae4183a 6522 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6523
65d12d83
TT
65242008-06-06 Tom Tromey <tromey@redhat.com>
6525
6526 * gdb.texinfo (Completion): Add field name example.
6527
fbc5282e
MK
65282008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6529
6530 * gdb.texinfo (GDB/MI Program Context): Added example
6531 to -exec-arguments
5ae4183a 6532
fbc5282e 65332008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6534
6535 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6536 annotation.
6537
c16158bc 65382008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6539 Nathan Sidwell <nathan@codesourcery.com>
6540 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6541
6542 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6543 and ACX_BUGURL.
6544 * configure: Regenerate.
6545 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6546 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6547 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6548 mailing-list-specific text about bug reporting unless
6549 BUGURL_DEFAULT.
6550
75c99385
PA
65512008-06-05 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdb.texinfo (-target-select): Remove reference to target async.
6554 (Maintenance Commands): Document "maint set/show remote-async".
6555
1763a388
MK
65562008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6557
6558 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6559 in -target-file-get section.
5ae4183a 6560
d0d064df
PA
65612008-05-22 Pedro Alves <pedro@codesourcery.com>
6562
9b562ab8
PA
6563 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6564 killing the inferior when it is already debugging a process.
d0d064df 6565
8dfa32fc
JB
65662008-05-21 Joel Brobecker <brobecker@adacore.com>
6567
6568 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6569 abbreviation for "finish".
6570
55f996a7
NR
65712008-05-21 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6574
ba2b1c56
DJ
65752008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6576
6577 * gdbint.texinfo (Target Conditionals): Delete entry for
6578 gdbarch_dwarf_reg_to_regnum.
6579
08388c79
DE
65802008-05-09 Doug Evans <dje@google.com>
6581
a3c83fae 6582 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6583
d14508fe
DE
65842008-05-05 Doug Evans <dje@google.com>
6585
6586 * gdb.texinfo (disassemble): Document /m modifier.
6587
e2b7ddea
VP
65882008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6589
5ae4183a
AS
6590 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6591 will not report the time of commands that run the target.
e2b7ddea 6592
8eb41542
VP
65932008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6594
6595 * gdb.texinfo (GDB/MI Output Records): Add
6596 missing semicolon.
6597
82f68b1c
VP
65982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6599
6600 * gdb.texinfo (GDB/MI Output Records):
6601 Document =thread-create and =thread-exited.
6602
fa0f268d
VP
66032008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6604
6605 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6606 Remove mention of dmi-discuss.
fa0f268d 6607
063bfe2e
VP
66082008-05-03 Pedro Alves <pedro@codesourcery.com>
6609
6610 * observer.texi (thread_exit): New.
6611
237fc4c9
PA
66122008-05-02 Pedro Alves <pedro@codesourcery.com>
6613
6614 * gdb.texinfo (Debugging Output): Document "set/show debug
6615 displaced".
6616 (Maintenance Commands): Document "maint set/show
6617 can-use-displaced-stepping".
6618
0428b8f5
DJ
66192008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6620
6621 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6622 and set/show arm force-mode.
6623
5009afc5
AS
66242008-05-02 Andreas Schwab <schwab@suse.de>
6625
6626 * gdbint.texinfo (Algorithms): Describe
6627 target_watchpoint_addr_within_range.
6628
669fac23
DJ
66292008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdbint.texinfo (Stack Frames): New chapter.
6632 (Algorithms): Move Frames text to the new chapter.
6633 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6634 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6635
721c02de
VP
66362008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6637
5ae4183a
AS
6638 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6639 output does not necessary include any tokens.
721c02de 6640
c055b101
CV
66412008-04-22 Corinna Vinschen <vinschen@redhat.com>
6642
6643 * gdb.texinfo (Set SH Calling convention): New @item.
6644 (Show SH Calling convention): Ditto.
6645
68837c9d
MD
66462008-04-22 Markus Deuling <deuling@de.ibm.com>
6647
6648 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6649
2e9132cc
EZ
66502008-04-20 Eli Zaretskii <eliz@gnu.org>
6651
6652 * gdb.texinfo (Set Breaks): Mention that multiple location
6653 breakpoints need line number info. Add index entries.
6654
31fffb02
CS
66552008-04-19 Craig Silverstein <csilvers@google.com>
6656
6657 * gdb.texinfo (Requirements): Add an optional requirement on
6658 zlib.
6659 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6660 Compressed DWARF 2.
6661
a47ec5fe
AR
66622008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6663
6664 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6665 sample output for 'stopped,reason="breakpoint-hit"' message.
6666 (GDB/MI Program Execution): Likewise.
6667
de051565
MK
66682008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6669
5ae4183a 6670 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6671 -var-set-format. Add -f option to -var-evaluate-expression.
6672
6ba66d6a
JB
66732008-04-03 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6676 new node "Ambiguous Expressions". Replace references to this
6677 node by references to "Ambiguous Expressions" throughout.
6678 (Ambiguous Expressions): New node.
6679
1e26b4f8
DJ
66802008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6681
6682 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6683
b84876c2
PA
66842008-03-21 Pedro Alves <pedro@codesourcery.com>
6685
6686 * gdb.texinfo (Debugging Output): Document
6687 "set/show debug lin-lwp-async".
6688 (Maintenance Commands): Document "maint set/show linux-async".
6689
63092375
DJ
66902008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6691
6692 * gdb.texinfo (Expressions): Update description of malloced arrays.
6693
8e8901c5
VP
66942008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6695
6696 * gdb.texinfo (Thread Commands): Document
6697 -thread-info. Remove -thread-list-all-threads.
6698
1fddbabb
PA
66992008-03-14 Pedro Alves <pedro@codesourcery.com>
6700 Sandra Loosemore <sandra@codesourcery.com>
6701
6702 * gdb.texinfo (Library List Format): Update to mention the
6703 possibility to pass section addresses instead of segment
6704 addresses.
6705
ccd213ac
DJ
67062008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6707
6708 * gdb.texinfo (Starting): Document "set exec-wrapper".
6709 (Server): Document gdbserver --wrapper.
6710
fa4727a6
DJ
67112008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6712
6713 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6714 unreadable memory. Delete obsolete SPARClite reference.
6715
8edfe269
DJ
67162008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.texinfo (Starting): Mention always-running targets.
6719 (Target Commands): Add an anchor for load.
6720 (Connecting): Explain continue instead of run.
6721
1843f87b
DJ
67222008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6725
f9082629
NR
67262008-02-26 Nick Roberts <nickrob@snap.net.nz>
6727
6728 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6729 breakpoint table.
6730
fd96d250
PA
67312008-02-19 Pedro Alves <pedro@codesourcery.com>
6732
6733 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6734 killing the inferior when it is already debugging a process.
6735
36af4ef6
MD
67362008-02-13 Markus Deuling <deuling@de.ibm.com>
6737
6738 * gdbint.texinfo (Build Script): New section. Mention new build script
6739 gdb_buildall.sh.
6740
cda4ce5a
JB
67412008-02-01 Jim Blandy <jimb@red-bean.com>
6742
6743 * gdb.texinfo (Help): Summarize 'info args' correctly.
6744
4acd40f3
TJB
67452008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6746
6747 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6748 available in PowerPC architecture.
6749 (Embedded Processors): Change node name of PowerPC item in menu.
6750 (PowerPC): Rename to...
6751 (PowerPC Embedded): this.
6752 (Architectures): Add new PowerPC item in menu.
6753 (PowerPC): New node.
6754
6e6c6f50
DJ
67552008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6756
6757 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6758 commands.
6759
5ee187d7
DJ
67602008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6761
6762 * gdb.texinfo (Setting Catchpoints): Mention features
6763 supported on GNU/Linux.
6764
e275c0d9
NR
67652008-01-30 Nick Roberts <nickrob@snap.net.nz>
6766
6767 * gdb.texinfo (GDB/MI File Commands): Describe new output
6768 field for MI command -file-list-exec-source-file.
6769
2d717e4f
DJ
67702008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6771
6772 * gdb.texinfo (Using the `gdbserver' Program): Add security
6773 warning. Rearrange into subsections and subsubsections. Document
6774 --multi and --debug. Correct --with-sysroot typo. Update --attach
6775 usage. Make load reference clearer. Document monitor exit.
6776 (Remote Configuration): Document set remote exec-file, attach-packet,
6777 and run-packet.
6778 (Packets): Document vAttach and vRun.
6779
d35a4257 67802008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6781
6782 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6783 detach-on-follow -> detach-on-fork.
f663676d 6784
c78d192c
DJ
67852008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6786
6787 * gdbint.texinfo (Native Conditionals): Remove
6788 SHELL_COMMAND_CONCAT and SHELL_FILE.
6789
d35a4257
EZ
67902008-01-26 Eli Zaretskii <eliz@gnu.org>
6791
6792 * gdb.texinfo (Specify Location): Improve wording.
6793
93815fbf
VP
67942008-01-23 Chris Demetriou <cgd@google.com>
6795
6796 * gdb.texinfo (Threads): Document new "set print thread-events"
6797 and "show print thread-events" commands.
6798
2a25a5ba
EZ
67992008-01-19 Eli Zaretskii <eliz@gnu.org>
6800
6801 * gdb.texinfo (Specify Location): New section.
6802 (Delete Breaks, Edit, Set Breaks): Remove description of
6803 locations. Instead, add a reference to "Specify Location".
6804 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6805 (Symbols): Refer to "Specify Location" for the valid forms of
6806 linespecs and locations.
6807
32c9a795
MD
68082008-01-18 Markus Deuling <deuling@de.ibm.com>
6809
6810 * gdbint.texinfo (Target Conditionals): Replace the description of
6811 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6812
b17828ca
JB
68132008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6814
6815 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6816 about &&var, which is rejected by the expression parser.
6817
0aea4bf3
LM
68182008-01-09 Luis Machado <luisgpm@br.ibm.com>
6819
6820 * gdb.texinfo (Output): Update documentation on using printf with DFP
6821 types.
6822
febe4383
TJB
68232008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6824
6825 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6826 subsubsection.
6827 (Decimal Floating Point format): New subsubsection.
6828
7a404eba
PA
68292008-01-05 Pedro Alves <pedro@codesourcery.com>
6830
6831 * gdb.texinfo (File Options): Remove mention of the attempt to
6832 open a core file with the -p option. Don't list -c as a valid
6833 option to attach to a process.
6834
a4d9b460
PA
68352008-01-05 Pedro Alves <pedro@codesourcery.com>
6836
6837 * gdbint.texinfo (Host Conditionals): Remove mention of
6838 ALIGN_STACK_ON_ENTRY.
6839
6ec2edbe
JB
68402008-01-05 Joel Brobecker <brobecker@adacore.com>
6841
6842 * gdbint.texinfo (Start of New Year Procedure): Add item
6843 describing how to update the source and documentation copyright
6844 notices.
6845
d8b2a693
JB
68462007-12-18 Jim Blandy <jimb@codesourcery.com>
6847
ab209b3a 6848 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6849 watchpoint explanation into the main description of the watchpoint
6850 command; update synopses of 'watch', 'rwatch', and 'awatch'
6851 commands.
6852
8b4ed427
VP
68532007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6854
6855 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6856 Document 'pending-breakpoints' feature of
6857 -list-features.
6858
37e4754d
LM
68592007-12-17 Luis Machado <luisgpm@br.ibm.com>
6860
669fac23 6861 * gdb.texinfo: Add new parameter's description.
37e4754d 6862
1d3811f6
DJ
68632007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6864
6865 * gdb.texinfo (Overview): Clarify run-length encoding
6866 example. Remove the restriction on "+" and "-" characters.
6867
c1c25a1a
EZ
68682007-12-15 Eli Zaretskii <eliz@gnu.org>
6869
6870 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6871
afe8ab22 68722007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6873
afe8ab22
VP
6874 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6875 the -f option for -break-insert, remove -r option,
6876 and clarify specification of location.
6877
a6b151f1
DJ
68782007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6879
6880 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6881 formatting.
6882 (Remote Debugging): Add File Transfer section.
6883 (Remote Configuration): Document Host I/O packets.
6884 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6885 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6886 (Packets): Add vFile.
6887
3b784c4f
EZ
68882007-11-17 Eli Zaretskii <eliz@gnu.org>
6889
6890 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6891 breakpoints with multiple locations.
6892 (Breakpoint Menus): Improve wording.
6893 (Output): Fix last change.
6894
a4ce5b0d
UW
68952007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6896
6897 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6898
1b39d5c0
DE
68992007-11-15 Doug Evans <dje@google.com>
6900
6901 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6902
7a72d44c
VP
69032007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6904
6905 * gdbint.texinfo (Native Conditionals): Remove
6906 mention of CLEAR_SOLIB.
5ae4183a 6907
6d1829bf 69082007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6909
6910 * gdb.texinfo (Print Settings): Add documentation for "set/show
6911 print frame-arguments".
6912
1a619819
LM
69132007-11-05 Luis Machado <luisgpm@br.ibm.com>
6914
3b784c4f 6915 * gdb.texinfo (Output): Update printf command's description.
1a619819 6916
55eddb0f
DJ
69172007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6918
6919 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6920 powerpc soft-float".
6921
9cceb671
DJ
69222007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6923
6924 * gdb.texinfo (Files): Correct formatting. Mention Expat
6925 requirement.
6926 (Requirements for Building GDB): Expand the list of Expat
6927 uses.
6928 (Library List Format, Memory Map Format): Mention Expat.
6929 (Target Descriptions): Update Expat wording.
6930
83acabca
DJ
69312007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6932
6933 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6934 Document that gdbarch_convert_register_p should return zero for no-op
6935 conversions.
6936
e35879db
UW
69372007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6938
83acabca 6939 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6940 of set_gdbarch_sofun_address_maybe_missing back to ...
6941 (Target Conditionals): ... here to fix build break.
6942
203c3895
UW
69432007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6944
83acabca 6945 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6946 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6947 (Compiler Characteristics): ... documentation of
6948 set_gdbarch_sofun_address_maybe_missing.
6949
11411de3
DJ
69502007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6951
6952 * gdbint.texinfo (Target Conditionals): Use
6953 frame_unwind_register_unsigned in examples instead of
6954 frame_unwind_unsigned_register.
6955
7cc46491
DJ
69562007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6957
6958 * gdb.texinfo (Predefined Target Types): Add int128
6959 and uint128.
6960 (Standard Target Features): Add PowerPC features.
6961
81adfced
DJ
69622007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6965
c1874924
UW
69662007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6967
6968 * gdbint.texi (Target Conditionals): Remove documentation
6969 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6970 gdbarch_extract_return_value, and gdbarch_store_return_value.
6971
f6e56ab3
UW
69722007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6973
6974 * gdbint.texi (Target Conditionals): Remove documentation of
6975 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6976
56cf5405
KH
69772007-10-11 Kazu Hirata <kazu@codesourcery.com>
6978
6979 * gdb.texinfo: Mention that inaccessible-by-default is on by
6980 default.
6981
35156bae
DJ
69822007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6983
6984 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6985
d983da9c
DJ
69862007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6989 multi-threaded watchpoints.
6990 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6991 checked. Describe sticky notification. Expand description
6992 of steppable and continuable watchpoints.
6993 (Watchpoints and Threads): New subsection.
6994
fe6fbf8b
VP
69952007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6996
6997 * gdb.texinfo (Setting Breakpoints): Revise
6998 documentation for pending breakpoints. Document
6999 breakpoints with multiple locations.
5ae4183a 7000
084344da
VP
70012007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7002
7003 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7004 Document -list-features.
5ae4183a 7005
82160952
EZ
70062007-09-15 Eli Zaretskii <eliz@gnu.org>
7007
7008 * gdb.texinfo (Output): Spell out which features of C's printf are
7009 not supported by GDB's printf.
7e27a47a
EZ
7010 (Separate Debug Files): More accurate wording regarding build ID
7011 and a reference to the ld manual rather than the Fedora wiki.
82160952 7012
ea37ba09
DJ
70132007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7014 Jim Blandy <jimb@codesourcery.com>
7015
7016 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7017 (Examining Memory): Update mentions of the 's' format.
7018 (Automatic Display): Likewise.
7019
b8533aec
DJ
70202007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7021
7022 * gdb.texinfo: Update the FSF's Back-Cover Text.
7023
83f83d7f
JK
70242007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7025 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7028 Fixed the ``build ID'' name. New binaries build instructions for the
7029 build ID inclusion. Explain how the commands are specific to the build
7030 ID vs. debug link.
7031
c7e83d54
EZ
70322007-09-01 Eli Zaretskii <eliz@gnu.org>
7033
7034 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7035 indexing for ``build ID'' support.
7036
d3750b24
JK
70372007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7038
7039 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7040 Enlisted BUILD ID to the debug file searching example.
7041 Included a BUILD ID `.note.gnu.build-id' section description.
7042 Updated/added the debug files splitting instructions for OBJCOPY.
7043
02142340
VP
70442007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7045
7046 * gdb.texinfo (Variable Objects): Adjust docs
7047 for -var-info-expression and document
7048 -var-info-path-expression.
7049
d3bdde98
JB
70502007-08-20 Jim Blandy <jimb@codesourcery.com>
7051
3fb6a982
JB
7052 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7053 (title page): Include the dedication in the printed manual, as a
7054 separate page after the copyright notice.
5ae4183a 7055
d3bdde98
JB
7056 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7057 don't break a @var across a line.
7058
c80a96a8
MR
70592007-07-25 Maciej W. Rozycki <macro@mips.com>
7060
7061 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7062 for include files.
7063
5824a901
NR
70642007-07-12 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7067 in annotate.texinfo.
7068 (Command History): Link to new node.
5824a901 7069
d52e7ea3
UW
70702007-07-05 Markus Deuling <deuling@de.ibm.com>
7071
7072 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7073
5fc14d0a
EZ
70742007-07-05 Eli Zaretskii <eliz@gnu.org>
7075
7076 * gdbint.texinfo (Target Conditionals): Fix last change.
7077
4a9bb1df
UW
70782007-07-03 Markus Deuling <deuling@de.ibm.com>
7079
7080 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7081 routines:
7082 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7083 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7084 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7085 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7086 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7087 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7088 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7089 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7090 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7091 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7092 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7093 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7094 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7095 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7096 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7097 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7098 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7099 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7100 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7101 (SOFTWARE_SINGLE_STEP_P)
7102
7103 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7104 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7105
7106 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7107 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7108 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7109 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7110 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7111 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7112 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7113 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7114 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7115 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7116
7117 (Converting an existing Target Architecture to Multi-arch): Remove
7118 section.
7119
7120 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7121 (gdbarch_addr_bits_remove): Add code example.
7122
7123 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7124
cfa9d6d9
DJ
71252007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7126
7127 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7128 Add other missing entries. Adjust the table size to fit.
7129 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7130 stop reasons including the new "library" event.
7131 (General Query Packets): Adjust table widths for qSupported. Mention
7132 qXfer:libraries:read reply to qSupported and document the new packet.
7133 (Library List Format): New section.
7134
159fcc13
JK
71352007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7138
f66d1690
MS
71392007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7140
7141 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7142
67102876
NR
71432007-06-25 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * gdbint.texinfo (Register and Memory Data): Break sections
7146 into nodes and add a menu.
7147
a4642986
MR
71482007-06-21 Maciej W. Rozycki <macro@mips.com>
7149
7150 * gdb.texinfo (Examining Memory): Document the new behaviour.
7151
e9c17194
VP
71522007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7153
7154 * gdb.texinfo (Standard Target Features): Document
7155 m68k features.
7156
31d99776
DJ
71572007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7160
1780a0ed
DJ
71612007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7162
7163 * gdb.texinfo (Target Description Format): Add version attribute
7164 for <target>.
7165
822b6570
DJ
71662007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7167
7168 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7169
f8b73d13
DJ
71702007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7171
7172 * gdb.texinfo (MIPS Features): New subsection.
7173
0e7f50da
UW
71742007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7175 Markus Deuling <deuling@de.ibm.com>
7176
7177 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7178 and qXfer:spu:write packets and mention them under qSupported.
7179
23d964e7
UW
71802007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7181 Markus Deuling <deuling@de.ibm.com>
7182
7183 * gdb.texinfo (Architectures): Add new SPU section to document
7184 Cell Broadband Engine SPU architecture specific commands.
7185
9f708cb2
VP
71862007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7187
7188 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7189 comments.
7190
7579b5f8
NR
71912007-06-07 Nick Roberts <nickrob@snap.net.nz>
7192
7193 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7194
bf06d120
JB
71952007-05-29 Jim Blandy <jimb@codesourcery.com>
7196
7197 * gdb.texinfo (Overview): Doc fix.
7198
23776285
MR
71992007-05-22 Maciej W. Rozycki <macro@mips.com>
7200
7201 * gdb.texinfo (Remote Configuration): Document "set/show
7202 remoteflow".
7203
1a69e1e4
DJ
72042007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7205
bf06d120
JB
7206 * gdb.texinfo (MIPS): Remove documentation for set mips
7207 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7208 stack-arg-size.
1a69e1e4 7209
46ba6afa 72102007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7211
46ba6afa
BW
7212 * all-cfg.texi (GDBTUI): New.
7213 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7214 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7215 (TUI Configuration): Edit to improve clarity and fix problems of
7216 both style and content.
5ae4183a 7217
06d3b283
UW
72182007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7219
7220 * observer.texi (GDB Observers): New observer "new_objfile".
7221
179101d6
UW
72222007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7223
7224 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7225
25d5ea92
VP
72262007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7227
7228 * gdb.texinfo (GDB/MI Variable Objects): Document
7229 frozen variables objects.
5ae4183a 7230
ea35711c
DJ
72312007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7232
7233 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7234 (Character Sets, Caching Data of Remote Targets): Likewise.
7235 (Targets): Delete Remote node. Move its text...
7236 (Debugging Remote Programs): ...to here. Delete description
7237 of the "remote" command.
7238 (Remote configuration): Delete description of "set remotedevice"
7239 and "show remotedevice".
7240 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7241
db2e3e2e
BW
72422007-04-11 Bob Wilson <bob.wilson@acm.org>
7243
5ae4183a
AS
7244 * gdb.texinfo (Contributors, Continuing and Stepping)
7245 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7246 (General Query Packets, File-I/O Remote Protocol Extension)
7247 (Protocol Basics, The F Reply Packet, Write)
7248 (Protocol-specific Representation of Datatypes, Memory Transfer):
7249 Fix hyphenation, punctuation and grammar problems.
7250 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7251 'section' instead of 'subsection' in the text.
7252 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7253 (i386): Remove period from section name.
db2e3e2e
BW
7254 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7255 (Config Names, Configure Options): Use @file{configure}.
7256
8a3dae3e
DJ
72572007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7258
7259 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7260 and tab expansion.
7261
1a92f856
DJ
72622007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7263
7264 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7265
79a6e687 72662007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7267
79a6e687
BW
7268 * gdb.texinfo: Consistently capitalize all significant words in
7269 node names, chapter titles, section titles, and headings. Update
7270 cross references to match.
7271 (Starting and Stopping Trace Experiment): Make node name plural.
7272 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7273
ad527d2e
PA
72742007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7275
7276 * gdb.texinfo (WinCE): Delete obsolete subsection.
7277
7ce59000
DJ
72782007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7279
7280 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7281 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7282 references.
7283
8807d78b
DJ
72842007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.texinfo (Startup): Delete references to some alternate
7287 names for .gdbinit.
7288 (Thread): Remove LynxOS reference.
7289 (Tandem ST2000): Delete target-specific documentation.
7290 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7291 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7292 and GDB_OSABI_LYNXOS.
7293
5f402660
UW
72942007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7295
7296 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7297
bac718a6
UW
72982007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7299
7300 * gdbint.texinfo (Target Conditionals): Remove mention of
7301 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7302 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7303
9453113a
DJ
73042007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7305
7306 * Makefile.in: Add "pdfdir" installation
7307 directory, PDFTEX macro, support for "install-pdf" target,
7308 and rules for making a pdf version of refcard.texi.
7309 * refcard.tex: Specify paper size for PDF output.
7310
ae21e955 73112007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7312
ae21e955 7313 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7314
3f94c067 73152007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7316
3f94c067
BW
7317 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7318 (Source Path, Character Sets, Macros, Define)
7319 (GDB/MI Result Records, GDB/MI Simple Examples)
7320 (GDB/MI Program Execution, GDB/MI File Commands)
7321 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7322 (Bug Reporting): Use @value{GCC}.
5ae4183a 7323
12c27660 73242007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7325
12c27660
BW
7326 * gdb.texinfo (Help): Fix formatting of examples.
7327 (Variables): Use @ifnotinfo instead of @iftex.
7328 (Non-debug DLL symbols): Use @ref instead of @pxref.
7329 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7330
ce9341a1
BW
73312007-03-26 Bob Wilson <bob.wilson@acm.org>
7332
7333 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7334
c8f4133a
BW
73352007-03-26 Bob Wilson <bob.wilson@acm.org>
7336
7337 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7338 the order of the nodes.
7339 (C Operators, C Constants, Debugging C): Remove extra menus.
7340 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7341
c8f4133a 73422007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7343
7344 * gdb.texinfo (File Options): Add missing parenthesis.
7345 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7346
c74d0ad8
DJ
73472007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7348
7349 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7350
ff6f572f
DJ
73512007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7352
669fac23 7353 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7354 case insensitivity.
7355 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7356
994337c3
NR
73572007-02-18 Nick Roberts <nickrob@snap.net.nz>
7358
7359 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7360 (Files): Add section name to argument list for pxref.
7361 (Non-debug DLL symbols): Don't use `see' for pxref.
7362 (Embedded Processors): Fix typo.
7363 (GDB/MI Breakpoint Commands): Execution commands generate
7364 *stopped not ^done.
7365
eb819d70
NR
73662007-02-13 Nick Roberts <nickrob@snap.net.nz>
7367
7368 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7369 values for in_scope. Mention that only root variables can be
7370 updated.
7371 (GDB/MI Development and Front Ends): Explain new values may be
7372 added to existing fields.
7373
123dc839
DJ
73742007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.texinfo (-target-disconnect): Use @smallexample.
7377 (Requirements): Add anchor for Expat. Update description.
7378 (Target Descriptions): Mention Expat.
7379 (Target Description Format): Document new elements. Use
7380 @smallexample.
7381 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7382 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7383
108546a0
DJ
73842007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7385
7386 * gdb.texinfo (Target Description Format): Add section on XInclude.
7387
95a98c01
NR
73882006-02-03 Nick Roberts <nickrob@snap.net.nz>
7389
7390 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7391 command -enable-timings.
7392
f4b3909f
EZ
73932007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7394
5ae4183a 7395 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7396 descriptions for new/deleted elements in gdb_osabi. Add missing
7397 description for function generic_elf_osabi_sniff_abi_tag_sections.
7398
c7ba131e
JB
73992007-01-29 Joel Brobecker <brobecker@adacore.com>
7400
7401 * gdb.texinfo (Maintenance Commands): Add documentation for
7402 the new "maint print target-stack" command.
7403
3a60f64e
JK
74042007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7405 Eli Zaretskii <eliz@gnu.org>
7406
f4b3909f 7407 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7408
c582f8b6
EZ
74092007-01-26 Eli Zaretskii <eliz@gnu.org>
7410
7411 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7412 Use @value{NGCC} instead of @value{GCC}.
7413
d3e8051b
EZ
74142007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7415
7416 * agentexpr.texi: Fix typos.
7417 * annotate.texinfo: Likewise.
7418 * gdb.texinfo: Likewise.
7419 * gdbint.texinfo: Likewise.
7420 * observer.texi: Likewise.
7421 * stabs.texinfo: Likewise.
7422
86f04699
EZ
74232007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7424
7425 * gdbint.texinfo (Support Libraries): Remove mmalloc
7426 entry. Describe readline library.
7427
23181151
DJ
74282007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7429
7430 * gdb.texinfo (Target Descriptions): New section.
7431 (General Query Packets): Add QPassSignals anchor. Mention
7432 qXfer:features:read under qSupported. Expand mentions of
7433 qXfer:memory-map:read and QPassSignals. Document
7434 qXfer:features:read.
7435
f822c95b
DJ
74362007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7437
7438 * gdb.texinfo (Commands to specify files): Describe
7439 "set sysroot" and "show sysroot".
7440 (Using the `gdbserver' program): Lowercase argument
7441 to @var. Expand description of setting up GDB on the
7442 host.
7443
8936fcda
JB
74442007-01-05 Joel Brobecker <brobecker@adacore.com>
7445
7446 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7447 catch exception, catch exception unhandled, and catch assert
7448 commands.
7449
e776119f
DJ
74502007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7451
7452 * gdb.texinfo (Debugging Output): Document "set debug xml"
7453 and "show debug xml".
7454
aa79a185
DJ
74552007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7458
7f893741
JB
74592007-01-01 Joel Brobecker <brobecker@adacore.com>
7460
7461 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7462
a1b5960f
VP
74632006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7464
7465 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7466 note in @ignore, to be removed later if nobody complains.
7467
9f470e6e
NR
74682006-12-04 Nick Roberts <nickrob@snap.net.nz>
7469
7470 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7471 of -var-delete.
7472
765dc015 74732006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7474
765dc015 7475 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7476 automatic software/hardware breakpoint usage and
7477 the "set breakpoint auto-hw" command.
765dc015 7478
4b5752d0
VP
74792006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7480
7481 * gdb.texinfo (Memory Access Checking): New.
7482
89be2091
DJ
74832006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7484
7485 * gdb.texinfo (Remote configuration): Mention
7486 "pass-signals-packet".
7487 (General Query Packets): Document QPassSignals. Fix
7488 a typo.
7489
ca3bf3bd
DJ
74902006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7491
7492 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7493
427c3a89
DJ
74942006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7495
7496 * gdb.texinfo (Remote configuration): Rewrite documentation for
7497 packet configuration commands.
7498 (OS Information): Adjust reference to qXfer:auxv:read.
7499 (General Query Packets): Remove references to read-aux-vector-packet
7500 and set remote get-thread-local-storage-address.
7501
7a107747
DJ
75022006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdbint.texinfo (Target Architecture Definition): Add new
7505 Initializing a New Architecture section.
7506
1c56eb0e
EZ
75072006-10-31 David Taylor <dtaylor@emc.com>
7508
7509 * stabs.texinfo (Macro define and undefine): New node describing
7510 stabs for #define and #undef.
7511
f73adfeb
AS
75122006-10-27 Andreas Schwab <schwab@suse.de>
7513
7514 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7515
fd60e0df
EZ
75162006-10-21 Eli Zaretskii <eliz@gnu.org>
7517
7518 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7519 clarify on the possible meanings of ``expression'' watched by
7520 watchpoints. Add indexing.
e5ac9b53
EZ
7521 (Prompting, Errors, Invalidation, Annotations for Running)
7522 (Source Annotations): Fix index entries by adding "annotation" to
7523 them, to discriminate from index entries that point to the more
7524 general topic descriptions.
fd60e0df 7525
52bb452f
DJ
75262006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7527
7528 * gdbint.texinfo (Target Vector Definition): Move most
7529 content into Existing Targets. Add a menu.
7530 (Existing Targets): New section, moved from Target Vector
7531 Definition. Use @subsection.
7532 (Managing Execution State): New section.
7533
58955e58
BW
75342006-10-16 Bob Wilson <bob.wilson@acm.org>
7535
7536 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7537
c8aa23ab
EZ
75382006-10-15 Eli Zaretskii <eliz@gnu.org>
7539
7540 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7541 (Command Syntax, Signals, Backtrace, Connecting)
7542 (Remote configuration, Renesas Boards, Console I/O): Fix last
7543 change: use Ctrl- instead of C-, except wrt Emacs.
7544 (File-I/O Examples): Put Ctrl-c in @kbd.
7545 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7546 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7547 (Signals, Set Breaks, Set Watchpoints): Document optional
7548 arguments to `info signals' `handle', `info breakpoints', and
7549 `info watchpoints'.
c8aa23ab 7550
e7109c7e
EZ
75512006-10-14 Eli Zaretskii <eliz@gnu.org>
7552
7553 * gdb.texinfo (Backtrace): Fix last change.
7554
de3aea7b
NR
75552006-10-14 Nick Roberts <nickrob@snap.net.nz>
7556
7557 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7558
7f9087cb
BW
75592006-10-10 Bob Wilson <bob.wilson@acm.org>
7560
c8aa23ab
EZ
7561 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7562 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7563 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7564
68437a39
DJ
75652006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7566 Daniel Jacobowitz <dan@codesourcery.com>
7567
7568 * gdb.texinfo (Packets): Document vFlashErase,
7569 vFlashWrite and vFlashDone packets.
7570 (General Query Packets): Document qXfer:memory-map:read.
7571 Add a new feature for qXfer:memory-map:read.
7572 (Memory map format): New section.
7573 (Target Commands): Mention that gdb can write flash.
7574
fd79ecee
DJ
75752006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7576 Daniel Jacobowitz <dan@codesourcery.com>
7577
7578 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7579 memory regions and "mem auto".
7580
350da6ee
DJ
75812006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7582
7583 * gdbint.texinfo (Array Containers): New section.
7584
2f1acb09
VP
75852006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7586
7587 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7588 -stack-list-arguments HIGH_FRAME argument can be larger then the
7589 actual number of frames.
7590
2ab1eb7a
VP
75912006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7592
7593 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7594 -stack-list-locals HIGH_FRAME argument can be larger then the
7595 actual number of frames.
2ab1eb7a 7596
599b237a
BW
75972006-09-02 Bob Wilson <bob.wilson@acm.org>
7598
7599 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7600 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7601
25ab7e6d
EZ
76022006-09-02 Eli Zaretskii <eliz@gnu.org>
7603
7604 * gdbint.texinfo (Overall Structure): New section "Source Tree
7605 Structure".
7606
940178d3
JB
76072006-08-17 Jim Blandy <jimb@codesourcery.com>
7608
7609 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7610 responses.
7611
30daae6c
JB
76122006-08-08 Joel Brobecker <brobecker@adacore.com>
7613
7614 * gdb.texinfo (Source Path): Add documentation for new
7615 substitute-path commands.
7616
7fa2210b
DJ
76172006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7618
7619 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7620 (Running Configure): ...here.
7621 (Requirements): New node. Mention expat.
7622
3d00d119
DJ
76232006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7624
5ae4183a 7625 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7626 'set download-write-size' and 'show download-write-size'.
7627
0cbfa4ee
DJ
76282006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7629
7630 * stabs.texinfo (Member Type Descriptor): Correct example for
7631 pointer to member types.
7632
16026cd7
AS
76332006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7634
7635 * gdb.texinfo (Optional warnings and messages): Add
7636 'set/show trace-commands'.
7637 (Command files): Add '-v' to source command.
7638
0876f84a
DJ
76392006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdb.texinfo (OS Information): Update qPart reference to
7642 qXfer.
7643 (Remote configuration): Likewise.
7644 (Overview): Move @cindex to the start of a paragraph. Talk
7645 about binary data encoding.
7646 (Packets): Refer to the overview for the details of the X
7647 packet encoding.
7648 (General Query Packets): Remove qPart description. Add qXfer
7649 description. Add an anchor to qSupported. Correct feature
7650 table title. Add a new feature for qXfer:auxv:read.
7651 (Interrupts): Add a missing parenthesis.
7652
2ec3381a
DJ
76532006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7654
669fac23 7655 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7656 (GDB/MI Kod Commands): Remove commented out node.
7657
594fe323
EZ
76582006-07-01 Eli Zaretskii <eliz@gnu.org>
7659
7660 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7661 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7662 (GDB/MI Thread Commands, GDB/MI Program Execution)
7663 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7664 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7665 (GDB/MI File Commands, GDB/MI Target Manipulation)
7666 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7667 since the MI prompt is hard-wired into the code.
7668
7e3fb70c
NR
76692006-07-01 Nick Roberts <nickrob@snap.net.nz>
7670
7671 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7672 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7673 (GDB/MI Data Manipulation): Remove description of unimplemented
7674 display related commands as variable objects perform this function
7675 and are superior: -display-delete, -display-disable,
7676 -display-enable, -display-insert and -display-list. Move
7677 -environment-cd, -environment-directory, -environment-path
7678 and -environment-pwd to "Program Context".
7679 (GDB/MI Program Control): Rename to "Program Execution". Move
7680 -exec-arguments -exec-abort to...
7681 (GDB/MI Program Context): ...here. New node split from "Data
7682 Manipulation".
7683
be2a5f71
DJ
76842006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7685
7686 * gdb.texinfo (Remote configuration): Document set / show
7687 remote supported-packets.
7688 (General Query Packets): Document qSupported packet.
7689
fc320d37
SL
76902006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7691
7692 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7693 and font markup.
7694 (Protocol basics): Likewise.
7695 (The F request packet): Likewise.
7696 (The F reply packet): Likewise.
7697 (Memory transfer): Move this node to be a subsubsection of
7698 "Protocol specific representation of datatypes".
7699 (The Ctrl-C message): More copy editing.
7700 (Console I/O): Likewise.
7701 (The isatty call): Delete this node, and merge its content into
7702 the "isatty" node. Fixed references elsewhere.
7703 (The system call): Delete this node, and merge its content into
7704 the "system" node. Fixed references elsewhere.
7705 (open): Reformat to use @table, and add appropriate font markup.
7706 (close): Likewise.
7707 (read): Likewise.
7708 (write): Likewise.
7709 (lseek): Likewise.
7710 (rename): Likewise.
7711 (unlink): Likewise.
7712 (stat/fstat): Likewise.
7713 (gettimeofday): Likewise.
7714 (isatty): Likewise.
7715 (system): Likewise, plus minor changes to fix confusing wording.
7716 (Integral datatypes): Fix font markup.
7717 (Pointer values): Likewise.
7718 (struct stat): Fix markup to use @table, plus minor copy editing.
7719 (struct timeval): Fix font markup, plus minor copy editing.
7720 (Constants): Minor copy editing.
7721 (Errno values): Add font markup.
7722 (File-I/O Examples): Likewise.
7723
158fdf5c
NR
77242006-06-10 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7727 (GDB/MI Simple Examples): Move node up one level. Use real
7728 examples.
7729 (GDB/MI Compatibility with CLI): Update.
7730 (GDB/MI Result Records): Add "connected" and "exit" result
7731 classes.
7732 (GDB/MI Stream Records): Clarify target output.
7733 (GDB/MI Command Description Format): Modify example description.
7734 (GDB/MI Breakpoint Table Commands): Rename to...
7735 (GDB/MI Breakpoint Commands): ...this
7736 (GDB/MI Breakpoint Commands): Add optional thread field.
7737 (GDB/MI Program Control): Add an introduction. Move "Program
7738 termination" examples into exec-run description.
7739 (GDB/MI File Commands): Mention similar CLI commands.
7740 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7741 is similar to "-gdb-version".
7742
ddb50cd7
EZ
77432006-06-09 Eli Zaretskii <eliz@gnu.org>
7744
7745 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7746
2aef0d6b
NR
77472006-06-02 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7750 sourceware.org for mailing lists.
d5e40d59 7751 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7752
383a5c52
NR
77532006-06-01 Nick Roberts <nickrob@snap.net.nz>
7754
d5e40d59 7755 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7756
e16b02ee
EZ
77572006-05-22 Eli Zaretskii <eliz@gnu.org>
7758
7759 * gdb.texinfo (Cygwin Native): Fix last change.
7760
be90c084
CF
77612006-05-22 Christopher Faylor <cgf@timesys.com>
7762
7763 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7764
347ceba5
NR
77652006-05-15 Nick Roberts <nickrob@snap.net.nz>
7766
7767 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7768 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7769
369af7bd
DJ
77702006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7771
7772 * gdb.texinfo (General Query Packets): Recommend not starting
7773 new packets with qC and clarify.
7774
2ffdbde8 77752006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7776
7777 * gdb.texinfo (M2 Types): New section.
72019c9c 7778
16d1a084
DJ
77792006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7780
7781 * agentexpr.texi: Add a copyright and license notice.
7782 * observer.texi: Likewise, with GPL clause for function prototypes.
7783 Remove trailing whitespace.
7784
aa56d27a
JB
77852006-05-05 Jim Blandy <jimb@codesourcery.com>
7786
7787 * gdb.texinfo (General Query Packets): Document conventions for
7788 terminating packet names, and their violations.
7789
5bdf8622
DJ
77902006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7791
7792 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7793 * gdb.texinfo: Likewise.
7794
605a56cb
DJ
77952006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7796
7797 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7798 and "show remotedebug".
7799 (Debugging Output): Add additional index entries.
7800
b8db102d
MS
78012006-04-27 Michael Snyder <msnyder@redhat.com>
7802
7803 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7804
c5e30d01
AC
78052006-04-22 Andrew Cagney <cagney@redhat.com>
7806
7807 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7808 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7809
8181d85f
DJ
78102006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7811
7812 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7813 and remove breakpoint prototypes.
7814 (Watchpoints): Move description of target_insert_hw_breakpoint and
7815 target_remove_hw_breakpoint ...
7816 (Breakpoints): ... to here. Document target_insert_breakpoint and
7817 target_remove_breakpoint.
7818
4f553f88
JB
78192006-04-17 Jim Blandy <jimb@codesourcery.com>
7820
7821 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7822 and C packets are optional.
7823
cd852561
FR
78242006-04-14 Frederic Riss <frederic.riss@st.com>
7825
7826 * gdb.texinfo (Specifying source directories): Update the description
7827 of the source file search to reflect the fact that the source path
7828 always contains at least $cdir and $cwd.
7829
b620eb07
MS
78302006-03-31 Michael Snyder <msnyder@redhat.com>
7831
7832 * gdb.texinfo: Update copyright dates.
7833
3156cdaf
EZ
78342006-03-31 Eli Zaretskii <eliz@gnu.org>
7835
7836 * gdb.texinfo (Overview): Add an index entry to "empty response".
7837
7d30c22d
JB
78382006-03-28 Jim Blandy <jimb@codesourcery.com>
7839
7840 * gdbint.texinfo (Prologue Analysis): New section.
7841
86941c27
JB
78422006-03-07 Jim Blandy <jimb@red-bean.com>
7843
66b8c7f6
JB
7844 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7845
1a10341b
JB
7846 * gdb.texinfo (Target Commands): Update text describing how to
7847 specify a target. Refer to the detailed section on remote
7848 debugging, not the brief mention.
7849
86941c27
JB
7850 * gdb.texinfo (Connecting): Organize the different 'target remote'
7851 connection methods into a table. Add a 'target remote' index
7852 entry. (!!!)
7853
62f3a2ba
FF
78542006-02-17 Fred Fish <fnf@specifix.com>
7855
7856 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7857 'ptype' commands to reflect the fact that the only significant
7858 difference between them is that ptype prints the complete type
7859 description instead of just the name.
7860
8b9a88ea
WZ
78612006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7862
7863 * gdbint.texinfo (Watchpoints): Delete
7864 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7865
7e8dc855
NR
78662006-02-10 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7869 times fields where needed. Fix typos. Update general form given
7870 for output of -break-insert.
7871 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7872
c91d38aa
DJ
78732006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7874
7875 * gdbint.texinfo (Symbol Handling): Add a section
7876 on memory management.
7877
38fcd64c
DJ
78782006-02-06 Vladimir Prus <ghost@cs.msu.su>
7879
7880 * gdb.texinfo (Breakpoint table commands): Document the fullname
7881 field in -break-list output.
7882
219eec71
EZ
78832006-02-03 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7886 debugging information produced by the various "set debug..."
7887 options.
7888
ae5a43e0
DJ
78892006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7890
7891 * gdb.texinfo (Files): Remove obsolete bits from the description
7892 of "symbol-file".
7893
a9f158ec
JB
78942006-01-25 Jim Blandy <jimb@redhat.com>
7895
7896 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7897
410dd08e
JB
78982006-01-24 Jim Blandy <jimb@redhat.com>
7899
7900 * gdbint.texinfo (Frames): Document the basics of GDB's register
7901 unwinding model, and explain the existence of the "sentinel" frame.
7902
4b505b12
AS
79032006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7904
7905 * gdb.texinfo (Choosing files): Mention that -directory is used
7906 for script files.
7907 (Specifying source directories): Likewise.
7908 (Command files): Explain how script files are found.
7909
839c27b7
EZ
79102006-01-21 Eli Zaretskii <eliz@gnu.org>
7911
7912 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7913 the threads in a multi-threaded program.
7914 (Threads): The threadno argument of "thread apply" can be a range
7915 of numbers.
7916
7be93b9e
JB
79172006-01-18 Jim Blandy <jimb@redhat.com>
7918
7919 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7920 of warning flags.
7921
fcc73fe3
EZ
79222006-01-13 Eli Zaretskii <eliz@gnu.org>
7923
7924 * gdb.texinfo (Sequences): Improve menu annotations.
7925 (Define): Add index entries for arguments of user-defined
7926 commands. Move the description of flow-control commands...
7927 (Command Files): ...to here. Document loop_break and
7928 loop_continue.
ca91424e
EZ
7929 (Define, Command Files): Document `end' and add index entries for
7930 it.
fcc73fe3 7931
5c95884b
MS
79322006-01-04 Michael Snyder <msnyder@redhat.com>
7933
7934 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7935 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7936
860701dc
PH
79372006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7938
7939 * gdb.texinfo (Omissions from Ada): Document that there is now
7940 limited aggregate support.
7941
36b80e65
EZ
79422005-12-28 Eli Zaretskii <eliz@gnu.org>
7943
7944 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7945 registers and the likes.
7946
c1468174
EZ
79472005-12-24 Eli Zaretskii <eliz@gnu.org>
7948
7949 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7950 (Symbols): Fix usage of "e.g.".
359df76b 7951 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7952
7953 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7954 (Coding): Fix usage of "e.g.".
7955
c02a867d
EZ
79562005-12-23 Eli Zaretskii <eliz@gnu.org>
7957
5ae4183a
AS
7958 * stabs.texinfo:
7959 * refcard.tex:
c02a867d 7960 * gpl.texi:
5ae4183a
AS
7961 * gdbint.texinfo:
7962 * gdb.texinfo:
7963 * gdb-cfg.texi:
c02a867d 7964 * fdl.texi:
5ae4183a
AS
7965 * annotate.texinfo:
7966 * all-cfg.texi:
c02a867d
EZ
7967 * Makefile.in: Add (C) after Copyright. Update the FSF
7968 address.
7969
fad38dfa
EZ
79702005-12-03 Eli Zaretskii <eliz@gnu.org>
7971
7972 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7973 extend GDB with commands for external monitor.
7974
53e5f3cf
AS
79752005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7976
7977 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7978
55f6ca0f
JB
79792005-11-25 Joel Brobecker <brobecker@adacore.com>
7980
7981 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7982
c1947b85
JB
79832005-11-21 Jim Blandy <jimb@redhat.com>
7984
7985 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7986 placement of 'R' actions in tracepoint action packets; document
7987 dependence of 'X' and 'M' actions on a preceding 'R' action for
7988 their registers.
7989
9d29849a
JB
79902005-11-19 Jim Blandy <jimb@redhat.com>
7991
7992 * gdb.texinfo (Tracepoint Packets): New node.
7993 (General Query Packets): Add entries for the tracepoint packets,
7994 referring to the "Tracepoint Packets" node.
7995 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7996
9a6253be
KB
79972005-11-18 Kevin Buettner <kevinb@redhat.com>
7998
7999 * gdb.texinfo (set remotebreak): Add anchor.
8000 (X packet): Likewise.
8001 (Remote Protocol): Add new section `Interrupts' and new index
8002 entry `interrupts (remote protocol)'.
8003
5f3bebba
JB
80042005-11-18 Jim Blandy <jimb@redhat.com>
8005
8006 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8007 entries into the General Query Packets section. Add a
8008 cross-reference to that section. Drop description of replies, as
8009 these are covered in the descriptions of each packet.
8010 (General Query Packets): Add introductory text. Explain naming
8011 conventions, and how the end of a name is recognized.
8012
9a7a1b36
KB
80132005-11-17 Kevin Buettner <kevinb@redhat.com>
8014
0564b6cf 8015 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8016 "set remotebreak" command.
8017
b8ff78ce
JB
80182005-11-16 Jim Blandy <jimb@redhat.com>
8019
8020 * gdb.texinfo (Packets, Stop Reply Packets)
8021 (General Query Packets): Various formatting cleanups.
8022 - Use @samp for packet contents.
8023 - Drop summaries from packet @item lines; the same information appears
8024 immediately below in the description.
8025 - Delete paragraph breaks after packet @item commands, so that the
8026 description appears directly to the right of the packet prototype
8027 in the printed manual, if it fits.
8028 - Place spaces in packet prototypes between @vars and non-@var
8029 letters, and explain that they're just for formatting.
8030 - Use @dots{} instead of '...'.
8031 - Fix uses of @code where @var was needed.
8032 - Replace "deprecated" markers with English text spelling out the
8033 packet's status and the preferred alternatives.
8034 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8035 what this ever meant.
8036 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8037 this for a long time.
8038 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8039 implemented several times, and have been in use for years.
8040
8ffe2530
JB
80412005-11-15 Jim Blandy <jimb@redhat.com>
8042
c43c5473
JB
8043 * gdb.texinfo (Packets): Add index entries for 'm' packet
8044 disclaimers.
5ae4183a 8045
fb031cdf
JB
8046 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8047 of stub when processing an 'm' packet.
8048
8ffe2530
JB
8049 * gdb.texinfo (Packets): Mention that packets beginning with
8050 letters are reserved once, at the top, instead of actually listing
8051 them all and saying "reserved".
8052
c03c782f
AS
80532005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8054
8055 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8056 Change @var{$arg0 to @code{$arg0.
8057
814e32d7
WZ
80582005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8059
8060 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8061
fa93a9d8
JB
80622005-11-12 Jim Blandy <jimb@redhat.com>
8063
8064 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8065 order. Remove extraneous 'z'.
8066
8a5a3c82
AS
80672005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8068
8069 * gdb.texinfo (Choosing files): Add --eval-command.
8070
4b0ad762
AS
80712005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8072
8073 * gdb.texinfo (Choosing modes): Add --return-child-result.
8074
8075
1a088d06
AS
80762005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8077
8078 * gdb.texinfo (Choosing modes): Add --batch-silent.
8079
656d5e12
EZ
80802005-10-28 Eli Zaretskii <eliz@gnu.org>
8081
8082 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8083 "The -var-update Command".
8084
3c9c013a
JB
80852005-10-03 Joel Brobecker <brobecker@adacore.com>
8086
8087 * gdb.texinfo (Print Settings): Add documentation for set/show
8088 print array-indexes.
8089
7ba3cf9c
DJ
80902005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8093 6.2 and 6.3.
8094
a94ab193
EZ
80952005-08-27 Eli Zaretskii <eliz@gnu.org>
8096
8097 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8098 since 19-Jan-2004.
8099 (Files): Likewise.
ab1adacd
EZ
8100 (Variables, Symbols): Document the "<incomplete type>" message and
8101 its reasons.
a94ab193 8102
ca06016a
FF
81032005-08-01 Fred Fish <fnf@specifix.com>
8104
8105 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8106
cf58170d
NR
81072005-07-15 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8110 option for -var-list-children and -var-update.
8111 (GDB/MI Stack Manipulation): Simplify description of
8112 print-values option for -stack-list-locals.
8113 (GDB/MI Command Description Format): Clarify.
8114 (Mode Options): Spelling of superseded.
8115
38f1196a
BR
81162005-07-12 Bob Rossi <bob@brasko.net>
8117
8118 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8119 corresponding GDB command comment.
8120
3cb3b8df
BR
81212005-07-06 Bob Rossi <bob@brasko.net>
8122
8123 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8124 and -inferior-tty-show.
8125 (Input/Output): Document "set/show inferior-tty" and tty alias.
8126
10fac096
NW
81272005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8128
8129 * gdb.texinfo (Packets): Change description of 'D' packet to note
8130 that GDB does wait for a response.
8131
d1b6db76
NR
81322005-06-22 Nick Roberts <nickrob@snap.net.nz>
8133
8134 * gdb.texinfo (History) Rename "Command History".
8135 (Command History): Move node "Server Prefix" from section on
8136 Annotations here.
8137
29629dcf
NR
81382005-06-19 Nick Roberts <nickrob@snap.net.nz>
8139
8140 * gdb.texinfo (GDB/MI Stack Manipulation):
8141 Re-instate -stack-info-frame with example. Say that it gets
8142 info on selected frame, not current frame.
8143
397ca115
EZ
81442005-06-18 Eli Zaretskii <eliz@gnu.org>
8145
8146 * gdb.texinfo (Server): Clarify that `file' should be used before
8147 connecting to the server.
8148 (Files): Add an xref to the above description.
51274035
EZ
8149 (Output Formats): More detailed description of the `c' format.
8150 (Memory): List explicitly all the formats supported by `x'.
638ac427 8151 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8152 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8153 files. Add more indexing for solib-absolute-prefix and
8154 --with-sysroot.
76d17f34
EZ
8155 (Machine Code): Document possible problems with locations in
8156 shared libraries.
d416eeec
EZ
8157 (Backtrace): Document that free-standing environments do not need
8158 to have a `main' function.
397ca115 8159
74f6deaa
NR
81602005-06-18 Nick Roberts <nickrob@snap.net.nz>
8161
8162 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8163 -stack-info-frame.
8164
a9967aef
AC
81652005-06-07 Andrew Cagney <cagney@gnu.org>
8166
8167 * gdb.texinfo (Contributors): Note the original multi-arch
8168 contributors.
8169
e09f16f9
EZ
81702005-06-03 Eli Zaretskii <eliz@gnu.org>
8171
8172 * gdb.texinfo (Registers): Add index entries for the standard
8173 registers.
8174 (Frames): Add cross-reference from frame pointer description to
8175 the Registers node.
8176 (Annotations Overview): Fix the reference to GDB name.
8177
d87ba7ee
EZ
81782005-06-01 Eli Zaretskii <eliz@gnu.org>
8179
8180 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8181 can-use-hw-watchpoints.
8182
034dad6f
BR
81832005-05-28 Bob Rossi <bob@brasko.net>
8184
8185 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8186 the possible reasons why an exec async record would be returned to FE.
8187
ffed4509
AC
81882005-05-26 Andrew Cagney <cagney@gnu.org>
8189
8190 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8191 Andrew Cagney implemented the original GDB/MI.
8192
e22e55c9
OF
81932005-05-23 Orjan Friberg <orjanf@axis.com>
8194
8195 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8196 documentation. Add documentation for cris-mode.
8197
a78e13ce
EZ
81982005-05-20 Eli Zaretskii <eliz@gnu.org>
8199
8200 * gdb.texinfo (Numbers): Explain the example and make the wording
8201 more acurate.
8202
76ff342d
DJ
82032005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8204 Dennis Brueni <dennis@slickedit.com>
8205
8206 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8207 (GDB/MI Data Manipulation, GDB/MI Program Control)
8208 (GDB/MI Stack Manipulation): Update examples to include the fullname
8209 attribute in stack frames.
8210
119b882a
EZ
82112005-05-12 Eli Zaretskii <eliz@gnu.org>
8212
8213 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8214 do with other non-standard names of init files.
8215
6fc08d32
EZ
82162005-05-11 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo (Command Files): Move the description of the startup
8219 from here...
8220 (Startup): ...to this new subsection of the Invocation chapter.
8221 Rearrange the description of init files more logically and add a
8222 cross-reference to "Command Files". Document the special gdbinit
8223 name for CISCO 68k. Expand the description of what GDB does
8224 during startup.
8225 (History): Add index entry for HISTSIZE.
8226
a561754a
MK
82272005-05-02 Mark Kettenis <kettenis@gnu.org>
8228
8229 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8230
2eecc4ab
EZ
82312005-05-02 Eli Zaretskii <eliz@gnu.org>
8232
8233 * gdb.texinfo (SVR4 Process Information, The isatty call)
8234 (The system call): Don't use foo(N) notation for man pages and
8235 functions.
514c4d71 8236 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8237
18999be5
EZ
82382005-04-27 Eli Zaretskii <eliz@gnu.org>
8239
8240 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8241 were optimized away.
8242
0abb7bc7
EZ
82432005-04-22 Eli Zaretskii <eliz@gnu.org>
8244
8245 * gdb.texinfo (Remote configuration): Document "set/show
8246 get-thread-local-storage-address". Add cross-reference to the
8247 description of the qGetTLSAddr packet.
8248 (General Query Packets): Mention "set remote
8249 get-thread-local-storage-address" and add a reference to its
8250 description.
8251
6f61acb1
NR
82522005-04-19 Nick Roberts <nickrob@snap.net.nz>
8253
8254 * gdb.texinfo (Backtrace): Describe 'bt full'.
8255
9d59903a
NR
82562005-04-17 Nick Roberts <nickrob@snap.net.nz>
8257
8258 * gdb.texinfo (Mode Options): Fix typo.
8259 (GDB/MI): Describe how to invoke GDB/MI.
8260
721c2651
EZ
82612005-04-16 Eli Zaretskii <eliz@gnu.org>
8262
8263 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8264 references changed. Add description of "info udot".
721c2651
EZ
8265 (Files): Document "set/show stop-on-solib-events".
8266 (M32R/D): Document "set/show download-path", "set/show
8267 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8268 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8269 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8270 (Maintenance Commands): Improve indexing.
8271 (Target Commands): Document "set/show hash", "set/show debug
8272 monitor".
8273 (SVR4 Process Information): Document "info pidlist" and "info
8274 meminfo". Document "set/show procfs-tarce" and "set/show
8275 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8276 (Symbols, The Print Command with Objective-C): Improve indexing.
8277 (Objective-C): Add references to "info classes" and "info
8278 selectors".
c45da7e6
EZ
8279 (Debugging Output): Improve wording. Document "set/show debug
8280 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8281 (Set Breaks): Add index entry for "hardware breakpoints".
8282 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8283 and "set/show usehardbreakpoints".
8284 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8285 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8286 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8287 rdiromatzero", "set/show rdiheartbeat".
8288 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8289 "sds".
8290 (Embedded Processors): Document the "sim" command.
8291 (Remote): Document the "remote" command.
8292 (DJGPP Native): Document the "info serial" command.
8293 (Threads): Document "maint info sol-threads".
8294 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8295 (Set Breaks): Improve indexing.
8296 (Command Syntax): Add a reference to dont-repeat.
8297 (Define): Document "dont-repeat".
8298 (TUI Commands): Document "tabset".
8299 (WinCE): New subsection. Document "set/show remotedirectory",
8300 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8301
14d6dd68
EZ
83022005-04-15 Eli Zaretskii <eliz@gnu.org>
8303
8304 * gdb.texinfo (Hurd Native): New subsection, documents
8305 Hurd-specific commands.
a64548ea 8306 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8307 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8308 (MIPS): Improve documentation of heuristic-fence-post. Document
8309 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8310 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8311 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8312 (ARM): Document ARM-specific commands.
a64548ea
EZ
8313 (AVR): New section. Document "info io_registers".
8314 (CRIS): New section. Document "set/show cris-version" and
8315 "set/show cris-dwarf2-cfi".
8316 (HPPA): New section. Document "set/show debug hppa" and "maint
8317 print unwind".
a5adf40f 8318 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8319 (Super-H): New section. Document the "regs" command.
721c2651 8320 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8321
9c16f35a
EZ
83222005-04-09 Eli Zaretskii <eliz@gnu.org>
8323
8324 * gdb.texinfo (Print Settings): Document "set/show print
8325 pascal_static-members", "set print repeats", "show print
8326 null-stop". Improve indexing. Fix documentation of "set print
8327 union".
8328 (Pascal): New section.
8329 (Supported languages): Rename from "Support"; all references
8330 updated. Add a menu item for Pascal.
8331 (Numbers): Document "set radix.
8332 (Screen Size): Document "set/show pagination".
8333 (MIPS Embedded): Remove "set processor" documentation.
8334 (Remote configuration): Document "set/show X/P/Z-packet",
8335 "set/show read-aux-vector-packet", "set/show remote
8336 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8337 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8338 remotedebug", "set/show remotebreak", "set/show remotedevice",
8339 "set/show remotelogfile".
8340 (Auxiliary Vector): Add reference to the description of the
8341 read-aux-vector-packet setting.
8342 (Set Watchpoints): Add a cross-reference to "set remote
8343 hardware-breakpoint-limit".
8344 (General Query Packets): Add indexing of requests and
8345 cross-references to related commands in "Remote configuration".
8346 (File-I/O Overview, The system call): Fix wording and typos.
8347 (Thread Stops): Add index entries.
8348 (Continuing and Stepping): Document "show step-mode".
8349 (i386): New node. Document "set/show struct-convention".
8350 (Files): Document "show trust-readonly-sections".
8351 (Calling): Document "set/show unwindonsignal".
8352 (Messages/Warnings): Add index entries.
8353 (Maintenance Commands): Document "set/show watchdog".
8354 (Annotations Overview): Document "show annotate".
8355 (Set Watchpoints): Add index entries.
8356 (Symbols): Fix doc of case-sensitive.
8357 (ABI): Document "show coerce-float-to-double".
8358 (Convenience Vars, Help): Improve indexing.
8359 (Machine Code): Document "show disassembly-flavor".
8360 (Debugging C plus plus): Document "show overload-resolution".
8361 (Value History, Signaling): Add index entries.
8362
83632005-04-08 Eli Zaretskii <eliz@gnu.org>
8364
8365 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8366 (Processes): Fix wording.
8367 (History, List, Logging output, Define, Symbols, Print Settings):
8368 Improve indexing.
8369
a8f24a35
EZ
83702005-04-03 Eli Zaretskii <eliz@gnu.org>
8371
8372 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8373 redundant index entry for "target" command.
8374 (Backtrace): Add index entries.
8375 (Symbols, Fortran): Document the "set case-sensitive" command.
8376 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8377 (Print Settings): Add index entry for "set demangle-style".
8378 (Target Commands): Document "set download-write-size".
8379 (Debugging Output): Document "set exec-done-display".
8380
09d4efe1
EZ
83812005-04-02 Eli Zaretskii <eliz@gnu.org>
8382
8383 * gdb.texinfo (Files): Fix the name and documentation of
8384 add-shared-symbol-files. Document its alias assf. Update the
8385 list of OSs where GDB supports shared libraries. Fix markup.
8386 (Continuing and Stepping): Add reference to @var{location} in the
8387 text.
8388 (Dump/Restore Files): Fix reference to @{filename}.
8389 (Help): Fix wording.
8390 (Attach): Ditto.
8391 (Set Watchpoints): Ditto.
8392 (Backtrace): Remove redundant index entries. Improve index
8393 entries.
8394 (Delete Breaks): Fix wording.
8395 (Memory): Document the compare-sections command.
8396 (Memory Region Attributes): Improve wording.
8397 (Disabling): Improve wording.
8398 (Fortran): New subsection. Document the "info common" command.
8399 (Help): Document aliases "info copying" and "info warranty".
8400 (Caching Remote Data): New section. Document the "set/show
8401 remotecache" and "info dcache" commands.
8402 (Show): Fix wording of the documentation of the "set
8403 extension-language" command.
8404 (Signals): Add index entry for "info handle".
8405 (Memory Region Attributes): Fix punctuation.
8406 (Symbols): Change the arg name to "location" and refer to it in
8407 the text. Fix wording of "info types" doc.
8408 (Threads): Fix usage of @enumerate @item's.
8409 (Listing Tracepoints): Add index entry for "info tp".
8410 (Set Watchpoints): Add xref to "info break" description.
8411 (Macros): Add an index entry for "macro exp1". Document the
8412 "macro list" command.
8413 (Maintenance Commands): Document "flushregs", "maint agent",
8414 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8415 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8416 "maint print architecture", "maint print objfiles", "maint print
8417 statistics", "maint print type", "maint show-debug-regs", "maint
8418 space", "maint time", and "maint translate-address".
8419 (Connecting): Document the "monitor" command.
8420 (Annotations Overview): Describe the "set annotate" command.
8421
82f2d802
EZ
84222005-04-01 Eli Zaretskii <eliz@gnu.org>
8423
8424 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8425 Rearrange index entries and improve wording about support for
8426 hardware watchpoints.
8427
7d51c7de
BR
84282005-03-10 Bob Rossi <bob@brasko.net>
8429
8430 * gdb.texinfo: Update copyright
8431
68c71a2e
TR
84322005-02-09 Theodore A. Roth <troth@openavr.org>
8433
8434 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8435 error.
8436
83761cbd
KB
84372005-02-03 Kevin Buettner <kevinb@redhat.com>
8438
8439 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8440
9f1c6395
MS
84412005-01-17 Michael Snyder <msnyder@redhat.com>
8442
8443 * gdb.texinfo: Fix spelling, infinte -> infinite.
8444
fbd1b305
MK
84452005-01-08 Mark Kettenis <kettenis@gnu.org>
8446
8447 * observer.texi (GDB Observers): Document "solib_loaded".
8448
3ace7edb
AC
84492005-01-07 Andrew Cagney <cagney@gnu.org>
8450
bec39cab
AC
8451 * configure.ac: Rename configure.in, require autoconf 2.59.
8452 * configure: Re-generate.
8453
3ace7edb
AC
8454 * configure.in: Replace configdirs with multiple references to
8455 AC_CONFIG_SUBDIRS.
8456 * configure: Re-generate.
5ae4183a 8457
53531fc1
AC
84582005-01-04 Andrew Cagney <cagney@gnu.org>
8459
8460 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8461 part of the version number.
8462
536ffdb7
MK
84632004-12-24 Mark Kettenis <kettenis@gnu.org>
8464
8465 * gdbint.texinfo (Algorithms): Remove description of
8466 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8467
e1aac25b
JB
84682004-12-07 Jim Blandy <jimb@redhat.com>
8469
8470 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8471 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8472 numbers.
8473
f47b1503
AS
84742004-12-07 Andreas Schwab <schwab@suse.de>
8475
8476 * gdb.texinfo (Mode Options): Document -l option.
8477
b6b8ece6
EZ
84782004-12-04 Eli Zaretskii <eliz@gnu.org>
8479
8480 * gdbint.texinfo (Algorithms): More accurate description of
8481 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8482 is not needed unless data-read and data-access watchpoints are
8483 supported. Add a description of how GDB checks whether the
8484 inferior stopped because a watchpoint was hit.
8485
01371747
EZ
84862004-11-23 Eli Zaretskii <eliz@gnu.org>
8487
8488 * gdb.texinfo (Files): Add cross-reference to description of
8489 -readnow command-line switch.
8490
2315ffec
RC
84912004-11-10 Randolph Chung <tausq@debian.org>
8492
8493 * gdb.texinfo: Document set/show backtrace past-entry commands.
8494 Rearrange index entries for set/show backtrace past-main.
8495
69065f5d
AC
84962004-11-10 Jon Beniston <jon@beniston.com>
8497
8498 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8499 * gdb.texinfo (Remote Serial Protocol): Further describe
8500 binary transfer escaping mechanism .
69065f5d 8501
30e91e0b
RC
85022004-11-08 Randolph Chung <tausq@debian.org>
8503
8504 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8505 and "show debug infrun". Add index entries.
8506
60bf7e09
EZ
85072004-10-23 Eli Zaretskii <eliz@gnu.org>
8508
8509 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8510 "info proc" that are already implemented. Add index entries.
8511 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8512 (Files): Add a tip for decreasing memory used for symtabs from
8513 shared libraries.
f018e82f
EZ
8514 (Starting): Fix whitespace; make "elaboration" stand out where it
8515 is first used, and add an index entry for the term.
f8568604
EZ
8516 (Calling): Expand and elaborate text. Add "print". Add the
8517 description of problems with weak aliases.
384ee23f 8518 (Core File Generation): New section.
60bf7e09 8519
d52fe014
AC
85202004-10-12 Andrew Cagney <cagney@gnu.org>
8521
8522 * gdbint.texinfo (Versions and Branches): New chapter.
8523 (Releasing GDB): Delete "Versions and Branches" section.
8524 (Top): Add "Versions and Branches".
8525
703663ab
EZ
85262004-10-08 Eli Zaretskii <eliz@gnu.org>
8527
8528 * gdb.texinfo (Editing, History): Add cross-references to the
8529 included Readline and History user documentation. Remove
8530 references to the symbol have-readline-appendices which is unused
8531 and undefined.
8532 (History): Fix indexing.
8533
ac77d04f
JJ
85342004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8535
8536 * gdbint.texinfo (target_stopped_data_address): Update to
8537 new prototype.
8538 (i386_stopped_data_address): Update prototype and description.
8539 (i386_stopped_by_watchpoint): New function and description.
8540
e07c999f
PH
85412004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8542
8543 * gdb.texinfo (Filenames): Add Ada suffixes.
8544 (Ada) New section.
8545
2e868123
AC
85462004-09-27 Andrew Cagney <cagney@gnu.org>
8547 Robert Picco <Robert.Picco@hp.com>
8548
8549 * gdb.texinfo (Packets): Document the "p" packet.
8550
02a57714
JM
85512004-09-21 Jason Molenda (jmolenda@apple.com)
8552
8553 * gdb.texinfo (Paths and Names of the Source Files): Document the
8554 meaning of values in the 'desc' field of a SO stab.
8555
ae038cb0
DJ
85562004-09-20 Daniel Jacobowitz <dan@debian.org>
8557
8558 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8559 max-cache-age" and "maint show dwarf2 max-cache-age".
8560
f7dc1244
EZ
85612004-09-16 Eli Zaretskii <eliz@gnu.org>
8562
8563 * gdb.texinfo (Set Breaks): Add index entry for setting
8564 breakpoints on overloaded C++ functions that are not members of
8565 any classes. Add an example and an index entry for setting
8566 breakpoints on all program functions.
8567 (Character Sets, Macros, Overlay Commands)
8568 (Non-debug DLL symbols, GDB/MI Output Syntax)
8569 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8570 Use "(@value{GDBP})" instead of a literal "(gdb)".
8571
f810308b
AC
85722004-09-12 Andrew Cagney <cagney@gnu.org>
8573
8574 * gdbint.texinfo (Native Debugging): Delete description of
8575 FILES_INFO_HOOK.
8576
15a661f3
PH
85772004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8578
5ae4183a
AS
8579 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8580 to hex_string_custom (not historically correct, but more
15a661f3
PH
8581 understandable, given the current code).
8582
f3219c75
AC
85832004-09-03 Andrew Cagney <cagney@gnu.org>
8584
8585 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8586
f3bb6704
JJ
85872004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8588
8589 * observer.texi (solib_unloaded): New observer.
8590
8d2c00cb
AC
85912004-08-24 Andrew Cagney <cagney@gnu.org>
8592
8593 * gdbint.texinfo (Target Architecture Definition): Add missing
8594 comma.
8595
e7dc800a
MC
85962004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8597
8598 * (Using the Testsuite): build != host is supported,
8599 but some test scripts do not support build != host.
8600
73b03683
MK
86012004-08-14 Mark Kettenis <kettenis@gnu.org>
8602
8603 * gdbint.texinfo (Host Definition): Delete description of
8604 FCLOSE_PROVIDED and GETENV_PROVIDED.
8605
c0ccb908
MK
86062004-08-05 Mark Kettenis <kettenis@chello.nl>
8607
8608 * gdbint.texinfo (Host Definition): Delete description of
8609 NO_SYS_FILE.
8610 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8611 PTRACE_FP_BUG.
8612
9c8dbfa9
AC
86132004-08-05 Andrew Cagney <cagney@gnu.org>
8614
8615 * gdbint.texinfo (Target Architecture Definition): Delete
8616 reference to deprecated_read_fp.
8617
f42accbe
AC
86182004-08-02 Andrew Cagney <cagney@gnu.org>
8619
8620 * gdbint.texinfo (Target Architecture Definition): Delete
8621 description of DEPRECATED_REGISTER_BYTES.
8622
0b66e38c
EZ
86232004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8624
8625 * gdb.texinfo (Source Path): Document the new behavior of
8626 searching for the source files.
8627
15387254
EZ
86282004-07-17 Eli Zaretskii <eliz@gnu.org>
8629
8630 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8631 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8632 (Auto Display): Improve indexing.
8633
2c07db7a
AC
86342004-07-16 Andrew Cagney <cagney@gnu.org>
8635
8636 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8637 "-noasync".
8638
4644b6e3
EZ
86392004-07-09 Eli Zaretskii <eliz@gnu.org>
8640
8641 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8642 have the same prefix have only their prefix in the index.
8643
7561d450
MK
86442004-07-03 Mark Kettenis <kettenis@gnu.org>
8645
8646 * gdb.texinfo (BSD libkvm Interface): New node (section)
8647 (Native): Add it to the menu.
8648
67bebe79
MK
86492004-07-01 Mark Kettenis <kettenis@gnu.org>
8650
8651 * gdbint.texinfo (Target Architecture Definition): Remove
8652 PCC_SOL_BROKEN.
8653
1a6923e0
MK
86542004-06-24 Mark Kettenis <kettenis@gnu.org>
8655
8656 * gdbint.texinfo (Target Architecture Definition): Remove
8657 SUN_FIXED_LBRAC_BUG.
8658
b435e160
AC
86592004-06-26 Andrew Cagney <cagney@gnu.org>
8660
8661 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8662
b5622e8d
AC
86632004-06-20 Andrew Cagney <cagney@gnu.org>
8664
8665 * gdbint.texinfo (Target Architecture Definition): Deprecate
8666 USE_STRUCT_CONVENTION.
8667
e0c07bf0
MC
86682004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8669
8670 gdb.texinfo (Bug Reporting): Mention session recording,
8671 with the script command or Emacs.
8672
782263ab
AC
86732004-06-18 Andrew Cagney <cagney@gnu.org>
8674
8675 * gdbint.texinfo (Target Architecture Definition): Deprecate
8676 FUNCTION_START_OFFSET.
8677
03727ca6
AC
86782004-06-14 Andrew Cagney <cagney@gnu.org>
8679
8680 Based on changes from Karl Berry.
8681 * gdb.texinfo: Do not use @sc in a direntry.
8682 * stabs.texinfo: Change @dircateogry to "Software development".
8683 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8684
97092415
AC
86852004-06-13 Andrew Cagney <cagney@gnu.org>
8686
8687 * gdbint.texinfo (Target Architecture Definition): Delete
8688 description of RETURN_VALUE_ON_STACK.
8689
1f6d4158
AC
86902004-06-09 Andrew Cagney <cagney@gnu.org>
8691
8692 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8693 deleted by previous patch.
8694
d966f0cb
AC
86952004-06-08 Andrew Cagney <cagney@gnu.org>
8696
8697 * gdbint.texinfo (Native Debugging): Delete documentation on
8698 ATTACH_DETACH.
8699
86fe4aaa
RC
87002004-06-06 Randolph Chung <tausq@debian.org>
8701
8702 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8703
d4b6d575
RC
87042004-06-06 Randolph Chung <tausq@debian.org>
8705
5ae4183a 8706 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8707 the new push_dummy_call method signature. Describe the function
8708 argument.
8709
4e8b0763
JB
87102004-05-24 Joel Brobecker <brobecker@gnat.com>
8711
8712 * gdb.texinfo (Starting): Document new start command.
8713
59caf092
AC
87142004-05-21 Andrew Cagney <cagney@redhat.com>
8715
8716 * observer.texi (GDB Observers): Document "inferior_created".
8717
e4a2df64
AC
87182004-05-08 Andrew Cagney <cagney@redhat.com>
8719
e6b55ae2
AC
8720 * gdbint.texinfo (Target Architecture Definition): Delete
8721 description of DO_DEFERRED_STORES.
8722
28954179
AC
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 references to DEPRECATED_FIX_CALL_DUMMY.
8725
434b87dd
AC
8726 * gdbint.texinfo (Target Architecture Definition): Delete
8727 description of DEPRECATED_CALL_DUMMY_WORDS,
8728 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8729
58d28df8
AC
8730 * gdbint.texinfo (Target Architecture Definition): Delete
8731 description of DEPRECATED_PUSH_DUMMY_FRAME.
8732
e4a2df64
AC
8733 * gdbint.texinfo (Target Architecture Definition): Delete
8734 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8735
2b4855ab
AC
87362004-05-07 Andrew Cagney <cagney@redhat.com>
8737
8738 * observer.texi (GDB Observers): Add "Debugging" section. Include
8739 cross reference to "set/show debug observer".
8740 * gdb.texinfo (Debugging Output): Document "set/show debug
8741 observer".
8742
fcf70625
AC
87432004-05-01 Andrew Cagney <cagney@redhat.com>
8744
8745 * gdbint.texinfo (Target Architecture Definition): Delete
8746 description of DEPRECATED_PC_IN_SIGTRAMP.
8747
8ee56bcf
AC
87482004-04-30 Andrew Cagney <cagney@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Delete
8751 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8752
67ab9a76
OF
87532004-04-30 Orjan Friberg <orjanf@axis.com>
8754
8755 * observer.texi (GDB Observers): Correct spelling.
8756
79346bcb
OF
87572004-04-26 Orjan Friberg <orjanf@axis.com>
8758
8759 * observer.texi (GDB Observers): Add target_changed event.
8760
7a464420
AC
87612004-04-08 Andrew Cagney <cagney@redhat.com>
8762
8763 * observer.texi (GDB Observers): Rework, provide generic observer
8764 definitions and then a list of observable events.
8765
6cdf9d98
AC
87662004-04-04 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdbint.texinfo (Host Definition): Delete reference to
8769 NO_SIGINTERRUPT.
8770
ddc135a4
AC
87712004-04-02 Andrew Cagney <cagney@redhat.com>
8772
8773 * gdbint.texinfo (Target Architecture Definition): Delete
8774 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8775
6a1b180d
SC
87762004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8777
8778 * gdb.texinfo (TUI Commands): Document tui reg commands.
8779
d0d5df6f
AC
87802004-03-26 Andrew Cagney <cagney@redhat.com>
8781
8782 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8783 "gdbtui".
8784 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8785 (Contributors): Mention both Text and Terminal User Interface.
8786
aa2a3f87
AC
87872004-03-23 Andrew Cagney <cagney@redhat.com>
8788
8789 * gdbint.texinfo (Target Architecture Definition): Deprecate
8790 references to SIGTRAMP_START and SIGTRAMP_END.
8791
f561f026
AC
87922004-03-23 Andrew Cagney <cagney@redhat.com>
8793
8794 * gdbint.texinfo (Target Architecture Definition): Deprecate
8795 references to PC_IN_SIGTRAMP.
8796
33cb8b0f
AC
87972004-03-19 Andrew Cagney <cagney@redhat.com>
8798
8799 * gdbint.texinfo (Target Architecture Definition): Delete
8800 reference to GDB_TARGET_IS_HPPA.
8801
fc989b7a
AC
88022004-03-18 Andrew Cagney <cagney@redhat.com>
8803
8804 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8805 describe pre_init and post_init.
8806
701b08bb
DJ
88072004-03-09 Daniel Jacobowitz <drow@mvista.com>
8808
8809 * gdb.texinfo (Debugging Output): Document values for "set debug
8810 target".
8811
faae5abe
AC
88122004-02-28 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8815
dd79a6cf
JJ
88162004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8817
8818 * gdb.texinfo (breakpoints): Add information about the
8819 new "set breakpoint pending" and "show breakpoint pending"
8820 commands.
8821
e7f16015
AC
88222004-02-26 Andrew Cagney <cagney@redhat.com>
8823
8824 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8825 in Per-architecture module data section.
8826
7161a3a6
RM
88272004-02-25 Roland McGrath <roland@redhat.com>
8828
8829 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8830
2154891a
AC
88312004-02-24 Andrew Cagney <cagney@redhat.com>
8832
8833 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8834 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8835 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8836
6c74ac8b
AC
88372004-02-17 Andrew Cagney <cagney@redhat.com>
8838
8839 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8840
19772a2c
AC
88412004-02-16 Andrew Cagney <cagney@redhat.com>
8842
8843 * gdbint.texinfo (Target Architecture Definition): Deprecate
8844 FRAMELESS_FUNCTION_INVOCATION.
8845
c9830293
AC
88462004-02-16 Andrew Cagney <cagney@redhat.com>
8847
8848 * gdbint.texinfo (Coding): Mention -Wunused-function.
8849
b9d26eb9
AC
88502004-02-14 Andrew Cagney <cagney@redhat.com>
8851
8852 * gdbint.texinfo (Target Architecture Definition): Delete
8853 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8854
49efadf5
EZ
88552004-02-12 Elena Zannoni <ezannoni@redhat.com>
8856
8857 * gdb.texinfo: Properly quote the name "C++".
8858 * gdbint.texinfo: Ditto.
8859 * stabs.texinfo: Ditto.
8860
1eb288ea
EZ
88612004-02-11 Elena Zannoni <ezannoni@redhat.com>
8862
8863 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8864 minimal information about libiberty.
8865
e4937fc1
MC
88662004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8867
8868 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8869
a9331b3f
RM
88702004-02-04 Roland McGrath <roland@redhat.com>
8871
8872 * gdb.texinfo (Auxiliary Vector): New node (section).
8873 (Data): Add it to the menu.
8874
2650777c
JJ
88752004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8876
8877 * gdb.texinfo (Breakpoints): Add information about pending
8878 breakpoint support.
8879
b4501125
AC
88802004-01-26 Andrew Cagney <cagney@redhat.com>
8881
8882 * gdb.texinfo (Overview): Delete references to the cisco protocol
8883 including the "N" response.
8884
74055713
AC
88852004-01-26 Andrew Cagney <cagney@redhat.com>
8886
8887 * gdbint.texinfo (Target Architecture Definition): Rename
8888 EXTRACT_STRUCT_VALUE_ADDRESS to
8889 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8890
3bbe9696
EZ
88912004-01-24 Eli Zaretskii <eliz@gnu.org>
8892
8893 * gdb.texinfo (KOD): Document "show os". Add index entries for
8894 "set/show os" and "info cisco" commands.
8895
5843504f
EZ
88962004-01-21 Eli Zaretskii <eliz@gnu.org>
8897
8898 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8899
9175c9a3
MC
89002004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8901
8902 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8903 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8904
8e94b928
NR
89052004-01-19 Nick Roberts <nick@nick.uklinux.net>
8906
8907 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8908 -stack-list-locals.
8909 (GDB/MI Variable Objects): Describe extension to
8910 -var-list-children.
8911
a20cf136
DJ
89122004-01-17 Daniel Jacobowitz <drow@mvista.com>
8913
8914 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8915
afb18d0f
AC
89162004-01-17 Andrew Cagney <cagney@redhat.com>
8917
8918 * gdbint.texinfo (Target Architecture Definition): Delete
8919 documentation on DEPRECATED_NPC_REGNUM.
8920
b51970ac
DJ
89212004-01-13 Daniel Jacobowitz <drow@mvista.com>
8922
8923 * gdb.texinfo: Update copyright year. Mention that set
8924 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8925 "set follow-fork-mode ask".
8926
0f0cffd2
AC
89272004-01-13 Andrew Cagney <cagney@redhat.com>
8928
8929 * gdbint.texinfo: Update copyright year.
8930 (Coding): Add -Wunused-label to list of -Werror warnings.
8931
c552b3bb 89322004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8933 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8934
8935 * gdb.texinfo: Update copyright.
8936 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8937 around names, as appropriate. Minor syntax cleanup of
8938 _NSPrintForDebugger explanation. Two spaces after periods.
8939 GDBN used instead of lit. "gdb". Index entries added for
8940 print-object and _NSPrintForDebugger. @noindent added in one spot.
8941
afe157ca
EZ
89422003-11-11 Elena Zannoni <ezannoni@redhat.com>
8943
8944 * stabs.texinfo: Add dircategory and direntry commands.
8945 * annotate.texinfo: Ditto.
8946
963e2bb7
AC
89472003-11-10 Andrew Cagney <cagney@redhat.com>
8948
8949 * gdbint.texinfo (Target Architecture Definition): Replace the
8950 return_value method's "inval" and "outval" parameters with
8951 "readbuf" and "writebuf".
8952
1d8b2f28
JB
89532003-10-28 Jim Blandy <jimb@redhat.com>
8954
8955 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8956 from "The `F' request packet" and "The `F' reply packet", to make
8957 texi2dvi happy.
8958 (File-I/O remote protocol extension): Update menu entries, too.
8959
36d86913
MC
89602003-10-26 Michael Chastain <mec@shout.net>
8961
8962 * gdb.texinfo (Thread Stops): Document the issue with
8963 premature return from system calls in multi-threaded programs.
8964
ce2826aa
AC
89652003-10-24 Andrew Cagney <cagney@redhat.com>
8966
8967 * annotate.texinfo: Fix "fortunatly"[sic].
8968
f24c5e49
KI
89692003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8970
8971 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8972 with "Hitachi" and "Mitsubishi".
8973
92ad9cd9
AC
89742003-10-20 Andrew Cagney <cagney@redhat.com>
8975
8976 * gdbint.texinfo (Target Architecture Definition): Document
8977 gdbarch_return_value. Add cross references from
8978 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8979 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8980
0ab4b752
MK
89812003-10-18 Mark Kettenis <kettenis@gnu.org>
8982
8983 * gdbint.texinfo (Target Architecture Definition): Document
8984 regset_from_core_section.
fb3e19c0
KI
8985
89862003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8987
8988 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8989
a9331b3f 89902003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8991
8992 From Anthony Green <green@redhat.com>:
5ae4183a 8993 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8994
1485d690
KB
89952003-10-14 Kevin Buettner <kevinb@redhat.com>
8996
889bf7c5
PA
8997 * gdb.texinfo (Breakpoint related warnings): New node.
8998 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8999
86d30acc
DJ
90002003-10-13 Daniel Jacobowitz <drow@mvista.com>
9001
9002 * gdb.texinfo (Remote Protocol): Document v and vCont.
9003
172c2a43
KI
90042003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9005
9006 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9007 * gdbint.texinfo: Ditto.
9008
71952f4c
AC
90092003-10-09 Andrew Cagney <cagney@redhat.com>
9010
9011 From 2003-09-18 David Anderson <davea@sgi.com>:
9012 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9013 "command".
9014
268e2188
AC
90152003-10-03 Andrew Cagney <cagney@redhat.com>
9016
9017 * gdbint.texinfo (Target Architecture Definition): Deprecate
9018 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9019 just target.
9020
12c266ea 90212003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9022
f30992d4 9023 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9024 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9025 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9026 * gdbint.texinfo (Target Architecture Definition): Rename
9027
90282003-09-30 Andrew Cagney <cagney@redhat.com>
9029
f30992d4 9030 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9031 (Target Architecture Definition):
f30992d4 9032
2e092625
AC
9033 * gdbint.texinfo (Target Architecture Definition): Rename
9034 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9035
0717ae8a
AC
90362003-09-29 Andrew Cagney <cagney@redhat.com>
9037
dad809b7
AC
9038 * gdbint.texinfo (Target Architecture Definition): Delete
9039 documentation for NEED_TEXT_START_END.
9040
0717ae8a
AC
9041 * gdbint.texinfo (Target Architecture Definition): Rename
9042 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9043 TARGET_WRITE_PC.
a9331b3f 9044
af6cf26d
MC
90452003-09-22 Michael Chastain <mec@shout.net>
9046
9047 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9048
ee206350
AG
90492003-09-21 Anthony Green <green@redhat.com>
9050
9051 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9052
a38c9fe6
MK
90532003-09-21 Mark Kettenis <kettenis@gnu.org>
9054
9055 * gdbint.texinfo (Target Architecture Definition): Document
9056 stabs_argument_has_addr.
9057
77949794
AC
90582003-09-18 Andrew Cagney <cagney@redhat.com>
9059
9060 * gdbint.texinfo (Target Architecture Definition): Delete
9061 documentation on REGISTER_NAMES.
9062
8e823e25
MK
90632003-09-13 Mark Kettenis <kettenis@gnu.org>
9064
9065 * gdbint.texinfo (Target Architecture Definition): Replace
9066 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9067
f27dd7fd
AC
90682003-09-11 Andrew Cagney <cagney@redhat.com>
9069
9070 * gdbint.texinfo (Target Architecture Definition): Replace
9071 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9072
8b148df9
AC
90732003-08-18 Andrew Cagney <cagney@redhat.com>
9074
9075 * gdbint.texinfo (Target Architecture Definition): Document
9076 "frame_red_zone_size".
9077
25d29d70
AC
90782003-08-09 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9081 with "set/show backtrace past-main" and "set/show backtrace
9082 limit".
9083
c938e9b0
L
90842003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9085
9086 * Makefile.in (install-info): Support DESTDIR.
9087 (install-html): Likewise.
9088
64fabec2
AC
90892003-08-07 Andrew Cagney <cagney@redhat.com>
9090
9091 Patch from Nick Roberts.
9092 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9093 bindings. Remove description of send-gdb-command.
9094
2fcf52f0
AC
90952003-08-07 Andrew Cagney <cagney@redhat.com>
9096
9097 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9098 GDB 6.0.
9099
086432e2
AC
91002003-08-06 Andrew Cagney <cagney@redhat.com>
9101
9102 * gdb.texinfo (Mode Options): Mention that level three is the
9103 highest available and that level 2 is deprecated.
9104 (Annotations Overview): Mention annotation levels. Cross reference
9105 to "Limitations of the Annotation Interface" in annotate.texi.
9106 (TODO, Value Annotations, Frame Annotations): Delete section.
9107 (Displays, Breakpoint Info): Delete.
9108
e5249f67
AC
91092003-08-04 Andrew Cagney <cagney@redhat.com>
9110
9111 * agentexpr.texi: Delete @bye.
9112 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9113 (stabs.info): Add $(srcdir) to include search path.
9114 (html): Depend on "annotate_toc.html", and not "annotate.html".
9115 * stabs.texinfo: Ditto. Include "fdl.texi".
9116 * gdbint.texinfo: Update copyright statement's list of invariant
9117 sections.
9118
e6f672d2
AC
91192003-07-28 Andrew Cagney <cagney@redhat.com>
9120
9121 * Makefile.in (INFO_DEPS): Add annotate.info.
9122 (dvi, ps, html, pdf): Add annotate.
9123 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9124 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9125 (ANNOTATE_DOC_FILES): New macro.
9126 (ANNOTATE_TEX_TMPS): New macro.
9127 (annotate.info, annotate_toc.html): Specify dependencies.
9128 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9129 * annotate.texinfo: Rename annotate.texi. Get building. Add
9130 "Migrating to GDB/MI" and "Limitations of the Annotation
9131 Interface" chapters. Mention why it is not part of the user
9132 guide. Update copyright notice. Include "fdl.texi".
9133
72ffddc9
SC
91342003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9135
9136 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9137
a9f12a31
DJ
91382003-07-24 Daniel Jacobowitz <drow@mvista.com>
9139
9140 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9141
b1fe9455
DJ
91422003-07-24 Daniel Jacobowitz <drow@mvista.com>
9143
9144 * gdb.texinfo (Server): Mention pidof.
9145
153721e6
AC
91462003-07-22 Andrew Cagney <cagney@redhat.com>
9147
9148 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9149 list.
9150
0fac0b41
DJ
91512003-06-28 Daniel Jacobowitz <drow@mvista.com>
9152
9153 * gdb.texinfo (Logging output): New chapter.
9154
4e562065
JB
91552003-06-24 Joel Brobecker <brobecker@gnat.com>
9156
9157 * gdb.texinfo (Unsupported languages): New section.
9158 (Languages): Add link to new section.
9159
f2c06f52
AC
91602003-06-22 Andrew Cagney <cagney@redhat.com>
9161
9162 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9163
b4177fca
DJ
91642003-06-22 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9167
f418dd93
DJ
91682003-06-22 Daniel Jacobowitz <drow@mvista.com>
9169
9170 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9171 * agentexpr.texi: Retitle section, and change it to an appendix.
9172 Comment out texinfo initialization. Factor a @var{} into two
9173 pieces to prevent makeinfo warnings.
9174 * gdb.texinfo: Add Agent Expressions appendix.
9175
4ca61388
DJ
91762003-06-19 Daniel Jacobowitz <drow@mvista.com>
9177
9178 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9179
07f31aa6
DJ
91802003-06-18 Daniel Jacobowitz <drow@mvista.com>
9181
5ae4183a 9182 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9183 remote target". Document the "detach" and "disconnect" commands.
9184 (Server, Netware, Debug Session): Reference "Connecting to a
9185 remote target".
9186 (GDB/MI Target Manipulation): Document "-target-disconnect".
9187
2dd0da42
AC
91882003-06-13 Andrew Cagney <cagney@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Deprecate
9191 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9192 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9193
e7a3abfc
JB
91942003-06-09 Jim Blandy <jimb@redhat.com>
9195
9196 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9197
25e3a86b
AC
91982003-06-08 Andrew Cagney <cagney@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Delete
9201 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9202
a9e5fdc2
AC
92032003-06-08 Andrew Cagney <cagney@redhat.com>
9204
9205 * gdbint.texinfo (Target Architecture Definition): Document
9206 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9207
b37303ee
AF
92082003-06-07 Adam Fedor <fedor@gnu.org>
9209
9210 * gdb.texinfo: Add Objective-C documentation.
9211
39fe6e80
AC
92122003-06-01 Andrew Cagney <cagney@redhat.com>
9213
9214 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9215 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9216
125309b2
AC
92172003-05-21 Andrew Cagney <cagney@redhat.com>
9218
9219 * gdbint.texinfo (Target Architecture Definition): Delete
9220 references to "extract_address" and "store_address".
9221
b8b527c5
AC
92222003-05-16 Andrew Cagney <cagney@redhat.com>
9223
9224 * gdbint.texinfo (Target Architecture Definition): Replace
9225 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9226 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9227
50e3ee83
TR
92282003-05-14 Theodore A. Roth <troth@openavr.org>
9229
9230 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9231
44e2be90
L
92322003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9233
9234 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9235 (gdb.dvi): Likewise.
9236 (gdb.pdf): Likewise.
9237 (links2roff): Likewise.
9238
df5215a6
JB
92392003-05-08 Jim Blandy <jimb@redhat.com>
9240
9241 * gdb.texinfo (Dump/Restore Files): Update documentation for
9242 'dump', 'append', and 'restore': note that format argument is
9243 optional; simplify presentation of the command variants; and be
9244 more precise about the formats.
9245
5e7b2f39
JB
92462003-05-07 Jim Blandy <jimb@redhat.com>
9247
9248 * gdb.texinfo (Symbols): Update documentation: 'maint list
9249 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9250 symtabs' and 'maint info psymtabs'.
9251
b1e29e33
AC
92522003-05-05 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdbint.texinfo (Target Architecture Definition): Make
9255 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9256 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9257 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9258
00905d52
AC
92592003-05-04 Andrew Cagney <cagney@redhat.com>
9260
9261 * gdb.texinfo (Maintenance Commands): Document "maint print
9262 dummy-frames".
9263
54ff5908
AC
92642003-05-04 Andrew Cagney <cagney@redhat.com>
9265
9266 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9267
32e7087d
JB
92682003-05-03 J. Brobecker <brobecker@gnat.com>
9269
9270 Thierry Schneider <tpschneider1@yahoo.com>
9271 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9272 for new MI command.
9273
7043d8dc
AC
92742003-05-03 Andrew Cagney <cagney@redhat.com>
9275
9276 * gdbint.texinfo (Target Architecture Definition): Document
9277 push_dummy_code. Add cross references.
9278
e33d66ec
EZ
92792003-05-02 Elena Zannoni <ezannoni@redhat.com>
9280
9281 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9282 set/show charsets commands.
9283
0ba6dca9
AC
92842003-04-28 Andrew Cagney <cagney@redhat.com>
9285
9286 * gdbint.texinfo (Target Architecture Definition): Replace
9287 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9288 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9289
d7a27068
AC
92902003-04-28 Andrew Cagney <cagney@redhat.com>
9291
9292 * gdbint.texinfo (Target Architecture Definition): Rename
9293 "tm_print_insn" to "deprecated_tm_print_insn".
9294
44ea7b70
JB
92952003-04-09 Jim Blandy <jimb@redhat.com>
9296
9297 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9298 list psymtabs'.
9299
fb8f8949
AC
93002003-04-08 Andrew Cagney <cagney@redhat.com>
9301
9302 * gdbint.texinfo (Target Architecture Definition): Delete
9303 references to EXTRA_FRAME_INFO.
9304
32fb0f22
AC
93052003-04-08 Andrew Cagney <cagney@redhat.com>
9306
9307 * gdbint.texinfo (Target Architecture Definition): Delete
9308 PRINT_TYPELESS_INTEGER.
9309
6be67e67
JB
93102003-04-02 J. Brobecker <brobecker@gnat.com>
9311
9312 * observer.texi (GDB Observers): Adjust the documentation for the
9313 normal_stop notification to better describe reality. Fix a couple
9314 of minor typos.
9315
4e35d5f0
BR
93162003-04-02 Bob Rossi <bob_rossi@cox.net>
9317
a9331b3f 9318 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9319 '-file-list-exec-source-file'
9320
e8a8712a
AC
93212003-03-31 Andrew Cagney <cagney@redhat.com>
9322
9323 * gdbint.texinfo (Target Architecture Definition): Delete
9324 references to CALL_DUMMY_P.
9325
6c0e89ed
AC
93262003-03-30 Andrew Cagney <cagney@redhat.com>
9327
9328 * gdbint.texinfo (Target Architecture Definition): Remove
9329 reference to TARGET_WRITE_SP.
a9331b3f 9330
378bfd1b
AC
93312003-03-27 Andrew Cagney <cagney@redhat.com>
9332
9333 * gdbint.texinfo (Target Architecture Definition): Remove
9334 references to write_sp.
6c0e89ed 9335
922fbb7b
AC
93362003-03-27 Andrew Cagney <cagney@redhat.com>
9337
9338 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9339 chapter body. Use @smallexample instead of @example.
9340 (Annotations): Ditto.
9341 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9342 annotate.texi.
9343
b81774d8
AC
93442003-03-26 Andrew Cagney <cagney@redhat.com>
9345
9346 * gdbint.texinfo (Target Architecture Definition): Replace
9347 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9348 dummy_addr parameters.
9349
1bf6d5cc
AC
93502003-03-25 Andrew Cagney <cagney@redhat.com>
9351
9352 * gdbint.texinfo (Target Architecture Definition): Delete
9353 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9354 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9355 Add reference to PUSH_ARGUMENTS.
9356
618ce49f
AC
93572003-03-23 Andrew Cagney <cagney@redhat.com>
9358
9359 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9360 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9361
bcd7e15f
JB
93622003-03-18 J. Brobecker <brobecker@gnat.com>
9363
9364 * gdbint.texinfo (Algorithms): Add new section describing the
9365 Observer paradigm.
9366 (Top): Add menu entry to new observer appendix.
9367 * observer.texi: New file.
9368 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9369 new observer.texi file.
9370
9fe8321b
AC
93712003-03-17 Andrew Cagney <cagney@redhat.com>
9372
9373 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9374 that GNU Press update the manual version number.
9375
ac2adee5
AC
93762003-03-12 Andrew Cagney <cagney@redhat.com>
9377
9378 * gdbint.texinfo (Target Architecture Definition): Delete
9379 references to get_saved_register. Rename GET_SAVED_REGISTER to
9380 DEPRECATED_GET_SAVED_REGISTER.
9381
749b82f6
AC
93822003-03-13 Andrew Cagney <cagney@redhat.com>
9383
9384 * gdbint.texinfo (Target Architecture Definition): Replace
9385 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9386
8bedc050
AC
93872003-03-12 Andrew Cagney <cagney@redhat.com>
9388
9389 * gdbint.texinfo (Target Architecture Definition): Rename
9390 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9391
0ce1b118
CV
93922003-03-10 Corinna Vinschen <vinschen@redhat.com>
9393
9394 * gdb.texinfo: Add File-I/O documentation.
9395
12cc2063
AC
93962003-03-10 Andrew Cagney <cagney@redhat.com>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Cross reference
9399 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9400
7453dc06
AC
94012003-03-07 Andrew Cagney <cagney@redhat.com>
9402
9403 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9404 frame" command.
9405
6314f104
AC
94062003-03-05 Andrew Cagney <cagney@redhat.com>
9407
9408 * gdbint.texinfo (Target Architecture Definition): Document
9409 unwind_dummy_id. Cross reference unwind_dummy_id and
9410 SAVE_DUMMY_FRAME_TOS.
9411
f1212245
DJ
94122003-03-05 James Ingham <jingham@apple.com>
9413 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9416 and "show cp-abi".
9417
77e7e267
AC
94182003-03-03 Andrew Cagney <cagney@redhat.com>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Document
9421 register_type.
9422
838a8221
AC
94232003-03-03 Andrew Cagney <cagney@redhat.com>
9424
9425 * stabs.texinfo (Structures): Use @samp and separate @var's
9426 instead of a single @var containing a comma separated list.
9427 (Unions): Ditto.
9428
d7f4a264
DJ
94292003-03-02 Daniel Jacobowitz <drow@mvista.com>
9430
9431 * Makefile.in (distclean): Remove config.log.
9432
f30ee0bc
AC
94332003-03-01 Andrew Cagney <cagney@redhat.com>
9434
9435 * gdbint.texinfo (Target Architecture Definition): Rename
9436 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9437
94382003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9439
9440 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9441 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9442
be448670
CF
94432003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9444
9445 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9446 (Non-debug DLL symbols): New node, describing the minimal symbols
9447 loaded from DLLs without real debugging symbols.
9448
501eef12
AC
94492003-02-20 Andrew Cagney <ac131313@redhat.com>
9450
9451 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9452 hardware-breakpoint-limit".
9453 (Set Watchpoints): Add cross reference to "set remote
9454 hardware-watchpoint-limit".
9455 (Remote configuration options): New section.
9456
21c294e6
AC
94572003-02-04 Andrew Cagney <ac131313@redhat.com>
9458
e9be73e4
AC
9459 * gdbint.texinfo (Target Architecture Definition): Delete
9460 descrption of IS_TRAPPED_INTERNALVAR.
9461
21c294e6
AC
9462 From Keith Seitz <keiths@redhat.com>:
9463 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9464 option "-i"/"--interpreter" to this chapter. Include index
9465 entries.
9466
0179ffac
DC
94672003-02-04 David Carlton <carlton@math.stanford.edu>
9468
9469 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9470 (Variables): Recommend stabs+ and DWARF 2.
9471 (C plus plus expressions): Correct info about
9472 compiler versions, debug formats.
9473 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9474 PR symtab/874.
9475
7ca9f392
AC
94762003-02-01 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdbint.texinfo (Target Architecture Definition): Delete
9479 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9480 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9481 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9482 references to nindy and i960.
9483 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9484
31a85ea2
AC
94852003-02-01 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdbint.texinfo (Target Architecture Definition): Delete
9488 FLOAT_INFO.
9489
6b894e49
AC
94902003-01-30 Andrew Cagney <ac131313@redhat.com>
9491
9492 * stabs.texinfo (Member Type Descriptor): Clarify description of
9493 `@'. Suggested by Ben Hutchings.
9494
c48861fb
AC
94952003-01-29 Andrew Cagney <ac131313@redhat.com>
9496
9497 * gdb.texinfo (M68K): Delete reference to es1800.
9498
617073a9
AC
94992003-01-29 Andrew Cagney <ac131313@redhat.com>
9500
9501 * gdb.texinfo (Maintenance Commands): Document `maint print
9502 reggroups' and `maint print register-groups'.
9503 * gdbint.texinfo (Target Architecture Definition): Document
9504 register_reggroup_p.
9505
5b5d99cf
JB
95062003-01-23 Jim Blandy <jimb@redhat.com>
9507
9508 * gdb.texinfo (Separate Debug Files): New section.
9509
e7ba9c65
DJ
95102003-01-22 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9513 and "maint show profile".
9514
94e91d6d
MC
95152003-01-16 Michael Chastain <mec@shout.net>
9516
9517 * gdb.texinfo (Installing GDB): Warn against
9518 ".../gdb-VERSION/gdb/configure".
9519 (Separate Objdir): Likewise.
9520
867f3898
AC
95212003-01-15 Andrew Cagney <ac131313@redhat.com>
9522
9523 * gdbint.texinfo (Target Architecture Definition): Delete
9524 definition of PRINT_REGISTER_HOOK.
9525
f153cc92
EZ
95262003-01-15 Elena Zannoni <ezannoni@redhat.com>
9527
9528 (OpenRISC 1000): Fix formatting of command names.
9529
c60eb6f1
EZ
95302003-01-15 Elena Zannoni <ezannoni@redhat.com>
9531
9532 * gdb.texinfo (Continuing and Stepping): Add new command
9533 'advance'. Clarify behavior of 'until'.
9534
f5ebfba0
DJ
95352003-01-13 Daniel Jacobowitz <drow@mvista.com>
9536
9537 * gdb.texinfo (Files): Document solib-absolute-prefix and
9538 solib-search-path.
9539
4ce8657e
MC
95402003-01-09 Michael Chastain <mec@shout.net>
9541
9542 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9543 (Create a Release): Add new instructions for new @file{src-release}.
9544 Document existing instructions for @file{Makefile.in} as
9545 being for @value{GDBN} 5.3.1 or earlier.
9546
372613e3
AC
95472003-01-09 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdbint.texinfo (Target Architecture Definition): Mention
9550 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9551 allocate memory.
9552
b4e9345d
DJ
95532003-01-04 Daniel Jacobowitz <drow@mvista.com>
9554
9555 * gdb.texinfo (Controlling GDB): Add @kindex for
9556 "show osabi".
9557 (Backtraces): Add @kindex's for backtrace-below-main.
9558
98b45e30
DJ
95592003-01-04 Daniel Jacobowitz <drow@mvista.com>
9560
9561 * gdb.texinfo (Controlling GDB): Document "set osabi".
9562
95f90d25
DJ
95632003-01-04 Daniel Jacobowitz <drow@mvista.com>
9564
9565 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9566 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9567
1e698235
DJ
95682003-01-04 Daniel Jacobowitz <drow@mvista.com>
9569
9570 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9571 "set coerce-float-to-double".
9572 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9573
e632838e
AC
95742003-01-02 Andrew Cagney <ac131313@redhat.com>
9575
9576 * stabs.texinfo: Remove obsolete text.
9577 * gdbint.texinfo: Ditto.
9578 * gdb.texinfo: Ditto.
9579
c133ab7a
MK
95802002-12-22 Mark Kettenis <kettenis@gnu.org>
9581
9582 * gdbint.texinfo (Target Architecture Definition): Update
9583 description of gdbarch_register_osabi.
9584
f821f325
KH
95852002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9586
9587 * agentexpr.texi: Fix typos.
9588 * annotate.texi: Likewise.
9589 * fdl.texi: Likewise.
9590
85a6d8d3 95912002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9592
9593 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9594 DEPRECATED_INIT_FRAME_PC.
9595
ae45cd16
AC
95962002-12-01 Andrew Cagney <ac131313@redhat.com>
9597
9598 * gdbint.texinfo (Target Architecture Definition): Delete
9599 PC_IN_CALL_DUMMY.
9600
07555a72
AC
96012002-11-28 Andrew Cagney <ac131313@redhat.com>
9602
9603 * gdbint.texinfo (Host Definition): Delete documentation on
9604 USE_GENERIC_DUMMY_FRAMES.
9605
c166cdc7
EZ
96062002-11-26 Elena Zannoni <ezannoni@redhat.com>
9607
5ae4183a 9608 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9609 * Makefile.in (install-info): Run the install-info command as part
9610 of the post install steps only.
9611 (uninstall-info): New target.
9612 (uninstall): New target.
9613
35db0260
EZ
96142002-11-22 Elena Zannoni <ezannoni@redhat.com>
9615
9616 * Makefile.in (install): Make install do some real work.
9617
9ba8d803
AC
96182002-11-19 Andrew Cagney <ac131313@redhat.com>
9619
9620 Fix POSIX problem reported by Paul Eggert.
9621 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9622 Fix PR gdb/527.
9623
903ad3a6
AC
96242002-10-26 Andrew Cagney <cagney@redhat.com>
9625
9626 * gdbint.texinfo (Target Architecture Definition): Delete
9627 definition of DO_REGISTERS_INFO.
9628
f2abfe65
KB
96292002-10-18 Kevin Buettner <kevinb@redhat.com>
9630
9631 * gdbint.texinfo (Address Classes): Fix problems with insertion
9632 of ``{'' and ``}'' in example.
9633
b5b0480a
KB
96342002-10-17 Kevin Buettner <kevinb@redhat.com>
9635
9636 * gdbint.texinfo (Address Classes): New section.
9637 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9638 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9639 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9640 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9641
c85508ee
KD
96422002-10-11 Klee Dienes <kdienes@apple.com>
9643
9644 * gdb.texinfo (Registers): Mention vector registers as well as
9645 floating registers in the documentation for 'info registers' and
9646 'info all-registers'.
9647
6d12fc3d
DJ
96482002-10-11 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9651
8d19fbd2
JJ
96522002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9653
9654 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9655 interface definition.
9656
a37295f9
MM
96572002-10-03 Marko Mlinar <markom@opencores.org>
9658
9659 * gdb.texinfo (Target Commands): Add or1k target specific
9660 commands.
9661 * gdb.texinfo (Contributors): Add myself to the contributors list.
9662
da0f9dcd
AC
96632002-10-01 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9666 and "mi1" instead of "mi1" and "mi0".
9667
2e834e49
HPN
96682002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9669
9670 * gdb.texinfo (Packets): Fix typos "alligned".
9671 Correct z3/Z3 description. Correct z4/Z4 title.
9672
050be0dc
AC
96732002-09-27 Andrew Cagney <ac131313@redhat.com>
9674
9675 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9676
1104b9e7
KB
96772002-09-25 Kevin Buettner <kevinb@redhat.com>
9678
9679 * gdb.texinfo: Use GNU/Linux instead of Linux.
9680
512217c7
AC
96812002-09-25 Andrew Cagney <ac131313@redhat.com>
9682
9683 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9684
10998722
AC
96852002-09-24 Andrew Cagney <ac131313@redhat.com>
9686
512217c7 9687 * gdb.texinfo: Replace @example with @smallexample.
10998722 9688
a0eb71c5
KB
96892002-09-20 Kevin Buettner <kevinb@redhat.com>
9690
f7dc1244 9691 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9692 * gdb.texinfo (Character Sets): Use @smallexample instead of
9693 @example. Use GNU/Linux instead of Linux.
9694
96952002-09-20 Jim Blandy <jimb@redhat.com>
9696
9697 * gdb.texinfo: Add character set documentation.
9698
2f870471
AC
96992002-09-19 Andrew Cagney <ac131313@redhat.com>
9700
9701 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9702 (Packets): Add cross reference from `b' packet to `z' packets.
9703
790eb8f5
AC
97042002-09-19 Andrew Cagney <ac131313@redhat.com>
9705
8d30a00d
AC
9706 * gdb.texinfo (Maintenance Commands): Document ``maint
9707 internal-error'' and ``maint internal-warning''.
9708
790eb8f5
AC
9709 * gdbint.texinfo (Target Architecture Definition): Revise
9710 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9711
a23a7bf1
JB
97122002-09-19 Joel Brobecker <brobecker@gnat.com>
9713
9714 * gdbint.texinfo (Target Conditionals): Document the new
9715 NAME_OF_MALLOC macro.
9716
299ffc64
AC
97172002-09-05 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9720 engineer.
9721
b7bb15bc
SC
97222002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9723
9724 * gdb.texinfo (TUI Overview): Document status line fields.
9725
3d757584
SC
97262002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9727
9728 * gdb.texinfo (TUI Commands): Document info win command.
9729
269c21fe
SC
97302002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9731
9732 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9733
7cf36c78
SC
97342002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9735
9736 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9737 (TUI Keys): Likewise.
9738
d2c6833e
AC
97392002-08-25 Andrew Cagney <ac131313@redhat.com>
9740
9741 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9742 for a packet receive.
9743
46d8b1c3
AC
97442002-08-25 Andrew Cagney <ac131313@redhat.com>
9745
9746 * Makefile.in (clean): Move to end of file.
9747 (distclean, maintainer-clean, realclean): Ditto.
9748 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9749 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9750 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9751 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9752
b0787093
AC
97532002-08-24 Andrew Cagney <ac131313@redhat.com>
9754
9755 * Makefile.in (GDBINT_TEX_TMPS): Define.
9756 (gdbint.dvi, gdbint.pdf): Use
9757 (GDB_TEX_TMPS): Define.
9758 (gdb.dvi, gdb.pdf): Use.
9759 (STABS_TEX_TMPS): Define.
9760 (stabs.dvi, stabs.pdf): Use.
9761 (GDB_DOC_SOURCE_INCLUDES): New macros.
9762 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9763 (GDBINT_DOC_FILES_INCLUDES): New macros.
9764 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9765 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9766 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9767 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9768 (links2roff): Replace SFILES_INCLUDED with
9769 GDB_DOC_SOURCE_INCLUDES.
9770 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9771 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9772 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9773 dependencies.
9774 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9775 dependencies.
9776 (gdbmi.texinfo): Delete rule.
9777 (inc-hist.texinfo): Delete rule.
9778 (rluser.texinfo): Delete rule.
9779
ebba8386
AC
97802002-08-23 Andrew Cagney <cagney@redhat.com>
9781
9782 * gdbint.texinfo (Target Architecture Definition): Update
9783 STORE_RETURN_VALUE, mention regcache.
9784
0ab7a791
AC
97852002-08-21 Andrew Cagney <ac131313@redhat.com>
9786
9787 * gdbint.texinfo (Target Architecture Definition): Document
9788 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9789
ee2d5c50
AC
97902002-08-19 Andrew Cagney <ac131313@redhat.com>
9791
9792 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9793 Fix minor typos. Add index entries.
9794
53c69bd7
AC
97952002-08-18 Andrew Cagney <ac131313@redhat.com>
9796
9797 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9798
e76f1f2e
AC
97992002-08-15 Andrew Cagney <ac131313@redhat.com>
9800
9801 * gdbint.texinfo (Target Architecture Definition): Document
9802 PRINT_VECTOR_INFO.
9803 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9804
0680b120
AC
98052002-08-13 Andrew Cagney <ac131313@redhat.com>
9806
9807 * gdb.texinfo (Maintenance Commands): Document "maint print
9808 registers", "maint print raw-registers" and "maint print
9809 cooked-registers".
9810
3c3bea1c
GS
98112002-08-08 Grace Sainsbury <graces@redhat.com>
9812
a9331b3f 9813 From Mark Salter:
3c3bea1c
GS
9814 * gdb.texinfo (Protocol): Document T packet extension to
9815 allow watchpoint address reporting.
9816
42f9b0a5
AC
98172002-08-03 Andrew Cagney <ac131313@redhat.com>
9818
9819 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9820
db034ac5
AC
98212002-08-01 Andrew Cagney <cagney@redhat.com>
9822
9823 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9824 to CHILL.
9825
e2b28d04
AC
98262002-08-01 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbint.texinfo (Coding): Revise section "Include Files".
9829
7fb623f7
AC
98302002-07-24 Andrew Cagney <cagney@redhat.com>
9831
9832 * gdbint.texinfo: Obsolete references to m88k.
9833 * gdb.texinfo: Ditto.
9834
4a2b4636
JB
98352002-07-10 Joel Brobecker <brobecker@gnat.com>
9836
7fb623f7 9837 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9838 where the proper version of autoconf can be retrieved.
9839
a71ec265
DH
98402002-07-09 Don Howard <dhoward@redhat.com>
9841
9842 * gdb.texinfo (Command Files): Further describe the behavior of
9843 sourced command files.
9844
b9aa90c9
AC
98452002-06-27 Andrew Cagney <ac131313@redhat.com>
9846
9847 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9848 (Coding): Clarify ISO C version that GDB assumes.
9849
40dd2248
TT
98502002-06-26 Tom Tromey <tromey@redhat.com>
9851
9852 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9853 add_setshow_cmd_full.
9854
bfac230e
DH
98552002-06-25 Don Howard <dhoward@redhat.com>
9856
9857 * gdb.texinfo (Memory Region Attributes): Document new behavior
9858 for 'mem' command.
9859
475b0867
JB
98602002-06-11 Jim Blandy <jimb@redhat.com>
9861
919d772c
JB
9862 * gdb.texinfo (Symbols): Update documentation for `info source'
9863 command.
9864
475b0867
JB
9865 * gdb.texinfo (Macros): Call the command `info macro', not
9866 `show macro'.
9867
ba8c9337
AC
98682002-06-09 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9871 data''.
9872
1029b7fa
MK
98732002-06-09 Mark Kettenis <kettenis@gnu.org>
9874
9875 * gdbint.texinfo (Target Architecture Definition): Document
9876 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9877
16737d73
AC
98782002-06-08 Andrew Cagney <ac131313@redhat.com>
9879
9880 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9881 lists.
9882
30107679
AC
98832002-06-08 Andrew Cagney <ac131313@redhat.com>
9884
9885 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9886 Branch''.
9887
3352e23e
AC
98882002-06-01 Andrew Cagney <ac131313@redhat.com>
9889
9890 * gdbint.texinfo (Target Architecture Definition): Add section
9891 ``Converting an existing Target Architecture to Multi-arch''.
9892
cbb09e6a
AC
98932002-05-30 Andrew Cagney <ac131313@redhat.com>
9894
9895 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9896 to ``Obsoleting code''. Revise.
9897
e2e0bcd1
JB
98982002-05-17 Jim Blandy <jimb@redhat.com>
9899
9900 * gdb.texinfo (C Preprocessor Macros): New chapter.
9901 Include it in the main menu.
9902 (Contributors): Credit Jim Blandy with macro support.
9903 (Compilation): Explain how to get macro information into the
9904 executable.
9905 (Expressions): Note that preprocessor macros are expanded.
9906
9db8d71f
DJ
99072002-05-14 Daniel Jacobowitz <drow@mvista.com>
9908
9909 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9910 options for `target remote'.
9911
6d531722
AC
99122002-05-13 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdbint.texinfo (Target Architecture Definition): Delete
9915 documentation on NNPC_REGNUM.
9916
13d01224
AC
99172002-05-11 Andrew Cagney <ac131313@redhat.com>
9918
9919 * gdbint.texinfo (Target Architecture Definition): Document
9920 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9921 (Target Architecture Definition): Revise section `Using Different
9922 Register and Memory Data Representations'. Add section `Raw and
9923 Virtual Register Representations'.
9924
b2e75d78
AC
99252002-05-11 Andrew Cagney <ac131313@redhat.com>
9926
9927 * gdbint.texinfo (Target Architecture Definition): Mention
9928 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9929 (Target Architecture Definition): Mention same. Add references to
9930 web pages.
9931
2c8682ee
MS
99322002-05-08 Michael Snyder <msnyder@redhat.com>
9933
9934 * stabs.texinfo (Attributes): Document new "vector" attribute.
9935
0816590b
AC
99362002-05-04 Andrew Cagney <ac131313@redhat.com>
9937
9938 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9939
2653173e
AC
99402002-05-04 Andrew Cagney <ac131313@redhat.com>
9941
9942 * gdb.texinfo: Delete obsolete references to a29k.
9943
d7bd68ca
AC
99442002-04-24 Andrew Cagney <ac131313@redhat.com>
9945
9946 * gdbint.texinfo (Target Architecture Definition): Replace
9947 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9948
21d83aa5
DM
99492002-04-24 David S. Miller <davem@redhat.com>
9950
9951 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9952
7673a6cc
DM
99532002-04-21 David S. Miller <davem@redhat.com>
9954
9955 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9956
d49d1e0a
AC
99572002-04-21 Andrew Cagney <ac131313@redhat.com>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Delete
9960 definition of HAVE_REGISTER_WINDOWS.
9961
f7dc1244 99622002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9963
9964 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9965 "Theodore A. Roth" <troth@verinet.com>.
9966
5ca0cb28
DH
99672002-04-15 Don Howard <dhoward@redhat.com>
9968
f7dc1244 9969 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9970 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9971 Provide a better explaination of this feature.
5ca0cb28 9972
f208ba17
AC
99732002-04-14 Andrew Cagney <ac131313@redhat.com>
9974
9975 * gdbint.texinfo (Target Architecture Definition): Remove
9976 FRAME_CHAIN_COMBINE.
9977
d5ba91de
MC
99782002-04-12 Michael Chastain <mec@shout.net>
9979
9980 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9981 REG_STACK_SEGMENT.
9982
26818220
MC
99832002-04-09 Michael Chastain <mec@shout.net>
9984
9985 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9986 PYRAMID_* macros.
9987
129188f6
AC
99882002-04-07 Andrew Cagney <ac131313@redhat.com>
9989
9990 * gdb.texinfo (Bug Reporting): Document that the web is the
9991 prefered way of submitting bug reports.
9992 (Bug Reporting): Delete the s-mail address as the last resort.
9993
8227c0ff
AC
99942002-04-05 Andrew Cagney <ac131313@redhat.com>
9995
9996 * gdbint.texinfo (Target Architecture Definition): Delete
9997 references to TARGET_WRITE_FP and write_fp.
9998
16d9dec6
MS
99992002-03-27 Michael Snyder <msnyder@redhat.com>
10000
10001 * gdb.texinfo: Document new commands dump, append, and restore.
10002
9ae8b82c
AC
100032002-03-27 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10006 Branch'.
10007
474c8240
AC
100082002-03-18 Andrew Cagney <ac131313@redhat.com>
10009
10010 * gdb.texinfo: Change all examples to @smallexample.
10011 * gdbint.texinfo: Ditto.
a9331b3f 10012
fb0ff88f
AC
100132002-03-18 Andrew Cagney <ac131313@redhat.com>
10014
10015 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10016 Branches''.
10017
9bb0a4d8
AC
100182002-03-18 Andrew Cagney <ac131313@redhat.com>
10019
10020 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10021 Policy''.
10022
937f164b
FF
100232002-03-04 Fred Fish <fnf@redhat.com>
10024
10025 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10026 expresson, suports, dependant, trhe, perhaphs, situtations,
10027 explictily, taged, oportunity, unfortunatly).
10028
a7b40f07
AC
100292002-02-24 Andrew Cagney <ac131313@redhat.com>
10030
10031 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10032 Remove reference to 3.12.
10033
aab4e0ec
AC
100342002-02-23 Andrew Cagney <ac131313@redhat.com>
10035
10036 * gdbint.texinfo: Include fdl.texi.
10037 (Top): Add GNU Free Documentation License.
10038 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10039 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10040 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10041 (gdbint.info): Add srcdir to include path.
10042 * gdb.texinfo: Include gpl.texi.
10043 (Top): Add Copying.
10044 * gpl.texi: New file.
10045
47b95330
AC
100462002-02-23 Andrew Cagney <ac131313@redhat.com>
10047
10048 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10049
78c47bea
PM
100502002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10051
10052 * gdb.texinfo: Document Cygwin native specific commands.
10053
56460a61
DJ
100542002-02-15 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * gdb.texinfo: Document gdbserver ``--attach'' command.
10057
def71bfa
MS
100582002-02-07 Michael Snyder <msnyder@redhat.com>
10059
10060 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10061 to @code(_ovly_debug_event).
10062
c928edc0
AC
100632002-02-07 Andrew Cagney <ac131313@redhat.com>
10064
10065 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10066
81d46470
MS
100672002-02-06 Michael Snyder <msnyder@redhat.com>
10068
10069 * gdb.texinfo (overlays): Mention new magic symbol
10070 '_ovly_debug_event', which allows GDB to keep better track
10071 of overlays.
10072
f7dc1244 100732002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10074
10075 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10076 Suggested by Dmitry Sivachenko.
10077
10078 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10079
15110bc3
MS
100802002-02-01 Michael Snyder <msnyder@redhat.com>
10081
10082 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10083
6763aef9
MS
100842002-01-30 Michael Snyder <msnyder@redhat.com>
10085
ac282366
MS
10086 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10087 (set trust-readonly-sections): Document.
6763aef9 10088
8642bc8f
AC
100892002-01-29 Andrew Cagney <ac131313@redhat.com>
10090
10091 * gdbint.texinfo (Releasing GDB): Revise and update.
10092
afe64c1a
AC
100932002-01-28 Andrew Cagney <ac131313@redhat.com>
10094
10095 * gdbint.texinfo (Target Architecture Definition): Delete
10096 description of TARGET_BYTE_ORDER_DEFAULT.
10097
f7dc1244 100982002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10099
10100 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10101 <mitya@cavia.pp.ru>.
10102
3d6e1b5a
AC
101032002-01-23 Andrew Cagney <ac131313@redhat.com>
10104
10105 * libgdb.texinfo: Delete file.
10106
6c0e9fb3
AC
101072002-01-22 Andrew Cagney <ac131313@redhat.com>
10108
10109 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10110 * gdbint.texinfo: Ditto.
10111
e0ce93ac
AC
10112Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10113
10114 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10115
be298bcc
AC
101162002-01-22 Andrew Cagney <ac131313@redhat.com>
10117
10118 * Makefile.in: Update copyright.
10119 (TEXI2DVI): Define.
10120 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10121 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10122 gdb-cfg.texi.
10123 (TEXINDEX, PDFTEX): Delete makefile variables.
10124
8e04817f
AC
101252002-01-22 Andrew Cagney <ac131313@redhat.com>
10126
10127 * gdb.texinfo (Protocol): Move section to appendix.
10128
6b2f586d
AC
101292002-01-21 Andrew Cagney <ac131313@redhat.com>
10130
10131 * gdb.texinfo (Remote Debugging): Create a menu.
10132 (Top): Add ``Remote Debugging'' to menu.
10133
6f05cf9f
AC
101342002-01-21 Andrew Cagney <ac131313@redhat.com>
10135
10136 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10137 serial protocol'' from here.
10138 (Remote Debugging): To here. New chapter.
10139
3fd3d7d2
AC
101402002-01-20 Andrew Cagney <ac131313@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Delete
10143 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10144
7fd60527
AC
101452002-01-20 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10148 are no longer needed.
10149 (Porting GDB): Add maintainer note about configure.host.
10150
c2f05ac9
AC
101512002-01-20 Andrew Cagney <ac131313@redhat.com>
10152
10153 * gdbint.texinfo (Target Architecture Definition): Remove
10154 definition of IEEE_FLOAT.
10155
f7dc1244 101562002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10157
10158 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10159 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10160 <3diff@gnu.org>
231b2aad 10161
82600034
AC
101622002-01-19 Andrew Cagney <ac131313@redhat.com>
10163
10164 * gdbint.texinfo (Host Definition): Remove references to
10165 MALLOC_INCOMPATIBLE.
10166
7708fa01
AC
101672002-01-17 Andrew Cagney <ac131313@redhat.com>
10168
10169 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10170 and xyz-xdep.o.
10171
eb12ee30
AC
101722002-01-17 Andrew Cagney <ac131313@redhat.com>
10173
889bf7c5 10174 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10175 (Set Breaks): Copy ``maint info breakpoint'' doco to
10176 ``Maintenance Commands'' appendix. Add reference.
10177
c9ccaa92
AC
101782002-01-17 Andrew Cagney <ac131313@redhat.com>
10179
10180 * fdl.texi: Remove next/prev from @node.
10181
f7dc1244 101822002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10183
10184 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10185 for monstrous @multitable (from Brian Youmans).
10186
10187 * fdl.texi: New file.
10188
10189 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10190
8973da3a
AC
101912002-01-15 Andrew Cagney <ac131313@redhat.com>
10192
10193 * gdbint.texinfo (Releasing GDB): New chapter.
10194
7d86b5d5
AC
101952002-01-14 Andrew Cagney <ac131313@redhat.com>
10196
10197 * gdb.texinfo (Embedded Processors, Calling program functions):
10198 Obsolete references to a29k.
10199
cc1cb004
AC
102002002-01-13 Andrew Cagney <ac131313@redhat.com>
10201
10202 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10203 examples. Document that a code-block should do or discard its
10204 cleanups before exit.
10205
79f12247
MS
102062002-01-11 Michael Snyder <msnyder@redhat.com>
10207
10208 * gdb.texinfo (Choosing files): Change @samp to @file.
10209
19837790
MS
102102002-01-05 Michael Snyder <msnyder@redhat.com>
10211
10212 * gdb.texinfo (--pid): Document new command line option (attach).
10213
f7dc1244 102142002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10215
10216 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10217 in the stub.
10218
d7449b42
AC
102192002-01-04 Andrew Cagney <ac131313@redhat.com>
10220
10221 * gdbint.texinfo (Target Architecture Definition): Replace
10222 BIG_ENDIAN with BFD_ENDIAN_BIG.
10223
f23631e4
AC
102242002-01-03 Andrew Cagney <ac131313@redhat.com>
10225
10226 * gdbint.texinfo (Target Architecture Definition): Replace
10227 value_ptr with struct value pointer.
10228
72c9928d
EZ
102292002-01-02 Eli Zaretskii <eliz@gnu.org>
10230
10231 * gdb.texinfo (Free Software): Fix wording.
10232
959acfd1
EZ
102332001-12-31 Eli Zaretskii <eliz@gnu.org>
10234
10235 * gdb.texinfo (Free Software): New section ``Free Software Needs
10236 Free Documentation''.
10237
f7dc1244 102382001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10239
10240 * stabs.texinfo:
10241 * gdb.texinfo:
10242 * gdbint.texinfo:
10243 * libgdb.texinfo:
10244 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10245
6600abed
MS
102462001-12-29 Michael Snyder <msnyder@redhat.com>
10247
10248 * gdb.texinfo (maint info sections): Fix typo.
10249
f6680716
MS
102502001-12-26 Michael Snyder <msnyder@redhat.com>
10251
fe95c787
MS
10252 * gdb.texinfo (maint info sections): Document.
10253
a9331b3f 10254 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10255 'info proc' sub-options that are currently not implemented.
10256
c3d3ce5b
JB
102572001-12-20 Jim Blandy <jimb@redhat.com>
10258
10259 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10260
778eb05e
AC
102612001-12-15 Andrew Cagney <ac131313@redhat.com>
10262
10263 * gdbint.texinfo (Target Architecture Definition): Replace
10264 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10265
2607059c
AC
102662001-12-01 Andrew Cagney <ac131313@redhat.com>
10267
10268 * gdbint.texinfo (Host Definition): Delete documentation on
10269 HOST_BYTE_ORDER.
10270
df0cd8c5
JB
102712001-11-30 Jim Blandy <jimb@redhat.com>
10272
10273 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10274 overlay support. Add to top-level menu.
df0cd8c5 10275
88118b3a
TT
102762001-11-26 Tom Tromey <tromey@redhat.com>
10277
10278 * gdb.texinfo (Command Syntax): Document C-o binding.
10279
96565e91
CF
102802001-07-26 Christopher Faylor <cgf@redhat.com>
10281
10282 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10283 use since it is described in the referenced section.
10284
f7dc1244 10285 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10286 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10287 clearer when using DJGPP.
10288
2a3d5645
CF
102892001-11-24 Christopher Faylor <cgf@redhat.com>
10290
10291 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10292 specifically refer to MS-DOS.
10293 (command files): Mention gdb.ini is only used on MS-DOS.
10294
aa26fa3a
TT
102952001-11-21 Tom Tromey <tromey@redhat.com>
10296
10297 * gdb.texinfo (Invoking GDB): Document --args.
10298 (Mode Options): Likewise.
10299
4f8ada06
JB
103002001-11-21 Jim Blandy <jimb@redhat.com>
10301
10302 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10303 Delete documentation; this macro has been removed from the
10304 sources.
4f8ada06 10305
3fe0dc10
JB
103062001-11-13 Jim Blandy <jimb@redhat.com>
10307
10308 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10309
9e5abb06
CV
103102001-11-06 Corinna Vinschen <vinschen@redhat.com>
10311
10312 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10313
1c5dfdad
MS
103142001-11-05 Michael Snyder <msnyder@redhat.com>
10315
a9331b3f 10316 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10317 quote regexp chars in function names such as "operator*()".
10318
990f9fe3
FF
103192001-11-01 Fred Fish <fnf@redhat.com>
10320
10321 * gdbint.texinfo (SOLIB_ADD): Document additional new
10322 "readsyms" arg.
10323
b433d00b
DH
103242001-10-30 Don Howard <dhoward@redhat.com>
10325
070b1dd3
DH
10326 * gdb.texinfo: (Command Files) Added documentation for the
10327 behavior of gdb with input redirected from a file.
b433d00b 10328
b7209cb4
FF
103292001-10-28 Fred Fish <fnf@redhat.com>
10330
10331 * gdb.texinfo (auto-solib-add): Change docs to match
10332 implementation change.
10333 (auto-solib-limit): Add docs for new variable.
10334
1aa20aa8
AC
103352001-10-15 Andrew Cagney <ac131313@redhat.com>
10336
10337 * gdbint.texinfo (Target Architecture Definition): Function
10338 value_as_pointer renamed to value_as_address.
10339
fc0c74b1
AC
103402001-10-15 Andrew Cagney <ac131313@redhat.com>
10341
10342 * gdbint.texinfo (Target Architecture Definition): Default
10343 POINTER_TO_ADDRESS functions assume unsigned addresses.
10344 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10345 posting by Jim Blandy.
10346
f4846649
JB
103472001-10-12 Jim Blandy <jimb@redhat.com>
10348
10349 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10350 version of texi2html (1.64) doesn't support this flag any more.
10351
f277788b
MK
103522001-09-08 Mark Kettenis <kettenis@gnu.org>
10353
a9dc4918
MK
10354 * gdbint.texinfo (Host Definition): Remove description of
10355 MEM_FNS_DECLARED.
10356
d28379df
MK
10357 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10358
f277788b
MK
10359 * gdbint.texinfo (Host Definition): Remove description of
10360 HAVE_SIGSETMASK.
10361
7ccaa899
EZ
103622001-09-04 Elena Zannoni <ezannoni@redhat.com>
10363
10364 * gdbint.texinfo (Target Architecture Definition): Add
10365 explanation of TARGET_PRINT_INSN macro.
10366
17d9d558
JB
103672001-08-30 Jim Blandy <jimb@redhat.com>
10368
10369 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10370 Explain what it means to load relocatable files.
10371
72cde065
JB
103722001-08-28 Jim Blandy <jimb@redhat.com>
10373
10374 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10375 info `top' menu.
10376
9e678452
CF
10377Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10378
10379 * gdbint.texinfo: Add a cautionary note about macro use.
10380
a2bea4c3 103812001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10382
a2bea4c3
CV
10383 * gdb.texinfo: Explain omitting the hostname in the
10384 `target remote' command.
10385
1129bf27
DJ
103862001-07-30 Daniel Jacobowitz <drow@mvista.com>
10387
10388 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10389 and END-INFO-DIR-ENTRY.
10390
732b3002
SC
103912001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10392
10393 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10394
89437448
AC
103952001-07-25 Andrew Cagney <ac131313@redhat.com>
10396
10397 * gdbint.texinfo (libgdb): Rewrite.
10398
f7dc1244 103992001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10400
10401 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10402
c4555f82
SC
104032001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10404
10405 * gdb.texinfo (TUI): New chapter, document the TUI.
10406 (Mode Options): Document the -tui option.
10407
2f45a6e0
MK
104082001-07-23 Mark Kettenis <kettenis@gnu.org>
10409
10410 * gdbint.texinfo (Host Definition): Remove description of
10411 NEED_POSIX_SETPGID.
10412
f7dc1244 104132001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10414
10415 * gdb.tex (DJGPP Native): New node, with descriptions of
10416 DJGPP-specific commands.
10417
be9c6c35
JM
104182001-07-19 John R. Moore <jmoore@redhat.com>
10419
10420 * gdbint.texinfo: Three misspellings.
10421
dfa249fb
AC
104222001-07-06 Andrew Cagney <ac131313@redhat.com>
10423
10424 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10425 `test` expressions on bash. Problem reported by Colin Walters.
10426
c72e7388
AC
104272001-07-04 Andrew Cagney <ac131313@redhat.com>
10428
10429 * gdbint.texinfo (User Interface): Update ui-out documentation to
10430 refelect recent UI/MI updates.
10431
94bbb2c0
AC
104322001-07-04 Andrew Cagney <ac131313@redhat.com>
10433
10434 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10435 interpreters.
10436
af6c57ea
AC
104372001-06-15 Andrew Cagney <ac131313@redhat.com>
10438
10439 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10440 structure and not macros.
10441 (Host Definition): Document that much of this chapter is obsolete.
10442 (Target Architecture Definition): Update list of files that make
10443 up a target architecture.
10444 (Coding): Update.
10445
83aa8bc6
AC
104462001-06-28 Andrew Cagney <ac131313@redhat.com>
10447
10448 * gdbint.texinfo (Target Architecture Definition): Update
10449 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10450 The latter has been changed to a true predicate.
10451
f7dc1244 104522001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10453
10454 * annotate.texi: Add @noindent where needed. From Dmitry
10455 Sivachenko <dima@Chg.RU>.
10456 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10457
656db9b0
AC
104582001-06-16 Andrew Cagney <ac131313@redhat.com>
10459
10460 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10461
df2396a1
AC
104622001-06-14 Andrew Cagney <ac131313@redhat.com>
10463
10464 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10465 returns ``OK''. Document that the ``R'' packet does not reply.
10466
0f1f2b0a
MS
104672001-06-13 Michael Snyder <msnyder@redhat.com>
10468
10469 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10470
f7dc1244 104712001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10472
10473 * gdb.texinfo (Signals): Clarify the default setting of signal
10474 handling.
10475
a5d7c491
AC
104762001-05-14 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10479 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10480
05a54c4f
AC
104812001-05-12 Andrew Cagney <ac131313@redhat.com>
10482
10483 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10484
f7dc1244 104852001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10486
10487 * gdbint.texinfo (Clean Design and Portable Implementation):
10488 Renamed from "Clean Design".
10489 (Clean Design and Portable Implementation): Document portable
10490 methods of handling file names, and the associated macros.
10491
f7dc1244 104922001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10493
10494 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10495 command and provide a cross-reference to its description.
10496 (Symbols): Note that "info scope" is useful for trace experiments.
10497
f7dc1244 104982001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10499
b37052ae
EZ
10500 * gdb.texinfo (Symbols): Document "info scope".
10501 (Tracepoints): New chapter.
10502 (Contributors): Update for v5.1.
10503 <All nodes>: Change "C++" to "C@t{++}".
10504
0ee54786
EZ
10505 * gdbint.texinfo (User Interface): A new section about ui_out
10506 functions, based on text written by Fernando Nasser.
10507
c534679c
EZ
10508 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10509
f7dc1244 105102001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10511
e9c75b65
EZ
10512 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10513
10514 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10515
10516 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10517 Replace "GDB" with "@value{GDBN}". Fix markup.
10518
10519 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10520
3d67e040
EZ
10521 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10522 a cross-reference to its description.
10523 (Symbols): Document "info symbol".
10524
f7dc1244 105252001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10526
10527 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10528 subsection "x86 Watchpoints".
10529 (Target Architecture Definition): Document the macros
10530 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10531 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10532
b0ed3589
AC
105332001-03-20 Andrew Cagney <ac131313@redhat.com>
10534
10535 * gdbint.texinfo (Target Architecture Definition): Update
10536 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10537 list.
10538
b6ba6518
KB
105392001-03-06 Kevin Buettner <kevinb@redhat.com>
10540
10541 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10542 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10543
f7dc1244 105442001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10545
10546 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10547
f7dc1244 105482001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10549
17cc6a06
EZ
10550 * gdb.texinfo (Environment): Document that `path' does not change
10551 the value of PATH in GDB's own environment (it did in the past,
10552 but that was changed on March 15, 1994). Reported by Doug Evans
10553 <dje@transmeta.com>.
10554
56caf160
EZ
10555 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10556 its line. Fix markup of commands and macros. Add an Index node
10557 and index entries.
10558
29e57380
C
105592001-01-23 J.T. Conklin <jtc@redback.com>
10560
10561 * gdb.texinfo (Memory region attributes): New manual section.
10562
1c6147de
ND
105632001-01-04 Nicholas Duffek <nsd@redhat.com>
10564
10565 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10566
f7dc1244 105672000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10568
10569 * refcard.tex: Version and copyright fixed. From Phil Edwards
10570 <pedwards@disaster.jaj.com>.
10571
0dcedd82
AC
10572Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10573
10574 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10575 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10576
3b851bce
AC
10577Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10578
10579 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10580 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10581
f7dc1244 105822000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10583
10584 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10585 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10586
b90a5f51
CF
105872000-11-10 Christopher Faylor <cgf@cygnus.com>
10588
10589 * gdb.texinfo: Document new 'set step-mode' command.
10590
f7dc1244 105912000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10592
10593 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10594 changes from Dmitry Sivachenko <dima@Chg.RU>.
10595
f7dc1244 105962000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10597
10598 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10599 From Steven Johnson <sbjohnson@ozemail.com.au>.
10600
2e685b93
MK
106012000-08-10 Mark Kettenis <kettenis@gnu.org>
10602
10603 * gdbint.texinfo (Overall Structure): Spelling fix.
10604
f7dc1244 106052000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10606
10607 * gdbint.texinfo (Target Architecture Definition): Document that
10608 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10609 for which REGISTER_CONVERTIBLE returns a zero value.
10610
63ac3005
EZ
106112000-07-08 Christopher Faylor <cgf@cygnus.com>
10612
10613 * Makefile.in (install-info): Find files to install in either the
10614 build or source directories (adapted from Makefile.am).
10615
bd79f757
ND
106162000-07-07 Nicholas Duffek <nsd@redhat.com>
10617
10618 * stabs.texinfo: Fix spelling errors.
10619 (String Field): FILE-NUMBER starts from 0, not 1.
10620
f7dc1244 106212000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10622
10623 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10624 Brian Youmans.
5f208f6d 10625
f7dc1244 106262000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10627
10628 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10629 the source directory. Reported by Mark Harig
10630 <markh@frazier.landmark.com>.
cc542d3b 10631
f3b28801
C
106322000-06-20 J.T. Conklin <jtc@redback.com>
10633
10634 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10635
449f3b6c
AC
10636Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10637
10638 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10639 Generate using pdftex.
449f3b6c 10640 (PDFTEX): Define.
889bf7c5 10641 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10642 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10643 @contents at the start.
449f3b6c 10644
f7dc1244 106452000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10646
10647 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10648 Youmans.
48e934c6 10649
9e9c5ae7
AC
10650Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10651
10652 From Brian Youmans:
10653 * gdb.texinfo: Fix ``et al.''.
10654
c741b251
AC
10655Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10656
10657 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10658 loop.
c741b251 10659
4ab64e14
JG
106602000-05-19 Jimmy Guo <guo@cup.hp.com>
10661
10662 * configure: Regenerate.
10663
f7dc1244 106642000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10665
10666 * Makefile.in (install-info): Run install-info on installed Info
10667 files.
10668
8c70017b
AC
10669Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10670
a7cb598a 10671 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10672 Andrew Cagney.
8c70017b 10673
f7dc1244 106742000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10675
10676 * gdb.texinfo: Proofreading changes from Brian Youmans.
10677
bf0184be
ND
106782000-05-01 Nick Duffek <nsd@cygnus.com>
10679
10680 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10681 startup sequence, minor edits.
10682
f7dc1244 106832000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10684
10685 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10686 TeX.
10687
10688 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10689 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10690 like `n' and `s' which look weird. Convert some of the @kindex to
10691 @vindex, when they refer to variables, not commands.
10692
33e16fad
AC
10693Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10694
10695 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10696
f7dc1244 106972000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10698
10699 * Makefile.in (GDBMI_DIR): New variable.
10700 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10701 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10702 (gdbmi.texinfo): New target, for texi2roff.
10703 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10704 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10705
10706 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10707 gdbmi.texinfo.
10708 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10709 comment.
10710
d167840f
EZ
107112000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10712
10713 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10714 command.
d167840f 10715
f7dc1244 107162000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10717
10718 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10719 prevents the build (and is generally a Bad Idea).
10720
f7dc1244 107212000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10722
10723 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10724 a comma inside @var.
10725 (Command Files): Index markup changes from Dmitry Sivachenko
10726 <dima@Chg.RU>.
10727
f7dc1244 107282000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10729
10730 * Makefile.in (LN_S): Define.
10731 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10732 invoke "ln -s" unless it is known to work.
10733
10734 * configure.in (AC_PROG_LN_S): Add.
10735
8dc7983f
JB
107362000-04-14 Jim Blandy <jimb@redhat.com>
10737
10738 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10739 section.
10740 (Target Conditionals): Document ADDRESS_TO_POINTER,
10741 POINTER_TO_ADDRESS.
10742
1a8237e8
DB
107432000-04-11 Daniel Berlin <dan@cgsoftware.com>
10744
10745 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10746 gdb-cfg.texi to get the value.
10747
ca526f1a
JB
107482000-04-10 Jim Blandy <jimb@redhat.com>
10749
10750 * gdbint.texinfo (Target Architecture Definition): Fix
10751 cross-references.
10752
faaafcb4
JB
107532000-04-08 Jim Blandy <jimb@redhat.com>
10754
10755 * gdbint.texinfo (Using Different Register and Memory Data
10756 Representations): New section.
10757 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10758 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10759 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10760
1b27397f
AC
10761Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10762
10763 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10764 for acknowledgments.
1b27397f 10765
480ff1fb
AC
10766Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10767
10768 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10769 qThreadExtraInfo.
480ff1fb 10770
a9331b3f 107712000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10772
a9331b3f
RM
10773 * gdb.texinfo: Clarify which remote debug protocol commands are
10774 required and which are optional.
f1251bdd 10775
dbeb8dbd
AC
10776Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10777
10778 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10779 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10780 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10781 * annotate.texi: Update.
10782
6d2ebf8b
SS
107832000-03-28 Stan Shebs <shebs@apple.com>
10784
10785 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10786 expectation of additional changes before release), update
10787 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10788 node links, rephrase and/or shorten lines to fix formatting
10789 problem in both regular and @smallbook formats.
10790 * annotate.texi: Shorten lines in example, use smallexample
10791 consistently everywhere.
10792 * Makefile.in: Add comment about texinfo 4.0 html generation.
10793 (SFILES_INCLUDED): Add annotate.texi.
10794
5d161b24
DB
107952000-03-27 Daniel Berlin <dan@cgsoftware.com>
10796
5ae4183a
AS
10797 * gdb.texinfo (Debugging Output): Added new section, documenting
10798 the "set/show debug" commands.
5d161b24 10799
b9deaee7
AC
10800Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10801
10802 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10803 entry.
b9deaee7
AC
10804
10805 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10806 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10807 @chapter and @node entries.
a9331b3f 10808
b9deaee7 10809 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10810
9ef47d30
AC
10811Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10812
10813 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10814 files.
9ef47d30 10815
cfeada60
FN
108162000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10817
10818 From David Whedon <dwhedon@gordian.com>
5ae4183a 10819 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10820
6837a0a2
DB
108212000-03-22 Daniel Berlin <dan@cgsoftware.com>
10822
10823 * gdb.texinfo: Add documentation for the apropos command.
10824
bba2971c
MS
108252000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10826
10827 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10828
2b628194
MS
108292000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10830
a9331b3f 10831 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10832 two places.
10833
96a2c332
SS
108342000-03-17 Stan Shebs <shebs@apple.com>
10835
10836 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10837 <dima@Chg.RU>, also clarification of allowed content for
10838 string constants.
10839
f7dc1244 108402000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10841
10842 * gdb.texinfo (main menu): Add Annotations.
10843 (File Options): Add @cindex entries for each command-line option.
10844 Document --epoch, --annotate, --async, --interpreter, --write,
10845 --statistics, and --version.
10846
10847 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10848 of GDB.
10849
9d233477
JB
108502000-02-23 Jim Blandy <jimb@redhat.com>
10851
10852 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10853
14e0eb3b
JB
108542000-02-22 Jim Blandy <jimb@redhat.com>
10855
10856 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10857
3555de01
JM
108582000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10859
10860 * Makefile.in (diststuff): New target.
10861
5e35df8e
KB
108622000-02-15 Kevin Buettner <kevinb@redhat.com>
10863
10864 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10865 architecture. [From Jim Wilson.]
5e35df8e 10866
c5394b80
JM
108672000-01-16 Tom Tromey <tromey@cygnus.com>
10868
10869 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10870 (Delete Breaks): Mention range arguments.
10871 (Disabling): Likewise.
10872
c3f6f71d
JM
108732000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10874
10875 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10876
c4093a6a
JM
10877Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10878
10879 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10880 valid functions.
c4093a6a 10881
11cf8741
JM
108821999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10883
10884 * gdb.texinfo: Clarify regular expressions used in rbreak.
10885
917317f4
JM
108861999-10-15 Kevin Buettner <kevinb@cygnus.com>
10887
10888 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10889 MEMORY_REMOVE_BREAKPOINT): Document.
10890
10891Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10892
10893 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10894 offset re-using the DATA offset instead.
917317f4 10895
2df3850c
JM
108961999-10-11 Jim Kingdon <kingdon@redhat.com>
10897
10898 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10899
109001999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10901
10902 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10903 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10904 typos.
10905
10906 * gdb.texinfo: Various minor wording and formatting improvements,
10907 mentions of additional command-line options.
10908
2acceee2
JM
109091999-09-30 Fred Fish <fnf@cygnus.com>
10910
10911 * gdb.texinfo: Document additional forms of specifying section
10912 names and addresses for the add-symbol-file command.
10913
c2c6d25f
JM
109141999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10915
10916 * gdbint.texinfo: Fix typo, add the word "have".
10917
109181999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10919
10920 * gdbint.texinfo (Target Architecture Definition): Document the
10921 SKIP_PERMANENT_BREAKPOINT macro.
10922
d4f3574e
SS
109231999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10924
10925 * gdb.texinfo: Fiks speling errers.
10926
10927 * gdb.texinfo: Fix uses of @multitable.
10928
f7dc1244 10929 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10930 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10931 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10932 comments about using with optimization, add more indexing,
10933 fix info about disassembly-flavor.
10934
10935Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10936
10937 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10938 SKIP_SOLIB_RESOLVER): Define.
10939
10940Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10941
10942 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10943 ``g'' packets.
d4f3574e 10944
104c1213
JM
109451999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10946
10947 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10948 platform-specific info, inline remote.texi and move sections of it
10949 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10950 and register stack into the new chapter.
10951 * remote.texi: Remove, now part of gdb.texinfo.
10952 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10953
109541999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10955
10956 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10957 GDB_TARGET_IS_MACH386): These kludges have gone away.
10958
10959Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10960
10961 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10962 TDEPLIBS.
104c1213 10963
53a5351d
JM
109641999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10965
10966 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10967 surrounding text to fit HP-UX bits into general info.
10968 (HPPA-cfg.texi): Remove, no longer useful.
10969
10970 * gdb.texinfo: Remove explicit links from @node lines, remove
10971 HP-added "Detailed Node Listing" from main menu which confuses
10972 things.
10973
10974 From Dmitry Sivachenko <dima@Chg.RU>:
10975 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10976 in description of `set environment'.
53a5351d
JM
10977
109781999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10979
10980 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10981
7be570e7
JM
109821999-08-12 Ben Elliston <bje@cygnus.com>
10983
10984 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10985
f7dc1244 109861999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10987
10988 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10989 watch, awatch, and rwatch. Explain why the latter two cannot be
10990 set as software watchpoints. Document that watchpoints for local
10991 variables are deleted when the debuggee terminates.
7be570e7
JM
10992
10993Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10994
10995 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10996 packet. Allow E.. response packet. "qRcmd" packet is no longer
10997 reserved.
7be570e7
JM
10998
109991999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11000
a9331b3f
RM
11001 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11002 * gdb.texinfo: Ditto.
7be570e7 11003
96baa820
JM
110041999-08-06 Tom Tromey <tromey@cygnus.com>
11005
11006 * gdb.texinfo (KOD): New node.
11007
11008Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11009
11010 * remote.texi (Rcmd): Fix minor formatting typos.
11011
11012Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11013
11014 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11015 packets.
96baa820 11016
adf40b2e
JM
110171999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11018
11019 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11020 fixes.
11021
43ff13b4
JM
11022Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11023
11024 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11025
085dd6e6
JM
11026Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11027
11028 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11029 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11030 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11031 packets that are not supported on all hosts. Expand examples.
11032 Spell check.
085dd6e6
JM
11033
110341999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11035
11036 * Makefile.in: Recognize html, install-html. Add targets
11037 to build HTML versions of documentation via texi2html.
11038
11039Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11040
11041 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11042 testsuite.
085dd6e6
JM
11043
11044Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11045
11046 * remote.texi (Communication Protocol): Rewrite.
11047
11048Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11049
11050 * stabs.texinfo: Fix uses of xref.
11051
9e0b60a8
JM
11052Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11055 info about patch submission.
11056
cce74817
JM
11057Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11058
11059 From Per Bothner <bothner@cygnus.com>:
11060 * gdb.texinfo: Document Chill support.
11061
11062Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11063
11064 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11065 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11066 Document that the value should be greater-than or equal-to zero.
11067 (NO_STD_REGS): Document. Deprecate.
cce74817 11068
ac9a91a7
JM
11069Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11070
11071 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11072 Document that these are not used.
ac9a91a7
JM
11073
11074Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11075
11076 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11077
392a587b
JM
11078Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11079
11080 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11081 numargs was dropped.
392a587b
JM
11082
11083Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11084
11085 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11086
b83266a0
SS
11087Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11088
11089 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11090 Update.
b83266a0 11091
7a292a7a
SS
11092Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11093
11094 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11095 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11096
11097Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11098
11099 * gdbint.texinfo: Fix typos: $ -> @.
11100
11101Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11102
11103 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11104 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11105 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11106 BREAKPOINT_FROM_PC.
a9331b3f 11107
7a292a7a
SS
11108Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11109
11110 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11111 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11112
11113Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11114
11115 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11116 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11117
111181999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11119
11120 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11121 longer exists.
11122
11123Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11124
11125 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11126 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11127 they make the manual source incomprehensible.
7a292a7a
SS
11128 * h8-cfg.texi: Remove, hasn't been used in years.
11129
c906108c
SS
11130Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11131
11132 * gdb.texinfo: Update the credits.
11133
11134Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11135
11136 * gdb.texinfo: Fix mistakes noticed in printout of last
11137 draft, add Alpha to discussion of heuristic fence post.
11138
11139Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11140
11141 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11142 Edition, merge some HP changes into mainline, describe some
11143 previously undocumented features, describe more of the target
11144 commands available, eliminate obsolete section on renamed
11145 commands.
c906108c
SS
11146 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11147
11148Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11149
11150 * gdb.texinfo: Make many HPPA conditionals unconditional,
11151 including catchpoint description, since now on for all configs.
11152 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11153 specializations.
11154
11155Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11156
11157 * Makefile.in (GDBvn.texi): Fix match expression to work with
11158 current format of VERSION in gdb/Makefile.in.
11159 * gdb.texinfo: Fix node ref to match new readline.
11160
11161Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11162
a9331b3f
RM
11163 * gdb.texinfo: Changes made as part of a project to merge in
11164 changes made by HP. Documentation makes extensive use of
c906108c
SS
11165 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11166 on remote debugging. There are differences in documentation
889bf7c5 11167 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11168 the HP manual discusses catchpoints, hardware watchpoints, and
11169 some HPUX specific limitations for shared library support.
a9331b3f 11170
c906108c
SS
11171 There are also a number of @node changes.
11172
111731999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11174
11175 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11176 (C Usage): Same.
11177
11178Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11179
11180 The following changes were made by Edith Epstein
889bf7c5
PA
11181 <eepstein@cygnus.com> as part of a project to merge in changes
11182 made by HP.
a9331b3f 11183
c906108c
SS
11184 * HPPA-cfg.texi: new file.
11185
11186 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11187
11188 * refcard.tex: change documentation about catch.
11189 removed info catch.
11190
11191Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11192
11193 * gdbint.texinfo: Expand on GDB's coding standards,
11194 specify the use of arg names with prototypes.
11195
111961998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11197
11198 * gdb.texinfo: Fix tipo.
11199
11200Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11201
11202 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11203 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11204
11205Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11206
11207 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11208
112091998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11210
11211 * agentexpr.texi: New file.
11212
11213Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11214
11215 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11216
112171998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11218
11219 * remote.texi: Changed wording that implied that the GDB remote
11220 protocol caches register values instead of GDB itself.
11221
11222Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11223
11224 * gdbint.texinfo: Add some info about symbol readers.
11225 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11226 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11227 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11228 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11229
11230Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11231
a9331b3f 11232 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11233
11234Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11235
11236 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11237
11238Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11239
11240 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11241 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11242
11243Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11244
11245 * gdbint.texinfo: Fix minor typos.
11246
11247Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11248
11249 * gdbint.texinfo: Complete overhaul. Group descriptions more
11250 logically, add more info on generic algorithms, remove much
11251 obsolete and/or wrong material.
11252
11253Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11254
11255 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11256
11257Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11258
11259 * refcard.tex: Copyright, address updates.
11260
11261Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11262
11263 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11264 for the edition instead of confusing GDB-version-like numbers.
11265
11266Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11267
11268 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11269
11270Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11271
5ae4183a 11272 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11273
11274Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11275
11276 * gdb.texinfo: Add some credits, mention bug monitor.
11277 * remote.texi: Mention mips monitor targets.
11278 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11279
c906108c
SS
11280Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11281
11282 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11283 files, finish sorting of host vs target vs native macros, describe
11284 some more of them.
c906108c
SS
11285
11286Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11287
11288 * gdbint.texinfo (Host Conditionals): Document change from
11289 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11290
11291Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11292
11293 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11294 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11295
11296Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11297
11298 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11299 Document LSEEK_NOT_LINEAR.
11300
11301Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11302
11303 * stabs.texinfo (Stab Section Basics): Make it clear that only
11304 some versions of the GNU linker remove the leading N_UNDF symbol.
11305
11306Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11307
11308 * stabs.texinfo (String Field): Document type number pairs here,
11309 instead of in the Sun specific section.
11310 (Include Files): The GNU linker supports the N_BINCL
11311 optimization. Clarify the N_BINCL value, and what it is used
11312 for.
11313 (Procedures): Document N_FUN with an empty string to mark the end
11314 of a function.
11315 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11316 (Sun Differences): Remove this node, as the information is now
11317 elsewhere in the main document.
11318 (Stab Section Basics): Mention that the GNU linker may optimize
11319 stabs and remove the leading N_UNDF symbol.
11320
11321Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11322
11323 * gdb.texinfo, refcard.tex: Restore author credit
11324
11325Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11326
11327 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11328 documentation to account for START and END macros taking
11329 one arg.
11330
11331Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11332
11333 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11334 * gdb.texinfo (Frames): Fix typo.
11335
11336Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11337
11338 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11339 a target_signal as arg type, not a pid.
11340
11341Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11342
11343 * gdb.texinfo: Document `set assembly-language'.
11344
11345Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11346
11347 * remote.texi: Update list of stubs in the GDB distribution.
11348
11349Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11350
11351 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11352 Also document that some systems can use mmalloc but must define
11353 this if their C runtime allocates memory that is later freed.
c906108c 11354 (MMCHECK_FORCE): Document new macro.
a9331b3f 11355
c906108c
SS
11356Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11357
11358 * remote.texi: Add documentation for target Sparclet.
11359
11360Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11361
a9331b3f 11362 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11363 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11364 * configure.in: Rewritten for autoconf.
11365 * configure: New.
11366
11367Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11368
11369 * Makefile.in (DVIPS): New define, set to dvips.
11370 (dvi): Add stabs.dvi.
11371 (ps): New target.
11372 (all-doc): Depend on info, dvi, and ps targets.
11373 (STAGESTUFF): Add *.ps and *.dvi files.
11374 (clean-info, clean-dvi): Remove.
11375 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11376 rules completely rewritten.
11377 (maintainer-clean): Remove clean-info and clean-dvi
11378 dependencies and put their actions in the rules.
11379 (gdb.ps): New target
a9331b3f 11380 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11381 intermediate TeX files, whether they have 2 or 3 character
11382 extensions.
11383 (gdbint.ps): Add target and rules.
11384 (gdb-internals): Delete unused target.
11385 (Makefile): Depends upon config.status also.
11386
11387Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11388
11389 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11390 set.
11391
11392Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11393
11394 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11395 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11396
11397Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11398
11399 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11400
11401Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11402
11403 * gdb.texinfo (Print settings): Document
11404 `set/show print static-members' commands.
11405
11406Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11407
11408 * gdbint.texinfo (Native): Document name change, coredep.c to
11409 core-aout.c.
11410
11411Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11412
11413 * stabs.texinfo (Include Files): Document the values the SunOS4
11414 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11415
11416Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11417
11418 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11419 Fix typo.
11420
11421Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11422
11423 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11424 "gdb.tar.Z".
11425
11426Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * Makefile.in (maintainer-clean): New target, synonym for
11429 realclean.
11430
11431Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11432
11433 * Update all FSF addresses except those in COPYING* files.
11434
11435Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11436
11437 From Richard Earnshaw (rearnsha@armltd.co.uk):
11438 * gdb.texinfo (convenience variables): Document $_exitcode.
11439 (quit): Document optional expression to use as exit code.
11440
11441Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11442
11443 * gdb.texinfo, remote.texi: Brought up to date with various
11444 GDB changes.
11445
11446Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11447
11448 * gdb.texinfo: Update dates and versions, fix comments about
11449 hardware watchpoints in future releases and about the
11450 sharedlibrary command.
11451
11452Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11453
11454 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11455 C_FUN stab. Other cleanups.
11456
11457Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11458
11459 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11460 for the sparc stub.
11461
11462Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11463
11464 * annotate.texi: Clarify which addresses have differing formats
11465 depending on the language and which do not.
11466
11467Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11468
11469 * remote.texi (NetWare): Changed example to use BOARD= instead of
11470 NODE= argument to reflect correspoding change to gdbserve.nlm.
11471
11472Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11475 GDB, as well as AIX dbx, supports the size type attribute.
11476
11477Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11478
11479 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11480
11481Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11482
11483 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11484 and new 'if' and 'while' commands.
11485
11486Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11487
11488 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11489
11490Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11491
11492 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11493 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11494 NetWare targets. Mostly stolen from the Server node.
11495
11496Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11497
11498 * gdb.texinfo (Setting): Talk about the language of a source file
11499 versus the working language. The old documentation did not match
11500 what GDB did.
11501
11502Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11503
11504 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11505 of a source file.
11506
11507Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11508
11509 * gdb.texinfo (Processes): New node.
11510
11511Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11512
11513 * remote.texi: Update documentation of set/show mipsfpu.
11514
3fc11d3e
JM
11515Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11516
11517 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11518 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11519
11520Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11521
11522 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11523 obsolete conditionals, described some others.
11524
11525Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11528 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11529
11530Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11531
11532 * gdbint.texinfo: Put regex conditionals in their own table.
11533
11534Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11535
11536 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11537 described or fixed the descriptions of many others.
11538
11539Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11540
11541 * gdb.texinfo: Add some more credits.
11542 * gdbint.texinfo: Capitalize GDB consistently, describe some
11543 macros and remove some.
11544
11545Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11546
11547 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11548 obsolete conditionals, described some others.
11549
11550Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11551
11552 * gdb.texinfo (help targets): Changed to `help target', which
11553 is the correct gdb command.
11554
11555Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11556
11557 * annotate.texi (TODO): New node, for keeping track of annotations
11558 suggested but not yet implemented.
11559
11560Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11561
11562 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11563 another symbol, it is not the address itself.
11564
11565Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11566
11567 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11568 of stabs-in-coff sections.
11569
11570Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11571
11572 * annotate.texi: Change edition to 0.5 and date to May 1994.
11573 Add index.
11574 (Frames): New node, for frame annotation.
11575 (Displays): New node, for display annotation.
11576
11577 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11578 when waiting for your program to stop.
11579
11580Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11581
11582 * annotate.texi (Breakpoint Info): Document annotation of header
11583 fields and record annotation.
11584
11585Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * annotate.texi: New file, to document annotations.
11588
11589Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11590
11591 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11592 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11593
11594Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11595
11596 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11597 section, and say n_strx field is compilation unit relative.
11598 * stabs.texinfo: Don't use @code for a.out when it is the name of
11599 an object file format.
11600
11601Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11602
11603 * gdb.texinfo: Refer to file names, not path names, per rms
11604 convention.
11605 (Arguments): Fix typo.
11606
11607Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11608
11609 * stabs.texinfo (Global Variables): Talk about stabs in files
11610 where variables are referenced, but not defined.
11611
11612Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11613
11614 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11615 Cplusplus to new nodes Member Type Descriptor and Method Type
11616 Descriptor. Re-write stuff for #.
11617
11618Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11619
11620 * gdb.texinfo (Print Settings): Don't document "set print
11621 fast-symbolic-addr off". The bug which it worked around was fixed
11622 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11623
11624 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11625 N_ENTRY node.
11626
11627 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11628
11629Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11632 references to ieee-float.c.
11633
11634Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11635
11636 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11637 match what the code actually does.
11638
11639Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11640
11641 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11642
11643Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11644
11645 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11646 i, and b.
11647
11648Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11649
11650 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11651 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11652 as "stabs in sections" rather than just saying "ELF and SOM".
11653 Also make that stuff apply to COFF.
11654
11655Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11656
11657 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11658 Ghostscript.
11659
11660Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11661
11662 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11663 versus functions without line numbers, also mention stepping into
11664 them as well as "step" when you are in them. Tell the user how to
11665 deal with the situation. Add comment about "debugging information".
11666
11667Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11668
11669 * stabs.texinfo (Enumerations): Document restriction on where
11670 enumeration types can appear and still win with GDB.
11671
11672Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11673
11674 * stabs.texinfo (Negative Type Numbers): Document format for type
11675 -16.
11676
11677Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11678
11679 * gdb.texinfo (Selection, Frame Info): Update information about
11680 arbitrary frame specficiations.
11681
11682Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11683
11684 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11685
11686Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11687
11688 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11689
11690Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11691
11692 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11693
11694Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11697 Differences node to Statics node.
11698 (Statics): Discuss XCOFF use of V symbol descriptor.
11699
11700 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11701 not clean.
11702
11703Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11704
11705 * gdb.texinfo (Print Settings): Document `set print
11706 fast-symbolic-addr' and improve the doc for some other
11707 `set print's.
11708
11709Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11710
11711 * stabs.texinfo (String Field): Talk about defining several type
11712 numbers at once.
11713 Fix lint regarding changing node ELF Transformations to
11714 ELF and SOM Transformations.
11715
11716Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11717
11718 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11719
11720Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11721
11722 * stabs.texinfo (Cross-References): `::' is for nested types only
11723 within <>.
11724 (Structures): Document static members.
11725
11726Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11727
11728 * stabs.texinfo: Document S type attribute.
11729
11730Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11731
11732 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11733
11734Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11735
11736 * gdbint.texinfo: Fix a few typos.
11737
11738Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11739
11740 * gdb.texinfo, remote.texi: formatting improvements
11741
11742 * gdb.texinfo (New Features): mention threads.
11743 (Summary, C): fix xrefs in newly contributed text.
11744 (Threads): index entries, clarifications, example
11745 (passim): minor typos fixed, phrasing improvements
11746
11747 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11748 entries; (Server): explain use of gdbserver w/real-time systems,
11749 add example of conflicting TCP port; (MIPS Remote) break up
11750 running text into table, highlighting commands, and add example.
a9331b3f 11751
c906108c
SS
11752Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11753
11754 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11755
11756Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11757
11758 * stabs.texinfo (Nested Symbols): New node.
11759 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11760
11761Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11764 to picking which Bbss.bss symbol to use, and (because there seems to
11765 be no good way of doing it) re-write some of the text to make it
11766 sound like Bbss.bss isn't such a great idea after all (as currently
11767 designed).
11768
11769 * gdb.texinfo (C): In addition to saying people have to use g++ for
11770 good results, say they have to use stabs. Specifically say cfront
11771 doesn't work well.
11772 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11773 the gdb README. Add xrefs to places where the support for the various
11774 languages is described in detail.
11775
11776Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11777
11778 * stabs.texinfo: Clean up stuff about visibility and virtual
11779 characters.
11780
11781 * stabs.texinfo (N_M2C): Cite Sun doc.
11782
11783Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11784
11785 * gdb.texinfo: updates re threads.
11786 * remote.texinfo: avoid index entries starting with digits.
11787
11788Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11789
11790 * stabs.texinfo (Enumerations): Talk about large, negative and
11791 octal values. Clean up cross reference to type attributes.
11792 (String Field): Say that GDB 4.11 supports size attribute.
11793
11794Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11795
11796 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11797 is a mandatory step. Make the stuff about that more concise.
11798
11799Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11800
11801 * stabs.texinfo (Class Names): New node.
11802
11803 * gdb.texinfo (Command Files): Explain order of init file reading.
11804
11805 * remote.texi (Bootstrapping): Talk about getting the serial driver
11806 to deal with ^C sent by gdb to stop the remote system.
11807
11808Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11809
11810 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11811
11812 * libgdb.texinfo (Defining Commands): made the DOC arg
11813 to gdb_define_app_command a char * instead of char **
11814 per a suggestion from kingdon.
11815
11816 * libgdb.texinfo: total rewrite from a different starting
11817 premise.
11818
11819Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11822 floats passed as doubles (to improve clarity).
11823
11824Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11825
11826 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11827
11828 * a4rc.sed: update to work with Andreas Vogel papersize params
11829
11830 * refcard.tex: use Andreas Vogel simplifications of papersize
11831 params; remove useless version info; update copyright date.
11832
11833Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11834
11835 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11836
11837Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11838
11839 * gdb.texinfo (Files): Say what address the load command loads it at.
11840
11841 * stabs.texinfo (Common Blocks): Minor cleanups.
11842
11843 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11844 that Sun has backed away from the linker kludge and thus the relevant
11845 issue is changes to the SunPRO tools, not the Solaris linker.
11846
11847 * stabs.texinfo (Traditional Integer Types): Clean up description
11848 of octal bounds a little bit. Document extra leading zeroes.
11849
11850Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11851
11852 * gdb.texinfo (Signaling): Update for symbolic symbol names
11853 and add a section explaining the difference between the GDB
11854 signal command and the shell kill utility.
11855
11856Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11857
11858 * libgdb.texinfo: added `@' to braces that were unescaped.
11859
11860Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11861
11862 * libgdb.texinfo: new file. Spec for the gdb library.
11863
11864Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11865
11866 * stabs.texinfo (Include Files): Fix typo (start -> end).
11867
11868Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11869
11870 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11871 from Melissa at FSF's editing pass.
11872
11873Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11874
11875 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11876 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11877 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11878
11879Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * remote.texi (Bootstrapping): Discuss 386 call gates.
11882
11883Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11884
11885 * stabs.texinfo (Based Variables): New node.
11886
11887Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11888
11889 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11890 names, sizes, and formats to suggest how not to lose.
11891
11892Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11893
11894 * stabs.texinfo (Methods): Fix typo.
11895
11896Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11897
11898 * gdb.texinfo: Fix a few typos.
11899
11900Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11901
11902 * gdb.texinfo: Clarify how well it works with Fortran.
11903
11904 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11905 More on relocating stabs in ELF files.
11906
11907Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11908
11909 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11910
11911Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11912
11913 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11914 parameters on VAX.
11915
11916Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11917
11918 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11919
11920Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11921
11922 * stabs.texinfo: Make info author notice match the TeX author notice.
11923
11924Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11925
11926 * stabs.texinfo: Initial-caps all words in node names and
11927 non-trivial words in section names.
11928
11929Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11930
11931 * stabs.texinfo: Many minor cleanups.
11932
11933 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11934
11935Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11936
11937 * stabs.texinfo: Remove full description of big example.
11938 It's not really helpful; just use pieces of it where appropriate.
11939 Add more Texinfo formatting directives (@samp, etc.).
11940 Use @deffn to define stab types.
11941 Eliminate some wordiness. Break up some nodes.
11942 Add an (alphabetized) index of symbol types.
11943 Use consistent capitalization style in node and section names.
11944
11945Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11946
11947 * gdb.texinfo: Change typo "Two two" to "The two".
11948
11949Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11950
11951 * stabs.texinfo (XCOFF-differences): Remove references to
11952 non-existent types N_DECL and N_RPSYM.
11953
11954 * stabs.texinfo (String Field): Say that type attributes bug is
11955 fixed in GDB 4.10, since it is.
11956
11957 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11958
11959Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11960
11961 * stabs.texinfo: Formatting cleanups.
11962
11963Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11964
11965 * stabs.texinfo: When explaining the n_type of a stab, standardize
11966 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11967 no tabs, use @r).
11968 (Global Variables): Clean up.
11969
11970Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11971
11972 * stabs.texinfo (Stack Variables): Re-write.
11973
11974Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11975
11976 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11977 addresses of a source file. Also revise formatting.
11978 Change "object module" or "object file" to "source file".
11979 Various: Miscellaneous cleanups.
11980
11981Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11982
11983 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11984
11985Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11986
11987 * gdbint.texinfo: Removed many nonsensical machine-collected
11988 host and target conditionals, described some of the remainder.
11989
11990Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11991
11992 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11993
11994 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11995 paragraph which follows.
11996
11997 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11998 variables. Looks better and avoids overful hbox.
11999
12000Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12003
12004Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12005
12006 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12007 retransmit-timeout
12008
12009Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12010
12011 * gdbint.texinfo: Update statement about `some ancient Unix
12012 systems, like Ultrix 4.0' to Ultrix 4.2.
12013
12014Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12015
12016 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12017
12018 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12019
12020 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12021 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12022
12023 * remote.texi: new name for former gdbinv-s.texi
12024
12025 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12026
12027Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12028
12029 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12030 variables for MIPS remote debugging protocol.
12031
12032Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12035
12036Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12037
12038 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12039
12040Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12041
12042 * gdb.texinfo: repair conditional bugs in text markup
12043
12044Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12045
12046 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12047 to select Modula-2 material.
12048
12049Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12050
12051 * stabs.texinfo: Cleanups regarding statics.
12052
12053 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12054 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12055
12056Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12057
12058 * stabs.texinfo: N_MAIN is sometimes used for C.
12059
12060Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12061
12062 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12063
12064Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12065
12066 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12067 removed from the code by Kingdon.
c906108c
SS
12068
12069Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12070
12071 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12072 input when evaluating breakpoint conditions; the bug has been fixed.
12073
12074 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12075 sets the ignore count to N-1, not to N.
12076
12077Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12078
12079 * refcard.tex (\hoffset): correct longstanding error to match
12080 intended offset; avoids cutting off edge on some printers
12081
12082Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12083
12084 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12085
12086Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12087
12088 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12089
12090Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12091
12092 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12093 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12094 collect sed edits if any, apply to refcard before formatting;
12095 (refcard.ps) stop implying PS fonts if PS output requested;
12096 (lrefcard.ps) delete extra target for variant PS fonts
12097
12098 * refcard.tex: parametrize papersize dependent info, collect
12099 in easily replaced spot
12100
12101 * a4rc.sed: new file, edits to refcard for A4 paper
12102
12103Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12104
12105 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12106
12107Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12108
12109 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12110
12111Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12114 politely rather than rudely.
12115
12116Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * stabs.texinfo: Document common blocks.
12119
12120Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12121
12122 * stabs.texinfo: Add some basic info about stabs-in-elf.
12123
12124Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * stabs.texinfo (Top): Minor cleanup.
12127
12128Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12129
12130 * Makefile.in (install-info): remove parentdir support
12131
12132Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12133
12134 * gdb.texinfo (Copying): delete this node and references to it;
12135 RMS says this manual need not carry GPL. (passim): Improvements
12136 from last round at FSF, largely due to Ian Taylor review, and
12137 minor formatting improvements.
12138
12139 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12140 largely due to Ian Taylor review. (Debug Session): minor edits to
12141 new text.
12142
12143Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12144
12145 * Makefile.in (realclean): Remove info and dvi files too.
12146
12147Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12148
12149 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12150 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12151 * gdb.texinfo: Change accordingly.
12152
12153 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12154 N_{L,R}BRAC,N_SLINE are relative to.
12155
12156Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12157
12158 * Makefile.in (GDBvn.texi): Update atomically.
12159
12160Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12161
12162 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12163
12164Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12165
12166 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12167 addresses together. Also motivate the set print symbol-filename
12168 command and suggest other solutions.
12169
12170Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12171
12172 * gdb.texinfo (set print elements): Note that the number of
12173 elements is set to unlimited by "set print elements 0".
12174
12175Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12176
12177 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12178 NF_LDOUBLE means.
12179 (Stab Types): Include Solaris stab types.
12180 (Procedures): Document Solaris extensions.
12181
12182Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12183
12184 * gdb.texinfo: Add `set print symbol-filename' doc.
12185
12186Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12187
12188 * stabs.texinfo (Arrays): Talk about type definition vs. type
12189 information.
12190
12191 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12192 the trailing semicolon.
12193
12194Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12195
12196 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12197 and merge in other parts of the document addressing these subjects.
12198 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12199
12200 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12201 at the end of a range type.
12202
12203 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12204 AIX extensions.
12205
12206Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12207
12208 * stabs.texinfo (Stabs Format): Misc fixes.
12209
12210Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12211
12212 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12213 (Traditional builtin types): Document convex convention for long long.
12214 (Negative builtin types): Discuss type names, and misc fixes.
12215
12216Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12217
12218 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12219 point types used with @samp{R} type descriptor.
12220 (Symbol Descriptors): Describe how to handle conflict between
12221 different meanings of @samp{P} symbol descriptor.
12222
12223Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12224
12225 * stabs.texinfo: Remove node Quick Reference and put its children
12226 directly under the main menu.
12227
12228 * stabs.texinfo: Many more changes to bring it into line with
12229 AIX documentation and reality. I think it now has all the
12230 information from the AIX documentation, except that I burned
12231 out when I got to variant records (Pascal and Modula-2) and
12232 all the COBOL types. Oh well, we can add them later when we're
12233 worrying more about those languages.
12234
12235 * stabs.texinfo (Automatic variables): Talk about what it means
12236 to omit the symbol descriptor.
12237
12238Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12239
12240 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12241 gcc2 behavior with promoted args.
12242
12243Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12244
12245 * gdb.texinfo: include readline appendices in info version of manual
12246
12247Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12248
12249 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12250 target remote.
12251
12252 * gdb.texinfo (Machine Code): more index entries for disassemble
12253
12254Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12255
12256 * Clarify the intended use of the gdb-testers and gdb-patches
12257 mailing lists, and shrink gzip comment.
12258
12259Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12260
12261 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12262 DOSHOST configuration of manual.
12263
12264 * gdb.texinfo (MIPS Stack): new node.
12265
12266 * all-config.texi (MIPS) new switch.
12267
12268 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12269 tense; (MIPS Remote) new node.
12270
12271 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12272 bug; (Environment) less passive, other small cleanups in text about
12273 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12274 (Remote) new MIPS Remote menu entry.
12275
12276Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12277
12278 * stabs.texinfo: Many changes to include information from the
12279 AIX documentation.
12280
12281 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12282
12283Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12284
12285 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12286 Move a bunch of information from ../README.
12287 (Getting Started): New node.
12288
12289Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12290
12291 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12292
12293 * gdb.texinfo: advance manual revision dates to present
12294
12295 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12296 stop using silly Roman numerals in @set variable names
12297
12298Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12299
12300 * stabs.texinfo (Parameters): Keep trying to get this right.
12301
12302Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12303
12304 * stabs.texinfo (Parameters): More on "local parameters".
12305
12306Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12307
12308 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12309
12310Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12311
12312 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12313 (Parameters): Rewrite.
12314 (xcoff-differences, Sun-differences): Minor changes.
12315
12316Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12317
12318 * stabs.texinfo: Minor cleanup.
12319
12320Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12321
12322 * gdbint.texinfo: Minor xcoff stuff.
12323
12324Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12325
12326 * gdbint.texinfo: Update for new config directory structure.
12327 Add info about internal type data structures.
12328
12329Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12330
12331 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12332 $(srcdir).
12333 (gdb-config.texi): Depend on file in $(srcdir).
12334
12335Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12336
12337 * stabs.texinfo: Fixes about N_SO.
12338
12339Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12340
12341 * gdb.texinfo: include list of nonstandard init file names
12342
12343 * *-config.texi: new switch GENERIC for text that applies *only*
12344 to (usual) multiple-target version of manual
12345
12346 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12347 h8 config
12348
12349 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12350 in menus (rather than conditionally selected multiple alternative
12351 menus).
12352
12353 * Makefile.in: define and use DOC_CONFIG var to select
12354 configuration for GDB user manual.
12355
12356 * gdb-config.texi: delete from repository, generate from Makefile.
12357
12358 * all-config.texi: normal `generic' configuration file, formerly
12359 stored as gdb-config.texi
12360
12361Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12362
12363 * Makefile.in: add dvi target to build all .dvi files
12364
12365Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12366
12367 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12368
12369Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12370
12371 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12372 host conditionals.
12373 * stabs.texinfo: More array fixes inspired by Jim's.
12374
12375Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12376
12377 * stabs.texinfo: Fixes re arrays and continuations.
12378
12379 * gdbint.texinfo: Add XCOFF node.
12380
12381Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12382
12383 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12384
12385Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12386
12387 * stabs.texinfo: Fix for array types to mention lower bounds.
12388
12389Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12390
12391 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12392
12393Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12394
12395 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12396
12397Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12398
12399 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12400 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12401
12402Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12403
12404 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12405
12406Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12407
12408 * gdb.texinfo, gdbinv-s.texi: misc updates
12409
12410Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12411
12412 * gdbint.texinfo: Brief documentation for longjmp support,
12413 from an email msg by Stu.
12414
12415Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12416
12417 * stabs.texinfo: Fix description of floating point "range"
12418 types (which really define basic types). Reported by Jim Meehan,
12419 <meehan@src.dec.com>.
12420
12421 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12422
12423Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12424
12425 * gdbint.texinfo: Slightly expand section on supporting a new
12426 object file format.
12427
12428Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12429
12430 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12431 intermediate file.
12432
12433Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12434
12435 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12436
12437Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12438
12439 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12440
12441 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12442 as well as Z8002.
12443
12444Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12445
12446 * gdbint.texinfo: Add sections on clean design and on how to send
12447 in changes.
12448
12449Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12450
12451 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12452
12453Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12454
12455 * gdb.texinfo: Fix typo, reported by Karl Berry.
12456
12457Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12458
12459 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12460
12461Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12462
12463 * gdbint.texinfo: fixed a stray email address (needs @@),
12464 added @table @code to node "Native Conditionals"
12465
12466Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12467
12468 * gdbint.texinfo: Describe coding style of GDB.
12469
12470Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12471
12472 * stabs.texinfo: Minor wording changes.
12473
12474Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12475
12476 * gdbint.texinfo: Improve release doc slightly.
12477
12478Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12479
12480 * gdbint.texinfo: Improve doc of GDB config macros.
12481
12482Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12483
12484 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12485 These will be reinserted when examined.
12486
12487Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12488
12489 * gdbint.texinfo: Make a start at documenting all the #if macros
12490 in GDB. At least list them all, and start separating them into
12491 host-specific and target-specific.
12492
12493Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12494
12495 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12496 examples (not consistent w others).
c906108c
SS
12497 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12498 for generic vn of doc
12499
12500Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12501
12502 * Makefile.in: always create installation directories.
12503
12504Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12505
12506 * gdb.texinfo: in h8 config, do not describe searching commands.
12507
12508Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12509
12510 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12511 conditionals; introduce a few generic switches that may be
12512 useful for other cross-dev or dos-hosted configs.
12513
12514 * gdb.texinfo: fix typo in "info reg" description
12515
12516Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12517
12518 * stabs.texinfo: Minor updates from running TeX over it.
12519 * Makefile.in (stabs.dvi, stabs.ps): Add.
12520
12521Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12522
12523 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12524 First pass at converting it to texinfo.
12525
12526Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12527
12528 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12529 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12530
12531Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12532
12533 * gdbint.texinfo: Add section on partial symbol tables.
12534
12535Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12536
12537 * gdb.texinfo: document `set remotedebug' and `set
12538 rstack_high_address'.
12539
12540Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12541
12542 * gdb.texinfo: slight expansion of new text on reading info files
12543 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12544 H8/300 from DOS.
12545
12546Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12547
12548 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12549
12550Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12551
12552 * gdb.texinfo: Say how to read the `info' files.
12553
12554Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12555
12556 * Makefile.in: gm4 -> m4.
12557
12558Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12559
12560 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12561 Documentation' ahead of `Installing GDB' to match README.
12562 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12563 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12564
12565Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12566
12567 * Makefile.in: remove $(srcdir) from gdb.info rule.
12568
12569Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12570
12571 * Makefile.in: commented out gdb-all.texinfo rule. This is
12572 temporary.
12573
12574Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12575
12576 * Makefile.in, configure.in: removed traces of namesubdir,
12577 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12578 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12579
12580Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12581
12582 * gdb.texinfo: Improve how we ask for bug reports.
12583
12584Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12585
12586 * Makefile.in: infodir belongs in datadir.
12587
12588Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12589
12590 * Makefile.in: remove spaces following hyphens, bsd make can't
12591 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12592 standards.text support.
c906108c
SS
12593
12594Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12595
12596 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12597 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12598 and mandir now keyed off datadir by default.
12599
12600\f
12601Local Variables:
9e9c5ae7 12602mode: change-log
c906108c
SS
12603left-margin: 8
12604fill-column: 74
12605version-control: never
463888ab 12606coding: utf-8
c906108c 12607End:
This page took 1.935392 seconds and 4 git commands to generate.