Add FreeBSD/riscv architecture.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
add5ded5
TT
12018-10-06 Tom Tromey <tom@tromey.com>
2
3 PR python/19399:
4 * python.texi (Inferiors In Python): Document
5 Inferior.Architecture.
6
51e78fc5
TT
72018-10-06 Tom Tromey <tom@tromey.com>
8
9 PR python/21765:
10 * python.texi (Symbols In Python): Document the module and
11 common-block domains. Remove documentation for incorrect
12 domains.
13
f35d5ade
TT
142018-10-03 Tom Tromey <tom@tromey.com>
15
16 * gdb.texinfo (Configure Options): Document --enable-ubsan.
17
c1168a2f
JD
182018-10-02 John Darrington <john@darrington.wattle.id.au>
19
20 * gdb.texinfo (Remote Connection Commands): Describe
21 the changes to target remote and target extended-remote
22 relating to Unix domain sockets.
23
a95746f9
TT
242018-10-01 Tom Tromey <tom@tromey.com>
25
26 * gdb.texinfo (Configure Options): Document configure options.
27
7f0bd420
TT
282018-09-29 Tom Tromey <tom@tromey.com>
29
30 * gdb.texinfo (Requirements): Mention C++, GNU make.
31 (Requirements): Sort the table. Add more libraries.
32 (Running Configure): Remove obsolete text.
33 (Separate Objdir): Likewise.
34 (Configure Options): Likewise.
35
f67ffa6a
AB
362018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
39 to highlight that the number is also the frame's level.
40 (Selection): Rewrite documentation for 'frame' and 'select-frame'
41 commands.
42 (Frame Info): Rewrite documentation for 'info frame' command.
43
ae778caf
TT
442018-09-23 Tom Tromey <tom@tromey.com>
45
46 PR python/18852:
47 * python.texi (Parameters In Python): Document exception behavior
48 of get_set_string.
49
73f1bd76
JB
502018-09-18 John Baldwin <jhb@FreeBSD.org>
51
52 * gdb.texinfo (info proc): Remove "running".
53 (info proc mappings): Replace "program" with "process".
54
8b113111
JB
552018-09-18 John Baldwin <jhb@FreeBSD.org>
56
57 * gdb.texinfo (Process Information): Document "info proc files"
58 command.
59
e6cd1dc1
TT
602018-09-17 Tom Tromey <tom@tromey.com>
61
62 * gdb.texinfo (Index Files): Update for cache directory change on
63 macOS.
64
8743a9cd
TT
652018-09-16 Tom Tromey <tom@tromey.com>
66
67 * python.texi (Basic Python): Update docs for find_pc_line,
68 solib_name.
69 (Progspaces In Python): Update docs for current_progspace.
70 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
71 Move method documentation before example.
72
74d3fbbb
SM
732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
74
75 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
76
0ae1a321
SM
772018-09-13 Simon Marchi <simon.marchi@ericsson.com>
782018-09-13 Tom Tromey <tom@tromey.com>
79
80 * python.texi (Program Spaces In Python): Document the
81 Progspace.objfiles method.
82 (Objfiles In Python): Mention that gdb.objfiles() is identical
83 to gdb.selected_inferior().progspace.objfiles().
84
a40bf0c2
SM
852018-09-13 Simon Marchi <simon.marchi@ericsson.com>
862018-09-13 Tom Tromey <tom@tromey.com>
87
88 * python.texi (Inferiors In Python): Document
89 Inferior.progspace.
90 (Program Spaces In Python): Document that
91 gdb.current_progspace() is the same as
92 gdb.selected_inferior().progspace.
93
1256af7d
SM
942018-09-13 Simon Marchi <simon.marchi@ericsson.com>
95
96 * python.texi (Basic Python): Mention the string representation
97 of GDB Python objects.
98
3e68067f
SM
992018-09-12 Simon Marchi <simon.marchi@ericsson.com>
100
101 * gdb.texinfo (Skipping Over Functions and Files): Document
102 set/show debug skip.
103
849cba3b
TT
1042018-09-10 Tom Tromey <tom@tromey.com>
105
106 * python.texi (Frames In Python, Blocks In Python)
107 (Symbols In Python, Symbol Tables In Python)
108 (Lazy Strings In Python): Remove periods from section titles.
109
27a9fec6
TT
1102018-09-10 Tom Tromey <tom@tromey.com>
111
112 * python.texi (Pretty Printing API): Swap sentence order.
113
9da10427
TT
1142018-09-10 Tom Tromey <tom@tromey.com>
115
116 PR python/16461:
117 * python.texi (Values From Inferior): Mention use of virtual
118 table.
119
0d2a5839
TT
1202018-09-10 Tom Tromey <tom@tromey.com>
121
122 * python.texi (Basic Python): Parenthesize argument to
123 decode_line.
124
05c6bdc1
TT
1252018-09-10 Tom Tromey <tom@tromey.com>
126
127 * python.texi (Python): Mention Python versions. Don't mention
128 execfile.
129
e7b5068c
TT
1302018-09-10 Tom Tromey <tom@tromey.com>
131
132 PR python/19808:
133 * python.texi (Unwinding Frames in Python): Rewrite
134 create_unwind_info documentation. Update read_register
135 documentation and add a note about unwinder caution.
136
fb5af5e3
TT
1372018-09-10 Tom Tromey <tom@tromey.com>
138
139 PR python/18909:
140 * python.texi (Events In Python): Fix inferior_call
141 documentation.
142
521b499b
TT
1432018-09-10 Tom Tromey <tom@tromey.com>
144
145 PR python/17752:
146 * python.texi (Frame Filter API): Remove period from subsection
147 title. Mention 100 as good default priority.
148 (Frame Decorator API): Remove period from subsection title.
149 Mention FrameDecorator module.
150
4a5a194a
TT
1512018-09-10 Tom Tromey <tom@tromey.com>
152
153 PR python/23108:
154 * python.texi (Exception Handling): Rearrange gdb.GdbError text
155 and add a table.
156
f5a476a7
TT
1572018-09-10 Tom Tromey <tom@tromey.com>
158
159 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
160 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
161 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
162 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
163
60c0454d
TT
1642018-09-10 Tom Tromey <tom@tromey.com>
165
166 PR python/16484:
167 * python.texi (Frames In Python): Document that Frame.block can
168 throw.
169
088a96da
TT
1702018-09-10 Tom Tromey <tom@tromey.com>
171
172 PR python/23487:
173 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
174
22eb9e92
TT
1752018-09-10 Tom Tromey <tom@tromey.com>
176
177 PR python/16033:
178 * python.texi (Blocks In Python): Document that Block.end is
179 exclusive.
180
078a0207
KS
1812018-08-29 Keith Seitz <keiths@redhat.com>
182
183 * gdb.texinfo (Compiling and injecting code in GDB): Document
184 set/show "compile-oracle" and "compile-cplus-types" commands.
185
6d52907e
JV
1862018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
187
188 * gdb.texinfo (The -stack-list-frames Command): Update description
189 to mention "arch".
190 Update MI examples throughout the document to contain "arch" in
191 frame output.
192
1461bdac
AH
1932018-08-21 Alan Hayward <alan.hayward@arm.com>
194
195 * gdb.texinfo (AArch64 SVE): New subsubsection.
196
26fb3983
JV
1972018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
198
199 * gdb.texinfo (GDB/MI Data Manipulation): Document
200 "-data-disassemble -a addr".
201 (GDB/MI Support Commands): Document "data-disassemble-a-option"
202 feature.
203
7d11235d
SM
2042018-08-07 Simon Marchi <simon.marchi@ericsson.com>
205
206 * gdb.texinfo (Index Files Speed Up GDB): Add section about
207 symbol index cache.
208
129eb0f1
SDJ
2092018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
210
211 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
212 option sections to further clarify that gcore can take more
213 than one PID, and that "-o" is used to specify a prefix, not a
214 filename.
215
3c3bb058
AB
2162018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.texinfo (Maintenance Commands): Add description of
219 maintenance command to control dwarf unwinders.
220
0a232300
PW
2212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
222
223 * gdb.texinfo (Debugging Programs with Multiple Threads):
224 Document changes to 'thread apply'. Document 'taas'.
225 Document 'tfaas'.
226 (Examining the Stack): Document 'frame apply'. Document 'faas'.
227
c7ab0aef
SDJ
2282018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
229 Jan Kratochvil <jan.kratochvil@redhat.com>
230 Paul Fertser <fercerpav@gmail.com>
231 Tsutomu Seki <sekiriki@gmail.com>
232
233 * gdb.texinfo (Remote Connection Commands): Add explanation
234 about new IPv6 support. Add new connection prefixes.
235
055303e2
AB
2362018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.texinfo (Remote Configuration): Update descriptions for
239 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
240 and hardware-watchpoint-length-limit variables.
241
471b9d15
MR
2422018-07-02 Maciej W. Rozycki <macro@mips.com>
243
244 PR tdep/8282
245 * gdb.texinfo (Source and Machine Code): Document `set
246 disassembler-options' support for the MIPS target.
247
291f9a96
PT
2482018-06-28 Petr Tesarik <ptesarik@suse.cz>
249
250 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
251
ed6dfe51
PT
2522018-06-28 Petr Tesarik <ptesarik@suse.cz>
253
254 * gdb.texinfo (Files): The address argument for "add-symbol-file"
255 is no longer mandatory.
256
d4d429d5
PT
2572018-06-28 Petr Tesarik <ptesarik@suse.cz>
258
259 * gdb.texinfo (Files): Document "symbol-file -o offset".
260
0dbfed25
TV
2612018-06-14 Tom de Vries <tdevries@suse.de>
262
263 * gdb.texinfo (Background Execution): Add @cindex for '&'.
264
41fc26a2
EZ
2652018-06-11 Eli Zaretskii <eliz@gnu.org>
266
267 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
268
5045b3d7
GB
2692018-06-08 Gary Benson <gbenson@redhat.com>
270
271 * gdb.texinfo (Maintenance Commands): Document "maint check
272 libthread-db" and "maint set/show check-libthread-db".
273
eb6af809
TT
2742018-06-05 Tom Tromey <tom@tromey.com>
275
276 PR cli/12326:
277 * gdb.texinfo (Screen Size): Document "c" response to pagination
278 prompt.
279
4b2dfa9d
MR
2802018-05-31 Maciej W. Rozycki <macro@mips.com>
281
282 * gdb.texinfo (Choosing Target Byte Order): Document endianness
283 selection details with the `set endian auto' mode.
284
a913fffb
TT
2852018-05-04 Tom Tromey <tom@tromey.com>
286
287 PR python/22731:
288 * python.texi (Breakpoints In Python): Mention that "commands" is
289 writable.
290
0489430a
TT
2912018-05-02 Tom Tromey <tom@tromey.com>
292
293 PR python/20084:
294 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
295 PARAM_ZUINTEGER_UNLIMITED.
296
6d7bb824
TT
2972018-04-30 Tom Tromey <tom@tromey.com>
298
299 * python.texi (Types In Python): Document Type.align.
300
b744723f
AA
3012018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
302
303 * gdb.texinfo (Symbols): Mention the fact that "info
304 variables/functions/types" show source files and line numbers.
305
4a4495d6
MM
3062018-04-13 Markus Metzger <markus.t.metzger@intel.com>
307
308 * gdb.texinfo: Document set/show record btrace cpu.
309
3fcded8f
JB
3102018-03-27 Joel Brobecker <brobecker@adacore.com>
311
312 * gdb.texinfo (Ada Settings): New subsubsection.
313
978d6c75
TT
3142018-03-26 Tom Tromey <tom@tromey.com>
315
316 PR backtrace/15582:
317 * gdb.texinfo (Backtrace): Mention "hide" argument.
318
ea3b0687
TT
3192018-03-26 Tom Tromey <tom@tromey.com>
320
321 * gdb.texinfo (Backtrace): Describe options individually.
322
76727919
TT
3232018-03-19 Tom Tromey <tom@tromey.com>
324
325 * observer.texi: Remove.
326
386a8676
JB
3272018-03-04 John Baldwin <jhb@FreeBSD.org>
328
329 * gdb.texinfo (Debugging Output): Document "set/show debug
330 fbsd-nat".
331
db1ae9c5
AB
3322018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.texinfo (Machine Code): Additional information about "info
335 line" command.
336
d726cb5d
SN
3372018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
338
339 * gdb.texinfo (gdb-add-index man): Add pindex.
340
dbfa4523
SN
3412018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
342
343 * gdb.texinfo (set cwd): Add period.
344 (gdb-add-index man): Move anchor.
345
ba643918
SDJ
3462017-01-12 Tom Tromey <tom@tromey.com>
347 Sergio Durigan Junior <sergiodj@redhat.com>
348
349 * gdb.texinfo (Index Files): Mention gdb-add-index.
350 (gdb-add-index man): New section.
351 * Makefile.in (gdb-add-index.1): New rule to generate manpage
352 from gdb.texinfo.
353
754452f0
SN
3542018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
355
356 * gdb.texinfo (pwd): Fix whitespace.
357
2d97a5d9
JB
3582018-01-09 John Baldwin <jhb@FreeBSD.org>
359
360 * gdb.texinfo (pwd): Update cross-reference for Process Information
361 node and remove explicit /proc reference.
362 (Native): Rename subsection from SVR4 Process Information to
363 Process Information.
364 (Process Information): Reword introduction to be less /proc
365 centric. Document support for "info proc" on FreeBSD.
366
9f757bf7
XR
3672018-01-03 Xavier Roirand <roirand@adacore.com>
368
369 * gdb.texinfo (Set Catchpoints): Add documentation for new
370 "catch handlers" action.
371
cef0f868
SH
3722017-12-27 Stafford Horne <shorne@gmail.com>
373
374 * gdb.texinfo (Target Description Format): Explain that arbitrary
375 strings are now allowed for register groups.
376
b67d92b0
SH
3772017-12-27 Stafford Horne <shorne@gmail.com>
378
379 * gdb.texinfo (Registers): Document info reg $reggroup feature.
380
7c161838
SDJ
3812017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
382
383 PR cli/16224
384 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
385
b89641ba
SM
3862017-12-13 Simon Marchi <simon.marchi@ericsson.com>
387
388 * python.texi (Manipulating breakpoints using Python): Document
389 qualified parameter to gdb.Breakpoint.
390
0b982d68
SM
3912017-12-13 Simon Marchi <simon.marchi@ericsson.com>
392
393 * python.texi (Manipulating breakpoints using Python): Split doc
394 of Breakpoint.__init__ in two, split text in multiple
395 paragraphs, don't nest parameter square brackets.
396
a994fec4
FJ
3972017-12-12 Stafford Horne <shorne@gmail.com>
398 Stefan Wallentowitz <stefan@wallentowitz.de>
399 Franck Jullien <franck.jullien@gmail.com>
400 Jeremy Bennett <jeremy.bennett@embecosm.com>
401
402 * gdb.texinfo: Add OpenRISC documentation.
403
437afbb8
JK
4042017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
407
883fd55a
KS
4082017-12-07 Keith Seitz <keiths@redhat.com>
409
410 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
411 and "show print type nested-type-limit".
412
824cc835
PM
4132017-12-07 Phil Muldoon <pmuldoon@redhat.com>
414
415 * python.texi (Breakpoints In Python): Add text relating
416 to allowed explicit locations and keywords in gdb.Breakpoints.
417
7403715e
TT
4182017-12-04 Tom Tromey <tom@tromey.com>
419
420 * gdb.texinfo (Rust): Update trait object status
421
97cbe998
SDJ
4222017-12-01 Andrew Cagney <cagney@redhat.com>
423 Joel Brobecker <brobecker@adacore.com>
424 Sergio Durigan Junior <sergiodj@redhat.com>
425
426 * gdb.texinfo (File Options): Document --readnever.
427 (Commands to Specify Files): Likewise, for 'symbol-file' and
428 'add-symbol-file'.
429
bd69330d
PA
4302017-11-29 Pedro Alves <palves@redhat.com>
431
432 PR c++/19436
433 * gdb.texinfo (Debugging C Plus Plus): Document setting
434 breakpoints in functions with ABI tags.
435
a20714ff
PA
4362017-11-29 Pedro Alves <palves@redhat.com>
437
438 * gdb.texinfo (Linespec Locations): Document how "function" is
439 interpreted in C++ and Ada. Document "-qualified".
440 (Explicit Locations): Document how "-function" is interpreted in
441 C++ and Ada. Document "-qualified".
442
ee9a09e9
DC
4432017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
444
445 PR gdb/21945
446 * gdb.texinfo (Search Memory): Update description and example
447 about how to search a string without NULL terminator.
448
e547c119
JB
4492017-11-24 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.texinfo (GDB/MI Ada Exception Information): Document
452 new "exception-message" field.
453
5f1ca24a
SM
4542017-11-24 Simon Marchi <simon.marchi@ericsson.com>
455
456 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
457
d044bac8
PA
4582017-11-24 Pedro Alves <palves@redhat.com>
459
460 * gdb.texinfo (Completion): Update need-quoting examples. Remove
461 false claim that GDB inserts quoting automatically.
462 (Symbols): Add anchor.
463
2400729e
UW
4642017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
465
466 * gdb.texinfo (Requirements): Document use of GNU MPFR.
467
d8ae99a7
PM
4682017-11-16 Phil Muldoon <pmuldoon@redhat.com>
469
470 * python.texi (Basic Python): Add rbreak documentation.
471
d0fe4701
XR
4722017-11-07 Xavier Roirand <roirand@adacore.com>
473 Pedro Alves <palves@redhat.com>
474
475 * gdb.texinfo (Set Breaks): Document support for breakpoint
476 location ranges in the enable/disable commands.
477
bc3b087d
SDJ
4782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
479
480 * gdb.texinfo (Starting your Program) <The working directory.>:
481 Mention remote debugging.
482 (Working Directory) <Your Program's Working Directory>:
483 Likewise.
484 (Connecting) <Remote Packet>: Add "set-working-dir"
485 and "QSetWorkingDir" to the table.
486 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
487 packet.
488
d092c5a2
SDJ
4892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
490
491 * gdb.texinfo (Starting your Program) <The working directory.>:
492 Mention new "set cwd" command.
493 (Working Directory) <Your Program's Working Directory>:
494 Rephrase to explain that "set cwd" exists and is the default
495 way to change the inferior's cwd.
496
289e23aa
AA
4972017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
498
499 * gdb.texinfo (S/390 and System z Features): Document the new
500 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
501
f2ff95c5
KB
5022017-09-21 Kevin Buettner <kevinb@redhat.com>
503
504 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
505 attribute.
506
da2c323b
KB
5072017-09-21 Kevin Buettner <kevinb@redhat.com>
508
509 * python.texi (Inferiors In Python): Add description for method
510 Inferior.thread_from_thread_handle.
511
4e5a4f58
JB
5122017-09-19 John Baldwin <jhb@FreeBSD.org>
513
514 * gdb.texinfo (Starting your Program): Add description of
515 starti command. Mention starti command as an alternative for
516 debugging the elaboration phase.
517
1526853e
SM
5182017-09-16 Simon Marchi <simon.marchi@ericsson.com>
519
520 * gdb.texinfo (Maintenance Commands): Document filter parameter
521 of "maint selftest". Document "maint info selftests" command.
522
7c96f8c1
TT
5232017-09-11 Tom Tromey <tom@tromey.com>
524
525 * python.texi (Events In Python): Document new events.
526
d69cf9b2
PA
5272017-09-04 Pedro Alves <palves@redhat.com>
528
529 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
530 no-debug-info variables.
531 (Symbols) <Examining the Symbol Table>: Document inspecting
532 no-debug-info types.
533 (Calling) <Calling functions with no debug info>: New subsection,
534 documenting calling no-debug-info functions.
535 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
536
0a2dde4a
SDJ
5372017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
538
539 * gdb.texinfo (set environment): Add @anchor. Explain that
540 environment variables set by the user are sent to GDBserver.
541 (unset environment): Likewise, but for unsetting variables.
542 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
543 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
544 "environment-reset" and "QEnvironmentReset" to the table.
545 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
546 QEnvironmentReset>: New item, explaining the packet.
547
6e41ddec
JK
5482017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
549
550 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
551 "Compiler search for the compile command" descriptions of set
552 compile-gcc and show compile-gcc.
553
58afddc6
WP
5542017-08-07 Weimin Pan <weimin.pan@oracle.com>
555
556 * gdb.texinfo (Architectures): Add new Sparc64 section to document
557 ADI support.
558 * NEWS: Add "adi examine" and "adi assign" commands.
559
6d580b63
YQ
5602017-08-18 Yao Qi <yao.qi@linaro.org>
561
562 * gdb.texinfo (Server): Document "--selftest".
563
a5afdb16
RK
5642017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
565
566 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
567 Single-Key mode.
568
ca145713
SDJ
5692017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
570
571 PR gdb/21925
572 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
573 set...").
574
0968fbae
SM
5752017-08-09 Simon Marchi <simon.marchi@ericsson.com>
576
577 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
578 conditional expression.
579
791fb3d7
SM
5802017-07-31 Simon Marchi <simon.marchi@ericsson.com>
581
582 * agentexpr.texi (rot): Fix symbolic description, improve
583 textual description.
584
27d41eac
YQ
5852017-07-26 Yao Qi <yao.qi@linaro.org>
586
587 * gdb.texinfo (Maintenance Commands): Document command
588 "maint check xml-descriptions".
589
8e2141c6
YQ
5902017-07-26 Yao Qi <yao.qi@linaro.org>
591
592 * gdb.texinfo (Maintenance Commands): Document optional
593 argument of "maint print c-tdesc".
594
c646b4e8
YQ
5952017-07-18 Yao Qi <yao.qi@linaro.org>
596
597 * gdb.texinfo (Maintenance Commands): Improve the doc to
598 command "maint print c-tdesc".
599
eb83230b
SDJ
6002017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
601
602 PR gdb/21606
603 * python.texi (Python representation of Symbols.): Replace
604 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
605 * guile.texi (Guile representation of Symbols.): Likewise.
606
c4dcb155
SM
6072017-06-11 Simon Marchi <simon.marchi@ericsson.com>
608
609 * gdb.texinfo (Optional Messages about Internal Happenings):
610 Document {set,show} debug separate-debug-file commands.
611
aefd8b33
SDJ
6122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
613
614 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
615 (Connecting) <Remote Packet>: Add "startup-with-shell"
616 and "QStartupWithShell" to the table.
617 (Remote Protocol) <QStartupWithShell>: New item, explaining the
618 packet.
619
176efed1
AB
6202017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
623
d050f7d7
TW
6242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
625
626 * python.texi (Recording in Python): Factor out the documentation of
627 gdb.RecordInstruction's super class.
628
14f819c8
TW
6292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
630
631 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
632 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
633 prev and next.
634
0ed5da75
TW
6352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
636
637 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
638 gdb.RecordInstruction
639
913aeadd
TW
6402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
641
642 * python.texi (Recording in Python): Add documentation for
643 gdb.RecordGap and remove documentation of special cases for
644 gdb.BtraceInstruction.
645
a3be24ad
TW
6462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
647
648 * python.texi (Recording in Python): Remove Record.ptid defvar.
649
ebe553db
SM
6502017-04-21 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.texinfo (GDB/MI Thread Information): Add missing
653 fields, re-word some things.
654 (GDB/MI Thread Commands): Describe fields found in the output of
655 -thread-info, remove description of fields in the
656 thread output tuple, replace with a cross-reference to "GDB/MI
657 Thread Information".
658
9be21bb4
SM
6592017-04-21 Simon Marchi <simon.marchi@ericsson.com>
660
661 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
662 from -thread-info output.
663
fe5f7374
AK
6642017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
665
666 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
667
eea78757
AK
6682017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
669
670 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
671
79778b30
YQ
6722017-03-22 Yao Qi <yao.qi@linaro.org>
673
674 * python.texi (Inferiors In Python): Remove @code from Python.
675
cee59b3f
TW
6762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
677
678 * python.texi (Recordings In Python): Document return type of
679 gdb.BtraceInstruction.data.
680
51457a05
MAL
6812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
682
683 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
684 command file-list-shared-libraries
685 (GDB/MI Async Records): Update documentation of library-loaded with new
686 field.
687
f8d99587
DE
6882017-03-16 Doug Evans <dje@google.com>
689
690 * guile.texi (Lazy Strings In Guile): Mention arrays.
691 * python.texi (Lazy Strings In Python): Ditto.
692
5cf70512
JW
6932017-03-08 Jiong Wang <jiong.wang@arm.com>
694
695 * gdb.texinfo (Memory Protection Extensions): Add missing escape
696 character "@".
697
4a612d6f
WT
6982017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
699
700 * Memory Protection Extensions: Add information about inferior
701 calls.
702
216f72a1
JK
7032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
704
705 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
706 DW_TAG_GNU_* and DW_AT_GNU_*.
707
4e746bb6
TW
7082017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
709
710 * python.texi (Recordings In Python): New section.
711
3f77c769
TT
7122017-02-14 Tom Tromey <tom@tromey.com>
713
714 PR python/13598:
715 * python.texi (Events In Python): Document events.before_prompt.
716
5cf30ebf
LM
7172017-02-13 Luis Machado <lgustavo@codesourcery.com>
718
719 * gdb.texinfo (Target Commands): Document the optional offset
720 argument for the load command.
721
18da0c51
MG
7222017-02-10 Martin Galvan <martingalvan@sourceware.org>
723
724 PR gdb/21122
725 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
726 space-separated breakpoint lists. Also add a missing @table command
727 and @cindex for breakpoint lists.
728
3f7b46f2
IR
7292017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
730
731 PR tdep/20936
732 * gdb.texinfo: (Standard Target Features): Document SPARC features.
733 (Sparc Features): New node.
734
2735833d
WT
7352017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
736
737 * gdb.texinfo (i386 Features): Add system segment registers
738 as feature.
739
373832b6
SM
7402017-01-24 Simon Marchi <simon.marchi@ericsson.com>
741
742 * python.texi (Events In Python): Fix typo.
743
78cbbba8
LM
7442017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
745 Luis Machado <lgustavo@codesourcery.com>
746
747 * gdb.texinfo (-target-flash-erase): New MI command description.
748 (flash-erase): New CLI command description.
749
387360da
JB
7502017-01-04 John Baldwin <jhb@FreeBSD.org>
751
752 * gdb.texinfo (Contributors): Add SRI International and University
753 of Cambridge for FreeBSD/mips.
754
34c41c68
DE
7552016-12-22 Doug Evans <xdje42@gmail.com>
756
757 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
758 commands.
759
df3ee9ca
PA
7602016-12-02 Pedro Alves <palves@redhat.com>
761
762 * gdb.texinfo (User-defined Commands): Limit on number of
763 arguments passed to user-defined commands removed; update.
764
01770bbd
PA
7652016-12-02 Pedro Alves <palves@redhat.com>
766
767 PR cli/20559
768 * gdb.texinfo (Define): Add example of using "eval" to process a
769 variable number of arguments.
770 (Output) <eval>: Add anchor.
771
ad02e4fe
SM
7722016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
773
774 * Makefile.in: Likewise.
775
8504e097
AA
7762016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
777
778 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
779 xref.
780
39402e6c
PA
7812016-10-29 Pedro Alves <palves@redhat.com>
782
783 * gdb.texinfo (Packets) <vCont>: Remove mention of default
784 actions.
785
ca6eff59
PA
7862016-10-26 Pedro Alves <palves@redhat.com>
787
788 * gdb.texinfo (Packets): Clarify vCont packets with multiple
789 actions that match a thread, and what happens when an action
790 matches a thread that is already running.
791
be06ba8c
SM
7922016-10-14 Simon Marchi <simon.marchi@ericsson.com>
793
794 * gdb.texinfo (Using Trace Files): Fix typo.
795 (GDB/MI Tracepoint Commands): Likewise.
796
99e61eda
SM
7972016-10-14 Simon Marchi <simon.marchi@ericsson.com>
798
799 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
800 of -trace-save.
801
9c37b5ae
TT
8022016-10-06 Tom Tromey <tom@tromey.com>
803
804 * guile.texi (Types In Guile): Remove Java mentions.
805 * python.texi (Types In Python): Remove Java mentions.
806 * gdb.texinfo (Address Locations, Supported Languages)
807 (Index Section Format): Remove Java mentions.
808
ee8da4b8
DE
8092016-08-15 Doug Evans <dje@google.com>
810
811 * gdb.texinfo (Target Description Format): Update docs on "end"
812 field spec and field default type.
813
4034d0ff
AT
8142016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8152016-10-03 Simon Marchi <simon.marchi@ericsson.com>
816
817 PR gdb/20487
818 * gdb.texinfo (Context management): Update mention of frame
819 change notifications.
820 (gdb/mi Async Records): Document frame field in
821 =thread-select event.
822 * observer.texi (GDB Observers): New user_selected_context_changed
823 observer.
824
4435e1cc
TT
8252016-09-28 Tom Tromey <tom@tromey.com>
826
827 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
828 than "memory breakpoint". Further document "kind". Move
829 protocol-details link earlier.
830 <z1>: Document the cmd_list argument. Fix typo.
831 <g>: Remove incorrect sentence.
832 (Stop Reply Packets): Document "OK" response to requests when in
833 non-stop mode.
834 <swbreak>: Use "software breakpoint" rather than "memory
835 breakpoint".
836 <create>: Document that "R" is ignored.
837 <W, X, w>: Document formatting of "AA".
838 (Notification Packets): Use "%Stop", not "%%Stop".
839
ad0a504f
AK
8402016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
841
842 * gdb.texinfo (Embedded Processors): Document ARC.
843 (Synopsys ARC): New section.
844 (Standard Target Features): Document ARC features.
845 (ARC Features): New section.
846
74172ecf
SM
8472016-09-21 Simon Marchi <simon.marchi@ericsson.com>
848
849 * .gitignore: New file.
850
0a1ddfa6
SM
8512016-08-24 Simon Marchi <simon.marchi@ericsson.com>
852
853 * gdb.texinfo (Input/Output): Mention possibility to unset
854 inferior-tty.
855
c0272db5
TW
8562016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
857
858 * gdb.texinfo: Resume btrace on reconnect.
859
e3487908
GKB
8602016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
861
862 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
863 syscall.
864
463888ab
РИ
8652016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
866
867 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
868 command.
869
dac790e1
TT
8702016-07-13 Tom Tromey <tom@tromey.com>
871
872 PR python/15620, PR python/18620:
873 * python.texi (Events In Python): Document new breakpoint events.
874
93daf339
TT
8752016-07-13 Tom Tromey <tom@tromey.com>
876
877 PR python/17698:
878 * python.texi (Breakpoints In Python): Document
879 Breakpoint.pending.
880
cda75e70
TT
8812016-07-13 Tom Tromey <tom@tromey.com>
882
883 * python.texi (Breakpoints In Python): Move table of types and
884 table of watchpoint types earlier in node.
885
e0f3fd7c
TT
8862016-07-12 Tom Tromey <tom@tromey.com>
887
888 PR python/19293:
889 * python.texi (Frames In Python): Document
890 gdb.invalidate_cached_frames.
891
86f78169
PA
8922016-06-21 Pedro Alves <palves@redhat.com>
893
894 * gdb.texinfo (Interpreters): Update intepreter-exec section,
895 document new-ui and explain use case.
896
a28d8e50
YTL
8972016-06-17 Yan-Ting Lin <currygt52@gmail.com>
898
899 * gdb.texinfo (Standard Target Features): Document NDS32 features.
900 (NDS32 Features): New Section.
901
bb556f1f
TK
9022016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
903
904 * gdb.texinfo (Examining Memory): Document negative repeat
905 count in the 'x' command.
906
38b022b4
SM
9072016-06-06 Simon Marchi <simon.marchi@ericsson.com>
908
909 * gdb.texinfo (GDB/MI Async Records): Document method and
910 format fields in =record-started.
911 * observer.texi (record_changed): Add method and format
912 parameters.
913
c185ba27
EZ
9142016-05-27 Eli Zaretskii <eliz@gnu.org>
915
916 * gdb.texinfo (General Query Packets): Move the description of the
917 response before the long list of the specific 'read' and 'write'
918 requests.
919
1957f6b8
TT
9202016-05-23 Tom Tromey <tom@tromey.com>
921
922 * python.texi (Basic Python): Document gdb.breakpoints return.
923
224f10c1
TT
9242016-05-24 Tom Tromey <tom@tromey.com>
925
926 PR gdb/19194:
927 * gdb.texinfo (gdb man): Fix typo.
928
0bdfa368
TT
9292016-05-17 Tom Tromey <tom@tromey.com>
930
931 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
932 (Rust): New node.
933
dcd1f979
TT
9342016-05-17 Tom Tromey <tom@tromey.com>
935
936 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
937
310cdbb6
YQ
9382016-04-27 Yao Qi <yao.qi@linaro.org>
939
940 * gdb.texinfo (tfind): Complete doc about tfind without
941 argument.
942
b8162e5a
AT
9432016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
944
945 * agentexpr.texi (byte): Fix zero_ext description.
946
f7c38292
PA
9472016-03-31 Pedro Alves <palves@redhat.com>
948
949 * gdb.texinfo (M32R/SDI): Delete node.
950 (MIPS Embedded): Remove references to the MIPS remote debugging
951 protocol, PMON and variants, and the associated commands.
952
81516450
DE
9532016-03-15 Doug Evans <dje@google.com>
954
955 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
956 (Target Description Format): Mention enum types. Update docs on
957 flags types.
958 (Predefined Target Types): Add "bool".
959 (Enum Target Types): New node.
960
2a60e18f
PA
9612016-03-15 Pedro Alves <palves@redhat.com>
962
963 * gdb.texinfo (Tracepoint Actions): Fix typo.
964
45fa2529
PA
9652016-03-15 Pedro Alves <palves@redhat.com>
966 Andreas Arnez <arnez@linux.vnet.ibm.com>
967 Marcin Kościelnicki <koriakin@0x04.net>
968
969 * gdb.texinfo (Tracepoint Actions): Document possible
970 unreliability of '$_ret'.
971
f2403c39
AB
9722016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.texinfo (Symbols): Document new 'maint info line-table'
975 command.
976
f2f3ccb9
SM
9772016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
978
979 * gdb.texinfo (Convenience Functions): Document $_as_string.
980
cce0e923
DE
9812016-02-23 Doug Evans <dje@google.com>
982
983 * gdb.texinfo (Skipping Over Functions and Files): Document new
984 options to "skip" command. Update docs of output of "info skip".
985
012b3a21
WT
9862016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
987
988 * gdb.texinfo (Signals): Add bound violation display hints for
989 a SIGSEGV.
990
0748bf3e
MK
9912016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
992
993 * gdb.texinfo (Trace File Format): Add documentation for description
994 section lines.
995
e909d859
MK
9962016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
997
998 * gdb.texinfo (Trace File Format): Remove misleading information
999 about register block ordering.
1000
713cdcbf
DE
10012016-02-01 Doug Evans <dje@google.com>
1002
1003 * gdb.texinfo (Value Sizes): Fix typo.
1004
8244c20d
DE
10052016-02-01 Doug Evans <dje@google.com>
1006
1007 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1008
5fdf6324
AB
10092016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1010
1011 * gdb.texinfo (Value Sizes): New section.
1012 (Data): Add the 'Value Sizes' node to the menu.
1013
67ebd9cb
JB
10142016-01-26 John Baldwin <jhb@FreeBSD.org>
1015
1016 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1017
6e9567fe
JB
10182016-01-19 John Baldwin <jhb@FreeBSD.org>
1019
1020 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1021
f303dbd6
PA
10222016-01-18 Pedro Alves <palves@redhat.com>
1023
1024 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1025 of the thread that hit a breakpoint or received a signal.
1026
71ef29a8
PA
10272016-01-15 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1030
663f6d42
PA
10312016-01-13 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.texinfo (Threads): Document the $_gthread convenience
1034 variable.
1035 (Convenience Vars): Likewise.
1036
c84f6bbf
PA
10372016-01-13 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.texinfo (Threads): Document "info threads -gid".
1040
22a02324
PA
10412016-01-13 Pedro Alves <palves@redhat.com>
1042
1043 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1044 anchor.
1045 (Threads In Python): Document new InferiorThread.global_num
1046 attribute.
1047
5d5658a1
PA
10482016-01-07 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1051 qualified thread IDs, global thread IDs and thread ID lists.
1052 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1053 thread IDs.
1054 (Convenience Vars): Document the $_thread convenience variable.
1055 (Ada Tasks): Adjust to refer to thread IDs.
1056 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1057 Commands, GDB/MI Variable Objects): Update to mention global
1058 thread IDs.
1059 * guile.texi (Breakpoints In Guile)
1060 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1061 global thread IDs instead of thread IDs.
1062 * python.texi (Threads In Python): Adjust documentation of
1063 InferiorThread.num.
1064 (Breakpoint.thread): Mention global thread IDs instead of thread
1065 IDs.
1066
84654457
PA
10672016-01-13 Pedro Alves <palves@redhat.com>
1068
1069 * python.texi (Threads In Python): Document
1070 InferiorThread.inferior.
1071
e3940304
PA
10722016-01-13 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1075 convenience variable.
1076 (Convenience Vars): Likewise.
1077
82075af2
JS
10782016-01-12 Josh Stone <jistone@redhat.com>
1079 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1080
1081 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1082 (Stop Reply Packets): List the syscall entry and return stop reasons.
1083 (General Query Packets): Describe QCatchSyscalls, and add it to the
1084 table and the detailed list of stub features.
1085
bc504a31
PA
10862016-01-12 Pedro Alves <palves@redhat.com>
1087
1088 Remove use of the registered trademark symbol throughout.
1089
cde67b27
YQ
10902016-01-12 Yao Qi <yao.qi@linaro.org>
1091
1092 * gdb.texinfo (Interrupts): Update the document on handling
1093 interrupt when program is stopped.
1094
19d9d4ef
DB
10952015-12-11 Don Breazeal <donb@codesourcery.com>
1096
1097 * gdb.texinfo (Forks): Correct Linux kernel version where
1098 fork and exec events are supported, add notes about support
1099 of these events in target remote mode.
1100 (Connecting): Reorganize and clarify distinctions between
1101 target remote, extended-remote, and multiprocess.
1102 Reorganize related text from separate sections into new
1103 sections.
1104 (Server): Note effects of target extended-remote mode.
1105 Delete section on Multi-Process Mode for gdbserver.
1106 Move some text to "Connecting" node.
1107
f4f4330e
PA
11082015-12-10 Pedro Alves <palves@redhat.com>
1109
1110 * gdb.texinfo (Threads): Replace warning with explanation
1111 about single-threaded programs.
1112
b1236ac3
PA
11132015-12-10 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.texinfo (Threads): Remove mention of SGI.
1116 (Forks): Remove mention of HP-UX.
1117 (Breakpoints): Remove mention of HP-UX.
1118 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1119 Reword in terms of architectures.
1120 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1121 mention supported systems.
1122 (Convenience Vars): Don't mention HP-UX.
1123 (Jumping): Remove mention of HP-UX in comment.
1124 (Files) <shared libraries>: Update supported shared library types
1125 list. Remove mention of HP-UX.
1126 (Native): Remove HP-UX subsection.
1127 (SVR4 Process Information): Remove mention of HP-UX.
1128
0f59c28f
PA
11292015-12-10 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.texinfo (Stack): Reorder menu.
1132
1c35a88f
LM
11332015-12-09 Luis Machado <lgustavo@codesourcery.com>
1134
1135 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1136 -var-set-format's new zero-hexadecimal format.
1137
3685b09f
PMR
11382015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1139
1140 * gdb.texinfo (Ada Mode Into): Move overloading support
1141 description to its own node.
1142 (Overloading support for Ada): New node.
1143
f2faf941
PA
11442015-11-30 Pedro Alves <palves@redhat.com>
1145
1146 PR 14618
1147 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1148 (Remote Configuration): Add the "set/show remote
1149 no-resumed-stop-reply" to the available settings table.
1150 (General Query Packets): Document the "no-resumed" qSupported
1151 feature.
1152
65706a29
PA
11532015-11-30 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.texinfo (Remote Configuration): List "set/show remote
1156 thread-events" command in configuration table.
1157 (Stop Reply Packets): Document "T05 create" stop
1158 reason and 'w' stop reply.
1159 (General Query Packets): Document QThreadEvents packet. Document
1160 QThreadEvents qSupported feature.
1161
de979965
PA
11622015-11-30 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1165 anchor.
1166 (Packets): Document vCtrlC.
1167
79efa585
SM
11682015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1169
1170 * gdb.texinfo (Thread List Format): Mention thread names.
1171
7e0aa6aa
PA
11722015-11-24 Pedro Alves <palves@redhat.com>
1173
1174 PR 17539
1175 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1176 program-spaces" example to ascending order listing.
1177 (Threads): Adjust "info threads" example to ascending order
1178 listing.
1179 (Forks): Adjust "info inferiors" example to ascending order
1180 listing.
1181
0c532a29
MM
11822015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1183
1184 * gdb.texinfo (Process Record and Replay): Document "record
1185 instruction-history" modifiers.
1186
fc58fa65
AB
11872015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1190 description.
1191 (Frame Filter Management): Move to later in the 'Examining the
1192 Stack' chapter.
1193 (Selection): Add entry for 'select-frame'.
1194
792005b0
DE
11952015-09-25 Doug Evans <dje@google.com>
1196
1197 * gdb.texinfo (Process Record and Replay): Fix syntax of
1198 "record instruction-history begin, end" and
1199 "record function-call-history begin, end".
1200
c58b006b
SM
12012015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1202
1203 * gdb.texinfo (Specifying Source Directories): Fix
1204 substitute-path example.
1205
f2665db5
MM
12062015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1207
1208 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1209
e68fa6f0
PA
12102015-09-15 Pedro Alves <palves@redhat.com>
1211
1212 PR remote/18965
1213 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1214 the vforkdone description.
1215
8228463c
PA
12162015-09-15 Pedro Alves <palves@redhat.com>
1217
1218 PR remote/18965
1219 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1220 part indicates the thread ID of the parent process.
1221
750ce8d1
YQ
12222015-09-15 Yao Qi <yao.qi@linaro.org>
1223
1224 * gdb.texinfo (General Query Packets): Add vContSupported to
1225 tables of 'gdbfeatures' and 'stub features' supported in the
1226 qSupported packet, as well as to the list containing stub
1227 feature details.
1228
b459a59b
DB
12292015-09-11 Don Breazeal <donb@codesourcery.com>
1230
1231 * gdb.texinfo (Remote Configuration): Add exec event
1232 feature to table of packet settings.
1233 (Stop Reply Packets): Add exec events to the list of stop
1234 reasons.
1235 (General Query Packets): Add exec events to tables of
1236 'gdbfeatures' and 'stub features' supported in the qSupported
1237 packet, as well as to the list containing stub feature
1238 details.
1239
73b8c1fd
PA
12402015-08-24 Pedro Alves <palves@redhat.com>
1241
1242 * gdb.texinfo (Remote Configuration): Document the "set/show
1243 remote multiprocess-extensions-packet" commands.
1244
bb615428
PA
12452015-08-24 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1248 <M32R>: Remove references to M32R/D.
1249 <M68K>: Remove references to target dbug.
1250 <MIPS Embedded>: Remove references to target r3900 and target
1251 array.
1252 <PowerPC Embedded>: Remove references to target dink32 and target
1253 ppcbug, target sds
1254 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1255
2b4bf6af
AB
12562015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1259
566f5e3b
AB
12602015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1263
18989b3c
AB
12642015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1267 info bfds" to...
1268 (File Caching): A New section. Outline bfd caching, and add new
1269 description for "main set/show bfd-sharing".
1270
6ff0ba5f
DE
12712015-08-14 Doug Evans <xdje42@gmail.com>
1272
1273 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1274 disassembly.
1275 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1276
629500fa
KS
12772015-08-11 Keith Seitz <keiths@redhat.com>
1278
1279 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1280 Use "location(s)"instead of "linespec(s)".
1281 (Specifying a Location): Rewrite.
1282 Add subsections describing linespec, address, and explicit locations.
1283 Add node/menu for each subsection.
1284 (Source and Machine Code, C Preprocessor Macros)
1285 (Create and Delete Trace points)
1286 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1287 (Continuing at a Different Address): Remove "linespec" examples.
1288 Add reference to "Specify a Location"
1289 (The -break-insert Command): Rewrite. Add anchor.
1290 Add reference to appropriate manual section discussing locations.
1291 (The -dprintf-insert Command): Refer to -break-insert for
1292 specification of 'location'.
1293
fbea99ea
PA
12942015-08-07 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1297 target-non-stop".
1298
da8c46d2
MM
12992015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1300
1301 * gdb.texinfo (Process Record and Replay): Document prefixing of
1302 speculatively executed instructions in the "record instruction-history"
1303 command.
1304
a3b5281e
DE
13052015-07-20 Doug Evans <dje@google.com>
1306
1307 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1308
6bcb1f97
DE
13092015-07-16 Doug Evans <dje@google.com>
1310
1311 * stabs.texinfo: @include gdb-cfg.texi.
1312
db1ff28b
JK
13132015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1314
1315 Revert the previous 2 commits:
1316 gdbserver build-id attribute generator
1317 Validate symbol file using build-id
1318
ca5268b6
JK
13192015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1320
1321 * gdb.texinfo (Files): Add 'set validate-build-id'
1322 and 'show validate-build-id'.
1323
700ca40f
JK
13242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1325 Jan Kratochvil <jan.kratochvil@redhat.com>
1326
1327 gdbserver build-id attribute generator.
1328 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1329 'build-id' in description, example, new attribute in dtd.
1330
7c7f93f6
AB
13312015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * gdb.texinfo (Selection): Update documentation for 'frame'
1334 command.
1335
b0627500
MM
13362015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1337
72f4393d 1338 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1339 commands.
1340
b20a6524
MM
13412015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1342
1343 * gdb.texinfo (Process Record and Replay): Spell out that variables
1344 and registers are not available during btrace replay.
1345 Describe the new "record btrace pt" command.
1346 Describe the new "set|show record btrace pt buffer-size" options.
1347 (General Query Packets): Describe the new Qbtrace:pt and
1348 Qbtrace-conf:pt:size packets.
1349 Expand "bts" to "Branch Trace Store".
1350 Update the branch trace DTD.
1351
fc637f04
PP
13522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1353
1354 * gdb.texinfo (Command History): Document the new option
1355 "history remove-duplicates".
1356
18a94d75
DE
13572015-06-19 Doug Evans <dje@google.com>
1358
1359 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1360 longer supported.
1361
0eacb298
PP
13622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1363
1364 * gdb.texinfo (Command History): Mention that setting
1365 GDBHISTSIZE to the empty string disables history truncation.
1366
bc460514
PP
13672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1368
1369 PR gdb/16999
1370 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1371 behavior.
1372
b58c513b
PP
13732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1374
1375 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1376 with GDBHISTSIZE.
1377
a86c90e6
SM
13782015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1379
1380 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1381 bytes and memory units for -data-{read,write}-memory-bytes.
1382 (Packets): Same for m, M and X packets.
1383 * python.texi (Inferiors In Python): Same for read_memory and
1384 write_memory.
1385
c74f7d1c
JT
13862015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1387
1388 * gdb.texinfo (Separate Debug Files): Document that PE is also
1389 supported.
1390
51f0e40d
AB
13912015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1394 single table entry.
1395
966f0aef
WT
13962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1397
1398 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1399
1400
15a201c8
GB
14012015-06-10 Gary Benson <gbenson@redhat.com>
1402
1403 * gdb.texinfo (Remote Configuration): Document the
1404 "set/show remote hostio-setfs-packet" command.
1405 (Host I/O Packets): Document the vFile:setfs packet.
1406
7a6a1731
GB
14072015-06-10 Gary Benson <gbenson@redhat.com>
1408
1409 * gdb.texinfo (Debugging Output): Document the "set/show debug
1410 linux-namespaces" command.
1411
7d73c23c 14122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1413 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1414
1415 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1416 and "set mpx bound".
1417
27e0867f
DE
14182015-05-27 Doug Evans <dje@google.com>
1419
1420 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1421
b4f54984
DE
14222015-05-26 Doug Evans <dje@google.com>
1423
1424 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1425 command renamings.
1426 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1427
55b40027
AB
14282015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1431
a4ea0946
AB
14322015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1435 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1436
37442ce1
DE
14372015-05-16 Doug Evans <xdje42@gmail.com>
1438
1439 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1440 memory ports.
1441
36de76f9
JK
14422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1443
1444 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1445
0d71eef5
DB
14462015-05-12 Don Breazeal <donb@codesourcery.com>
1447
1448 * gdb.texinfo (Forks): Note that fork debugging is
1449 supported in extended mode.
1450 (Remote Configuration): Add fork event features to table
1451 of packet settings.
1452 (Stop Reply Packets): Add fork events to list of stop reasons.
1453 (General Query Packets): Add fork events to tables of
1454 'gdbfeatures' and 'stub features' supported in the qSupported
1455 packet, as well as to the list containing stub feature
1456 details.
1457
835205d0
GB
14582015-05-12 Gary Benson <gbenson@redhat.com>
1459
1460 * gdb.texinfo (General Query Packets): Document
1461 qXfer:exec-file:read with empty annex.
1462
4c082a81
SC
14632015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1464
1465 * python.texi (Values From Inferior): Add descriptions of new
1466 methods gdb.Value.reference_value and gdb.Value.const_value.
1467
b30a0bc3
JB
14682015-05-06 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdb.texinfo (Files): Add "info dll" documentation.
1471 (Cygwin Native): Remove "info dll" documentation.
1472
2ce1cdbf
DE
14732015-04-29 Doug Evans <dje@google.com>
1474
1475 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1476 Document.
1477 (Writing an Xmethod): Add get_result_type to example.
1478
59fb7612
SS
14792015-04-28 Sasha Smundak <asmundak@google.com>
1480
1481 * python.texi: New method documented.
1482
cf75d6c3
AB
14832015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1486 format.
1487
897c3d32
DE
14882015-04-24 Doug Evans <dje@google.com>
1489
1490 * python.texi (Xmethods In Python): Fix name of method to call the
1491 xmethod.
1492
1b6e6f5c
GB
14932015-04-17 Gary Benson <gbenson@redhat.com>
1494
1495 * gdb.texinfo (Connecting to a Remote Target): Mention that
1496 GDB can access program files from remote targets that support
1497 qXfer:exec-file:read and Host I/O packets.
1498
c78fa86a
GB
14992015-04-17 Gary Benson <gbenson@redhat.com>
1500
1501 * gdb.texinfo (Remote Configuration): Document the "set/show
1502 remote pid-to-exec-file-packet" command.
1503 (General Query Packets): Document the qXfer:exec-file:read
1504 qSupported features. Document the qXfer:exec-file:read packet.
1505
a9a5a3d1
GB
15062015-04-17 Gary Benson <gbenson@redhat.com>
1507
1508 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1509 applies to executable paths if supplied to GDB as absolute.
1510
4f45d445
JK
15112015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1512
1513 * gdb.texinfo (Mode Options): Remove -xdb.
1514
e7a8570f
JK
15152015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1516 Eli Zaretskii <eliz@gnu.org>
1517
72f4393d
L
1518 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1519 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1520 the compile command. New subsection Compiler search for the compile
1521 command.
1522
f2983cc3
AW
15232015-04-09 Andy Wingo <wingo@igalia.com>
1524
1525 * guile.texi (Frames In Guile): Describe frame-read-register.
1526
599bd15c
GB
15272015-04-02 Gary Benson <gbenson@redhat.com>
1528
1529 * gdb.texinfo (set sysroot): Document "target:".
1530
d11916aa
SS
15312015-04-01 Sasha Smundak <asmundak@google.com>
1532
1533 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1534 section.
1535
df8411da
SDJ
15362015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 PR corefiles/16092
1539 * gdb.texinfo (gcore): Mention new command 'set
1540 use-coredump-filter'.
1541 (set use-coredump-filter): Document new command.
1542
d33279b3
AT
15432015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1544
1545 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1546 documentation, reorder the info os entries in alphabetical order.
1547
852f8402
SM
15482015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1549
1550 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1551 -data-write-memory-bytes.
1552
856e7dd6
PA
15532015-03-24 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1556 mention that threads may sometimes run unlocked.
1557
236af5e3
YG
15582015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1559
1560 * gdb.texinfo (Remote configuration): Document "set/show
1561 serial parity" command.
1562
464b0089
GB
15632015-03-18 Gary Benson <gbenson@redhat.com>
1564
1565 * gdb.texinfo (General Query Packets): Remove documentation
1566 for now-removed vFile:fstat qSupported features.
1567
0a93529c
GB
15682015-03-11 Gary Benson <gbenson@redhat.com>
1569
1570 * gdb.texinfo (Remote Configuration): Document the
1571 "set/show remote hostio-fstat-packet" command.
1572 (General Query Packets): Document the vFile:fstat
1573 qSupported features.
1574 (Host I/O Packets): Document the vFile:fstat packet.
1575
85642ba0
AW
15762015-03-11 Andy Wingo <wingo@igalia.com>
1577
1578 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1579
f7e6eed5
PA
15802015-03-04 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.texinfo (Remote Configuration): Document the "set/show
1583 remote swbreak-feature-packet" and "set/show remote
1584 hwbreak-feature-packet" commands.
1585 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1586 decription.
1587 (Stop Reply Packets): Document the swbreak and hwbreak stop
1588 reasons.
1589 (General Query Packets): Document the swbreak and hwbreak
1590 qSupported features.
1591 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1592
f873665f 15932015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1594
1595 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1596 under *stopped.
1597
9a284c97
DE
15982015-03-02 Doug Evans <xdje42@gmail.com>
1599
1600 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1601
446899e4
AA
16022015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1603
1604 * gdb.texinfo (S/390 and System z Features): Describe new feature
1605 "org.gnu.gdb.s390.vx".
1606
7ee67ee4
SDJ
16072015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1608
1609 PR gdb/18008
1610 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1611 demangler-warning): Fix typo ("problam").
1612
53cf2ee0
DT
16132015-02-19 David Taylor <dtaylor@emc.com>
1614
1615 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1616
3133f8c1
JM
16172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1618
1619 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1620 point, DTrace'.
1621 (Static Probe Points): Modified to cover DTrace probes in addition
1622 to SystemTap probes. Also modified to cover the `enable probe'
1623 and `disable probe' commands.
1624
9aca2ff8
JM
16252015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1626
1627 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1628 `disable probe' commands.
1629
fa3f8d5a
DT
16302015-02-12 David Taylor <dtaylor@emc.com>
1631
1632 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1633 fields of the QTDV packet.
1634
d33501a5
MM
16352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1636
1637 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1638 (Process Record and Replay): Describe new set|show commands.
1639 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1640
f4abbc16
MM
16412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1642
1643 * gdb.texinfo (Process Record and Replay): Describe the "record
1644 btrace bts" command.
1645 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1646 (Branch Trace Configuration Format): New.
1647
cfb069a8
GB
16482015-01-31 Gary Benson <gbenson@redhat.com>
1649 Doug Evans <dje@google.com>
1650
1651 * gdb.texinfo (Command Completion): Document new
1652 "set/show max-completions" option.
1653
f57d2163
DE
16542015-01-31 Doug Evans <xdje42@gmail.com>
1655
1656 * gdb.texinfo (Symbols): Document new commands
1657 "maint print symbol-cache", "maint print symbol-cache-statistics",
1658 "maint flush-symbol-cache". Document new option
1659 "maint set symbol-cache-size".
1660
9f050062
DE
16612015-01-31 Doug Evans <xdje42@gmail.com>
1662
1663 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1664 distinguish script files vs inlined scripts.
1665 * python.texi (Python Auto-loading): Ditto.
1666
b6577aab
DE
16672015-01-30 Doug Evans <dje@google.com>
1668
1669 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1670 string if present.
1671
3a8b707a
DE
16722015-01-27 Doug Evans <dje@google.com>
1673
1674 * python.texi (Objfiles In Python): Document Objfile.username.
1675
1b549396
DE
16762015-01-27 Doug Evans <dje@google.com>
1677
1678 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1679 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1680
253828f1
JK
16812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1684
bf555842
EZ
16852015-01-16 Eli Zaretskii <eliz@gnu.org>
1686
1687 * doc/gdb.texinfo (TUI Commands): Document the possible
1688 values of NAME argument to 'winheight' command. Explain the
1689 effect of 'tabset' setting better.
1690
439250fb
DE
16912015-01-11 Doug Evans <xdje42@gmail.com>
1692
1693 PR gdb/15830
1694 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1695 (Symbols): Ditto.
1696 (Maintenance Commands): Delete docs for "maint demangle".
1697
6bf6fd09
JB
16982014-12-31 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb.texinfo (Files): Remove documentation of the
1701 "add-shared-symbol-files" and "assf" commands.
1702 (Cygwin Native): Remove documentation of the "dll-symbols"
1703 command.
1704
cc485e62
DE
17052014-12-17 Doug Evans <xdje42@gmail.com>
1706
1707 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1708
bb2ec1b3
TT
17092014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1710 Jan Kratochvil <jan.kratochvil@redhat.com>
1711
1712 * gdb.texinfo (Altering): Update.
1713 (Compiling and Injecting Code): New node.
1714
6dddd6a5
DE
17152014-12-12 Doug Evans <dje@google.com>
1716
1717 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1718
f5b95c01
AA
17192014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1720
1721 * gdb.texinfo: Document "maint print user-registers".
1722
a0be3e44
DE
17232014-12-08 Doug Evans <dje@google.com>
1724
1725 * python.texi (Objfiles In Python): Document Objfile.owner.
1726
86e4ed39
DE
17272014-12-04 Doug Evans <dje@google.com>
1728
1729 * python.texi (Objfiles In Python): Document
1730 Objfile.add_separate_debug_file.
1731
7c50a931
DE
17322014-12-04 Doug Evans <dje@google.com>
1733
1734 * python.texi (Objfiles In Python): Document Objfile.build_id.
1735
162078c8
NB
17362014-12-02 Nick Bull <nicholaspbull@gmail.com>
1737
1738 * python.texi (Events In Python): Document new events
1739 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1740 and RegisterChangedEvent.
1741
f10c5b19
JK
17422014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 Add add-auto-load-scripts-directory.
1745 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1746 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1747
413b59ae
JK
17482014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1751 description typo.
1752
02be9a71
DE
17532014-10-30 Doug Evans <dje@google.com>
1754
1755 * python.texi (Progspaces In Python): Document ability to add
1756 random attributes to gdb.Progspace objects.
1757 (Objfiles In Python): Document ability to add random attributes to
1758 gdb.objfile objects.
1759
e5f8a7cc
PA
17602014-10-27 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1763 info on stepping and signal handlers.
1764 (Signals): Explain stepping and signal handlers. Add context
1765 index entry, and cross references.
1766
fab3a15d
SM
17672014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1768
1769 * python.texi (Breakpoints In Python): Add parenthesis after
1770 Breakpoint.delete. Clarify Breakpoint.enabled description so
1771 that it contains "disable".
1772
4ffbba72
DE
17732014-10-17 Doug Evans <dje@google.com>
1774
1775 * python.texi (Events In Python): Document clear_objfiles event.
1776
d096d8c1
DE
17772014-10-17 Doug Evans <dje@google.com>
1778
1779 * python.texi (Objfiles In Python): Document new progspace attribute.
1780
32a8097b
PA
17812014-10-17 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1784 (SVR4 Process Information): Delete mention of OSF/1.
1785
2ddf4301
SM
17862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1787
1788 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1789 exit-code field in -list-thread-groups output.
1790
342cc091
JBG
17912014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1792
1793 * gdb.texinfo (Set Breaks): Add missing "@end table".
1794
a25a5a45
PA
17952014-09-22 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1798 always-inserted off" is the default mode now. Delete
1799 documentation of "set breakpoint always-inserted auto".
1800
2b4fd423
DE
18012014-09-18 Doug Evans <dje@google.com>
1802
1803 * python.texi (Symbol Tables In Python): Document "producer"
1804 attribute of gdb.Symtab objects.
1805
deb8ff2b
PA
18062014-09-16 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1809 (Embedded OS): Remove VxWorks menu entry.
1810 (VxWorks): Remove node.
1811
81219e53
DE
18122014-09-13 Doug Evans <xdje42@gmail.com>
1813
1814 * gdb.texinfo (Signaling): Document new queue-signal command.
1815
faa42425
DE
18162014-09-06 Doug Evans <xdje42@gmail.com>
1817
1818 PR 15276
1819 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1820 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1821
1a6a384b
JL
18222014-09-03 Justin Lebar <jlebar@google.com>
1823
1824 * python.texi (Types In Python): Type.template_argument(n) returns a
1825 gdb.Value or a gdb.Type and throws an exception if n is out of
1826 range.
1827
5f3b99cf
SS
18282014-09-03 Sasha Smundak <asmundak@google.com>
1829
1830 * python.texi (Frames in Python): Add read_register description.
1831
3cecbbbe
TT
18322014-08-04 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.texinfo (Debugging Output): Update for change to "set debug
1835 target".
1836
90debf20
MM
18372014-08-01 Masaki Muranaka <monaka@monami-software.com>
1838
1839 Pushed by Joel Brobecker <brobecker@adacore.com>.
1840 * Makefile.in (transform): New variable.
1841 (install-man1, install-man5): Apply $(transform) to man file names.
1842
ee7333ae
DE
18432014-07-26 Doug Evans <xdje42@gmail.com>
1844
1845 PR guile/17177
1846 * guile.texi (Guile Pretty Printing API): Fix typo.
1847 Document set-pretty-printers!, pretty-printers.
1848 (Selecting Guile Pretty-Printers): Update.
1849 Mention program-space based pretty-printers.
1850
70509625
PA
18512014-07-25 Pedro Alves <palves@redhat.com>
1852 Eli Zaretskii <eliz@gnu.org>
1853
1854 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1855 with multi-threaded programs.
1856
b67a2c6f
YQ
18572014-06-27 Yao Qi <yao@codesourcery.com>
1858
1859 * gdb.texinfo (Maintenance Commands): Update the output of
1860 'maint print dummy-frames' command.
1861
f179cf97
EZ
18622014-06-24 Eli Zaretskii <eliz@gnu.org>
1863
1864 * gdb.texinfo (Screen Size): Improve indexing.
1865
992c7d70
GB
18662014-06-19 Gary Benson <gbenson@redhat.com>
1867
1868 * gdb.texinfo (Maintenance Commands): Document new
1869 "maint set/show catch-demangler-crashes" option.
1870
57fcfb1b
GB
18712014-06-19 Gary Benson <gbenson@redhat.com>
1872
1873 * gdb.texinfo (Maintenance Commands): Document new
1874 "maint demangler-warning" command and new
1875 "maint set/show demangler-warning" option.
1876
dd5d5494
SC
18772014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1878
1879 * python.texi (Xmethod API): Add space before the opening
1880 parenthesis in function descriptions.
1881
25326a28 18822014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1883
1884 * guile.texi (Guile Configuration): Document guile-data-directory.
1885
0a770bb2 18862014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1887
1888 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1889
16f691fb
DE
18902014-06-04 Doug Evans <xdje42@gmail.com>
1891
1892 * guile.texi (Breakpoints In Guile): Update.
1893
1e47491b
JB
18942014-06-03 Joel Brobecker <brobecker@adacore.com>
1895
1896 * python.texi (Xmethod API): Fix reference to "Progspaces In
1897 Python".
1898
0c6e92a5
SC
18992014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1900
1901 * python.texi (Xmethods In Python, XMethod API)
1902 (Writing an Xmethod): New nodes.
1903 (Python API): New menu entries "Xmethods In Python",
1904 "Xmethod API", "Writing an Xmethod".
1905
06eb1586
DE
19062014-06-02 Doug Evans <xdje42@gmail.com>
1907
1908 * guile.texi (Guile API): Add entry for Parameters In Guile.
1909 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1910 (Parameters In Guile): New node.
1911
e698b8c4
DE
19122014-06-02 Doug Evans <xdje42@gmail.com>
1913
1914 * guile.texi (Guile API): Add entry for Commands In Guile.
1915 (Basic Guile) <parse-and-eval>: Add reference.
1916 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1917 (GDB Scheme Data Types): Mention <gdb:command> object.
1918 (Commands In Guile): New node.
1919
ded03782
DE
19202014-06-02 Doug Evans <xdje42@gmail.com>
1921
1922 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1923 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1924 (Progspaces In Guile): New node.
1925
53e8a631
AB
19262014-05-30 Andrew Burgess <aburgess@broadcom.com>
1927
1928 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1929 * python.texi (Frames In Python): Mention
1930 gdb.FRAME_UNWIND_MEMORY_ERROR.
1931
329ea579
PA
19322014-05-29 Pedro Alves <palves@redhat.com>
1933 Tom Tromey <tromey@redhat.com>
1934
1935 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1936 from example.
1937 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1938 Mention that target-async is now deprecated.
1939 (Maintenance Commands): Document maint set/show target-async.
1940
92bcb5f9
PA
19412014-05-29 Pedro Alves <palves@redhat.com>
1942
1943 * observer.texi (sync_execution_done, command_error): New
1944 subjects.
1945
fd664c91
PA
19462014-05-29 Pedro Alves <palves@redhat.com>
1947
1948 PR gdb/13860
1949 * observer.texi (signal_received, end_stepping_range)
1950 (signal_exited, exited, no_history): New observer subjects.
1951
b2715b27
AW
19522014-05-26 Andy Wingo <wingo@igalia.com>
1953
1954 * guile.texi (GDB Scheme Data Types): Remove documentation for
1955 removed interfaces. Update spelling of gdb-object-kind.
1956
9eaa4c1e
AW
19572014-05-26 Andy Wingo <wingo@igalia.com>
1958
1959 * guile.texi (Basic Guile): Fix some typos.
1960
0f1e8403
AW
19612014-05-26 Andy Wingo <wingo@igalia.com>
1962
1963 * guile.texi (Writing a Guile Pretty-Printer)
1964 (Guile Types Module): Fix excess parentheses in use-modules forms.
1965
697aa1b7
EZ
19662014-05-24 Eli Zaretskii <eliz@gnu.org>
1967
1968 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1969 (Breakpoints In Guile, Guile Printing Module)
1970 (Guile Exception Handling, Values From Inferior In Guile)
1971 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1972 Don't use @var at the beginning of a sentence.
1973
1974 * gdb.texinfo (Frame Filter Management, Trace Files)
1975 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1976 (PowerPC Embedded, Define, Annotations for Running)
1977 (IPA Protocol Commands, Packets, General Query Packets)
1978 (Tracepoint Packets, Notification Packets, Environment)
1979 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1980 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1981 (Frames, Backtrace, Selection, Expressions, Registers)
1982 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1983 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1984 (Source Annotations, Using JIT Debug Info Readers, Packets)
1985 (Stop Reply Packets, Host I/O Packets)
1986 (Target Description Format): Don't use @var at the beginning of a
1987 sentence.
1988
1989 * python.texi (Basic Python, Types In Python)
1990 (Commands In Python, Frames In Python, Line Tables In Python)
1991 (Breakpoints In Python, gdb.printing, gdb.types)
1992 (Type Printing API): Don't use @var at the beginning of a
1993 sentence.
1994
67b5c0c1
MM
19952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1996
1997 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1998 replay-memory-access".
1999
6a3cb8e8
PA
20002014-05-21 Pedro Alves <palves@redhat.com>
2001
2002 * gdb.texinfo (Starting): Document "set/show
2003 auto-connect-native-target".
2004 (Target Commands): Document "target native".
2005
936d2992
PA
20062014-05-20 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2009 not be remote specific. Add cross reference to the qCRC packet.
2010 (Separate Debug Files): Update cross reference to the qCRC packet.
2011 (General Query Packets) <qCRC packet>: Add anchor.
2012
b3ce5e5f
DE
20132014-05-17 Doug Evans <xdje42@gmail.com>
2014
2015 Copy over changes from guile.texi.
2016 * python.texi (Basic Python) <gdb.execute>: Add text.
2017 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2018 (Values From Inferior) <Python string>: Add text.
2019 (Values From Inferior) <Value.string>: Clarify string length handling.
2020 (Pretty Printing API): Add cindex.
2021 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2022 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2023 @vindex.
2024 (Commands In Python) <COMPLETE_*>: Similarly.
2025 (Symbols In Python) <SYMBOL_*>: Similarly.
2026 (Breakpoints In Python) <WP_*>: Similarly.
2027 (Breakpoints In Python) <BP_*>: Similarly.
2028
8dfcab11
DT
20292014-05-17 David Taylor <dtaylor@emc.com>
2030
2031 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2032 mentioned in the qfThreadInfo reply.
2033
8d551b02
DE
20342014-05-16 Doug Evans <dje@google.com>
2035
2036 * gdb.texinfo (Mode Options): Add -D.
2037
e20bd8f4
SB
20382014-05-09 Samuel Bronson <naesten@gmail.com>
2039
2040 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2041 "make -C".
2042
f989a1c8
TT
20432014-04-29 Tom Tromey <tromey@redhat.com>
2044
2045 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2046 "show debug varobj".
2047
95cf3b38
DT
20482014-05-01 David Taylor <dtaylor@emc.com>
2049
2050 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2051 option.
2052
01f9f808
MS
20532014-04-24 Michael Sturm <michael.sturm@mintel.com>
2054 Walfred Tedeschi <walfred.tedeschi@intel.com>
2055
2056 * gdb.texinfo (i386 Features): Add description of AVX512
2057 registers.
2058
770e7fc7
DE
20592014-03-31 Doug Evans <dje@google.com>
2060
2061 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2062
97d8f0ee
DE
20632014-03-30 Doug Evans <dje@google.com>
2064
2065 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2066 (Background Execution): Ditto.
2067
36cb1214
HZ
20682014-03-21 Pedro Alves <palves@redhat.com>
2069 Stan Shebs <stan@codesourcery.com>
2070 Hui Zhu <hui@codesourcery.com>
2071
2072 * gdb.texinfo (Packets): Add anchor to "? packet".
2073 Remove fixme and update introduction of "k packet".
2074 Add anchor to "vKill packet".
2075
5e3a2c38
SS
20762014-03-12 Stan Shebs <stan@codesourcery.com>
2077
2078 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2079
7a5a839f
LC
20802014-02-26 Ludovic Courtès <ludo@gnu.org>
2081
dc6ae996 2082 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2083
95060284
JB
20842014-02-20 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2087 and "assf" as being deprecated.
2088 (Cygwin Native): Likewise for "dll-symbols".
2089 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2090 as a way to force the loading of symbols from a DLL.
2091
f7bd0f78
SC
20922014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2093
2094 * python.texi (Values From Inferior): Add description about the
2095 new feature.
2096
329baa95
DE
20972014-02-17 Doug Evans <xdje42@gmail.com>
2098
2099 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2100 * gdb.texinfo (Python): Moved to ...
2101 * python.texi: ... here. New file.
2102
687894f5
DE
21032014-02-17 Ludovic Courtès <ludo@gnu.org>
2104
d25f38ee 2105 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2106 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2107 parameter to 'str-lookup-function' procedure. Look for
2108 the "std::string<" prefix.
2109 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2110 Adjust description.
2111
6fb526ee
DE
21122014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2113
d25f38ee 2114 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2115 parantheses for deffn.
2116 (Disassembly In Guile): Ditto.
2117
1e0a5178
SS
21182014-02-10 Stan Shebs <stan@codesourcery.com>
2119
2120 Add Doxygen support.
2121 * Makefile.in (doxy): New action, generates Doxygen files.
2122 (DOXYGEN): New.
2123 (doxyedit): New.
2124 * Doxyfile-base.in: New file.
2125 * Doxyfile-gdb-api.in: New file.
2126 * Doxyfile-gdb-xref.in: New file.
2127 * Doxyfile-gdbserver.in: New file.
2128 * doxy-index.in: New file.
2129 * filter-for-doxygen: New file.
2130 * filter-params.pl: New file.
2131
ed3ef339
DE
21322014-02-10 Doug Evans <xdje42@gmail.com>
2133
2134 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2135 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2136 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2137 (Guile docs): Include guile.texi.
2138 (objfile-gdbdotext file): Add objfile-gdb.scm.
2139 (dotdebug_gdb_scripts section): Mention Guile scripts.
2140 (Multiple Extension Languages): New node.
2141 * guile.texi: New file.
2142
c6044dd1
JB
21432014-01-28 Joel Brobecker <brobecker@adacore.com>
2144
2145 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2146 ignore-descriptive-types". commands.
2147
87ce2a04
DE
21482014-01-22 Doug Evans <dje@google.com>
2149
2150 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2151 (gdbserver man): Ditto.
2152
52834460
MM
21532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2154
2155 * gdb.texinfo: Document limited reverse/replay support
2156 for target record-btrace.
2157
0688d04e
MM
21582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2159
2160 * gdb.texinfo (Process Record and Replay): Update documentation.
2161
8710b709
MM
21622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2163
2164 * gdb.texinfo (Process Record and Replay): Document new /c
2165 modifier accepted by "record function-call-history".
2166 Add /i modifier to "record function-call-history" example.
2167
dcf106f3
JB
21682014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2169 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2172 markers. Remove one that was misplaced.
2173
41ef2965
PA
21742014-01-10 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.texinfo (Your Program's Environment) <set environment>:
2177 Mention the shell, and point at 'set exec-wrapper'.
2178
c0d48811
JB
21792014-01-07 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2182
5fba4c0f
JB
21832013-12-30 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.texinfo (Types In Python): Clarify the documentation
2186 of attribute gdb.Field.bitpos.
2187
0809504b
JB
21882013-12-28 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdb.texinfo (Types In Python): Fix the documentation of
2191 attribute "bitpos" in class gdb.Field for enum types. Add
2192 documentation for attribute "enumval" in that same class.
2193
edef6000
JB
21942013-12-28 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2197 @ftable.
2198
71b8c845
DE
21992013-12-23 Doug Evans <xdje42@gmail.com>
2200
2201 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2202 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2203 corresponding section in Extending GDB.
2204 (Extending GDB): Move menu up. New menu item "Auto-loading
2205 extensions".
2206 (Sequences): New menu item "Auto-loading sequences".
2207 (Auto-loading sequences): New node.
2208 (Python): Rename section from Scripting GDB to Extending GDB.
2209 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2210 Move docs on ways to auto-load extensions to ...
2211 (Auto-loading extensions): ... here. New node.
2212
d192b373
JB
22132013-12-23 Joel Brobecker <brobecker@adacore.com>
2214
2215 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2216 in menu.
2217 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2218 command, now in a new node.
2219 (GDB/MI Support Commands): New node, with its contents being
2220 extracted from the "GDB/MI Miscellaneous Commands" node.
2221 A small paragraph introducing the section is also added at
2222 the start.
2223 (GDB/MI Miscellaneous Commands): Delete the description of the
2224 -info-gdb-mi-command, -list-features and -list-target-features
2225 commands, now hosted in the "GDB/MI Support Commands" node.
2226
a16b0e22
SC
22272013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2228
2229 PR python/16113
2230 * gdb.texinfo (Values From Inferior): Add a note about using
2231 gdb.Field objects as subscripts on gdb.Value objects.
2232 (Types In Python): Add description about the new attribute
2233 "parent_type" of gdb.Field objects.
2234
9b26f0fb
JB
22352013-12-12 Joel Brobecker <brobecker@adacore.com>
2236
2237 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2238 entry for section docuumenting the -list-features GDB/MI command.
2239
72bfa06c
JB
22402013-12-10 Joel Brobecker <brobecker@adacore.com>
2241
2242 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2243 "exec-run-start-option" entry in the output of the "-list-features"
2244 command.
2245
3ea8680f
EZ
22462013-12-04 Eli Zaretskii <eliz@gnu.org>
2247
2248 * gdb.texinfo (i386): Fix yesterday's commit.
2249
1a4f73eb
TT
22502013-12-03 Tom Tromey <tromey@redhat.com>
2251
2252 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2253 documented here.
2254
6cb999f8
TT
22552013-12-03 Tom Tromey <tromey@redhat.com>
2256
2257 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2258
ca8941bb
WT
22592013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2260
2261 * gdb.texinfo (i386 Features): Add MPX feature registers.
2262 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2263 a subsubsection for MPX and describes the display of the
2264 boundary registers.
2265
688981c9
JB
22662013-12-03 Joel Brobecker <brobecker@adacore.com>
2267
2268 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2269 documentation of the "ada-exceptions" entry.
2270
2ea126fa
JB
22712013-12-03 Joel Brobecker <brobecker@adacore.com>
2272
2273 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2274 "^error" result record concerning the error message. Document
2275 the error code that may also be part of that result record.
2276 (GDB/MI Miscellaneous Commands): Document the
2277 "undefined-command-error-code" element in the output of
2278 the "-list-features" GDB/MI command.
2279
6b7cbff1
JB
22802013-12-03 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2283 the new -info-gdb-mi-command GDB/MI command. Document
2284 the meaning of "-info-gdb-mi-command" in the output of
2285 -list-features.
2286
20e1ca3b
PA
22872013-11-29 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2290 Update comment.
2291
29453a14
YQ
22922013-11-24 Yao Qi <yao@codesourcery.com>
2293
2294 * gdb.texinfo (Caching Remote Data): Document new
2295 "set/show stack-cache" option.
2296
6dd315ba
YQ
22972013-11-24 Yao Qi <yao@codesourcery.com>
2298
2299 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2300 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2301 "off" respectively.
2302
9df9dbe0
YQ
23032013-11-23 Yao Qi <yao@codesourcery.com>
2304
2305 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2306 of "displayhint" to the table about child results.
2307
c78feb39
YQ
23082013-11-21 Yao Qi <yao@codesourcery.com>
2309
2310 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2311 'dynamic' for the output of command -var-list-children.
2312
27b81af3
YQ
23132013-11-21 Yao Qi <yao@codesourcery.com>
2314
2315 * gdb.texinfo (Caching Target Data): Remove "see" before
2316 @pxref.
2317
b26dfc9a
YQ
23182013-11-20 Yao Qi <yao@codesourcery.com>
2319
2320 * gdb.texinfo (Caching Target Data): Update doc for
2321 per-address-space dcache.
2322
b12039c6
YQ
23232013-11-20 Yao Qi <yao@codesourcery.com>
2324
2325 * gdb.texinfo (Data): Rename menu item.
2326 (Caching Remote Data): Rename to ...
2327 (Caching Target Data): ... it. Update.
2328
422ad5c2
JB
23292013-11-18 Joel Brobecker <brobecker@adacore.com>
2330
2331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2332 "language-option" entry in the output of the "-list-features"
2333 command.
2334
805e1f19
TT
23352013-11-15 Tom Tromey <tromey@redhat.com>
2336
2337 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2338 Add example.
2339
8fe1b653
TT
23402013-11-14 Tom Tromey <tromey@redhat.com>
2341
2342 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2343
403cb6b1
JB
23442013-11-14 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2347 (Context management): Place current subsection text into its own
2348 subsubsection. Add new subsubsection describing the "--language"
2349 command option.
2350
93973826
JB
23512013-11-13 Joel Brobecker <brobecker@adacore.com>
2352
2353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2354 the documentation of "info-ada-exceptions" in the output
2355 of the "-list-features" command. Add the documentation
2356 of the "ada-exception" entry instead.
2357
6adcee18
JB
23582013-11-12 Joel Brobecker <brobecker@adacore.com>
2359
93973826 2360
6adcee18
JB
2361 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2362 word of a couple of sentences to start with a capital letter.
2363
58d06528
JB
23642013-11-12 Joel Brobecker <brobecker@adacore.com>
2365
2366 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2367 (Ada Exceptions): New node.
2368 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2369 Commands" node.
2370 (GDB/MI Ada Exceptions Commands): New node.
2371 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2372 field in the output of the "-list-features" command.
2373 * NEWS: Add entry for the new "info exceptions" CLI command,
2374 and for the new "-info-ada-exceptions" GDB/MI command.
2375
bc79de95
PM
23762013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2377
2378 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2379 (Line Tables In Python): New node.
2380
73be47f5
DE
23812013-11-08 Doug Evans <dje@google.com>
2382
2383 * gdb.texinfo (Debugging Output): Update text for
2384 "set debug dwarf2-read".
2385
db0fec5c
DE
23862013-11-08 Doug Evans <dje@google.com>
2387
2388 * gdb.texinfo (Debugging Output): Update text for
2389 "set debug symtab-create".
2390
92e32e33
PM
23912013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2392
72f4393d
L
2393 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2394 constant.
92e32e33 2395
f76c27b5
PM
23962013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2397
2398 * gdb.texinfo (Breakpoints In Python): Document temporary
2399 option in breakpoint constructor, and add documentation to the
2400 temporary attribute.
2401
fa4d0c40
YQ
24022013-11-07 Yao Qi <yao@codesourcery.com>
2403
2404 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2405 output of "-var-info-expression".
2406
afa332ce
PA
24072013-11-06 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2410 non-interactive mode.
2411 (Environment) <shell startup files warning>: Mention
2412 non-interactive mode. Mention .zshenv for Z shell, and talk about
2413 BASH_ENV instead of .bashrc for BASH.
2414
9ac69859
NB
24152013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2416
2417 * gdb.texinfo (Commands to Specify Files): Add description
2418 of the remove-symbol-file command.
2419 * observer.texi: New free_objfile event
2420
98882a26
PA
24212013-10-24 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2424
ce13fade
JB
24252013-10-11 Joel Brobecker <brobecker@adacore.com>
2426
2427 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2428 New subsection inside which the "-catch-load" and "-catch-unload"
2429 commands documentation is now placed.
2430 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2431 documenting the "-catch-assert" and "-catch-exception" new
2432 GDB/MI commands.
2433
2446f5ea
JB
24342013-10-10 Joel Brobecker <brobecker@adacore.com>
2435
2436 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2437
0d12017b
JB
24382013-10-10 Joel Brobecker <brobecker@adacore.com>
2439
bd80dc1a
JB
2440 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2441 serial baud".
2442 (Remote Configuration): Replace "set remotebaud" by "set serial
2443 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2444
f4fb82a1
PA
24452013-10-07 Pedro Alves <palves@redhat.com>
2446
2447 PR breakpoints/11568
2448 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2449 when the thread is removed from the thread list.
2450
0c557179
SDJ
24512013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2452
2453 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2454 Update entry for $_exitcode.
2455
5713b9b5
JB
24562013-10-04 Joel Brobecker <brobecker@adacore.com>
2457
2458 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2459 new "--start" option.
2460
901461f8
PA
24612013-10-02 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.texinfo (Registers): Expand description of saved registers
2464 in frames. Explain <not saved>.
2465
8fb8eb5c
DE
24662013-09-25 Doug Evans <dje@google.com>
2467
2468 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2469
0a7cfe2c
SS
24702013-09-16 Stan Shebs <stan@codesourcery.com>
2471
2472 Remove the internals manual gdbint.texinfo.
2473 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2474 (PDFFILES): Remove gdbint.pdf.
2475 (HTMLFILES): Remove gdbint/index.html.
2476 (HTMLFILES_INSTALL): Remove gdbint.
2477 (GDBINT_DOC_FILES): Remove.
2478 (dvi): Remove gdbint.dvi.
2479 (ps): Remove gdbint.ps.
2480 * gdbint.texinfo: Remove file.
2481 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2482
a280dbd1
SDJ
24832013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2484
2485 * gdb.texinfo (Convenience Functions): Mention new convenience
2486 function $_isvoid.
2487
4ac33720
UW
24882013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2489
2490 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2491 (Standard Target Features): Add new node to menu.
2492 (S/390 and System z Features): New node.
2493
b3d3b4bd
SA
24942013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2495
2496 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2497 -list-target-features in the example.
2498
edf9f00c
JK
24992013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2502 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2503
1d236d23
JK
25042013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 Sync documentation with gdb.base/gnu-debugdata.exp.
2507 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2508
5423b017
JK
25092013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2512
6211c335
YQ
25132013-08-27 Pedro Alves <pedro@codesourcery.com>
2514 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2517 Document new --skip-unavailable option.
2518 <-stack-list-variables>: Document new --skip-unavailable option.
2519
52e260a3
DE
25202013-08-26 Doug Evans <dje@google.com>
2521
2522 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2523 an optional regexp.
2524
5e92f71a
TT
25252013-08-13 Tom Tromey <tromey@redhat.com>
2526
2527 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2528 Document GDB_PARALLEL and GDB_INOTIFY.
2529
c5d7073b
SS
25302013-08-09 Stan Shebs <stan@codesourcery.com>
2531
2532 * LRS: Remove file, describes a long-abandoned live-range
2533 splitting extension to stabs.
2534
6fbe845e
AB
25352013-07-25 Andrew Burgess <aburgess@broadcom.com>
2536
2537 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2538
e7045703
DE
25392013-07-17 Doug Evans <dje@google.com>
2540
2541 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2542
3105ebf9
TT
25432013-07-02 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2546
d6c2da54
TT
25472013-06-28 Tom Tromey <tromey@redhat.com>
2548
2549 * Makefile.in (version.subst): Use version.in, not
2550 common/version.in.
2551 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2552 Likewise.
2553
e5823f1c
PA
25542013-06-27 Pedro Alves <palves@redhat.com>
2555
2556 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2557 dynamic symbol resolution code>: New section, based on infrun.c
2558 comment.
2559
92dcb9ff
TT
25602013-06-26 Tom Tromey <tromey@redhat.com>
2561
2562 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2563 Update.
2564 (Releasing GDB): Likewise.
2565
dc673c81
YQ
25662013-06-26 Pedro Alves <pedro@codesourcery.com>
2567 Yao Qi <yao@codesourcery.com>
2568
2569 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2570 -trace-frame-collected.
2571
28a93511
YQ
25722013-06-26 Pedro Alves <pedro@codesourcery.com>
2573
2574 * gdb.texinfo (Traceframe Info Format): Document tvar element
2575 and its attributes.
2576
a0743c90
YQ
25772013-06-25 Yao Qi <yao@codesourcery.com>
2578
2579 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2580
01208463
TT
25812013-06-24 Tom Tromey <tromey@redhat.com>
2582
2583 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2584 (GDBvn.texi): Use version.subst.
2585 (version.subst): New target.
2586 (mostlyclean): Remove version.subst.
2587
c898adb7
YQ
25882013-06-20 Pedro Alves <pedro@codesourcery.com>
2589
2590 * gdb.texinfo (GDB/MI Data Manipulation)
2591 <-data-list-register-values>: Document the --skip-unavailable
2592 option.
2593
7c57fa1e
YQ
25942013-06-07 Yao Qi <yao@codesourcery.com>
2595
2596 * gdb.texinfo (Symbols): Add kindex and cindex for
2597 'maint print msymbols'.
2598
0059c61a 25992013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2600
2601 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2602 response field name (thread-group to inferior).
2603
85dc5a12
GB
26042013-06-04 Gary Benson <gbenson@redhat.com>
2605
2606 * gdb.texinfo (General Query Packets/qSupported): Added
2607 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2608 to the table of currently defined stub features.
2609 Added a more detailed entry for "augmented-libraries-svr4-read".
2610 (General Query Packets/qXfer:libraries-svr4:read): Documented
2611 the augmented form of this packet.
2612
5901af59
JB
26132013-05-23 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.texinfo (System-wide Configuration Scripts): Renames
2616 "Installed System-wide Configuration Scripts". Add associated
2617 @menu block.
2618
c1e36e3e
PA
26192013-05-23 Yao Qi <yao@codesourcery.com>
2620 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.texinfo (Packets): Document 'vCont;r'.
2623 (Continuing and Stepping): Document target-assisted range
2624 stepping, and the 'set range-stepping' and 'show range-stepping'
2625 commands.
2626
0201faac
JB
26272013-05-23 Joel Brobecker <brobecker@adacore.com>
2628
2629 * gdb.texinfo (Installed System-wide Configuration Scripts):
2630 Add subsection describing the scripts now available under
2631 the data-dir's system-gdbbinit subdirectory.
2632 * NEWS: Add entry announcing the availability of system-wide
2633 configuration scripts for ElinOS and Wind River Linux.
2634
c5867ab6
HZ
26352013-05-21 Hui Zhu <hui@codesourcery.com>
2636
2637 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2638 "-dprintf-insert" command.
2639
7d0c9981
DE
26402013-05-17 Doug Evans <dje@google.com>
2641
2642 * gdb.texinfo (Maintenance Commands): Update doc for
2643 "maint check-psymtabs". Add doc for "maint check-symtabs",
2644 "maint expand-symtabs".
2645
742ce053
MM
26462013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2647
2648 * gdb.texinfo (Process Record and Replay): Document the
2649 "record goto" command and its sub-commands.
2650
1e611234
PM
26512013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2652
2653 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2654 (Python API): Add Frame Filters API, Frame Wrapper API,
2655 Writing a Frame Filter/Wrapper, Managing Management of Frame
2656 Filters chapter entries.
2657 (Frame Filters API): New Node.
2658 (Frame Wrapper API): New Node.
2659 (Writing a Frame Filter): New Node.
2660 (Managing Frame Filters): New Node.
2661 (Progspaces In Python): Add note about frame_filters attribute.
2662 (Objfiles in Python): Ditto.
2663 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2664 @anchors and --no-frame-filters option to -stack-list-variables,
2665 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2666 commands.
2667
2874cb83
JB
26682013-05-08 Joel Brobecker <brobecker@adacore.com>
2669
2670 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2671 Support" subsection documenting the XML format used to transfer
2672 shared library info on AIX.
2673
9a005eb9
JB
26742013-05-08 Joel Brobecker <brobecker@adacore.com>
2675
2676 * gdb.texinfo (Debugging Output): Add documentation of
2677 "set debug aix-solib" and "show debug aix-solib" commands.
2678
a1217d97
SL
26792013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2680
2681 * gdb.texinfo (Nios II): New section.
2682 (Nios II Features): New section.
2683
4d1eb6b4
JB
26842013-05-06 Joel Brobecker <brobecker@adacore.com>
2685
2686 * gdbint.texinfo (Algorithms): Remove entries documenting
2687 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2688 SOLIB_CREATE_INFERIOR_HOOK.
2689
3f84184e
TT
26902013-04-29 Tom Tromey <tromey@redhat.com>
2691
2692 PR python/14204:
2693 * gdb.texinfo (Python API): Fix menu entry.
2694 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2695 Define global and static block. Add example. Clarify
2696 block relationship for inline functions.
2697
60155234
TT
26982013-04-29 Tom Tromey <tromey@redhat.com>
2699
2700 * gdb.texinfo (Python API): Mention Python help and keyword
2701 arguments. Move pagination text to Basic Python.
2702 (Basic Python): Put pagination text here. Document
2703 close-on-exec, SIGCHLD, and SIGINT.
2704
5360976e
PA
27052013-04-19 Pedro Alves <palves@redhat.com>
2706
2707 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2708 "signedness" instead of "signness".
2709
bd3f3b55
PA
27102013-04-19 Pedro Alves <palves@redhat.com>
2711
2712 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2713 -Wno-pointer-sign text with text on -Wpointer-sign.
2714
dee368d3
TT
27152013-04-16 Tom Tromey <tromey@redhat.com>
2716
2717 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2718 GCC that has the SDT probe points.
2719
cc16e6c9
TT
27202013-04-15 Tom Tromey <tromey@redhat.com>
2721
2722 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2723 exception catchpoints.
2724
72f1fe8a
TT
27252013-04-15 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.texinfo (Set Catchpoints): Document $_exception.
2728 (Convenience Vars): Mention $_exception.
2729
591f19e8
TT
27302013-04-15 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.texinfo (Set Catchpoints): Reorganize exception
2733 catchpoints. Document "catch rethrow".
2734 (Debugging C Plus Plus): Mention "catch rethrow".
2735
02ae6bad
TT
27362013-04-15 Tom Tromey <tromey@redhat.com>
2737
2738 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2739
2c91021c
JK
27402013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2741 Eli Zaretskii <eliz@gnu.org>
2742
2743 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2744 line below the sample output.
2745
6eaaf48b
EZ
27462013-04-12 Eli Zaretskii <eliz@gnu.org>
2747
2748 * gdb.texinfo (Mode Options): Document '-configuration'.
2749 (Help): Document "show configuration".
2750 (Bug Reporting): Add requirements to include the configuration
2751 details in bug reports.
2752
b292c783
JK
27532013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * Makefile.in (MAN1S): Add gcore.1.
2756 Remove "Host, target, and site specific Makefile fragments" comment.
2757 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2758 (install-man1, uninstall-man1): Conditionalize gcore.1.
2759 (gcore.1): New.
2760 * gdb.texinfo (Man Pages): Add gcore man.
2761 (gcore man): New node.
2762
f81d1120
PA
27632013-04-10 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.texinfo (Process Record and Replay): Document that "set
2766 record full insn-number-max", "set record
2767 instruction-history-size" and "set record
2768 function-call-history-size" accept "unlimited".
2769 (Backtrace): Document that "set backtrace limit" accepts
2770 "unlimited".
2771 (List): Document that "set listsize" accepts "unlimited".
2772 (Print Settings)" Document that "set print max-symbolic-offset",
2773 "set print elements" and "set print repeats" accept "unlimited".
2774 (Starting and Stopping Trace Experiments): Document that "set
2775 trace-buffer-size" accepts "unlimited".
2776 (Remote Configuration): Document that "set tcp connect-timeout"
2777 accepts "unlimited".
2778 (Command History): Document that "set history size" accepts
2779 "unlimited".
2780 (Screen Size): Document that "set height" and "set width" accepts
2781 "unlimited". Adjust "set pagination"'s description to suggest
2782 "set height unlimited" instead of "set height 0".
2783
393fd4c3
YQ
27842013-04-10 Yao Qi <yao@codesourcery.com>
2785
2786 * gdb.texinfo (Trace Files): Add "target ctf".
2787
cba5a7bf
JK
27882013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2789
2790 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2791
0ed630cb
JK
2792 * Makefile.in (install-man1, install-man5, uninstall-man1)
2793 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2794
afe1492b
JK
2795 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2796
5b8b6385
JK
27972013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2798 Eli Zaretskii <eliz@gnu.org>
2799
2800 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2801 parameters order. Remove "On some targets" for --attach. Document the
2802 --multi parameter and extended-remote command. Document all the
2803 options.
2804
906ccdf0
JK
28052013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2808 the list of supported languages.
2809
43662968
JK
28102013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2811
2812 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2813 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2814 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2815 (diststuff): Add man.
2816 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2817 (uninstall-man5): New.
2818 (STAGESTUFF): Add *.1 and *.5.
2819 (GDBvn.texi): Add SYSTEM_GDBINIT.
2820 (gdb.1, gdbserver.1, gdbinit.5): New.
2821 (maintainer-clean realclean): Add $(MANS).
2822 (install): Add install-man.
2823 (uninstall): Add uninstall-man.
2824 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2825 (@copying): Wrap it by @c man begin COPYRIGHT.
2826 (Top): Add Man Pages.
2827 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2828
be9a8770
PA
28292013-04-02 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.texinfo (Debugging Output): Document "set/show debug
2832 aarch64", "set/show debug coff-pe-read" and "set/show debug
2833 mach-o".
2834
a46c1e42
PA
28352013-04-02 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2838 table>: Add entry for "trace-buffer-size".
2839
bd3eecc3
PA
28402013-03-28 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2843 table>: Add entry for "trace-status".
2844
215b9f98
EZ
28452013-03-28 Eli Zaretskii <eliz@gnu.org>
2846
2847 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2848 @bullet", which is invalid (makeinfo 5.1 barfs).
2849
7f7cc265
PA
28502013-03-28 Pedro Alves <palves@redhat.com>
2851
2852 PR gdb/15294
2853
2854 * gdb.texinfo (List) <set listsize>: Adjust to document that
2855 listsize 0 means no limit, and remove mention of -1.
2856
9c0be723
YQ
28572013-03-22 Yao Qi <yao@codesourcery.com>
2858
2859 * gdb.texinfo (Embedded Processors): Remove menu item
2860 "OpenRISC 1000".
2861 (OpenRISC 1000): Remove.
2862
bd712aed
DE
28632013-03-21 Doug Evans <dje@google.com>
2864
2865 * gdb.texinfo (Maintenance Commands): Add docs for
2866 "mt set per-command {space,time,symtab} {on,off}".
2867
d0353e76
YQ
28682013-03-14 Hui Zhu <hui@codesourcery.com>
2869 Yao Qi <yao@codesourcery.com>
2870
2871 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2872
6dd24dfa
KS
28732013-03-13 Keith Seitz <keiths@redhat.com>
2874
2875 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2876 "maint agent" reference to Dynamic printf.
2877
5c4808ca
EZ
28782013-03-11 Eli Zaretskii <eliz@gnu.org>
2879
2880 * gdb.texinfo (General Query Packets): Don't use colon in index
2881 entries visible to Info format.
2882
59ea5688
MM
28832013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2884
2885 * gdb.texinfo (Process Record and Replay): Document record
2886 changes.
2887
2ae8c8e7
MM
28882013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2889
2890 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2891 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2892 qXfer:btrace:read.
2893
28abe188
EZ
28942013-03-09 Eli Zaretskii <eliz@gnu.org>
2895
2896 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2897 use colons in @anchor and @cindex entries.
2898
be9a119c 28992013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2900
2901 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2902
be9a119c 29032013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2904 Hafiz Abid Qadeer <abidh@codesourcery.com>
2905
2906 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2907 trace-buffer-size set and show commands.
2908 (Tracepoint Packets): Document QTBuffer:size.
2909 (General Query Packets): Document QTBuffer:size.
2910
d57350ea
TT
29112013-02-21 Tom Tromey <tromey@redhat.com>
2912
2913 * gdb.texinfo: Remove bad @syncodeindex.
2914 (Values From Inferior, Types In Python, Inferiors In Python)
2915 (Events In Python, Threads In Python, Frames In Python, Blocks In
2916 Python, Symbols In Python, Symbol Tables In Python): Remove
2917 @tables.
2918 (Packets, General Query Packets, Tracepoint Packets)
2919 (Host I/O Packets): Use @w{} for empty @item.
2920
9f44fbc0
SCR
29212013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2922
2923 * gdb.texinfo (Architectures In Python): Add description about
2924 the new method gdb.Architecture.disassemble.
2925
f5911ea1
HAQ
29262013-02-15 Pedro Alves <pedro@codesourcery.com>
2927 Hafiz Abid Qadeer <abidh@codesourcery.com>
2928
2929 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2930 Document the "trace-file" field.
2931
7e1e0340
DE
29322013-02-07 Doug Evans <dje@google.com>
2933
2934 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2935 command.
2936
134a2066
YQ
29372013-02-06 Yao Qi <yao@codesourcery.com>
2938
2939 * gdb.texinfo (GDB/MI Async Records): Document new MI
2940 notification "=tsv-modified". Update the document of MI
2941 notification "=tsv-created".
2942 * observer.texi (GDB Observers): New observer tsv_modified.
2943 Update observer tsv_created and tsv_delete.
2944
430ed3f0
MS
29452013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2946
2947 * gdb.texinfo (AArch64 Features): New section; document
2948 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2949 (Architectures): Add new AArch64 section to document AArch64
2950 architecture specific commands.
2951 (ABI): Add description of the new OS ABI "Newlib" and its influence
2952 on the longjmp handling.
2953
1b56eb55
JK
29542013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2955 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2958 variable in 'set/show backtrace' section.
2959
c4957902
TT
29602013-01-31 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.texinfo (Target Commands): Fix typo.
2963
bea883fd
SCR
29642013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2965
2966 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2967 describing the gdb.Architecture class.
2968 (Frames In Python): Add description about the new method
2969 gdb.Frame.architecture().
2970
796a7ff8
DE
29712013-01-23 Doug Evans <dje@google.com>
2972
2973 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2974
998580f1
MK
29752013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2976
2977 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2978 'thread-groups' field when printing a breakpoint in MI.
2979
c9fb1240
SD
29802012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2981 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2982 to reflect that jit-reader-load now supports absolute file-names.
2983
ab04a2af
TT
29842013-01-16 Tom Tromey <tromey@redhat.com>
2985
2986 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2987 (Signals): Likewise.
2988
8ac3646f
TT
29892013-01-16 Tom Tromey <tromey@redhat.com>
2990
2991 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2992 "catch-type" field.
2993 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2994
e93a8774
TT
29952013-01-07 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.texinfo (Mode Options): Don't mention -epoch.
2998 (Data, Emacs): Remove obsolete comments.
2999
54516a0b
TT
30002013-01-02 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.texinfo (GDB/MI Output Records): Update menu.
3003 (GDB/MI Breakpoint Information): New node.
3004 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3005 <-break-insert>: Likewise.
3006
8dbe8ece
YQ
30072012-12-31 Yao Qi <yao@codesourcery.com>
3008
3009 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3010 (Packets): Move "vStopped" packet to ...
3011 (Notification Packets): ... here. Describe the components
3012 of notification. Add a table of supported notifications.
3013 Add an example on the process of he async notification.
3014
f35a17b5
JK
30152012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3018 present.
3019 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3020 fullname output always present.
3021
0dfd2fad
PM
30222012-12-23 Pierre Muller <muller@sourceware.org>
3023
72f4393d
L
3024 * gdbint.texinfo (Function prototypes): Require use of "extern"
3025 modifier for function prototypes in headers.
0dfd2fad 3026
7785b880
JB
30272012-12-19 Joel Brobecker <brobecker@adacore.com>
3028
3029 * refcard.tex: Update copyright notice to GPL v3 or later.
3030 Update contact info.
3031
3d745be3
JK
30322012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3035
c9b6281a
YQ
30362012-12-15 Yao Qi <yao@codesourcery.com>
3037
3038 * gdb.texinfo (Debugging Output): Document 'set debug
3039 notification' and 'show debug notification'.
3040
f2a8bc8a
YQ
30412012-12-15 Yao Qi <yao@codesourcery.com>
3042
3043 * gdb.texinfo (Listing Tracepoints): New item and example about
3044 'installed on target' output.
3045 Add more in the example about 'installed on target'.
3046 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3047
451b7c33
TT
30482012-12-14 Tom Tromey <tromey@redhat.com>
3049
72f4393d 3050 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3051
3fa7bf06 30522012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3053
3fa7bf06
MG
3054 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3055
05b4bd79
PA
30562012-12-11 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.texinfo: Remove all mentions of Unixware throughout.
3059
74a0d9f6
JK
30602012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3063
0c631110
TT
30642012-11-29 Tom Tromey <tromey@redhat.com>
3065
3066 * gdb.texinfo (SVR4 Process Information): Document missing
3067 "info proc" subcommands.
3068
891df0ea
YQ
30692012-11-29 Yao Qi <yao@codesourcery.com>
3070
3071 PR gdb/1477.
3072 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3073 to 'auto' instead of 'gnu'.
3074
608e2dbb
TT
30752012-11-26 Tom Tromey <tromey@redhat.com>
3076
3077 * gdb.texinfo (MiniDebugInfo): New node.
3078 (GDB Files): Update.
3079
e64e0392
DE
30802012-11-16 Doug Evans <dje@google.com>
3081
3082 * gdb.texinfo (System-wide configuration): If the system-wide init
3083 file lives in the data-directory, and --data-directory is provided,
3084 look for it there.
3085
ae606bee
TT
30862012-11-15 Tom Tromey <tromey@redhat.com>
3087
3088 * gdb.texinfo (Signaling): Fix typo.
3089
62747a60
TT
30902012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3091
3092 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3093 parameter "count" of -data-write-memory-bytes, and add an example.
3094
18a9fc12
TT
30952012-11-12 Tom Tromey <tromey@redhat.com>
3096
3097 * gdb.texinfo (Symbols): Document "info type-printers",
3098 "enable type-printer" and "disable type-printer".
3099 (Python API): Add new node to menu.
3100 (Type Printing API): New node.
3101 (Progspaces In Python): Document type_printers field.
3102 (Objfiles In Python): Likewise.
3103 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3104 register_type_printer, TypePrinter>: Document.
3105
53342f27
TT
31062012-11-12 Tom Tromey <tromey@redhat.com>
3107
3108 * gdb.texinfo (Symbols): Document "set print type methods",
3109 "set print type typedefs", and flags to ptype and whatis.
3110
ed8a1c2d
AB
31112012-11-09 Andrew Burgess <aburgess@broadcom.com>
3112
3113 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3114 the example -data-disassemble output. Extend the description of
3115 the -data-disassemble results to document all fields. Document
3116 the cli disassemble command as being related to -data-disassemble.
3117
8506d139
YQ
31182012-11-09 Yao Qi <yao@codesourcery.com>
3119
3120 PR gdb/14777.
3121 * gdb.texinfo (OS Information): Remove doc on command
3122 'info udot'.
3123
4d3f93a2
JB
31242012-11-08 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3127 gdb.ini warning for Windows port.
3128
1e96de83
YQ
31292012-11-08 Yao Qi <yao@codesourcery.com>
3130
3131 * gdb.texinfo (Search): Add kindex for 'fo'.
3132
dc939229
TT
31332012-11-05 Tom Tromey <tromey@redhat.com>
3134
3135 PR python/14802:
3136 * gdb.texinfo (Functions In Python): Add example.
3137
6f6484cd
YQ
31382012-11-03 Yao Qi <yao@codesourcery.com>
3139
3140 * observer.texi (GDB Observers): Remove observer
3141 'tracepoint_modified', 'tracepoint_created' and
3142 'tracepoint_deleted'.
3143
af4238e5
TT
31442012-10-26 Tom Tromey <tromey@redhat.com>
3145
3146 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3147
687e43a4
TT
31482012-10-25 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.texinfo (General Query Packets): Use @itemx.
3151
8de0566d
YQ
31522012-10-17 Yao Qi <yao@codesourcery.com>
3153
3154 * observer.texi (GDB Observers): Update observer
3155 'memory_changed'.
3156 * gdb.texinfo (GDB/MI Async Records): Document for
3157 "memory-changed" notification.
3158
07540c15
DE
31592012-10-15 Doug Evans <dje@google.com>
3160
3161 * gdb.texinfo (Mode Options): Document -nh.
3162 Elaborate on docs for -nx.
3163
d7019589
SP
31642012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3165
3166 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3167
82a90ccf 31682012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3169 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3170
3171 * gdb.texinfo (GDB/MI Async Records): Document notification
3172 'record-started' and 'record-stopped'.
3173 * observer.texi (GDB Observers): New observer 'record-changed'.
3174
aa9259cc
TS
31752012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3176
3177 * gdb.texinfo: Document the removal of SH's 'regs' command.
3178
c1d780c2
SDJ
31792012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3180
3181 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3182
bb25a15c
YQ
31832012-09-18 Yao Qi <yao@codesourcery.com>
3184
3185 * gdb.texinfo (GDB/MI Async Records): Document new MI
3186 notifications '=tsv-created' and '=tsv-deleted'.
3187 * observer.texi (GDB Observers): New observer tsv_created and
3188 tsv_deleted.
3189
201b4506
YQ
31902012-09-18 Yao Qi <yao@codesourcery.com>
3191
3192 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3193 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3194 '=traceframe-changed'.
3195
6fc1c773
YQ
31962012-09-17 Yao Qi <yao@codesourcery.com>
3197
3198 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3199 'set listsize'.
3200
121c73f3
JK
32012012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3202 Eli Zaretskii <eliz@gnu.org>
3203
3204 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3205 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3206 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3207
e9687799
JK
32082012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3211
3b5e4d35
YPK
32122012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3213
3214 Document how to return from "python-interactive" to GDB.
3215 * gdb.texinfo (Python Commands): Update documentation.
3216
32172012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3218
3219 Add a new "python-interactive" command that starts a standard
3220 Python interactive prompt with "pi" as alias, and add "py" as
3221 an alias to "python".
3222 * gdb.texinfo (Python Commands): Document the new commands.
3223
b583003e
TT
32242012-08-22 Tom Tromey <tromey@redhat.com>
3225
3226 * gdbint.texinfo (Host Definition): Remove documentation for
3227 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3228
a451cb65
KS
32292012-08-17 Keith Seitz <keiths@redhat.com>
3230
3231 PR c++/13356
3232 * gdb.texinfo (Type and Range Checking): Remove warning.
3233 Remove spurious commas.
3234 Update text and examples for re-implementation of set/show
3235 check type.
3236 (C and C++ Type and Range Checks): Likewise.
3237
6b1755ce
YQ
32382012-08-16 Yao Qi <yao@codesourcery.com>
3239
3240 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3241 is deprecated.
3242
f47f77df
DE
32432012-08-13 Doug Evans <dje@google.com>
3244
3245 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3246 to include functions.
3247
a72c3253
DE
32482012-08-10 Doug Evans <dje@google.com>
3249
3250 * gdb.texinfo (Convenience Funs): New node.
3251 (Types In Python): Document Type.vector.
3252
5b9afe8a
YQ
32532012-08-09 Yao Qi <yao@codesourcery.com>
3254
3255 * observer.texi: New observer command_param_changed.
3256 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3257
dc1039df
JK
32582012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 * gdbint.texinfo (Debugging GDB): In section
3261 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3262 Mention also gdb-gdb.py.
3263
4abf930d
YQ
32642012-08-07 Yao Qi <yao@codesourcery.com>
3265
3266 Revert the folloing patch:
3267 2012-08-06 Yao Qi <yao@codesourcery.com>
3268 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3269 remote hardware-watchpoint-limit' and 'set
3270 remote hardware-breakpoint-limit'.
3271
f3c8a52a
JK
32722012-08-06 Nathaniel Flath <flat0103@gmail.com>
3273
3274 * gdb.texinfo (Working Directory): Added information about new
3275 default argument for 'cd' command.
3276
77a91025
YQ
32772012-08-06 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3280 remote hardware-watchpoint-limit' and 'set
3281 remote hardware-breakpoint-limit'.
3282
d9f08f52
YQ
32832012-08-06 Yao Qi <yao@codesourcery.com>
3284
3285 Fix PR14371.
3286
3287 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3288 '=breakpoint-deleted'.
3289
95b07c96
YQ
32902012-08-02 Yao Qi <yao@codesourcery.com>
3291
3292 * gdb.texinfo (Native): Remove node Neutrino.
3293
7255706c
YQ
32942012-07-27 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.texinfo (IPA Protocol Commands): Document new command
3297 'close'.
3298
d6b28940
TT
32992012-07-25 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3302
e615022a
DE
33032012-07-20 Doug Evans <dje@google.com>
3304
3305 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3306 (Index Files): Document how to control the use of deprecated index
3307 sections.
3308 (Index Section Format): Replace --use-deprecated-index-sections with
3309 "set use-deprecated-index-sections on".
3310
055855a4
EZ
33112012-07-12 Eli Zaretskii <eliz@gnu.org>
3312
3313 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3314 indices into a single node "Index". Instead, join function and
3315 variable indices into a single index, separate from the concept
3316 index. Requested in
3317 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3318 (Top): Update the top-level menu: instead of one "Index" there are
3319 now separate entries "Concept Index" and "Function and Variable
3320 Index".
3321 (Concept Index, Function and Variable Index): New nodes.
3322 (Index): Node deleted.
3323
f77cc5f0
HZ
33242012-07-05 Hui Zhu <hui_zhu@mentor.com>
3325
3326 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3327 and "maint agent-eval".
3328
00595b5e
EZ
33292012-07-03 Eli Zaretskii <eliz@gnu.org>
3330
3331 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3332 avoid file-name clashes between Index.html and index.html on
3333 case-insensitive filesystems. See the discussion starting in
3334 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3335 details of the problem.
3336 (Top): Update the master menu for the above.
3337 (Concept Index, Command and Variable Index): New nodes, instead of
3338 the old "Index" node that was deleted. All cross-references
3339 updated.
3340
d3ce09f5
SS
33412012-07-02 Stan Shebs <stan@codesourcery.com>
3342
3343 * gdb.texinfo (Dynamic Printf): Mention agent style and
3344 disconnected dprintf.
3345 (Maintenance Commands): Describe maint agent-printf.
3346 (General Query Packets): Mention BreakpointCommands feature.
3347 (Packets): Document commands extension to Z0 packet.
3348 * agentexpr.texi (Bytecode Descriptions): Document printf
3349 bytecode.
3350
2d7b58e8
JK
33512012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3354 only after gdbinit files.
3355 (Startup): Move -iex and -iex commands down after gdbinit files.
3356
202cbf1c
JK
33572012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3360 possibility.
3361
b6ba681c
TT
33622012-06-29 Tom Tromey <tromey@redhat.com>
3363
3364 * gdb.texinfo (Index Section Format): Update for version 7.
3365
71caed83
SS
33662012-06-28 Stan Shebs <stan@codesourcery.com>
3367
3368 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3369 example, add note about title column.
3370
ee0bf529
SCR
33712012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3372
3373 * gdb.texinfo (Symbol Tables In Python): Add description about
3374 the new 'last' attribute of gdb.Symtab_and line.
3375
3c15d565
SCR
33762012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3377
3378 * gdb.texinfo (Symbol Tables In Python): Correct the description
3379 of the 'pc' attribute of gdb.Symtab_and_line.
3380
45cfd468
DE
33812012-06-26 Doug Evans <dje@google.com>
3382
3383 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3384 and symtab-create.
3385
496ee73e
KS
33862012-06-25 Keith Seitz <keiths@redhat.com>
3387
3388 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3389 from example. Remove "rbreak" from list of corresponding
3390 gdb commands.
3391
156942c7
DE
33922012-06-23 Doug Evans <dje@google.com>
3393
3394 * gdb.texinfo (Index Section Format): Document version 7 format.
3395
c614397c
YQ
33962012-06-22 Yao Qi <yao@codesourcery.com>
3397
3398 * gdb.texinfo: Add missing cindex for some packets.
3399
472a2379
KS
34002012-06-20 Keith Seitz <keiths@redhat.com>
3401
3402 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3403 for -break-insert and document -p.
3404
2678e2af
YQ
34052012-06-20 Yao Qi <yao@codesourcery.com>
3406
3407 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3408 and "gdb.write_memory" with "Inferior.read_memory" and
3409 "Inferior.write_memory".
3410
984359d2
EZ
34112012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3412
3413 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3414 (Free Documentation): Add @node line.
3415 (Continuing and Stepping) <advance location>: Use @item instead of
3416 @itemx.
3417 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3418 @itemx.
3419 (Embedded Processors): Put the link to "PA" to its correct place,
3420 according to document structure.
3421 (Python API): Put the link to "Lazy Strings In Python" to its
3422 correct place.
3423 (Index): Use @@ in @tex block to get a literal @.
3424
3425 * gdbint.texinfo: Fix the @subtitle line.
3426
3427 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3428 correct place.
3429
16bdd41f
YQ
34302012-06-08 Yao Qi <yao@codesourcery.com>
3431
3432 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3433 Protocol'.
3434 (In-Process Agent Protocol, IPA Protocol Objects)
3435 (IPA Protocol Commands): New nodes.
3436 (Tracepoint Packets): Add anchors.
3437
2d4c29c5
TS
34382012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3439
3440 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3441
6bd110c5
YQ
34422012-06-06 Yao Qi <yao@codesourcery.com>
3443
3444 * gdb.texinfo: Update copyright year.
3445
f3e0e960
SS
34462012-05-23 Stan Shebs <stan@codesourcery.com>
3447 Kwok Cheung Yeung <kcy@codesourcery.com>
3448
3449 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3450
1564a261
JK
34512012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3454 Mention also --with-separate-debug-dir.
3455 (Auto-loading): Prepend $debugdir in the sample output.
3456 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3457 auto-load safe-path variable.
3458 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3459 Mention also $debugdir for 'set auto-load scripts-directory'.
3460
eb17f351
EZ
34612012-05-19 Eli Zaretskii <eliz@gnu.org>
3462
3463 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3464 (MIPS Embedded, MIPS, MIPS Register packet Format)
3465 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3466 appropriate.
3467
4cc0665f 34682012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3469 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3470
3471 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3472 mips compression".
3473 (MIPS Breakpoint Kinds): New subsubsection.
3474
7af8dcf8 34752012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3476
3477 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3478 nodes for subsections. Add @acronym mark-ups and adjust
3479 formatting.
3480
aff139ff
JK
34812012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 Rename $ddir to $datadir.
3484 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3485 (objfile-gdb.py file): Rename $ddir to $datadir.
3486
9cb709b6
TT
34872012-05-18 Tom Tromey <tromey@redhat.com>
3488
3489 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3490
e7e0cddf
SS
34912012-05-14 Stan Shebs <stan@codesourcery.com>
3492
3493 * gdb.texinfo (Dynamic Printf): New subsection.
3494
7efc75aa
SCR
34952012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3496
3497 * gdb.texinfo (Basic Python): Add description about the function
3498 gdb.find_pc_line
3499
f307c045
JK
35002012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3501 Eli Zaretskii <eliz@gnu.org>
3502
3503 * gdb.texinfo (Separate Debug Files): Use plural form for global
3504 debugging information directory.
3505
85d4a676
SS
35062012-05-11 Stan Shebs <stan@codesourcery.com>
3507 Kwok Cheung Yeung <kcy@codesourcery.com>
3508
3509 * gdb.texinfo (Operating System Auxiliary Information): Document new
3510 'info os' subcommands.
3511
c1668e4e
JK
35122012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3513
3514 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3515 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3516 (dotdebug_gdb_scripts section): Add reference
3517 to 'Auto-loading safe path'.
3518
7349ff92
JK
35192012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 Implement multi-component --with-auto-load-dir.
3522 * gdb.texinfo (Auto-loading): New references
3523 for 'set auto-load scripts-directory'
3524 and 'show auto-load scripts-directory'.
3525 (Auto-loading safe path): Describe the new default. Move $ddir
3526 substituation reference to 'objfile-gdb.py file'.
3527 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3528 script-name. Describe new 'set auto-load scripts-directory'
3529 and 'show auto-load scripts-directory'.
3530
6dea1fbd
JK
35312012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 Provide $ddir substitution for --with-auto-load-safe-path.
3534 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3535 (Auto-loading safe path): Likewise. Mention the default value,
3536 $ddir substitution, --with-auto-load-safe-path and
3537 --without-auto-load-safe-path.
3538 * observer.texi (gdb_datadir_changed): New.
3539
1ccacbcd
JK
35402012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3541
3542 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3543 Twice.
3544
d9242c17
JK
3545 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3546 directory separator by path separator.
3547
af2c1515
JK
35482012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3551 for 'set auto-load safe-path' optional. Mention if it is omitted.
3552 Change disabling security protection condition to "/", twice.
3553
a20ee7a4
SCR
35542012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3555
3556 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3557 the new methods global_block and static_block on gdb.Symtab
3558 objects.
3559
56af09aa
SCR
35602012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3561
3562 * gdb.texinfo (Blocks In Python): Add a note saying that future
3563 improvements to GDB and its infrastructure can move symbols
3564 across blocks within a symbol table.
3565
2746b0ef
YQ
35662012-04-29 Yao Qi <yao@codesourcery.com>
3567
3568 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3569 (A29K): Remove.
3570
62e5f89c
SDJ
35712012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3572 Tom Tromey <tromey@redhat.com>
3573
3574 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3575 and generic static probe support on GDB.
3576
a766d390
DE
35772012-04-25 Doug Evans <dje@google.com>
3578
50f042b9
DE
3579 * gdb.texinfo (Go): Fix thinko.
3580
a766d390
DE
3581 * gdb.texinfo (Supported Languages): Add Go.
3582 (Go): New node.
3583
f02e2b19
YQ
35842012-04-25 Yao Qi <yao@codesourcery.com>
3585
3586 * gdbint.texinfo (Testsuite): New section `Board settings'.
3587
68d41a48
JK
35882012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3589
3590 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3591 Three times.
3592
174bb630
JK
3593 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3594 Three times.
3595
0511cc75
JK
35962012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3599 by @table @asis. Fix formatting of one item.
3600
0070f25a
JK
36012012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3602
3603 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3604
4dc84fd1
JK
36052012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3606
3607 New option "set debug auto-load".
3608 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3609 (auto-load verbose mode): New node.
3610
bccbefd2
JK
36112012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 New option "set auto-load safe-path".
3614 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3615 and "info auto-load" examples for safe-path. Put there also references
3616 for "set auto-load safe-path" and "show auto-load safe-path".
3617 New menu item for Auto-loading safe path.
3618 (Auto-loading safe path): New node.
3619 (Python Auto-loading): Update the expected output from "Missing"
3620 to "No".
3621
bf88dd68
JK
36222012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 auto-load: Implementation.
3625 * gdb.texinfo (Mode Options): New anchor for -nx.
3626 (Startup): New anchors for Option -init-eval-command,
3627 Home Directory Init File
3628 and Init File in the Current Directory during Startup.
3629 Mention set auto-load local-gdbinit with a reference.
3630 Change the sample code to "set auto-load python-scripts".
3631 (Threads): New anchor set libthread-db-search-path.
3632 Provide references to libthread_db.so.1 file.
3633 (Controlling GDB): New menu item for Auto-loading.
3634 (Auto-loading, Init File in the Current Directory)
3635 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3636 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3637 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3638 reference.
3639 (Auto-loading): Rename to ...
3640 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3641 "set auto-load python-scripts", new anchor for it. Change
3642 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3643 for it. Change "info auto-load-scripts"
3644 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3645 to "Python scripts".
3646
8264ba82
AG
36472012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3648
3649 PR mi/13393
3650 * gdb.texinfo (Print Settings): Extend the description for "set print
3651 object".
3652 (GDB/MI Variable Objects): Extend the description for -var-create and
3653 -var-list-children.
3654
06fc020f
SCR
36552012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3656
3657 * gdb.texinfo (Examining Data): Document the 'explore' command.
3658
7191c139
JB
36592012-03-28 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3662 to the children of a varobj and its update range when -var-update
3663 returns that the varobj's type changed.
3664
3708f05e
JK
36652012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3668 Create two new links fir 'objfile-gdb.py file'
3669 and 'dotdebug_gdb_scripts section'.
3670
8e0583c8
JK
36712012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.texinfo (Auto-loading): Rename node reference
3674 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3675 Twice.
3676 (.debug_gdb_scripts section): Rename the node ...
3677 (dotdebug_gdb_scripts section): ... here.
3678 (Maintenance Commands): Also rename this node reference.
3679
7b282c5a
SCR
36802012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3681
3682 * gdb.texinfo (Python API/Values From Inferior): Add description
3683 about the new method Value.referenced_value. Add description on
3684 how Value.dereference is different (and similar) to
3685 Value.referenced_value.
3686
8320cc4f
JK
36872012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3688
3689 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3690 --init-eval-command=COMMAND, -iex.
3691 (Startup): Describe -iex and -ix. Simplify the example
3692 for "set auto-load-scripts off".
3693
481860b3
GB
36942012-03-16 Gary Benson <gbenson@redhat.com>
3695
3696 PR breakpoints/10738
3697 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3698 stating that GDB cannot set breakpoints on inlined functions.
3699 (Mode Options): Document --use-deprecated-index-sections.
3700 (Index Section Format): Document new index section version format.
3701
c4aeac85
TT
37022012-03-15 Tom Tromey <tromey@redhat.com>
3703
3704 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3705
16899756
DE
37062012-03-13 Doug Evans <dje@google.com>
3707
3708 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3709 of "reload".
3710 (Symbols): Delete docs for set/show symbol-reloading.
3711 * gdbint.texinfo (Defining Other Architecture Features): Delete
3712 SYMBOL_RELOADING_DEFAULT.
3713 * refcard.tex: Delete reference to symbol-reloading.
3714
9b224c5e
PA
37152012-03-07 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.texinfo (General Query Packets): Document new
3718 QProgramSignals packet.
3719 * gdb.texinfo (Remote configuration): Mention
3720 "program-signals-packet".
3721
169081d0
TG
37222012-03-05 Tristan Gingold <gingold@adacore.com>
3723
3724 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3725
d1feda86
YQ
37262012-03-03 Yao Qi <yao@codesourcery.com>
3727
3728 * gdb.texinfo (In-Process Agent): New node.
3729 Document new commands.
3730 (General Query Packets): Add packet `QAgent'.
3731
1faeff08
MR
37322012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3733
3734 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3735
7d74f244
DE
37362012-03-01 Scott J. Goldman <scottjg@vmware.com>
3737
3738 * gdb.texinfo (Commands In Python): Put example python macro in
3739 COMMAND_USER category rather than COMMAND_OBSCURE.
3740 Document gdb.COMMAND_USER.
3741 (User-defined Commands): Update documentation to clarify
3742 "set/show max-user-call-depth" and "show user" don't apply to python
3743 commands. Update documentation to clarify "help user-defined" may
3744 also include python commands defined as COMMAND_USER.
3745
6fe37d23
JK
37462012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * gdb.texinfo (Startup): Add option -ex description to the option -x
3749 description.
3750
83364271
LM
37512012-02-24 Luis Machado <lgustavo@codesourcery.com>
3752
3753 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3754 condition-evaluation breakpoint parameter.
3755 Mention condition-evaluation mode being shown in "info break".
3756 (Break Conditions): Add description for target-side
3757 conditional breakpoints.
72f4393d 3758 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3759 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3760 cond-expr.
3761 (General Query Packets): Mention new ConditionalBreakpoint feature.
3762
bdb1994d
TT
37632012-02-22 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3766
4d241c86
TT
37672012-02-17 Tom Tromey <tromey@redhat.com>
3768
3769 PR python/10753:
3770 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3771 directory.
3772
816338b5
SS
37732012-02-14 Stan Shebs <stan@codesourcery.com>
3774
3775 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3776
cc30c4bd
PA
37772012-02-13 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3780 mips-idt-ecoff.
3781
035d1e5b
YQ
37822012-02-09 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3785
f0823d2c
TT
37862012-02-07 Tom Tromey <tromey@redhat.com>
3787
3788 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3789 Symbol.value.
3790
64e7d9dd
TT
37912012-02-07 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3794
4220b2f8
TS
37952012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3796
3797 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3798
edcc5120
TT
37992012-01-24 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3802 unload".
3803 (Files): Mention new catch commands.
3804 (GDB/MI Async Records): Likewise.
3805
53fe1783
GB
38062012-01-24 Gary Benson <gbenson@redhat.com>
3807
3808 Delete #if 0'd out code.
3809 * gdb.texinfo (Frame Info): Remove "info catch".
3810
b9e7b9c3
UW
38112012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3812
3813 * gdb.texinfo (Remote Configuration): Document
3814 "set remote hostio-readlink-packet" command.
3815 (General Query Packets): Document vFile:readlink packet.
3816
4aac40c8
TT
38172012-01-16 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.texinfo (Specify Location): Document relative file name
3820 handling.
3821
cafec441
TT
38222012-01-16 Tom Tromey <tromey@redhat.com>
3823
3824 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3825
0ee339bc
JK
38262012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3827 Eli Zaretskii <eliz@gnu.org>
3828
3829 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3830 code.
3831
72384ba3
PH
38322012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3833
3834 * gdb.texinfo (Variables): Document use of :: for non-static
3835 variables.
3836
ce1b17c4
JB
38372012-01-05 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdbint.texinfo (Start of New Year Procedure): Update
3840 to replace use of copyright.sh by use of copyright.py.
3841
217bff3e
JK
38422012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 Remove the gdbtui binary.
3845 * all-cfg.texi (GDBTUI): Remove.
3846 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3847 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3848 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3849
cc72b2a2
KP
38502011-12-23 Kevin Pouget <kevin.pouget@st.com>
3851
3852 Introduce gdb.FinishBreakpoint in Python.
3853 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3854 (Python API): Add menu entry for Finish Breakpoints.
3855
13ac8d2c
JK
38562011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3859 tests.
3860
e0f9f062
DE
38612011-12-16 Doug Evans <dje@google.com>
3862
3863 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3864
80b6e756
PM
38652011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3866
1c3ad6ab 3867 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3868 stack". Add documentation for "set/show python print-stack".
3869
2fb860fc
PA
38702011-12-14 Pedro Alves <pedro@codesourcery.com>
3871
3872 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3873 should transfer control to the stub in the startup code instead of
3874 in main. Mention the need to get past the initial breakpoint.
3875
f8eba3c6
TT
38762011-12-06 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.texinfo (Set Breaks): Update for new behavior.
3879
2268b414
JK
38802011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3881
3882 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3883 List Format for SVR4 Targets'.
3884 (General Query Packets): New item qXfer:libraries-svr4:read.
3885 (Library List Format for SVR4 Targets): New node.
3886
ae6f0d5b
TT
38872011-12-01 Tom Tromey <tromey@redhat.com>
3888
3889 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3890 add.
3891
36dfb11c
TT
38922011-11-22 Tom Tromey <tromey@redhat.com>
3893
3894 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3895 reasons.
3896
f196051f
SS
38972011-11-20 Stan Shebs <stan@codesourcery.com>
3898
3899 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3900 note-related options and variables.
3901 (Tracepoint Packets): Document packet changes.
3902
f85b53f8
SD
39032011-11-20 Sanjoy Das <sdas@igalia.com>
3904
3905 * gdb.texinfo (JIT Interface): Add documentation on writing and
3906 usind JIT debug info readers.
3907 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3908 Debug Info Readers): New nodes.
3909
bfccc43c
YQ
39102011-11-18 Yao Qi <yao@codesourcery.com>
3911
3912 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3913 tracepoint.
3914
c011a4f4
DE
39152011-11-15 Doug Evans <dje@google.com>
3916
3917 * gdb.texinfo (Files): Document basenames-may-differ.
3918
ed59ded5
DE
39192011-11-14 Doug Evans <dje@google.com>
3920
3921 * gdb.texinfo (Shell Commands): Document "!".
3922
405f8e94
SS
39232011-11-14 Stan Shebs <stan@codesourcery.com>
3924 Kwok Cheung Yeung <kcy@codesourcery.com>
3925
3926 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3927 needed to get shorter fast tracepoints.
3928 (Tracepoint Packets): Document new qTMinFTPILen packet.
3929
1e4d1764
YQ
39302011-11-14 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3933 behavior of tracepoint.
3934 (General Query Packets): New feature InstallInTrace.
3935 (Remote Configuration): Document "set remote
3936 install-in-trace-packet".
3937
71eba9c2 39382011-11-12 Matt Rice <ratmice@gmail.com>
3939
3940 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3941 Add arguments to info macro.
3942
e0f8f636
TT
39432011-11-10 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3946 manual.
3947 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3948 (Macros): Add a footnote.
3949 (C): Remove paragraph about compiler options.
3950 (C Constants): Mention wide character and string constants.
3951 (C Plus Plus Expressions): Update compiler option advice. Mention
3952 using declarations. Mention ADL. Remove old HP compiler
3953 information.
3954
625c0d47
TT
39552011-11-10 Tom Tromey <tromey@redhat.com>
3956
3957 PR c++/9257:
3958 * gdb.texinfo (Print Settings): Add an extra note about the need
3959 for a vtable.
3960
4be2aacc
MR
39612011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3962
3963 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3964 "set mips abi" documentation.
3965
0a1c4d10
DE
39662011-11-04 Doug Evans <dje@google.com>
3967
3968 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3969
aad1c02c
TT
39702011-11-03 Tom Tromey <tromey@redhat.com>
3971
3972 * gdb.texinfo (Stopping): Add menu entry.
3973 (Continuing and Stepping): Restore @node. Use @section, not
3974 @subsection.
3975
983fb131
MR
39762011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3977
3978 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3979 designation. Fix "Specify Location" cross-reference.
3980
3065dfb6
SS
39812011-11-02 Stan Shebs <stan@codesourcery.com>
3982
3983 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3984 (General Query Packets): Describe tracenz feature.
3985 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3986
0aaaf063
PK
39872011-10-28 Paul Koning <paul_koning@dell.com>
3988
3989 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3990
2231f1fb
KP
39912011-10-27 Kevin Pouget <kevin.pouget@st.com>
3992
72f4393d 3993 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3994 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3995
5110b5df
PK
39962011-10-26 Paul Koning <paul_koning@dell.com>
3997
3998 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3999
22dbab46
PK
40002011-10-25 Paul Koning <paul_koning@dell.com>
4001
4002 PR python/13327
72f4393d 4003
22dbab46
PK
4004 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4005 fetch_lazy method.
4006
9df2fbc4
PM
40072011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4008
4009 PR python/12656
4010
4011 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4012 global_block, static_block function.
4013
f05e2e1d
TT
40142011-10-19 Tom Tromey <tromey@redhat.com>
4015
4016 * gdb.texinfo (Commands In Python): Add missing "@"s.
4017
a7fc3f37
KP
40182011-10-13 Kevin Pouget <kevin.pouget@st.com>
4019
4020 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4021 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4022 constants.
4023
5048e516
JK
40242011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 Fix compatibility with texinfo versions older than 4.12.
4027 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4028 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4029 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4030 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4031 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4032 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4033 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4034
5a56e9c5
DE
40352011-10-09 Doug Evans <dje@google.com>
4036
4037 * gdb.texinfo (Extending GDB): Document alias command.
4038
36b11add
JK
40392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4040
4041 Support @entry in input expressions.
4042 * gdb.texinfo (Variables): Describe @entry names suffix.
4043 (Print Settings): Add anchor for `set print entry-values'.
4044
e18b2753
JK
40452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4046 Eli Zaretskii <eliz@gnu.org>
4047
4048 Display @entry parameter values (without references).
4049 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4050 example.
4051 (Print Settings): New description of set print entry-values and show
4052 print entry-values.
4053
111c6489
JK
40542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4055 Eli Zaretskii <eliz@gnu.org>
4056
4057 Recognize virtual tail call frames.
4058 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4059 (Tail Call Frames): New node.
4060 (Frames In Python): Add gdb.TAILCALL_FRAME.
4061
9c15afc4
DE
40622011-10-07 Doug Evans <dje@google.com>
4063
4064 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4065 register_pretty_printer.
4066
99f5279d
PM
40672011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4068
4069 PR python/12930
4070 PR python/12802
4071
4072 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4073 stop method.
4074
03583c20
UW
40752011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4076
4077 * gdb.texinfo (Starting your Program): "set disable-randomization"
4078 is no longer Linux-specific.
4079 (Remote Configuration): Document "set remote
4080 disable-randomization-packet".
4081 (General Query Packets): Document "QDisableRandomization" packet
4082 and add it to "qSupported" list.
4083
bd054e06
KP
40842011-10-07 Kevin Pouget <kevin.pouget@st.com>
4085
4086 Allow Python notification of new object-file loadings.
4087 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4088 event type.
4089
cb6be26b
KP
40902011-10-04 Kevin Pouget <kevin.pouget@st.com>
4091
4092 PR python/12691: Add the inferior to Python exited event
4093 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4094
a05336a1
JB
40952011-10-03 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4098 rephasing.
4099
5d77fe44
JB
41002011-10-03 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4103 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4104 as possible feature returned by the `-list-features'
4105 command.
4106
699df94d
PK
41072011-09-28 Paul Koning <paul_koning@dell.com>
4108
4109 * gdb.texinfo (gdb.Type): Document field access by dictionary
4110 key syntax.
4111
24bdad53
YQ
41122011-09-28 Yao Qi <yao@codesourcery.com>
4113
4114 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4115 Add one space after option `-s'. Remove @r{} markup.
4116
6710bf39
SS
41172011-09-27 Stan Shebs <stan@codesourcery.com>
4118
4119 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4120
d99f7e48
HZ
41212011-09-16 Hui Zhu <teawater@gmail.com>
4122
4123 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4124 to *(unsigned char *)$esp@300.
4125
d812018b
PK
41262011-09-15 Paul Koning <paul_koning@dell.com>
4127
4128 * gdb.texinfo: Make style of Python functions and methods match
4129 the syntax of Python. Also put class and module names explicitly
4130 on function, member, and variable names, matching Python
4131 documentation conventions.
72f4393d 4132
2aa48337
KP
41332011-09-15 Kevin Pouget <kevin.pouget@st.com>
4134
4135 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4136 * gdb.texinfo (Inferiors In Python): Describe new
4137 gdb.selected_inferior() function.
4138
6839b47f
KP
41392011-09-15 Kevin Pouget <kevin.pouget@st.com>
4140
4141 Handle multiple breakpoint hits in Python interface:
4142 * gdb.texinfo (Events In Python): New function documentation:
4143 gdb.BreakpointEvent.breakpoints. Indicate that
4144 gdb.BreakpointEvent.breakpoint is now deprecated.
4145
26829f2b
JB
41462011-09-04 Joel Brobecker <brobecker@adacore.com>
4147
4148 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4149
a9f54f60
TT
41502011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4151
4152 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4153
fa3a4f15
PM
41542011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4155
72f4393d
L
4156 * gdb.texinfo (Prompt): Add set/show extended-prompt
4157 documentation
4158 (Basic Python): Add prompt_hook anchor.
4159 (Python modules): Reword module text to reflect multiple modules.
4160 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4161
224bbe49
YQ
41622011-08-14 Yao Qi <yao@codesourcery.com>
4163
78d85199
YQ
4164 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4165
41662011-08-14 Yao Qi <yao@codesourcery.com>
4167
4168 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4169 (TIC6x Features): New node.
4170
457e09f0
DE
41712011-08-12 Doug Evans <dje@google.com>
4172
4173 * gdb.texinfo (Symbols In Python): Document symbol.type.
4174
5e239b84
PM
41752011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4176
4177 * gdb.texinfo (Python): Document command and function
4178 auto-loading.
4179
177bc839
JK
41802011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4181 Eli Zaretskii <eliz@gnu.org>
4182
4183 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4184 typedefs unrolling. Extend the sample code by an inner typedef and
4185 outer typedefs unrolling.
4186
1a532630
PP
41872011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4188
4189 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4190 size and line-size.
4191
9b158ba0 41922011-07-21 Matt Rice <ratmice@gmail.com>
4193
4194 PR macros/12999
4195 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4196 Update text and cindex entries for info macro command.
4197
d17b6f81
PM
41982011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4199
4200 * observer.texi (GDB Observers): Add before_prompt observer.
4201 * gdb.texinfo (Basic Python): Add documentation for prompt
4202 substitution.
4203
713389e0
PM
42042011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4205
72f4393d 4206 PR python/12438
713389e0 4207 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4208 set/show python print-stack. Document set/show python
4209 print-backtrace.
713389e0 4210
177b42fe
TJB
42112011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4212
4213 * gdb.texinfo: Fix typos.
4214
900e11f9
JK
42152011-07-01 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.texinfo (Debugging Output): Document set debug
4218 check-physname.
4219
39c4d40a
TT
42202011-06-29 Tom Tromey <tromey@redhat.com>
4221
4222 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4223 breakpoint-notifications feature.
4224
6f5def7d
UW
42252011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4226
4227 * gdb.texinfo (Target Description): Remove warning about
4228 possibly unstable format.
4229
8cf64490
TT
42302011-06-03 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4233 (Events In Python): Note that exit_code is optional.
4234
393eab54
PA
42352011-05-17 Pedro Alves <pedro@codesourcery.com>
4236
4237 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4238 required for multi-threading support.
4239 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4240 Hc are deprecated for multi-threading debugging. Point readers at
4241 the vCont packet.
4242
75fc9810
DE
42432011-05-15 Doug Evans <dje@google.com>
4244
4245 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4246
01124a23
DE
42472011-05-13 Doug Evans <dje@google.com>
4248
98a5dd13
DE
4249 * gdb.texinfo (Threads): Document $sdir,$pdir.
4250 (Server): Document $pdir exception.
4251
dbaefcf7
DE
4252 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4253
cc63ef9b
DE
4254 * gdb.texinfo (Threads): Clarify default value for
4255 libthread-db-search-path.
7e0396aa 4256
01124a23
DE
4257 * gdb.texinfo (Completion): Update example.
4258 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4259
d248b706
KY
42602011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4261
4262 * gdb.texinfo: Document change in the behaviour of the enable and
4263 disable GDB commands when applied to tracepoints.
4264 Document the EnableDisableTracepoints remote stub feature.
4265 Document QTEnable and QTDisable in the list of tracepoint packets.
4266
cc88a640
JK
42672011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4270 hsuser.texi.
4271 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4272 comment to hsuser.texi. Change rluser.texi name in the comment.
4273
84e578fb
DE
42742011-05-10 Doug Evans <dje@google.com>
4275
4276 * gdb.texinfo (Threads): If an empty path is provided for
4277 libthread-db-search-path it is reset to its default value.
4278 (Server): Ditto.
4279
478aac75
DE
42802011-05-09 Doug Evans <dje@google.com>
4281
4282 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4283
9c06b0b4
TJB
42842011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4285 Thiago Jung Bauermann <bauerman@br.ibm.com>
4286
4287 Implement support for PowerPC BookE masked watchpoints.
4288 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4289 (PowerPC Embedded): Mention support of masked watchpoints.
4290
9ed350ad
JB
42912011-05-03 Joel Brobecker <brobecker@adacore.com>
4292
4293 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4294 `@value{GDBN}'.
4295
4ceed123
JB
42962011-05-03 Joel Brobecker <brobecker@adacore.com>
4297
4298 * gdb.texinfo (titlepage): Remove dedication.
4299 (In Memoriam): New appendix.
4300
559a7a62
JK
43012011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4302 Eli Zaretskii <eliz@gnu.org>
4303
4304 * gdb.texinfo (Index Section Format): Change the version to 5.
4305 Describe the different formula.
4306
03f2bd59
JK
43072011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4308 Eli Zaretskii <eliz@gnu.org>
4309
4310 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4311 for disconnected tracing.
4312 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4313 extended-remote relationship. Mention --once.
4314 (TCP port allocation lifecycle of @code{gdbserver}): New.
4315
d9b1a651
EZ
43162011-04-23 Eli Zaretskii <eliz@gnu.org>
4317
4318 * gdb.texinfo (Server): Improve indexing. Index all optional
4319 switches to gdbserver.
4320
90476074
TT
43212011-04-20 Tom Tromey <tromey@redhat.com>
4322
4323 * gdb.texinfo (Index Section Format): New node.
4324 (Top): Add new node to menu.
4325
c21236dc
PA
43262011-04-20 Pedro Alves <pedro@codesourcery.com>
4327
4328 * gdb.texinfo (Maintenance Commands): Document `maint print
4329 remote-registers'.
4330
05c8c3f5
TT
43312011-04-20 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (Trace File Format): Move node later.
4334
7a9dd1b2
TT
43352011-04-19 Tom Tromey <tromey@redhat.com>
4336
4337 * gdbint.texinfo (Register Information Functions): Remove
4338 duplicate "the".
4339 * gdb.texinfo (Emacs): Remove duplicate "to".
4340 (GDB/MI Variable Objects): Remove duplicate "the".
4341 (General Query Packets): Likewise.
4342
4368ebeb
JB
43432011-04-02 Joel Brobecker <brobecker@adacore.com>
4344
4345 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4346 "GDB/MI Ada Exception Information" node.
4347
956a9fb9
JB
43482011-04-01 Joel Brobecker <brobecker@adacore.com>
4349
4350 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4351 the "exception-name" field in the *stopped async record.
4352
f1310107
TJB
43532011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4354 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4355
4356 Implement support for PowerPC BookE ranged breakpoints.
4357 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4358
8786b2bd
TT
43592011-03-28 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.texinfo (Set Tracepoints): Fix typo.
4362
9ef07c8c
TT
43632011-03-24 Tom Tromey <tromey@redhat.com>
4364
4365 * gdb.texinfo (Specify Location): Document `function:label'
4366 linespec.
4367
99c3dc11
PM
43682011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4369
f1310107 4370 PR python/12149
99c3dc11
PM
4371
4372 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4373
29703da4
PM
43742011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4375
4376 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4377 (Inferiors In Python): Likewise.
4378 (Threads In Python): Likewise.
4379 (Symbols In Python): Likewise.
4380 (Objfiles In Python): Likewise.
4381 (Symbol Tables In Python): Likewise.
4382
c9174737
PA
43832011-03-15 Pedro Alves <pedro@codesourcery.com>
4384
4385 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4386 display>: Explain that the commands accept number ranges.
4387
7371cf6d
PM
43882011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4389
4390 * gdb.texinfo (Breakpoints In Python): Add description and example
4391 of Python stop function operation.
4392
ecec24e6
PM
43932011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4394
4395 * gdb.texinfo (Parameters In Python): Document get_set_string and
4396 get_show_string methods.
4397
6dcd5565
JK
43982011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4401
81896e36
JK
4402 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4403 circular-trace-buffer name.
4404
5e30da2c
JB
44052011-02-28 Joel Brobecker <brobecker@adacore.com>
4406
4407 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4408 in the previous change.
4409
3bd0f5ef 44102011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4411
72f4393d 4412 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4413 that they can accept multiple arguments.
4414
4ec7539c
JB
44152011-02-24 Joel Brobecker <brobecker@adacore.com>
4416
4417 Revert the following patch (code patch was not approved):
4418 2011-02-21 Hui Zhu <teawater@gmail.com>
4419 * agentexpr.texi (bytecode descriptions): add printf.
4420 * gdb.texinfo (tracepoint action lists): add printf.
4421
82809774
DE
44222011-02-23 Doug Evans <dje@google.com>
4423
4424 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4425
e5a67952
MS
44262011-02-23 Michael Snyder <msnyder@vmware.com>
4427
4428 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4429 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4430 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4431
6e6fbe60
DE
44322011-02-22 Doug Evans <dje@google.com>
4433
4434 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4435 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4436 add description of result, fix @defun formatting.
4437
f994e27a
HZ
44382011-02-21 Hui Zhu <teawater@gmail.com>
4439
4440 * agentexpr.texi (Bytecode Descriptions): Add printf.
4441 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4442
c7f96d2b
TT
44432011-02-18 Tom Tromey <tromey@redhat.com>
4444
4445 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4446
60f98dde
MS
44472011-02-14 Michael Snyder <msnyder@vmware.com>
4448
4449 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4450 Document new command "thread find".
4451
08e796bc
MS
44522011-02-14 Michael Snyder <msnyder@vmware.com>
4453
4454 * gdb.texinfo (Threads): Update example of new thread message.
4455
b3b9301e
PA
44562011-02-14 Pedro Alves <pedro@codesourcery.com>
4457
4458 * gdb.texinfo (Remote Configuration): Mention set/show remote
4459 traceframe-info.
4460 (Tools/Packages Optional for Building GDB): Mention that expat is
4461 used for traceframe info.
4462 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4463 (General Query Packets) <qSupported>: Describe the
4464 qXfer:traceframe-info:read feature.
4465 (qXfer::read): Describe qXfer:traceframe-info:read.
4466 (Traceframe Info Format): New section.
4467
cef35b0f
PA
44682011-02-04 Pedro Alves <pedro@codesourcery.com>
4469
4470 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4471 for casts and unary operators.
4472
f1cbe1d3
TT
44732011-02-04 Tom Tromey <tromey@redhat.com>
4474
4475 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4476 is not useful.
4477
585fdaa1
PA
44782011-01-25 Pedro Alves <pedro@codesourcery.com>
4479
4480 * gdb.texinfo: s/value optimized out/optimized out/g
4481
7bfc9434
JB
44822011-01-21 Joel Brobecker <brobecker@adacore.com>
4483
4484 * gdb.texinfo (Other Misc Settings): Rework part of the
4485 documentation of the "set interactive mode" command.
4486
4694da01
TT
44872011-01-19 Tom Tromey <tromey@redhat.com>
4488
4489 * gdb.texinfo (Threads): Document thread name output and `thread
4490 name' command.
4491 (Threads In Python): Document Thread.name attribute.
4492 (GDB/MI Thread Commands): Document thread attributes.
4493
b716877b
AB
44942011-01-12 Andrew Burgess <aburgess@broadcom.com>
4495
4496 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4497 changes in mi/mi-cmd-disas.c
4498
13fd8b81
TT
44992011-01-12 Tom Tromey <tromey@redhat.com>
4500
4501 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4502 Fix "thread apply" text.
4503
e09342b5
TJB
45042011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4505 Thiago Jung Bauermann <bauerman@br.ibm.com>
4506
4507 Implement support for PowerPC BookE ranged watchpoints.
4508 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4509 the "set powerpc exact-watchpoints" flag.
4510
06e65f44
TT
45112011-01-07 Tom Tromey <tromey@redhat.com>
4512
4513 * gdb.texinfo (Python API): Add descriptions to @menu items.
4514
d8e22779
TT
45152011-01-06 Tom Tromey <tromey@redhat.com>
4516
4517 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4518
a255712f
PP
45192010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4520
e09342b5 4521 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4522
ccfc3d6e
TT
45232011-01-06 Tom Tromey <tromey@redhat.com>
4524
4525 PR python/12133:
4526 * gdb.texinfo (Frames In Python): Document various frame
4527 constants.
4528
44944448
JB
45292011-01-05 Joel Brobecker <brobecker@adacore.com>
4530
4531 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4532 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4533 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4534
42ea3d7a
JK
45352011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4538 (clean): Add GDBvn.texi.
4539
720d1a40
JB
45402010-12-29 Joel Brobecker <brobecker@adacore.com>
4541
4542 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4543 occasional case where the debugger prints an array address
4544 instead of the array itself.
4545
ad196637
PA
45462010-12-23 Pedro Alves <pedro@codesourcery.com>
4547
4548 * gdb.texinfo (Packets) <read registers packet>: Document support
4549 for registers that were not collected.
4550
a86caf66
DE
45512010-12-15 Doug Evans <dje@google.com>
4552
4553 * gdb.texinfo (Startup): Document auto-loading of scripts during
4554 startup.
4555 (Auto-loading): Delete "maint set python auto-load on|off".
4556 Add "set auto-load-scripts on|off".
4557
aae1c79a
DE
45582010-12-07 Doug Evans <dje@google.com>
4559
4560 * gdb.texinfo (Mode Options): Document -data-directory.
4561 (Data Files): Add reference to -data-directory.
4562
4e04c971
DE
45632010-11-29 Doug Evans <dje@google.com>
4564
4565 * gdb.texinfo (Pretty-Printer Introduction): Change
4566 printer-name:subprinter-name to printer-name;subprinter-name.
4567
94b6973e
PM
45682010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4569
72f4393d 4570 PR python/12199
94b6973e
PM
4571
4572 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4573
39037522
TT
45742010-11-23 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4577 (Editing): Likewise.
4578 (Command History): Likewise.
4579 (TUI Keys): Likewise.
4580 (Bug Reporting): Conditionally include rluser.texi and
4581 inc-history.texinfo.
4582 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4583 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4584 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4585 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4586 (gdb.pdf): Likewise.
4587 (gdb.info): Likewise.
4588 (gdb/index.html): Likewise.
4589
5ae98d25
TT
45902010-11-23 Tom Tromey <tromey@redhat.com>
4591
4592 * Makefile.in (Makefile): Run ../config.status.
4593 (distclean): Update.
4594 * configure: Remove.
4595 * configure.ac: Remove.
4596
621c8364
TT
45972010-11-12 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (Basic Python): Update. Add xref.
4600 (Exception Handling): Document new exception classes.
4601 (Types In Python): Update.
4602 (Frames In Python): Update.
4603
84f4c1fe
PM
46042010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4605
4606 * gdb.texinfo (Breakpoints In Python): Document "internal"
4607 parameter, and visible attribute.
4608
99e7ae30
DE
46092010-11-05 Doug Evans <dje@google.com>
4610
4611 * gdb.texinfo (Source Path): Document "set directories".
4612
f4b8a18d
KW
46132010-11-05 Ken Werner <ken.werner@de.ibm.com>
4614
4615 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4616 (OpenCL C): New node.
4617
7b51bc51
DE
46182010-11-02 Doug Evans <dje@google.com>
4619
4620 * gdb.texinfo (Pretty Printing): Expand into three sections,
4621 introduction, example, and commands.
4622 (Python API): Delete section Disabling Pretty-Printers, merge into
4623 Selecting Pretty-Printers.
4624 (Writing a Pretty-Printer): New section. Move the pretty-printer
4625 example here, and reformat to match python coding style. Add a second
4626 example using the gdb.printing module.
4627 (Python modules): Add gdb.printing.
4628
9eeee977
DE
46292010-10-29 Doug Evans <dje@google.com>
4630
4631 * gdb.texinfo (Python): Fix long line.
4632
a0e0ffdf
DE
46332010-10-20 Doug Evans <dje@google.com>
4634
4635 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4636 All references updated. Correct sections marked as subsections.
4637 (Coding Standards): New chapter. Move the coding standard related
4638 subsections here. Add section on Python coding standards.
4639
0e3509db
DE
46402010-10-13 Doug Evans <dje@google.com>
4641
4642 * gdb.texinfo (Python): Add "Python modules".
4643 (Types in Python): Add reference to gdb.types section.
4644 (Python modules): New node.
4645
44592cc4
DE
46462010-10-11 Doug Evans <dje@google.com>
4647
4648 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4649 Python" from gdb.Value.type description.
4650
6e1bb179
JB
46512010-09-28 Joel Brobecker <brobecker@adacore.com>
4652
4653 * gdb.texinfo (Ravenscar Profile): New node.
4654
e8467610
TT
46552010-09-22 Tom Tromey <tromey@redhat.com>
4656
4657 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4658
fccd1d1e
EZ
46592010-09-22 Eli Zaretskii <eliz@gnu.org>
4660
4661 * gdb.texinfo (Values From Inferior): Clarify that
4662 value.dynamic_type works only in C++ programs with RTTI.
4663
c1b6b909
TT
46642010-09-15 Paul Bolle <pebolle@tiscali.nl>
4665
4666 * gdb.texinfo (Character Sets): Correctly reference host-charset
4667 in example.
4668
7d288aaa
TT
46692010-09-13 Tom Tromey <tromey@redhat.com>
4670
4671 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4672 Document "fullname" and "from".
4673
f75d858b
MK
46742010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4675
4676 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4677 feature `reverse' output by -list-target-features.
4678
83b9503b
L
46792010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4680
4681 * gdb.texinfo (i386 Features): Remove an extra "@item".
4682
03f17ccf
TT
46832010-08-30 Tom Tromey <tromey@redhat.com>
4684
4685 PR python/11792:
4686 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4687
9779414d
DJ
46882010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * gdb.texinfo (ARM Features): Document
4691 org.gnu.gdb.arm.m-profile.
4692
f9ffd4bb
TT
46932010-08-23 Tom Tromey <tromey@redhat.com>
4694
4695 PR python/11145:
4696 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4697 reinterpret_cast methods.
4698
702c2711
TT
46992010-08-23 Tom Tromey <tromey@redhat.com>
4700
4701 PR python/11915:
4702 * gdb.texinfo (Types In Python): Document array method.
4703
66b73624
TJB
47042010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4705
4706 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4707
06a64a0b
TT
47082010-08-16 Tom Tromey <tromey@redhat.com>
4709
4710 * gdb.texinfo (Set Watchpoints): Document -location option.
4711
a3a7127e
DE
47122010-08-13 Doug Evans <dje@google.com>
4713
4714 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4715
8dedea02
VP
47162010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4717
4718 * gdb.texinfo (GDB/MI Data Manipulation): Document
4719 -data-read-memory-raw and -data-write-memory-raw.
4720
ca5c20b6 47212010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4722 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4723
4724 * gdb.texinfo (Basic Python): Describe post_event API.
4725
cb2e07a6
PM
47262010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4727
4728 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4729 decode_line Python APIs
cb2e07a6 4730
464b3efb
TT
47312010-08-10 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.texinfo (Pretty Printing API): Document
4734 gdb.default_visualizer.
4735
c29c521f
TT
47362010-08-10 Tom Tromey <tromey@redhat.com>
4737
4738 Revert gdb-add-index addition:
4739 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4740
5da1313b
JK
47412010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4742 Eli Zaretskii <eliz@gnu.org>
4743
4744 * gdb.texinfo (Mode Options) <-batch>
4745 (Basic Python) <gdb.execute>: Describe setting width and height.
4746
02d868e8
PP
47472010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4748
4749 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4750
c2bbed2a
TT
47512010-07-30 Tom Tromey <tromey@redhat.com>
4752
4753 * gdb.texinfo (Index Files): Mention gdb-add-index.
4754
6c13bbe1
HZ
47552010-07-30 Hui Zhu <teawater@gmail.com>
4756
4757 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4758 "detach inferior" and "kill inferior".
4759
53a71c06
CR
47602010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4761
4762 * gdb.texinfo (Machine Code): Update description of two forms of
4763 arguments, and add new example to demonstrate the new form.
4764
5374244e
PM
47652010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4766
4767 * gdb.texinfo (Values From Inferior): Add value inferior function
4768 call description.
4769
8ea5bce5
JK
47702010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4773
c0edd9ed
JK
47742010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4775 Eli Zaretskii <eliz@gnu.org>
4776
4777 Make core files the process_stratum.
4778 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4779 record_stratum example.
4780
9291a0cd
TT
47812010-07-13 Tom Tromey <tromey@redhat.com>
4782
4783 * gdb.texinfo (Index Files): New node.
4784
f5011d11
TT
47852010-07-13 Tom Tromey <tromey@redhat.com>
4786
4787 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4788
0f5238ed
TT
47892010-07-13 Tom Tromey <tromey@redhat.com>
4790
4791 * gdb.texinfo (Specify Location): Document labels.
4792
74c761c1
PA
47932010-07-01 Pedro Alves <pedro@codesourcery.com>
4794
4795 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4796 entries for fast tracepoints and static tracepoints.
4797
501994c0
PA
47982010-07-01 Pedro Alves <pedro@codesourcery.com>
4799
4800 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4801 qsThreadInfo>: Spell out `l' as ell.
4802
0fb4aa4b
PA
48032010-07-01 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.texinfo (Convenience Variables): Document $_sdata.
4806 (Commands to Set Tracepoints): Describe static tracepoints. Add
4807 `Listing Static Tracepoint Markers' menu entry. Document
4808 "strace".
4809 (Tracepoint Action Lists): Document collecting $_sdata.
4810 (Listing Static Tracepoint Markers): New subsection.
4811 (Tracepoints support in gdbserver): Mention static tracepoints.
4812 (remote packets, enabling and disabling): Mention
4813 read-sdata-object.
4814 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4815 and StaticTracepoint.
4816 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4817 Document qXfer:sdata:read.
4818 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4819
dc3b15be
JB
48202010-06-29 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4823
595939de
PM
48242010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4825 Tom Tromey <tromey@redhat.com>
4826 Thiago Jung Bauermann <bauerman@br.ibm.com>
4827
4828 * gdb.texinfo (Inferiors In Python): New node.
4829 * gdb.texinfo (Threads In Python): New node.
4830
9279c692
JB
48312010-06-28 Joel Brobecker <brobecker@adacore.com>
4832
4833 * gdb.texinfo (Python): Document what the python directory is
4834 and what its location is.
4835 (Basic Python): Document the gdb.PYTHONDIR constant.
4836
bc9f0842
TT
48372010-06-25 Tom Tromey <tromey@redhat.com>
4838
4839 PR python/10808:
4840 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4841
f1421989
HZ
48422010-06-24 Hui Zhu <teawater@gmail.com>
4843
4844 * gdb.texinfo: (Commands for Controlled Output): Add
4845 documentation for command "eval".
4846
e4c0cfae
SS
48472010-06-21 Stan Shebs <stan@codesourcery.com>
4848
4849 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4850 * annotate.texinfo: Ditto.
4851 * gdbint.texinfo: Ditto.
4852 * stabs.texinfo: Ditto.
4853
bb08c432
HZ
48542010-06-22 Hui Zhu <teawater@gmail.com>
4855
4856 * gdb.texinfo: (Process Record and Replay): Add documentation
4857 for command "set record memory-query".
4858
4f5d9f07
SS
48592010-06-21 Stan Shebs <stan@codesourcery.com>
4860
4861 * gdb.texinfo: Relicense under GFDL version 1.3.
4862 * annotate.texinfo: Relicense under GFDL version 1.3.
4863 * gdbint.texinfo: Relicense under GFDL version 1.3.
4864 * stabs.texinfo: Relicense under GFDL version 1.3.
4865 * fdl.texi: Update to version 1.3.
4866
6aed2dbc
SS
48672010-06-18 Stan Shebs <stan@codesourcery.com>
4868
a61408f8
SS
4869 * gdb.texinfo (Operating System Auxiliary Information): Describe
4870 "info os" when no arguments given.
4871
6aed2dbc
SS
4872 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4873 $_thread.
4874
24e933df
HZ
48752010-06-18 Hui Zhu <teawater@gmail.com>
4876
4877 * gdb.texinfo: (Process Record and Replay): Add documentation
4878 for commands "record save" and "record restore".
4879
65d79d4b
SDJ
48802010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * gdb.texinfo: Include information about the correct use
4883 of addresses in the `watch' command.
4884
d914c394
SS
48852010-06-11 Stan Shebs <stan@codesourcery.com>
4886
4887 * gdb.texinfo (Observer Mode): New section.
4888 (General Query Packets): Document QAllow.
889bf7c5 4889
967cf477
DE
48902010-06-04 Doug Evans <dje@google.com>
4891
4892 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4893
aaf4119b
DE
48942010-06-03 Doug Evans <dje@google.com>
4895
4896 * gdbint.texinfo (Coding): Add subsection on command names.
4897
9eae7c52
TT
48982010-06-02 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4901 always-disassemble.
4902
fa593d66
PA
49032010-06-01 Pedro Alves <pedro@codesourcery.com>
4904
4905 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4906 gdbserver, and add cross reference.
4907 (Tracepoints support in gdbserver): New subsection.
4908
dde08ee1
PA
49092010-05-26 Pedro Alves <pedro@codesourcery.com>
4910
4911 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4912 `qRelocInsn' feature.
4913 (Relocate instruction reply packet): New subsection
4914 of `Tracepoint Packets'.
4915 (Tracepoint Packets): Mention that packets QTDP and QTStart
4916 support the qRelocInsn request, and add cross reference to new
4917 subsection.
4918
07ca107c
DE
49192010-05-25 Doug Evans <dje@google.com>
4920
4921 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4922 (Commands In Python): Document gdb.string_to_argv.
4923
c25c4a8b
JK
49242010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4925
4926 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4927 ATTR_NORETURN.
4928
d7b32ed3 49292010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4930 Tom Tromey <tromey@redhat.com>
4931 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4932
c25c4a8b 4933 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4934
6aecb9c2
JB
49352010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4936
4937 * gdb.texinfo: (Summary) Add mention about D language support.
4938 (Filenames): Add D suffixes.
4939 (D): New node.
4940
b7da9e9f
PM
49412010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4942
4943 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4944 of macro deleted from GDB code.
4945
ab38a727
PA
49462010-04-24 Pedro Alves <pedro@codesourcery.com>
4947
4948 * gdb.texinfo (Commands to specify files): Describe what how GDB
4949 looks up DOS-based filesystem paths on the system root. Document
4950 the new `set/show target-file-system-kind' commands.
4951
66d09542
DE
49522010-04-23 Doug Evans <dje@google.com>
4953
4954 * gdb.texinfo (Python): Move Auto-loading section here ...
4955 (Python API): from here.
4956 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4957 (Maintenance Commands): Add docs for "maint print section-scripts".
4958
8bd10a10
CM
49592010-04-20 Chris Moller <cmoller@redhat.com>
4960
4961 * gdb.texinfo (Setting Breakpoints): Added description of
4962 filename-qualified rbreak.
4963 * refcard.tex (Breakpoints and Watchpoints): Added brief
4964 description of filename-qualified rbreak.
4965
4c374409
JK
49662010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4967
4968 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4969 (Python API): Change the reference to Pretty Printing API.
4970 (Pretty Printing): Move the user part under the Data node. Reformat
4971 the sample output to 72 columns. Create a new reference to Pretty
4972 Printing API. Rename the API part ...
4973 (Pretty Printing API): To a new node name.
4974 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4975 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4976
5a9351ae
SS
49772010-04-21 Stan Shebs <stan@codesourcery.com>
4978
4979 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4980 and commands.
5a9351ae 4981 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4982
9a22f0d0
PM
49832010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4984
4985 * gdb.texinfo (Examining memory): Update for change in string
4986 display with explicit size.
4987
6149aea9
PA
49882010-04-19 Pedro Alves <pedro@codesourcery.com>
4989
4990 PR breakpoints/8554.
4991
4992 * gdb.texinfo (Save Breakpoints): New node.
4993 (save-tracepoints): Rename to ...
4994 (save tracepoints): ... this. Mention that `save-tracepoints' is
4995 a deprecated alias to `save tracepoints'.
4996
711e434b
PM
49972010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4998
645797a8 4999 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5000 (info w32 thread-information-block): Document new command.
5001 (qGetTIBAddress): Document new gdbserver query.
5002 (maint set/show show-all-tib): Document new command.
5003
3f7b2faa
DE
50042010-04-15 Doug Evans <dje@google.com>
5005
fa33c3cd
DE
5006 * gdb.texinfo (Python API): Add progspaces section.
5007 (Selecting Pretty-Printers): Progspace pretty-printers are
5008 searched too.
5009 (Progspaces In Python): New section.
5010
3f7b2faa
DE
5011 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5012
79f283fe
PM
50132010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5014
5015 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5016 returns None.
5017
87290684
SS
50182010-04-09 Stan Shebs <stan@codesourcery.com>
5019
5020 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5021 Describe the `frames-created' field, tweak grammar.
5022
a97153c7
PA
50232010-04-09 Pedro Alves <pedro@codesourcery.com>
5024
5025 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5026 Describe the `circular' and `disconnected' fields.
5027
5c5dcc1b
L
50282010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5029
5030 * gdb.texinfo (maint print registers): Mention unavailable and
5031 invisible registers.
5032
adc36818
PM
50332010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5034 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5035 Tom Tromey <tromey@redhat.com>
adc36818
PM
5036
5037 * gdb.texinfo (Breakpoints In Python): New Node.
5038
33da3f1c
SS
50392010-04-08 Stan Shebs <stan@codesourcery.com>
5040
5041 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5042 trace status fields.
5043
3a13a53b
L
50442010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5045
5046 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5047 optional. Make org.gnu.gdb.i386.avx requires
5048 org.gnu.gdb.i386.avx.
5049
08001717
DE
50502010-04-08 Doug Evans <dje@google.com>
5051
5052 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5053 search path, and document that gdb only scans the search path if
5054 the script's path doesn't specify a directory.
5055
c375651d
DE
50562010-04-05 Doug Evans <dje@google.com>
5057
5058 * gdb.texinfo (maint show python auto-load): Fix typo.
5059
af54718e
SS
50602010-04-04 Stan Shebs <stan@codesourcery.com>
5061
d77f58be
SS
5062 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5063 (Setting Watchpoints): Update description of "info watch".
5064 (Disabling Breakpoints): Only "info break" lists all.
5065
af54718e
SS
5066 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5067 (tdump): Explain how tdump works.
5068
86b17b60
PA
50692010-04-01 Pedro Alves <pedro@codesourcery.com>
5070
5071 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5072 add cross reference.
5073
ff12863f
PA
50742010-03-31 Pedro Alves <pedro@codesourcery.com>
5075
5076 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5077 commands error out.
5078
f68eb612
L
50792010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5080
5081 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5082
c8d5aac9
L
50832010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5084
5085 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5086
7d13fe92
SS
50872010-03-29 Stan Shebs <stan@codesourcery.com>
5088 Nathan Sidwell <nathan@codesourcery.com>
5089
5090 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5091 GDBN equivalent.
5092 (Set Tracepoints): Remove mention that conditional tracepoints
5093 don't exist.
5094 (Tracepoint Actions): Clarify when while-stepping collection
5095 happens, note that while-stepping does not automatically collect
5096 $pc.
5097
409873ef 50982010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5099
409873ef
SS
5100 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5101 (General Query Packets): Describe TracepointSource.
5102
ee8e71d4
EZ
51032010-03-27 Matt Rice <ratmice@gmail.com>
5104
c8d5aac9
L
5105 * gdb.texinfo (ARM): Document arguments to "target sim".
5106 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5107
99b5e152
PA
51082010-03-26 Pedro Alves <pedro@codesourcery.com>
5109
5110 * gdb.texinfo (Tracepoint Packets): Remove mention that
5111 terror:string may be plain text, and drop mention of X prefix.
5112
cd64ee31
VP
51132010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5114
5115 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5116
6c28cbf2
SS
51172010-03-24 Stan Shebs <stan@codesourcery.com>
5118
5119 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5120
95a42b64
TT
51212010-03-24 Tom Tromey <tromey@redhat.com>
5122
5123 PR breakpoints/9352:
5124 * gdb.texinfo (Break Commands): Update.
5125
18148017
VP
51262010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5127
5128 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5129 commands.
5130
4daf5ac0
SS
51312010-03-16 Stan Shebs <stan@codesourcery.com>
5132
5133 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5134 circular-trace-buffer.
5135 (Tracepoint Packets): Describe QTBuffer, and details of the
5136 qTStatus reply.
5137
c9429232
SS
51382010-03-12 Stan Shebs <stan@codesourcery.com>
5139 Nathan Sidwell <nathan@codesourcery.com>
5140
5141 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5142 doing instruction stepping.
5143 (Tracepoint Restrictions): New node.
5144
ccefe4c4
TT
51452010-03-10 Tom Tromey <tromey@redhat.com>
5146
5147 * gdbint.texinfo (Symbol Handling): Update.
5148
7c953934
TT
51492010-03-08 Tom Tromey <tromey@redhat.com>
5150
5151 PR cli/9591:
5152 * gdb.texinfo (Mode Options): Mention lack of pagination and
5153 confirmation with --batch.
5154 (Screen Size): Mention --batch.
5155 (Messages/Warnings): Likewise.
5156
f870a310
TT
51572010-03-05 Tom Tromey <tromey@redhat.com>
5158
5159 * gdb.texinfo (Basic Python): Document target_charset and
5160 target_wide_charset.
5161
78e2826b
TT
51622010-03-05 Tom Tromey <tromey@redhat.com>
5163
5164 * gdb.texinfo (Data): Link to pretty-printing.
5165 (Output Formats): Likewise. Correct text.
5166
f5dff777
DJ
51672010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.texinfo (Types): Describe <struct> and <flags>.
5170
dc00d89f
PM
51712010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5172
5173 * gdb.texinfo (Frames In Python): Add block parameter and
5174 description to read_var text.
5175
5107b149 51762010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5177 Tom Tromey <tromey@redhat.com>
5107b149
PM
5178
5179 * gdb.texinfo (Types In Python): Describe block argument in
5180 template_argument and gdb.lookup_type.
5181
e03e5e7b
TT
51822010-02-24 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.texinfo (Cygwin Native): Fix typo.
5185
f3e9a817
PM
51862010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5187
5188 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5189 and select method descriptions.
5190 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5191 Tables in Python to menu.
5192 (Blocks In Python): New node.
5193 (Symbols In Python): New node.
5194 (Symbol Tables in Python): New node.
5195
a79b8f6e
VP
51962010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5197
5198 Multiexec MI
5199
5200 gdb/
5201 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5202
5203 gdb/doc/
5204 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5205 changes.
5206 (GDB/MI Program Execution): Document current behaviour of
5207 --all and --thread-group.
5208 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5209 -remove-inferior.
5210 * observer.texi (inferior_added, inferior_removed): New
5211 observers.
5212
629d6a47
TT
52132010-02-19 Tom Tromey <tromey@redhat.com>
5214
5215 * gdbint.texinfo (Getting Started): Fix @node.
5216 (Debugging GDB): Likewise.
5217
c09529e5
JB
52182010-02-13 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5221 documenting the gdb_test_timeout variable.
5222
540aa8e7
MS
52232010-02-12 Jakob Engblom <jakob@virtutech.com>
5224
5225 * gdb.texinfo (MI commands): Added documentation of --reverse
5226 option to a set of MI commands. Restructured documentation of MI
5227 commands --exec-continue to reflect the complexity of reverse
5228 execution.
5229
081dfbf7
PA
52302010-02-12 Pedro Alves <pedro@codesourcery.com>
5231
5232 * gdb.texinfo (Using the Collected Data): Specify that the address
5233 range of `tfind outsize' is exclusive, and that the address range
5234 of `tfind range' is inclusive.
5235 (Tracepoint Packets): Specify that the address range of
5236 `QTFrame:range' is inclusive, and that the address range of
5237 `QTFrame:outside' is exclusive
5238
8e9c5e02
VP
52392010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5240
5241 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5242
92981e24
TT
52432010-02-10 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Debugging Output): Document set debug parser and
5246 show debug parser.
5247
075b51b7
L
52482010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5249
5250 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5251 i386_eflags and i386_mxcsr.
5252
3bb8d5c3
L
52532010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5254
5255 * gdb.texinfo: Document i386 target features.
5256
c5f80513
DE
52572010-02-05 Doug Evans <dje@google.com>
5258
5259 * gdbint.texinfo (Testsuite): Add a new section to document the
5260 various DejaGnu variables that may be overridden.
1be00882 5261 Document INTERNAL_GDBFLAGS.
c5f80513 5262
6ac33a4e
TT
52632010-02-04 Tom Tromey <tromey@redhat.com>
5264
5265 PR cli/8830:
5266 * gdb.texinfo (Files): -readnow comes before the filename for file
5267 and symbol-file.
5268
a1dcb23a
DJ
52692010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5272 Document ARM breakpoint types.
5273 (Register Packet Format): Move into the new section.
5274 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5275
95433b34
JB
52762010-01-21 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdb.texinfo (File Options): Adjust the documentation of this
5279 switch to refer to the "source" command rather than partially
5280 duplicating some of the relevant information.
5281 (Extending GDB): Introduce and document the set/show script-extension
5282 setting.
5283 (Command Files): Add note explaining that the "source" command
5284 is also used to evalute scripts written in other languages.
5285 Remove the short slightly incorrect reference to sourcing Python
5286 scripts.
5287 (Python Commands): Document how to execute a Python script from GDB.
5288
8d576872
JB
52892010-01-19 Joel Brobecker <brobecker@adacore.com>
5290
5291 * gdb.texinfo (Command Files): Fix typo.
5292
8150ff9c
JB
52932010-01-18 Tom Tromey <tromey@redhat.com>
5294
5295 * gdb.texinfo (File Options): Document -x on .py files.
5296 (Command Files): Document handling of Python scripts.
5297
23db03a6
JZ
52982010-01-18 Jie Zhang <jie.zhang@analog.com>
5299
5300 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5301
00bf0b85
SS
53022010-01-15 Stan Shebs <stan@codesourcery.com>
5303
5304 * gdb.texinfo (Trace Files): New section.
5305 (Tracepoint Packets): Document QTSave and qTBuffer.
5306 (Trace File Format): New appendix.
5307
be759fcf
PM
53082010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5309
5310 * gdb.texinfo (Values From Inferior): Document lazy_string value
5311 method.
5312 (Python API): Add Lazy strings menu item.
5313 (Lazy Strings In Python): New node.
5314
dc146f7c
VP
53152010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5316
5317 * gdb.texinfo (GDB/MI Thread Information): New.
5318 (GDB/MI Async Records): Document the core field in *stopped.
5319 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5320 documentation
5321 (Process list): Document that osdata document may contain
5322 threads.
5323 (Remote Serial Protocol): Document qXfer:threads.
5324
d5551862
SS
53252010-01-06 Stan Shebs <stan@codesourcery.com>
5326
5327 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5328 disconnected tracing.
5329 (Tracepoint Packets): Document new protocol.
5330
7a697b8d
SS
53312010-01-05 Stan Shebs <stan@codesourcery.com>
5332
5333 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5334 tracepoints.
5335 (Tracepoint Packets): Describe remote protocol for fast
5336 tracepoints.
5337
e6f3ec50
JB
53382010-01-01 Joel Brobecker <brobecker@adacore.com>
5339
5340 Update the "Start of New Year Procedure".
5341 * gdbint.texinfo: Add the list of files that need to be updated
5342 manually. Minor reformatting.
5343
ddc4e9c1
JB
53442010-01-01 Joel Brobecker <brobecker@adacore.com>
5345
5346 * refcard.tex: Update copyright year in header and text.
5347
9d2897ad
JB
53482010-01-01 Joel Brobecker <brobecker@adacore.com>
5349
5350 * agentexpr.texi: Add 2010 to the list of copyright years.
5351 * annotate.texinfo: Likewise.
5352 * gdb.texinfo: Likewise.
5353 * gdbint.texinfo: Likewise.
5354 * observer.texi: Likewise.
5355 * stabs.texinfo: Likewise.
5356
6da95a67
SS
53572009-12-31 Stan Shebs <stan@codesourcery.com>
5358
5359 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5360
236f1d4d
SS
53612009-12-29 Stan Shebs <stan@codesourcery.com>
5362
5363 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5364
f61e138d
SS
53652009-12-28 Stan Shebs <stan@codesourcery.com>
5366
5367 * gdb.texinfo (Trace State Variables): New section.
5368 (Tracepoint Packets): Describe trace state variable packets.
5369 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5370 variable bytecodes.
5371
0fe7935b
DJ
53722009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5373
5374 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5375 declarations.
5376
a6b29f87
VP
53772009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5378
5379 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5380 -gdb-exit behaviour.
5381
5e4bde96
JB
53822009-12-20 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gpl.texi: Update to version 3 of the GPL.
5385
a1715244
JB
53862009-12-20 Joel Brobecker <brobecker@adacore.com>
5387
5388 * Makefile.in: Update copyright header.
5389 * observer.texi: Fix the copyright header of the generated files.
5390
361ae042
PM
53912009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5392
5393 * gdb.texinfo (Types In Python): Describe range function.
5394
bfd31e71
PM
53952009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5396
5397 * gdb.texinfo (Types In Python): Describe "is_base_class".
5398
57a1d736
TT
53992009-12-03 Tom Tromey <tromey@redhat.com>
5400
5401 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5402
8cebebb9
PP
54032009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5404
5405 * observer.texi: New memory_changed observer.
5406
16af530a
TT
54072009-12-01 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.texinfo (Reverse Execution): Fix typo.
5410
b6199126
DJ
54112009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5412
5413 PR gdb/8704
5414
5415 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5416 are allowed after the breakpoint condition.
5417
7a6973ad
TT
54182009-11-23 Tom Tromey <tromey@redhat.com>
5419
5420 PR python/10782:
5421 * gdb.texinfo (Types In Python): Document Type.pointer.
5422
21a0512e
PP
54232009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5424
5425 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5426
a5832c8f
PA
54272009-11-11 Pedro Alves <pedro@codesourcery.com>
5428
5429 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5430 (Using Agent Expressions): Delete cross reference.
5431
1eb7cd77
JB
54322009-11-07 Joel Brobecker <brobecker@adacore.com>
5433
5434 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5435 and @settitle directives up to help makeinfo find them.
5436
24ddea62
JK
54372009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5438
5439 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5440 (Auto-loading): Use plural and note one can use multiple components now.
5441
3afae151
VP
54422009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5443
5444 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5445 -stack-list-arguments have the same documentation for parameter
5446 as -stack-list-locals. Add comas.
5447
14ff2235
PM
54482009-10-27 Tom Tromey <tromey@redhat.com>
5449 Eli Zaretskii <eliz@gnu.org>
5450
c8d5aac9 5451 PR python/10781
14ff2235
PM
5452
5453 * gdb.texinfo (Values From Inferior): Document cast method.
5454
9c419145
PP
54552009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5456
5457 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5458 and adjust example.
889bf7c5 5459
29153c24
MS
54602009-10-22 Michael Snyder <msnyder@vmware.com>
5461
5462 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5463 info record command. Also document the new save and restore
29153c24
MS
5464 commands.
5465
2b28d209
PP
54662009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5467
5468 * gdb.texinfo (Machine Code): Mention current pc marker.
5469 (Memory): Likewise.
5470
6c95b8df
PA
54712009-10-19 Pedro Alves <pedro@codesourcery.com>
5472 Stan Shebs <stan@codesourcery.com>
5473
5474 * observer.texi (new_inferior): Rename to...
5475 (inferior_appeared): ... this.
5476
5477 * gdb.texinfo (Inferiors): Rename node to ...
5478 (Inferiors and Programs): ... this. Mention running multiple
5479 programs in the same debug session.
5480 <info inferiors>: Mention the new 'Executable' column if "info
5481 inferiors". Update examples. Document the "add-inferior",
5482 "clone-inferior", "remove-inferior" and "maint info
5483 program-spaces" commands.
5484 (Process): Rename node to...
5485 (Forks): ... this. Document "set|show follow-exec-mode".
5486
2f8132f3
MS
54872009-10-11 Michael Snyder <msnyder@vmware.com>
5488
5489 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5490 (ReverseContinue): Ditto.
5491
cba4b2d3
PP
54922009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5493
5494 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5495
da082f17
JK
54962009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5497
5498 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5499
08be9d71
ME
55002009-10-06 Michael Eager <eager@eagercon.com>
5501
5502 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5503 (Embedded Processors): Add MicroBlaze.
5504 (MicroBlaze): New. Describe Xilinx MicroBlaze
5505
08a0efd0
PA
55062009-10-04 Pedro Alves <pedro@codesourcery.com>
5507
5508 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5509
cbb8f428
EZ
55102009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5511
5512 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5513
30a4a70c
JB
55142009-09-23 Joel Brobecker <brobecker@adacore.com>
5515
5516 * observer.texi (solib_unloaded): Document explicitly the fact that
5517 this observer is called before the associated symbols are unloaded.
5518
b3372f91
VP
55192009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5520
5521 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5522 -stack-list-variables.
5523
f43030c4
TT
55242009-09-18 Tom Tromey <tromey@redhat.com>
5525
5526 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5527 is experimental.
5528
ec7e75e7
PP
55292009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5530
5531 * gdb.texinfo (convenince variables): Mention
5532 $_siginfo could be empty.
f43030c4 5533
0cc7d26f
TT
55342009-09-15 Tom Tromey <tromey@redhat.com>
5535
5536 * gdb.texinfo (GDB/MI Variable Objects): Document
5537 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5538 Expand -var-update documentation.
5539
a96d9b2e
SDJ
55402009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5541
5542 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5543 feature.
5544
005ca36a
JB
55452009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5546
5547 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5548
0d772ac9
MS
55492009-09-10 Michael Snyder <msnyder@vmware.com>
5550
5551 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5552 ReverseStep replies to the qSupported query.
5553
14fb1bac
JB
55542009-09-10 Joel Brobecker <brobecker@adacore.com>
5555
5556 Add documentation for set/show interactive-mode.
5557 * gdb.texinfo (Other Misc Settings): New node.
5558
29b090c0
DE
55592009-09-01 Doug Evans <dje@google.com>
5560
5561 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5562 non-stop mode's affect on remote caching.
5563
4e5d721f
DE
55642009-08-31 Jacob Potter <jdpotter@google.com>
5565 Doug Evans <dje@google.com>
5566
5567 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5568 Mark `set/show remotecache' options as obsolete.
5569 Document new `set/show stack-cache' option.
5570 Update text for `info dcache'.
5571
55333a84
DE
55722009-08-27 Doug Evans <dje@google.com>
5573
5574 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5575 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5576
bc3a0b4d
RW
55772009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5578
5579 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5580 about autoconf.
5581
3a1ff0b6
PA
55822009-08-25 Pedro Alves <pedro@codesourcery.com>
5583
5584 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5585 small example, and describe its columns. Replace "inferior-id" by
5586 "infno" throughout.
5587
81ecdfbb
RW
55882009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5589
af542c2e
RW
5590 * gdbint.texinfo (Releasing GDB): Point to
5591 README-maintainer-mode file for required autoconf version.
5592 * configure.ac: Do not substitute datarootdir, htmldir,
5593 pdfdir, docdir. Do not process --with-datarootdir,
5594 --with-htmldir, --with-pdfdir, --with-docdir.
5595 * configure: Regenerate.
5596
81ecdfbb
RW
5597 * configure: Regenerate.
5598
4efc6507
DE
55992009-08-20 Reid Kleckner <reid@kleckner.net>
5600
5601 * gdb.texinfo: Add chapter on JIT interface.
5602
43089a6e
NR
56032009-08-07 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5606 confirmation request.
43089a6e 5607
99e008fe
EZ
56082009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5609
c8d5aac9
L
5610 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5611 CRC definitions.
99e008fe 5612
48cb2d85
VP
56132009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5614
5615 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5616 -break-commands.
48cb2d85 5617
ff1a52c6
UW
56182009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5619
5620 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5621 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5622
3285f3fe
UW
56232009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5624
5625 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5626 "set spu stop-on-load" and "show spu stop-on-load" commands.
5627
e35359c5
UW
56282009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5629
5630 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5631
58d6951d
DJ
56322009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5633
5634 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5635 org.gnu.gdb.arm.neon.
5636
08d16641
PA
56372009-07-20 Pedro Alves <pedro@codesourcery.com>
5638
5639 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5640 optional element.
5641 (subsection OS ABI): New subsection.
5642
782b2b07
SS
56432009-07-14 Stan Shebs <stan@codesourcery.com>
5644
5645 * gdb.texinfo (Tracepoint Conditions): New section.
5646 (General Query Packets): Describe ConditionalTracepoints.
5647 (Tracepoint Packets): Describe condition field.
5648 (Maintenance Commands): Describe maint agent-eval.
5649 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5650
9b117ef3
HZ
56512009-07-11 Hui Zhu <teawater@gmail.com>
5652
5653 * gdb.texinfo (disassemble): Add a new modifier /r
5654 to "disassemble" command to make it print the raw instructions
5655 in hex as well as in symbolic form.
5656
f5a33284
TT
56572009-07-09 Tom Tromey <tromey@redhat.com>
5658
5659 * gdbint.texinfo (Testsuite): Document parallel make check.
5660
812f7342
TT
56612009-07-09 Tom Tromey <tromey@redhat.com>
5662
5663 * gdbint.texinfo (Testsuite): Document test transcripts.
5664
fbb8f299
PM
56652009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5666
5667 * gdb.texinfo (Values From Inferior): Add length parameter
5668 description.
5669
dd8f35ac
EZ
56702009-07-04 Chris Genly <chris@genly.us>
5671
5672 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5673 in -var-list-children. Fix example according to what the code
5674 does.
5675
2277426b
PA
56762009-07-02 Pedro Alves <pedro@codesourcery.com>
5677
5678 * gdb.texinfo (Debugging multiple inferiors): Document the
5679 "inferior", "detach inferior" and "kill inferior" commands.
5680 (Debugging Programs with Multiple Processes): Adjust to mention
5681 generic "inferior" commands. Delete mention of "detach fork" and
5682 "delete fork". Cross reference to "Debugging multiple inferiors"
5683 section.
5684
a6d9a66e
UW
56852009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5686
5af949e3
UW
5687 * gdbint.texinfo (Item Output Functions): Update signature
5688 for ui_out_field_core_addr.
5689
56902009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5691
5692 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5693 Update example code extrated from breakpoint.c.
5694
9901a55b 56952009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5696
9901a55b
PP
5697 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5698 MI commands.
5699 (GDB/MI Symbol Query): Likewise.
5700 (GDB/MI File Commands): Likewise.
5701 (GDB/MI File Transfer Commands): Likewise.
5702 (GDB/MI Target Manipulation): Likewise.
5703 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5704
edb3359d
DJ
57052009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5706
5707 * gdb.texinfo (Debugging Optimized Code): New chapter.
5708 (Compiling for Debugging): Reference it. Move some
5709 text to the new section.
5710
7cd1089b
PM
57112009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5712
5713 * doc/gdb.texinfo (Calling): Document
5714 set-unwind-on-terminating-exception usage.
5715
d4db2f36
PA
57162009-06-11 Pedro Alves <pedro@codesourcery.com>
5717
5718 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5719 command.
5720
d1a7880c
PA
57212009-06-07 Pedro Alves <pedro@codesourcery.com>
5722
5723 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5724 references.
5725
473f94e6
UW
57262009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5727
5728 * gdbint.texinfo: Rename formal parameters to gdbarch function
5729 protoypes from "current_gdbarch" to "gdbarch".
5730
8f500870
TT
57312009-05-28 Tom Tromey <tromey@redhat.com>
5732
5733 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5734
b6313243
TT
57352009-05-27 Tom Tromey <tromey@redhat.com>
5736
5737 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5738 feature.
5739 (GDB/MI Variable Objects): Document -var-set-visualizer.
5740
57412009-04-02 Tom Tromey <tromey@redhat.com>
5742
5743 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5744 feature.
5745 (GDB/MI Variable Objects): Document -var-set-visualizer.
5746
a6bac58e
TT
57472009-05-27 Tom Tromey <tromey@redhat.com>
5748 Thiago Jung Bauermann <bauerman@br.ibm.com>
5749 Phil Muldoon <pmuldoon@redhat.com>
5750
5751 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5752 (Pretty Printing): New node.
5753 (Selecting Pretty-Printers): Likewise.
5754 (Python API): Update.
5755 (Output Formats): Document /r format.
5756
2c74e833
TT
57572009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5758 Tom Tromey <tromey@redhat.com>
5759
5760 * gdb.texinfo (Types In Python): New node.
5761 (Values From Inferior): "type" is now an attribute.
5762 (Python API): Update.
5763
89c73ade
TT
57642009-05-27 Tom Tromey <tromey@redhat.com>
5765 Thiago Jung Bauermann <bauerman@br.ibm.com>
5766 Phil Muldoon <pmuldoon@redhat.com>
5767
5768 * gdb.texinfo: Add @syncodeindex for `tp'.
5769 (Python API): Update.
5770 (Auto-loading): New node.
5771 (Objfiles In Python): New node.
5772
17a37d48
PP
57732009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5774
5775 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5776
6718376f
NR
57772009-05-15 Nick Roberts <nickrob@snap.net.nz>
5778
5779 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5780
cbe54154
PA
57812009-05-12 Pedro Alves <pedro@codesourcery.com>
5782
5783 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5784 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5785 show show-debug-regs' docs.
5786
8e05493c
EZ
57872009-05-08 Eli Zaretskii <eliz@gnu.org>
5788
5789 * gdb.texinfo (Process Record and Replay): Add description of
5790 reverse execution.
5791
b39f4988
JB
57922009-05-07 Joel Brobecker <brobecker@adacore.com>
5793
5794 * gdbint.texinfo (Adding support for debugging core files): New node.
5795 (Native Debugging): Remove the ``Native core file Support'' section.
5796
a2311334
EZ
57972009-05-01 Eli Zaretskii <eliz@gnu.org>
5798
5799 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5800 Add index entries.
5801
53cc454a 58022009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5803 Michael Snyder <msnyder@vmware.com>
53cc454a 5804
a2311334
EZ
5805 * gdb.texinfo: (Process Record and Replay): Add documentation for
5806 process record and replay.
53cc454a 5807
484086b7
JK
58082009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5809
5810 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5811 a new part on command-line defined macros.
5812
32ae1842
EZ
58132009-04-25 Eli Zaretskii <eliz@gnu.org>
5814
5815 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5816 clarify the wording.
5817
b14b1491
TT
58182009-04-23 Tom Tromey <tromey@redhat.com>
5819
5820 * gdb.texinfo (Data Files): New node.
5821 (GDB Files): Update menu.
5822
5c1e86e1
JB
58232009-04-23 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5826 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5827
83eba9b7
VP
58282009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5829
5830 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5831
e31198c4
HZ
58322009-04-22 Hui Zhu <teawater@gmail.com>
5833
5834 * gdb.texinfo (disassemble-next-line): Set the default of
5835 disassemble-next-line to off.
5836
26e251b6
JM
58372009-04-21 Joseph Myers <joseph@codesourcery.com>
5838
5839 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5840 --with-htmldir): New.
5841 * configure: Regenerate.
5842 * Makefile.in (datarootdir, docdir): Define.
5843 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5844 instead of $(SET_TEXINPUTS).
5845 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5846 gdbint.info instead of $(SET_TEXINPUTS).
5847 (gdbint/index.html): Use same -I options as for building
5848 gdbint.info.
5849 (stabs.dvi, stabs.pdf): Use same -I options as for building
5850 stabs.info instead of $(SET_TEXINPUTS).
5851 (stabs/index.html): Use same -I options as for building
5852 stabs.info.
5853 (annotate.dvi, annotate.pdf): Use same -I options as for building
5854 annotate.info instead of $(SET_TEXINPUTS).
5855 (annotate/index.html): Use same -I options as for building
5856 annotate.info.
5857
eac35c4e
DD
58582009-04-21 David Daney <ddaney@caviumnetworks.com>
5859
5860 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5861
29b0e8a2
JM
58622009-04-21 Joseph Myers <joseph@codesourcery.com>
5863
5864 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5865
2b831889 58662009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5867 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5868
5869 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5870 (MAKEHTMLFLAGS): Set to empty.
5871 (html__strip_dir): Define.
5872 (HTMLFILES): Define.
5873 (HTMLFILES_INSTALL): Define.
5874 (install-html): Copy new automake rule.
5875 (html): Depend on $(HTMLFILES).
5876 (gdb_toc.html): Rename to gdb/index.html.
5877 (gdbint_toc.html): Rename to gdbint/index.html.
5878 (stabs_toc.html): Rename to stabs/index.html.
5879 (annotate_toc.html): Rename to annotate/index.html.
5880
89a34d1b
JM
58812009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5882
5883 * Makefile.in: Set pdfdir and htmldir from configure
5884 substitutions.
5885 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5886 * configure: Regenerate.
5887
a2d5da46
JB
58882009-04-16 Joel Brobecker <brobecker@adacore.com>
5889
5890 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5891 This macro is no longer used.
5892
732f6a93
TT
58932009-04-15 Tom Tromey <tromey@redhat.com>
5894
5895 * gdb.texinfo (Character Sets): Document default character set.
5896
87f9adc1
PM
58972009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5898
5899 * gdbint.texinfo: Change server name from sources.redhat.com to
5900 sourceware.org throughout.
5901
2c88c651
JB
59022009-04-09 Joel Brobecker <brobecker@adacore.com>
5903
5904 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5905 about a missing dot or coma after @xref.
5906
4f5376b2
JB
59072009-04-02 Joel Brobecker <brobecker@adacore.com>
5908
5909 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5910 example, and add a small explanation about it.
5911 (Print Settings): Change the documentation of the "set print
5912 frame-arguments" to reflect the fact that the default is now "scalars".
5913
a0381d3a
JB
59142009-04-02 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.texinfo (Print Settings): Add kindex for command "set
5917 print frame-arguments".
5918
45ac276d
JB
59192009-03-31 Joel Brobecker <brobecker@adacore.com>
5920
5921 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5922 breakpoints.
5923 (Set Breaks): Add reference to thread-specific and task-specific
5924 breakpoints.
5925
32cd1edc
JB
59262009-03-31 Joel Brobecker <brobecker@adacore.com>
5927
5928 * gdb.texinfo (Ada Tasks): Remove the documentation about
5929 the "Running" state, as this state has been eliminated.
5930 Now all runnable tasks are shown as "Runnable".
5931
1042e4c0
SS
59322009-03-30 Stan Shebs <stan@codesourcery.com>
5933
5934 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5935 special case of breakpoints.
5936 (Enable and Disable Tracepoints): Mention deprecation.
5937 (Listing Tracepoints): Update description and example.
5938
f8f6f20b
TJB
59392009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5940
5941 * gdb.texinfo (Frames in Python): New node.
5942 (Python API): Update.
5943
c0c6f777
TJB
59442009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5945
5946 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5947 from a method to an attribute.
5948
def2b000
TJB
59492009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5950
5951 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5952 attribute.
5953
a07daef3
PA
59542009-03-25 Pedro Alves <pedro@codesourcery.com>
5955
5956 * observer.texi (thread_exit): Add "silent" parameter.
5957
f3b1572e
PA
59582009-03-22 Pedro Alves <pedro@codesourcery.com>
5959
5960 * observer.texi (about_to_proceed): New.
5961
587afa38
EZ
59622009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5963
5964 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5965 field throughout to handle types with spaces in them. Fix typos
5966 found by aspell.
5967 (Summary, Requirements, Contributors): New first chapter,
5968 "Summary" added, old Requirements section moved there, and new
5969 section, "Contributors" added.
5970 (Initializing a New Architecture, Register Representation)
5971 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5972 (Porting gdb): These sections extended and updated.
5973 (Compiler Characteristics): This section (empty) deleted.
5974 (Defining Other Architecture Features): This section renamed and
5975 duplicate material removed from (formerly "Target Conditionals").
5976 Use braces {} in @deftypeXX type field throughout to handle types
5977 with spaces in them. Typos found by aspell fixed.
5978
5979 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5980 * stack_frame.pdf: Version of image for PDF output.
5981 * stack_frame.png: Version of image for HTML output and for Emacs.
5982 * stack_frame.txt: Version of image for Info output.
1db61298 5983 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5984
10af6951
EZ
59852009-03-21 Eli Zaretskii <eliz@gnu.org>
5986
5987 * gdb.texinfo (Character Sets): Fix last change.
5988
cc924cad
TJB
59892009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5990
5991 * gdb.texinfo (Values From Inferior): Fix optional arguments
5992 markup.
5993 (Commands In Python): Adjust argument names of gdb.Command.__init__
5994 to what the function accepts as keywords.
5995
bc3b79fd
TJB
59962008-03-20 Tom Tromey <tromey@redhat.com>
5997
5998 * gdb.texinfo (Convenience Vars): Document convenience functions.
5999 (Functions In Python): New node.
6000 (Python API): Update.
6001
6c7a06a3
TT
60022009-03-20 Tom Tromey <tromey@redhat.com>
6003
6004 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6005 set target-wide-charset.
6006 (Requirements): Mention iconv.
6007
b646ddd4
HZ
60082009-03-17 Hui Zhu <teawater@gmail.com>
6009
6010 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6011
91440f57
HZ
60122009-03-17 Hui Zhu <teawater@gmail.com>
6013
6014 * gdb.texinfo: Add documentation for disassemble-next-line.
6015
8fd41227
TJB
60162009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6017
6018 * gdb.texinfo (Commands In Python): Remove tindex entries.
6019
61ff14c6
JK
60202009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6021
6022 * gdb.texinfo (Returning): New description for missing debug info.
6023
0b16c5cf
PA
60242009-03-14 Pedro Alves <pedro@codesourcery.com>
6025
6026 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6027 (General Query Packets): Document qAttached.
0b16c5cf 6028
32fc0df9
PA
60292009-03-05 Pedro Alves <pedro@codesourcery.com>
6030
6031 * gdb.texinfo (Background Execution): Better describe the set
6032 target-async command.
6033 (Maintenance Commands): Delete description of the `maint set/show
6034 linux-async' and `maint set/show remote-async' commands.
6035
134eb42c
VP
60362009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6037
6038 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6039 between sentences.
6040
c86cf029
VP
60412009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6042
6043 * gdb.texinfo (GDB/MI Async Records): Document the
6044 =library-loaded and =library-unloaded notifications.
6045
3ea85240
VP
60462009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6047
6048 * observer.texi (test_notification): New observer.
6049
1d33d6ba
VP
60502009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6051
61ff14c6
JK
6052 * observer.texi: Add parameter 'print_frame' to normal_stop
6053 observer.
1d33d6ba 6054
d721c933
EZ
60552009-02-07 Eli Zaretskii <eliz@gnu.org>
6056
6057 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6058 (Commands In Python): Fix COMMAND_* constants in last change. Use
6059 @kbd for interactive input. Add cross-references and index
6060 entries.
6061
4aa995e1
PA
60622009-02-06 Pedro Alves <pedro@codesourcery.com>
6063
6064 * gdb.texinfo (Signals): Document $_siginfo.
6065 (Convenience Variables): Mention $_siginfo.
6066 (Remote Configuration): Document qXfer:siginfo:read,
6067 qXfer:siginfo:write packets, and the read-siginfo-object,
6068 write-siginfo-object commands.
6069
5f5233d4
PA
60702009-02-06 Pedro Alves <pedro@codesourcery.com>
6071
6072 * gdbint.texinfo (Values): New chapter.
6073
d8906c6f
TJB
60742009-02-06 Tom Tromey <tromey@redhat.com>
6075
6076 * gdb.texinfo (Python API): Add entry for Commands In Python.
6077 (Commands In Python): New node.
6078
b6cb8e7d
TJB
60792009-02-05 Tom Tromey <tromey@redhat.com>
6080
6081 * gdb.texinfo (Values From Inferior): Document Value.string.
6082
12453b93
TJB
60832009-02-05 Tom Tromey <tromey@redhat.com>
6084
6085 * gdb.texinfo (Basic Python): Document execute's from_tty
6086 argument.
6087
08c637de
TJB
60882009-02-04 Tom Tromey <tromey@redhat.com>
6089
6090 * gdb.texinfo (Basic Python): Document gdb.history.
6091
592375cd
VP
60922009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6093
6094 * gdb.texinfo (GDB/MI Thread Commands): Document the
6095 'current-thread-id' field. Remove the example with zero threads,
6096 since current GDB won't ever report that if there's inferior.
6097
41447f92
VP
60982009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6099
6100 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6101 option to -break-insert.
6102
098b41a6
JG
61032009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6104 Jerome Guitton <guitton@adacore.com>
6105
6106 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6107 (System-wide configuration): New section.
6108
3c16cced
PA
61092009-01-26 Pedro Alves <pedro@codesourcery.com>
6110
6111 PR gdb/7580:
6112 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6113 internal-error|internal-warning quit|corefile ask|yes|no".
6114
62709adf
PA
61152009-01-26 Pedro Alves <pedro@codesourcery.com>
6116
6117 * gdb.texinfo (Using the `gdbserver' Program): Document
6118 --remote-debug.
6119
7ce58dd2
DE
61202009-01-23 Doug Evans <dje@google.com>
6121
6122 * gdb.texinfo: Add nexti to list of commands that support
6123 background execution.
6124
adb483fe
DJ
61252009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6126
6127 * gdb.texinfo (Define, Hooks): Document prefix command support.
6128
a67ec3f4 61292009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6130 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6131
6132 Fixes for makeinfo --html.
6133
6134 * annotate.texinfo: Use @copying and @insertcopying. Use
6135 @ifnottex in place of @ifinfo.
6136 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6137 place of @ifinfo. Use @ifnotinfo for one index entry.
6138 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6139 in place of @ifinfo.
6140 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6141 in place of @ifinfo. Include contents at start unconditionally.
6142
84fcdf95
PA
61432009-01-13 Pedro Alves <pedro@codesourcery.com>
6144
6145 * gdb.texinfo (General Query Packets): Remove @var{} around the
6146 "spu" literal string.
6147
fa3a767f
PA
61482009-01-07 Pedro Alves <pedro@codesourcery.com>
6149
6150 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6151 program may be running in another process" errors.
6152 * gdbint.texinfo (Native Conditionals): Delete
6153 ONE_PROCESS_WRITETEXT description.
6154
9cb011d3
JB
61552009-01-07 Joel Brobecker <brobecker@adacore.com>
6156
6157 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6158 emacs local variable to be placed at the end of the ChangeLog.
6159 Add server.c and gdbreplay.c to the list of files where the
6160 copyright year needs to be updated.
6161
84603566
SL
61622009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6163
6164 * gdb.texinfo (Remote Configuration): Document new
6165 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6166 commands.
6167
a53f55d8
PA
61682008-12-28 Pedro Alves <pedro@codesourcery.com>
6169
6170 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6171 FETCH_INFERIOR_REGISTERS.
6172 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6173 FETCH_INFERIOR_REGISTERS descriptions. Remove
6174 gdbarch_get_longjmp_target descrition, since already described in
6175 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6176 (Target Conditionals): ... here.
6177
077e0a52
JB
61782008-12-16 Joel Brobecker <brobecker@adacore.com>
6179
6180 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6181 examples.
6182 (Additions to Ada): Likewise. Add the missing opening and closing
6183 parenthesis of the GDB prompt in one of the examples.
6184
023eb17c
JB
61852008-12-14 Joel Brobecker <brobecker@adacore.com>
6186
6187 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6188 about the result of 'Address not being of type System.Address.
6189 This problem has been fixed a while ago.
6190
c3b108f7
VP
61912008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6192
6193 MI non-stop and multiprocess docs.
6194
c8d5aac9
L
6195 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6196 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6197 Adjust documentation for *stopped, document =thread-created,
6198 =thread-exited, =thread-group-created and =thread-group-exited.
6199 (GDB/MI Thread Commands): Document the 'state' field in
6200 -thread-info output.
6201 (GDB/MI Program Execution): Mention --all and --thread-group
6202 options.
6203 (GDB/MI Variable Objects): Describe floating and fixed variable
6204 objects.
6205 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6206
07e059b5
VP
62072008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6208
c8d5aac9
L
6209 * gdb.texinfo (Operating System Information): New appendix.
6210 (Operating System Auxiliary Information): Document 'info os processes'
6211 (Remote Configuration): Document 'osdata'
6212 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6213
a80b95ba
TG
62142008-11-27 Tristan Gingold <gingold@adacore.com>
6215
6216 * gdb.texinfo (Darwin): Document Darwin specific features.
6217
a655d424
JK
62182008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6219
6220 * gdbint.texinfo (Target Conditionals): Extend the
6221 gdbarch_breakpoint_from_pc description.
6222
249e1128
VP
62232008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6224
6225 * gdb.texinfo (M68K Features): Fix typo.
6226
c14c28ba
PP
62272008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6228
6229 * gdb.texinfo (Symbols): Mention printing containing
6230 image name in "info symbol".
6231 (Maint translate-address): Likewise.
889bf7c5 6232
394a6666
JB
62332008-11-18 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6236 commands "catch load" and "catch unload".
6237
66bb093b
VP
62382008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6241 =thread-selected.
889bf7c5 6242
4a92f99b
VP
62432008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6244
c8d5aac9 6245 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6246
f0323ca0
PA
62472008-10-27 Pedro Alves <pedro@codesourcery.com>
6248
6249 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6250 .mt files, TM_CLIBS or TM_CDEPS.
6251 (x86 Watchpoints): Don't mention TDEPFILES.
6252
8b23ecc4
SL
62532008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6254
6255 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6256 (Overview): Mention notifications and non-stop mode behavior.
6257 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6258 with non-stop mode behavior. Add vStopped description.
6259 (Stop Reply Packets): Update list of packets that return
6260 stop replies. Mention non-stop behavior.
6261 (General Query Packets): Document QNonStop packet and associated
6262 qSupported query response.
6263 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6264 behavior.
6265 (Notification Packets): New section.
6266 (Remote Non-Stop): New section.
6267 (File-I/O Overview): Mention non-stop behavior.
6268
fff08868
HZ
62692008-10-24 Hui Zhu <teawater@gmail.com>
6270 Pedro Alves <pedro@codesourcery.com>
6271
6272 * gdb.texinfo (displaced-stepping): Describe the auto mode
6273 setting, and say it's the default. This is now a mainstream
6274 setting instead of a maintenance setting.
6275
252fbfc8
PA
62762008-10-23 Pedro Alves <pedro@codesourcery.com>
6277
6278 * observer.texi (thread_stop_requested): New.
6279
20924a55
JB
62802008-10-22 Joel Brobecker <brobecker@adacore.com>
6281
6282 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6283 (Patching): Replace incorrect usage of @samp by @kbd.
6284
bacec72f
MS
62852008-10-17 Michael Snyder <msnyder@vmware.com>
6286
6287 * gdb.texinfo: Add documentation for reverse execution.
6288
a08702d6 62892008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6290 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6291
6292 * gdb.texinfo. (Values From Inferior): New subsubsection.
6293
d97bc12b
DE
62942008-10-06 Doug Evans <dje@google.com>
6295
6296 * gdb.texinfo (set debug dwarf2-die): Document it.
6297
87f67dba
JB
62982008-10-01 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.texinfo (catch) [exception]: Document how to insert
6301 a breakpoint on user-defined exceptions when the exception
6302 name is identical to one of the language-defined ones.
6303
2fae03e8
TT
63042008-09-27 Tom Tromey <tromey@redhat.com>
6305
6306 * gdb.texinfo (Macros): Remove text about stringification,
6307 varargs, and splicing.
6308
5c6ce71d
TT
63092008-09-27 Tom Tromey <tromey@redhat.com>
6310
6311 * gdbint.texinfo (Language Support): Remove text about omitting
6312 support for a language.
6313
07128da0
DE
63142008-09-23 Doug Evans <dje@google.com>
6315
6316 * gdb.texinfo (info dcache): Update.
6317
b90a069a
SL
63182008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6319
6320 * gdb.texinfo (Packets): Add info on thread-id syntax and
6321 multiprocess extensions.
6322 <D>: Document multiprocess form of packet.
6323 <H>: Use thread-id syntax.
6324 <T>: Likewise.
6325 <vCont>: Likewise. Note this is required for multiprocess.
6326 <vKill>: New packet.
6327 (Stop Reply Packets) <T>: Use thread-id syntax.
6328 <W>: Document multiprocess form of reply.
6329 <X>: Likewise.
6330 (General Query Packets) <qC>: Use thread-id syntax.
6331 <qfThreadInfo>: Likewise.
6332 <qGetTLSAddr>: Likewise.
6333 <qP>: Likewise.
6334 <qSupported>: Add "multiprocess" feature.
6335 <qThreadExtraInfo>: Use thread-id syntax.
6336
b77209e0
PA
63372008-09-22 Stan Shebs <stan@codesourcery.com>
6338
6339 * gdb.texinfo (Inferiors): New section.
6340
3d0bb823
PA
63412008-09-12 Pedro Alves <pedro@codesourcery.com>
6342
6343 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6344
f8dcfc0a
UW
63452008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6346
6347 * gdbint.texinfo (Target Conditionals): Remove documentation
6348 for gdbarch_name_of_malloc.
6349
8775bb90
MS
63502008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6351
6352 * gdb.texinfo (Interrupts): Mention TCP interface for
6353 sending BREAK.
6354
f1838a98
UW
63552008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6356
6357 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6358 argument prefix to "set sysroot".
6359
158c7665
PH
63602008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6361
6362 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6363 and False.
6364
30e026bb
VP
63652008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6366
c8d5aac9
L
6367 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6368 for possible features of -list-features.
30e026bb 6369
c6ebd6cf
VP
63702008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6371
c8d5aac9 6372 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6373 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6374
aeac0ff9
VP
63752008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6376
6377 * doc/gdb.texinfo (PowerPC): Fix typo.
6378 (PowerPC features): Fix typo.
6379
5231c1fd
PA
63802008-08-18 Pedro Alves <pedro@codesourcery.com>
6381
6382 * observer.texi (thread_ptid_changed): New.
6383
677c5bb1
LM
63842008-08-18 Luis Machado <luisgpm@br.ibm.com>
6385
6386 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6387 (PowerPC features): Mention feature set for VSX registers.
6388
f3a2dd1a
JB
63892008-08-13 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6392 the direct visibility of all names in user-written packages.
6393
33e5cbd6
PA
63942008-08-13 Pedro Alves <pedro@codesourcery.com>
6395
6396 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6397 setting, and make it the default.
6398 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6399 non-stop script example.
6400
d0384fc4
TJB
64012008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6402
6403 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6404 reference to the "Using Different Register and Memory Data
6405 Representation" section.
6406
a6f3e723
SL
64072008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6408
6409 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6410 (Remote Protocol): Add Packet Acknowledgment to menu.
6411 (Overview): Mention +/- can be disabled, and point to new section
6412 where this is discussed in detail.
6413 (General Query Packets): Document QStartNoAckMode packet, and
6414 corresponding qSupported reply.
6415 (Packet Acknowledgment): New section.
6416
0606b73b
SL
64172008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6418 Pedro Alves <pedro@codesourcery.com>
6419
6420 * gdb.texinfo (Threads): Move paragraph about automatic thread
6421 selection to All-Stop Mode subsection.
6422 (Thread Stops): Reorganize existing material into subsections.
6423 Add introductory blurb and menu.
6424 (Non-Stop Mode): New subsection.
6425 (Background Execution): New subsection.
6426 (Maintenance Commands): Add cross-references from async mode
6427 commands to the new Background Execution section.
6428
d57a3c85
TJB
64292008-08-06 Tom Tromey <tromey@redhat.com>
6430
6431 * gdb.texinfo (Extending GDB): New chapter.
6432 (Sequences): Demoted chapter, now a section under the new
6433 Extending GDB chapter.
6434 (Python): New section.
6435
6d76a53d
SS
64362008-07-31 Stan Shebs <stan@codesourcery.com>
6437
6438 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6439
1f70da6a
SS
64402008-07-29 Stan Shebs <stan@codesourcery.com>
6441
6442 * gdbint.texinfo: General round of cleanup and minor
6443 clarifications.
6444 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6445 (Longjmp Support): Update description to reflect how it is done
6446 for targets without using native header.
6447 (Symbol Handling): Add a little more general explanation.
6448 (COFF, ELF): Mention stabs encapsulation.
6449 (DWARF 3): New section.
6450 (Adding a New Host): Scrub out some obsolete bits.
6451 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6452 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6453 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6454 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6455 SEEK_SET, STOP_SIGNAL, USG.
6456 (Raw and Virtual Register Representations): Ditto for
6457 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6458 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6459 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6460 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6461 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6462 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6463 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6464 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6465 DEPRECATED_USE_STRUCT_CONVENTION.
6466 Describe gdbarch_deprecated_fp_regnum.
6467 Update description of gdbarch_print_insn.
6468 (Adding a New Target): Scrub out obsolete bits.
6469 (Obsolete Conditionals): Remove entire section.
6470
383f836e
TT
64712008-07-25 Tom Tromey <tromey@redhat.com>
6472
6473 * observer.texi (GDB Observers): Document new observers:
6474 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6475 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6476 architecture_changed.
6477
cfd8ab24
SS
64782008-07-21 Stan Shebs <stan@codesourcery.com>
6479
6480 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6481 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6482
781b42b0
TT
64832008-07-21 Tom Tromey <tromey@redhat.com>
6484
6485 * observer.texi (GDB Observers): Remove obsolete comment.
6486 <executable_changed>: Remove argument.
6487
d7d9f01e
TT
64882008-07-18 Tom Tromey <tromey@redhat.com>
6489
6490 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6491
bf250677
DE
64922008-07-10 Doug Evans <dje@google.com>
6493
6494 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6495
10568435
JK
64962008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 * gdb.texinfo (Starting): Document "set disable-randomization".
6499
5ae4183a
AS
65002008-07-07 Andreas Schwab <schwab@suse.de>
6501
6502 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6503
b56e7235
VP
65042008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6505
6506 * gdb.texinfo (GDB/MI Target Manipulation): Add
6507 example of -target-attach.
6508
e1ac3328
VP
65092008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6510
6511 * observer.texi (target_resumed): New observer.
5ae4183a 6512 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6513
65d12d83
TT
65142008-06-06 Tom Tromey <tromey@redhat.com>
6515
6516 * gdb.texinfo (Completion): Add field name example.
6517
fbc5282e
MK
65182008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6519
6520 * gdb.texinfo (GDB/MI Program Context): Added example
6521 to -exec-arguments
5ae4183a 6522
fbc5282e 65232008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6524
6525 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6526 annotation.
6527
c16158bc 65282008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6529 Nathan Sidwell <nathan@codesourcery.com>
6530 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6531
6532 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6533 and ACX_BUGURL.
6534 * configure: Regenerate.
6535 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6536 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6537 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6538 mailing-list-specific text about bug reporting unless
6539 BUGURL_DEFAULT.
6540
75c99385
PA
65412008-06-05 Pedro Alves <pedro@codesourcery.com>
6542
6543 * gdb.texinfo (-target-select): Remove reference to target async.
6544 (Maintenance Commands): Document "maint set/show remote-async".
6545
1763a388
MK
65462008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6547
6548 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6549 in -target-file-get section.
5ae4183a 6550
d0d064df
PA
65512008-05-22 Pedro Alves <pedro@codesourcery.com>
6552
9b562ab8
PA
6553 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6554 killing the inferior when it is already debugging a process.
d0d064df 6555
8dfa32fc
JB
65562008-05-21 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6559 abbreviation for "finish".
6560
55f996a7
NR
65612008-05-21 Nick Roberts <nickrob@snap.net.nz>
6562
6563 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6564
ba2b1c56
DJ
65652008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gdbint.texinfo (Target Conditionals): Delete entry for
6568 gdbarch_dwarf_reg_to_regnum.
6569
08388c79
DE
65702008-05-09 Doug Evans <dje@google.com>
6571
a3c83fae 6572 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6573
d14508fe
DE
65742008-05-05 Doug Evans <dje@google.com>
6575
6576 * gdb.texinfo (disassemble): Document /m modifier.
6577
e2b7ddea
VP
65782008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6579
5ae4183a
AS
6580 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6581 will not report the time of commands that run the target.
e2b7ddea 6582
8eb41542
VP
65832008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6584
6585 * gdb.texinfo (GDB/MI Output Records): Add
6586 missing semicolon.
6587
82f68b1c
VP
65882008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6589
6590 * gdb.texinfo (GDB/MI Output Records):
6591 Document =thread-create and =thread-exited.
6592
fa0f268d
VP
65932008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6594
6595 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6596 Remove mention of dmi-discuss.
fa0f268d 6597
063bfe2e
VP
65982008-05-03 Pedro Alves <pedro@codesourcery.com>
6599
6600 * observer.texi (thread_exit): New.
6601
237fc4c9
PA
66022008-05-02 Pedro Alves <pedro@codesourcery.com>
6603
6604 * gdb.texinfo (Debugging Output): Document "set/show debug
6605 displaced".
6606 (Maintenance Commands): Document "maint set/show
6607 can-use-displaced-stepping".
6608
0428b8f5
DJ
66092008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6610
6611 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6612 and set/show arm force-mode.
6613
5009afc5
AS
66142008-05-02 Andreas Schwab <schwab@suse.de>
6615
6616 * gdbint.texinfo (Algorithms): Describe
6617 target_watchpoint_addr_within_range.
6618
669fac23
DJ
66192008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6620
6621 * gdbint.texinfo (Stack Frames): New chapter.
6622 (Algorithms): Move Frames text to the new chapter.
6623 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6624 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6625
721c02de
VP
66262008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6627
5ae4183a
AS
6628 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6629 output does not necessary include any tokens.
721c02de 6630
c055b101
CV
66312008-04-22 Corinna Vinschen <vinschen@redhat.com>
6632
6633 * gdb.texinfo (Set SH Calling convention): New @item.
6634 (Show SH Calling convention): Ditto.
6635
68837c9d
MD
66362008-04-22 Markus Deuling <deuling@de.ibm.com>
6637
6638 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6639
2e9132cc
EZ
66402008-04-20 Eli Zaretskii <eliz@gnu.org>
6641
6642 * gdb.texinfo (Set Breaks): Mention that multiple location
6643 breakpoints need line number info. Add index entries.
6644
31fffb02
CS
66452008-04-19 Craig Silverstein <csilvers@google.com>
6646
6647 * gdb.texinfo (Requirements): Add an optional requirement on
6648 zlib.
6649 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6650 Compressed DWARF 2.
6651
a47ec5fe
AR
66522008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6653
6654 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6655 sample output for 'stopped,reason="breakpoint-hit"' message.
6656 (GDB/MI Program Execution): Likewise.
6657
de051565
MK
66582008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6659
5ae4183a 6660 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6661 -var-set-format. Add -f option to -var-evaluate-expression.
6662
6ba66d6a
JB
66632008-04-03 Joel Brobecker <brobecker@adacore.com>
6664
6665 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6666 new node "Ambiguous Expressions". Replace references to this
6667 node by references to "Ambiguous Expressions" throughout.
6668 (Ambiguous Expressions): New node.
6669
1e26b4f8
DJ
66702008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6671
6672 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6673
b84876c2
PA
66742008-03-21 Pedro Alves <pedro@codesourcery.com>
6675
6676 * gdb.texinfo (Debugging Output): Document
6677 "set/show debug lin-lwp-async".
6678 (Maintenance Commands): Document "maint set/show linux-async".
6679
63092375
DJ
66802008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6681
6682 * gdb.texinfo (Expressions): Update description of malloced arrays.
6683
8e8901c5
VP
66842008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6685
6686 * gdb.texinfo (Thread Commands): Document
6687 -thread-info. Remove -thread-list-all-threads.
6688
1fddbabb
PA
66892008-03-14 Pedro Alves <pedro@codesourcery.com>
6690 Sandra Loosemore <sandra@codesourcery.com>
6691
6692 * gdb.texinfo (Library List Format): Update to mention the
6693 possibility to pass section addresses instead of segment
6694 addresses.
6695
ccd213ac
DJ
66962008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 * gdb.texinfo (Starting): Document "set exec-wrapper".
6699 (Server): Document gdbserver --wrapper.
6700
fa4727a6
DJ
67012008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6704 unreadable memory. Delete obsolete SPARClite reference.
6705
8edfe269
DJ
67062008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6707
6708 * gdb.texinfo (Starting): Mention always-running targets.
6709 (Target Commands): Add an anchor for load.
6710 (Connecting): Explain continue instead of run.
6711
1843f87b
DJ
67122008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6713
6714 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6715
f9082629
NR
67162008-02-26 Nick Roberts <nickrob@snap.net.nz>
6717
6718 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6719 breakpoint table.
6720
fd96d250
PA
67212008-02-19 Pedro Alves <pedro@codesourcery.com>
6722
6723 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6724 killing the inferior when it is already debugging a process.
6725
36af4ef6
MD
67262008-02-13 Markus Deuling <deuling@de.ibm.com>
6727
6728 * gdbint.texinfo (Build Script): New section. Mention new build script
6729 gdb_buildall.sh.
6730
cda4ce5a
JB
67312008-02-01 Jim Blandy <jimb@red-bean.com>
6732
6733 * gdb.texinfo (Help): Summarize 'info args' correctly.
6734
4acd40f3
TJB
67352008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6736
6737 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6738 available in PowerPC architecture.
6739 (Embedded Processors): Change node name of PowerPC item in menu.
6740 (PowerPC): Rename to...
6741 (PowerPC Embedded): this.
6742 (Architectures): Add new PowerPC item in menu.
6743 (PowerPC): New node.
6744
6e6c6f50
DJ
67452008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6748 commands.
6749
5ee187d7
DJ
67502008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6751
6752 * gdb.texinfo (Setting Catchpoints): Mention features
6753 supported on GNU/Linux.
6754
e275c0d9
NR
67552008-01-30 Nick Roberts <nickrob@snap.net.nz>
6756
6757 * gdb.texinfo (GDB/MI File Commands): Describe new output
6758 field for MI command -file-list-exec-source-file.
6759
2d717e4f
DJ
67602008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6761
6762 * gdb.texinfo (Using the `gdbserver' Program): Add security
6763 warning. Rearrange into subsections and subsubsections. Document
6764 --multi and --debug. Correct --with-sysroot typo. Update --attach
6765 usage. Make load reference clearer. Document monitor exit.
6766 (Remote Configuration): Document set remote exec-file, attach-packet,
6767 and run-packet.
6768 (Packets): Document vAttach and vRun.
6769
d35a4257 67702008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6771
6772 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6773 detach-on-follow -> detach-on-fork.
f663676d 6774
c78d192c
DJ
67752008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6776
6777 * gdbint.texinfo (Native Conditionals): Remove
6778 SHELL_COMMAND_CONCAT and SHELL_FILE.
6779
d35a4257
EZ
67802008-01-26 Eli Zaretskii <eliz@gnu.org>
6781
6782 * gdb.texinfo (Specify Location): Improve wording.
6783
93815fbf
VP
67842008-01-23 Chris Demetriou <cgd@google.com>
6785
6786 * gdb.texinfo (Threads): Document new "set print thread-events"
6787 and "show print thread-events" commands.
6788
2a25a5ba
EZ
67892008-01-19 Eli Zaretskii <eliz@gnu.org>
6790
6791 * gdb.texinfo (Specify Location): New section.
6792 (Delete Breaks, Edit, Set Breaks): Remove description of
6793 locations. Instead, add a reference to "Specify Location".
6794 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6795 (Symbols): Refer to "Specify Location" for the valid forms of
6796 linespecs and locations.
6797
32c9a795
MD
67982008-01-18 Markus Deuling <deuling@de.ibm.com>
6799
6800 * gdbint.texinfo (Target Conditionals): Replace the description of
6801 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6802
b17828ca
JB
68032008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6804
6805 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6806 about &&var, which is rejected by the expression parser.
6807
0aea4bf3
LM
68082008-01-09 Luis Machado <luisgpm@br.ibm.com>
6809
6810 * gdb.texinfo (Output): Update documentation on using printf with DFP
6811 types.
6812
febe4383
TJB
68132008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6814
6815 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6816 subsubsection.
6817 (Decimal Floating Point format): New subsubsection.
6818
7a404eba
PA
68192008-01-05 Pedro Alves <pedro@codesourcery.com>
6820
6821 * gdb.texinfo (File Options): Remove mention of the attempt to
6822 open a core file with the -p option. Don't list -c as a valid
6823 option to attach to a process.
6824
a4d9b460
PA
68252008-01-05 Pedro Alves <pedro@codesourcery.com>
6826
6827 * gdbint.texinfo (Host Conditionals): Remove mention of
6828 ALIGN_STACK_ON_ENTRY.
6829
6ec2edbe
JB
68302008-01-05 Joel Brobecker <brobecker@adacore.com>
6831
6832 * gdbint.texinfo (Start of New Year Procedure): Add item
6833 describing how to update the source and documentation copyright
6834 notices.
6835
d8b2a693
JB
68362007-12-18 Jim Blandy <jimb@codesourcery.com>
6837
ab209b3a 6838 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6839 watchpoint explanation into the main description of the watchpoint
6840 command; update synopses of 'watch', 'rwatch', and 'awatch'
6841 commands.
6842
8b4ed427
VP
68432007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6844
6845 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6846 Document 'pending-breakpoints' feature of
6847 -list-features.
6848
37e4754d
LM
68492007-12-17 Luis Machado <luisgpm@br.ibm.com>
6850
669fac23 6851 * gdb.texinfo: Add new parameter's description.
37e4754d 6852
1d3811f6
DJ
68532007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6854
6855 * gdb.texinfo (Overview): Clarify run-length encoding
6856 example. Remove the restriction on "+" and "-" characters.
6857
c1c25a1a
EZ
68582007-12-15 Eli Zaretskii <eliz@gnu.org>
6859
6860 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6861
afe8ab22 68622007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6863
afe8ab22
VP
6864 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6865 the -f option for -break-insert, remove -r option,
6866 and clarify specification of location.
6867
a6b151f1
DJ
68682007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6869
6870 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6871 formatting.
6872 (Remote Debugging): Add File Transfer section.
6873 (Remote Configuration): Document Host I/O packets.
6874 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6875 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6876 (Packets): Add vFile.
6877
3b784c4f
EZ
68782007-11-17 Eli Zaretskii <eliz@gnu.org>
6879
6880 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6881 breakpoints with multiple locations.
6882 (Breakpoint Menus): Improve wording.
6883 (Output): Fix last change.
6884
a4ce5b0d
UW
68852007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6886
6887 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6888
1b39d5c0
DE
68892007-11-15 Doug Evans <dje@google.com>
6890
6891 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6892
7a72d44c
VP
68932007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6894
6895 * gdbint.texinfo (Native Conditionals): Remove
6896 mention of CLEAR_SOLIB.
5ae4183a 6897
6d1829bf 68982007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6899
6900 * gdb.texinfo (Print Settings): Add documentation for "set/show
6901 print frame-arguments".
6902
1a619819
LM
69032007-11-05 Luis Machado <luisgpm@br.ibm.com>
6904
3b784c4f 6905 * gdb.texinfo (Output): Update printf command's description.
1a619819 6906
55eddb0f
DJ
69072007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6910 powerpc soft-float".
6911
9cceb671
DJ
69122007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6913
6914 * gdb.texinfo (Files): Correct formatting. Mention Expat
6915 requirement.
6916 (Requirements for Building GDB): Expand the list of Expat
6917 uses.
6918 (Library List Format, Memory Map Format): Mention Expat.
6919 (Target Descriptions): Update Expat wording.
6920
83acabca
DJ
69212007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6922
6923 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6924 Document that gdbarch_convert_register_p should return zero for no-op
6925 conversions.
6926
e35879db
UW
69272007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6928
83acabca 6929 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6930 of set_gdbarch_sofun_address_maybe_missing back to ...
6931 (Target Conditionals): ... here to fix build break.
6932
203c3895
UW
69332007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6934
83acabca 6935 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6936 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6937 (Compiler Characteristics): ... documentation of
6938 set_gdbarch_sofun_address_maybe_missing.
6939
11411de3
DJ
69402007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6941
6942 * gdbint.texinfo (Target Conditionals): Use
6943 frame_unwind_register_unsigned in examples instead of
6944 frame_unwind_unsigned_register.
6945
7cc46491
DJ
69462007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6947
6948 * gdb.texinfo (Predefined Target Types): Add int128
6949 and uint128.
6950 (Standard Target Features): Add PowerPC features.
6951
81adfced
DJ
69522007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6953
6954 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6955
c1874924
UW
69562007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6957
6958 * gdbint.texi (Target Conditionals): Remove documentation
6959 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6960 gdbarch_extract_return_value, and gdbarch_store_return_value.
6961
f6e56ab3
UW
69622007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6963
6964 * gdbint.texi (Target Conditionals): Remove documentation of
6965 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6966
56cf5405
KH
69672007-10-11 Kazu Hirata <kazu@codesourcery.com>
6968
6969 * gdb.texinfo: Mention that inaccessible-by-default is on by
6970 default.
6971
35156bae
DJ
69722007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6973
6974 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6975
d983da9c
DJ
69762007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6977
6978 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6979 multi-threaded watchpoints.
6980 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6981 checked. Describe sticky notification. Expand description
6982 of steppable and continuable watchpoints.
6983 (Watchpoints and Threads): New subsection.
6984
fe6fbf8b
VP
69852007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6986
6987 * gdb.texinfo (Setting Breakpoints): Revise
6988 documentation for pending breakpoints. Document
6989 breakpoints with multiple locations.
5ae4183a 6990
084344da
VP
69912007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6992
6993 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6994 Document -list-features.
5ae4183a 6995
82160952
EZ
69962007-09-15 Eli Zaretskii <eliz@gnu.org>
6997
6998 * gdb.texinfo (Output): Spell out which features of C's printf are
6999 not supported by GDB's printf.
7e27a47a
EZ
7000 (Separate Debug Files): More accurate wording regarding build ID
7001 and a reference to the ld manual rather than the Fedora wiki.
82160952 7002
ea37ba09
DJ
70032007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7004 Jim Blandy <jimb@codesourcery.com>
7005
7006 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7007 (Examining Memory): Update mentions of the 's' format.
7008 (Automatic Display): Likewise.
7009
b8533aec
DJ
70102007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * gdb.texinfo: Update the FSF's Back-Cover Text.
7013
83f83d7f
JK
70142007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7015 Eli Zaretskii <eliz@gnu.org>
7016
7017 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7018 Fixed the ``build ID'' name. New binaries build instructions for the
7019 build ID inclusion. Explain how the commands are specific to the build
7020 ID vs. debug link.
7021
c7e83d54
EZ
70222007-09-01 Eli Zaretskii <eliz@gnu.org>
7023
7024 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7025 indexing for ``build ID'' support.
7026
d3750b24
JK
70272007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7028
7029 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7030 Enlisted BUILD ID to the debug file searching example.
7031 Included a BUILD ID `.note.gnu.build-id' section description.
7032 Updated/added the debug files splitting instructions for OBJCOPY.
7033
02142340
VP
70342007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7035
7036 * gdb.texinfo (Variable Objects): Adjust docs
7037 for -var-info-expression and document
7038 -var-info-path-expression.
7039
d3bdde98
JB
70402007-08-20 Jim Blandy <jimb@codesourcery.com>
7041
3fb6a982
JB
7042 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7043 (title page): Include the dedication in the printed manual, as a
7044 separate page after the copyright notice.
5ae4183a 7045
d3bdde98
JB
7046 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7047 don't break a @var across a line.
7048
c80a96a8
MR
70492007-07-25 Maciej W. Rozycki <macro@mips.com>
7050
7051 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7052 for include files.
7053
5824a901
NR
70542007-07-12 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7057 in annotate.texinfo.
7058 (Command History): Link to new node.
5824a901 7059
d52e7ea3
UW
70602007-07-05 Markus Deuling <deuling@de.ibm.com>
7061
7062 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7063
5fc14d0a
EZ
70642007-07-05 Eli Zaretskii <eliz@gnu.org>
7065
7066 * gdbint.texinfo (Target Conditionals): Fix last change.
7067
4a9bb1df
UW
70682007-07-03 Markus Deuling <deuling@de.ibm.com>
7069
7070 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7071 routines:
7072 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7073 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7074 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7075 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7076 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7077 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7078 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7079 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7080 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7081 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7082 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7083 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7084 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7085 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7086 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7087 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7088 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7089 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7090 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7091 (SOFTWARE_SINGLE_STEP_P)
7092
7093 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7094 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7095
7096 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7097 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7098 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7099 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7100 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7101 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7102 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7103 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7104 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7105 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7106
7107 (Converting an existing Target Architecture to Multi-arch): Remove
7108 section.
7109
7110 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7111 (gdbarch_addr_bits_remove): Add code example.
7112
7113 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7114
cfa9d6d9
DJ
71152007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7116
7117 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7118 Add other missing entries. Adjust the table size to fit.
7119 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7120 stop reasons including the new "library" event.
7121 (General Query Packets): Adjust table widths for qSupported. Mention
7122 qXfer:libraries:read reply to qSupported and document the new packet.
7123 (Library List Format): New section.
7124
159fcc13
JK
71252007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7128
f66d1690
MS
71292007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7130
7131 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7132
67102876
NR
71332007-06-25 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * gdbint.texinfo (Register and Memory Data): Break sections
7136 into nodes and add a menu.
7137
a4642986
MR
71382007-06-21 Maciej W. Rozycki <macro@mips.com>
7139
7140 * gdb.texinfo (Examining Memory): Document the new behaviour.
7141
e9c17194
VP
71422007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7143
7144 * gdb.texinfo (Standard Target Features): Document
7145 m68k features.
7146
31d99776
DJ
71472007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7148
7149 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7150
1780a0ed
DJ
71512007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * gdb.texinfo (Target Description Format): Add version attribute
7154 for <target>.
7155
822b6570
DJ
71562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7157
7158 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7159
f8b73d13
DJ
71602007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7161
7162 * gdb.texinfo (MIPS Features): New subsection.
7163
0e7f50da
UW
71642007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7165 Markus Deuling <deuling@de.ibm.com>
7166
7167 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7168 and qXfer:spu:write packets and mention them under qSupported.
7169
23d964e7
UW
71702007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7171 Markus Deuling <deuling@de.ibm.com>
7172
7173 * gdb.texinfo (Architectures): Add new SPU section to document
7174 Cell Broadband Engine SPU architecture specific commands.
7175
9f708cb2
VP
71762007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7177
7178 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7179 comments.
7180
7579b5f8
NR
71812007-06-07 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7184
bf06d120
JB
71852007-05-29 Jim Blandy <jimb@codesourcery.com>
7186
7187 * gdb.texinfo (Overview): Doc fix.
7188
23776285
MR
71892007-05-22 Maciej W. Rozycki <macro@mips.com>
7190
7191 * gdb.texinfo (Remote Configuration): Document "set/show
7192 remoteflow".
7193
1a69e1e4
DJ
71942007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7195
bf06d120
JB
7196 * gdb.texinfo (MIPS): Remove documentation for set mips
7197 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7198 stack-arg-size.
1a69e1e4 7199
46ba6afa 72002007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7201
46ba6afa
BW
7202 * all-cfg.texi (GDBTUI): New.
7203 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7204 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7205 (TUI Configuration): Edit to improve clarity and fix problems of
7206 both style and content.
5ae4183a 7207
06d3b283
UW
72082007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7209
7210 * observer.texi (GDB Observers): New observer "new_objfile".
7211
179101d6
UW
72122007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7213
7214 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7215
25d5ea92
VP
72162007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7217
7218 * gdb.texinfo (GDB/MI Variable Objects): Document
7219 frozen variables objects.
5ae4183a 7220
ea35711c
DJ
72212007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7222
7223 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7224 (Character Sets, Caching Data of Remote Targets): Likewise.
7225 (Targets): Delete Remote node. Move its text...
7226 (Debugging Remote Programs): ...to here. Delete description
7227 of the "remote" command.
7228 (Remote configuration): Delete description of "set remotedevice"
7229 and "show remotedevice".
7230 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7231
db2e3e2e
BW
72322007-04-11 Bob Wilson <bob.wilson@acm.org>
7233
5ae4183a
AS
7234 * gdb.texinfo (Contributors, Continuing and Stepping)
7235 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7236 (General Query Packets, File-I/O Remote Protocol Extension)
7237 (Protocol Basics, The F Reply Packet, Write)
7238 (Protocol-specific Representation of Datatypes, Memory Transfer):
7239 Fix hyphenation, punctuation and grammar problems.
7240 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7241 'section' instead of 'subsection' in the text.
7242 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7243 (i386): Remove period from section name.
db2e3e2e
BW
7244 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7245 (Config Names, Configure Options): Use @file{configure}.
7246
8a3dae3e
DJ
72472007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7250 and tab expansion.
7251
1a92f856
DJ
72522007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7253
7254 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7255
79a6e687 72562007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7257
79a6e687
BW
7258 * gdb.texinfo: Consistently capitalize all significant words in
7259 node names, chapter titles, section titles, and headings. Update
7260 cross references to match.
7261 (Starting and Stopping Trace Experiment): Make node name plural.
7262 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7263
ad527d2e
PA
72642007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7265
7266 * gdb.texinfo (WinCE): Delete obsolete subsection.
7267
7ce59000
DJ
72682007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7269
7270 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7271 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7272 references.
7273
8807d78b
DJ
72742007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7275
7276 * gdb.texinfo (Startup): Delete references to some alternate
7277 names for .gdbinit.
7278 (Thread): Remove LynxOS reference.
7279 (Tandem ST2000): Delete target-specific documentation.
7280 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7281 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7282 and GDB_OSABI_LYNXOS.
7283
5f402660
UW
72842007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7287
bac718a6
UW
72882007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7289
7290 * gdbint.texinfo (Target Conditionals): Remove mention of
7291 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7292 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7293
9453113a
DJ
72942007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7295
7296 * Makefile.in: Add "pdfdir" installation
7297 directory, PDFTEX macro, support for "install-pdf" target,
7298 and rules for making a pdf version of refcard.texi.
7299 * refcard.tex: Specify paper size for PDF output.
7300
ae21e955 73012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7302
ae21e955 7303 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7304
3f94c067 73052007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7306
3f94c067
BW
7307 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7308 (Source Path, Character Sets, Macros, Define)
7309 (GDB/MI Result Records, GDB/MI Simple Examples)
7310 (GDB/MI Program Execution, GDB/MI File Commands)
7311 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7312 (Bug Reporting): Use @value{GCC}.
5ae4183a 7313
12c27660 73142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7315
12c27660
BW
7316 * gdb.texinfo (Help): Fix formatting of examples.
7317 (Variables): Use @ifnotinfo instead of @iftex.
7318 (Non-debug DLL symbols): Use @ref instead of @pxref.
7319 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7320
ce9341a1
BW
73212007-03-26 Bob Wilson <bob.wilson@acm.org>
7322
7323 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7324
c8f4133a
BW
73252007-03-26 Bob Wilson <bob.wilson@acm.org>
7326
7327 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7328 the order of the nodes.
7329 (C Operators, C Constants, Debugging C): Remove extra menus.
7330 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7331
c8f4133a 73322007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7333
7334 * gdb.texinfo (File Options): Add missing parenthesis.
7335 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7336
c74d0ad8
DJ
73372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7340
ff6f572f
DJ
73412007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7342
669fac23 7343 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7344 case insensitivity.
7345 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7346
994337c3
NR
73472007-02-18 Nick Roberts <nickrob@snap.net.nz>
7348
7349 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7350 (Files): Add section name to argument list for pxref.
7351 (Non-debug DLL symbols): Don't use `see' for pxref.
7352 (Embedded Processors): Fix typo.
7353 (GDB/MI Breakpoint Commands): Execution commands generate
7354 *stopped not ^done.
7355
eb819d70
NR
73562007-02-13 Nick Roberts <nickrob@snap.net.nz>
7357
7358 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7359 values for in_scope. Mention that only root variables can be
7360 updated.
7361 (GDB/MI Development and Front Ends): Explain new values may be
7362 added to existing fields.
7363
123dc839
DJ
73642007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7365
7366 * gdb.texinfo (-target-disconnect): Use @smallexample.
7367 (Requirements): Add anchor for Expat. Update description.
7368 (Target Descriptions): Mention Expat.
7369 (Target Description Format): Document new elements. Use
7370 @smallexample.
7371 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7372 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7373
108546a0
DJ
73742007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.texinfo (Target Description Format): Add section on XInclude.
7377
95a98c01
NR
73782006-02-03 Nick Roberts <nickrob@snap.net.nz>
7379
7380 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7381 command -enable-timings.
7382
f4b3909f
EZ
73832007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7384
5ae4183a 7385 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7386 descriptions for new/deleted elements in gdb_osabi. Add missing
7387 description for function generic_elf_osabi_sniff_abi_tag_sections.
7388
c7ba131e
JB
73892007-01-29 Joel Brobecker <brobecker@adacore.com>
7390
7391 * gdb.texinfo (Maintenance Commands): Add documentation for
7392 the new "maint print target-stack" command.
7393
3a60f64e
JK
73942007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7395 Eli Zaretskii <eliz@gnu.org>
7396
f4b3909f 7397 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7398
c582f8b6
EZ
73992007-01-26 Eli Zaretskii <eliz@gnu.org>
7400
7401 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7402 Use @value{NGCC} instead of @value{GCC}.
7403
d3e8051b
EZ
74042007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7405
7406 * agentexpr.texi: Fix typos.
7407 * annotate.texinfo: Likewise.
7408 * gdb.texinfo: Likewise.
7409 * gdbint.texinfo: Likewise.
7410 * observer.texi: Likewise.
7411 * stabs.texinfo: Likewise.
7412
86f04699
EZ
74132007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7414
7415 * gdbint.texinfo (Support Libraries): Remove mmalloc
7416 entry. Describe readline library.
7417
23181151
DJ
74182007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * gdb.texinfo (Target Descriptions): New section.
7421 (General Query Packets): Add QPassSignals anchor. Mention
7422 qXfer:features:read under qSupported. Expand mentions of
7423 qXfer:memory-map:read and QPassSignals. Document
7424 qXfer:features:read.
7425
f822c95b
DJ
74262007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7427
7428 * gdb.texinfo (Commands to specify files): Describe
7429 "set sysroot" and "show sysroot".
7430 (Using the `gdbserver' program): Lowercase argument
7431 to @var. Expand description of setting up GDB on the
7432 host.
7433
8936fcda
JB
74342007-01-05 Joel Brobecker <brobecker@adacore.com>
7435
7436 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7437 catch exception, catch exception unhandled, and catch assert
7438 commands.
7439
e776119f
DJ
74402007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7441
7442 * gdb.texinfo (Debugging Output): Document "set debug xml"
7443 and "show debug xml".
7444
aa79a185
DJ
74452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7446
7447 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7448
7f893741
JB
74492007-01-01 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7452
a1b5960f
VP
74532006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7454
7455 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7456 note in @ignore, to be removed later if nobody complains.
7457
9f470e6e
NR
74582006-12-04 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7461 of -var-delete.
7462
765dc015 74632006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7464
765dc015 7465 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7466 automatic software/hardware breakpoint usage and
7467 the "set breakpoint auto-hw" command.
765dc015 7468
4b5752d0
VP
74692006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7470
7471 * gdb.texinfo (Memory Access Checking): New.
7472
89be2091
DJ
74732006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7474
7475 * gdb.texinfo (Remote configuration): Mention
7476 "pass-signals-packet".
7477 (General Query Packets): Document QPassSignals. Fix
7478 a typo.
7479
ca3bf3bd
DJ
74802006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7481
7482 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7483
427c3a89
DJ
74842006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7485
7486 * gdb.texinfo (Remote configuration): Rewrite documentation for
7487 packet configuration commands.
7488 (OS Information): Adjust reference to qXfer:auxv:read.
7489 (General Query Packets): Remove references to read-aux-vector-packet
7490 and set remote get-thread-local-storage-address.
7491
7a107747
DJ
74922006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7493
7494 * gdbint.texinfo (Target Architecture Definition): Add new
7495 Initializing a New Architecture section.
7496
1c56eb0e
EZ
74972006-10-31 David Taylor <dtaylor@emc.com>
7498
7499 * stabs.texinfo (Macro define and undefine): New node describing
7500 stabs for #define and #undef.
7501
f73adfeb
AS
75022006-10-27 Andreas Schwab <schwab@suse.de>
7503
7504 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7505
fd60e0df
EZ
75062006-10-21 Eli Zaretskii <eliz@gnu.org>
7507
7508 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7509 clarify on the possible meanings of ``expression'' watched by
7510 watchpoints. Add indexing.
e5ac9b53
EZ
7511 (Prompting, Errors, Invalidation, Annotations for Running)
7512 (Source Annotations): Fix index entries by adding "annotation" to
7513 them, to discriminate from index entries that point to the more
7514 general topic descriptions.
fd60e0df 7515
52bb452f
DJ
75162006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7517
7518 * gdbint.texinfo (Target Vector Definition): Move most
7519 content into Existing Targets. Add a menu.
7520 (Existing Targets): New section, moved from Target Vector
7521 Definition. Use @subsection.
7522 (Managing Execution State): New section.
7523
58955e58
BW
75242006-10-16 Bob Wilson <bob.wilson@acm.org>
7525
7526 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7527
c8aa23ab
EZ
75282006-10-15 Eli Zaretskii <eliz@gnu.org>
7529
7530 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7531 (Command Syntax, Signals, Backtrace, Connecting)
7532 (Remote configuration, Renesas Boards, Console I/O): Fix last
7533 change: use Ctrl- instead of C-, except wrt Emacs.
7534 (File-I/O Examples): Put Ctrl-c in @kbd.
7535 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7536 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7537 (Signals, Set Breaks, Set Watchpoints): Document optional
7538 arguments to `info signals' `handle', `info breakpoints', and
7539 `info watchpoints'.
c8aa23ab 7540
e7109c7e
EZ
75412006-10-14 Eli Zaretskii <eliz@gnu.org>
7542
7543 * gdb.texinfo (Backtrace): Fix last change.
7544
de3aea7b
NR
75452006-10-14 Nick Roberts <nickrob@snap.net.nz>
7546
7547 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7548
7f9087cb
BW
75492006-10-10 Bob Wilson <bob.wilson@acm.org>
7550
c8aa23ab
EZ
7551 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7552 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7553 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7554
68437a39
DJ
75552006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7556 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.texinfo (Packets): Document vFlashErase,
7559 vFlashWrite and vFlashDone packets.
7560 (General Query Packets): Document qXfer:memory-map:read.
7561 Add a new feature for qXfer:memory-map:read.
7562 (Memory map format): New section.
7563 (Target Commands): Mention that gdb can write flash.
7564
fd79ecee
DJ
75652006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7566 Daniel Jacobowitz <dan@codesourcery.com>
7567
7568 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7569 memory regions and "mem auto".
7570
350da6ee
DJ
75712006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7572
7573 * gdbint.texinfo (Array Containers): New section.
7574
2f1acb09
VP
75752006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7576
7577 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7578 -stack-list-arguments HIGH_FRAME argument can be larger then the
7579 actual number of frames.
7580
2ab1eb7a
VP
75812006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7582
7583 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7584 -stack-list-locals HIGH_FRAME argument can be larger then the
7585 actual number of frames.
2ab1eb7a 7586
599b237a
BW
75872006-09-02 Bob Wilson <bob.wilson@acm.org>
7588
7589 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7590 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7591
25ab7e6d
EZ
75922006-09-02 Eli Zaretskii <eliz@gnu.org>
7593
7594 * gdbint.texinfo (Overall Structure): New section "Source Tree
7595 Structure".
7596
940178d3
JB
75972006-08-17 Jim Blandy <jimb@codesourcery.com>
7598
7599 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7600 responses.
7601
30daae6c
JB
76022006-08-08 Joel Brobecker <brobecker@adacore.com>
7603
7604 * gdb.texinfo (Source Path): Add documentation for new
7605 substitute-path commands.
7606
7fa2210b
DJ
76072006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7608
7609 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7610 (Running Configure): ...here.
7611 (Requirements): New node. Mention expat.
7612
3d00d119
DJ
76132006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7614
5ae4183a 7615 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7616 'set download-write-size' and 'show download-write-size'.
7617
0cbfa4ee
DJ
76182006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7619
7620 * stabs.texinfo (Member Type Descriptor): Correct example for
7621 pointer to member types.
7622
16026cd7
AS
76232006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7624
7625 * gdb.texinfo (Optional warnings and messages): Add
7626 'set/show trace-commands'.
7627 (Command files): Add '-v' to source command.
7628
0876f84a
DJ
76292006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7630
7631 * gdb.texinfo (OS Information): Update qPart reference to
7632 qXfer.
7633 (Remote configuration): Likewise.
7634 (Overview): Move @cindex to the start of a paragraph. Talk
7635 about binary data encoding.
7636 (Packets): Refer to the overview for the details of the X
7637 packet encoding.
7638 (General Query Packets): Remove qPart description. Add qXfer
7639 description. Add an anchor to qSupported. Correct feature
7640 table title. Add a new feature for qXfer:auxv:read.
7641 (Interrupts): Add a missing parenthesis.
7642
2ec3381a
DJ
76432006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7644
669fac23 7645 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7646 (GDB/MI Kod Commands): Remove commented out node.
7647
594fe323
EZ
76482006-07-01 Eli Zaretskii <eliz@gnu.org>
7649
7650 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7651 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7652 (GDB/MI Thread Commands, GDB/MI Program Execution)
7653 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7654 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7655 (GDB/MI File Commands, GDB/MI Target Manipulation)
7656 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7657 since the MI prompt is hard-wired into the code.
7658
7e3fb70c
NR
76592006-07-01 Nick Roberts <nickrob@snap.net.nz>
7660
7661 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7662 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7663 (GDB/MI Data Manipulation): Remove description of unimplemented
7664 display related commands as variable objects perform this function
7665 and are superior: -display-delete, -display-disable,
7666 -display-enable, -display-insert and -display-list. Move
7667 -environment-cd, -environment-directory, -environment-path
7668 and -environment-pwd to "Program Context".
7669 (GDB/MI Program Control): Rename to "Program Execution". Move
7670 -exec-arguments -exec-abort to...
7671 (GDB/MI Program Context): ...here. New node split from "Data
7672 Manipulation".
7673
be2a5f71
DJ
76742006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7675
7676 * gdb.texinfo (Remote configuration): Document set / show
7677 remote supported-packets.
7678 (General Query Packets): Document qSupported packet.
7679
fc320d37
SL
76802006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7681
7682 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7683 and font markup.
7684 (Protocol basics): Likewise.
7685 (The F request packet): Likewise.
7686 (The F reply packet): Likewise.
7687 (Memory transfer): Move this node to be a subsubsection of
7688 "Protocol specific representation of datatypes".
7689 (The Ctrl-C message): More copy editing.
7690 (Console I/O): Likewise.
7691 (The isatty call): Delete this node, and merge its content into
7692 the "isatty" node. Fixed references elsewhere.
7693 (The system call): Delete this node, and merge its content into
7694 the "system" node. Fixed references elsewhere.
7695 (open): Reformat to use @table, and add appropriate font markup.
7696 (close): Likewise.
7697 (read): Likewise.
7698 (write): Likewise.
7699 (lseek): Likewise.
7700 (rename): Likewise.
7701 (unlink): Likewise.
7702 (stat/fstat): Likewise.
7703 (gettimeofday): Likewise.
7704 (isatty): Likewise.
7705 (system): Likewise, plus minor changes to fix confusing wording.
7706 (Integral datatypes): Fix font markup.
7707 (Pointer values): Likewise.
7708 (struct stat): Fix markup to use @table, plus minor copy editing.
7709 (struct timeval): Fix font markup, plus minor copy editing.
7710 (Constants): Minor copy editing.
7711 (Errno values): Add font markup.
7712 (File-I/O Examples): Likewise.
7713
158fdf5c
NR
77142006-06-10 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7717 (GDB/MI Simple Examples): Move node up one level. Use real
7718 examples.
7719 (GDB/MI Compatibility with CLI): Update.
7720 (GDB/MI Result Records): Add "connected" and "exit" result
7721 classes.
7722 (GDB/MI Stream Records): Clarify target output.
7723 (GDB/MI Command Description Format): Modify example description.
7724 (GDB/MI Breakpoint Table Commands): Rename to...
7725 (GDB/MI Breakpoint Commands): ...this
7726 (GDB/MI Breakpoint Commands): Add optional thread field.
7727 (GDB/MI Program Control): Add an introduction. Move "Program
7728 termination" examples into exec-run description.
7729 (GDB/MI File Commands): Mention similar CLI commands.
7730 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7731 is similar to "-gdb-version".
7732
ddb50cd7
EZ
77332006-06-09 Eli Zaretskii <eliz@gnu.org>
7734
7735 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7736
2aef0d6b
NR
77372006-06-02 Nick Roberts <nickrob@snap.net.nz>
7738
7739 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7740 sourceware.org for mailing lists.
d5e40d59 7741 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7742
383a5c52
NR
77432006-06-01 Nick Roberts <nickrob@snap.net.nz>
7744
d5e40d59 7745 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7746
e16b02ee
EZ
77472006-05-22 Eli Zaretskii <eliz@gnu.org>
7748
7749 * gdb.texinfo (Cygwin Native): Fix last change.
7750
be90c084
CF
77512006-05-22 Christopher Faylor <cgf@timesys.com>
7752
7753 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7754
347ceba5
NR
77552006-05-15 Nick Roberts <nickrob@snap.net.nz>
7756
7757 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7758 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7759
369af7bd
DJ
77602006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7761
7762 * gdb.texinfo (General Query Packets): Recommend not starting
7763 new packets with qC and clarify.
7764
2ffdbde8 77652006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7766
7767 * gdb.texinfo (M2 Types): New section.
72019c9c 7768
16d1a084
DJ
77692006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7770
7771 * agentexpr.texi: Add a copyright and license notice.
7772 * observer.texi: Likewise, with GPL clause for function prototypes.
7773 Remove trailing whitespace.
7774
aa56d27a
JB
77752006-05-05 Jim Blandy <jimb@codesourcery.com>
7776
7777 * gdb.texinfo (General Query Packets): Document conventions for
7778 terminating packet names, and their violations.
7779
5bdf8622
DJ
77802006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7781
7782 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7783 * gdb.texinfo: Likewise.
7784
605a56cb
DJ
77852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7786
7787 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7788 and "show remotedebug".
7789 (Debugging Output): Add additional index entries.
7790
b8db102d
MS
77912006-04-27 Michael Snyder <msnyder@redhat.com>
7792
7793 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7794
c5e30d01
AC
77952006-04-22 Andrew Cagney <cagney@redhat.com>
7796
7797 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7798 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7799
8181d85f
DJ
78002006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7801
7802 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7803 and remove breakpoint prototypes.
7804 (Watchpoints): Move description of target_insert_hw_breakpoint and
7805 target_remove_hw_breakpoint ...
7806 (Breakpoints): ... to here. Document target_insert_breakpoint and
7807 target_remove_breakpoint.
7808
4f553f88
JB
78092006-04-17 Jim Blandy <jimb@codesourcery.com>
7810
7811 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7812 and C packets are optional.
7813
cd852561
FR
78142006-04-14 Frederic Riss <frederic.riss@st.com>
7815
7816 * gdb.texinfo (Specifying source directories): Update the description
7817 of the source file search to reflect the fact that the source path
7818 always contains at least $cdir and $cwd.
7819
b620eb07
MS
78202006-03-31 Michael Snyder <msnyder@redhat.com>
7821
7822 * gdb.texinfo: Update copyright dates.
7823
3156cdaf
EZ
78242006-03-31 Eli Zaretskii <eliz@gnu.org>
7825
7826 * gdb.texinfo (Overview): Add an index entry to "empty response".
7827
7d30c22d
JB
78282006-03-28 Jim Blandy <jimb@codesourcery.com>
7829
7830 * gdbint.texinfo (Prologue Analysis): New section.
7831
86941c27
JB
78322006-03-07 Jim Blandy <jimb@red-bean.com>
7833
66b8c7f6
JB
7834 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7835
1a10341b
JB
7836 * gdb.texinfo (Target Commands): Update text describing how to
7837 specify a target. Refer to the detailed section on remote
7838 debugging, not the brief mention.
7839
86941c27
JB
7840 * gdb.texinfo (Connecting): Organize the different 'target remote'
7841 connection methods into a table. Add a 'target remote' index
7842 entry. (!!!)
7843
62f3a2ba
FF
78442006-02-17 Fred Fish <fnf@specifix.com>
7845
7846 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7847 'ptype' commands to reflect the fact that the only significant
7848 difference between them is that ptype prints the complete type
7849 description instead of just the name.
7850
8b9a88ea
WZ
78512006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7852
7853 * gdbint.texinfo (Watchpoints): Delete
7854 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7855
7e8dc855
NR
78562006-02-10 Nick Roberts <nickrob@snap.net.nz>
7857
7858 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7859 times fields where needed. Fix typos. Update general form given
7860 for output of -break-insert.
7861 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7862
c91d38aa
DJ
78632006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7864
7865 * gdbint.texinfo (Symbol Handling): Add a section
7866 on memory management.
7867
38fcd64c
DJ
78682006-02-06 Vladimir Prus <ghost@cs.msu.su>
7869
7870 * gdb.texinfo (Breakpoint table commands): Document the fullname
7871 field in -break-list output.
7872
219eec71
EZ
78732006-02-03 Eli Zaretskii <eliz@gnu.org>
7874
7875 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7876 debugging information produced by the various "set debug..."
7877 options.
7878
ae5a43e0
DJ
78792006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7880
7881 * gdb.texinfo (Files): Remove obsolete bits from the description
7882 of "symbol-file".
7883
a9f158ec
JB
78842006-01-25 Jim Blandy <jimb@redhat.com>
7885
7886 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7887
410dd08e
JB
78882006-01-24 Jim Blandy <jimb@redhat.com>
7889
7890 * gdbint.texinfo (Frames): Document the basics of GDB's register
7891 unwinding model, and explain the existence of the "sentinel" frame.
7892
4b505b12
AS
78932006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7894
7895 * gdb.texinfo (Choosing files): Mention that -directory is used
7896 for script files.
7897 (Specifying source directories): Likewise.
7898 (Command files): Explain how script files are found.
7899
839c27b7
EZ
79002006-01-21 Eli Zaretskii <eliz@gnu.org>
7901
7902 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7903 the threads in a multi-threaded program.
7904 (Threads): The threadno argument of "thread apply" can be a range
7905 of numbers.
7906
7be93b9e
JB
79072006-01-18 Jim Blandy <jimb@redhat.com>
7908
7909 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7910 of warning flags.
7911
fcc73fe3
EZ
79122006-01-13 Eli Zaretskii <eliz@gnu.org>
7913
7914 * gdb.texinfo (Sequences): Improve menu annotations.
7915 (Define): Add index entries for arguments of user-defined
7916 commands. Move the description of flow-control commands...
7917 (Command Files): ...to here. Document loop_break and
7918 loop_continue.
ca91424e
EZ
7919 (Define, Command Files): Document `end' and add index entries for
7920 it.
fcc73fe3 7921
5c95884b
MS
79222006-01-04 Michael Snyder <msnyder@redhat.com>
7923
7924 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7925 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7926
860701dc
PH
79272006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7928
7929 * gdb.texinfo (Omissions from Ada): Document that there is now
7930 limited aggregate support.
7931
36b80e65
EZ
79322005-12-28 Eli Zaretskii <eliz@gnu.org>
7933
7934 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7935 registers and the likes.
7936
c1468174
EZ
79372005-12-24 Eli Zaretskii <eliz@gnu.org>
7938
7939 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7940 (Symbols): Fix usage of "e.g.".
359df76b 7941 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7942
7943 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7944 (Coding): Fix usage of "e.g.".
7945
c02a867d
EZ
79462005-12-23 Eli Zaretskii <eliz@gnu.org>
7947
5ae4183a
AS
7948 * stabs.texinfo:
7949 * refcard.tex:
c02a867d 7950 * gpl.texi:
5ae4183a
AS
7951 * gdbint.texinfo:
7952 * gdb.texinfo:
7953 * gdb-cfg.texi:
c02a867d 7954 * fdl.texi:
5ae4183a
AS
7955 * annotate.texinfo:
7956 * all-cfg.texi:
c02a867d
EZ
7957 * Makefile.in: Add (C) after Copyright. Update the FSF
7958 address.
7959
fad38dfa
EZ
79602005-12-03 Eli Zaretskii <eliz@gnu.org>
7961
7962 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7963 extend GDB with commands for external monitor.
7964
53e5f3cf
AS
79652005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7966
7967 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7968
55f6ca0f
JB
79692005-11-25 Joel Brobecker <brobecker@adacore.com>
7970
7971 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7972
c1947b85
JB
79732005-11-21 Jim Blandy <jimb@redhat.com>
7974
7975 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7976 placement of 'R' actions in tracepoint action packets; document
7977 dependence of 'X' and 'M' actions on a preceding 'R' action for
7978 their registers.
7979
9d29849a
JB
79802005-11-19 Jim Blandy <jimb@redhat.com>
7981
7982 * gdb.texinfo (Tracepoint Packets): New node.
7983 (General Query Packets): Add entries for the tracepoint packets,
7984 referring to the "Tracepoint Packets" node.
7985 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7986
9a6253be
KB
79872005-11-18 Kevin Buettner <kevinb@redhat.com>
7988
7989 * gdb.texinfo (set remotebreak): Add anchor.
7990 (X packet): Likewise.
7991 (Remote Protocol): Add new section `Interrupts' and new index
7992 entry `interrupts (remote protocol)'.
7993
5f3bebba
JB
79942005-11-18 Jim Blandy <jimb@redhat.com>
7995
7996 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7997 entries into the General Query Packets section. Add a
7998 cross-reference to that section. Drop description of replies, as
7999 these are covered in the descriptions of each packet.
8000 (General Query Packets): Add introductory text. Explain naming
8001 conventions, and how the end of a name is recognized.
8002
9a7a1b36
KB
80032005-11-17 Kevin Buettner <kevinb@redhat.com>
8004
0564b6cf 8005 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8006 "set remotebreak" command.
8007
b8ff78ce
JB
80082005-11-16 Jim Blandy <jimb@redhat.com>
8009
8010 * gdb.texinfo (Packets, Stop Reply Packets)
8011 (General Query Packets): Various formatting cleanups.
8012 - Use @samp for packet contents.
8013 - Drop summaries from packet @item lines; the same information appears
8014 immediately below in the description.
8015 - Delete paragraph breaks after packet @item commands, so that the
8016 description appears directly to the right of the packet prototype
8017 in the printed manual, if it fits.
8018 - Place spaces in packet prototypes between @vars and non-@var
8019 letters, and explain that they're just for formatting.
8020 - Use @dots{} instead of '...'.
8021 - Fix uses of @code where @var was needed.
8022 - Replace "deprecated" markers with English text spelling out the
8023 packet's status and the preferred alternatives.
8024 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8025 what this ever meant.
8026 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8027 this for a long time.
8028 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8029 implemented several times, and have been in use for years.
8030
8ffe2530
JB
80312005-11-15 Jim Blandy <jimb@redhat.com>
8032
c43c5473
JB
8033 * gdb.texinfo (Packets): Add index entries for 'm' packet
8034 disclaimers.
5ae4183a 8035
fb031cdf
JB
8036 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8037 of stub when processing an 'm' packet.
8038
8ffe2530
JB
8039 * gdb.texinfo (Packets): Mention that packets beginning with
8040 letters are reserved once, at the top, instead of actually listing
8041 them all and saying "reserved".
8042
c03c782f
AS
80432005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8044
8045 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8046 Change @var{$arg0 to @code{$arg0.
8047
814e32d7
WZ
80482005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8049
8050 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8051
fa93a9d8
JB
80522005-11-12 Jim Blandy <jimb@redhat.com>
8053
8054 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8055 order. Remove extraneous 'z'.
8056
8a5a3c82
AS
80572005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8058
8059 * gdb.texinfo (Choosing files): Add --eval-command.
8060
4b0ad762
AS
80612005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8062
8063 * gdb.texinfo (Choosing modes): Add --return-child-result.
8064
8065
1a088d06
AS
80662005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8067
8068 * gdb.texinfo (Choosing modes): Add --batch-silent.
8069
656d5e12
EZ
80702005-10-28 Eli Zaretskii <eliz@gnu.org>
8071
8072 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8073 "The -var-update Command".
8074
3c9c013a
JB
80752005-10-03 Joel Brobecker <brobecker@adacore.com>
8076
8077 * gdb.texinfo (Print Settings): Add documentation for set/show
8078 print array-indexes.
8079
7ba3cf9c
DJ
80802005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8083 6.2 and 6.3.
8084
a94ab193
EZ
80852005-08-27 Eli Zaretskii <eliz@gnu.org>
8086
8087 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8088 since 19-Jan-2004.
8089 (Files): Likewise.
ab1adacd
EZ
8090 (Variables, Symbols): Document the "<incomplete type>" message and
8091 its reasons.
a94ab193 8092
ca06016a
FF
80932005-08-01 Fred Fish <fnf@specifix.com>
8094
8095 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8096
cf58170d
NR
80972005-07-15 Nick Roberts <nickrob@snap.net.nz>
8098
8099 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8100 option for -var-list-children and -var-update.
8101 (GDB/MI Stack Manipulation): Simplify description of
8102 print-values option for -stack-list-locals.
8103 (GDB/MI Command Description Format): Clarify.
8104 (Mode Options): Spelling of superseded.
8105
38f1196a
BR
81062005-07-12 Bob Rossi <bob@brasko.net>
8107
8108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8109 corresponding GDB command comment.
8110
3cb3b8df
BR
81112005-07-06 Bob Rossi <bob@brasko.net>
8112
8113 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8114 and -inferior-tty-show.
8115 (Input/Output): Document "set/show inferior-tty" and tty alias.
8116
10fac096
NW
81172005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8118
8119 * gdb.texinfo (Packets): Change description of 'D' packet to note
8120 that GDB does wait for a response.
8121
d1b6db76
NR
81222005-06-22 Nick Roberts <nickrob@snap.net.nz>
8123
8124 * gdb.texinfo (History) Rename "Command History".
8125 (Command History): Move node "Server Prefix" from section on
8126 Annotations here.
8127
29629dcf
NR
81282005-06-19 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * gdb.texinfo (GDB/MI Stack Manipulation):
8131 Re-instate -stack-info-frame with example. Say that it gets
8132 info on selected frame, not current frame.
8133
397ca115
EZ
81342005-06-18 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Server): Clarify that `file' should be used before
8137 connecting to the server.
8138 (Files): Add an xref to the above description.
51274035
EZ
8139 (Output Formats): More detailed description of the `c' format.
8140 (Memory): List explicitly all the formats supported by `x'.
638ac427 8141 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8142 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8143 files. Add more indexing for solib-absolute-prefix and
8144 --with-sysroot.
76d17f34
EZ
8145 (Machine Code): Document possible problems with locations in
8146 shared libraries.
d416eeec
EZ
8147 (Backtrace): Document that free-standing environments do not need
8148 to have a `main' function.
397ca115 8149
74f6deaa
NR
81502005-06-18 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8153 -stack-info-frame.
8154
a9967aef
AC
81552005-06-07 Andrew Cagney <cagney@gnu.org>
8156
8157 * gdb.texinfo (Contributors): Note the original multi-arch
8158 contributors.
8159
e09f16f9
EZ
81602005-06-03 Eli Zaretskii <eliz@gnu.org>
8161
8162 * gdb.texinfo (Registers): Add index entries for the standard
8163 registers.
8164 (Frames): Add cross-reference from frame pointer description to
8165 the Registers node.
8166 (Annotations Overview): Fix the reference to GDB name.
8167
d87ba7ee
EZ
81682005-06-01 Eli Zaretskii <eliz@gnu.org>
8169
8170 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8171 can-use-hw-watchpoints.
8172
034dad6f
BR
81732005-05-28 Bob Rossi <bob@brasko.net>
8174
8175 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8176 the possible reasons why an exec async record would be returned to FE.
8177
ffed4509
AC
81782005-05-26 Andrew Cagney <cagney@gnu.org>
8179
8180 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8181 Andrew Cagney implemented the original GDB/MI.
8182
e22e55c9
OF
81832005-05-23 Orjan Friberg <orjanf@axis.com>
8184
8185 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8186 documentation. Add documentation for cris-mode.
8187
a78e13ce
EZ
81882005-05-20 Eli Zaretskii <eliz@gnu.org>
8189
8190 * gdb.texinfo (Numbers): Explain the example and make the wording
8191 more acurate.
8192
76ff342d
DJ
81932005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8194 Dennis Brueni <dennis@slickedit.com>
8195
8196 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8197 (GDB/MI Data Manipulation, GDB/MI Program Control)
8198 (GDB/MI Stack Manipulation): Update examples to include the fullname
8199 attribute in stack frames.
8200
119b882a
EZ
82012005-05-12 Eli Zaretskii <eliz@gnu.org>
8202
8203 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8204 do with other non-standard names of init files.
8205
6fc08d32
EZ
82062005-05-11 Eli Zaretskii <eliz@gnu.org>
8207
8208 * gdb.texinfo (Command Files): Move the description of the startup
8209 from here...
8210 (Startup): ...to this new subsection of the Invocation chapter.
8211 Rearrange the description of init files more logically and add a
8212 cross-reference to "Command Files". Document the special gdbinit
8213 name for CISCO 68k. Expand the description of what GDB does
8214 during startup.
8215 (History): Add index entry for HISTSIZE.
8216
a561754a
MK
82172005-05-02 Mark Kettenis <kettenis@gnu.org>
8218
8219 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8220
2eecc4ab
EZ
82212005-05-02 Eli Zaretskii <eliz@gnu.org>
8222
8223 * gdb.texinfo (SVR4 Process Information, The isatty call)
8224 (The system call): Don't use foo(N) notation for man pages and
8225 functions.
514c4d71 8226 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8227
18999be5
EZ
82282005-04-27 Eli Zaretskii <eliz@gnu.org>
8229
8230 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8231 were optimized away.
8232
0abb7bc7
EZ
82332005-04-22 Eli Zaretskii <eliz@gnu.org>
8234
8235 * gdb.texinfo (Remote configuration): Document "set/show
8236 get-thread-local-storage-address". Add cross-reference to the
8237 description of the qGetTLSAddr packet.
8238 (General Query Packets): Mention "set remote
8239 get-thread-local-storage-address" and add a reference to its
8240 description.
8241
6f61acb1
NR
82422005-04-19 Nick Roberts <nickrob@snap.net.nz>
8243
8244 * gdb.texinfo (Backtrace): Describe 'bt full'.
8245
9d59903a
NR
82462005-04-17 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * gdb.texinfo (Mode Options): Fix typo.
8249 (GDB/MI): Describe how to invoke GDB/MI.
8250
721c2651
EZ
82512005-04-16 Eli Zaretskii <eliz@gnu.org>
8252
8253 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8254 references changed. Add description of "info udot".
721c2651
EZ
8255 (Files): Document "set/show stop-on-solib-events".
8256 (M32R/D): Document "set/show download-path", "set/show
8257 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8258 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8259 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8260 (Maintenance Commands): Improve indexing.
8261 (Target Commands): Document "set/show hash", "set/show debug
8262 monitor".
8263 (SVR4 Process Information): Document "info pidlist" and "info
8264 meminfo". Document "set/show procfs-tarce" and "set/show
8265 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8266 (Symbols, The Print Command with Objective-C): Improve indexing.
8267 (Objective-C): Add references to "info classes" and "info
8268 selectors".
c45da7e6
EZ
8269 (Debugging Output): Improve wording. Document "set/show debug
8270 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8271 (Set Breaks): Add index entry for "hardware breakpoints".
8272 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8273 and "set/show usehardbreakpoints".
8274 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8275 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8276 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8277 rdiromatzero", "set/show rdiheartbeat".
8278 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8279 "sds".
8280 (Embedded Processors): Document the "sim" command.
8281 (Remote): Document the "remote" command.
8282 (DJGPP Native): Document the "info serial" command.
8283 (Threads): Document "maint info sol-threads".
8284 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8285 (Set Breaks): Improve indexing.
8286 (Command Syntax): Add a reference to dont-repeat.
8287 (Define): Document "dont-repeat".
8288 (TUI Commands): Document "tabset".
8289 (WinCE): New subsection. Document "set/show remotedirectory",
8290 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8291
14d6dd68
EZ
82922005-04-15 Eli Zaretskii <eliz@gnu.org>
8293
8294 * gdb.texinfo (Hurd Native): New subsection, documents
8295 Hurd-specific commands.
a64548ea 8296 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8297 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8298 (MIPS): Improve documentation of heuristic-fence-post. Document
8299 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8300 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8301 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8302 (ARM): Document ARM-specific commands.
a64548ea
EZ
8303 (AVR): New section. Document "info io_registers".
8304 (CRIS): New section. Document "set/show cris-version" and
8305 "set/show cris-dwarf2-cfi".
8306 (HPPA): New section. Document "set/show debug hppa" and "maint
8307 print unwind".
a5adf40f 8308 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8309 (Super-H): New section. Document the "regs" command.
721c2651 8310 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8311
9c16f35a
EZ
83122005-04-09 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdb.texinfo (Print Settings): Document "set/show print
8315 pascal_static-members", "set print repeats", "show print
8316 null-stop". Improve indexing. Fix documentation of "set print
8317 union".
8318 (Pascal): New section.
8319 (Supported languages): Rename from "Support"; all references
8320 updated. Add a menu item for Pascal.
8321 (Numbers): Document "set radix.
8322 (Screen Size): Document "set/show pagination".
8323 (MIPS Embedded): Remove "set processor" documentation.
8324 (Remote configuration): Document "set/show X/P/Z-packet",
8325 "set/show read-aux-vector-packet", "set/show remote
8326 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8327 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8328 remotedebug", "set/show remotebreak", "set/show remotedevice",
8329 "set/show remotelogfile".
8330 (Auxiliary Vector): Add reference to the description of the
8331 read-aux-vector-packet setting.
8332 (Set Watchpoints): Add a cross-reference to "set remote
8333 hardware-breakpoint-limit".
8334 (General Query Packets): Add indexing of requests and
8335 cross-references to related commands in "Remote configuration".
8336 (File-I/O Overview, The system call): Fix wording and typos.
8337 (Thread Stops): Add index entries.
8338 (Continuing and Stepping): Document "show step-mode".
8339 (i386): New node. Document "set/show struct-convention".
8340 (Files): Document "show trust-readonly-sections".
8341 (Calling): Document "set/show unwindonsignal".
8342 (Messages/Warnings): Add index entries.
8343 (Maintenance Commands): Document "set/show watchdog".
8344 (Annotations Overview): Document "show annotate".
8345 (Set Watchpoints): Add index entries.
8346 (Symbols): Fix doc of case-sensitive.
8347 (ABI): Document "show coerce-float-to-double".
8348 (Convenience Vars, Help): Improve indexing.
8349 (Machine Code): Document "show disassembly-flavor".
8350 (Debugging C plus plus): Document "show overload-resolution".
8351 (Value History, Signaling): Add index entries.
8352
83532005-04-08 Eli Zaretskii <eliz@gnu.org>
8354
8355 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8356 (Processes): Fix wording.
8357 (History, List, Logging output, Define, Symbols, Print Settings):
8358 Improve indexing.
8359
a8f24a35
EZ
83602005-04-03 Eli Zaretskii <eliz@gnu.org>
8361
8362 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8363 redundant index entry for "target" command.
8364 (Backtrace): Add index entries.
8365 (Symbols, Fortran): Document the "set case-sensitive" command.
8366 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8367 (Print Settings): Add index entry for "set demangle-style".
8368 (Target Commands): Document "set download-write-size".
8369 (Debugging Output): Document "set exec-done-display".
8370
09d4efe1
EZ
83712005-04-02 Eli Zaretskii <eliz@gnu.org>
8372
8373 * gdb.texinfo (Files): Fix the name and documentation of
8374 add-shared-symbol-files. Document its alias assf. Update the
8375 list of OSs where GDB supports shared libraries. Fix markup.
8376 (Continuing and Stepping): Add reference to @var{location} in the
8377 text.
8378 (Dump/Restore Files): Fix reference to @{filename}.
8379 (Help): Fix wording.
8380 (Attach): Ditto.
8381 (Set Watchpoints): Ditto.
8382 (Backtrace): Remove redundant index entries. Improve index
8383 entries.
8384 (Delete Breaks): Fix wording.
8385 (Memory): Document the compare-sections command.
8386 (Memory Region Attributes): Improve wording.
8387 (Disabling): Improve wording.
8388 (Fortran): New subsection. Document the "info common" command.
8389 (Help): Document aliases "info copying" and "info warranty".
8390 (Caching Remote Data): New section. Document the "set/show
8391 remotecache" and "info dcache" commands.
8392 (Show): Fix wording of the documentation of the "set
8393 extension-language" command.
8394 (Signals): Add index entry for "info handle".
8395 (Memory Region Attributes): Fix punctuation.
8396 (Symbols): Change the arg name to "location" and refer to it in
8397 the text. Fix wording of "info types" doc.
8398 (Threads): Fix usage of @enumerate @item's.
8399 (Listing Tracepoints): Add index entry for "info tp".
8400 (Set Watchpoints): Add xref to "info break" description.
8401 (Macros): Add an index entry for "macro exp1". Document the
8402 "macro list" command.
8403 (Maintenance Commands): Document "flushregs", "maint agent",
8404 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8405 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8406 "maint print architecture", "maint print objfiles", "maint print
8407 statistics", "maint print type", "maint show-debug-regs", "maint
8408 space", "maint time", and "maint translate-address".
8409 (Connecting): Document the "monitor" command.
8410 (Annotations Overview): Describe the "set annotate" command.
8411
82f2d802
EZ
84122005-04-01 Eli Zaretskii <eliz@gnu.org>
8413
8414 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8415 Rearrange index entries and improve wording about support for
8416 hardware watchpoints.
8417
7d51c7de
BR
84182005-03-10 Bob Rossi <bob@brasko.net>
8419
8420 * gdb.texinfo: Update copyright
8421
68c71a2e
TR
84222005-02-09 Theodore A. Roth <troth@openavr.org>
8423
8424 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8425 error.
8426
83761cbd
KB
84272005-02-03 Kevin Buettner <kevinb@redhat.com>
8428
8429 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8430
9f1c6395
MS
84312005-01-17 Michael Snyder <msnyder@redhat.com>
8432
8433 * gdb.texinfo: Fix spelling, infinte -> infinite.
8434
fbd1b305
MK
84352005-01-08 Mark Kettenis <kettenis@gnu.org>
8436
8437 * observer.texi (GDB Observers): Document "solib_loaded".
8438
3ace7edb
AC
84392005-01-07 Andrew Cagney <cagney@gnu.org>
8440
bec39cab
AC
8441 * configure.ac: Rename configure.in, require autoconf 2.59.
8442 * configure: Re-generate.
8443
3ace7edb
AC
8444 * configure.in: Replace configdirs with multiple references to
8445 AC_CONFIG_SUBDIRS.
8446 * configure: Re-generate.
5ae4183a 8447
53531fc1
AC
84482005-01-04 Andrew Cagney <cagney@gnu.org>
8449
8450 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8451 part of the version number.
8452
536ffdb7
MK
84532004-12-24 Mark Kettenis <kettenis@gnu.org>
8454
8455 * gdbint.texinfo (Algorithms): Remove description of
8456 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8457
e1aac25b
JB
84582004-12-07 Jim Blandy <jimb@redhat.com>
8459
8460 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8461 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8462 numbers.
8463
f47b1503
AS
84642004-12-07 Andreas Schwab <schwab@suse.de>
8465
8466 * gdb.texinfo (Mode Options): Document -l option.
8467
b6b8ece6
EZ
84682004-12-04 Eli Zaretskii <eliz@gnu.org>
8469
8470 * gdbint.texinfo (Algorithms): More accurate description of
8471 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8472 is not needed unless data-read and data-access watchpoints are
8473 supported. Add a description of how GDB checks whether the
8474 inferior stopped because a watchpoint was hit.
8475
01371747
EZ
84762004-11-23 Eli Zaretskii <eliz@gnu.org>
8477
8478 * gdb.texinfo (Files): Add cross-reference to description of
8479 -readnow command-line switch.
8480
2315ffec
RC
84812004-11-10 Randolph Chung <tausq@debian.org>
8482
8483 * gdb.texinfo: Document set/show backtrace past-entry commands.
8484 Rearrange index entries for set/show backtrace past-main.
8485
69065f5d
AC
84862004-11-10 Jon Beniston <jon@beniston.com>
8487
8488 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8489 * gdb.texinfo (Remote Serial Protocol): Further describe
8490 binary transfer escaping mechanism .
69065f5d 8491
30e91e0b
RC
84922004-11-08 Randolph Chung <tausq@debian.org>
8493
8494 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8495 and "show debug infrun". Add index entries.
8496
60bf7e09
EZ
84972004-10-23 Eli Zaretskii <eliz@gnu.org>
8498
8499 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8500 "info proc" that are already implemented. Add index entries.
8501 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8502 (Files): Add a tip for decreasing memory used for symtabs from
8503 shared libraries.
f018e82f
EZ
8504 (Starting): Fix whitespace; make "elaboration" stand out where it
8505 is first used, and add an index entry for the term.
f8568604
EZ
8506 (Calling): Expand and elaborate text. Add "print". Add the
8507 description of problems with weak aliases.
384ee23f 8508 (Core File Generation): New section.
60bf7e09 8509
d52fe014
AC
85102004-10-12 Andrew Cagney <cagney@gnu.org>
8511
8512 * gdbint.texinfo (Versions and Branches): New chapter.
8513 (Releasing GDB): Delete "Versions and Branches" section.
8514 (Top): Add "Versions and Branches".
8515
703663ab
EZ
85162004-10-08 Eli Zaretskii <eliz@gnu.org>
8517
8518 * gdb.texinfo (Editing, History): Add cross-references to the
8519 included Readline and History user documentation. Remove
8520 references to the symbol have-readline-appendices which is unused
8521 and undefined.
8522 (History): Fix indexing.
8523
ac77d04f
JJ
85242004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8525
8526 * gdbint.texinfo (target_stopped_data_address): Update to
8527 new prototype.
8528 (i386_stopped_data_address): Update prototype and description.
8529 (i386_stopped_by_watchpoint): New function and description.
8530
e07c999f
PH
85312004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8532
8533 * gdb.texinfo (Filenames): Add Ada suffixes.
8534 (Ada) New section.
8535
2e868123
AC
85362004-09-27 Andrew Cagney <cagney@gnu.org>
8537 Robert Picco <Robert.Picco@hp.com>
8538
8539 * gdb.texinfo (Packets): Document the "p" packet.
8540
02a57714
JM
85412004-09-21 Jason Molenda (jmolenda@apple.com)
8542
8543 * gdb.texinfo (Paths and Names of the Source Files): Document the
8544 meaning of values in the 'desc' field of a SO stab.
8545
ae038cb0
DJ
85462004-09-20 Daniel Jacobowitz <dan@debian.org>
8547
8548 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8549 max-cache-age" and "maint show dwarf2 max-cache-age".
8550
f7dc1244
EZ
85512004-09-16 Eli Zaretskii <eliz@gnu.org>
8552
8553 * gdb.texinfo (Set Breaks): Add index entry for setting
8554 breakpoints on overloaded C++ functions that are not members of
8555 any classes. Add an example and an index entry for setting
8556 breakpoints on all program functions.
8557 (Character Sets, Macros, Overlay Commands)
8558 (Non-debug DLL symbols, GDB/MI Output Syntax)
8559 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8560 Use "(@value{GDBP})" instead of a literal "(gdb)".
8561
f810308b
AC
85622004-09-12 Andrew Cagney <cagney@gnu.org>
8563
8564 * gdbint.texinfo (Native Debugging): Delete description of
8565 FILES_INFO_HOOK.
8566
15a661f3
PH
85672004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8568
5ae4183a
AS
8569 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8570 to hex_string_custom (not historically correct, but more
15a661f3
PH
8571 understandable, given the current code).
8572
f3219c75
AC
85732004-09-03 Andrew Cagney <cagney@gnu.org>
8574
8575 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8576
f3bb6704
JJ
85772004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8578
8579 * observer.texi (solib_unloaded): New observer.
8580
8d2c00cb
AC
85812004-08-24 Andrew Cagney <cagney@gnu.org>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Add missing
8584 comma.
8585
e7dc800a
MC
85862004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8587
8588 * (Using the Testsuite): build != host is supported,
8589 but some test scripts do not support build != host.
8590
73b03683
MK
85912004-08-14 Mark Kettenis <kettenis@gnu.org>
8592
8593 * gdbint.texinfo (Host Definition): Delete description of
8594 FCLOSE_PROVIDED and GETENV_PROVIDED.
8595
c0ccb908
MK
85962004-08-05 Mark Kettenis <kettenis@chello.nl>
8597
8598 * gdbint.texinfo (Host Definition): Delete description of
8599 NO_SYS_FILE.
8600 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8601 PTRACE_FP_BUG.
8602
9c8dbfa9
AC
86032004-08-05 Andrew Cagney <cagney@gnu.org>
8604
8605 * gdbint.texinfo (Target Architecture Definition): Delete
8606 reference to deprecated_read_fp.
8607
f42accbe
AC
86082004-08-02 Andrew Cagney <cagney@gnu.org>
8609
8610 * gdbint.texinfo (Target Architecture Definition): Delete
8611 description of DEPRECATED_REGISTER_BYTES.
8612
0b66e38c
EZ
86132004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8614
8615 * gdb.texinfo (Source Path): Document the new behavior of
8616 searching for the source files.
8617
15387254
EZ
86182004-07-17 Eli Zaretskii <eliz@gnu.org>
8619
8620 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8621 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8622 (Auto Display): Improve indexing.
8623
2c07db7a
AC
86242004-07-16 Andrew Cagney <cagney@gnu.org>
8625
8626 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8627 "-noasync".
8628
4644b6e3
EZ
86292004-07-09 Eli Zaretskii <eliz@gnu.org>
8630
8631 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8632 have the same prefix have only their prefix in the index.
8633
7561d450
MK
86342004-07-03 Mark Kettenis <kettenis@gnu.org>
8635
8636 * gdb.texinfo (BSD libkvm Interface): New node (section)
8637 (Native): Add it to the menu.
8638
67bebe79
MK
86392004-07-01 Mark Kettenis <kettenis@gnu.org>
8640
8641 * gdbint.texinfo (Target Architecture Definition): Remove
8642 PCC_SOL_BROKEN.
8643
1a6923e0
MK
86442004-06-24 Mark Kettenis <kettenis@gnu.org>
8645
8646 * gdbint.texinfo (Target Architecture Definition): Remove
8647 SUN_FIXED_LBRAC_BUG.
8648
b435e160
AC
86492004-06-26 Andrew Cagney <cagney@gnu.org>
8650
8651 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8652
b5622e8d
AC
86532004-06-20 Andrew Cagney <cagney@gnu.org>
8654
8655 * gdbint.texinfo (Target Architecture Definition): Deprecate
8656 USE_STRUCT_CONVENTION.
8657
e0c07bf0
MC
86582004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8659
8660 gdb.texinfo (Bug Reporting): Mention session recording,
8661 with the script command or Emacs.
8662
782263ab
AC
86632004-06-18 Andrew Cagney <cagney@gnu.org>
8664
8665 * gdbint.texinfo (Target Architecture Definition): Deprecate
8666 FUNCTION_START_OFFSET.
8667
03727ca6
AC
86682004-06-14 Andrew Cagney <cagney@gnu.org>
8669
8670 Based on changes from Karl Berry.
8671 * gdb.texinfo: Do not use @sc in a direntry.
8672 * stabs.texinfo: Change @dircateogry to "Software development".
8673 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8674
97092415
AC
86752004-06-13 Andrew Cagney <cagney@gnu.org>
8676
8677 * gdbint.texinfo (Target Architecture Definition): Delete
8678 description of RETURN_VALUE_ON_STACK.
8679
1f6d4158
AC
86802004-06-09 Andrew Cagney <cagney@gnu.org>
8681
8682 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8683 deleted by previous patch.
8684
d966f0cb
AC
86852004-06-08 Andrew Cagney <cagney@gnu.org>
8686
8687 * gdbint.texinfo (Native Debugging): Delete documentation on
8688 ATTACH_DETACH.
8689
86fe4aaa
RC
86902004-06-06 Randolph Chung <tausq@debian.org>
8691
8692 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8693
d4b6d575
RC
86942004-06-06 Randolph Chung <tausq@debian.org>
8695
5ae4183a 8696 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8697 the new push_dummy_call method signature. Describe the function
8698 argument.
8699
4e8b0763
JB
87002004-05-24 Joel Brobecker <brobecker@gnat.com>
8701
8702 * gdb.texinfo (Starting): Document new start command.
8703
59caf092
AC
87042004-05-21 Andrew Cagney <cagney@redhat.com>
8705
8706 * observer.texi (GDB Observers): Document "inferior_created".
8707
e4a2df64
AC
87082004-05-08 Andrew Cagney <cagney@redhat.com>
8709
e6b55ae2
AC
8710 * gdbint.texinfo (Target Architecture Definition): Delete
8711 description of DO_DEFERRED_STORES.
8712
28954179
AC
8713 * gdbint.texinfo (Target Architecture Definition): Delete
8714 references to DEPRECATED_FIX_CALL_DUMMY.
8715
434b87dd
AC
8716 * gdbint.texinfo (Target Architecture Definition): Delete
8717 description of DEPRECATED_CALL_DUMMY_WORDS,
8718 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8719
58d28df8
AC
8720 * gdbint.texinfo (Target Architecture Definition): Delete
8721 description of DEPRECATED_PUSH_DUMMY_FRAME.
8722
e4a2df64
AC
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8725
2b4855ab
AC
87262004-05-07 Andrew Cagney <cagney@redhat.com>
8727
8728 * observer.texi (GDB Observers): Add "Debugging" section. Include
8729 cross reference to "set/show debug observer".
8730 * gdb.texinfo (Debugging Output): Document "set/show debug
8731 observer".
8732
fcf70625
AC
87332004-05-01 Andrew Cagney <cagney@redhat.com>
8734
8735 * gdbint.texinfo (Target Architecture Definition): Delete
8736 description of DEPRECATED_PC_IN_SIGTRAMP.
8737
8ee56bcf
AC
87382004-04-30 Andrew Cagney <cagney@redhat.com>
8739
8740 * gdbint.texinfo (Target Architecture Definition): Delete
8741 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8742
67ab9a76
OF
87432004-04-30 Orjan Friberg <orjanf@axis.com>
8744
8745 * observer.texi (GDB Observers): Correct spelling.
8746
79346bcb
OF
87472004-04-26 Orjan Friberg <orjanf@axis.com>
8748
8749 * observer.texi (GDB Observers): Add target_changed event.
8750
7a464420
AC
87512004-04-08 Andrew Cagney <cagney@redhat.com>
8752
8753 * observer.texi (GDB Observers): Rework, provide generic observer
8754 definitions and then a list of observable events.
8755
6cdf9d98
AC
87562004-04-04 Andrew Cagney <cagney@redhat.com>
8757
8758 * gdbint.texinfo (Host Definition): Delete reference to
8759 NO_SIGINTERRUPT.
8760
ddc135a4
AC
87612004-04-02 Andrew Cagney <cagney@redhat.com>
8762
8763 * gdbint.texinfo (Target Architecture Definition): Delete
8764 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8765
6a1b180d
SC
87662004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8767
8768 * gdb.texinfo (TUI Commands): Document tui reg commands.
8769
d0d5df6f
AC
87702004-03-26 Andrew Cagney <cagney@redhat.com>
8771
8772 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8773 "gdbtui".
8774 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8775 (Contributors): Mention both Text and Terminal User Interface.
8776
aa2a3f87
AC
87772004-03-23 Andrew Cagney <cagney@redhat.com>
8778
8779 * gdbint.texinfo (Target Architecture Definition): Deprecate
8780 references to SIGTRAMP_START and SIGTRAMP_END.
8781
f561f026
AC
87822004-03-23 Andrew Cagney <cagney@redhat.com>
8783
8784 * gdbint.texinfo (Target Architecture Definition): Deprecate
8785 references to PC_IN_SIGTRAMP.
8786
33cb8b0f
AC
87872004-03-19 Andrew Cagney <cagney@redhat.com>
8788
8789 * gdbint.texinfo (Target Architecture Definition): Delete
8790 reference to GDB_TARGET_IS_HPPA.
8791
fc989b7a
AC
87922004-03-18 Andrew Cagney <cagney@redhat.com>
8793
8794 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8795 describe pre_init and post_init.
8796
701b08bb
DJ
87972004-03-09 Daniel Jacobowitz <drow@mvista.com>
8798
8799 * gdb.texinfo (Debugging Output): Document values for "set debug
8800 target".
8801
faae5abe
AC
88022004-02-28 Andrew Cagney <cagney@redhat.com>
8803
8804 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8805
dd79a6cf
JJ
88062004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8807
8808 * gdb.texinfo (breakpoints): Add information about the
8809 new "set breakpoint pending" and "show breakpoint pending"
8810 commands.
8811
e7f16015
AC
88122004-02-26 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8815 in Per-architecture module data section.
8816
7161a3a6
RM
88172004-02-25 Roland McGrath <roland@redhat.com>
8818
8819 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8820
2154891a
AC
88212004-02-24 Andrew Cagney <cagney@redhat.com>
8822
8823 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8824 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8825 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8826
6c74ac8b
AC
88272004-02-17 Andrew Cagney <cagney@redhat.com>
8828
8829 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8830
19772a2c
AC
88312004-02-16 Andrew Cagney <cagney@redhat.com>
8832
8833 * gdbint.texinfo (Target Architecture Definition): Deprecate
8834 FRAMELESS_FUNCTION_INVOCATION.
8835
c9830293
AC
88362004-02-16 Andrew Cagney <cagney@redhat.com>
8837
8838 * gdbint.texinfo (Coding): Mention -Wunused-function.
8839
b9d26eb9
AC
88402004-02-14 Andrew Cagney <cagney@redhat.com>
8841
8842 * gdbint.texinfo (Target Architecture Definition): Delete
8843 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8844
49efadf5
EZ
88452004-02-12 Elena Zannoni <ezannoni@redhat.com>
8846
8847 * gdb.texinfo: Properly quote the name "C++".
8848 * gdbint.texinfo: Ditto.
8849 * stabs.texinfo: Ditto.
8850
1eb288ea
EZ
88512004-02-11 Elena Zannoni <ezannoni@redhat.com>
8852
8853 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8854 minimal information about libiberty.
8855
e4937fc1
MC
88562004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8857
8858 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8859
a9331b3f
RM
88602004-02-04 Roland McGrath <roland@redhat.com>
8861
8862 * gdb.texinfo (Auxiliary Vector): New node (section).
8863 (Data): Add it to the menu.
8864
2650777c
JJ
88652004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8866
8867 * gdb.texinfo (Breakpoints): Add information about pending
8868 breakpoint support.
8869
b4501125
AC
88702004-01-26 Andrew Cagney <cagney@redhat.com>
8871
8872 * gdb.texinfo (Overview): Delete references to the cisco protocol
8873 including the "N" response.
8874
74055713
AC
88752004-01-26 Andrew Cagney <cagney@redhat.com>
8876
8877 * gdbint.texinfo (Target Architecture Definition): Rename
8878 EXTRACT_STRUCT_VALUE_ADDRESS to
8879 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8880
3bbe9696
EZ
88812004-01-24 Eli Zaretskii <eliz@gnu.org>
8882
8883 * gdb.texinfo (KOD): Document "show os". Add index entries for
8884 "set/show os" and "info cisco" commands.
8885
5843504f
EZ
88862004-01-21 Eli Zaretskii <eliz@gnu.org>
8887
8888 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8889
9175c9a3
MC
88902004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8891
8892 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8893 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8894
8e94b928
NR
88952004-01-19 Nick Roberts <nick@nick.uklinux.net>
8896
8897 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8898 -stack-list-locals.
8899 (GDB/MI Variable Objects): Describe extension to
8900 -var-list-children.
8901
a20cf136
DJ
89022004-01-17 Daniel Jacobowitz <drow@mvista.com>
8903
8904 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8905
afb18d0f
AC
89062004-01-17 Andrew Cagney <cagney@redhat.com>
8907
8908 * gdbint.texinfo (Target Architecture Definition): Delete
8909 documentation on DEPRECATED_NPC_REGNUM.
8910
b51970ac
DJ
89112004-01-13 Daniel Jacobowitz <drow@mvista.com>
8912
8913 * gdb.texinfo: Update copyright year. Mention that set
8914 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8915 "set follow-fork-mode ask".
8916
0f0cffd2
AC
89172004-01-13 Andrew Cagney <cagney@redhat.com>
8918
8919 * gdbint.texinfo: Update copyright year.
8920 (Coding): Add -Wunused-label to list of -Werror warnings.
8921
c552b3bb 89222004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8923 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8924
8925 * gdb.texinfo: Update copyright.
8926 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8927 around names, as appropriate. Minor syntax cleanup of
8928 _NSPrintForDebugger explanation. Two spaces after periods.
8929 GDBN used instead of lit. "gdb". Index entries added for
8930 print-object and _NSPrintForDebugger. @noindent added in one spot.
8931
afe157ca
EZ
89322003-11-11 Elena Zannoni <ezannoni@redhat.com>
8933
8934 * stabs.texinfo: Add dircategory and direntry commands.
8935 * annotate.texinfo: Ditto.
8936
963e2bb7
AC
89372003-11-10 Andrew Cagney <cagney@redhat.com>
8938
8939 * gdbint.texinfo (Target Architecture Definition): Replace the
8940 return_value method's "inval" and "outval" parameters with
8941 "readbuf" and "writebuf".
8942
1d8b2f28
JB
89432003-10-28 Jim Blandy <jimb@redhat.com>
8944
8945 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8946 from "The `F' request packet" and "The `F' reply packet", to make
8947 texi2dvi happy.
8948 (File-I/O remote protocol extension): Update menu entries, too.
8949
36d86913
MC
89502003-10-26 Michael Chastain <mec@shout.net>
8951
8952 * gdb.texinfo (Thread Stops): Document the issue with
8953 premature return from system calls in multi-threaded programs.
8954
ce2826aa
AC
89552003-10-24 Andrew Cagney <cagney@redhat.com>
8956
8957 * annotate.texinfo: Fix "fortunatly"[sic].
8958
f24c5e49
KI
89592003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8960
8961 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8962 with "Hitachi" and "Mitsubishi".
8963
92ad9cd9
AC
89642003-10-20 Andrew Cagney <cagney@redhat.com>
8965
8966 * gdbint.texinfo (Target Architecture Definition): Document
8967 gdbarch_return_value. Add cross references from
8968 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8969 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8970
0ab4b752
MK
89712003-10-18 Mark Kettenis <kettenis@gnu.org>
8972
8973 * gdbint.texinfo (Target Architecture Definition): Document
8974 regset_from_core_section.
fb3e19c0
KI
8975
89762003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8977
8978 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8979
a9331b3f 89802003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8981
8982 From Anthony Green <green@redhat.com>:
5ae4183a 8983 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8984
1485d690
KB
89852003-10-14 Kevin Buettner <kevinb@redhat.com>
8986
889bf7c5
PA
8987 * gdb.texinfo (Breakpoint related warnings): New node.
8988 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8989
86d30acc
DJ
89902003-10-13 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * gdb.texinfo (Remote Protocol): Document v and vCont.
8993
172c2a43
KI
89942003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8995
8996 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8997 * gdbint.texinfo: Ditto.
8998
71952f4c
AC
89992003-10-09 Andrew Cagney <cagney@redhat.com>
9000
9001 From 2003-09-18 David Anderson <davea@sgi.com>:
9002 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9003 "command".
9004
268e2188
AC
90052003-10-03 Andrew Cagney <cagney@redhat.com>
9006
9007 * gdbint.texinfo (Target Architecture Definition): Deprecate
9008 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9009 just target.
9010
12c266ea 90112003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9012
f30992d4 9013 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9014 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9015 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9016 * gdbint.texinfo (Target Architecture Definition): Rename
9017
90182003-09-30 Andrew Cagney <cagney@redhat.com>
9019
f30992d4 9020 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9021 (Target Architecture Definition):
f30992d4 9022
2e092625
AC
9023 * gdbint.texinfo (Target Architecture Definition): Rename
9024 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9025
0717ae8a
AC
90262003-09-29 Andrew Cagney <cagney@redhat.com>
9027
dad809b7
AC
9028 * gdbint.texinfo (Target Architecture Definition): Delete
9029 documentation for NEED_TEXT_START_END.
9030
0717ae8a
AC
9031 * gdbint.texinfo (Target Architecture Definition): Rename
9032 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9033 TARGET_WRITE_PC.
a9331b3f 9034
af6cf26d
MC
90352003-09-22 Michael Chastain <mec@shout.net>
9036
9037 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9038
ee206350
AG
90392003-09-21 Anthony Green <green@redhat.com>
9040
9041 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9042
a38c9fe6
MK
90432003-09-21 Mark Kettenis <kettenis@gnu.org>
9044
9045 * gdbint.texinfo (Target Architecture Definition): Document
9046 stabs_argument_has_addr.
9047
77949794
AC
90482003-09-18 Andrew Cagney <cagney@redhat.com>
9049
9050 * gdbint.texinfo (Target Architecture Definition): Delete
9051 documentation on REGISTER_NAMES.
9052
8e823e25
MK
90532003-09-13 Mark Kettenis <kettenis@gnu.org>
9054
9055 * gdbint.texinfo (Target Architecture Definition): Replace
9056 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9057
f27dd7fd
AC
90582003-09-11 Andrew Cagney <cagney@redhat.com>
9059
9060 * gdbint.texinfo (Target Architecture Definition): Replace
9061 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9062
8b148df9
AC
90632003-08-18 Andrew Cagney <cagney@redhat.com>
9064
9065 * gdbint.texinfo (Target Architecture Definition): Document
9066 "frame_red_zone_size".
9067
25d29d70
AC
90682003-08-09 Andrew Cagney <cagney@redhat.com>
9069
9070 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9071 with "set/show backtrace past-main" and "set/show backtrace
9072 limit".
9073
c938e9b0
L
90742003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9075
9076 * Makefile.in (install-info): Support DESTDIR.
9077 (install-html): Likewise.
9078
64fabec2
AC
90792003-08-07 Andrew Cagney <cagney@redhat.com>
9080
9081 Patch from Nick Roberts.
9082 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9083 bindings. Remove description of send-gdb-command.
9084
2fcf52f0
AC
90852003-08-07 Andrew Cagney <cagney@redhat.com>
9086
9087 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9088 GDB 6.0.
9089
086432e2
AC
90902003-08-06 Andrew Cagney <cagney@redhat.com>
9091
9092 * gdb.texinfo (Mode Options): Mention that level three is the
9093 highest available and that level 2 is deprecated.
9094 (Annotations Overview): Mention annotation levels. Cross reference
9095 to "Limitations of the Annotation Interface" in annotate.texi.
9096 (TODO, Value Annotations, Frame Annotations): Delete section.
9097 (Displays, Breakpoint Info): Delete.
9098
e5249f67
AC
90992003-08-04 Andrew Cagney <cagney@redhat.com>
9100
9101 * agentexpr.texi: Delete @bye.
9102 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9103 (stabs.info): Add $(srcdir) to include search path.
9104 (html): Depend on "annotate_toc.html", and not "annotate.html".
9105 * stabs.texinfo: Ditto. Include "fdl.texi".
9106 * gdbint.texinfo: Update copyright statement's list of invariant
9107 sections.
9108
e6f672d2
AC
91092003-07-28 Andrew Cagney <cagney@redhat.com>
9110
9111 * Makefile.in (INFO_DEPS): Add annotate.info.
9112 (dvi, ps, html, pdf): Add annotate.
9113 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9114 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9115 (ANNOTATE_DOC_FILES): New macro.
9116 (ANNOTATE_TEX_TMPS): New macro.
9117 (annotate.info, annotate_toc.html): Specify dependencies.
9118 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9119 * annotate.texinfo: Rename annotate.texi. Get building. Add
9120 "Migrating to GDB/MI" and "Limitations of the Annotation
9121 Interface" chapters. Mention why it is not part of the user
9122 guide. Update copyright notice. Include "fdl.texi".
9123
72ffddc9
SC
91242003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9125
9126 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9127
a9f12a31
DJ
91282003-07-24 Daniel Jacobowitz <drow@mvista.com>
9129
9130 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9131
b1fe9455
DJ
91322003-07-24 Daniel Jacobowitz <drow@mvista.com>
9133
9134 * gdb.texinfo (Server): Mention pidof.
9135
153721e6
AC
91362003-07-22 Andrew Cagney <cagney@redhat.com>
9137
9138 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9139 list.
9140
0fac0b41
DJ
91412003-06-28 Daniel Jacobowitz <drow@mvista.com>
9142
9143 * gdb.texinfo (Logging output): New chapter.
9144
4e562065
JB
91452003-06-24 Joel Brobecker <brobecker@gnat.com>
9146
9147 * gdb.texinfo (Unsupported languages): New section.
9148 (Languages): Add link to new section.
9149
f2c06f52
AC
91502003-06-22 Andrew Cagney <cagney@redhat.com>
9151
9152 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9153
b4177fca
DJ
91542003-06-22 Daniel Jacobowitz <drow@mvista.com>
9155
9156 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9157
f418dd93
DJ
91582003-06-22 Daniel Jacobowitz <drow@mvista.com>
9159
9160 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9161 * agentexpr.texi: Retitle section, and change it to an appendix.
9162 Comment out texinfo initialization. Factor a @var{} into two
9163 pieces to prevent makeinfo warnings.
9164 * gdb.texinfo: Add Agent Expressions appendix.
9165
4ca61388
DJ
91662003-06-19 Daniel Jacobowitz <drow@mvista.com>
9167
9168 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9169
07f31aa6
DJ
91702003-06-18 Daniel Jacobowitz <drow@mvista.com>
9171
5ae4183a 9172 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9173 remote target". Document the "detach" and "disconnect" commands.
9174 (Server, Netware, Debug Session): Reference "Connecting to a
9175 remote target".
9176 (GDB/MI Target Manipulation): Document "-target-disconnect".
9177
2dd0da42
AC
91782003-06-13 Andrew Cagney <cagney@redhat.com>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Deprecate
9181 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9182 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9183
e7a3abfc
JB
91842003-06-09 Jim Blandy <jimb@redhat.com>
9185
9186 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9187
25e3a86b
AC
91882003-06-08 Andrew Cagney <cagney@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Delete
9191 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9192
a9e5fdc2
AC
91932003-06-08 Andrew Cagney <cagney@redhat.com>
9194
9195 * gdbint.texinfo (Target Architecture Definition): Document
9196 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9197
b37303ee
AF
91982003-06-07 Adam Fedor <fedor@gnu.org>
9199
9200 * gdb.texinfo: Add Objective-C documentation.
9201
39fe6e80
AC
92022003-06-01 Andrew Cagney <cagney@redhat.com>
9203
9204 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9205 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9206
125309b2
AC
92072003-05-21 Andrew Cagney <cagney@redhat.com>
9208
9209 * gdbint.texinfo (Target Architecture Definition): Delete
9210 references to "extract_address" and "store_address".
9211
b8b527c5
AC
92122003-05-16 Andrew Cagney <cagney@redhat.com>
9213
9214 * gdbint.texinfo (Target Architecture Definition): Replace
9215 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9216 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9217
50e3ee83
TR
92182003-05-14 Theodore A. Roth <troth@openavr.org>
9219
9220 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9221
44e2be90
L
92222003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9223
9224 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9225 (gdb.dvi): Likewise.
9226 (gdb.pdf): Likewise.
9227 (links2roff): Likewise.
9228
df5215a6
JB
92292003-05-08 Jim Blandy <jimb@redhat.com>
9230
9231 * gdb.texinfo (Dump/Restore Files): Update documentation for
9232 'dump', 'append', and 'restore': note that format argument is
9233 optional; simplify presentation of the command variants; and be
9234 more precise about the formats.
9235
5e7b2f39
JB
92362003-05-07 Jim Blandy <jimb@redhat.com>
9237
9238 * gdb.texinfo (Symbols): Update documentation: 'maint list
9239 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9240 symtabs' and 'maint info psymtabs'.
9241
b1e29e33
AC
92422003-05-05 Andrew Cagney <cagney@redhat.com>
9243
9244 * gdbint.texinfo (Target Architecture Definition): Make
9245 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9246 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9247 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9248
00905d52
AC
92492003-05-04 Andrew Cagney <cagney@redhat.com>
9250
9251 * gdb.texinfo (Maintenance Commands): Document "maint print
9252 dummy-frames".
9253
54ff5908
AC
92542003-05-04 Andrew Cagney <cagney@redhat.com>
9255
9256 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9257
32e7087d
JB
92582003-05-03 J. Brobecker <brobecker@gnat.com>
9259
9260 Thierry Schneider <tpschneider1@yahoo.com>
9261 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9262 for new MI command.
9263
7043d8dc
AC
92642003-05-03 Andrew Cagney <cagney@redhat.com>
9265
9266 * gdbint.texinfo (Target Architecture Definition): Document
9267 push_dummy_code. Add cross references.
9268
e33d66ec
EZ
92692003-05-02 Elena Zannoni <ezannoni@redhat.com>
9270
9271 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9272 set/show charsets commands.
9273
0ba6dca9
AC
92742003-04-28 Andrew Cagney <cagney@redhat.com>
9275
9276 * gdbint.texinfo (Target Architecture Definition): Replace
9277 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9278 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9279
d7a27068
AC
92802003-04-28 Andrew Cagney <cagney@redhat.com>
9281
9282 * gdbint.texinfo (Target Architecture Definition): Rename
9283 "tm_print_insn" to "deprecated_tm_print_insn".
9284
44ea7b70
JB
92852003-04-09 Jim Blandy <jimb@redhat.com>
9286
9287 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9288 list psymtabs'.
9289
fb8f8949
AC
92902003-04-08 Andrew Cagney <cagney@redhat.com>
9291
9292 * gdbint.texinfo (Target Architecture Definition): Delete
9293 references to EXTRA_FRAME_INFO.
9294
32fb0f22
AC
92952003-04-08 Andrew Cagney <cagney@redhat.com>
9296
9297 * gdbint.texinfo (Target Architecture Definition): Delete
9298 PRINT_TYPELESS_INTEGER.
9299
6be67e67
JB
93002003-04-02 J. Brobecker <brobecker@gnat.com>
9301
9302 * observer.texi (GDB Observers): Adjust the documentation for the
9303 normal_stop notification to better describe reality. Fix a couple
9304 of minor typos.
9305
4e35d5f0
BR
93062003-04-02 Bob Rossi <bob_rossi@cox.net>
9307
a9331b3f 9308 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9309 '-file-list-exec-source-file'
9310
e8a8712a
AC
93112003-03-31 Andrew Cagney <cagney@redhat.com>
9312
9313 * gdbint.texinfo (Target Architecture Definition): Delete
9314 references to CALL_DUMMY_P.
9315
6c0e89ed
AC
93162003-03-30 Andrew Cagney <cagney@redhat.com>
9317
9318 * gdbint.texinfo (Target Architecture Definition): Remove
9319 reference to TARGET_WRITE_SP.
a9331b3f 9320
378bfd1b
AC
93212003-03-27 Andrew Cagney <cagney@redhat.com>
9322
9323 * gdbint.texinfo (Target Architecture Definition): Remove
9324 references to write_sp.
6c0e89ed 9325
922fbb7b
AC
93262003-03-27 Andrew Cagney <cagney@redhat.com>
9327
9328 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9329 chapter body. Use @smallexample instead of @example.
9330 (Annotations): Ditto.
9331 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9332 annotate.texi.
9333
b81774d8
AC
93342003-03-26 Andrew Cagney <cagney@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Replace
9337 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9338 dummy_addr parameters.
9339
1bf6d5cc
AC
93402003-03-25 Andrew Cagney <cagney@redhat.com>
9341
9342 * gdbint.texinfo (Target Architecture Definition): Delete
9343 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9344 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9345 Add reference to PUSH_ARGUMENTS.
9346
618ce49f
AC
93472003-03-23 Andrew Cagney <cagney@redhat.com>
9348
9349 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9350 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9351
bcd7e15f
JB
93522003-03-18 J. Brobecker <brobecker@gnat.com>
9353
9354 * gdbint.texinfo (Algorithms): Add new section describing the
9355 Observer paradigm.
9356 (Top): Add menu entry to new observer appendix.
9357 * observer.texi: New file.
9358 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9359 new observer.texi file.
9360
9fe8321b
AC
93612003-03-17 Andrew Cagney <cagney@redhat.com>
9362
9363 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9364 that GNU Press update the manual version number.
9365
ac2adee5
AC
93662003-03-12 Andrew Cagney <cagney@redhat.com>
9367
9368 * gdbint.texinfo (Target Architecture Definition): Delete
9369 references to get_saved_register. Rename GET_SAVED_REGISTER to
9370 DEPRECATED_GET_SAVED_REGISTER.
9371
749b82f6
AC
93722003-03-13 Andrew Cagney <cagney@redhat.com>
9373
9374 * gdbint.texinfo (Target Architecture Definition): Replace
9375 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9376
8bedc050
AC
93772003-03-12 Andrew Cagney <cagney@redhat.com>
9378
9379 * gdbint.texinfo (Target Architecture Definition): Rename
9380 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9381
0ce1b118
CV
93822003-03-10 Corinna Vinschen <vinschen@redhat.com>
9383
9384 * gdb.texinfo: Add File-I/O documentation.
9385
12cc2063
AC
93862003-03-10 Andrew Cagney <cagney@redhat.com>
9387
9388 * gdbint.texinfo (Target Architecture Definition): Cross reference
9389 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9390
7453dc06
AC
93912003-03-07 Andrew Cagney <cagney@redhat.com>
9392
9393 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9394 frame" command.
9395
6314f104
AC
93962003-03-05 Andrew Cagney <cagney@redhat.com>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Document
9399 unwind_dummy_id. Cross reference unwind_dummy_id and
9400 SAVE_DUMMY_FRAME_TOS.
9401
f1212245
DJ
94022003-03-05 James Ingham <jingham@apple.com>
9403 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9406 and "show cp-abi".
9407
77e7e267
AC
94082003-03-03 Andrew Cagney <cagney@redhat.com>
9409
9410 * gdbint.texinfo (Target Architecture Definition): Document
9411 register_type.
9412
838a8221
AC
94132003-03-03 Andrew Cagney <cagney@redhat.com>
9414
9415 * stabs.texinfo (Structures): Use @samp and separate @var's
9416 instead of a single @var containing a comma separated list.
9417 (Unions): Ditto.
9418
d7f4a264
DJ
94192003-03-02 Daniel Jacobowitz <drow@mvista.com>
9420
9421 * Makefile.in (distclean): Remove config.log.
9422
f30ee0bc
AC
94232003-03-01 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Rename
9426 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9427
94282003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9429
9430 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9431 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9432
be448670
CF
94332003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9434
9435 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9436 (Non-debug DLL symbols): New node, describing the minimal symbols
9437 loaded from DLLs without real debugging symbols.
9438
501eef12
AC
94392003-02-20 Andrew Cagney <ac131313@redhat.com>
9440
9441 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9442 hardware-breakpoint-limit".
9443 (Set Watchpoints): Add cross reference to "set remote
9444 hardware-watchpoint-limit".
9445 (Remote configuration options): New section.
9446
21c294e6
AC
94472003-02-04 Andrew Cagney <ac131313@redhat.com>
9448
e9be73e4
AC
9449 * gdbint.texinfo (Target Architecture Definition): Delete
9450 descrption of IS_TRAPPED_INTERNALVAR.
9451
21c294e6
AC
9452 From Keith Seitz <keiths@redhat.com>:
9453 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9454 option "-i"/"--interpreter" to this chapter. Include index
9455 entries.
9456
0179ffac
DC
94572003-02-04 David Carlton <carlton@math.stanford.edu>
9458
9459 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9460 (Variables): Recommend stabs+ and DWARF 2.
9461 (C plus plus expressions): Correct info about
9462 compiler versions, debug formats.
9463 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9464 PR symtab/874.
9465
7ca9f392
AC
94662003-02-01 Andrew Cagney <ac131313@redhat.com>
9467
9468 * gdbint.texinfo (Target Architecture Definition): Delete
9469 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9470 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9471 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9472 references to nindy and i960.
9473 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9474
31a85ea2
AC
94752003-02-01 Andrew Cagney <ac131313@redhat.com>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Delete
9478 FLOAT_INFO.
9479
6b894e49
AC
94802003-01-30 Andrew Cagney <ac131313@redhat.com>
9481
9482 * stabs.texinfo (Member Type Descriptor): Clarify description of
9483 `@'. Suggested by Ben Hutchings.
9484
c48861fb
AC
94852003-01-29 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdb.texinfo (M68K): Delete reference to es1800.
9488
617073a9
AC
94892003-01-29 Andrew Cagney <ac131313@redhat.com>
9490
9491 * gdb.texinfo (Maintenance Commands): Document `maint print
9492 reggroups' and `maint print register-groups'.
9493 * gdbint.texinfo (Target Architecture Definition): Document
9494 register_reggroup_p.
9495
5b5d99cf
JB
94962003-01-23 Jim Blandy <jimb@redhat.com>
9497
9498 * gdb.texinfo (Separate Debug Files): New section.
9499
e7ba9c65
DJ
95002003-01-22 Daniel Jacobowitz <drow@mvista.com>
9501
9502 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9503 and "maint show profile".
9504
94e91d6d
MC
95052003-01-16 Michael Chastain <mec@shout.net>
9506
9507 * gdb.texinfo (Installing GDB): Warn against
9508 ".../gdb-VERSION/gdb/configure".
9509 (Separate Objdir): Likewise.
9510
867f3898
AC
95112003-01-15 Andrew Cagney <ac131313@redhat.com>
9512
9513 * gdbint.texinfo (Target Architecture Definition): Delete
9514 definition of PRINT_REGISTER_HOOK.
9515
f153cc92
EZ
95162003-01-15 Elena Zannoni <ezannoni@redhat.com>
9517
9518 (OpenRISC 1000): Fix formatting of command names.
9519
c60eb6f1
EZ
95202003-01-15 Elena Zannoni <ezannoni@redhat.com>
9521
9522 * gdb.texinfo (Continuing and Stepping): Add new command
9523 'advance'. Clarify behavior of 'until'.
9524
f5ebfba0
DJ
95252003-01-13 Daniel Jacobowitz <drow@mvista.com>
9526
9527 * gdb.texinfo (Files): Document solib-absolute-prefix and
9528 solib-search-path.
9529
4ce8657e
MC
95302003-01-09 Michael Chastain <mec@shout.net>
9531
9532 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9533 (Create a Release): Add new instructions for new @file{src-release}.
9534 Document existing instructions for @file{Makefile.in} as
9535 being for @value{GDBN} 5.3.1 or earlier.
9536
372613e3
AC
95372003-01-09 Andrew Cagney <ac131313@redhat.com>
9538
9539 * gdbint.texinfo (Target Architecture Definition): Mention
9540 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9541 allocate memory.
9542
b4e9345d
DJ
95432003-01-04 Daniel Jacobowitz <drow@mvista.com>
9544
9545 * gdb.texinfo (Controlling GDB): Add @kindex for
9546 "show osabi".
9547 (Backtraces): Add @kindex's for backtrace-below-main.
9548
98b45e30
DJ
95492003-01-04 Daniel Jacobowitz <drow@mvista.com>
9550
9551 * gdb.texinfo (Controlling GDB): Document "set osabi".
9552
95f90d25
DJ
95532003-01-04 Daniel Jacobowitz <drow@mvista.com>
9554
9555 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9556 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9557
1e698235
DJ
95582003-01-04 Daniel Jacobowitz <drow@mvista.com>
9559
9560 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9561 "set coerce-float-to-double".
9562 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9563
e632838e
AC
95642003-01-02 Andrew Cagney <ac131313@redhat.com>
9565
9566 * stabs.texinfo: Remove obsolete text.
9567 * gdbint.texinfo: Ditto.
9568 * gdb.texinfo: Ditto.
9569
c133ab7a
MK
95702002-12-22 Mark Kettenis <kettenis@gnu.org>
9571
9572 * gdbint.texinfo (Target Architecture Definition): Update
9573 description of gdbarch_register_osabi.
9574
f821f325
KH
95752002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9576
9577 * agentexpr.texi: Fix typos.
9578 * annotate.texi: Likewise.
9579 * fdl.texi: Likewise.
9580
85a6d8d3 95812002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9582
9583 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9584 DEPRECATED_INIT_FRAME_PC.
9585
ae45cd16
AC
95862002-12-01 Andrew Cagney <ac131313@redhat.com>
9587
9588 * gdbint.texinfo (Target Architecture Definition): Delete
9589 PC_IN_CALL_DUMMY.
9590
07555a72
AC
95912002-11-28 Andrew Cagney <ac131313@redhat.com>
9592
9593 * gdbint.texinfo (Host Definition): Delete documentation on
9594 USE_GENERIC_DUMMY_FRAMES.
9595
c166cdc7
EZ
95962002-11-26 Elena Zannoni <ezannoni@redhat.com>
9597
5ae4183a 9598 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9599 * Makefile.in (install-info): Run the install-info command as part
9600 of the post install steps only.
9601 (uninstall-info): New target.
9602 (uninstall): New target.
9603
35db0260
EZ
96042002-11-22 Elena Zannoni <ezannoni@redhat.com>
9605
9606 * Makefile.in (install): Make install do some real work.
9607
9ba8d803
AC
96082002-11-19 Andrew Cagney <ac131313@redhat.com>
9609
9610 Fix POSIX problem reported by Paul Eggert.
9611 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9612 Fix PR gdb/527.
9613
903ad3a6
AC
96142002-10-26 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Delete
9617 definition of DO_REGISTERS_INFO.
9618
f2abfe65
KB
96192002-10-18 Kevin Buettner <kevinb@redhat.com>
9620
9621 * gdbint.texinfo (Address Classes): Fix problems with insertion
9622 of ``{'' and ``}'' in example.
9623
b5b0480a
KB
96242002-10-17 Kevin Buettner <kevinb@redhat.com>
9625
9626 * gdbint.texinfo (Address Classes): New section.
9627 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9628 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9629 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9630 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9631
c85508ee
KD
96322002-10-11 Klee Dienes <kdienes@apple.com>
9633
9634 * gdb.texinfo (Registers): Mention vector registers as well as
9635 floating registers in the documentation for 'info registers' and
9636 'info all-registers'.
9637
6d12fc3d
DJ
96382002-10-11 Daniel Jacobowitz <drow@mvista.com>
9639
9640 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9641
8d19fbd2
JJ
96422002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9643
9644 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9645 interface definition.
9646
a37295f9
MM
96472002-10-03 Marko Mlinar <markom@opencores.org>
9648
9649 * gdb.texinfo (Target Commands): Add or1k target specific
9650 commands.
9651 * gdb.texinfo (Contributors): Add myself to the contributors list.
9652
da0f9dcd
AC
96532002-10-01 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9656 and "mi1" instead of "mi1" and "mi0".
9657
2e834e49
HPN
96582002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9659
9660 * gdb.texinfo (Packets): Fix typos "alligned".
9661 Correct z3/Z3 description. Correct z4/Z4 title.
9662
050be0dc
AC
96632002-09-27 Andrew Cagney <ac131313@redhat.com>
9664
9665 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9666
1104b9e7
KB
96672002-09-25 Kevin Buettner <kevinb@redhat.com>
9668
9669 * gdb.texinfo: Use GNU/Linux instead of Linux.
9670
512217c7
AC
96712002-09-25 Andrew Cagney <ac131313@redhat.com>
9672
9673 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9674
10998722
AC
96752002-09-24 Andrew Cagney <ac131313@redhat.com>
9676
512217c7 9677 * gdb.texinfo: Replace @example with @smallexample.
10998722 9678
a0eb71c5
KB
96792002-09-20 Kevin Buettner <kevinb@redhat.com>
9680
f7dc1244 9681 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9682 * gdb.texinfo (Character Sets): Use @smallexample instead of
9683 @example. Use GNU/Linux instead of Linux.
9684
96852002-09-20 Jim Blandy <jimb@redhat.com>
9686
9687 * gdb.texinfo: Add character set documentation.
9688
2f870471
AC
96892002-09-19 Andrew Cagney <ac131313@redhat.com>
9690
9691 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9692 (Packets): Add cross reference from `b' packet to `z' packets.
9693
790eb8f5
AC
96942002-09-19 Andrew Cagney <ac131313@redhat.com>
9695
8d30a00d
AC
9696 * gdb.texinfo (Maintenance Commands): Document ``maint
9697 internal-error'' and ``maint internal-warning''.
9698
790eb8f5
AC
9699 * gdbint.texinfo (Target Architecture Definition): Revise
9700 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9701
a23a7bf1
JB
97022002-09-19 Joel Brobecker <brobecker@gnat.com>
9703
9704 * gdbint.texinfo (Target Conditionals): Document the new
9705 NAME_OF_MALLOC macro.
9706
299ffc64
AC
97072002-09-05 Andrew Cagney <ac131313@redhat.com>
9708
9709 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9710 engineer.
9711
b7bb15bc
SC
97122002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9713
9714 * gdb.texinfo (TUI Overview): Document status line fields.
9715
3d757584
SC
97162002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9717
9718 * gdb.texinfo (TUI Commands): Document info win command.
9719
269c21fe
SC
97202002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9721
9722 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9723
7cf36c78
SC
97242002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9725
9726 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9727 (TUI Keys): Likewise.
9728
d2c6833e
AC
97292002-08-25 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9732 for a packet receive.
9733
46d8b1c3
AC
97342002-08-25 Andrew Cagney <ac131313@redhat.com>
9735
9736 * Makefile.in (clean): Move to end of file.
9737 (distclean, maintainer-clean, realclean): Ditto.
9738 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9739 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9740 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9741 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9742
b0787093
AC
97432002-08-24 Andrew Cagney <ac131313@redhat.com>
9744
9745 * Makefile.in (GDBINT_TEX_TMPS): Define.
9746 (gdbint.dvi, gdbint.pdf): Use
9747 (GDB_TEX_TMPS): Define.
9748 (gdb.dvi, gdb.pdf): Use.
9749 (STABS_TEX_TMPS): Define.
9750 (stabs.dvi, stabs.pdf): Use.
9751 (GDB_DOC_SOURCE_INCLUDES): New macros.
9752 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9753 (GDBINT_DOC_FILES_INCLUDES): New macros.
9754 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9755 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9756 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9757 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9758 (links2roff): Replace SFILES_INCLUDED with
9759 GDB_DOC_SOURCE_INCLUDES.
9760 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9761 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9762 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9763 dependencies.
9764 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9765 dependencies.
9766 (gdbmi.texinfo): Delete rule.
9767 (inc-hist.texinfo): Delete rule.
9768 (rluser.texinfo): Delete rule.
9769
ebba8386
AC
97702002-08-23 Andrew Cagney <cagney@redhat.com>
9771
9772 * gdbint.texinfo (Target Architecture Definition): Update
9773 STORE_RETURN_VALUE, mention regcache.
9774
0ab7a791
AC
97752002-08-21 Andrew Cagney <ac131313@redhat.com>
9776
9777 * gdbint.texinfo (Target Architecture Definition): Document
9778 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9779
ee2d5c50
AC
97802002-08-19 Andrew Cagney <ac131313@redhat.com>
9781
9782 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9783 Fix minor typos. Add index entries.
9784
53c69bd7
AC
97852002-08-18 Andrew Cagney <ac131313@redhat.com>
9786
9787 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9788
e76f1f2e
AC
97892002-08-15 Andrew Cagney <ac131313@redhat.com>
9790
9791 * gdbint.texinfo (Target Architecture Definition): Document
9792 PRINT_VECTOR_INFO.
9793 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9794
0680b120
AC
97952002-08-13 Andrew Cagney <ac131313@redhat.com>
9796
9797 * gdb.texinfo (Maintenance Commands): Document "maint print
9798 registers", "maint print raw-registers" and "maint print
9799 cooked-registers".
9800
3c3bea1c
GS
98012002-08-08 Grace Sainsbury <graces@redhat.com>
9802
a9331b3f 9803 From Mark Salter:
3c3bea1c
GS
9804 * gdb.texinfo (Protocol): Document T packet extension to
9805 allow watchpoint address reporting.
9806
42f9b0a5
AC
98072002-08-03 Andrew Cagney <ac131313@redhat.com>
9808
9809 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9810
db034ac5
AC
98112002-08-01 Andrew Cagney <cagney@redhat.com>
9812
9813 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9814 to CHILL.
9815
e2b28d04
AC
98162002-08-01 Andrew Cagney <ac131313@redhat.com>
9817
9818 * gdbint.texinfo (Coding): Revise section "Include Files".
9819
7fb623f7
AC
98202002-07-24 Andrew Cagney <cagney@redhat.com>
9821
9822 * gdbint.texinfo: Obsolete references to m88k.
9823 * gdb.texinfo: Ditto.
9824
4a2b4636
JB
98252002-07-10 Joel Brobecker <brobecker@gnat.com>
9826
7fb623f7 9827 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9828 where the proper version of autoconf can be retrieved.
9829
a71ec265
DH
98302002-07-09 Don Howard <dhoward@redhat.com>
9831
9832 * gdb.texinfo (Command Files): Further describe the behavior of
9833 sourced command files.
9834
b9aa90c9
AC
98352002-06-27 Andrew Cagney <ac131313@redhat.com>
9836
9837 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9838 (Coding): Clarify ISO C version that GDB assumes.
9839
40dd2248
TT
98402002-06-26 Tom Tromey <tromey@redhat.com>
9841
9842 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9843 add_setshow_cmd_full.
9844
bfac230e
DH
98452002-06-25 Don Howard <dhoward@redhat.com>
9846
9847 * gdb.texinfo (Memory Region Attributes): Document new behavior
9848 for 'mem' command.
9849
475b0867
JB
98502002-06-11 Jim Blandy <jimb@redhat.com>
9851
919d772c
JB
9852 * gdb.texinfo (Symbols): Update documentation for `info source'
9853 command.
9854
475b0867
JB
9855 * gdb.texinfo (Macros): Call the command `info macro', not
9856 `show macro'.
9857
ba8c9337
AC
98582002-06-09 Andrew Cagney <ac131313@redhat.com>
9859
9860 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9861 data''.
9862
1029b7fa
MK
98632002-06-09 Mark Kettenis <kettenis@gnu.org>
9864
9865 * gdbint.texinfo (Target Architecture Definition): Document
9866 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9867
16737d73
AC
98682002-06-08 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9871 lists.
9872
30107679
AC
98732002-06-08 Andrew Cagney <ac131313@redhat.com>
9874
9875 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9876 Branch''.
9877
3352e23e
AC
98782002-06-01 Andrew Cagney <ac131313@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Add section
9881 ``Converting an existing Target Architecture to Multi-arch''.
9882
cbb09e6a
AC
98832002-05-30 Andrew Cagney <ac131313@redhat.com>
9884
9885 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9886 to ``Obsoleting code''. Revise.
9887
e2e0bcd1
JB
98882002-05-17 Jim Blandy <jimb@redhat.com>
9889
9890 * gdb.texinfo (C Preprocessor Macros): New chapter.
9891 Include it in the main menu.
9892 (Contributors): Credit Jim Blandy with macro support.
9893 (Compilation): Explain how to get macro information into the
9894 executable.
9895 (Expressions): Note that preprocessor macros are expanded.
9896
9db8d71f
DJ
98972002-05-14 Daniel Jacobowitz <drow@mvista.com>
9898
9899 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9900 options for `target remote'.
9901
6d531722
AC
99022002-05-13 Andrew Cagney <ac131313@redhat.com>
9903
9904 * gdbint.texinfo (Target Architecture Definition): Delete
9905 documentation on NNPC_REGNUM.
9906
13d01224
AC
99072002-05-11 Andrew Cagney <ac131313@redhat.com>
9908
9909 * gdbint.texinfo (Target Architecture Definition): Document
9910 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9911 (Target Architecture Definition): Revise section `Using Different
9912 Register and Memory Data Representations'. Add section `Raw and
9913 Virtual Register Representations'.
9914
b2e75d78
AC
99152002-05-11 Andrew Cagney <ac131313@redhat.com>
9916
9917 * gdbint.texinfo (Target Architecture Definition): Mention
9918 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9919 (Target Architecture Definition): Mention same. Add references to
9920 web pages.
9921
2c8682ee
MS
99222002-05-08 Michael Snyder <msnyder@redhat.com>
9923
9924 * stabs.texinfo (Attributes): Document new "vector" attribute.
9925
0816590b
AC
99262002-05-04 Andrew Cagney <ac131313@redhat.com>
9927
9928 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9929
2653173e
AC
99302002-05-04 Andrew Cagney <ac131313@redhat.com>
9931
9932 * gdb.texinfo: Delete obsolete references to a29k.
9933
d7bd68ca
AC
99342002-04-24 Andrew Cagney <ac131313@redhat.com>
9935
9936 * gdbint.texinfo (Target Architecture Definition): Replace
9937 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9938
21d83aa5
DM
99392002-04-24 David S. Miller <davem@redhat.com>
9940
9941 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9942
7673a6cc
DM
99432002-04-21 David S. Miller <davem@redhat.com>
9944
9945 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9946
d49d1e0a
AC
99472002-04-21 Andrew Cagney <ac131313@redhat.com>
9948
9949 * gdbint.texinfo (Target Architecture Definition): Delete
9950 definition of HAVE_REGISTER_WINDOWS.
9951
f7dc1244 99522002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9953
9954 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9955 "Theodore A. Roth" <troth@verinet.com>.
9956
5ca0cb28
DH
99572002-04-15 Don Howard <dhoward@redhat.com>
9958
f7dc1244 9959 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9960 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9961 Provide a better explaination of this feature.
5ca0cb28 9962
f208ba17
AC
99632002-04-14 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdbint.texinfo (Target Architecture Definition): Remove
9966 FRAME_CHAIN_COMBINE.
9967
d5ba91de
MC
99682002-04-12 Michael Chastain <mec@shout.net>
9969
9970 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9971 REG_STACK_SEGMENT.
9972
26818220
MC
99732002-04-09 Michael Chastain <mec@shout.net>
9974
9975 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9976 PYRAMID_* macros.
9977
129188f6
AC
99782002-04-07 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdb.texinfo (Bug Reporting): Document that the web is the
9981 prefered way of submitting bug reports.
9982 (Bug Reporting): Delete the s-mail address as the last resort.
9983
8227c0ff
AC
99842002-04-05 Andrew Cagney <ac131313@redhat.com>
9985
9986 * gdbint.texinfo (Target Architecture Definition): Delete
9987 references to TARGET_WRITE_FP and write_fp.
9988
16d9dec6
MS
99892002-03-27 Michael Snyder <msnyder@redhat.com>
9990
9991 * gdb.texinfo: Document new commands dump, append, and restore.
9992
9ae8b82c
AC
99932002-03-27 Andrew Cagney <ac131313@redhat.com>
9994
9995 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9996 Branch'.
9997
474c8240
AC
99982002-03-18 Andrew Cagney <ac131313@redhat.com>
9999
10000 * gdb.texinfo: Change all examples to @smallexample.
10001 * gdbint.texinfo: Ditto.
a9331b3f 10002
fb0ff88f
AC
100032002-03-18 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10006 Branches''.
10007
9bb0a4d8
AC
100082002-03-18 Andrew Cagney <ac131313@redhat.com>
10009
10010 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10011 Policy''.
10012
937f164b
FF
100132002-03-04 Fred Fish <fnf@redhat.com>
10014
10015 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10016 expresson, suports, dependant, trhe, perhaphs, situtations,
10017 explictily, taged, oportunity, unfortunatly).
10018
a7b40f07
AC
100192002-02-24 Andrew Cagney <ac131313@redhat.com>
10020
10021 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10022 Remove reference to 3.12.
10023
aab4e0ec
AC
100242002-02-23 Andrew Cagney <ac131313@redhat.com>
10025
10026 * gdbint.texinfo: Include fdl.texi.
10027 (Top): Add GNU Free Documentation License.
10028 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10029 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10030 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10031 (gdbint.info): Add srcdir to include path.
10032 * gdb.texinfo: Include gpl.texi.
10033 (Top): Add Copying.
10034 * gpl.texi: New file.
10035
47b95330
AC
100362002-02-23 Andrew Cagney <ac131313@redhat.com>
10037
10038 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10039
78c47bea
PM
100402002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10041
10042 * gdb.texinfo: Document Cygwin native specific commands.
10043
56460a61
DJ
100442002-02-15 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * gdb.texinfo: Document gdbserver ``--attach'' command.
10047
def71bfa
MS
100482002-02-07 Michael Snyder <msnyder@redhat.com>
10049
10050 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10051 to @code(_ovly_debug_event).
10052
c928edc0
AC
100532002-02-07 Andrew Cagney <ac131313@redhat.com>
10054
10055 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10056
81d46470
MS
100572002-02-06 Michael Snyder <msnyder@redhat.com>
10058
10059 * gdb.texinfo (overlays): Mention new magic symbol
10060 '_ovly_debug_event', which allows GDB to keep better track
10061 of overlays.
10062
f7dc1244 100632002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10064
10065 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10066 Suggested by Dmitry Sivachenko.
10067
10068 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10069
15110bc3
MS
100702002-02-01 Michael Snyder <msnyder@redhat.com>
10071
10072 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10073
6763aef9
MS
100742002-01-30 Michael Snyder <msnyder@redhat.com>
10075
ac282366
MS
10076 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10077 (set trust-readonly-sections): Document.
6763aef9 10078
8642bc8f
AC
100792002-01-29 Andrew Cagney <ac131313@redhat.com>
10080
10081 * gdbint.texinfo (Releasing GDB): Revise and update.
10082
afe64c1a
AC
100832002-01-28 Andrew Cagney <ac131313@redhat.com>
10084
10085 * gdbint.texinfo (Target Architecture Definition): Delete
10086 description of TARGET_BYTE_ORDER_DEFAULT.
10087
f7dc1244 100882002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10089
10090 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10091 <mitya@cavia.pp.ru>.
10092
3d6e1b5a
AC
100932002-01-23 Andrew Cagney <ac131313@redhat.com>
10094
10095 * libgdb.texinfo: Delete file.
10096
6c0e9fb3
AC
100972002-01-22 Andrew Cagney <ac131313@redhat.com>
10098
10099 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10100 * gdbint.texinfo: Ditto.
10101
e0ce93ac
AC
10102Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10103
10104 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10105
be298bcc
AC
101062002-01-22 Andrew Cagney <ac131313@redhat.com>
10107
10108 * Makefile.in: Update copyright.
10109 (TEXI2DVI): Define.
10110 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10111 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10112 gdb-cfg.texi.
10113 (TEXINDEX, PDFTEX): Delete makefile variables.
10114
8e04817f
AC
101152002-01-22 Andrew Cagney <ac131313@redhat.com>
10116
10117 * gdb.texinfo (Protocol): Move section to appendix.
10118
6b2f586d
AC
101192002-01-21 Andrew Cagney <ac131313@redhat.com>
10120
10121 * gdb.texinfo (Remote Debugging): Create a menu.
10122 (Top): Add ``Remote Debugging'' to menu.
10123
6f05cf9f
AC
101242002-01-21 Andrew Cagney <ac131313@redhat.com>
10125
10126 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10127 serial protocol'' from here.
10128 (Remote Debugging): To here. New chapter.
10129
3fd3d7d2
AC
101302002-01-20 Andrew Cagney <ac131313@redhat.com>
10131
10132 * gdbint.texinfo (Target Architecture Definition): Delete
10133 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10134
7fd60527
AC
101352002-01-20 Andrew Cagney <ac131313@redhat.com>
10136
10137 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10138 are no longer needed.
10139 (Porting GDB): Add maintainer note about configure.host.
10140
c2f05ac9
AC
101412002-01-20 Andrew Cagney <ac131313@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Remove
10144 definition of IEEE_FLOAT.
10145
f7dc1244 101462002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10147
10148 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10149 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10150 <3diff@gnu.org>
231b2aad 10151
82600034
AC
101522002-01-19 Andrew Cagney <ac131313@redhat.com>
10153
10154 * gdbint.texinfo (Host Definition): Remove references to
10155 MALLOC_INCOMPATIBLE.
10156
7708fa01
AC
101572002-01-17 Andrew Cagney <ac131313@redhat.com>
10158
10159 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10160 and xyz-xdep.o.
10161
eb12ee30
AC
101622002-01-17 Andrew Cagney <ac131313@redhat.com>
10163
889bf7c5 10164 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10165 (Set Breaks): Copy ``maint info breakpoint'' doco to
10166 ``Maintenance Commands'' appendix. Add reference.
10167
c9ccaa92
AC
101682002-01-17 Andrew Cagney <ac131313@redhat.com>
10169
10170 * fdl.texi: Remove next/prev from @node.
10171
f7dc1244 101722002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10173
10174 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10175 for monstrous @multitable (from Brian Youmans).
10176
10177 * fdl.texi: New file.
10178
10179 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10180
8973da3a
AC
101812002-01-15 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdbint.texinfo (Releasing GDB): New chapter.
10184
7d86b5d5
AC
101852002-01-14 Andrew Cagney <ac131313@redhat.com>
10186
10187 * gdb.texinfo (Embedded Processors, Calling program functions):
10188 Obsolete references to a29k.
10189
cc1cb004
AC
101902002-01-13 Andrew Cagney <ac131313@redhat.com>
10191
10192 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10193 examples. Document that a code-block should do or discard its
10194 cleanups before exit.
10195
79f12247
MS
101962002-01-11 Michael Snyder <msnyder@redhat.com>
10197
10198 * gdb.texinfo (Choosing files): Change @samp to @file.
10199
19837790
MS
102002002-01-05 Michael Snyder <msnyder@redhat.com>
10201
10202 * gdb.texinfo (--pid): Document new command line option (attach).
10203
f7dc1244 102042002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10205
10206 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10207 in the stub.
10208
d7449b42
AC
102092002-01-04 Andrew Cagney <ac131313@redhat.com>
10210
10211 * gdbint.texinfo (Target Architecture Definition): Replace
10212 BIG_ENDIAN with BFD_ENDIAN_BIG.
10213
f23631e4
AC
102142002-01-03 Andrew Cagney <ac131313@redhat.com>
10215
10216 * gdbint.texinfo (Target Architecture Definition): Replace
10217 value_ptr with struct value pointer.
10218
72c9928d
EZ
102192002-01-02 Eli Zaretskii <eliz@gnu.org>
10220
10221 * gdb.texinfo (Free Software): Fix wording.
10222
959acfd1
EZ
102232001-12-31 Eli Zaretskii <eliz@gnu.org>
10224
10225 * gdb.texinfo (Free Software): New section ``Free Software Needs
10226 Free Documentation''.
10227
f7dc1244 102282001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10229
10230 * stabs.texinfo:
10231 * gdb.texinfo:
10232 * gdbint.texinfo:
10233 * libgdb.texinfo:
10234 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10235
6600abed
MS
102362001-12-29 Michael Snyder <msnyder@redhat.com>
10237
10238 * gdb.texinfo (maint info sections): Fix typo.
10239
f6680716
MS
102402001-12-26 Michael Snyder <msnyder@redhat.com>
10241
fe95c787
MS
10242 * gdb.texinfo (maint info sections): Document.
10243
a9331b3f 10244 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10245 'info proc' sub-options that are currently not implemented.
10246
c3d3ce5b
JB
102472001-12-20 Jim Blandy <jimb@redhat.com>
10248
10249 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10250
778eb05e
AC
102512001-12-15 Andrew Cagney <ac131313@redhat.com>
10252
10253 * gdbint.texinfo (Target Architecture Definition): Replace
10254 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10255
2607059c
AC
102562001-12-01 Andrew Cagney <ac131313@redhat.com>
10257
10258 * gdbint.texinfo (Host Definition): Delete documentation on
10259 HOST_BYTE_ORDER.
10260
df0cd8c5
JB
102612001-11-30 Jim Blandy <jimb@redhat.com>
10262
10263 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10264 overlay support. Add to top-level menu.
df0cd8c5 10265
88118b3a
TT
102662001-11-26 Tom Tromey <tromey@redhat.com>
10267
10268 * gdb.texinfo (Command Syntax): Document C-o binding.
10269
96565e91
CF
102702001-07-26 Christopher Faylor <cgf@redhat.com>
10271
10272 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10273 use since it is described in the referenced section.
10274
f7dc1244 10275 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10276 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10277 clearer when using DJGPP.
10278
2a3d5645
CF
102792001-11-24 Christopher Faylor <cgf@redhat.com>
10280
10281 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10282 specifically refer to MS-DOS.
10283 (command files): Mention gdb.ini is only used on MS-DOS.
10284
aa26fa3a
TT
102852001-11-21 Tom Tromey <tromey@redhat.com>
10286
10287 * gdb.texinfo (Invoking GDB): Document --args.
10288 (Mode Options): Likewise.
10289
4f8ada06
JB
102902001-11-21 Jim Blandy <jimb@redhat.com>
10291
10292 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10293 Delete documentation; this macro has been removed from the
10294 sources.
4f8ada06 10295
3fe0dc10
JB
102962001-11-13 Jim Blandy <jimb@redhat.com>
10297
10298 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10299
9e5abb06
CV
103002001-11-06 Corinna Vinschen <vinschen@redhat.com>
10301
10302 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10303
1c5dfdad
MS
103042001-11-05 Michael Snyder <msnyder@redhat.com>
10305
a9331b3f 10306 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10307 quote regexp chars in function names such as "operator*()".
10308
990f9fe3
FF
103092001-11-01 Fred Fish <fnf@redhat.com>
10310
10311 * gdbint.texinfo (SOLIB_ADD): Document additional new
10312 "readsyms" arg.
10313
b433d00b
DH
103142001-10-30 Don Howard <dhoward@redhat.com>
10315
070b1dd3
DH
10316 * gdb.texinfo: (Command Files) Added documentation for the
10317 behavior of gdb with input redirected from a file.
b433d00b 10318
b7209cb4
FF
103192001-10-28 Fred Fish <fnf@redhat.com>
10320
10321 * gdb.texinfo (auto-solib-add): Change docs to match
10322 implementation change.
10323 (auto-solib-limit): Add docs for new variable.
10324
1aa20aa8
AC
103252001-10-15 Andrew Cagney <ac131313@redhat.com>
10326
10327 * gdbint.texinfo (Target Architecture Definition): Function
10328 value_as_pointer renamed to value_as_address.
10329
fc0c74b1
AC
103302001-10-15 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdbint.texinfo (Target Architecture Definition): Default
10333 POINTER_TO_ADDRESS functions assume unsigned addresses.
10334 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10335 posting by Jim Blandy.
10336
f4846649
JB
103372001-10-12 Jim Blandy <jimb@redhat.com>
10338
10339 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10340 version of texi2html (1.64) doesn't support this flag any more.
10341
f277788b
MK
103422001-09-08 Mark Kettenis <kettenis@gnu.org>
10343
a9dc4918
MK
10344 * gdbint.texinfo (Host Definition): Remove description of
10345 MEM_FNS_DECLARED.
10346
d28379df
MK
10347 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10348
f277788b
MK
10349 * gdbint.texinfo (Host Definition): Remove description of
10350 HAVE_SIGSETMASK.
10351
7ccaa899
EZ
103522001-09-04 Elena Zannoni <ezannoni@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Add
10355 explanation of TARGET_PRINT_INSN macro.
10356
17d9d558
JB
103572001-08-30 Jim Blandy <jimb@redhat.com>
10358
10359 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10360 Explain what it means to load relocatable files.
10361
72cde065
JB
103622001-08-28 Jim Blandy <jimb@redhat.com>
10363
10364 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10365 info `top' menu.
10366
9e678452
CF
10367Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10368
10369 * gdbint.texinfo: Add a cautionary note about macro use.
10370
a2bea4c3 103712001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10372
a2bea4c3
CV
10373 * gdb.texinfo: Explain omitting the hostname in the
10374 `target remote' command.
10375
1129bf27
DJ
103762001-07-30 Daniel Jacobowitz <drow@mvista.com>
10377
10378 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10379 and END-INFO-DIR-ENTRY.
10380
732b3002
SC
103812001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10382
10383 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10384
89437448
AC
103852001-07-25 Andrew Cagney <ac131313@redhat.com>
10386
10387 * gdbint.texinfo (libgdb): Rewrite.
10388
f7dc1244 103892001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10390
10391 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10392
c4555f82
SC
103932001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10394
10395 * gdb.texinfo (TUI): New chapter, document the TUI.
10396 (Mode Options): Document the -tui option.
10397
2f45a6e0
MK
103982001-07-23 Mark Kettenis <kettenis@gnu.org>
10399
10400 * gdbint.texinfo (Host Definition): Remove description of
10401 NEED_POSIX_SETPGID.
10402
f7dc1244 104032001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10404
10405 * gdb.tex (DJGPP Native): New node, with descriptions of
10406 DJGPP-specific commands.
10407
be9c6c35
JM
104082001-07-19 John R. Moore <jmoore@redhat.com>
10409
10410 * gdbint.texinfo: Three misspellings.
10411
dfa249fb
AC
104122001-07-06 Andrew Cagney <ac131313@redhat.com>
10413
10414 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10415 `test` expressions on bash. Problem reported by Colin Walters.
10416
c72e7388
AC
104172001-07-04 Andrew Cagney <ac131313@redhat.com>
10418
10419 * gdbint.texinfo (User Interface): Update ui-out documentation to
10420 refelect recent UI/MI updates.
10421
94bbb2c0
AC
104222001-07-04 Andrew Cagney <ac131313@redhat.com>
10423
10424 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10425 interpreters.
10426
af6c57ea
AC
104272001-06-15 Andrew Cagney <ac131313@redhat.com>
10428
10429 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10430 structure and not macros.
10431 (Host Definition): Document that much of this chapter is obsolete.
10432 (Target Architecture Definition): Update list of files that make
10433 up a target architecture.
10434 (Coding): Update.
10435
83aa8bc6
AC
104362001-06-28 Andrew Cagney <ac131313@redhat.com>
10437
10438 * gdbint.texinfo (Target Architecture Definition): Update
10439 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10440 The latter has been changed to a true predicate.
10441
f7dc1244 104422001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10443
10444 * annotate.texi: Add @noindent where needed. From Dmitry
10445 Sivachenko <dima@Chg.RU>.
10446 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10447
656db9b0
AC
104482001-06-16 Andrew Cagney <ac131313@redhat.com>
10449
10450 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10451
df2396a1
AC
104522001-06-14 Andrew Cagney <ac131313@redhat.com>
10453
10454 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10455 returns ``OK''. Document that the ``R'' packet does not reply.
10456
0f1f2b0a
MS
104572001-06-13 Michael Snyder <msnyder@redhat.com>
10458
10459 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10460
f7dc1244 104612001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10462
10463 * gdb.texinfo (Signals): Clarify the default setting of signal
10464 handling.
10465
a5d7c491
AC
104662001-05-14 Andrew Cagney <ac131313@redhat.com>
10467
10468 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10469 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10470
05a54c4f
AC
104712001-05-12 Andrew Cagney <ac131313@redhat.com>
10472
10473 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10474
f7dc1244 104752001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10476
10477 * gdbint.texinfo (Clean Design and Portable Implementation):
10478 Renamed from "Clean Design".
10479 (Clean Design and Portable Implementation): Document portable
10480 methods of handling file names, and the associated macros.
10481
f7dc1244 104822001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10483
10484 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10485 command and provide a cross-reference to its description.
10486 (Symbols): Note that "info scope" is useful for trace experiments.
10487
f7dc1244 104882001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10489
b37052ae
EZ
10490 * gdb.texinfo (Symbols): Document "info scope".
10491 (Tracepoints): New chapter.
10492 (Contributors): Update for v5.1.
10493 <All nodes>: Change "C++" to "C@t{++}".
10494
0ee54786
EZ
10495 * gdbint.texinfo (User Interface): A new section about ui_out
10496 functions, based on text written by Fernando Nasser.
10497
c534679c
EZ
10498 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10499
f7dc1244 105002001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10501
e9c75b65
EZ
10502 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10503
10504 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10505
10506 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10507 Replace "GDB" with "@value{GDBN}". Fix markup.
10508
10509 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10510
3d67e040
EZ
10511 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10512 a cross-reference to its description.
10513 (Symbols): Document "info symbol".
10514
f7dc1244 105152001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10516
10517 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10518 subsection "x86 Watchpoints".
10519 (Target Architecture Definition): Document the macros
10520 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10521 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10522
b0ed3589
AC
105232001-03-20 Andrew Cagney <ac131313@redhat.com>
10524
10525 * gdbint.texinfo (Target Architecture Definition): Update
10526 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10527 list.
10528
b6ba6518
KB
105292001-03-06 Kevin Buettner <kevinb@redhat.com>
10530
10531 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10532 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10533
f7dc1244 105342001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10535
10536 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10537
f7dc1244 105382001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10539
17cc6a06
EZ
10540 * gdb.texinfo (Environment): Document that `path' does not change
10541 the value of PATH in GDB's own environment (it did in the past,
10542 but that was changed on March 15, 1994). Reported by Doug Evans
10543 <dje@transmeta.com>.
10544
56caf160
EZ
10545 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10546 its line. Fix markup of commands and macros. Add an Index node
10547 and index entries.
10548
29e57380
C
105492001-01-23 J.T. Conklin <jtc@redback.com>
10550
10551 * gdb.texinfo (Memory region attributes): New manual section.
10552
1c6147de
ND
105532001-01-04 Nicholas Duffek <nsd@redhat.com>
10554
10555 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10556
f7dc1244 105572000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10558
10559 * refcard.tex: Version and copyright fixed. From Phil Edwards
10560 <pedwards@disaster.jaj.com>.
10561
0dcedd82
AC
10562Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10563
10564 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10565 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10566
3b851bce
AC
10567Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10568
10569 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10570 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10571
f7dc1244 105722000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10573
10574 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10575 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10576
b90a5f51
CF
105772000-11-10 Christopher Faylor <cgf@cygnus.com>
10578
10579 * gdb.texinfo: Document new 'set step-mode' command.
10580
f7dc1244 105812000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10582
10583 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10584 changes from Dmitry Sivachenko <dima@Chg.RU>.
10585
f7dc1244 105862000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10587
10588 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10589 From Steven Johnson <sbjohnson@ozemail.com.au>.
10590
2e685b93
MK
105912000-08-10 Mark Kettenis <kettenis@gnu.org>
10592
10593 * gdbint.texinfo (Overall Structure): Spelling fix.
10594
f7dc1244 105952000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10596
10597 * gdbint.texinfo (Target Architecture Definition): Document that
10598 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10599 for which REGISTER_CONVERTIBLE returns a zero value.
10600
63ac3005
EZ
106012000-07-08 Christopher Faylor <cgf@cygnus.com>
10602
10603 * Makefile.in (install-info): Find files to install in either the
10604 build or source directories (adapted from Makefile.am).
10605
bd79f757
ND
106062000-07-07 Nicholas Duffek <nsd@redhat.com>
10607
10608 * stabs.texinfo: Fix spelling errors.
10609 (String Field): FILE-NUMBER starts from 0, not 1.
10610
f7dc1244 106112000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10612
10613 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10614 Brian Youmans.
5f208f6d 10615
f7dc1244 106162000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10617
10618 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10619 the source directory. Reported by Mark Harig
10620 <markh@frazier.landmark.com>.
cc542d3b 10621
f3b28801
C
106222000-06-20 J.T. Conklin <jtc@redback.com>
10623
10624 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10625
449f3b6c
AC
10626Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10627
10628 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10629 Generate using pdftex.
449f3b6c 10630 (PDFTEX): Define.
889bf7c5 10631 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10632 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10633 @contents at the start.
449f3b6c 10634
f7dc1244 106352000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10636
10637 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10638 Youmans.
48e934c6 10639
9e9c5ae7
AC
10640Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10641
10642 From Brian Youmans:
10643 * gdb.texinfo: Fix ``et al.''.
10644
c741b251
AC
10645Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10646
10647 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10648 loop.
c741b251 10649
4ab64e14
JG
106502000-05-19 Jimmy Guo <guo@cup.hp.com>
10651
10652 * configure: Regenerate.
10653
f7dc1244 106542000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10655
10656 * Makefile.in (install-info): Run install-info on installed Info
10657 files.
10658
8c70017b
AC
10659Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10660
a7cb598a 10661 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10662 Andrew Cagney.
8c70017b 10663
f7dc1244 106642000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10665
10666 * gdb.texinfo: Proofreading changes from Brian Youmans.
10667
bf0184be
ND
106682000-05-01 Nick Duffek <nsd@cygnus.com>
10669
10670 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10671 startup sequence, minor edits.
10672
f7dc1244 106732000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10674
10675 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10676 TeX.
10677
10678 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10679 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10680 like `n' and `s' which look weird. Convert some of the @kindex to
10681 @vindex, when they refer to variables, not commands.
10682
33e16fad
AC
10683Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10684
10685 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10686
f7dc1244 106872000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10688
10689 * Makefile.in (GDBMI_DIR): New variable.
10690 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10691 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10692 (gdbmi.texinfo): New target, for texi2roff.
10693 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10694 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10695
10696 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10697 gdbmi.texinfo.
10698 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10699 comment.
10700
d167840f
EZ
107012000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10702
10703 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10704 command.
d167840f 10705
f7dc1244 107062000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10707
10708 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10709 prevents the build (and is generally a Bad Idea).
10710
f7dc1244 107112000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10712
10713 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10714 a comma inside @var.
10715 (Command Files): Index markup changes from Dmitry Sivachenko
10716 <dima@Chg.RU>.
10717
f7dc1244 107182000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10719
10720 * Makefile.in (LN_S): Define.
10721 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10722 invoke "ln -s" unless it is known to work.
10723
10724 * configure.in (AC_PROG_LN_S): Add.
10725
8dc7983f
JB
107262000-04-14 Jim Blandy <jimb@redhat.com>
10727
10728 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10729 section.
10730 (Target Conditionals): Document ADDRESS_TO_POINTER,
10731 POINTER_TO_ADDRESS.
10732
1a8237e8
DB
107332000-04-11 Daniel Berlin <dan@cgsoftware.com>
10734
10735 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10736 gdb-cfg.texi to get the value.
10737
ca526f1a
JB
107382000-04-10 Jim Blandy <jimb@redhat.com>
10739
10740 * gdbint.texinfo (Target Architecture Definition): Fix
10741 cross-references.
10742
faaafcb4
JB
107432000-04-08 Jim Blandy <jimb@redhat.com>
10744
10745 * gdbint.texinfo (Using Different Register and Memory Data
10746 Representations): New section.
10747 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10748 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10749 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10750
1b27397f
AC
10751Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10752
10753 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10754 for acknowledgments.
1b27397f 10755
480ff1fb
AC
10756Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10757
10758 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10759 qThreadExtraInfo.
480ff1fb 10760
a9331b3f 107612000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10762
a9331b3f
RM
10763 * gdb.texinfo: Clarify which remote debug protocol commands are
10764 required and which are optional.
f1251bdd 10765
dbeb8dbd
AC
10766Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10767
10768 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10769 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10770 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10771 * annotate.texi: Update.
10772
6d2ebf8b
SS
107732000-03-28 Stan Shebs <shebs@apple.com>
10774
10775 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10776 expectation of additional changes before release), update
10777 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10778 node links, rephrase and/or shorten lines to fix formatting
10779 problem in both regular and @smallbook formats.
10780 * annotate.texi: Shorten lines in example, use smallexample
10781 consistently everywhere.
10782 * Makefile.in: Add comment about texinfo 4.0 html generation.
10783 (SFILES_INCLUDED): Add annotate.texi.
10784
5d161b24
DB
107852000-03-27 Daniel Berlin <dan@cgsoftware.com>
10786
5ae4183a
AS
10787 * gdb.texinfo (Debugging Output): Added new section, documenting
10788 the "set/show debug" commands.
5d161b24 10789
b9deaee7
AC
10790Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10791
10792 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10793 entry.
b9deaee7
AC
10794
10795 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10796 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10797 @chapter and @node entries.
a9331b3f 10798
b9deaee7 10799 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10800
9ef47d30
AC
10801Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10802
10803 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10804 files.
9ef47d30 10805
cfeada60
FN
108062000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10807
10808 From David Whedon <dwhedon@gordian.com>
5ae4183a 10809 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10810
6837a0a2
DB
108112000-03-22 Daniel Berlin <dan@cgsoftware.com>
10812
10813 * gdb.texinfo: Add documentation for the apropos command.
10814
bba2971c
MS
108152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10816
10817 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10818
2b628194
MS
108192000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10820
a9331b3f 10821 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10822 two places.
10823
96a2c332
SS
108242000-03-17 Stan Shebs <shebs@apple.com>
10825
10826 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10827 <dima@Chg.RU>, also clarification of allowed content for
10828 string constants.
10829
f7dc1244 108302000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10831
10832 * gdb.texinfo (main menu): Add Annotations.
10833 (File Options): Add @cindex entries for each command-line option.
10834 Document --epoch, --annotate, --async, --interpreter, --write,
10835 --statistics, and --version.
10836
10837 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10838 of GDB.
10839
9d233477
JB
108402000-02-23 Jim Blandy <jimb@redhat.com>
10841
10842 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10843
14e0eb3b
JB
108442000-02-22 Jim Blandy <jimb@redhat.com>
10845
10846 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10847
3555de01
JM
108482000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10849
10850 * Makefile.in (diststuff): New target.
10851
5e35df8e
KB
108522000-02-15 Kevin Buettner <kevinb@redhat.com>
10853
10854 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10855 architecture. [From Jim Wilson.]
5e35df8e 10856
c5394b80
JM
108572000-01-16 Tom Tromey <tromey@cygnus.com>
10858
10859 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10860 (Delete Breaks): Mention range arguments.
10861 (Disabling): Likewise.
10862
c3f6f71d
JM
108632000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10864
10865 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10866
c4093a6a
JM
10867Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10868
10869 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10870 valid functions.
c4093a6a 10871
11cf8741
JM
108721999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10873
10874 * gdb.texinfo: Clarify regular expressions used in rbreak.
10875
917317f4
JM
108761999-10-15 Kevin Buettner <kevinb@cygnus.com>
10877
10878 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10879 MEMORY_REMOVE_BREAKPOINT): Document.
10880
10881Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10882
10883 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10884 offset re-using the DATA offset instead.
917317f4 10885
2df3850c
JM
108861999-10-11 Jim Kingdon <kingdon@redhat.com>
10887
10888 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10889
108901999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10891
10892 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10893 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10894 typos.
10895
10896 * gdb.texinfo: Various minor wording and formatting improvements,
10897 mentions of additional command-line options.
10898
2acceee2
JM
108991999-09-30 Fred Fish <fnf@cygnus.com>
10900
10901 * gdb.texinfo: Document additional forms of specifying section
10902 names and addresses for the add-symbol-file command.
10903
c2c6d25f
JM
109041999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10905
10906 * gdbint.texinfo: Fix typo, add the word "have".
10907
109081999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10909
10910 * gdbint.texinfo (Target Architecture Definition): Document the
10911 SKIP_PERMANENT_BREAKPOINT macro.
10912
d4f3574e
SS
109131999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10914
10915 * gdb.texinfo: Fiks speling errers.
10916
10917 * gdb.texinfo: Fix uses of @multitable.
10918
f7dc1244 10919 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10920 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10921 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10922 comments about using with optimization, add more indexing,
10923 fix info about disassembly-flavor.
10924
10925Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10926
10927 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10928 SKIP_SOLIB_RESOLVER): Define.
10929
10930Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10933 ``g'' packets.
d4f3574e 10934
104c1213
JM
109351999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10936
10937 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10938 platform-specific info, inline remote.texi and move sections of it
10939 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10940 and register stack into the new chapter.
10941 * remote.texi: Remove, now part of gdb.texinfo.
10942 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10943
109441999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10945
10946 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10947 GDB_TARGET_IS_MACH386): These kludges have gone away.
10948
10949Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10950
10951 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10952 TDEPLIBS.
104c1213 10953
53a5351d
JM
109541999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10955
10956 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10957 surrounding text to fit HP-UX bits into general info.
10958 (HPPA-cfg.texi): Remove, no longer useful.
10959
10960 * gdb.texinfo: Remove explicit links from @node lines, remove
10961 HP-added "Detailed Node Listing" from main menu which confuses
10962 things.
10963
10964 From Dmitry Sivachenko <dima@Chg.RU>:
10965 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10966 in description of `set environment'.
53a5351d
JM
10967
109681999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10969
10970 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10971
7be570e7
JM
109721999-08-12 Ben Elliston <bje@cygnus.com>
10973
10974 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10975
f7dc1244 109761999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10977
10978 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10979 watch, awatch, and rwatch. Explain why the latter two cannot be
10980 set as software watchpoints. Document that watchpoints for local
10981 variables are deleted when the debuggee terminates.
7be570e7
JM
10982
10983Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10984
10985 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10986 packet. Allow E.. response packet. "qRcmd" packet is no longer
10987 reserved.
7be570e7
JM
10988
109891999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10990
a9331b3f
RM
10991 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10992 * gdb.texinfo: Ditto.
7be570e7 10993
96baa820
JM
109941999-08-06 Tom Tromey <tromey@cygnus.com>
10995
10996 * gdb.texinfo (KOD): New node.
10997
10998Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10999
11000 * remote.texi (Rcmd): Fix minor formatting typos.
11001
11002Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11003
11004 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11005 packets.
96baa820 11006
adf40b2e
JM
110071999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11008
11009 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11010 fixes.
11011
43ff13b4
JM
11012Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11013
11014 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11015
085dd6e6
JM
11016Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11017
11018 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11019 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11020 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11021 packets that are not supported on all hosts. Expand examples.
11022 Spell check.
085dd6e6
JM
11023
110241999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11025
11026 * Makefile.in: Recognize html, install-html. Add targets
11027 to build HTML versions of documentation via texi2html.
11028
11029Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11030
11031 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11032 testsuite.
085dd6e6
JM
11033
11034Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11035
11036 * remote.texi (Communication Protocol): Rewrite.
11037
11038Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11039
11040 * stabs.texinfo: Fix uses of xref.
11041
9e0b60a8
JM
11042Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11043
11044 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11045 info about patch submission.
11046
cce74817
JM
11047Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11048
11049 From Per Bothner <bothner@cygnus.com>:
11050 * gdb.texinfo: Document Chill support.
11051
11052Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11053
11054 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11055 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11056 Document that the value should be greater-than or equal-to zero.
11057 (NO_STD_REGS): Document. Deprecate.
cce74817 11058
ac9a91a7
JM
11059Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11060
11061 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11062 Document that these are not used.
ac9a91a7
JM
11063
11064Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11065
11066 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11067
392a587b
JM
11068Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11069
11070 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11071 numargs was dropped.
392a587b
JM
11072
11073Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11074
11075 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11076
b83266a0
SS
11077Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11078
11079 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11080 Update.
b83266a0 11081
7a292a7a
SS
11082Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11083
11084 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11085 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11086
11087Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11088
11089 * gdbint.texinfo: Fix typos: $ -> @.
11090
11091Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11092
11093 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11094 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11095 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11096 BREAKPOINT_FROM_PC.
a9331b3f 11097
7a292a7a
SS
11098Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11099
11100 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11101 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11102
11103Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11104
11105 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11106 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11107
111081999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11109
11110 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11111 longer exists.
11112
11113Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11114
11115 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11116 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11117 they make the manual source incomprehensible.
7a292a7a
SS
11118 * h8-cfg.texi: Remove, hasn't been used in years.
11119
c906108c
SS
11120Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11121
11122 * gdb.texinfo: Update the credits.
11123
11124Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * gdb.texinfo: Fix mistakes noticed in printout of last
11127 draft, add Alpha to discussion of heuristic fence post.
11128
11129Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11130
11131 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11132 Edition, merge some HP changes into mainline, describe some
11133 previously undocumented features, describe more of the target
11134 commands available, eliminate obsolete section on renamed
11135 commands.
c906108c
SS
11136 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11137
11138Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11139
11140 * gdb.texinfo: Make many HPPA conditionals unconditional,
11141 including catchpoint description, since now on for all configs.
11142 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11143 specializations.
11144
11145Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11146
11147 * Makefile.in (GDBvn.texi): Fix match expression to work with
11148 current format of VERSION in gdb/Makefile.in.
11149 * gdb.texinfo: Fix node ref to match new readline.
11150
11151Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11152
a9331b3f
RM
11153 * gdb.texinfo: Changes made as part of a project to merge in
11154 changes made by HP. Documentation makes extensive use of
c906108c
SS
11155 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11156 on remote debugging. There are differences in documentation
889bf7c5 11157 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11158 the HP manual discusses catchpoints, hardware watchpoints, and
11159 some HPUX specific limitations for shared library support.
a9331b3f 11160
c906108c
SS
11161 There are also a number of @node changes.
11162
111631999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11164
11165 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11166 (C Usage): Same.
11167
11168Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11169
11170 The following changes were made by Edith Epstein
889bf7c5
PA
11171 <eepstein@cygnus.com> as part of a project to merge in changes
11172 made by HP.
a9331b3f 11173
c906108c
SS
11174 * HPPA-cfg.texi: new file.
11175
11176 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11177
11178 * refcard.tex: change documentation about catch.
11179 removed info catch.
11180
11181Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11182
11183 * gdbint.texinfo: Expand on GDB's coding standards,
11184 specify the use of arg names with prototypes.
11185
111861998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11187
11188 * gdb.texinfo: Fix tipo.
11189
11190Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11191
11192 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11193 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11194
11195Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11196
11197 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11198
111991998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11200
11201 * agentexpr.texi: New file.
11202
11203Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11204
11205 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11206
112071998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11208
11209 * remote.texi: Changed wording that implied that the GDB remote
11210 protocol caches register values instead of GDB itself.
11211
11212Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11213
11214 * gdbint.texinfo: Add some info about symbol readers.
11215 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11216 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11217 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11218 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11219
11220Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11221
a9331b3f 11222 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11223
11224Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11225
11226 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11227
11228Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11229
11230 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11231 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11232
11233Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11234
11235 * gdbint.texinfo: Fix minor typos.
11236
11237Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11238
11239 * gdbint.texinfo: Complete overhaul. Group descriptions more
11240 logically, add more info on generic algorithms, remove much
11241 obsolete and/or wrong material.
11242
11243Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11244
11245 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11246
11247Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11248
11249 * refcard.tex: Copyright, address updates.
11250
11251Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11252
11253 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11254 for the edition instead of confusing GDB-version-like numbers.
11255
11256Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11257
11258 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11259
11260Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11261
5ae4183a 11262 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11263
11264Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11265
11266 * gdb.texinfo: Add some credits, mention bug monitor.
11267 * remote.texi: Mention mips monitor targets.
11268 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11269
c906108c
SS
11270Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11271
11272 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11273 files, finish sorting of host vs target vs native macros, describe
11274 some more of them.
c906108c
SS
11275
11276Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11277
11278 * gdbint.texinfo (Host Conditionals): Document change from
11279 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11280
11281Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11282
11283 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11284 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11285
11286Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11287
11288 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11289 Document LSEEK_NOT_LINEAR.
11290
11291Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11292
11293 * stabs.texinfo (Stab Section Basics): Make it clear that only
11294 some versions of the GNU linker remove the leading N_UNDF symbol.
11295
11296Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11297
11298 * stabs.texinfo (String Field): Document type number pairs here,
11299 instead of in the Sun specific section.
11300 (Include Files): The GNU linker supports the N_BINCL
11301 optimization. Clarify the N_BINCL value, and what it is used
11302 for.
11303 (Procedures): Document N_FUN with an empty string to mark the end
11304 of a function.
11305 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11306 (Sun Differences): Remove this node, as the information is now
11307 elsewhere in the main document.
11308 (Stab Section Basics): Mention that the GNU linker may optimize
11309 stabs and remove the leading N_UNDF symbol.
11310
11311Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11312
11313 * gdb.texinfo, refcard.tex: Restore author credit
11314
11315Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11316
11317 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11318 documentation to account for START and END macros taking
11319 one arg.
11320
11321Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11322
11323 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11324 * gdb.texinfo (Frames): Fix typo.
11325
11326Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11327
11328 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11329 a target_signal as arg type, not a pid.
11330
11331Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11332
11333 * gdb.texinfo: Document `set assembly-language'.
11334
11335Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11336
11337 * remote.texi: Update list of stubs in the GDB distribution.
11338
11339Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11340
11341 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11342 Also document that some systems can use mmalloc but must define
11343 this if their C runtime allocates memory that is later freed.
c906108c 11344 (MMCHECK_FORCE): Document new macro.
a9331b3f 11345
c906108c
SS
11346Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11347
11348 * remote.texi: Add documentation for target Sparclet.
11349
11350Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11351
a9331b3f 11352 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11353 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11354 * configure.in: Rewritten for autoconf.
11355 * configure: New.
11356
11357Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11358
11359 * Makefile.in (DVIPS): New define, set to dvips.
11360 (dvi): Add stabs.dvi.
11361 (ps): New target.
11362 (all-doc): Depend on info, dvi, and ps targets.
11363 (STAGESTUFF): Add *.ps and *.dvi files.
11364 (clean-info, clean-dvi): Remove.
11365 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11366 rules completely rewritten.
11367 (maintainer-clean): Remove clean-info and clean-dvi
11368 dependencies and put their actions in the rules.
11369 (gdb.ps): New target
a9331b3f 11370 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11371 intermediate TeX files, whether they have 2 or 3 character
11372 extensions.
11373 (gdbint.ps): Add target and rules.
11374 (gdb-internals): Delete unused target.
11375 (Makefile): Depends upon config.status also.
11376
11377Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11378
11379 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11380 set.
11381
11382Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11383
11384 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11385 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11386
11387Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11388
11389 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11390
11391Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11392
11393 * gdb.texinfo (Print settings): Document
11394 `set/show print static-members' commands.
11395
11396Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11397
11398 * gdbint.texinfo (Native): Document name change, coredep.c to
11399 core-aout.c.
11400
11401Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11402
11403 * stabs.texinfo (Include Files): Document the values the SunOS4
11404 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11405
11406Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11407
11408 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11409 Fix typo.
11410
11411Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11412
11413 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11414 "gdb.tar.Z".
11415
11416Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11417
11418 * Makefile.in (maintainer-clean): New target, synonym for
11419 realclean.
11420
11421Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11422
11423 * Update all FSF addresses except those in COPYING* files.
11424
11425Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11426
11427 From Richard Earnshaw (rearnsha@armltd.co.uk):
11428 * gdb.texinfo (convenience variables): Document $_exitcode.
11429 (quit): Document optional expression to use as exit code.
11430
11431Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11432
11433 * gdb.texinfo, remote.texi: Brought up to date with various
11434 GDB changes.
11435
11436Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11437
11438 * gdb.texinfo: Update dates and versions, fix comments about
11439 hardware watchpoints in future releases and about the
11440 sharedlibrary command.
11441
11442Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11443
11444 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11445 C_FUN stab. Other cleanups.
11446
11447Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11448
11449 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11450 for the sparc stub.
11451
11452Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11453
11454 * annotate.texi: Clarify which addresses have differing formats
11455 depending on the language and which do not.
11456
11457Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11458
11459 * remote.texi (NetWare): Changed example to use BOARD= instead of
11460 NODE= argument to reflect correspoding change to gdbserve.nlm.
11461
11462Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11463
11464 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11465 GDB, as well as AIX dbx, supports the size type attribute.
11466
11467Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11468
11469 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11470
11471Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11472
11473 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11474 and new 'if' and 'while' commands.
11475
11476Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11477
11478 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11479
11480Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11481
11482 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11483 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11484 NetWare targets. Mostly stolen from the Server node.
11485
11486Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11487
11488 * gdb.texinfo (Setting): Talk about the language of a source file
11489 versus the working language. The old documentation did not match
11490 what GDB did.
11491
11492Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11493
11494 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11495 of a source file.
11496
11497Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11498
11499 * gdb.texinfo (Processes): New node.
11500
11501Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11502
11503 * remote.texi: Update documentation of set/show mipsfpu.
11504
3fc11d3e
JM
11505Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11506
11507 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11508 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11509
11510Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11511
11512 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11513 obsolete conditionals, described some others.
11514
11515Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11516
11517 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11518 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11519
11520Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11521
11522 * gdbint.texinfo: Put regex conditionals in their own table.
11523
11524Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11525
11526 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11527 described or fixed the descriptions of many others.
11528
11529Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11530
11531 * gdb.texinfo: Add some more credits.
11532 * gdbint.texinfo: Capitalize GDB consistently, describe some
11533 macros and remove some.
11534
11535Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11536
11537 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11538 obsolete conditionals, described some others.
11539
11540Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11541
11542 * gdb.texinfo (help targets): Changed to `help target', which
11543 is the correct gdb command.
11544
11545Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11546
11547 * annotate.texi (TODO): New node, for keeping track of annotations
11548 suggested but not yet implemented.
11549
11550Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11551
11552 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11553 another symbol, it is not the address itself.
11554
11555Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11556
11557 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11558 of stabs-in-coff sections.
11559
11560Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11561
11562 * annotate.texi: Change edition to 0.5 and date to May 1994.
11563 Add index.
11564 (Frames): New node, for frame annotation.
11565 (Displays): New node, for display annotation.
11566
11567 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11568 when waiting for your program to stop.
11569
11570Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11571
11572 * annotate.texi (Breakpoint Info): Document annotation of header
11573 fields and record annotation.
11574
11575Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11576
11577 * annotate.texi: New file, to document annotations.
11578
11579Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11580
11581 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11582 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11583
11584Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11585
11586 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11587 section, and say n_strx field is compilation unit relative.
11588 * stabs.texinfo: Don't use @code for a.out when it is the name of
11589 an object file format.
11590
11591Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11592
11593 * gdb.texinfo: Refer to file names, not path names, per rms
11594 convention.
11595 (Arguments): Fix typo.
11596
11597Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11598
11599 * stabs.texinfo (Global Variables): Talk about stabs in files
11600 where variables are referenced, but not defined.
11601
11602Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11603
11604 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11605 Cplusplus to new nodes Member Type Descriptor and Method Type
11606 Descriptor. Re-write stuff for #.
11607
11608Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * gdb.texinfo (Print Settings): Don't document "set print
11611 fast-symbolic-addr off". The bug which it worked around was fixed
11612 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11613
11614 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11615 N_ENTRY node.
11616
11617 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11618
11619Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11620
11621 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11622 references to ieee-float.c.
11623
11624Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11625
11626 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11627 match what the code actually does.
11628
11629Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11632
11633Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11634
11635 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11636 i, and b.
11637
11638Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11639
11640 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11641 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11642 as "stabs in sections" rather than just saying "ELF and SOM".
11643 Also make that stuff apply to COFF.
11644
11645Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11648 Ghostscript.
11649
11650Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11651
11652 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11653 versus functions without line numbers, also mention stepping into
11654 them as well as "step" when you are in them. Tell the user how to
11655 deal with the situation. Add comment about "debugging information".
11656
11657Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11658
11659 * stabs.texinfo (Enumerations): Document restriction on where
11660 enumeration types can appear and still win with GDB.
11661
11662Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11663
11664 * stabs.texinfo (Negative Type Numbers): Document format for type
11665 -16.
11666
11667Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11668
11669 * gdb.texinfo (Selection, Frame Info): Update information about
11670 arbitrary frame specficiations.
11671
11672Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11673
11674 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11675
11676Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11677
11678 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11679
11680Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11681
11682 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11683
11684Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11685
11686 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11687 Differences node to Statics node.
11688 (Statics): Discuss XCOFF use of V symbol descriptor.
11689
11690 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11691 not clean.
11692
11693Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11694
11695 * gdb.texinfo (Print Settings): Document `set print
11696 fast-symbolic-addr' and improve the doc for some other
11697 `set print's.
11698
11699Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11700
11701 * stabs.texinfo (String Field): Talk about defining several type
11702 numbers at once.
11703 Fix lint regarding changing node ELF Transformations to
11704 ELF and SOM Transformations.
11705
11706Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11707
11708 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11709
11710Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11711
11712 * stabs.texinfo (Cross-References): `::' is for nested types only
11713 within <>.
11714 (Structures): Document static members.
11715
11716Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11717
11718 * stabs.texinfo: Document S type attribute.
11719
11720Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11721
11722 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11723
11724Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11725
11726 * gdbint.texinfo: Fix a few typos.
11727
11728Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11729
11730 * gdb.texinfo, remote.texi: formatting improvements
11731
11732 * gdb.texinfo (New Features): mention threads.
11733 (Summary, C): fix xrefs in newly contributed text.
11734 (Threads): index entries, clarifications, example
11735 (passim): minor typos fixed, phrasing improvements
11736
11737 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11738 entries; (Server): explain use of gdbserver w/real-time systems,
11739 add example of conflicting TCP port; (MIPS Remote) break up
11740 running text into table, highlighting commands, and add example.
a9331b3f 11741
c906108c
SS
11742Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11743
11744 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11745
11746Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11747
11748 * stabs.texinfo (Nested Symbols): New node.
11749 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11750
11751Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11752
11753 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11754 to picking which Bbss.bss symbol to use, and (because there seems to
11755 be no good way of doing it) re-write some of the text to make it
11756 sound like Bbss.bss isn't such a great idea after all (as currently
11757 designed).
11758
11759 * gdb.texinfo (C): In addition to saying people have to use g++ for
11760 good results, say they have to use stabs. Specifically say cfront
11761 doesn't work well.
11762 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11763 the gdb README. Add xrefs to places where the support for the various
11764 languages is described in detail.
11765
11766Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11767
11768 * stabs.texinfo: Clean up stuff about visibility and virtual
11769 characters.
11770
11771 * stabs.texinfo (N_M2C): Cite Sun doc.
11772
11773Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11774
11775 * gdb.texinfo: updates re threads.
11776 * remote.texinfo: avoid index entries starting with digits.
11777
11778Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11779
11780 * stabs.texinfo (Enumerations): Talk about large, negative and
11781 octal values. Clean up cross reference to type attributes.
11782 (String Field): Say that GDB 4.11 supports size attribute.
11783
11784Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11785
11786 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11787 is a mandatory step. Make the stuff about that more concise.
11788
11789Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11790
11791 * stabs.texinfo (Class Names): New node.
11792
11793 * gdb.texinfo (Command Files): Explain order of init file reading.
11794
11795 * remote.texi (Bootstrapping): Talk about getting the serial driver
11796 to deal with ^C sent by gdb to stop the remote system.
11797
11798Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11799
11800 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11801
11802 * libgdb.texinfo (Defining Commands): made the DOC arg
11803 to gdb_define_app_command a char * instead of char **
11804 per a suggestion from kingdon.
11805
11806 * libgdb.texinfo: total rewrite from a different starting
11807 premise.
11808
11809Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11812 floats passed as doubles (to improve clarity).
11813
11814Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11815
11816 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11817
11818 * a4rc.sed: update to work with Andreas Vogel papersize params
11819
11820 * refcard.tex: use Andreas Vogel simplifications of papersize
11821 params; remove useless version info; update copyright date.
11822
11823Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11824
11825 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11826
11827Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11828
11829 * gdb.texinfo (Files): Say what address the load command loads it at.
11830
11831 * stabs.texinfo (Common Blocks): Minor cleanups.
11832
11833 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11834 that Sun has backed away from the linker kludge and thus the relevant
11835 issue is changes to the SunPRO tools, not the Solaris linker.
11836
11837 * stabs.texinfo (Traditional Integer Types): Clean up description
11838 of octal bounds a little bit. Document extra leading zeroes.
11839
11840Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11841
11842 * gdb.texinfo (Signaling): Update for symbolic symbol names
11843 and add a section explaining the difference between the GDB
11844 signal command and the shell kill utility.
11845
11846Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11847
11848 * libgdb.texinfo: added `@' to braces that were unescaped.
11849
11850Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11851
11852 * libgdb.texinfo: new file. Spec for the gdb library.
11853
11854Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11855
11856 * stabs.texinfo (Include Files): Fix typo (start -> end).
11857
11858Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11859
11860 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11861 from Melissa at FSF's editing pass.
11862
11863Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11866 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11867 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11868
11869Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11870
11871 * remote.texi (Bootstrapping): Discuss 386 call gates.
11872
11873Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11874
11875 * stabs.texinfo (Based Variables): New node.
11876
11877Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11878
11879 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11880 names, sizes, and formats to suggest how not to lose.
11881
11882Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11883
11884 * stabs.texinfo (Methods): Fix typo.
11885
11886Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11887
11888 * gdb.texinfo: Fix a few typos.
11889
11890Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11891
11892 * gdb.texinfo: Clarify how well it works with Fortran.
11893
11894 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11895 More on relocating stabs in ELF files.
11896
11897Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11898
11899 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11900
11901Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11902
11903 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11904 parameters on VAX.
11905
11906Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11907
11908 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11909
11910Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo: Make info author notice match the TeX author notice.
11913
11914Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11915
11916 * stabs.texinfo: Initial-caps all words in node names and
11917 non-trivial words in section names.
11918
11919Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * stabs.texinfo: Many minor cleanups.
11922
11923 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11924
11925Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11926
11927 * stabs.texinfo: Remove full description of big example.
11928 It's not really helpful; just use pieces of it where appropriate.
11929 Add more Texinfo formatting directives (@samp, etc.).
11930 Use @deffn to define stab types.
11931 Eliminate some wordiness. Break up some nodes.
11932 Add an (alphabetized) index of symbol types.
11933 Use consistent capitalization style in node and section names.
11934
11935Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11936
11937 * gdb.texinfo: Change typo "Two two" to "The two".
11938
11939Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11940
11941 * stabs.texinfo (XCOFF-differences): Remove references to
11942 non-existent types N_DECL and N_RPSYM.
11943
11944 * stabs.texinfo (String Field): Say that type attributes bug is
11945 fixed in GDB 4.10, since it is.
11946
11947 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11948
11949Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11950
11951 * stabs.texinfo: Formatting cleanups.
11952
11953Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11954
11955 * stabs.texinfo: When explaining the n_type of a stab, standardize
11956 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11957 no tabs, use @r).
11958 (Global Variables): Clean up.
11959
11960Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11961
11962 * stabs.texinfo (Stack Variables): Re-write.
11963
11964Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11965
11966 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11967 addresses of a source file. Also revise formatting.
11968 Change "object module" or "object file" to "source file".
11969 Various: Miscellaneous cleanups.
11970
11971Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11972
11973 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11974
11975Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11976
11977 * gdbint.texinfo: Removed many nonsensical machine-collected
11978 host and target conditionals, described some of the remainder.
11979
11980Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11981
11982 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11983
11984 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11985 paragraph which follows.
11986
11987 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11988 variables. Looks better and avoids overful hbox.
11989
11990Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11991
11992 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11993
11994Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11995
11996 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11997 retransmit-timeout
11998
11999Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12000
12001 * gdbint.texinfo: Update statement about `some ancient Unix
12002 systems, like Ultrix 4.0' to Ultrix 4.2.
12003
12004Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12005
12006 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12007
12008 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12009
12010 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12011 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12012
12013 * remote.texi: new name for former gdbinv-s.texi
12014
12015 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12016
12017Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12018
12019 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12020 variables for MIPS remote debugging protocol.
12021
12022Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12023
12024 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12025
12026Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12027
12028 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12029
12030Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12031
12032 * gdb.texinfo: repair conditional bugs in text markup
12033
12034Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12035
12036 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12037 to select Modula-2 material.
12038
12039Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12040
12041 * stabs.texinfo: Cleanups regarding statics.
12042
12043 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12044 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12045
12046Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12047
12048 * stabs.texinfo: N_MAIN is sometimes used for C.
12049
12050Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12051
12052 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12053
12054Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12055
12056 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12057 removed from the code by Kingdon.
c906108c
SS
12058
12059Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12060
12061 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12062 input when evaluating breakpoint conditions; the bug has been fixed.
12063
12064 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12065 sets the ignore count to N-1, not to N.
12066
12067Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12068
12069 * refcard.tex (\hoffset): correct longstanding error to match
12070 intended offset; avoids cutting off edge on some printers
12071
12072Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12073
12074 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12075
12076Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12077
12078 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12079
12080Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12081
12082 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12083 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12084 collect sed edits if any, apply to refcard before formatting;
12085 (refcard.ps) stop implying PS fonts if PS output requested;
12086 (lrefcard.ps) delete extra target for variant PS fonts
12087
12088 * refcard.tex: parametrize papersize dependent info, collect
12089 in easily replaced spot
12090
12091 * a4rc.sed: new file, edits to refcard for A4 paper
12092
12093Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12094
12095 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12096
12097Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12098
12099 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12100
12101Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12102
12103 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12104 politely rather than rudely.
12105
12106Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12107
12108 * stabs.texinfo: Document common blocks.
12109
12110Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12111
12112 * stabs.texinfo: Add some basic info about stabs-in-elf.
12113
12114Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12115
12116 * stabs.texinfo (Top): Minor cleanup.
12117
12118Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12119
12120 * Makefile.in (install-info): remove parentdir support
12121
12122Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12123
12124 * gdb.texinfo (Copying): delete this node and references to it;
12125 RMS says this manual need not carry GPL. (passim): Improvements
12126 from last round at FSF, largely due to Ian Taylor review, and
12127 minor formatting improvements.
12128
12129 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12130 largely due to Ian Taylor review. (Debug Session): minor edits to
12131 new text.
12132
12133Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12134
12135 * Makefile.in (realclean): Remove info and dvi files too.
12136
12137Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12138
12139 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12140 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12141 * gdb.texinfo: Change accordingly.
12142
12143 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12144 N_{L,R}BRAC,N_SLINE are relative to.
12145
12146Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12147
12148 * Makefile.in (GDBvn.texi): Update atomically.
12149
12150Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12151
12152 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12153
12154Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12155
12156 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12157 addresses together. Also motivate the set print symbol-filename
12158 command and suggest other solutions.
12159
12160Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12161
12162 * gdb.texinfo (set print elements): Note that the number of
12163 elements is set to unlimited by "set print elements 0".
12164
12165Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12166
12167 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12168 NF_LDOUBLE means.
12169 (Stab Types): Include Solaris stab types.
12170 (Procedures): Document Solaris extensions.
12171
12172Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12173
12174 * gdb.texinfo: Add `set print symbol-filename' doc.
12175
12176Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12177
12178 * stabs.texinfo (Arrays): Talk about type definition vs. type
12179 information.
12180
12181 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12182 the trailing semicolon.
12183
12184Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12187 and merge in other parts of the document addressing these subjects.
12188 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12189
12190 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12191 at the end of a range type.
12192
12193 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12194 AIX extensions.
12195
12196Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12197
12198 * stabs.texinfo (Stabs Format): Misc fixes.
12199
12200Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12201
12202 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12203 (Traditional builtin types): Document convex convention for long long.
12204 (Negative builtin types): Discuss type names, and misc fixes.
12205
12206Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12207
12208 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12209 point types used with @samp{R} type descriptor.
12210 (Symbol Descriptors): Describe how to handle conflict between
12211 different meanings of @samp{P} symbol descriptor.
12212
12213Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12214
12215 * stabs.texinfo: Remove node Quick Reference and put its children
12216 directly under the main menu.
12217
12218 * stabs.texinfo: Many more changes to bring it into line with
12219 AIX documentation and reality. I think it now has all the
12220 information from the AIX documentation, except that I burned
12221 out when I got to variant records (Pascal and Modula-2) and
12222 all the COBOL types. Oh well, we can add them later when we're
12223 worrying more about those languages.
12224
12225 * stabs.texinfo (Automatic variables): Talk about what it means
12226 to omit the symbol descriptor.
12227
12228Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12229
12230 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12231 gcc2 behavior with promoted args.
12232
12233Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12234
12235 * gdb.texinfo: include readline appendices in info version of manual
12236
12237Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12238
12239 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12240 target remote.
12241
12242 * gdb.texinfo (Machine Code): more index entries for disassemble
12243
12244Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12245
12246 * Clarify the intended use of the gdb-testers and gdb-patches
12247 mailing lists, and shrink gzip comment.
12248
12249Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12250
12251 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12252 DOSHOST configuration of manual.
12253
12254 * gdb.texinfo (MIPS Stack): new node.
12255
12256 * all-config.texi (MIPS) new switch.
12257
12258 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12259 tense; (MIPS Remote) new node.
12260
12261 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12262 bug; (Environment) less passive, other small cleanups in text about
12263 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12264 (Remote) new MIPS Remote menu entry.
12265
12266Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12267
12268 * stabs.texinfo: Many changes to include information from the
12269 AIX documentation.
12270
12271 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12272
12273Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12274
12275 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12276 Move a bunch of information from ../README.
12277 (Getting Started): New node.
12278
12279Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12280
12281 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12282
12283 * gdb.texinfo: advance manual revision dates to present
12284
12285 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12286 stop using silly Roman numerals in @set variable names
12287
12288Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12289
12290 * stabs.texinfo (Parameters): Keep trying to get this right.
12291
12292Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12293
12294 * stabs.texinfo (Parameters): More on "local parameters".
12295
12296Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12297
12298 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12299
12300Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12301
12302 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12303 (Parameters): Rewrite.
12304 (xcoff-differences, Sun-differences): Minor changes.
12305
12306Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12307
12308 * stabs.texinfo: Minor cleanup.
12309
12310Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12311
12312 * gdbint.texinfo: Minor xcoff stuff.
12313
12314Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12315
12316 * gdbint.texinfo: Update for new config directory structure.
12317 Add info about internal type data structures.
12318
12319Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12320
12321 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12322 $(srcdir).
12323 (gdb-config.texi): Depend on file in $(srcdir).
12324
12325Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12326
12327 * stabs.texinfo: Fixes about N_SO.
12328
12329Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12330
12331 * gdb.texinfo: include list of nonstandard init file names
12332
12333 * *-config.texi: new switch GENERIC for text that applies *only*
12334 to (usual) multiple-target version of manual
12335
12336 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12337 h8 config
12338
12339 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12340 in menus (rather than conditionally selected multiple alternative
12341 menus).
12342
12343 * Makefile.in: define and use DOC_CONFIG var to select
12344 configuration for GDB user manual.
12345
12346 * gdb-config.texi: delete from repository, generate from Makefile.
12347
12348 * all-config.texi: normal `generic' configuration file, formerly
12349 stored as gdb-config.texi
12350
12351Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12352
12353 * Makefile.in: add dvi target to build all .dvi files
12354
12355Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12356
12357 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12358
12359Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12360
12361 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12362 host conditionals.
12363 * stabs.texinfo: More array fixes inspired by Jim's.
12364
12365Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12366
12367 * stabs.texinfo: Fixes re arrays and continuations.
12368
12369 * gdbint.texinfo: Add XCOFF node.
12370
12371Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12372
12373 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12374
12375Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12376
12377 * stabs.texinfo: Fix for array types to mention lower bounds.
12378
12379Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12380
12381 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12382
12383Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12384
12385 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12386
12387Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12388
12389 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12390 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12391
12392Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12393
12394 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12395
12396Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12397
12398 * gdb.texinfo, gdbinv-s.texi: misc updates
12399
12400Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12401
12402 * gdbint.texinfo: Brief documentation for longjmp support,
12403 from an email msg by Stu.
12404
12405Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12406
12407 * stabs.texinfo: Fix description of floating point "range"
12408 types (which really define basic types). Reported by Jim Meehan,
12409 <meehan@src.dec.com>.
12410
12411 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12412
12413Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12414
12415 * gdbint.texinfo: Slightly expand section on supporting a new
12416 object file format.
12417
12418Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12419
12420 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12421 intermediate file.
12422
12423Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12424
12425 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12426
12427Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12428
12429 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12430
12431 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12432 as well as Z8002.
12433
12434Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12435
12436 * gdbint.texinfo: Add sections on clean design and on how to send
12437 in changes.
12438
12439Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12440
12441 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12442
12443Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12444
12445 * gdb.texinfo: Fix typo, reported by Karl Berry.
12446
12447Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12448
12449 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12450
12451Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12452
12453 * gdbint.texinfo: fixed a stray email address (needs @@),
12454 added @table @code to node "Native Conditionals"
12455
12456Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12457
12458 * gdbint.texinfo: Describe coding style of GDB.
12459
12460Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12461
12462 * stabs.texinfo: Minor wording changes.
12463
12464Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12465
12466 * gdbint.texinfo: Improve release doc slightly.
12467
12468Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12469
12470 * gdbint.texinfo: Improve doc of GDB config macros.
12471
12472Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12473
12474 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12475 These will be reinserted when examined.
12476
12477Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12478
12479 * gdbint.texinfo: Make a start at documenting all the #if macros
12480 in GDB. At least list them all, and start separating them into
12481 host-specific and target-specific.
12482
12483Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12484
12485 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12486 examples (not consistent w others).
c906108c
SS
12487 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12488 for generic vn of doc
12489
12490Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12491
12492 * Makefile.in: always create installation directories.
12493
12494Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12495
12496 * gdb.texinfo: in h8 config, do not describe searching commands.
12497
12498Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12499
12500 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12501 conditionals; introduce a few generic switches that may be
12502 useful for other cross-dev or dos-hosted configs.
12503
12504 * gdb.texinfo: fix typo in "info reg" description
12505
12506Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12507
12508 * stabs.texinfo: Minor updates from running TeX over it.
12509 * Makefile.in (stabs.dvi, stabs.ps): Add.
12510
12511Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12512
12513 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12514 First pass at converting it to texinfo.
12515
12516Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12517
12518 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12519 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12520
12521Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12522
12523 * gdbint.texinfo: Add section on partial symbol tables.
12524
12525Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12526
12527 * gdb.texinfo: document `set remotedebug' and `set
12528 rstack_high_address'.
12529
12530Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12531
12532 * gdb.texinfo: slight expansion of new text on reading info files
12533 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12534 H8/300 from DOS.
12535
12536Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12537
12538 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12539
12540Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12541
12542 * gdb.texinfo: Say how to read the `info' files.
12543
12544Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12545
12546 * Makefile.in: gm4 -> m4.
12547
12548Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12549
12550 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12551 Documentation' ahead of `Installing GDB' to match README.
12552 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12553 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12554
12555Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12556
12557 * Makefile.in: remove $(srcdir) from gdb.info rule.
12558
12559Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12560
12561 * Makefile.in: commented out gdb-all.texinfo rule. This is
12562 temporary.
12563
12564Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12565
12566 * Makefile.in, configure.in: removed traces of namesubdir,
12567 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12568 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12569
12570Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12571
12572 * gdb.texinfo: Improve how we ask for bug reports.
12573
12574Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12575
12576 * Makefile.in: infodir belongs in datadir.
12577
12578Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12579
12580 * Makefile.in: remove spaces following hyphens, bsd make can't
12581 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12582 standards.text support.
c906108c
SS
12583
12584Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12585
12586 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12587 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12588 and mandir now keyed off datadir by default.
12589
12590\f
12591Local Variables:
9e9c5ae7 12592mode: change-log
c906108c
SS
12593left-margin: 8
12594fill-column: 74
12595version-control: never
463888ab 12596coding: utf-8
c906108c 12597End:
This page took 2.320149 seconds and 4 git commands to generate.