Improve reverse debugging docs, mention built-in support and supports archs
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
73f8a590
PA
12019-04-22 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Reverse Execution): Mention and xref process record
4 and replay. Mention remote and system emulators.
5 (Process Record and Replay): List supported architectures.
6 Mention that "record btrace" is only supported on Intel
7 processors.
8
aeb2e706
AH
92019-04-17 Alan Hayward <alan.hayward@arm.com>
10
11 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
12 (Monitor Commands for gdbserver)
13 (gdbserver man): Add debug-file option.
14
2b0c8b01
KB
152019-04-08 Kevin Buettner <kevinb@redhat.com>
16
17 * python.texi (Inferiors In Python): Rename
18 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
19 Add note about the former being deprecated.
20
c369f8f0
KB
212019-04-08 Kevin Buettner <kevinb@redhat.com>
22
23 * python.texi (Threads In Python): Add description for method
24 InferiorThread.handle.
25
48ab418e
TT
262019-04-07 Tom Tromey <tom@tromey.com>
27
28 * Makefile.in (all): Depend on "info".
29
8bdc1658
AB
302019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.texinfo (Convenience Funs): Document '$_creal' and
33 '$_cimag'.
34
7734102d
EZ
352019-03-30 Eli Zaretskii <eliz@gnu.org>
36
37 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
38 $_gdb_minor.
39
9f9aa852
AB
402019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * python.texi (Pretty Printing API): Document use of None for the
43 display_hint.
44
6dc0ebde
AH
452019-03-22 Alan Hayward <alan.hayward@arm.com>
46 Jiong Wang <jiong.wang@arm.com>
47
48 * gdb.texinfo (AArch64 Features): Describe pauth feature.
49
48869a5f
TT
502019-03-20 Tom Tromey <tromey@adacore.com>
51
52 * python.texi (Selecting Pretty-Printers): Use @defvar for
53 gdb.pretty_printers.
54
5c85e20d
SM
552019-03-14 Simon Marchi <simon.marchi@efficios.com>
56
57 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
58 of table, "@end @table" -> "@end table".
59
d085f989
TT
602019-03-14 Tom Tromey <tromey@adacore.com>
61
62 * gdb.texinfo (Output Styling): Document "set style source" and
63 "show style source".
64
b4be1b06
SM
652019-03-13 Simon Marchi <simon.marchi@ericsson.com>
66
67 * gdb.texinfo (Mode Options): Mention mi3.
68 (Interpreters): Likewise.
69 (GDB/MI Development and Front Ends): Add entry for MI 3 in
70 version table. Document -fix-multi-location-breakpoint-output.
71 (GDB/MI Breakpoint Information): Document format of breakpoint
72 location output.
73
ff6c8b35
SM
742019-03-05 Simon Marchi <simon.marchi@efficios.com>
75
76 * python.texi (Values From Inferior): Change synopsys of the
77 second form of Value.__init__.
78
e3624a40
EZ
792019-03-02 Eli Zaretskii <eliz@gnu.org>
80
81 * gdb.texinfo (Output Styling): Fix typos. Document the default
82 foreground colors of the available styles.
83
2c3fc25d
KB
842019-02-27 Kevin Buettner <kevinb@redhat.com>
85
86 * gdb.texinfo (Configure Options): Document minimum python
87 version.
88
af54ade9
KB
892019-02-26 Kevin Buettner <kevinb@redhat.com>
90
91 * python.texi (Values From Inferior): Document second form
92 of Value.__init__.
93
c97a7739
JB
942019-02-23 Joel Brobecker <brobecker@adacore.com>
95
96 * gdb.texinfo: Update copyright year ranges.
97 * refcard.tex: Likewise.
98
7557a514
AH
992019-02-21 Alan Hayward <alan.hayward@arm.com>
100
101 * gdb.texinfo: Update style defaults.
102
2d8b6830
TT
1032019-02-21 Tom Tromey <tromey@adacore.com>
104
105 * gdb.texinfo (Remote Configuration): Remove trailing "." from
106 @item.
107
1fea0d53
SM
1082019-01-16 Simon Marchi <simon.marchi@ericsson.com>
109
110 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
111 MI versions. Update text around it.
112
6f072a10
PFC
1132019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
114
115 * gdb.texinfo (PowerPC Features): Document the alias
116 pseudo-registers for the org.gnu.gdb.power.altivec feature.
117
041be526
SM
1182019-01-09 Simon Marchi <simon.marchi@ericsson.com>
119
120 * gdb.texinfo (Print Settings): Remove mention of specific
121 demangle-style values, just refer to the in-process help.
122
140a4bc0
TT
1232018-12-28 Tom Tromey <tom@tromey.com>
124
125 * gdb.texinfo (Output Styling): New node.
126
e9076973
JB
1272018-12-13 John Baldwin <jhb@FreeBSD.org>
128
129 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
130 (Native): Add a FreeBSD subsection.
131 (FreeBSD): Document use of system call aliases for compatibility
132 system calls.
133
b5ffee31
AB
1342018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.texinfo (Standard Target Features): Add RISC-V Features
137 sub-section.
138
20813a0b
PW
1392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
140
141 * gdb.texinfo (Examining the Symbol Table): Document language choice
142 for 'info types|functions|variables' commands.
143 (Setting Breakpoints): Document language choice to print
144 the functions in which a breakpoint is set.
145
4b905ae1
PFC
1462018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
147
148 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
149 requirements for the org.gnu.gdb.power.vsx feature.
150
87f7ab7b
JB
1512018-11-01 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
154 output to match the current implementation.
155
d321477b
PW
1562018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
157
158 * gdb.texinfo (Information About a Frame): Document changes
159 to 'info args' and 'info locals'.
160 (Examining the Symbol Table): Document changes to 'info functions'
161 and 'info variables'.
162
8d619c01
EBM
1632018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
164
165 * gdb.texinfo (PowerPC Features): Describe new features
166 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
167 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
168 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
169 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
170
232bfb86
EBM
1712018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
172
173 * gdb.texinfo (PowerPC Features): Describe new features
174 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
175
f2cf6173
EBM
1762018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
177
178 * gdb.texinfo (PowerPC Features): Describe new feature
179 "org.gnu.gdb.power.tar".
180
7ca18ed6
EBM
1812018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
182
183 * gdb.texinfo (PowerPC Features): Describe new features
184 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
185
d6677607
TT
1862018-10-20 Tom Tromey <tom@tromey.com>
187
188 * gdb.texinfo (TUI Commands): Add @end table.
189 (TUI Configuration): Remove stray @end table.
190
7806cea7
TT
1912018-10-19 Tom Tromey <tom@tromey.com>
192
193 PR tui/18388:
194 * gdb.texinfo (TUI Commands): Remove tabset documentation.
195 (TUI Configuration): Document "set tui tab-width".
196
163cffef
TT
1972018-10-09 Tom Tromey <tom@tromey.com>
198
199 * python.texi (Inferiors In Python): Link to "Frames In Python",
200 not "Unwinding Frames in Python".
201
eff98030
TT
2022018-10-09 Tom Tromey <tom@tromey.com>
203
204 * gdb.texinfo (Configure Options): Update --enable-ubsan
205 documentation.
206
74792ff7
JB
2072018-10-08 John Baldwin <jhb@FreeBSD.org>
208
209 * gdb.texinfo (Contributors): Add SRI International and University
210 of Cambridge for FreeBSD/riscv.
211
add5ded5
TT
2122018-10-06 Tom Tromey <tom@tromey.com>
213
214 PR python/19399:
215 * python.texi (Inferiors In Python): Document
216 Inferior.Architecture.
217
51e78fc5
TT
2182018-10-06 Tom Tromey <tom@tromey.com>
219
220 PR python/21765:
221 * python.texi (Symbols In Python): Document the module and
222 common-block domains. Remove documentation for incorrect
223 domains.
224
f35d5ade
TT
2252018-10-03 Tom Tromey <tom@tromey.com>
226
227 * gdb.texinfo (Configure Options): Document --enable-ubsan.
228
c1168a2f
JD
2292018-10-02 John Darrington <john@darrington.wattle.id.au>
230
231 * gdb.texinfo (Remote Connection Commands): Describe
232 the changes to target remote and target extended-remote
233 relating to Unix domain sockets.
234
a95746f9
TT
2352018-10-01 Tom Tromey <tom@tromey.com>
236
237 * gdb.texinfo (Configure Options): Document configure options.
238
7f0bd420
TT
2392018-09-29 Tom Tromey <tom@tromey.com>
240
241 * gdb.texinfo (Requirements): Mention C++, GNU make.
242 (Requirements): Sort the table. Add more libraries.
243 (Running Configure): Remove obsolete text.
244 (Separate Objdir): Likewise.
245 (Configure Options): Likewise.
246
f67ffa6a
AB
2472018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
250 to highlight that the number is also the frame's level.
251 (Selection): Rewrite documentation for 'frame' and 'select-frame'
252 commands.
253 (Frame Info): Rewrite documentation for 'info frame' command.
254
ae778caf
TT
2552018-09-23 Tom Tromey <tom@tromey.com>
256
257 PR python/18852:
258 * python.texi (Parameters In Python): Document exception behavior
259 of get_set_string.
260
73f1bd76
JB
2612018-09-18 John Baldwin <jhb@FreeBSD.org>
262
263 * gdb.texinfo (info proc): Remove "running".
264 (info proc mappings): Replace "program" with "process".
265
8b113111
JB
2662018-09-18 John Baldwin <jhb@FreeBSD.org>
267
268 * gdb.texinfo (Process Information): Document "info proc files"
269 command.
270
e6cd1dc1
TT
2712018-09-17 Tom Tromey <tom@tromey.com>
272
273 * gdb.texinfo (Index Files): Update for cache directory change on
274 macOS.
275
8743a9cd
TT
2762018-09-16 Tom Tromey <tom@tromey.com>
277
278 * python.texi (Basic Python): Update docs for find_pc_line,
279 solib_name.
280 (Progspaces In Python): Update docs for current_progspace.
281 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
282 Move method documentation before example.
283
74d3fbbb
SM
2842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
285
286 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
287
0ae1a321
SM
2882018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2892018-09-13 Tom Tromey <tom@tromey.com>
290
291 * python.texi (Program Spaces In Python): Document the
292 Progspace.objfiles method.
293 (Objfiles In Python): Mention that gdb.objfiles() is identical
294 to gdb.selected_inferior().progspace.objfiles().
295
a40bf0c2
SM
2962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2972018-09-13 Tom Tromey <tom@tromey.com>
298
299 * python.texi (Inferiors In Python): Document
300 Inferior.progspace.
301 (Program Spaces In Python): Document that
302 gdb.current_progspace() is the same as
303 gdb.selected_inferior().progspace.
304
1256af7d
SM
3052018-09-13 Simon Marchi <simon.marchi@ericsson.com>
306
307 * python.texi (Basic Python): Mention the string representation
308 of GDB Python objects.
309
3e68067f
SM
3102018-09-12 Simon Marchi <simon.marchi@ericsson.com>
311
312 * gdb.texinfo (Skipping Over Functions and Files): Document
313 set/show debug skip.
314
849cba3b
TT
3152018-09-10 Tom Tromey <tom@tromey.com>
316
317 * python.texi (Frames In Python, Blocks In Python)
318 (Symbols In Python, Symbol Tables In Python)
319 (Lazy Strings In Python): Remove periods from section titles.
320
27a9fec6
TT
3212018-09-10 Tom Tromey <tom@tromey.com>
322
323 * python.texi (Pretty Printing API): Swap sentence order.
324
9da10427
TT
3252018-09-10 Tom Tromey <tom@tromey.com>
326
327 PR python/16461:
328 * python.texi (Values From Inferior): Mention use of virtual
329 table.
330
0d2a5839
TT
3312018-09-10 Tom Tromey <tom@tromey.com>
332
333 * python.texi (Basic Python): Parenthesize argument to
334 decode_line.
335
05c6bdc1
TT
3362018-09-10 Tom Tromey <tom@tromey.com>
337
338 * python.texi (Python): Mention Python versions. Don't mention
339 execfile.
340
e7b5068c
TT
3412018-09-10 Tom Tromey <tom@tromey.com>
342
343 PR python/19808:
344 * python.texi (Unwinding Frames in Python): Rewrite
345 create_unwind_info documentation. Update read_register
346 documentation and add a note about unwinder caution.
347
fb5af5e3
TT
3482018-09-10 Tom Tromey <tom@tromey.com>
349
350 PR python/18909:
351 * python.texi (Events In Python): Fix inferior_call
352 documentation.
353
521b499b
TT
3542018-09-10 Tom Tromey <tom@tromey.com>
355
356 PR python/17752:
357 * python.texi (Frame Filter API): Remove period from subsection
358 title. Mention 100 as good default priority.
359 (Frame Decorator API): Remove period from subsection title.
360 Mention FrameDecorator module.
361
4a5a194a
TT
3622018-09-10 Tom Tromey <tom@tromey.com>
363
364 PR python/23108:
365 * python.texi (Exception Handling): Rearrange gdb.GdbError text
366 and add a table.
367
f5a476a7
TT
3682018-09-10 Tom Tromey <tom@tromey.com>
369
370 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
371 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
372 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
373 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
374
60c0454d
TT
3752018-09-10 Tom Tromey <tom@tromey.com>
376
377 PR python/16484:
378 * python.texi (Frames In Python): Document that Frame.block can
379 throw.
380
088a96da
TT
3812018-09-10 Tom Tromey <tom@tromey.com>
382
383 PR python/23487:
384 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
385
22eb9e92
TT
3862018-09-10 Tom Tromey <tom@tromey.com>
387
388 PR python/16033:
389 * python.texi (Blocks In Python): Document that Block.end is
390 exclusive.
391
078a0207
KS
3922018-08-29 Keith Seitz <keiths@redhat.com>
393
394 * gdb.texinfo (Compiling and injecting code in GDB): Document
395 set/show "compile-oracle" and "compile-cplus-types" commands.
396
6d52907e
JV
3972018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
398
399 * gdb.texinfo (The -stack-list-frames Command): Update description
400 to mention "arch".
401 Update MI examples throughout the document to contain "arch" in
402 frame output.
403
1461bdac
AH
4042018-08-21 Alan Hayward <alan.hayward@arm.com>
405
406 * gdb.texinfo (AArch64 SVE): New subsubsection.
407
26fb3983
JV
4082018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
409
410 * gdb.texinfo (GDB/MI Data Manipulation): Document
411 "-data-disassemble -a addr".
412 (GDB/MI Support Commands): Document "data-disassemble-a-option"
413 feature.
414
7d11235d
SM
4152018-08-07 Simon Marchi <simon.marchi@ericsson.com>
416
417 * gdb.texinfo (Index Files Speed Up GDB): Add section about
418 symbol index cache.
419
129eb0f1
SDJ
4202018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
421
422 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
423 option sections to further clarify that gcore can take more
424 than one PID, and that "-o" is used to specify a prefix, not a
425 filename.
426
3c3bb058
AB
4272018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.texinfo (Maintenance Commands): Add description of
430 maintenance command to control dwarf unwinders.
431
0a232300
PW
4322018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
433
434 * gdb.texinfo (Debugging Programs with Multiple Threads):
435 Document changes to 'thread apply'. Document 'taas'.
436 Document 'tfaas'.
437 (Examining the Stack): Document 'frame apply'. Document 'faas'.
438
c7ab0aef
SDJ
4392018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
440 Jan Kratochvil <jan.kratochvil@redhat.com>
441 Paul Fertser <fercerpav@gmail.com>
442 Tsutomu Seki <sekiriki@gmail.com>
443
444 * gdb.texinfo (Remote Connection Commands): Add explanation
445 about new IPv6 support. Add new connection prefixes.
446
055303e2
AB
4472018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.texinfo (Remote Configuration): Update descriptions for
450 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
451 and hardware-watchpoint-length-limit variables.
452
471b9d15
MR
4532018-07-02 Maciej W. Rozycki <macro@mips.com>
454
455 PR tdep/8282
456 * gdb.texinfo (Source and Machine Code): Document `set
457 disassembler-options' support for the MIPS target.
458
291f9a96
PT
4592018-06-28 Petr Tesarik <ptesarik@suse.cz>
460
461 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
462
ed6dfe51
PT
4632018-06-28 Petr Tesarik <ptesarik@suse.cz>
464
465 * gdb.texinfo (Files): The address argument for "add-symbol-file"
466 is no longer mandatory.
467
d4d429d5
PT
4682018-06-28 Petr Tesarik <ptesarik@suse.cz>
469
470 * gdb.texinfo (Files): Document "symbol-file -o offset".
471
0dbfed25
TV
4722018-06-14 Tom de Vries <tdevries@suse.de>
473
474 * gdb.texinfo (Background Execution): Add @cindex for '&'.
475
41fc26a2
EZ
4762018-06-11 Eli Zaretskii <eliz@gnu.org>
477
478 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
479
5045b3d7
GB
4802018-06-08 Gary Benson <gbenson@redhat.com>
481
482 * gdb.texinfo (Maintenance Commands): Document "maint check
483 libthread-db" and "maint set/show check-libthread-db".
484
eb6af809
TT
4852018-06-05 Tom Tromey <tom@tromey.com>
486
487 PR cli/12326:
488 * gdb.texinfo (Screen Size): Document "c" response to pagination
489 prompt.
490
4b2dfa9d
MR
4912018-05-31 Maciej W. Rozycki <macro@mips.com>
492
493 * gdb.texinfo (Choosing Target Byte Order): Document endianness
494 selection details with the `set endian auto' mode.
495
a913fffb
TT
4962018-05-04 Tom Tromey <tom@tromey.com>
497
498 PR python/22731:
499 * python.texi (Breakpoints In Python): Mention that "commands" is
500 writable.
501
0489430a
TT
5022018-05-02 Tom Tromey <tom@tromey.com>
503
504 PR python/20084:
505 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
506 PARAM_ZUINTEGER_UNLIMITED.
507
6d7bb824
TT
5082018-04-30 Tom Tromey <tom@tromey.com>
509
510 * python.texi (Types In Python): Document Type.align.
511
b744723f
AA
5122018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
513
514 * gdb.texinfo (Symbols): Mention the fact that "info
515 variables/functions/types" show source files and line numbers.
516
4a4495d6
MM
5172018-04-13 Markus Metzger <markus.t.metzger@intel.com>
518
519 * gdb.texinfo: Document set/show record btrace cpu.
520
3fcded8f
JB
5212018-03-27 Joel Brobecker <brobecker@adacore.com>
522
523 * gdb.texinfo (Ada Settings): New subsubsection.
524
978d6c75
TT
5252018-03-26 Tom Tromey <tom@tromey.com>
526
527 PR backtrace/15582:
528 * gdb.texinfo (Backtrace): Mention "hide" argument.
529
ea3b0687
TT
5302018-03-26 Tom Tromey <tom@tromey.com>
531
532 * gdb.texinfo (Backtrace): Describe options individually.
533
76727919
TT
5342018-03-19 Tom Tromey <tom@tromey.com>
535
536 * observer.texi: Remove.
537
386a8676
JB
5382018-03-04 John Baldwin <jhb@FreeBSD.org>
539
540 * gdb.texinfo (Debugging Output): Document "set/show debug
541 fbsd-nat".
542
db1ae9c5
AB
5432018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.texinfo (Machine Code): Additional information about "info
546 line" command.
547
d726cb5d
SN
5482018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
549
550 * gdb.texinfo (gdb-add-index man): Add pindex.
551
dbfa4523
SN
5522018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
553
554 * gdb.texinfo (set cwd): Add period.
555 (gdb-add-index man): Move anchor.
556
ba643918
SDJ
5572017-01-12 Tom Tromey <tom@tromey.com>
558 Sergio Durigan Junior <sergiodj@redhat.com>
559
560 * gdb.texinfo (Index Files): Mention gdb-add-index.
561 (gdb-add-index man): New section.
562 * Makefile.in (gdb-add-index.1): New rule to generate manpage
563 from gdb.texinfo.
564
754452f0
SN
5652018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
566
567 * gdb.texinfo (pwd): Fix whitespace.
568
2d97a5d9
JB
5692018-01-09 John Baldwin <jhb@FreeBSD.org>
570
571 * gdb.texinfo (pwd): Update cross-reference for Process Information
572 node and remove explicit /proc reference.
573 (Native): Rename subsection from SVR4 Process Information to
574 Process Information.
575 (Process Information): Reword introduction to be less /proc
576 centric. Document support for "info proc" on FreeBSD.
577
9f757bf7
XR
5782018-01-03 Xavier Roirand <roirand@adacore.com>
579
580 * gdb.texinfo (Set Catchpoints): Add documentation for new
581 "catch handlers" action.
582
cef0f868
SH
5832017-12-27 Stafford Horne <shorne@gmail.com>
584
585 * gdb.texinfo (Target Description Format): Explain that arbitrary
586 strings are now allowed for register groups.
587
b67d92b0
SH
5882017-12-27 Stafford Horne <shorne@gmail.com>
589
590 * gdb.texinfo (Registers): Document info reg $reggroup feature.
591
7c161838
SDJ
5922017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 PR cli/16224
595 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
596
b89641ba
SM
5972017-12-13 Simon Marchi <simon.marchi@ericsson.com>
598
599 * python.texi (Manipulating breakpoints using Python): Document
600 qualified parameter to gdb.Breakpoint.
601
0b982d68
SM
6022017-12-13 Simon Marchi <simon.marchi@ericsson.com>
603
604 * python.texi (Manipulating breakpoints using Python): Split doc
605 of Breakpoint.__init__ in two, split text in multiple
606 paragraphs, don't nest parameter square brackets.
607
a994fec4
FJ
6082017-12-12 Stafford Horne <shorne@gmail.com>
609 Stefan Wallentowitz <stefan@wallentowitz.de>
610 Franck Jullien <franck.jullien@gmail.com>
611 Jeremy Bennett <jeremy.bennett@embecosm.com>
612
613 * gdb.texinfo: Add OpenRISC documentation.
614
437afbb8
JK
6152017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
618
883fd55a
KS
6192017-12-07 Keith Seitz <keiths@redhat.com>
620
621 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
622 and "show print type nested-type-limit".
623
824cc835
PM
6242017-12-07 Phil Muldoon <pmuldoon@redhat.com>
625
626 * python.texi (Breakpoints In Python): Add text relating
627 to allowed explicit locations and keywords in gdb.Breakpoints.
628
7403715e
TT
6292017-12-04 Tom Tromey <tom@tromey.com>
630
631 * gdb.texinfo (Rust): Update trait object status
632
97cbe998
SDJ
6332017-12-01 Andrew Cagney <cagney@redhat.com>
634 Joel Brobecker <brobecker@adacore.com>
635 Sergio Durigan Junior <sergiodj@redhat.com>
636
637 * gdb.texinfo (File Options): Document --readnever.
638 (Commands to Specify Files): Likewise, for 'symbol-file' and
639 'add-symbol-file'.
640
bd69330d
PA
6412017-11-29 Pedro Alves <palves@redhat.com>
642
643 PR c++/19436
644 * gdb.texinfo (Debugging C Plus Plus): Document setting
645 breakpoints in functions with ABI tags.
646
a20714ff
PA
6472017-11-29 Pedro Alves <palves@redhat.com>
648
649 * gdb.texinfo (Linespec Locations): Document how "function" is
650 interpreted in C++ and Ada. Document "-qualified".
651 (Explicit Locations): Document how "-function" is interpreted in
652 C++ and Ada. Document "-qualified".
653
ee9a09e9
DC
6542017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
655
656 PR gdb/21945
657 * gdb.texinfo (Search Memory): Update description and example
658 about how to search a string without NULL terminator.
659
e547c119
JB
6602017-11-24 Joel Brobecker <brobecker@adacore.com>
661
662 * gdb.texinfo (GDB/MI Ada Exception Information): Document
663 new "exception-message" field.
664
5f1ca24a
SM
6652017-11-24 Simon Marchi <simon.marchi@ericsson.com>
666
667 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
668
d044bac8
PA
6692017-11-24 Pedro Alves <palves@redhat.com>
670
671 * gdb.texinfo (Completion): Update need-quoting examples. Remove
672 false claim that GDB inserts quoting automatically.
673 (Symbols): Add anchor.
674
2400729e
UW
6752017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
676
677 * gdb.texinfo (Requirements): Document use of GNU MPFR.
678
d8ae99a7
PM
6792017-11-16 Phil Muldoon <pmuldoon@redhat.com>
680
681 * python.texi (Basic Python): Add rbreak documentation.
682
d0fe4701
XR
6832017-11-07 Xavier Roirand <roirand@adacore.com>
684 Pedro Alves <palves@redhat.com>
685
686 * gdb.texinfo (Set Breaks): Document support for breakpoint
687 location ranges in the enable/disable commands.
688
bc3b087d
SDJ
6892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
690
691 * gdb.texinfo (Starting your Program) <The working directory.>:
692 Mention remote debugging.
693 (Working Directory) <Your Program's Working Directory>:
694 Likewise.
695 (Connecting) <Remote Packet>: Add "set-working-dir"
696 and "QSetWorkingDir" to the table.
697 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
698 packet.
699
d092c5a2
SDJ
7002017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
701
702 * gdb.texinfo (Starting your Program) <The working directory.>:
703 Mention new "set cwd" command.
704 (Working Directory) <Your Program's Working Directory>:
705 Rephrase to explain that "set cwd" exists and is the default
706 way to change the inferior's cwd.
707
289e23aa
AA
7082017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
709
710 * gdb.texinfo (S/390 and System z Features): Document the new
711 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
712
f2ff95c5
KB
7132017-09-21 Kevin Buettner <kevinb@redhat.com>
714
715 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
716 attribute.
717
da2c323b
KB
7182017-09-21 Kevin Buettner <kevinb@redhat.com>
719
720 * python.texi (Inferiors In Python): Add description for method
721 Inferior.thread_from_thread_handle.
722
4e5a4f58
JB
7232017-09-19 John Baldwin <jhb@FreeBSD.org>
724
725 * gdb.texinfo (Starting your Program): Add description of
726 starti command. Mention starti command as an alternative for
727 debugging the elaboration phase.
728
1526853e
SM
7292017-09-16 Simon Marchi <simon.marchi@ericsson.com>
730
731 * gdb.texinfo (Maintenance Commands): Document filter parameter
732 of "maint selftest". Document "maint info selftests" command.
733
7c96f8c1
TT
7342017-09-11 Tom Tromey <tom@tromey.com>
735
736 * python.texi (Events In Python): Document new events.
737
d69cf9b2
PA
7382017-09-04 Pedro Alves <palves@redhat.com>
739
740 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
741 no-debug-info variables.
742 (Symbols) <Examining the Symbol Table>: Document inspecting
743 no-debug-info types.
744 (Calling) <Calling functions with no debug info>: New subsection,
745 documenting calling no-debug-info functions.
746 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
747
0a2dde4a
SDJ
7482017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
749
750 * gdb.texinfo (set environment): Add @anchor. Explain that
751 environment variables set by the user are sent to GDBserver.
752 (unset environment): Likewise, but for unsetting variables.
753 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
754 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
755 "environment-reset" and "QEnvironmentReset" to the table.
756 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
757 QEnvironmentReset>: New item, explaining the packet.
758
6e41ddec
JK
7592017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
760
761 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
762 "Compiler search for the compile command" descriptions of set
763 compile-gcc and show compile-gcc.
764
58afddc6
WP
7652017-08-07 Weimin Pan <weimin.pan@oracle.com>
766
767 * gdb.texinfo (Architectures): Add new Sparc64 section to document
768 ADI support.
769 * NEWS: Add "adi examine" and "adi assign" commands.
770
6d580b63
YQ
7712017-08-18 Yao Qi <yao.qi@linaro.org>
772
773 * gdb.texinfo (Server): Document "--selftest".
774
a5afdb16
RK
7752017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
776
777 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
778 Single-Key mode.
779
ca145713
SDJ
7802017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
781
782 PR gdb/21925
783 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
784 set...").
785
0968fbae
SM
7862017-08-09 Simon Marchi <simon.marchi@ericsson.com>
787
788 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
789 conditional expression.
790
791fb3d7
SM
7912017-07-31 Simon Marchi <simon.marchi@ericsson.com>
792
793 * agentexpr.texi (rot): Fix symbolic description, improve
794 textual description.
795
27d41eac
YQ
7962017-07-26 Yao Qi <yao.qi@linaro.org>
797
798 * gdb.texinfo (Maintenance Commands): Document command
799 "maint check xml-descriptions".
800
8e2141c6
YQ
8012017-07-26 Yao Qi <yao.qi@linaro.org>
802
803 * gdb.texinfo (Maintenance Commands): Document optional
804 argument of "maint print c-tdesc".
805
c646b4e8
YQ
8062017-07-18 Yao Qi <yao.qi@linaro.org>
807
808 * gdb.texinfo (Maintenance Commands): Improve the doc to
809 command "maint print c-tdesc".
810
eb83230b
SDJ
8112017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
812
813 PR gdb/21606
814 * python.texi (Python representation of Symbols.): Replace
815 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
816 * guile.texi (Guile representation of Symbols.): Likewise.
817
c4dcb155
SM
8182017-06-11 Simon Marchi <simon.marchi@ericsson.com>
819
820 * gdb.texinfo (Optional Messages about Internal Happenings):
821 Document {set,show} debug separate-debug-file commands.
822
aefd8b33
SDJ
8232017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
824
825 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
826 (Connecting) <Remote Packet>: Add "startup-with-shell"
827 and "QStartupWithShell" to the table.
828 (Remote Protocol) <QStartupWithShell>: New item, explaining the
829 packet.
830
176efed1
AB
8312017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
834
d050f7d7
TW
8352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
836
837 * python.texi (Recording in Python): Factor out the documentation of
838 gdb.RecordInstruction's super class.
839
14f819c8
TW
8402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
841
842 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
843 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
844 prev and next.
845
0ed5da75
TW
8462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
847
848 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
849 gdb.RecordInstruction
850
913aeadd
TW
8512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
852
853 * python.texi (Recording in Python): Add documentation for
854 gdb.RecordGap and remove documentation of special cases for
855 gdb.BtraceInstruction.
856
a3be24ad
TW
8572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
858
859 * python.texi (Recording in Python): Remove Record.ptid defvar.
860
ebe553db
SM
8612017-04-21 Simon Marchi <simon.marchi@ericsson.com>
862
863 * gdb.texinfo (GDB/MI Thread Information): Add missing
864 fields, re-word some things.
865 (GDB/MI Thread Commands): Describe fields found in the output of
866 -thread-info, remove description of fields in the
867 thread output tuple, replace with a cross-reference to "GDB/MI
868 Thread Information".
869
9be21bb4
SM
8702017-04-21 Simon Marchi <simon.marchi@ericsson.com>
871
872 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
873 from -thread-info output.
874
fe5f7374
AK
8752017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
876
877 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
878
eea78757
AK
8792017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
880
881 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
882
79778b30
YQ
8832017-03-22 Yao Qi <yao.qi@linaro.org>
884
885 * python.texi (Inferiors In Python): Remove @code from Python.
886
cee59b3f
TW
8872017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
888
889 * python.texi (Recordings In Python): Document return type of
890 gdb.BtraceInstruction.data.
891
51457a05
MAL
8922017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
893
894 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
895 command file-list-shared-libraries
896 (GDB/MI Async Records): Update documentation of library-loaded with new
897 field.
898
f8d99587
DE
8992017-03-16 Doug Evans <dje@google.com>
900
901 * guile.texi (Lazy Strings In Guile): Mention arrays.
902 * python.texi (Lazy Strings In Python): Ditto.
903
5cf70512
JW
9042017-03-08 Jiong Wang <jiong.wang@arm.com>
905
906 * gdb.texinfo (Memory Protection Extensions): Add missing escape
907 character "@".
908
4a612d6f
WT
9092017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
910
911 * Memory Protection Extensions: Add information about inferior
912 calls.
913
216f72a1
JK
9142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
917 DW_TAG_GNU_* and DW_AT_GNU_*.
918
4e746bb6
TW
9192017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
920
921 * python.texi (Recordings In Python): New section.
922
3f77c769
TT
9232017-02-14 Tom Tromey <tom@tromey.com>
924
925 PR python/13598:
926 * python.texi (Events In Python): Document events.before_prompt.
927
5cf30ebf
LM
9282017-02-13 Luis Machado <lgustavo@codesourcery.com>
929
930 * gdb.texinfo (Target Commands): Document the optional offset
931 argument for the load command.
932
18da0c51
MG
9332017-02-10 Martin Galvan <martingalvan@sourceware.org>
934
935 PR gdb/21122
936 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
937 space-separated breakpoint lists. Also add a missing @table command
938 and @cindex for breakpoint lists.
939
3f7b46f2
IR
9402017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
941
942 PR tdep/20936
943 * gdb.texinfo: (Standard Target Features): Document SPARC features.
944 (Sparc Features): New node.
945
2735833d
WT
9462017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
947
948 * gdb.texinfo (i386 Features): Add system segment registers
949 as feature.
950
373832b6
SM
9512017-01-24 Simon Marchi <simon.marchi@ericsson.com>
952
953 * python.texi (Events In Python): Fix typo.
954
78cbbba8
LM
9552017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
956 Luis Machado <lgustavo@codesourcery.com>
957
958 * gdb.texinfo (-target-flash-erase): New MI command description.
959 (flash-erase): New CLI command description.
960
387360da
JB
9612017-01-04 John Baldwin <jhb@FreeBSD.org>
962
963 * gdb.texinfo (Contributors): Add SRI International and University
964 of Cambridge for FreeBSD/mips.
965
34c41c68
DE
9662016-12-22 Doug Evans <xdje42@gmail.com>
967
968 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
969 commands.
970
df3ee9ca
PA
9712016-12-02 Pedro Alves <palves@redhat.com>
972
973 * gdb.texinfo (User-defined Commands): Limit on number of
974 arguments passed to user-defined commands removed; update.
975
01770bbd
PA
9762016-12-02 Pedro Alves <palves@redhat.com>
977
978 PR cli/20559
979 * gdb.texinfo (Define): Add example of using "eval" to process a
980 variable number of arguments.
981 (Output) <eval>: Add anchor.
982
ad02e4fe
SM
9832016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
984
985 * Makefile.in: Likewise.
986
8504e097
AA
9872016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
988
989 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
990 xref.
991
39402e6c
PA
9922016-10-29 Pedro Alves <palves@redhat.com>
993
994 * gdb.texinfo (Packets) <vCont>: Remove mention of default
995 actions.
996
ca6eff59
PA
9972016-10-26 Pedro Alves <palves@redhat.com>
998
999 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1000 actions that match a thread, and what happens when an action
1001 matches a thread that is already running.
1002
be06ba8c
SM
10032016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.texinfo (Using Trace Files): Fix typo.
1006 (GDB/MI Tracepoint Commands): Likewise.
1007
99e61eda
SM
10082016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1011 of -trace-save.
1012
9c37b5ae
TT
10132016-10-06 Tom Tromey <tom@tromey.com>
1014
1015 * guile.texi (Types In Guile): Remove Java mentions.
1016 * python.texi (Types In Python): Remove Java mentions.
1017 * gdb.texinfo (Address Locations, Supported Languages)
1018 (Index Section Format): Remove Java mentions.
1019
ee8da4b8
DE
10202016-08-15 Doug Evans <dje@google.com>
1021
1022 * gdb.texinfo (Target Description Format): Update docs on "end"
1023 field spec and field default type.
1024
4034d0ff
AT
10252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10262016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 PR gdb/20487
1029 * gdb.texinfo (Context management): Update mention of frame
1030 change notifications.
1031 (gdb/mi Async Records): Document frame field in
1032 =thread-select event.
1033 * observer.texi (GDB Observers): New user_selected_context_changed
1034 observer.
1035
4435e1cc
TT
10362016-09-28 Tom Tromey <tom@tromey.com>
1037
1038 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1039 than "memory breakpoint". Further document "kind". Move
1040 protocol-details link earlier.
1041 <z1>: Document the cmd_list argument. Fix typo.
1042 <g>: Remove incorrect sentence.
1043 (Stop Reply Packets): Document "OK" response to requests when in
1044 non-stop mode.
1045 <swbreak>: Use "software breakpoint" rather than "memory
1046 breakpoint".
1047 <create>: Document that "R" is ignored.
1048 <W, X, w>: Document formatting of "AA".
1049 (Notification Packets): Use "%Stop", not "%%Stop".
1050
ad0a504f
AK
10512016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1052
1053 * gdb.texinfo (Embedded Processors): Document ARC.
1054 (Synopsys ARC): New section.
1055 (Standard Target Features): Document ARC features.
1056 (ARC Features): New section.
1057
74172ecf
SM
10582016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1059
1060 * .gitignore: New file.
1061
0a1ddfa6
SM
10622016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1063
1064 * gdb.texinfo (Input/Output): Mention possibility to unset
1065 inferior-tty.
1066
c0272db5
TW
10672016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1068
1069 * gdb.texinfo: Resume btrace on reconnect.
1070
e3487908
GKB
10712016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1072
1073 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1074 syscall.
1075
463888ab
РИ
10762016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1077
1078 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1079 command.
1080
dac790e1
TT
10812016-07-13 Tom Tromey <tom@tromey.com>
1082
1083 PR python/15620, PR python/18620:
1084 * python.texi (Events In Python): Document new breakpoint events.
1085
93daf339
TT
10862016-07-13 Tom Tromey <tom@tromey.com>
1087
1088 PR python/17698:
1089 * python.texi (Breakpoints In Python): Document
1090 Breakpoint.pending.
1091
cda75e70
TT
10922016-07-13 Tom Tromey <tom@tromey.com>
1093
1094 * python.texi (Breakpoints In Python): Move table of types and
1095 table of watchpoint types earlier in node.
1096
e0f3fd7c
TT
10972016-07-12 Tom Tromey <tom@tromey.com>
1098
1099 PR python/19293:
1100 * python.texi (Frames In Python): Document
1101 gdb.invalidate_cached_frames.
1102
86f78169
PA
11032016-06-21 Pedro Alves <palves@redhat.com>
1104
1105 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1106 document new-ui and explain use case.
1107
a28d8e50
YTL
11082016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1109
1110 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1111 (NDS32 Features): New Section.
1112
bb556f1f
TK
11132016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1114
1115 * gdb.texinfo (Examining Memory): Document negative repeat
1116 count in the 'x' command.
1117
38b022b4
SM
11182016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.texinfo (GDB/MI Async Records): Document method and
1121 format fields in =record-started.
1122 * observer.texi (record_changed): Add method and format
1123 parameters.
1124
c185ba27
EZ
11252016-05-27 Eli Zaretskii <eliz@gnu.org>
1126
1127 * gdb.texinfo (General Query Packets): Move the description of the
1128 response before the long list of the specific 'read' and 'write'
1129 requests.
1130
1957f6b8
TT
11312016-05-23 Tom Tromey <tom@tromey.com>
1132
1133 * python.texi (Basic Python): Document gdb.breakpoints return.
1134
224f10c1
TT
11352016-05-24 Tom Tromey <tom@tromey.com>
1136
1137 PR gdb/19194:
1138 * gdb.texinfo (gdb man): Fix typo.
1139
0bdfa368
TT
11402016-05-17 Tom Tromey <tom@tromey.com>
1141
1142 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1143 (Rust): New node.
1144
dcd1f979
TT
11452016-05-17 Tom Tromey <tom@tromey.com>
1146
1147 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1148
310cdbb6
YQ
11492016-04-27 Yao Qi <yao.qi@linaro.org>
1150
1151 * gdb.texinfo (tfind): Complete doc about tfind without
1152 argument.
1153
b8162e5a
AT
11542016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1155
1156 * agentexpr.texi (byte): Fix zero_ext description.
1157
f7c38292
PA
11582016-03-31 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.texinfo (M32R/SDI): Delete node.
1161 (MIPS Embedded): Remove references to the MIPS remote debugging
1162 protocol, PMON and variants, and the associated commands.
1163
81516450
DE
11642016-03-15 Doug Evans <dje@google.com>
1165
1166 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1167 (Target Description Format): Mention enum types. Update docs on
1168 flags types.
1169 (Predefined Target Types): Add "bool".
1170 (Enum Target Types): New node.
1171
2a60e18f
PA
11722016-03-15 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.texinfo (Tracepoint Actions): Fix typo.
1175
45fa2529
PA
11762016-03-15 Pedro Alves <palves@redhat.com>
1177 Andreas Arnez <arnez@linux.vnet.ibm.com>
1178 Marcin Kościelnicki <koriakin@0x04.net>
1179
1180 * gdb.texinfo (Tracepoint Actions): Document possible
1181 unreliability of '$_ret'.
1182
f2403c39
AB
11832016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1186 command.
1187
f2f3ccb9
SM
11882016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1189
1190 * gdb.texinfo (Convenience Functions): Document $_as_string.
1191
cce0e923
DE
11922016-02-23 Doug Evans <dje@google.com>
1193
1194 * gdb.texinfo (Skipping Over Functions and Files): Document new
1195 options to "skip" command. Update docs of output of "info skip".
1196
012b3a21
WT
11972016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1198
1199 * gdb.texinfo (Signals): Add bound violation display hints for
1200 a SIGSEGV.
1201
0748bf3e
MK
12022016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1203
1204 * gdb.texinfo (Trace File Format): Add documentation for description
1205 section lines.
1206
e909d859
MK
12072016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1208
1209 * gdb.texinfo (Trace File Format): Remove misleading information
1210 about register block ordering.
1211
713cdcbf
DE
12122016-02-01 Doug Evans <dje@google.com>
1213
1214 * gdb.texinfo (Value Sizes): Fix typo.
1215
8244c20d
DE
12162016-02-01 Doug Evans <dje@google.com>
1217
1218 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1219
5fdf6324
AB
12202016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1221
1222 * gdb.texinfo (Value Sizes): New section.
1223 (Data): Add the 'Value Sizes' node to the menu.
1224
67ebd9cb
JB
12252016-01-26 John Baldwin <jhb@FreeBSD.org>
1226
1227 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1228
6e9567fe
JB
12292016-01-19 John Baldwin <jhb@FreeBSD.org>
1230
1231 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1232
f303dbd6
PA
12332016-01-18 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1236 of the thread that hit a breakpoint or received a signal.
1237
71ef29a8
PA
12382016-01-15 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1241
663f6d42
PA
12422016-01-13 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.texinfo (Threads): Document the $_gthread convenience
1245 variable.
1246 (Convenience Vars): Likewise.
1247
c84f6bbf
PA
12482016-01-13 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.texinfo (Threads): Document "info threads -gid".
1251
22a02324
PA
12522016-01-13 Pedro Alves <palves@redhat.com>
1253
1254 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1255 anchor.
1256 (Threads In Python): Document new InferiorThread.global_num
1257 attribute.
1258
5d5658a1
PA
12592016-01-07 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1262 qualified thread IDs, global thread IDs and thread ID lists.
1263 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1264 thread IDs.
1265 (Convenience Vars): Document the $_thread convenience variable.
1266 (Ada Tasks): Adjust to refer to thread IDs.
1267 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1268 Commands, GDB/MI Variable Objects): Update to mention global
1269 thread IDs.
1270 * guile.texi (Breakpoints In Guile)
1271 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1272 global thread IDs instead of thread IDs.
1273 * python.texi (Threads In Python): Adjust documentation of
1274 InferiorThread.num.
1275 (Breakpoint.thread): Mention global thread IDs instead of thread
1276 IDs.
1277
84654457
PA
12782016-01-13 Pedro Alves <palves@redhat.com>
1279
1280 * python.texi (Threads In Python): Document
1281 InferiorThread.inferior.
1282
e3940304
PA
12832016-01-13 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1286 convenience variable.
1287 (Convenience Vars): Likewise.
1288
82075af2
JS
12892016-01-12 Josh Stone <jistone@redhat.com>
1290 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1291
1292 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1293 (Stop Reply Packets): List the syscall entry and return stop reasons.
1294 (General Query Packets): Describe QCatchSyscalls, and add it to the
1295 table and the detailed list of stub features.
1296
bc504a31
PA
12972016-01-12 Pedro Alves <palves@redhat.com>
1298
1299 Remove use of the registered trademark symbol throughout.
1300
cde67b27
YQ
13012016-01-12 Yao Qi <yao.qi@linaro.org>
1302
1303 * gdb.texinfo (Interrupts): Update the document on handling
1304 interrupt when program is stopped.
1305
19d9d4ef
DB
13062015-12-11 Don Breazeal <donb@codesourcery.com>
1307
1308 * gdb.texinfo (Forks): Correct Linux kernel version where
1309 fork and exec events are supported, add notes about support
1310 of these events in target remote mode.
1311 (Connecting): Reorganize and clarify distinctions between
1312 target remote, extended-remote, and multiprocess.
1313 Reorganize related text from separate sections into new
1314 sections.
1315 (Server): Note effects of target extended-remote mode.
1316 Delete section on Multi-Process Mode for gdbserver.
1317 Move some text to "Connecting" node.
1318
f4f4330e
PA
13192015-12-10 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.texinfo (Threads): Replace warning with explanation
1322 about single-threaded programs.
1323
b1236ac3
PA
13242015-12-10 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.texinfo (Threads): Remove mention of SGI.
1327 (Forks): Remove mention of HP-UX.
1328 (Breakpoints): Remove mention of HP-UX.
1329 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1330 Reword in terms of architectures.
1331 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1332 mention supported systems.
1333 (Convenience Vars): Don't mention HP-UX.
1334 (Jumping): Remove mention of HP-UX in comment.
1335 (Files) <shared libraries>: Update supported shared library types
1336 list. Remove mention of HP-UX.
1337 (Native): Remove HP-UX subsection.
1338 (SVR4 Process Information): Remove mention of HP-UX.
1339
0f59c28f
PA
13402015-12-10 Pedro Alves <palves@redhat.com>
1341
1342 * gdb.texinfo (Stack): Reorder menu.
1343
1c35a88f
LM
13442015-12-09 Luis Machado <lgustavo@codesourcery.com>
1345
1346 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1347 -var-set-format's new zero-hexadecimal format.
1348
3685b09f
PMR
13492015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1350
1351 * gdb.texinfo (Ada Mode Into): Move overloading support
1352 description to its own node.
1353 (Overloading support for Ada): New node.
1354
f2faf941
PA
13552015-11-30 Pedro Alves <palves@redhat.com>
1356
1357 PR 14618
1358 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1359 (Remote Configuration): Add the "set/show remote
1360 no-resumed-stop-reply" to the available settings table.
1361 (General Query Packets): Document the "no-resumed" qSupported
1362 feature.
1363
65706a29
PA
13642015-11-30 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.texinfo (Remote Configuration): List "set/show remote
1367 thread-events" command in configuration table.
1368 (Stop Reply Packets): Document "T05 create" stop
1369 reason and 'w' stop reply.
1370 (General Query Packets): Document QThreadEvents packet. Document
1371 QThreadEvents qSupported feature.
1372
de979965
PA
13732015-11-30 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1376 anchor.
1377 (Packets): Document vCtrlC.
1378
79efa585
SM
13792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1380
1381 * gdb.texinfo (Thread List Format): Mention thread names.
1382
7e0aa6aa
PA
13832015-11-24 Pedro Alves <palves@redhat.com>
1384
1385 PR 17539
1386 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1387 program-spaces" example to ascending order listing.
1388 (Threads): Adjust "info threads" example to ascending order
1389 listing.
1390 (Forks): Adjust "info inferiors" example to ascending order
1391 listing.
1392
0c532a29
MM
13932015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1394
1395 * gdb.texinfo (Process Record and Replay): Document "record
1396 instruction-history" modifiers.
1397
fc58fa65
AB
13982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1401 description.
1402 (Frame Filter Management): Move to later in the 'Examining the
1403 Stack' chapter.
1404 (Selection): Add entry for 'select-frame'.
1405
792005b0
DE
14062015-09-25 Doug Evans <dje@google.com>
1407
1408 * gdb.texinfo (Process Record and Replay): Fix syntax of
1409 "record instruction-history begin, end" and
1410 "record function-call-history begin, end".
1411
c58b006b
SM
14122015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1413
1414 * gdb.texinfo (Specifying Source Directories): Fix
1415 substitute-path example.
1416
f2665db5
MM
14172015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1418
1419 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1420
e68fa6f0
PA
14212015-09-15 Pedro Alves <palves@redhat.com>
1422
1423 PR remote/18965
1424 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1425 the vforkdone description.
1426
8228463c
PA
14272015-09-15 Pedro Alves <palves@redhat.com>
1428
1429 PR remote/18965
1430 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1431 part indicates the thread ID of the parent process.
1432
750ce8d1
YQ
14332015-09-15 Yao Qi <yao.qi@linaro.org>
1434
1435 * gdb.texinfo (General Query Packets): Add vContSupported to
1436 tables of 'gdbfeatures' and 'stub features' supported in the
1437 qSupported packet, as well as to the list containing stub
1438 feature details.
1439
b459a59b
DB
14402015-09-11 Don Breazeal <donb@codesourcery.com>
1441
1442 * gdb.texinfo (Remote Configuration): Add exec event
1443 feature to table of packet settings.
1444 (Stop Reply Packets): Add exec events to the list of stop
1445 reasons.
1446 (General Query Packets): Add exec events to tables of
1447 'gdbfeatures' and 'stub features' supported in the qSupported
1448 packet, as well as to the list containing stub feature
1449 details.
1450
73b8c1fd
PA
14512015-08-24 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.texinfo (Remote Configuration): Document the "set/show
1454 remote multiprocess-extensions-packet" commands.
1455
bb615428
PA
14562015-08-24 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1459 <M32R>: Remove references to M32R/D.
1460 <M68K>: Remove references to target dbug.
1461 <MIPS Embedded>: Remove references to target r3900 and target
1462 array.
1463 <PowerPC Embedded>: Remove references to target dink32 and target
1464 ppcbug, target sds
1465 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1466
2b4bf6af
AB
14672015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1470
566f5e3b
AB
14712015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1474
18989b3c
AB
14752015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1478 info bfds" to...
1479 (File Caching): A New section. Outline bfd caching, and add new
1480 description for "main set/show bfd-sharing".
1481
6ff0ba5f
DE
14822015-08-14 Doug Evans <xdje42@gmail.com>
1483
1484 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1485 disassembly.
1486 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1487
629500fa
KS
14882015-08-11 Keith Seitz <keiths@redhat.com>
1489
1490 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1491 Use "location(s)"instead of "linespec(s)".
1492 (Specifying a Location): Rewrite.
1493 Add subsections describing linespec, address, and explicit locations.
1494 Add node/menu for each subsection.
1495 (Source and Machine Code, C Preprocessor Macros)
1496 (Create and Delete Trace points)
1497 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1498 (Continuing at a Different Address): Remove "linespec" examples.
1499 Add reference to "Specify a Location"
1500 (The -break-insert Command): Rewrite. Add anchor.
1501 Add reference to appropriate manual section discussing locations.
1502 (The -dprintf-insert Command): Refer to -break-insert for
1503 specification of 'location'.
1504
fbea99ea
PA
15052015-08-07 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1508 target-non-stop".
1509
da8c46d2
MM
15102015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1511
1512 * gdb.texinfo (Process Record and Replay): Document prefixing of
1513 speculatively executed instructions in the "record instruction-history"
1514 command.
1515
a3b5281e
DE
15162015-07-20 Doug Evans <dje@google.com>
1517
1518 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1519
6bcb1f97
DE
15202015-07-16 Doug Evans <dje@google.com>
1521
1522 * stabs.texinfo: @include gdb-cfg.texi.
1523
db1ff28b
JK
15242015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1525
1526 Revert the previous 2 commits:
1527 gdbserver build-id attribute generator
1528 Validate symbol file using build-id
1529
ca5268b6
JK
15302015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1531
1532 * gdb.texinfo (Files): Add 'set validate-build-id'
1533 and 'show validate-build-id'.
1534
700ca40f
JK
15352015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1536 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 gdbserver build-id attribute generator.
1539 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1540 'build-id' in description, example, new attribute in dtd.
1541
7c7f93f6
AB
15422015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.texinfo (Selection): Update documentation for 'frame'
1545 command.
1546
b0627500
MM
15472015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1548
72f4393d 1549 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1550 commands.
1551
b20a6524
MM
15522015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1553
1554 * gdb.texinfo (Process Record and Replay): Spell out that variables
1555 and registers are not available during btrace replay.
1556 Describe the new "record btrace pt" command.
1557 Describe the new "set|show record btrace pt buffer-size" options.
1558 (General Query Packets): Describe the new Qbtrace:pt and
1559 Qbtrace-conf:pt:size packets.
1560 Expand "bts" to "Branch Trace Store".
1561 Update the branch trace DTD.
1562
fc637f04
PP
15632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1564
1565 * gdb.texinfo (Command History): Document the new option
1566 "history remove-duplicates".
1567
18a94d75
DE
15682015-06-19 Doug Evans <dje@google.com>
1569
1570 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1571 longer supported.
1572
0eacb298
PP
15732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1574
1575 * gdb.texinfo (Command History): Mention that setting
1576 GDBHISTSIZE to the empty string disables history truncation.
1577
bc460514
PP
15782015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1579
1580 PR gdb/16999
1581 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1582 behavior.
1583
b58c513b
PP
15842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1585
1586 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1587 with GDBHISTSIZE.
1588
a86c90e6
SM
15892015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1590
1591 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1592 bytes and memory units for -data-{read,write}-memory-bytes.
1593 (Packets): Same for m, M and X packets.
1594 * python.texi (Inferiors In Python): Same for read_memory and
1595 write_memory.
1596
c74f7d1c
JT
15972015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1598
1599 * gdb.texinfo (Separate Debug Files): Document that PE is also
1600 supported.
1601
51f0e40d
AB
16022015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1605 single table entry.
1606
966f0aef
WT
16072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1608
1609 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1610
1611
15a201c8
GB
16122015-06-10 Gary Benson <gbenson@redhat.com>
1613
1614 * gdb.texinfo (Remote Configuration): Document the
1615 "set/show remote hostio-setfs-packet" command.
1616 (Host I/O Packets): Document the vFile:setfs packet.
1617
7a6a1731
GB
16182015-06-10 Gary Benson <gbenson@redhat.com>
1619
1620 * gdb.texinfo (Debugging Output): Document the "set/show debug
1621 linux-namespaces" command.
1622
7d73c23c 16232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1624 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1625
1626 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1627 and "set mpx bound".
1628
27e0867f
DE
16292015-05-27 Doug Evans <dje@google.com>
1630
1631 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1632
b4f54984
DE
16332015-05-26 Doug Evans <dje@google.com>
1634
1635 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1636 command renamings.
1637 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1638
55b40027
AB
16392015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1642
a4ea0946
AB
16432015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1646 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1647
37442ce1
DE
16482015-05-16 Doug Evans <xdje42@gmail.com>
1649
1650 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1651 memory ports.
1652
36de76f9
JK
16532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1656
0d71eef5
DB
16572015-05-12 Don Breazeal <donb@codesourcery.com>
1658
1659 * gdb.texinfo (Forks): Note that fork debugging is
1660 supported in extended mode.
1661 (Remote Configuration): Add fork event features to table
1662 of packet settings.
1663 (Stop Reply Packets): Add fork events to list of stop reasons.
1664 (General Query Packets): Add fork events to tables of
1665 'gdbfeatures' and 'stub features' supported in the qSupported
1666 packet, as well as to the list containing stub feature
1667 details.
1668
835205d0
GB
16692015-05-12 Gary Benson <gbenson@redhat.com>
1670
1671 * gdb.texinfo (General Query Packets): Document
1672 qXfer:exec-file:read with empty annex.
1673
4c082a81
SC
16742015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1675
1676 * python.texi (Values From Inferior): Add descriptions of new
1677 methods gdb.Value.reference_value and gdb.Value.const_value.
1678
b30a0bc3
JB
16792015-05-06 Joel Brobecker <brobecker@adacore.com>
1680
1681 * gdb.texinfo (Files): Add "info dll" documentation.
1682 (Cygwin Native): Remove "info dll" documentation.
1683
2ce1cdbf
DE
16842015-04-29 Doug Evans <dje@google.com>
1685
1686 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1687 Document.
1688 (Writing an Xmethod): Add get_result_type to example.
1689
59fb7612
SS
16902015-04-28 Sasha Smundak <asmundak@google.com>
1691
1692 * python.texi: New method documented.
1693
cf75d6c3
AB
16942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1697 format.
1698
897c3d32
DE
16992015-04-24 Doug Evans <dje@google.com>
1700
1701 * python.texi (Xmethods In Python): Fix name of method to call the
1702 xmethod.
1703
1b6e6f5c
GB
17042015-04-17 Gary Benson <gbenson@redhat.com>
1705
1706 * gdb.texinfo (Connecting to a Remote Target): Mention that
1707 GDB can access program files from remote targets that support
1708 qXfer:exec-file:read and Host I/O packets.
1709
c78fa86a
GB
17102015-04-17 Gary Benson <gbenson@redhat.com>
1711
1712 * gdb.texinfo (Remote Configuration): Document the "set/show
1713 remote pid-to-exec-file-packet" command.
1714 (General Query Packets): Document the qXfer:exec-file:read
1715 qSupported features. Document the qXfer:exec-file:read packet.
1716
a9a5a3d1
GB
17172015-04-17 Gary Benson <gbenson@redhat.com>
1718
1719 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1720 applies to executable paths if supplied to GDB as absolute.
1721
4f45d445
JK
17222015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.texinfo (Mode Options): Remove -xdb.
1725
e7a8570f
JK
17262015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1727 Eli Zaretskii <eliz@gnu.org>
1728
72f4393d
L
1729 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1730 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1731 the compile command. New subsection Compiler search for the compile
1732 command.
1733
f2983cc3
AW
17342015-04-09 Andy Wingo <wingo@igalia.com>
1735
1736 * guile.texi (Frames In Guile): Describe frame-read-register.
1737
599bd15c
GB
17382015-04-02 Gary Benson <gbenson@redhat.com>
1739
1740 * gdb.texinfo (set sysroot): Document "target:".
1741
d11916aa
SS
17422015-04-01 Sasha Smundak <asmundak@google.com>
1743
1744 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1745 section.
1746
df8411da
SDJ
17472015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1748
1749 PR corefiles/16092
1750 * gdb.texinfo (gcore): Mention new command 'set
1751 use-coredump-filter'.
1752 (set use-coredump-filter): Document new command.
1753
d33279b3
AT
17542015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1755
1756 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1757 documentation, reorder the info os entries in alphabetical order.
1758
852f8402
SM
17592015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1762 -data-write-memory-bytes.
1763
856e7dd6
PA
17642015-03-24 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1767 mention that threads may sometimes run unlocked.
1768
236af5e3
YG
17692015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1770
1771 * gdb.texinfo (Remote configuration): Document "set/show
1772 serial parity" command.
1773
464b0089
GB
17742015-03-18 Gary Benson <gbenson@redhat.com>
1775
1776 * gdb.texinfo (General Query Packets): Remove documentation
1777 for now-removed vFile:fstat qSupported features.
1778
0a93529c
GB
17792015-03-11 Gary Benson <gbenson@redhat.com>
1780
1781 * gdb.texinfo (Remote Configuration): Document the
1782 "set/show remote hostio-fstat-packet" command.
1783 (General Query Packets): Document the vFile:fstat
1784 qSupported features.
1785 (Host I/O Packets): Document the vFile:fstat packet.
1786
85642ba0
AW
17872015-03-11 Andy Wingo <wingo@igalia.com>
1788
1789 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1790
f7e6eed5
PA
17912015-03-04 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.texinfo (Remote Configuration): Document the "set/show
1794 remote swbreak-feature-packet" and "set/show remote
1795 hwbreak-feature-packet" commands.
1796 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1797 decription.
1798 (Stop Reply Packets): Document the swbreak and hwbreak stop
1799 reasons.
1800 (General Query Packets): Document the swbreak and hwbreak
1801 qSupported features.
1802 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1803
f873665f 18042015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1805
1806 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1807 under *stopped.
1808
9a284c97
DE
18092015-03-02 Doug Evans <xdje42@gmail.com>
1810
1811 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1812
446899e4
AA
18132015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1814
1815 * gdb.texinfo (S/390 and System z Features): Describe new feature
1816 "org.gnu.gdb.s390.vx".
1817
7ee67ee4
SDJ
18182015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1819
1820 PR gdb/18008
1821 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1822 demangler-warning): Fix typo ("problam").
1823
53cf2ee0
DT
18242015-02-19 David Taylor <dtaylor@emc.com>
1825
1826 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1827
3133f8c1
JM
18282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1829
1830 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1831 point, DTrace'.
1832 (Static Probe Points): Modified to cover DTrace probes in addition
1833 to SystemTap probes. Also modified to cover the `enable probe'
1834 and `disable probe' commands.
1835
9aca2ff8
JM
18362015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1837
1838 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1839 `disable probe' commands.
1840
fa3f8d5a
DT
18412015-02-12 David Taylor <dtaylor@emc.com>
1842
1843 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1844 fields of the QTDV packet.
1845
d33501a5
MM
18462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1847
1848 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1849 (Process Record and Replay): Describe new set|show commands.
1850 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1851
f4abbc16
MM
18522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1853
1854 * gdb.texinfo (Process Record and Replay): Describe the "record
1855 btrace bts" command.
1856 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1857 (Branch Trace Configuration Format): New.
1858
cfb069a8
GB
18592015-01-31 Gary Benson <gbenson@redhat.com>
1860 Doug Evans <dje@google.com>
1861
1862 * gdb.texinfo (Command Completion): Document new
1863 "set/show max-completions" option.
1864
f57d2163
DE
18652015-01-31 Doug Evans <xdje42@gmail.com>
1866
1867 * gdb.texinfo (Symbols): Document new commands
1868 "maint print symbol-cache", "maint print symbol-cache-statistics",
1869 "maint flush-symbol-cache". Document new option
1870 "maint set symbol-cache-size".
1871
9f050062
DE
18722015-01-31 Doug Evans <xdje42@gmail.com>
1873
1874 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1875 distinguish script files vs inlined scripts.
1876 * python.texi (Python Auto-loading): Ditto.
1877
b6577aab
DE
18782015-01-30 Doug Evans <dje@google.com>
1879
1880 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1881 string if present.
1882
3a8b707a
DE
18832015-01-27 Doug Evans <dje@google.com>
1884
1885 * python.texi (Objfiles In Python): Document Objfile.username.
1886
1b549396
DE
18872015-01-27 Doug Evans <dje@google.com>
1888
1889 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1890 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1891
253828f1
JK
18922015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1895
bf555842
EZ
18962015-01-16 Eli Zaretskii <eliz@gnu.org>
1897
1898 * doc/gdb.texinfo (TUI Commands): Document the possible
1899 values of NAME argument to 'winheight' command. Explain the
1900 effect of 'tabset' setting better.
1901
439250fb
DE
19022015-01-11 Doug Evans <xdje42@gmail.com>
1903
1904 PR gdb/15830
1905 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1906 (Symbols): Ditto.
1907 (Maintenance Commands): Delete docs for "maint demangle".
1908
6bf6fd09
JB
19092014-12-31 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.texinfo (Files): Remove documentation of the
1912 "add-shared-symbol-files" and "assf" commands.
1913 (Cygwin Native): Remove documentation of the "dll-symbols"
1914 command.
1915
cc485e62
DE
19162014-12-17 Doug Evans <xdje42@gmail.com>
1917
1918 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1919
bb2ec1b3
TT
19202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1921 Jan Kratochvil <jan.kratochvil@redhat.com>
1922
1923 * gdb.texinfo (Altering): Update.
1924 (Compiling and Injecting Code): New node.
1925
6dddd6a5
DE
19262014-12-12 Doug Evans <dje@google.com>
1927
1928 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1929
f5b95c01
AA
19302014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1931
1932 * gdb.texinfo: Document "maint print user-registers".
1933
a0be3e44
DE
19342014-12-08 Doug Evans <dje@google.com>
1935
1936 * python.texi (Objfiles In Python): Document Objfile.owner.
1937
86e4ed39
DE
19382014-12-04 Doug Evans <dje@google.com>
1939
1940 * python.texi (Objfiles In Python): Document
1941 Objfile.add_separate_debug_file.
1942
7c50a931
DE
19432014-12-04 Doug Evans <dje@google.com>
1944
1945 * python.texi (Objfiles In Python): Document Objfile.build_id.
1946
162078c8
NB
19472014-12-02 Nick Bull <nicholaspbull@gmail.com>
1948
1949 * python.texi (Events In Python): Document new events
1950 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1951 and RegisterChangedEvent.
1952
f10c5b19
JK
19532014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1954
1955 Add add-auto-load-scripts-directory.
1956 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1957 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1958
413b59ae
JK
19592014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1962 description typo.
1963
02be9a71
DE
19642014-10-30 Doug Evans <dje@google.com>
1965
1966 * python.texi (Progspaces In Python): Document ability to add
1967 random attributes to gdb.Progspace objects.
1968 (Objfiles In Python): Document ability to add random attributes to
1969 gdb.objfile objects.
1970
e5f8a7cc
PA
19712014-10-27 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1974 info on stepping and signal handlers.
1975 (Signals): Explain stepping and signal handlers. Add context
1976 index entry, and cross references.
1977
fab3a15d
SM
19782014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1979
1980 * python.texi (Breakpoints In Python): Add parenthesis after
1981 Breakpoint.delete. Clarify Breakpoint.enabled description so
1982 that it contains "disable".
1983
4ffbba72
DE
19842014-10-17 Doug Evans <dje@google.com>
1985
1986 * python.texi (Events In Python): Document clear_objfiles event.
1987
d096d8c1
DE
19882014-10-17 Doug Evans <dje@google.com>
1989
1990 * python.texi (Objfiles In Python): Document new progspace attribute.
1991
32a8097b
PA
19922014-10-17 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1995 (SVR4 Process Information): Delete mention of OSF/1.
1996
2ddf4301
SM
19972014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1998
1999 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2000 exit-code field in -list-thread-groups output.
2001
342cc091
JBG
20022014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2003
2004 * gdb.texinfo (Set Breaks): Add missing "@end table".
2005
a25a5a45
PA
20062014-09-22 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2009 always-inserted off" is the default mode now. Delete
2010 documentation of "set breakpoint always-inserted auto".
2011
2b4fd423
DE
20122014-09-18 Doug Evans <dje@google.com>
2013
2014 * python.texi (Symbol Tables In Python): Document "producer"
2015 attribute of gdb.Symtab objects.
2016
deb8ff2b
PA
20172014-09-16 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2020 (Embedded OS): Remove VxWorks menu entry.
2021 (VxWorks): Remove node.
2022
81219e53
DE
20232014-09-13 Doug Evans <xdje42@gmail.com>
2024
2025 * gdb.texinfo (Signaling): Document new queue-signal command.
2026
faa42425
DE
20272014-09-06 Doug Evans <xdje42@gmail.com>
2028
2029 PR 15276
2030 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2031 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2032
1a6a384b
JL
20332014-09-03 Justin Lebar <jlebar@google.com>
2034
2035 * python.texi (Types In Python): Type.template_argument(n) returns a
2036 gdb.Value or a gdb.Type and throws an exception if n is out of
2037 range.
2038
5f3b99cf
SS
20392014-09-03 Sasha Smundak <asmundak@google.com>
2040
2041 * python.texi (Frames in Python): Add read_register description.
2042
3cecbbbe
TT
20432014-08-04 Tom Tromey <tromey@redhat.com>
2044
2045 * gdb.texinfo (Debugging Output): Update for change to "set debug
2046 target".
2047
90debf20
MM
20482014-08-01 Masaki Muranaka <monaka@monami-software.com>
2049
2050 Pushed by Joel Brobecker <brobecker@adacore.com>.
2051 * Makefile.in (transform): New variable.
2052 (install-man1, install-man5): Apply $(transform) to man file names.
2053
ee7333ae
DE
20542014-07-26 Doug Evans <xdje42@gmail.com>
2055
2056 PR guile/17177
2057 * guile.texi (Guile Pretty Printing API): Fix typo.
2058 Document set-pretty-printers!, pretty-printers.
2059 (Selecting Guile Pretty-Printers): Update.
2060 Mention program-space based pretty-printers.
2061
70509625
PA
20622014-07-25 Pedro Alves <palves@redhat.com>
2063 Eli Zaretskii <eliz@gnu.org>
2064
2065 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2066 with multi-threaded programs.
2067
b67a2c6f
YQ
20682014-06-27 Yao Qi <yao@codesourcery.com>
2069
2070 * gdb.texinfo (Maintenance Commands): Update the output of
2071 'maint print dummy-frames' command.
2072
f179cf97
EZ
20732014-06-24 Eli Zaretskii <eliz@gnu.org>
2074
2075 * gdb.texinfo (Screen Size): Improve indexing.
2076
992c7d70
GB
20772014-06-19 Gary Benson <gbenson@redhat.com>
2078
2079 * gdb.texinfo (Maintenance Commands): Document new
2080 "maint set/show catch-demangler-crashes" option.
2081
57fcfb1b
GB
20822014-06-19 Gary Benson <gbenson@redhat.com>
2083
2084 * gdb.texinfo (Maintenance Commands): Document new
2085 "maint demangler-warning" command and new
2086 "maint set/show demangler-warning" option.
2087
dd5d5494
SC
20882014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2089
2090 * python.texi (Xmethod API): Add space before the opening
2091 parenthesis in function descriptions.
2092
25326a28 20932014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2094
2095 * guile.texi (Guile Configuration): Document guile-data-directory.
2096
0a770bb2 20972014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2098
2099 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2100
16f691fb
DE
21012014-06-04 Doug Evans <xdje42@gmail.com>
2102
2103 * guile.texi (Breakpoints In Guile): Update.
2104
1e47491b
JB
21052014-06-03 Joel Brobecker <brobecker@adacore.com>
2106
2107 * python.texi (Xmethod API): Fix reference to "Progspaces In
2108 Python".
2109
0c6e92a5
SC
21102014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2111
2112 * python.texi (Xmethods In Python, XMethod API)
2113 (Writing an Xmethod): New nodes.
2114 (Python API): New menu entries "Xmethods In Python",
2115 "Xmethod API", "Writing an Xmethod".
2116
06eb1586
DE
21172014-06-02 Doug Evans <xdje42@gmail.com>
2118
2119 * guile.texi (Guile API): Add entry for Parameters In Guile.
2120 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2121 (Parameters In Guile): New node.
2122
e698b8c4
DE
21232014-06-02 Doug Evans <xdje42@gmail.com>
2124
2125 * guile.texi (Guile API): Add entry for Commands In Guile.
2126 (Basic Guile) <parse-and-eval>: Add reference.
2127 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2128 (GDB Scheme Data Types): Mention <gdb:command> object.
2129 (Commands In Guile): New node.
2130
ded03782
DE
21312014-06-02 Doug Evans <xdje42@gmail.com>
2132
2133 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2134 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2135 (Progspaces In Guile): New node.
2136
53e8a631
AB
21372014-05-30 Andrew Burgess <aburgess@broadcom.com>
2138
2139 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2140 * python.texi (Frames In Python): Mention
2141 gdb.FRAME_UNWIND_MEMORY_ERROR.
2142
329ea579
PA
21432014-05-29 Pedro Alves <palves@redhat.com>
2144 Tom Tromey <tromey@redhat.com>
2145
2146 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2147 from example.
2148 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2149 Mention that target-async is now deprecated.
2150 (Maintenance Commands): Document maint set/show target-async.
2151
92bcb5f9
PA
21522014-05-29 Pedro Alves <palves@redhat.com>
2153
2154 * observer.texi (sync_execution_done, command_error): New
2155 subjects.
2156
fd664c91
PA
21572014-05-29 Pedro Alves <palves@redhat.com>
2158
2159 PR gdb/13860
2160 * observer.texi (signal_received, end_stepping_range)
2161 (signal_exited, exited, no_history): New observer subjects.
2162
b2715b27
AW
21632014-05-26 Andy Wingo <wingo@igalia.com>
2164
2165 * guile.texi (GDB Scheme Data Types): Remove documentation for
2166 removed interfaces. Update spelling of gdb-object-kind.
2167
9eaa4c1e
AW
21682014-05-26 Andy Wingo <wingo@igalia.com>
2169
2170 * guile.texi (Basic Guile): Fix some typos.
2171
0f1e8403
AW
21722014-05-26 Andy Wingo <wingo@igalia.com>
2173
2174 * guile.texi (Writing a Guile Pretty-Printer)
2175 (Guile Types Module): Fix excess parentheses in use-modules forms.
2176
697aa1b7
EZ
21772014-05-24 Eli Zaretskii <eliz@gnu.org>
2178
2179 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2180 (Breakpoints In Guile, Guile Printing Module)
2181 (Guile Exception Handling, Values From Inferior In Guile)
2182 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2183 Don't use @var at the beginning of a sentence.
2184
2185 * gdb.texinfo (Frame Filter Management, Trace Files)
2186 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2187 (PowerPC Embedded, Define, Annotations for Running)
2188 (IPA Protocol Commands, Packets, General Query Packets)
2189 (Tracepoint Packets, Notification Packets, Environment)
2190 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2191 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2192 (Frames, Backtrace, Selection, Expressions, Registers)
2193 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2194 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2195 (Source Annotations, Using JIT Debug Info Readers, Packets)
2196 (Stop Reply Packets, Host I/O Packets)
2197 (Target Description Format): Don't use @var at the beginning of a
2198 sentence.
2199
2200 * python.texi (Basic Python, Types In Python)
2201 (Commands In Python, Frames In Python, Line Tables In Python)
2202 (Breakpoints In Python, gdb.printing, gdb.types)
2203 (Type Printing API): Don't use @var at the beginning of a
2204 sentence.
2205
67b5c0c1
MM
22062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2207
2208 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2209 replay-memory-access".
2210
6a3cb8e8
PA
22112014-05-21 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.texinfo (Starting): Document "set/show
2214 auto-connect-native-target".
2215 (Target Commands): Document "target native".
2216
936d2992
PA
22172014-05-20 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2220 not be remote specific. Add cross reference to the qCRC packet.
2221 (Separate Debug Files): Update cross reference to the qCRC packet.
2222 (General Query Packets) <qCRC packet>: Add anchor.
2223
b3ce5e5f
DE
22242014-05-17 Doug Evans <xdje42@gmail.com>
2225
2226 Copy over changes from guile.texi.
2227 * python.texi (Basic Python) <gdb.execute>: Add text.
2228 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2229 (Values From Inferior) <Python string>: Add text.
2230 (Values From Inferior) <Value.string>: Clarify string length handling.
2231 (Pretty Printing API): Add cindex.
2232 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2233 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2234 @vindex.
2235 (Commands In Python) <COMPLETE_*>: Similarly.
2236 (Symbols In Python) <SYMBOL_*>: Similarly.
2237 (Breakpoints In Python) <WP_*>: Similarly.
2238 (Breakpoints In Python) <BP_*>: Similarly.
2239
8dfcab11
DT
22402014-05-17 David Taylor <dtaylor@emc.com>
2241
2242 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2243 mentioned in the qfThreadInfo reply.
2244
8d551b02
DE
22452014-05-16 Doug Evans <dje@google.com>
2246
2247 * gdb.texinfo (Mode Options): Add -D.
2248
e20bd8f4
SB
22492014-05-09 Samuel Bronson <naesten@gmail.com>
2250
2251 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2252 "make -C".
2253
f989a1c8
TT
22542014-04-29 Tom Tromey <tromey@redhat.com>
2255
2256 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2257 "show debug varobj".
2258
95cf3b38
DT
22592014-05-01 David Taylor <dtaylor@emc.com>
2260
2261 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2262 option.
2263
01f9f808
MS
22642014-04-24 Michael Sturm <michael.sturm@mintel.com>
2265 Walfred Tedeschi <walfred.tedeschi@intel.com>
2266
2267 * gdb.texinfo (i386 Features): Add description of AVX512
2268 registers.
2269
770e7fc7
DE
22702014-03-31 Doug Evans <dje@google.com>
2271
2272 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2273
97d8f0ee
DE
22742014-03-30 Doug Evans <dje@google.com>
2275
2276 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2277 (Background Execution): Ditto.
2278
36cb1214
HZ
22792014-03-21 Pedro Alves <palves@redhat.com>
2280 Stan Shebs <stan@codesourcery.com>
2281 Hui Zhu <hui@codesourcery.com>
2282
2283 * gdb.texinfo (Packets): Add anchor to "? packet".
2284 Remove fixme and update introduction of "k packet".
2285 Add anchor to "vKill packet".
2286
5e3a2c38
SS
22872014-03-12 Stan Shebs <stan@codesourcery.com>
2288
2289 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2290
7a5a839f
LC
22912014-02-26 Ludovic Courtès <ludo@gnu.org>
2292
dc6ae996 2293 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2294
95060284
JB
22952014-02-20 Joel Brobecker <brobecker@adacore.com>
2296
2297 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2298 and "assf" as being deprecated.
2299 (Cygwin Native): Likewise for "dll-symbols".
2300 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2301 as a way to force the loading of symbols from a DLL.
2302
f7bd0f78
SC
23032014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2304
2305 * python.texi (Values From Inferior): Add description about the
2306 new feature.
2307
329baa95
DE
23082014-02-17 Doug Evans <xdje42@gmail.com>
2309
2310 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2311 * gdb.texinfo (Python): Moved to ...
2312 * python.texi: ... here. New file.
2313
687894f5
DE
23142014-02-17 Ludovic Courtès <ludo@gnu.org>
2315
d25f38ee 2316 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2317 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2318 parameter to 'str-lookup-function' procedure. Look for
2319 the "std::string<" prefix.
2320 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2321 Adjust description.
2322
6fb526ee
DE
23232014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2324
d25f38ee 2325 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2326 parantheses for deffn.
2327 (Disassembly In Guile): Ditto.
2328
1e0a5178
SS
23292014-02-10 Stan Shebs <stan@codesourcery.com>
2330
2331 Add Doxygen support.
2332 * Makefile.in (doxy): New action, generates Doxygen files.
2333 (DOXYGEN): New.
2334 (doxyedit): New.
2335 * Doxyfile-base.in: New file.
2336 * Doxyfile-gdb-api.in: New file.
2337 * Doxyfile-gdb-xref.in: New file.
2338 * Doxyfile-gdbserver.in: New file.
2339 * doxy-index.in: New file.
2340 * filter-for-doxygen: New file.
2341 * filter-params.pl: New file.
2342
ed3ef339
DE
23432014-02-10 Doug Evans <xdje42@gmail.com>
2344
2345 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2346 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2347 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2348 (Guile docs): Include guile.texi.
2349 (objfile-gdbdotext file): Add objfile-gdb.scm.
2350 (dotdebug_gdb_scripts section): Mention Guile scripts.
2351 (Multiple Extension Languages): New node.
2352 * guile.texi: New file.
2353
c6044dd1
JB
23542014-01-28 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2357 ignore-descriptive-types". commands.
2358
87ce2a04
DE
23592014-01-22 Doug Evans <dje@google.com>
2360
2361 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2362 (gdbserver man): Ditto.
2363
52834460
MM
23642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2365
2366 * gdb.texinfo: Document limited reverse/replay support
2367 for target record-btrace.
2368
0688d04e
MM
23692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2370
2371 * gdb.texinfo (Process Record and Replay): Update documentation.
2372
8710b709
MM
23732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2374
2375 * gdb.texinfo (Process Record and Replay): Document new /c
2376 modifier accepted by "record function-call-history".
2377 Add /i modifier to "record function-call-history" example.
2378
dcf106f3
JB
23792014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2380 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2383 markers. Remove one that was misplaced.
2384
41ef2965
PA
23852014-01-10 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.texinfo (Your Program's Environment) <set environment>:
2388 Mention the shell, and point at 'set exec-wrapper'.
2389
c0d48811
JB
23902014-01-07 Joel Brobecker <brobecker@adacore.com>
2391
2392 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2393
5fba4c0f
JB
23942013-12-30 Joel Brobecker <brobecker@adacore.com>
2395
2396 * gdb.texinfo (Types In Python): Clarify the documentation
2397 of attribute gdb.Field.bitpos.
2398
0809504b
JB
23992013-12-28 Joel Brobecker <brobecker@adacore.com>
2400
2401 * gdb.texinfo (Types In Python): Fix the documentation of
2402 attribute "bitpos" in class gdb.Field for enum types. Add
2403 documentation for attribute "enumval" in that same class.
2404
edef6000
JB
24052013-12-28 Joel Brobecker <brobecker@adacore.com>
2406
2407 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2408 @ftable.
2409
71b8c845
DE
24102013-12-23 Doug Evans <xdje42@gmail.com>
2411
2412 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2413 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2414 corresponding section in Extending GDB.
2415 (Extending GDB): Move menu up. New menu item "Auto-loading
2416 extensions".
2417 (Sequences): New menu item "Auto-loading sequences".
2418 (Auto-loading sequences): New node.
2419 (Python): Rename section from Scripting GDB to Extending GDB.
2420 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2421 Move docs on ways to auto-load extensions to ...
2422 (Auto-loading extensions): ... here. New node.
2423
d192b373
JB
24242013-12-23 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2427 in menu.
2428 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2429 command, now in a new node.
2430 (GDB/MI Support Commands): New node, with its contents being
2431 extracted from the "GDB/MI Miscellaneous Commands" node.
2432 A small paragraph introducing the section is also added at
2433 the start.
2434 (GDB/MI Miscellaneous Commands): Delete the description of the
2435 -info-gdb-mi-command, -list-features and -list-target-features
2436 commands, now hosted in the "GDB/MI Support Commands" node.
2437
a16b0e22
SC
24382013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2439
2440 PR python/16113
2441 * gdb.texinfo (Values From Inferior): Add a note about using
2442 gdb.Field objects as subscripts on gdb.Value objects.
2443 (Types In Python): Add description about the new attribute
2444 "parent_type" of gdb.Field objects.
2445
9b26f0fb
JB
24462013-12-12 Joel Brobecker <brobecker@adacore.com>
2447
2448 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2449 entry for section docuumenting the -list-features GDB/MI command.
2450
72bfa06c
JB
24512013-12-10 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2454 "exec-run-start-option" entry in the output of the "-list-features"
2455 command.
2456
3ea8680f
EZ
24572013-12-04 Eli Zaretskii <eliz@gnu.org>
2458
2459 * gdb.texinfo (i386): Fix yesterday's commit.
2460
1a4f73eb
TT
24612013-12-03 Tom Tromey <tromey@redhat.com>
2462
2463 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2464 documented here.
2465
6cb999f8
TT
24662013-12-03 Tom Tromey <tromey@redhat.com>
2467
2468 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2469
ca8941bb
WT
24702013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2471
2472 * gdb.texinfo (i386 Features): Add MPX feature registers.
2473 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2474 a subsubsection for MPX and describes the display of the
2475 boundary registers.
2476
688981c9
JB
24772013-12-03 Joel Brobecker <brobecker@adacore.com>
2478
2479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2480 documentation of the "ada-exceptions" entry.
2481
2ea126fa
JB
24822013-12-03 Joel Brobecker <brobecker@adacore.com>
2483
2484 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2485 "^error" result record concerning the error message. Document
2486 the error code that may also be part of that result record.
2487 (GDB/MI Miscellaneous Commands): Document the
2488 "undefined-command-error-code" element in the output of
2489 the "-list-features" GDB/MI command.
2490
6b7cbff1
JB
24912013-12-03 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2494 the new -info-gdb-mi-command GDB/MI command. Document
2495 the meaning of "-info-gdb-mi-command" in the output of
2496 -list-features.
2497
20e1ca3b
PA
24982013-11-29 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2501 Update comment.
2502
29453a14
YQ
25032013-11-24 Yao Qi <yao@codesourcery.com>
2504
2505 * gdb.texinfo (Caching Remote Data): Document new
2506 "set/show stack-cache" option.
2507
6dd315ba
YQ
25082013-11-24 Yao Qi <yao@codesourcery.com>
2509
2510 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2511 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2512 "off" respectively.
2513
9df9dbe0
YQ
25142013-11-23 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2517 of "displayhint" to the table about child results.
2518
c78feb39
YQ
25192013-11-21 Yao Qi <yao@codesourcery.com>
2520
2521 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2522 'dynamic' for the output of command -var-list-children.
2523
27b81af3
YQ
25242013-11-21 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.texinfo (Caching Target Data): Remove "see" before
2527 @pxref.
2528
b26dfc9a
YQ
25292013-11-20 Yao Qi <yao@codesourcery.com>
2530
2531 * gdb.texinfo (Caching Target Data): Update doc for
2532 per-address-space dcache.
2533
b12039c6
YQ
25342013-11-20 Yao Qi <yao@codesourcery.com>
2535
2536 * gdb.texinfo (Data): Rename menu item.
2537 (Caching Remote Data): Rename to ...
2538 (Caching Target Data): ... it. Update.
2539
422ad5c2
JB
25402013-11-18 Joel Brobecker <brobecker@adacore.com>
2541
2542 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2543 "language-option" entry in the output of the "-list-features"
2544 command.
2545
805e1f19
TT
25462013-11-15 Tom Tromey <tromey@redhat.com>
2547
2548 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2549 Add example.
2550
8fe1b653
TT
25512013-11-14 Tom Tromey <tromey@redhat.com>
2552
2553 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2554
403cb6b1
JB
25552013-11-14 Joel Brobecker <brobecker@adacore.com>
2556
2557 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2558 (Context management): Place current subsection text into its own
2559 subsubsection. Add new subsubsection describing the "--language"
2560 command option.
2561
93973826
JB
25622013-11-13 Joel Brobecker <brobecker@adacore.com>
2563
2564 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2565 the documentation of "info-ada-exceptions" in the output
2566 of the "-list-features" command. Add the documentation
2567 of the "ada-exception" entry instead.
2568
6adcee18
JB
25692013-11-12 Joel Brobecker <brobecker@adacore.com>
2570
93973826 2571
6adcee18
JB
2572 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2573 word of a couple of sentences to start with a capital letter.
2574
58d06528
JB
25752013-11-12 Joel Brobecker <brobecker@adacore.com>
2576
2577 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2578 (Ada Exceptions): New node.
2579 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2580 Commands" node.
2581 (GDB/MI Ada Exceptions Commands): New node.
2582 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2583 field in the output of the "-list-features" command.
2584 * NEWS: Add entry for the new "info exceptions" CLI command,
2585 and for the new "-info-ada-exceptions" GDB/MI command.
2586
bc79de95
PM
25872013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2588
2589 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2590 (Line Tables In Python): New node.
2591
73be47f5
DE
25922013-11-08 Doug Evans <dje@google.com>
2593
2594 * gdb.texinfo (Debugging Output): Update text for
2595 "set debug dwarf2-read".
2596
db0fec5c
DE
25972013-11-08 Doug Evans <dje@google.com>
2598
2599 * gdb.texinfo (Debugging Output): Update text for
2600 "set debug symtab-create".
2601
92e32e33
PM
26022013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2603
72f4393d
L
2604 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2605 constant.
92e32e33 2606
f76c27b5
PM
26072013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2608
2609 * gdb.texinfo (Breakpoints In Python): Document temporary
2610 option in breakpoint constructor, and add documentation to the
2611 temporary attribute.
2612
fa4d0c40
YQ
26132013-11-07 Yao Qi <yao@codesourcery.com>
2614
2615 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2616 output of "-var-info-expression".
2617
afa332ce
PA
26182013-11-06 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2621 non-interactive mode.
2622 (Environment) <shell startup files warning>: Mention
2623 non-interactive mode. Mention .zshenv for Z shell, and talk about
2624 BASH_ENV instead of .bashrc for BASH.
2625
9ac69859
NB
26262013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2627
2628 * gdb.texinfo (Commands to Specify Files): Add description
2629 of the remove-symbol-file command.
2630 * observer.texi: New free_objfile event
2631
98882a26
PA
26322013-10-24 Pedro Alves <palves@redhat.com>
2633
2634 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2635
ce13fade
JB
26362013-10-11 Joel Brobecker <brobecker@adacore.com>
2637
2638 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2639 New subsection inside which the "-catch-load" and "-catch-unload"
2640 commands documentation is now placed.
2641 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2642 documenting the "-catch-assert" and "-catch-exception" new
2643 GDB/MI commands.
2644
2446f5ea
JB
26452013-10-10 Joel Brobecker <brobecker@adacore.com>
2646
2647 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2648
0d12017b
JB
26492013-10-10 Joel Brobecker <brobecker@adacore.com>
2650
bd80dc1a
JB
2651 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2652 serial baud".
2653 (Remote Configuration): Replace "set remotebaud" by "set serial
2654 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2655
f4fb82a1
PA
26562013-10-07 Pedro Alves <palves@redhat.com>
2657
2658 PR breakpoints/11568
2659 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2660 when the thread is removed from the thread list.
2661
0c557179
SDJ
26622013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2663
2664 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2665 Update entry for $_exitcode.
2666
5713b9b5
JB
26672013-10-04 Joel Brobecker <brobecker@adacore.com>
2668
2669 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2670 new "--start" option.
2671
901461f8
PA
26722013-10-02 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.texinfo (Registers): Expand description of saved registers
2675 in frames. Explain <not saved>.
2676
8fb8eb5c
DE
26772013-09-25 Doug Evans <dje@google.com>
2678
2679 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2680
0a7cfe2c
SS
26812013-09-16 Stan Shebs <stan@codesourcery.com>
2682
2683 Remove the internals manual gdbint.texinfo.
2684 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2685 (PDFFILES): Remove gdbint.pdf.
2686 (HTMLFILES): Remove gdbint/index.html.
2687 (HTMLFILES_INSTALL): Remove gdbint.
2688 (GDBINT_DOC_FILES): Remove.
2689 (dvi): Remove gdbint.dvi.
2690 (ps): Remove gdbint.ps.
2691 * gdbint.texinfo: Remove file.
2692 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2693
a280dbd1
SDJ
26942013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2695
2696 * gdb.texinfo (Convenience Functions): Mention new convenience
2697 function $_isvoid.
2698
4ac33720
UW
26992013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2700
2701 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2702 (Standard Target Features): Add new node to menu.
2703 (S/390 and System z Features): New node.
2704
b3d3b4bd
SA
27052013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2706
2707 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2708 -list-target-features in the example.
2709
edf9f00c
JK
27102013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2713 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2714
1d236d23
JK
27152013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 Sync documentation with gdb.base/gnu-debugdata.exp.
2718 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2719
5423b017
JK
27202013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2721
2722 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2723
6211c335
YQ
27242013-08-27 Pedro Alves <pedro@codesourcery.com>
2725 Yao Qi <yao@codesourcery.com>
2726
2727 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2728 Document new --skip-unavailable option.
2729 <-stack-list-variables>: Document new --skip-unavailable option.
2730
52e260a3
DE
27312013-08-26 Doug Evans <dje@google.com>
2732
2733 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2734 an optional regexp.
2735
5e92f71a
TT
27362013-08-13 Tom Tromey <tromey@redhat.com>
2737
2738 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2739 Document GDB_PARALLEL and GDB_INOTIFY.
2740
c5d7073b
SS
27412013-08-09 Stan Shebs <stan@codesourcery.com>
2742
2743 * LRS: Remove file, describes a long-abandoned live-range
2744 splitting extension to stabs.
2745
6fbe845e
AB
27462013-07-25 Andrew Burgess <aburgess@broadcom.com>
2747
2748 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2749
e7045703
DE
27502013-07-17 Doug Evans <dje@google.com>
2751
2752 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2753
3105ebf9
TT
27542013-07-02 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2757
d6c2da54
TT
27582013-06-28 Tom Tromey <tromey@redhat.com>
2759
2760 * Makefile.in (version.subst): Use version.in, not
2761 common/version.in.
2762 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2763 Likewise.
2764
e5823f1c
PA
27652013-06-27 Pedro Alves <palves@redhat.com>
2766
2767 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2768 dynamic symbol resolution code>: New section, based on infrun.c
2769 comment.
2770
92dcb9ff
TT
27712013-06-26 Tom Tromey <tromey@redhat.com>
2772
2773 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2774 Update.
2775 (Releasing GDB): Likewise.
2776
dc673c81
YQ
27772013-06-26 Pedro Alves <pedro@codesourcery.com>
2778 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2781 -trace-frame-collected.
2782
28a93511
YQ
27832013-06-26 Pedro Alves <pedro@codesourcery.com>
2784
2785 * gdb.texinfo (Traceframe Info Format): Document tvar element
2786 and its attributes.
2787
a0743c90
YQ
27882013-06-25 Yao Qi <yao@codesourcery.com>
2789
2790 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2791
01208463
TT
27922013-06-24 Tom Tromey <tromey@redhat.com>
2793
2794 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2795 (GDBvn.texi): Use version.subst.
2796 (version.subst): New target.
2797 (mostlyclean): Remove version.subst.
2798
c898adb7
YQ
27992013-06-20 Pedro Alves <pedro@codesourcery.com>
2800
2801 * gdb.texinfo (GDB/MI Data Manipulation)
2802 <-data-list-register-values>: Document the --skip-unavailable
2803 option.
2804
7c57fa1e
YQ
28052013-06-07 Yao Qi <yao@codesourcery.com>
2806
2807 * gdb.texinfo (Symbols): Add kindex and cindex for
2808 'maint print msymbols'.
2809
0059c61a 28102013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2811
2812 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2813 response field name (thread-group to inferior).
2814
85dc5a12
GB
28152013-06-04 Gary Benson <gbenson@redhat.com>
2816
2817 * gdb.texinfo (General Query Packets/qSupported): Added
2818 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2819 to the table of currently defined stub features.
2820 Added a more detailed entry for "augmented-libraries-svr4-read".
2821 (General Query Packets/qXfer:libraries-svr4:read): Documented
2822 the augmented form of this packet.
2823
5901af59
JB
28242013-05-23 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.texinfo (System-wide Configuration Scripts): Renames
2827 "Installed System-wide Configuration Scripts". Add associated
2828 @menu block.
2829
c1e36e3e
PA
28302013-05-23 Yao Qi <yao@codesourcery.com>
2831 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.texinfo (Packets): Document 'vCont;r'.
2834 (Continuing and Stepping): Document target-assisted range
2835 stepping, and the 'set range-stepping' and 'show range-stepping'
2836 commands.
2837
0201faac
JB
28382013-05-23 Joel Brobecker <brobecker@adacore.com>
2839
2840 * gdb.texinfo (Installed System-wide Configuration Scripts):
2841 Add subsection describing the scripts now available under
2842 the data-dir's system-gdbbinit subdirectory.
2843 * NEWS: Add entry announcing the availability of system-wide
2844 configuration scripts for ElinOS and Wind River Linux.
2845
c5867ab6
HZ
28462013-05-21 Hui Zhu <hui@codesourcery.com>
2847
2848 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2849 "-dprintf-insert" command.
2850
7d0c9981
DE
28512013-05-17 Doug Evans <dje@google.com>
2852
2853 * gdb.texinfo (Maintenance Commands): Update doc for
2854 "maint check-psymtabs". Add doc for "maint check-symtabs",
2855 "maint expand-symtabs".
2856
742ce053
MM
28572013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2858
2859 * gdb.texinfo (Process Record and Replay): Document the
2860 "record goto" command and its sub-commands.
2861
1e611234
PM
28622013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2863
2864 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2865 (Python API): Add Frame Filters API, Frame Wrapper API,
2866 Writing a Frame Filter/Wrapper, Managing Management of Frame
2867 Filters chapter entries.
2868 (Frame Filters API): New Node.
2869 (Frame Wrapper API): New Node.
2870 (Writing a Frame Filter): New Node.
2871 (Managing Frame Filters): New Node.
2872 (Progspaces In Python): Add note about frame_filters attribute.
2873 (Objfiles in Python): Ditto.
2874 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2875 @anchors and --no-frame-filters option to -stack-list-variables,
2876 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2877 commands.
2878
2874cb83
JB
28792013-05-08 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2882 Support" subsection documenting the XML format used to transfer
2883 shared library info on AIX.
2884
9a005eb9
JB
28852013-05-08 Joel Brobecker <brobecker@adacore.com>
2886
2887 * gdb.texinfo (Debugging Output): Add documentation of
2888 "set debug aix-solib" and "show debug aix-solib" commands.
2889
a1217d97
SL
28902013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2891
2892 * gdb.texinfo (Nios II): New section.
2893 (Nios II Features): New section.
2894
4d1eb6b4
JB
28952013-05-06 Joel Brobecker <brobecker@adacore.com>
2896
2897 * gdbint.texinfo (Algorithms): Remove entries documenting
2898 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2899 SOLIB_CREATE_INFERIOR_HOOK.
2900
3f84184e
TT
29012013-04-29 Tom Tromey <tromey@redhat.com>
2902
2903 PR python/14204:
2904 * gdb.texinfo (Python API): Fix menu entry.
2905 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2906 Define global and static block. Add example. Clarify
2907 block relationship for inline functions.
2908
60155234
TT
29092013-04-29 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.texinfo (Python API): Mention Python help and keyword
2912 arguments. Move pagination text to Basic Python.
2913 (Basic Python): Put pagination text here. Document
2914 close-on-exec, SIGCHLD, and SIGINT.
2915
5360976e
PA
29162013-04-19 Pedro Alves <palves@redhat.com>
2917
2918 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2919 "signedness" instead of "signness".
2920
bd3f3b55
PA
29212013-04-19 Pedro Alves <palves@redhat.com>
2922
2923 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2924 -Wno-pointer-sign text with text on -Wpointer-sign.
2925
dee368d3
TT
29262013-04-16 Tom Tromey <tromey@redhat.com>
2927
2928 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2929 GCC that has the SDT probe points.
2930
cc16e6c9
TT
29312013-04-15 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2934 exception catchpoints.
2935
72f1fe8a
TT
29362013-04-15 Tom Tromey <tromey@redhat.com>
2937
2938 * gdb.texinfo (Set Catchpoints): Document $_exception.
2939 (Convenience Vars): Mention $_exception.
2940
591f19e8
TT
29412013-04-15 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.texinfo (Set Catchpoints): Reorganize exception
2944 catchpoints. Document "catch rethrow".
2945 (Debugging C Plus Plus): Mention "catch rethrow".
2946
02ae6bad
TT
29472013-04-15 Tom Tromey <tromey@redhat.com>
2948
2949 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2950
2c91021c
JK
29512013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2952 Eli Zaretskii <eliz@gnu.org>
2953
2954 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2955 line below the sample output.
2956
6eaaf48b
EZ
29572013-04-12 Eli Zaretskii <eliz@gnu.org>
2958
2959 * gdb.texinfo (Mode Options): Document '-configuration'.
2960 (Help): Document "show configuration".
2961 (Bug Reporting): Add requirements to include the configuration
2962 details in bug reports.
2963
b292c783
JK
29642013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 * Makefile.in (MAN1S): Add gcore.1.
2967 Remove "Host, target, and site specific Makefile fragments" comment.
2968 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2969 (install-man1, uninstall-man1): Conditionalize gcore.1.
2970 (gcore.1): New.
2971 * gdb.texinfo (Man Pages): Add gcore man.
2972 (gcore man): New node.
2973
f81d1120
PA
29742013-04-10 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.texinfo (Process Record and Replay): Document that "set
2977 record full insn-number-max", "set record
2978 instruction-history-size" and "set record
2979 function-call-history-size" accept "unlimited".
2980 (Backtrace): Document that "set backtrace limit" accepts
2981 "unlimited".
2982 (List): Document that "set listsize" accepts "unlimited".
2983 (Print Settings)" Document that "set print max-symbolic-offset",
2984 "set print elements" and "set print repeats" accept "unlimited".
2985 (Starting and Stopping Trace Experiments): Document that "set
2986 trace-buffer-size" accepts "unlimited".
2987 (Remote Configuration): Document that "set tcp connect-timeout"
2988 accepts "unlimited".
2989 (Command History): Document that "set history size" accepts
2990 "unlimited".
2991 (Screen Size): Document that "set height" and "set width" accepts
2992 "unlimited". Adjust "set pagination"'s description to suggest
2993 "set height unlimited" instead of "set height 0".
2994
393fd4c3
YQ
29952013-04-10 Yao Qi <yao@codesourcery.com>
2996
2997 * gdb.texinfo (Trace Files): Add "target ctf".
2998
cba5a7bf
JK
29992013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3002
0ed630cb
JK
3003 * Makefile.in (install-man1, install-man5, uninstall-man1)
3004 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3005
afe1492b
JK
3006 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3007
5b8b6385
JK
30082013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3009 Eli Zaretskii <eliz@gnu.org>
3010
3011 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3012 parameters order. Remove "On some targets" for --attach. Document the
3013 --multi parameter and extended-remote command. Document all the
3014 options.
3015
906ccdf0
JK
30162013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3017
3018 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3019 the list of supported languages.
3020
43662968
JK
30212013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3022
3023 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3024 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3025 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3026 (diststuff): Add man.
3027 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3028 (uninstall-man5): New.
3029 (STAGESTUFF): Add *.1 and *.5.
3030 (GDBvn.texi): Add SYSTEM_GDBINIT.
3031 (gdb.1, gdbserver.1, gdbinit.5): New.
3032 (maintainer-clean realclean): Add $(MANS).
3033 (install): Add install-man.
3034 (uninstall): Add uninstall-man.
3035 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3036 (@copying): Wrap it by @c man begin COPYRIGHT.
3037 (Top): Add Man Pages.
3038 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3039
be9a8770
PA
30402013-04-02 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.texinfo (Debugging Output): Document "set/show debug
3043 aarch64", "set/show debug coff-pe-read" and "set/show debug
3044 mach-o".
3045
a46c1e42
PA
30462013-04-02 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3049 table>: Add entry for "trace-buffer-size".
3050
bd3eecc3
PA
30512013-03-28 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3054 table>: Add entry for "trace-status".
3055
215b9f98
EZ
30562013-03-28 Eli Zaretskii <eliz@gnu.org>
3057
3058 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3059 @bullet", which is invalid (makeinfo 5.1 barfs).
3060
7f7cc265
PA
30612013-03-28 Pedro Alves <palves@redhat.com>
3062
3063 PR gdb/15294
3064
3065 * gdb.texinfo (List) <set listsize>: Adjust to document that
3066 listsize 0 means no limit, and remove mention of -1.
3067
9c0be723
YQ
30682013-03-22 Yao Qi <yao@codesourcery.com>
3069
3070 * gdb.texinfo (Embedded Processors): Remove menu item
3071 "OpenRISC 1000".
3072 (OpenRISC 1000): Remove.
3073
bd712aed
DE
30742013-03-21 Doug Evans <dje@google.com>
3075
3076 * gdb.texinfo (Maintenance Commands): Add docs for
3077 "mt set per-command {space,time,symtab} {on,off}".
3078
d0353e76
YQ
30792013-03-14 Hui Zhu <hui@codesourcery.com>
3080 Yao Qi <yao@codesourcery.com>
3081
3082 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3083
6dd24dfa
KS
30842013-03-13 Keith Seitz <keiths@redhat.com>
3085
3086 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3087 "maint agent" reference to Dynamic printf.
3088
5c4808ca
EZ
30892013-03-11 Eli Zaretskii <eliz@gnu.org>
3090
3091 * gdb.texinfo (General Query Packets): Don't use colon in index
3092 entries visible to Info format.
3093
59ea5688
MM
30942013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3095
3096 * gdb.texinfo (Process Record and Replay): Document record
3097 changes.
3098
2ae8c8e7
MM
30992013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3100
3101 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3102 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3103 qXfer:btrace:read.
3104
28abe188
EZ
31052013-03-09 Eli Zaretskii <eliz@gnu.org>
3106
3107 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3108 use colons in @anchor and @cindex entries.
3109
be9a119c 31102013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3111
3112 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3113
be9a119c 31142013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3115 Hafiz Abid Qadeer <abidh@codesourcery.com>
3116
3117 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3118 trace-buffer-size set and show commands.
3119 (Tracepoint Packets): Document QTBuffer:size.
3120 (General Query Packets): Document QTBuffer:size.
3121
d57350ea
TT
31222013-02-21 Tom Tromey <tromey@redhat.com>
3123
3124 * gdb.texinfo: Remove bad @syncodeindex.
3125 (Values From Inferior, Types In Python, Inferiors In Python)
3126 (Events In Python, Threads In Python, Frames In Python, Blocks In
3127 Python, Symbols In Python, Symbol Tables In Python): Remove
3128 @tables.
3129 (Packets, General Query Packets, Tracepoint Packets)
3130 (Host I/O Packets): Use @w{} for empty @item.
3131
9f44fbc0
SCR
31322013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3133
3134 * gdb.texinfo (Architectures In Python): Add description about
3135 the new method gdb.Architecture.disassemble.
3136
f5911ea1
HAQ
31372013-02-15 Pedro Alves <pedro@codesourcery.com>
3138 Hafiz Abid Qadeer <abidh@codesourcery.com>
3139
3140 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3141 Document the "trace-file" field.
3142
7e1e0340
DE
31432013-02-07 Doug Evans <dje@google.com>
3144
3145 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3146 command.
3147
134a2066
YQ
31482013-02-06 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.texinfo (GDB/MI Async Records): Document new MI
3151 notification "=tsv-modified". Update the document of MI
3152 notification "=tsv-created".
3153 * observer.texi (GDB Observers): New observer tsv_modified.
3154 Update observer tsv_created and tsv_delete.
3155
430ed3f0
MS
31562013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3157
3158 * gdb.texinfo (AArch64 Features): New section; document
3159 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3160 (Architectures): Add new AArch64 section to document AArch64
3161 architecture specific commands.
3162 (ABI): Add description of the new OS ABI "Newlib" and its influence
3163 on the longjmp handling.
3164
1b56eb55
JK
31652013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3166 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3169 variable in 'set/show backtrace' section.
3170
c4957902
TT
31712013-01-31 Tom Tromey <tromey@redhat.com>
3172
3173 * gdb.texinfo (Target Commands): Fix typo.
3174
bea883fd
SCR
31752013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3176
3177 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3178 describing the gdb.Architecture class.
3179 (Frames In Python): Add description about the new method
3180 gdb.Frame.architecture().
3181
796a7ff8
DE
31822013-01-23 Doug Evans <dje@google.com>
3183
3184 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3185
998580f1
MK
31862013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3187
3188 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3189 'thread-groups' field when printing a breakpoint in MI.
3190
c9fb1240
SD
31912012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3192 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3193 to reflect that jit-reader-load now supports absolute file-names.
3194
ab04a2af
TT
31952013-01-16 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3198 (Signals): Likewise.
3199
8ac3646f
TT
32002013-01-16 Tom Tromey <tromey@redhat.com>
3201
3202 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3203 "catch-type" field.
3204 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3205
e93a8774
TT
32062013-01-07 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo (Mode Options): Don't mention -epoch.
3209 (Data, Emacs): Remove obsolete comments.
3210
54516a0b
TT
32112013-01-02 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.texinfo (GDB/MI Output Records): Update menu.
3214 (GDB/MI Breakpoint Information): New node.
3215 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3216 <-break-insert>: Likewise.
3217
8dbe8ece
YQ
32182012-12-31 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3221 (Packets): Move "vStopped" packet to ...
3222 (Notification Packets): ... here. Describe the components
3223 of notification. Add a table of supported notifications.
3224 Add an example on the process of he async notification.
3225
f35a17b5
JK
32262012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3229 present.
3230 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3231 fullname output always present.
3232
0dfd2fad
PM
32332012-12-23 Pierre Muller <muller@sourceware.org>
3234
72f4393d
L
3235 * gdbint.texinfo (Function prototypes): Require use of "extern"
3236 modifier for function prototypes in headers.
0dfd2fad 3237
7785b880
JB
32382012-12-19 Joel Brobecker <brobecker@adacore.com>
3239
3240 * refcard.tex: Update copyright notice to GPL v3 or later.
3241 Update contact info.
3242
3d745be3
JK
32432012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3246
c9b6281a
YQ
32472012-12-15 Yao Qi <yao@codesourcery.com>
3248
3249 * gdb.texinfo (Debugging Output): Document 'set debug
3250 notification' and 'show debug notification'.
3251
f2a8bc8a
YQ
32522012-12-15 Yao Qi <yao@codesourcery.com>
3253
3254 * gdb.texinfo (Listing Tracepoints): New item and example about
3255 'installed on target' output.
3256 Add more in the example about 'installed on target'.
3257 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3258
451b7c33
TT
32592012-12-14 Tom Tromey <tromey@redhat.com>
3260
72f4393d 3261 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3262
3fa7bf06 32632012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3264
3fa7bf06
MG
3265 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3266
05b4bd79
PA
32672012-12-11 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.texinfo: Remove all mentions of Unixware throughout.
3270
74a0d9f6
JK
32712012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3272
3273 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3274
0c631110
TT
32752012-11-29 Tom Tromey <tromey@redhat.com>
3276
3277 * gdb.texinfo (SVR4 Process Information): Document missing
3278 "info proc" subcommands.
3279
891df0ea
YQ
32802012-11-29 Yao Qi <yao@codesourcery.com>
3281
3282 PR gdb/1477.
3283 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3284 to 'auto' instead of 'gnu'.
3285
608e2dbb
TT
32862012-11-26 Tom Tromey <tromey@redhat.com>
3287
3288 * gdb.texinfo (MiniDebugInfo): New node.
3289 (GDB Files): Update.
3290
e64e0392
DE
32912012-11-16 Doug Evans <dje@google.com>
3292
3293 * gdb.texinfo (System-wide configuration): If the system-wide init
3294 file lives in the data-directory, and --data-directory is provided,
3295 look for it there.
3296
ae606bee
TT
32972012-11-15 Tom Tromey <tromey@redhat.com>
3298
3299 * gdb.texinfo (Signaling): Fix typo.
3300
62747a60
TT
33012012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3302
3303 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3304 parameter "count" of -data-write-memory-bytes, and add an example.
3305
18a9fc12
TT
33062012-11-12 Tom Tromey <tromey@redhat.com>
3307
3308 * gdb.texinfo (Symbols): Document "info type-printers",
3309 "enable type-printer" and "disable type-printer".
3310 (Python API): Add new node to menu.
3311 (Type Printing API): New node.
3312 (Progspaces In Python): Document type_printers field.
3313 (Objfiles In Python): Likewise.
3314 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3315 register_type_printer, TypePrinter>: Document.
3316
53342f27
TT
33172012-11-12 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.texinfo (Symbols): Document "set print type methods",
3320 "set print type typedefs", and flags to ptype and whatis.
3321
ed8a1c2d
AB
33222012-11-09 Andrew Burgess <aburgess@broadcom.com>
3323
3324 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3325 the example -data-disassemble output. Extend the description of
3326 the -data-disassemble results to document all fields. Document
3327 the cli disassemble command as being related to -data-disassemble.
3328
8506d139
YQ
33292012-11-09 Yao Qi <yao@codesourcery.com>
3330
3331 PR gdb/14777.
3332 * gdb.texinfo (OS Information): Remove doc on command
3333 'info udot'.
3334
4d3f93a2
JB
33352012-11-08 Joel Brobecker <brobecker@adacore.com>
3336
3337 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3338 gdb.ini warning for Windows port.
3339
1e96de83
YQ
33402012-11-08 Yao Qi <yao@codesourcery.com>
3341
3342 * gdb.texinfo (Search): Add kindex for 'fo'.
3343
dc939229
TT
33442012-11-05 Tom Tromey <tromey@redhat.com>
3345
3346 PR python/14802:
3347 * gdb.texinfo (Functions In Python): Add example.
3348
6f6484cd
YQ
33492012-11-03 Yao Qi <yao@codesourcery.com>
3350
3351 * observer.texi (GDB Observers): Remove observer
3352 'tracepoint_modified', 'tracepoint_created' and
3353 'tracepoint_deleted'.
3354
af4238e5
TT
33552012-10-26 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3358
687e43a4
TT
33592012-10-25 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.texinfo (General Query Packets): Use @itemx.
3362
8de0566d
YQ
33632012-10-17 Yao Qi <yao@codesourcery.com>
3364
3365 * observer.texi (GDB Observers): Update observer
3366 'memory_changed'.
3367 * gdb.texinfo (GDB/MI Async Records): Document for
3368 "memory-changed" notification.
3369
07540c15
DE
33702012-10-15 Doug Evans <dje@google.com>
3371
3372 * gdb.texinfo (Mode Options): Document -nh.
3373 Elaborate on docs for -nx.
3374
d7019589
SP
33752012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3376
3377 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3378
82a90ccf 33792012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3380 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3381
3382 * gdb.texinfo (GDB/MI Async Records): Document notification
3383 'record-started' and 'record-stopped'.
3384 * observer.texi (GDB Observers): New observer 'record-changed'.
3385
aa9259cc
TS
33862012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3387
3388 * gdb.texinfo: Document the removal of SH's 'regs' command.
3389
c1d780c2
SDJ
33902012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3391
3392 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3393
bb25a15c
YQ
33942012-09-18 Yao Qi <yao@codesourcery.com>
3395
3396 * gdb.texinfo (GDB/MI Async Records): Document new MI
3397 notifications '=tsv-created' and '=tsv-deleted'.
3398 * observer.texi (GDB Observers): New observer tsv_created and
3399 tsv_deleted.
3400
201b4506
YQ
34012012-09-18 Yao Qi <yao@codesourcery.com>
3402
3403 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3404 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3405 '=traceframe-changed'.
3406
6fc1c773
YQ
34072012-09-17 Yao Qi <yao@codesourcery.com>
3408
3409 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3410 'set listsize'.
3411
121c73f3
JK
34122012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3413 Eli Zaretskii <eliz@gnu.org>
3414
3415 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3416 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3417 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3418
e9687799
JK
34192012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3422
3b5e4d35
YPK
34232012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3424
3425 Document how to return from "python-interactive" to GDB.
3426 * gdb.texinfo (Python Commands): Update documentation.
3427
34282012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3429
3430 Add a new "python-interactive" command that starts a standard
3431 Python interactive prompt with "pi" as alias, and add "py" as
3432 an alias to "python".
3433 * gdb.texinfo (Python Commands): Document the new commands.
3434
b583003e
TT
34352012-08-22 Tom Tromey <tromey@redhat.com>
3436
3437 * gdbint.texinfo (Host Definition): Remove documentation for
3438 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3439
a451cb65
KS
34402012-08-17 Keith Seitz <keiths@redhat.com>
3441
3442 PR c++/13356
3443 * gdb.texinfo (Type and Range Checking): Remove warning.
3444 Remove spurious commas.
3445 Update text and examples for re-implementation of set/show
3446 check type.
3447 (C and C++ Type and Range Checks): Likewise.
3448
6b1755ce
YQ
34492012-08-16 Yao Qi <yao@codesourcery.com>
3450
3451 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3452 is deprecated.
3453
f47f77df
DE
34542012-08-13 Doug Evans <dje@google.com>
3455
3456 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3457 to include functions.
3458
a72c3253
DE
34592012-08-10 Doug Evans <dje@google.com>
3460
3461 * gdb.texinfo (Convenience Funs): New node.
3462 (Types In Python): Document Type.vector.
3463
5b9afe8a
YQ
34642012-08-09 Yao Qi <yao@codesourcery.com>
3465
3466 * observer.texi: New observer command_param_changed.
3467 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3468
dc1039df
JK
34692012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 * gdbint.texinfo (Debugging GDB): In section
3472 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3473 Mention also gdb-gdb.py.
3474
4abf930d
YQ
34752012-08-07 Yao Qi <yao@codesourcery.com>
3476
3477 Revert the folloing patch:
3478 2012-08-06 Yao Qi <yao@codesourcery.com>
3479 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3480 remote hardware-watchpoint-limit' and 'set
3481 remote hardware-breakpoint-limit'.
3482
f3c8a52a
JK
34832012-08-06 Nathaniel Flath <flat0103@gmail.com>
3484
3485 * gdb.texinfo (Working Directory): Added information about new
3486 default argument for 'cd' command.
3487
77a91025
YQ
34882012-08-06 Yao Qi <yao@codesourcery.com>
3489
3490 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3491 remote hardware-watchpoint-limit' and 'set
3492 remote hardware-breakpoint-limit'.
3493
d9f08f52
YQ
34942012-08-06 Yao Qi <yao@codesourcery.com>
3495
3496 Fix PR14371.
3497
3498 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3499 '=breakpoint-deleted'.
3500
95b07c96
YQ
35012012-08-02 Yao Qi <yao@codesourcery.com>
3502
3503 * gdb.texinfo (Native): Remove node Neutrino.
3504
7255706c
YQ
35052012-07-27 Yao Qi <yao@codesourcery.com>
3506
3507 * gdb.texinfo (IPA Protocol Commands): Document new command
3508 'close'.
3509
d6b28940
TT
35102012-07-25 Tom Tromey <tromey@redhat.com>
3511
3512 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3513
e615022a
DE
35142012-07-20 Doug Evans <dje@google.com>
3515
3516 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3517 (Index Files): Document how to control the use of deprecated index
3518 sections.
3519 (Index Section Format): Replace --use-deprecated-index-sections with
3520 "set use-deprecated-index-sections on".
3521
055855a4
EZ
35222012-07-12 Eli Zaretskii <eliz@gnu.org>
3523
3524 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3525 indices into a single node "Index". Instead, join function and
3526 variable indices into a single index, separate from the concept
3527 index. Requested in
3528 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3529 (Top): Update the top-level menu: instead of one "Index" there are
3530 now separate entries "Concept Index" and "Function and Variable
3531 Index".
3532 (Concept Index, Function and Variable Index): New nodes.
3533 (Index): Node deleted.
3534
f77cc5f0
HZ
35352012-07-05 Hui Zhu <hui_zhu@mentor.com>
3536
3537 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3538 and "maint agent-eval".
3539
00595b5e
EZ
35402012-07-03 Eli Zaretskii <eliz@gnu.org>
3541
3542 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3543 avoid file-name clashes between Index.html and index.html on
3544 case-insensitive filesystems. See the discussion starting in
3545 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3546 details of the problem.
3547 (Top): Update the master menu for the above.
3548 (Concept Index, Command and Variable Index): New nodes, instead of
3549 the old "Index" node that was deleted. All cross-references
3550 updated.
3551
d3ce09f5
SS
35522012-07-02 Stan Shebs <stan@codesourcery.com>
3553
3554 * gdb.texinfo (Dynamic Printf): Mention agent style and
3555 disconnected dprintf.
3556 (Maintenance Commands): Describe maint agent-printf.
3557 (General Query Packets): Mention BreakpointCommands feature.
3558 (Packets): Document commands extension to Z0 packet.
3559 * agentexpr.texi (Bytecode Descriptions): Document printf
3560 bytecode.
3561
2d7b58e8
JK
35622012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3565 only after gdbinit files.
3566 (Startup): Move -iex and -iex commands down after gdbinit files.
3567
202cbf1c
JK
35682012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3571 possibility.
3572
b6ba681c
TT
35732012-06-29 Tom Tromey <tromey@redhat.com>
3574
3575 * gdb.texinfo (Index Section Format): Update for version 7.
3576
71caed83
SS
35772012-06-28 Stan Shebs <stan@codesourcery.com>
3578
3579 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3580 example, add note about title column.
3581
ee0bf529
SCR
35822012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3583
3584 * gdb.texinfo (Symbol Tables In Python): Add description about
3585 the new 'last' attribute of gdb.Symtab_and line.
3586
3c15d565
SCR
35872012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3588
3589 * gdb.texinfo (Symbol Tables In Python): Correct the description
3590 of the 'pc' attribute of gdb.Symtab_and_line.
3591
45cfd468
DE
35922012-06-26 Doug Evans <dje@google.com>
3593
3594 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3595 and symtab-create.
3596
496ee73e
KS
35972012-06-25 Keith Seitz <keiths@redhat.com>
3598
3599 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3600 from example. Remove "rbreak" from list of corresponding
3601 gdb commands.
3602
156942c7
DE
36032012-06-23 Doug Evans <dje@google.com>
3604
3605 * gdb.texinfo (Index Section Format): Document version 7 format.
3606
c614397c
YQ
36072012-06-22 Yao Qi <yao@codesourcery.com>
3608
3609 * gdb.texinfo: Add missing cindex for some packets.
3610
472a2379
KS
36112012-06-20 Keith Seitz <keiths@redhat.com>
3612
3613 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3614 for -break-insert and document -p.
3615
2678e2af
YQ
36162012-06-20 Yao Qi <yao@codesourcery.com>
3617
3618 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3619 and "gdb.write_memory" with "Inferior.read_memory" and
3620 "Inferior.write_memory".
3621
984359d2
EZ
36222012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3623
3624 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3625 (Free Documentation): Add @node line.
3626 (Continuing and Stepping) <advance location>: Use @item instead of
3627 @itemx.
3628 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3629 @itemx.
3630 (Embedded Processors): Put the link to "PA" to its correct place,
3631 according to document structure.
3632 (Python API): Put the link to "Lazy Strings In Python" to its
3633 correct place.
3634 (Index): Use @@ in @tex block to get a literal @.
3635
3636 * gdbint.texinfo: Fix the @subtitle line.
3637
3638 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3639 correct place.
3640
16bdd41f
YQ
36412012-06-08 Yao Qi <yao@codesourcery.com>
3642
3643 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3644 Protocol'.
3645 (In-Process Agent Protocol, IPA Protocol Objects)
3646 (IPA Protocol Commands): New nodes.
3647 (Tracepoint Packets): Add anchors.
3648
2d4c29c5
TS
36492012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3650
3651 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3652
6bd110c5
YQ
36532012-06-06 Yao Qi <yao@codesourcery.com>
3654
3655 * gdb.texinfo: Update copyright year.
3656
f3e0e960
SS
36572012-05-23 Stan Shebs <stan@codesourcery.com>
3658 Kwok Cheung Yeung <kcy@codesourcery.com>
3659
3660 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3661
1564a261
JK
36622012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3665 Mention also --with-separate-debug-dir.
3666 (Auto-loading): Prepend $debugdir in the sample output.
3667 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3668 auto-load safe-path variable.
3669 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3670 Mention also $debugdir for 'set auto-load scripts-directory'.
3671
eb17f351
EZ
36722012-05-19 Eli Zaretskii <eliz@gnu.org>
3673
3674 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3675 (MIPS Embedded, MIPS, MIPS Register packet Format)
3676 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3677 appropriate.
3678
4cc0665f 36792012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3680 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3681
3682 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3683 mips compression".
3684 (MIPS Breakpoint Kinds): New subsubsection.
3685
7af8dcf8 36862012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3687
3688 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3689 nodes for subsections. Add @acronym mark-ups and adjust
3690 formatting.
3691
aff139ff
JK
36922012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 Rename $ddir to $datadir.
3695 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3696 (objfile-gdb.py file): Rename $ddir to $datadir.
3697
9cb709b6
TT
36982012-05-18 Tom Tromey <tromey@redhat.com>
3699
3700 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3701
e7e0cddf
SS
37022012-05-14 Stan Shebs <stan@codesourcery.com>
3703
3704 * gdb.texinfo (Dynamic Printf): New subsection.
3705
7efc75aa
SCR
37062012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3707
3708 * gdb.texinfo (Basic Python): Add description about the function
3709 gdb.find_pc_line
3710
f307c045
JK
37112012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3712 Eli Zaretskii <eliz@gnu.org>
3713
3714 * gdb.texinfo (Separate Debug Files): Use plural form for global
3715 debugging information directory.
3716
85d4a676
SS
37172012-05-11 Stan Shebs <stan@codesourcery.com>
3718 Kwok Cheung Yeung <kcy@codesourcery.com>
3719
3720 * gdb.texinfo (Operating System Auxiliary Information): Document new
3721 'info os' subcommands.
3722
c1668e4e
JK
37232012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3726 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3727 (dotdebug_gdb_scripts section): Add reference
3728 to 'Auto-loading safe path'.
3729
7349ff92
JK
37302012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 Implement multi-component --with-auto-load-dir.
3733 * gdb.texinfo (Auto-loading): New references
3734 for 'set auto-load scripts-directory'
3735 and 'show auto-load scripts-directory'.
3736 (Auto-loading safe path): Describe the new default. Move $ddir
3737 substituation reference to 'objfile-gdb.py file'.
3738 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3739 script-name. Describe new 'set auto-load scripts-directory'
3740 and 'show auto-load scripts-directory'.
3741
6dea1fbd
JK
37422012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 Provide $ddir substitution for --with-auto-load-safe-path.
3745 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3746 (Auto-loading safe path): Likewise. Mention the default value,
3747 $ddir substitution, --with-auto-load-safe-path and
3748 --without-auto-load-safe-path.
3749 * observer.texi (gdb_datadir_changed): New.
3750
1ccacbcd
JK
37512012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3754 Twice.
3755
d9242c17
JK
3756 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3757 directory separator by path separator.
3758
af2c1515
JK
37592012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3760
3761 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3762 for 'set auto-load safe-path' optional. Mention if it is omitted.
3763 Change disabling security protection condition to "/", twice.
3764
a20ee7a4
SCR
37652012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3766
3767 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3768 the new methods global_block and static_block on gdb.Symtab
3769 objects.
3770
56af09aa
SCR
37712012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3772
3773 * gdb.texinfo (Blocks In Python): Add a note saying that future
3774 improvements to GDB and its infrastructure can move symbols
3775 across blocks within a symbol table.
3776
2746b0ef
YQ
37772012-04-29 Yao Qi <yao@codesourcery.com>
3778
3779 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3780 (A29K): Remove.
3781
62e5f89c
SDJ
37822012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3783 Tom Tromey <tromey@redhat.com>
3784
3785 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3786 and generic static probe support on GDB.
3787
a766d390
DE
37882012-04-25 Doug Evans <dje@google.com>
3789
50f042b9
DE
3790 * gdb.texinfo (Go): Fix thinko.
3791
a766d390
DE
3792 * gdb.texinfo (Supported Languages): Add Go.
3793 (Go): New node.
3794
f02e2b19
YQ
37952012-04-25 Yao Qi <yao@codesourcery.com>
3796
3797 * gdbint.texinfo (Testsuite): New section `Board settings'.
3798
68d41a48
JK
37992012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3802 Three times.
3803
174bb630
JK
3804 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3805 Three times.
3806
0511cc75
JK
38072012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3810 by @table @asis. Fix formatting of one item.
3811
0070f25a
JK
38122012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3815
4dc84fd1
JK
38162012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 New option "set debug auto-load".
3819 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3820 (auto-load verbose mode): New node.
3821
bccbefd2
JK
38222012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 New option "set auto-load safe-path".
3825 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3826 and "info auto-load" examples for safe-path. Put there also references
3827 for "set auto-load safe-path" and "show auto-load safe-path".
3828 New menu item for Auto-loading safe path.
3829 (Auto-loading safe path): New node.
3830 (Python Auto-loading): Update the expected output from "Missing"
3831 to "No".
3832
bf88dd68
JK
38332012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3834
3835 auto-load: Implementation.
3836 * gdb.texinfo (Mode Options): New anchor for -nx.
3837 (Startup): New anchors for Option -init-eval-command,
3838 Home Directory Init File
3839 and Init File in the Current Directory during Startup.
3840 Mention set auto-load local-gdbinit with a reference.
3841 Change the sample code to "set auto-load python-scripts".
3842 (Threads): New anchor set libthread-db-search-path.
3843 Provide references to libthread_db.so.1 file.
3844 (Controlling GDB): New menu item for Auto-loading.
3845 (Auto-loading, Init File in the Current Directory)
3846 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3847 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3848 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3849 reference.
3850 (Auto-loading): Rename to ...
3851 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3852 "set auto-load python-scripts", new anchor for it. Change
3853 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3854 for it. Change "info auto-load-scripts"
3855 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3856 to "Python scripts".
3857
8264ba82
AG
38582012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3859
3860 PR mi/13393
3861 * gdb.texinfo (Print Settings): Extend the description for "set print
3862 object".
3863 (GDB/MI Variable Objects): Extend the description for -var-create and
3864 -var-list-children.
3865
06fc020f
SCR
38662012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3867
3868 * gdb.texinfo (Examining Data): Document the 'explore' command.
3869
7191c139
JB
38702012-03-28 Joel Brobecker <brobecker@adacore.com>
3871
3872 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3873 to the children of a varobj and its update range when -var-update
3874 returns that the varobj's type changed.
3875
3708f05e
JK
38762012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3879 Create two new links fir 'objfile-gdb.py file'
3880 and 'dotdebug_gdb_scripts section'.
3881
8e0583c8
JK
38822012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 * gdb.texinfo (Auto-loading): Rename node reference
3885 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3886 Twice.
3887 (.debug_gdb_scripts section): Rename the node ...
3888 (dotdebug_gdb_scripts section): ... here.
3889 (Maintenance Commands): Also rename this node reference.
3890
7b282c5a
SCR
38912012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3892
3893 * gdb.texinfo (Python API/Values From Inferior): Add description
3894 about the new method Value.referenced_value. Add description on
3895 how Value.dereference is different (and similar) to
3896 Value.referenced_value.
3897
8320cc4f
JK
38982012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3899
3900 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3901 --init-eval-command=COMMAND, -iex.
3902 (Startup): Describe -iex and -ix. Simplify the example
3903 for "set auto-load-scripts off".
3904
481860b3
GB
39052012-03-16 Gary Benson <gbenson@redhat.com>
3906
3907 PR breakpoints/10738
3908 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3909 stating that GDB cannot set breakpoints on inlined functions.
3910 (Mode Options): Document --use-deprecated-index-sections.
3911 (Index Section Format): Document new index section version format.
3912
c4aeac85
TT
39132012-03-15 Tom Tromey <tromey@redhat.com>
3914
3915 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3916
16899756
DE
39172012-03-13 Doug Evans <dje@google.com>
3918
3919 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3920 of "reload".
3921 (Symbols): Delete docs for set/show symbol-reloading.
3922 * gdbint.texinfo (Defining Other Architecture Features): Delete
3923 SYMBOL_RELOADING_DEFAULT.
3924 * refcard.tex: Delete reference to symbol-reloading.
3925
9b224c5e
PA
39262012-03-07 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.texinfo (General Query Packets): Document new
3929 QProgramSignals packet.
3930 * gdb.texinfo (Remote configuration): Mention
3931 "program-signals-packet".
3932
169081d0
TG
39332012-03-05 Tristan Gingold <gingold@adacore.com>
3934
3935 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3936
d1feda86
YQ
39372012-03-03 Yao Qi <yao@codesourcery.com>
3938
3939 * gdb.texinfo (In-Process Agent): New node.
3940 Document new commands.
3941 (General Query Packets): Add packet `QAgent'.
3942
1faeff08
MR
39432012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3944
3945 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3946
7d74f244
DE
39472012-03-01 Scott J. Goldman <scottjg@vmware.com>
3948
3949 * gdb.texinfo (Commands In Python): Put example python macro in
3950 COMMAND_USER category rather than COMMAND_OBSCURE.
3951 Document gdb.COMMAND_USER.
3952 (User-defined Commands): Update documentation to clarify
3953 "set/show max-user-call-depth" and "show user" don't apply to python
3954 commands. Update documentation to clarify "help user-defined" may
3955 also include python commands defined as COMMAND_USER.
3956
6fe37d23
JK
39572012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3958
3959 * gdb.texinfo (Startup): Add option -ex description to the option -x
3960 description.
3961
83364271
LM
39622012-02-24 Luis Machado <lgustavo@codesourcery.com>
3963
3964 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3965 condition-evaluation breakpoint parameter.
3966 Mention condition-evaluation mode being shown in "info break".
3967 (Break Conditions): Add description for target-side
3968 conditional breakpoints.
72f4393d 3969 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3970 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3971 cond-expr.
3972 (General Query Packets): Mention new ConditionalBreakpoint feature.
3973
bdb1994d
TT
39742012-02-22 Tom Tromey <tromey@redhat.com>
3975
3976 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3977
4d241c86
TT
39782012-02-17 Tom Tromey <tromey@redhat.com>
3979
3980 PR python/10753:
3981 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3982 directory.
3983
816338b5
SS
39842012-02-14 Stan Shebs <stan@codesourcery.com>
3985
3986 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3987
cc30c4bd
PA
39882012-02-13 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3991 mips-idt-ecoff.
3992
035d1e5b
YQ
39932012-02-09 Yao Qi <yao@codesourcery.com>
3994
3995 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3996
f0823d2c
TT
39972012-02-07 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4000 Symbol.value.
4001
64e7d9dd
TT
40022012-02-07 Tom Tromey <tromey@redhat.com>
4003
4004 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4005
4220b2f8
TS
40062012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4007
4008 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4009
edcc5120
TT
40102012-01-24 Tom Tromey <tromey@redhat.com>
4011
4012 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4013 unload".
4014 (Files): Mention new catch commands.
4015 (GDB/MI Async Records): Likewise.
4016
53fe1783
GB
40172012-01-24 Gary Benson <gbenson@redhat.com>
4018
4019 Delete #if 0'd out code.
4020 * gdb.texinfo (Frame Info): Remove "info catch".
4021
b9e7b9c3
UW
40222012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4023
4024 * gdb.texinfo (Remote Configuration): Document
4025 "set remote hostio-readlink-packet" command.
4026 (General Query Packets): Document vFile:readlink packet.
4027
4aac40c8
TT
40282012-01-16 Tom Tromey <tromey@redhat.com>
4029
4030 * gdb.texinfo (Specify Location): Document relative file name
4031 handling.
4032
cafec441
TT
40332012-01-16 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4036
0ee339bc
JK
40372012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4038 Eli Zaretskii <eliz@gnu.org>
4039
4040 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4041 code.
4042
72384ba3
PH
40432012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4044
4045 * gdb.texinfo (Variables): Document use of :: for non-static
4046 variables.
4047
ce1b17c4
JB
40482012-01-05 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdbint.texinfo (Start of New Year Procedure): Update
4051 to replace use of copyright.sh by use of copyright.py.
4052
217bff3e
JK
40532012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 Remove the gdbtui binary.
4056 * all-cfg.texi (GDBTUI): Remove.
4057 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4058 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4059 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4060
cc72b2a2
KP
40612011-12-23 Kevin Pouget <kevin.pouget@st.com>
4062
4063 Introduce gdb.FinishBreakpoint in Python.
4064 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4065 (Python API): Add menu entry for Finish Breakpoints.
4066
13ac8d2c
JK
40672011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4070 tests.
4071
e0f9f062
DE
40722011-12-16 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4075
80b6e756
PM
40762011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4077
1c3ad6ab 4078 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4079 stack". Add documentation for "set/show python print-stack".
4080
2fb860fc
PA
40812011-12-14 Pedro Alves <pedro@codesourcery.com>
4082
4083 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4084 should transfer control to the stub in the startup code instead of
4085 in main. Mention the need to get past the initial breakpoint.
4086
f8eba3c6
TT
40872011-12-06 Tom Tromey <tromey@redhat.com>
4088
4089 * gdb.texinfo (Set Breaks): Update for new behavior.
4090
2268b414
JK
40912011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4094 List Format for SVR4 Targets'.
4095 (General Query Packets): New item qXfer:libraries-svr4:read.
4096 (Library List Format for SVR4 Targets): New node.
4097
ae6f0d5b
TT
40982011-12-01 Tom Tromey <tromey@redhat.com>
4099
4100 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4101 add.
4102
36dfb11c
TT
41032011-11-22 Tom Tromey <tromey@redhat.com>
4104
4105 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4106 reasons.
4107
f196051f
SS
41082011-11-20 Stan Shebs <stan@codesourcery.com>
4109
4110 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4111 note-related options and variables.
4112 (Tracepoint Packets): Document packet changes.
4113
f85b53f8
SD
41142011-11-20 Sanjoy Das <sdas@igalia.com>
4115
4116 * gdb.texinfo (JIT Interface): Add documentation on writing and
4117 usind JIT debug info readers.
4118 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4119 Debug Info Readers): New nodes.
4120
bfccc43c
YQ
41212011-11-18 Yao Qi <yao@codesourcery.com>
4122
4123 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4124 tracepoint.
4125
c011a4f4
DE
41262011-11-15 Doug Evans <dje@google.com>
4127
4128 * gdb.texinfo (Files): Document basenames-may-differ.
4129
ed59ded5
DE
41302011-11-14 Doug Evans <dje@google.com>
4131
4132 * gdb.texinfo (Shell Commands): Document "!".
4133
405f8e94
SS
41342011-11-14 Stan Shebs <stan@codesourcery.com>
4135 Kwok Cheung Yeung <kcy@codesourcery.com>
4136
4137 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4138 needed to get shorter fast tracepoints.
4139 (Tracepoint Packets): Document new qTMinFTPILen packet.
4140
1e4d1764
YQ
41412011-11-14 Yao Qi <yao@codesourcery.com>
4142
4143 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4144 behavior of tracepoint.
4145 (General Query Packets): New feature InstallInTrace.
4146 (Remote Configuration): Document "set remote
4147 install-in-trace-packet".
4148
71eba9c2 41492011-11-12 Matt Rice <ratmice@gmail.com>
4150
4151 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4152 Add arguments to info macro.
4153
e0f8f636
TT
41542011-11-10 Tom Tromey <tromey@redhat.com>
4155
4156 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4157 manual.
4158 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4159 (Macros): Add a footnote.
4160 (C): Remove paragraph about compiler options.
4161 (C Constants): Mention wide character and string constants.
4162 (C Plus Plus Expressions): Update compiler option advice. Mention
4163 using declarations. Mention ADL. Remove old HP compiler
4164 information.
4165
625c0d47
TT
41662011-11-10 Tom Tromey <tromey@redhat.com>
4167
4168 PR c++/9257:
4169 * gdb.texinfo (Print Settings): Add an extra note about the need
4170 for a vtable.
4171
4be2aacc
MR
41722011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4173
4174 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4175 "set mips abi" documentation.
4176
0a1c4d10
DE
41772011-11-04 Doug Evans <dje@google.com>
4178
4179 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4180
aad1c02c
TT
41812011-11-03 Tom Tromey <tromey@redhat.com>
4182
4183 * gdb.texinfo (Stopping): Add menu entry.
4184 (Continuing and Stepping): Restore @node. Use @section, not
4185 @subsection.
4186
983fb131
MR
41872011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4188
4189 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4190 designation. Fix "Specify Location" cross-reference.
4191
3065dfb6
SS
41922011-11-02 Stan Shebs <stan@codesourcery.com>
4193
4194 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4195 (General Query Packets): Describe tracenz feature.
4196 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4197
0aaaf063
PK
41982011-10-28 Paul Koning <paul_koning@dell.com>
4199
4200 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4201
2231f1fb
KP
42022011-10-27 Kevin Pouget <kevin.pouget@st.com>
4203
72f4393d 4204 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4205 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4206
5110b5df
PK
42072011-10-26 Paul Koning <paul_koning@dell.com>
4208
4209 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4210
22dbab46
PK
42112011-10-25 Paul Koning <paul_koning@dell.com>
4212
4213 PR python/13327
72f4393d 4214
22dbab46
PK
4215 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4216 fetch_lazy method.
4217
9df2fbc4
PM
42182011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4219
4220 PR python/12656
4221
4222 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4223 global_block, static_block function.
4224
f05e2e1d
TT
42252011-10-19 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.texinfo (Commands In Python): Add missing "@"s.
4228
a7fc3f37
KP
42292011-10-13 Kevin Pouget <kevin.pouget@st.com>
4230
4231 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4232 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4233 constants.
4234
5048e516
JK
42352011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 Fix compatibility with texinfo versions older than 4.12.
4238 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4239 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4240 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4241 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4242 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4243 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4244 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4245
5a56e9c5
DE
42462011-10-09 Doug Evans <dje@google.com>
4247
4248 * gdb.texinfo (Extending GDB): Document alias command.
4249
36b11add
JK
42502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4251
4252 Support @entry in input expressions.
4253 * gdb.texinfo (Variables): Describe @entry names suffix.
4254 (Print Settings): Add anchor for `set print entry-values'.
4255
e18b2753
JK
42562011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4257 Eli Zaretskii <eliz@gnu.org>
4258
4259 Display @entry parameter values (without references).
4260 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4261 example.
4262 (Print Settings): New description of set print entry-values and show
4263 print entry-values.
4264
111c6489
JK
42652011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4266 Eli Zaretskii <eliz@gnu.org>
4267
4268 Recognize virtual tail call frames.
4269 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4270 (Tail Call Frames): New node.
4271 (Frames In Python): Add gdb.TAILCALL_FRAME.
4272
9c15afc4
DE
42732011-10-07 Doug Evans <dje@google.com>
4274
4275 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4276 register_pretty_printer.
4277
99f5279d
PM
42782011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4279
4280 PR python/12930
4281 PR python/12802
4282
4283 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4284 stop method.
4285
03583c20
UW
42862011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4287
4288 * gdb.texinfo (Starting your Program): "set disable-randomization"
4289 is no longer Linux-specific.
4290 (Remote Configuration): Document "set remote
4291 disable-randomization-packet".
4292 (General Query Packets): Document "QDisableRandomization" packet
4293 and add it to "qSupported" list.
4294
bd054e06
KP
42952011-10-07 Kevin Pouget <kevin.pouget@st.com>
4296
4297 Allow Python notification of new object-file loadings.
4298 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4299 event type.
4300
cb6be26b
KP
43012011-10-04 Kevin Pouget <kevin.pouget@st.com>
4302
4303 PR python/12691: Add the inferior to Python exited event
4304 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4305
a05336a1
JB
43062011-10-03 Joel Brobecker <brobecker@adacore.com>
4307
4308 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4309 rephasing.
4310
5d77fe44
JB
43112011-10-03 Joel Brobecker <brobecker@adacore.com>
4312
4313 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4314 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4315 as possible feature returned by the `-list-features'
4316 command.
4317
699df94d
PK
43182011-09-28 Paul Koning <paul_koning@dell.com>
4319
4320 * gdb.texinfo (gdb.Type): Document field access by dictionary
4321 key syntax.
4322
24bdad53
YQ
43232011-09-28 Yao Qi <yao@codesourcery.com>
4324
4325 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4326 Add one space after option `-s'. Remove @r{} markup.
4327
6710bf39
SS
43282011-09-27 Stan Shebs <stan@codesourcery.com>
4329
4330 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4331
d99f7e48
HZ
43322011-09-16 Hui Zhu <teawater@gmail.com>
4333
4334 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4335 to *(unsigned char *)$esp@300.
4336
d812018b
PK
43372011-09-15 Paul Koning <paul_koning@dell.com>
4338
4339 * gdb.texinfo: Make style of Python functions and methods match
4340 the syntax of Python. Also put class and module names explicitly
4341 on function, member, and variable names, matching Python
4342 documentation conventions.
72f4393d 4343
2aa48337
KP
43442011-09-15 Kevin Pouget <kevin.pouget@st.com>
4345
4346 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4347 * gdb.texinfo (Inferiors In Python): Describe new
4348 gdb.selected_inferior() function.
4349
6839b47f
KP
43502011-09-15 Kevin Pouget <kevin.pouget@st.com>
4351
4352 Handle multiple breakpoint hits in Python interface:
4353 * gdb.texinfo (Events In Python): New function documentation:
4354 gdb.BreakpointEvent.breakpoints. Indicate that
4355 gdb.BreakpointEvent.breakpoint is now deprecated.
4356
26829f2b
JB
43572011-09-04 Joel Brobecker <brobecker@adacore.com>
4358
4359 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4360
a9f54f60
TT
43612011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4362
4363 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4364
fa3a4f15
PM
43652011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4366
72f4393d
L
4367 * gdb.texinfo (Prompt): Add set/show extended-prompt
4368 documentation
4369 (Basic Python): Add prompt_hook anchor.
4370 (Python modules): Reword module text to reflect multiple modules.
4371 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4372
224bbe49
YQ
43732011-08-14 Yao Qi <yao@codesourcery.com>
4374
78d85199
YQ
4375 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4376
43772011-08-14 Yao Qi <yao@codesourcery.com>
4378
4379 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4380 (TIC6x Features): New node.
4381
457e09f0
DE
43822011-08-12 Doug Evans <dje@google.com>
4383
4384 * gdb.texinfo (Symbols In Python): Document symbol.type.
4385
5e239b84
PM
43862011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4387
4388 * gdb.texinfo (Python): Document command and function
4389 auto-loading.
4390
177bc839
JK
43912011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4392 Eli Zaretskii <eliz@gnu.org>
4393
4394 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4395 typedefs unrolling. Extend the sample code by an inner typedef and
4396 outer typedefs unrolling.
4397
1a532630
PP
43982011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4399
4400 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4401 size and line-size.
4402
9b158ba0 44032011-07-21 Matt Rice <ratmice@gmail.com>
4404
4405 PR macros/12999
4406 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4407 Update text and cindex entries for info macro command.
4408
d17b6f81
PM
44092011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4410
4411 * observer.texi (GDB Observers): Add before_prompt observer.
4412 * gdb.texinfo (Basic Python): Add documentation for prompt
4413 substitution.
4414
713389e0
PM
44152011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4416
72f4393d 4417 PR python/12438
713389e0 4418 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4419 set/show python print-stack. Document set/show python
4420 print-backtrace.
713389e0 4421
177b42fe
TJB
44222011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4423
4424 * gdb.texinfo: Fix typos.
4425
900e11f9
JK
44262011-07-01 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.texinfo (Debugging Output): Document set debug
4429 check-physname.
4430
39c4d40a
TT
44312011-06-29 Tom Tromey <tromey@redhat.com>
4432
4433 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4434 breakpoint-notifications feature.
4435
6f5def7d
UW
44362011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4437
4438 * gdb.texinfo (Target Description): Remove warning about
4439 possibly unstable format.
4440
8cf64490
TT
44412011-06-03 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4444 (Events In Python): Note that exit_code is optional.
4445
393eab54
PA
44462011-05-17 Pedro Alves <pedro@codesourcery.com>
4447
4448 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4449 required for multi-threading support.
4450 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4451 Hc are deprecated for multi-threading debugging. Point readers at
4452 the vCont packet.
4453
75fc9810
DE
44542011-05-15 Doug Evans <dje@google.com>
4455
4456 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4457
01124a23
DE
44582011-05-13 Doug Evans <dje@google.com>
4459
98a5dd13
DE
4460 * gdb.texinfo (Threads): Document $sdir,$pdir.
4461 (Server): Document $pdir exception.
4462
dbaefcf7
DE
4463 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4464
cc63ef9b
DE
4465 * gdb.texinfo (Threads): Clarify default value for
4466 libthread-db-search-path.
7e0396aa 4467
01124a23
DE
4468 * gdb.texinfo (Completion): Update example.
4469 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4470
d248b706
KY
44712011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4472
4473 * gdb.texinfo: Document change in the behaviour of the enable and
4474 disable GDB commands when applied to tracepoints.
4475 Document the EnableDisableTracepoints remote stub feature.
4476 Document QTEnable and QTDisable in the list of tracepoint packets.
4477
cc88a640
JK
44782011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4479
4480 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4481 hsuser.texi.
4482 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4483 comment to hsuser.texi. Change rluser.texi name in the comment.
4484
84e578fb
DE
44852011-05-10 Doug Evans <dje@google.com>
4486
4487 * gdb.texinfo (Threads): If an empty path is provided for
4488 libthread-db-search-path it is reset to its default value.
4489 (Server): Ditto.
4490
478aac75
DE
44912011-05-09 Doug Evans <dje@google.com>
4492
4493 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4494
9c06b0b4
TJB
44952011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4496 Thiago Jung Bauermann <bauerman@br.ibm.com>
4497
4498 Implement support for PowerPC BookE masked watchpoints.
4499 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4500 (PowerPC Embedded): Mention support of masked watchpoints.
4501
9ed350ad
JB
45022011-05-03 Joel Brobecker <brobecker@adacore.com>
4503
4504 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4505 `@value{GDBN}'.
4506
4ceed123
JB
45072011-05-03 Joel Brobecker <brobecker@adacore.com>
4508
4509 * gdb.texinfo (titlepage): Remove dedication.
4510 (In Memoriam): New appendix.
4511
559a7a62
JK
45122011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4513 Eli Zaretskii <eliz@gnu.org>
4514
4515 * gdb.texinfo (Index Section Format): Change the version to 5.
4516 Describe the different formula.
4517
03f2bd59
JK
45182011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4519 Eli Zaretskii <eliz@gnu.org>
4520
4521 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4522 for disconnected tracing.
4523 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4524 extended-remote relationship. Mention --once.
4525 (TCP port allocation lifecycle of @code{gdbserver}): New.
4526
d9b1a651
EZ
45272011-04-23 Eli Zaretskii <eliz@gnu.org>
4528
4529 * gdb.texinfo (Server): Improve indexing. Index all optional
4530 switches to gdbserver.
4531
90476074
TT
45322011-04-20 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.texinfo (Index Section Format): New node.
4535 (Top): Add new node to menu.
4536
c21236dc
PA
45372011-04-20 Pedro Alves <pedro@codesourcery.com>
4538
4539 * gdb.texinfo (Maintenance Commands): Document `maint print
4540 remote-registers'.
4541
05c8c3f5
TT
45422011-04-20 Tom Tromey <tromey@redhat.com>
4543
4544 * gdb.texinfo (Trace File Format): Move node later.
4545
7a9dd1b2
TT
45462011-04-19 Tom Tromey <tromey@redhat.com>
4547
4548 * gdbint.texinfo (Register Information Functions): Remove
4549 duplicate "the".
4550 * gdb.texinfo (Emacs): Remove duplicate "to".
4551 (GDB/MI Variable Objects): Remove duplicate "the".
4552 (General Query Packets): Likewise.
4553
4368ebeb
JB
45542011-04-02 Joel Brobecker <brobecker@adacore.com>
4555
4556 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4557 "GDB/MI Ada Exception Information" node.
4558
956a9fb9
JB
45592011-04-01 Joel Brobecker <brobecker@adacore.com>
4560
4561 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4562 the "exception-name" field in the *stopped async record.
4563
f1310107
TJB
45642011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4565 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4566
4567 Implement support for PowerPC BookE ranged breakpoints.
4568 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4569
8786b2bd
TT
45702011-03-28 Tom Tromey <tromey@redhat.com>
4571
4572 * gdb.texinfo (Set Tracepoints): Fix typo.
4573
9ef07c8c
TT
45742011-03-24 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.texinfo (Specify Location): Document `function:label'
4577 linespec.
4578
99c3dc11
PM
45792011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4580
f1310107 4581 PR python/12149
99c3dc11
PM
4582
4583 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4584
29703da4
PM
45852011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4586
4587 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4588 (Inferiors In Python): Likewise.
4589 (Threads In Python): Likewise.
4590 (Symbols In Python): Likewise.
4591 (Objfiles In Python): Likewise.
4592 (Symbol Tables In Python): Likewise.
4593
c9174737
PA
45942011-03-15 Pedro Alves <pedro@codesourcery.com>
4595
4596 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4597 display>: Explain that the commands accept number ranges.
4598
7371cf6d
PM
45992011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4600
4601 * gdb.texinfo (Breakpoints In Python): Add description and example
4602 of Python stop function operation.
4603
ecec24e6
PM
46042011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4605
4606 * gdb.texinfo (Parameters In Python): Document get_set_string and
4607 get_show_string methods.
4608
6dcd5565
JK
46092011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4612
81896e36
JK
4613 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4614 circular-trace-buffer name.
4615
5e30da2c
JB
46162011-02-28 Joel Brobecker <brobecker@adacore.com>
4617
4618 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4619 in the previous change.
4620
3bd0f5ef 46212011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4622
72f4393d 4623 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4624 that they can accept multiple arguments.
4625
4ec7539c
JB
46262011-02-24 Joel Brobecker <brobecker@adacore.com>
4627
4628 Revert the following patch (code patch was not approved):
4629 2011-02-21 Hui Zhu <teawater@gmail.com>
4630 * agentexpr.texi (bytecode descriptions): add printf.
4631 * gdb.texinfo (tracepoint action lists): add printf.
4632
82809774
DE
46332011-02-23 Doug Evans <dje@google.com>
4634
4635 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4636
e5a67952
MS
46372011-02-23 Michael Snyder <msnyder@vmware.com>
4638
4639 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4640 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4641 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4642
6e6fbe60
DE
46432011-02-22 Doug Evans <dje@google.com>
4644
4645 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4646 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4647 add description of result, fix @defun formatting.
4648
f994e27a
HZ
46492011-02-21 Hui Zhu <teawater@gmail.com>
4650
4651 * agentexpr.texi (Bytecode Descriptions): Add printf.
4652 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4653
c7f96d2b
TT
46542011-02-18 Tom Tromey <tromey@redhat.com>
4655
4656 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4657
60f98dde
MS
46582011-02-14 Michael Snyder <msnyder@vmware.com>
4659
4660 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4661 Document new command "thread find".
4662
08e796bc
MS
46632011-02-14 Michael Snyder <msnyder@vmware.com>
4664
4665 * gdb.texinfo (Threads): Update example of new thread message.
4666
b3b9301e
PA
46672011-02-14 Pedro Alves <pedro@codesourcery.com>
4668
4669 * gdb.texinfo (Remote Configuration): Mention set/show remote
4670 traceframe-info.
4671 (Tools/Packages Optional for Building GDB): Mention that expat is
4672 used for traceframe info.
4673 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4674 (General Query Packets) <qSupported>: Describe the
4675 qXfer:traceframe-info:read feature.
4676 (qXfer::read): Describe qXfer:traceframe-info:read.
4677 (Traceframe Info Format): New section.
4678
cef35b0f
PA
46792011-02-04 Pedro Alves <pedro@codesourcery.com>
4680
4681 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4682 for casts and unary operators.
4683
f1cbe1d3
TT
46842011-02-04 Tom Tromey <tromey@redhat.com>
4685
4686 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4687 is not useful.
4688
585fdaa1
PA
46892011-01-25 Pedro Alves <pedro@codesourcery.com>
4690
4691 * gdb.texinfo: s/value optimized out/optimized out/g
4692
7bfc9434
JB
46932011-01-21 Joel Brobecker <brobecker@adacore.com>
4694
4695 * gdb.texinfo (Other Misc Settings): Rework part of the
4696 documentation of the "set interactive mode" command.
4697
4694da01
TT
46982011-01-19 Tom Tromey <tromey@redhat.com>
4699
4700 * gdb.texinfo (Threads): Document thread name output and `thread
4701 name' command.
4702 (Threads In Python): Document Thread.name attribute.
4703 (GDB/MI Thread Commands): Document thread attributes.
4704
b716877b
AB
47052011-01-12 Andrew Burgess <aburgess@broadcom.com>
4706
4707 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4708 changes in mi/mi-cmd-disas.c
4709
13fd8b81
TT
47102011-01-12 Tom Tromey <tromey@redhat.com>
4711
4712 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4713 Fix "thread apply" text.
4714
e09342b5
TJB
47152011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4716 Thiago Jung Bauermann <bauerman@br.ibm.com>
4717
4718 Implement support for PowerPC BookE ranged watchpoints.
4719 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4720 the "set powerpc exact-watchpoints" flag.
4721
06e65f44
TT
47222011-01-07 Tom Tromey <tromey@redhat.com>
4723
4724 * gdb.texinfo (Python API): Add descriptions to @menu items.
4725
d8e22779
TT
47262011-01-06 Tom Tromey <tromey@redhat.com>
4727
4728 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4729
a255712f
PP
47302010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4731
e09342b5 4732 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4733
ccfc3d6e
TT
47342011-01-06 Tom Tromey <tromey@redhat.com>
4735
4736 PR python/12133:
4737 * gdb.texinfo (Frames In Python): Document various frame
4738 constants.
4739
44944448
JB
47402011-01-05 Joel Brobecker <brobecker@adacore.com>
4741
4742 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4743 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4744 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4745
42ea3d7a
JK
47462011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4747
4748 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4749 (clean): Add GDBvn.texi.
4750
720d1a40
JB
47512010-12-29 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4754 occasional case where the debugger prints an array address
4755 instead of the array itself.
4756
ad196637
PA
47572010-12-23 Pedro Alves <pedro@codesourcery.com>
4758
4759 * gdb.texinfo (Packets) <read registers packet>: Document support
4760 for registers that were not collected.
4761
a86caf66
DE
47622010-12-15 Doug Evans <dje@google.com>
4763
4764 * gdb.texinfo (Startup): Document auto-loading of scripts during
4765 startup.
4766 (Auto-loading): Delete "maint set python auto-load on|off".
4767 Add "set auto-load-scripts on|off".
4768
aae1c79a
DE
47692010-12-07 Doug Evans <dje@google.com>
4770
4771 * gdb.texinfo (Mode Options): Document -data-directory.
4772 (Data Files): Add reference to -data-directory.
4773
4e04c971
DE
47742010-11-29 Doug Evans <dje@google.com>
4775
4776 * gdb.texinfo (Pretty-Printer Introduction): Change
4777 printer-name:subprinter-name to printer-name;subprinter-name.
4778
94b6973e
PM
47792010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4780
72f4393d 4781 PR python/12199
94b6973e
PM
4782
4783 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4784
39037522
TT
47852010-11-23 Tom Tromey <tromey@redhat.com>
4786
4787 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4788 (Editing): Likewise.
4789 (Command History): Likewise.
4790 (TUI Keys): Likewise.
4791 (Bug Reporting): Conditionally include rluser.texi and
4792 inc-history.texinfo.
4793 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4794 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4795 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4796 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4797 (gdb.pdf): Likewise.
4798 (gdb.info): Likewise.
4799 (gdb/index.html): Likewise.
4800
5ae98d25
TT
48012010-11-23 Tom Tromey <tromey@redhat.com>
4802
4803 * Makefile.in (Makefile): Run ../config.status.
4804 (distclean): Update.
4805 * configure: Remove.
4806 * configure.ac: Remove.
4807
621c8364
TT
48082010-11-12 Tom Tromey <tromey@redhat.com>
4809
4810 * gdb.texinfo (Basic Python): Update. Add xref.
4811 (Exception Handling): Document new exception classes.
4812 (Types In Python): Update.
4813 (Frames In Python): Update.
4814
84f4c1fe
PM
48152010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4816
4817 * gdb.texinfo (Breakpoints In Python): Document "internal"
4818 parameter, and visible attribute.
4819
99e7ae30
DE
48202010-11-05 Doug Evans <dje@google.com>
4821
4822 * gdb.texinfo (Source Path): Document "set directories".
4823
f4b8a18d
KW
48242010-11-05 Ken Werner <ken.werner@de.ibm.com>
4825
4826 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4827 (OpenCL C): New node.
4828
7b51bc51
DE
48292010-11-02 Doug Evans <dje@google.com>
4830
4831 * gdb.texinfo (Pretty Printing): Expand into three sections,
4832 introduction, example, and commands.
4833 (Python API): Delete section Disabling Pretty-Printers, merge into
4834 Selecting Pretty-Printers.
4835 (Writing a Pretty-Printer): New section. Move the pretty-printer
4836 example here, and reformat to match python coding style. Add a second
4837 example using the gdb.printing module.
4838 (Python modules): Add gdb.printing.
4839
9eeee977
DE
48402010-10-29 Doug Evans <dje@google.com>
4841
4842 * gdb.texinfo (Python): Fix long line.
4843
a0e0ffdf
DE
48442010-10-20 Doug Evans <dje@google.com>
4845
4846 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4847 All references updated. Correct sections marked as subsections.
4848 (Coding Standards): New chapter. Move the coding standard related
4849 subsections here. Add section on Python coding standards.
4850
0e3509db
DE
48512010-10-13 Doug Evans <dje@google.com>
4852
4853 * gdb.texinfo (Python): Add "Python modules".
4854 (Types in Python): Add reference to gdb.types section.
4855 (Python modules): New node.
4856
44592cc4
DE
48572010-10-11 Doug Evans <dje@google.com>
4858
4859 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4860 Python" from gdb.Value.type description.
4861
6e1bb179
JB
48622010-09-28 Joel Brobecker <brobecker@adacore.com>
4863
4864 * gdb.texinfo (Ravenscar Profile): New node.
4865
e8467610
TT
48662010-09-22 Tom Tromey <tromey@redhat.com>
4867
4868 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4869
fccd1d1e
EZ
48702010-09-22 Eli Zaretskii <eliz@gnu.org>
4871
4872 * gdb.texinfo (Values From Inferior): Clarify that
4873 value.dynamic_type works only in C++ programs with RTTI.
4874
c1b6b909
TT
48752010-09-15 Paul Bolle <pebolle@tiscali.nl>
4876
4877 * gdb.texinfo (Character Sets): Correctly reference host-charset
4878 in example.
4879
7d288aaa
TT
48802010-09-13 Tom Tromey <tromey@redhat.com>
4881
4882 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4883 Document "fullname" and "from".
4884
f75d858b
MK
48852010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4886
4887 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4888 feature `reverse' output by -list-target-features.
4889
83b9503b
L
48902010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4891
4892 * gdb.texinfo (i386 Features): Remove an extra "@item".
4893
03f17ccf
TT
48942010-08-30 Tom Tromey <tromey@redhat.com>
4895
4896 PR python/11792:
4897 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4898
9779414d
DJ
48992010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4900
4901 * gdb.texinfo (ARM Features): Document
4902 org.gnu.gdb.arm.m-profile.
4903
f9ffd4bb
TT
49042010-08-23 Tom Tromey <tromey@redhat.com>
4905
4906 PR python/11145:
4907 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4908 reinterpret_cast methods.
4909
702c2711
TT
49102010-08-23 Tom Tromey <tromey@redhat.com>
4911
4912 PR python/11915:
4913 * gdb.texinfo (Types In Python): Document array method.
4914
66b73624
TJB
49152010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4916
4917 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4918
06a64a0b
TT
49192010-08-16 Tom Tromey <tromey@redhat.com>
4920
4921 * gdb.texinfo (Set Watchpoints): Document -location option.
4922
a3a7127e
DE
49232010-08-13 Doug Evans <dje@google.com>
4924
4925 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4926
8dedea02
VP
49272010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4928
4929 * gdb.texinfo (GDB/MI Data Manipulation): Document
4930 -data-read-memory-raw and -data-write-memory-raw.
4931
ca5c20b6 49322010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4933 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4934
4935 * gdb.texinfo (Basic Python): Describe post_event API.
4936
cb2e07a6
PM
49372010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4938
4939 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4940 decode_line Python APIs
cb2e07a6 4941
464b3efb
TT
49422010-08-10 Tom Tromey <tromey@redhat.com>
4943
4944 * gdb.texinfo (Pretty Printing API): Document
4945 gdb.default_visualizer.
4946
c29c521f
TT
49472010-08-10 Tom Tromey <tromey@redhat.com>
4948
4949 Revert gdb-add-index addition:
4950 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4951
5da1313b
JK
49522010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4953 Eli Zaretskii <eliz@gnu.org>
4954
4955 * gdb.texinfo (Mode Options) <-batch>
4956 (Basic Python) <gdb.execute>: Describe setting width and height.
4957
02d868e8
PP
49582010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4959
4960 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4961
c2bbed2a
TT
49622010-07-30 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (Index Files): Mention gdb-add-index.
4965
6c13bbe1
HZ
49662010-07-30 Hui Zhu <teawater@gmail.com>
4967
4968 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4969 "detach inferior" and "kill inferior".
4970
53a71c06
CR
49712010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4972
4973 * gdb.texinfo (Machine Code): Update description of two forms of
4974 arguments, and add new example to demonstrate the new form.
4975
5374244e
PM
49762010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4977
4978 * gdb.texinfo (Values From Inferior): Add value inferior function
4979 call description.
4980
8ea5bce5
JK
49812010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4982
4983 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4984
c0edd9ed
JK
49852010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4986 Eli Zaretskii <eliz@gnu.org>
4987
4988 Make core files the process_stratum.
4989 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4990 record_stratum example.
4991
9291a0cd
TT
49922010-07-13 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.texinfo (Index Files): New node.
4995
f5011d11
TT
49962010-07-13 Tom Tromey <tromey@redhat.com>
4997
4998 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4999
0f5238ed
TT
50002010-07-13 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.texinfo (Specify Location): Document labels.
5003
74c761c1
PA
50042010-07-01 Pedro Alves <pedro@codesourcery.com>
5005
5006 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5007 entries for fast tracepoints and static tracepoints.
5008
501994c0
PA
50092010-07-01 Pedro Alves <pedro@codesourcery.com>
5010
5011 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5012 qsThreadInfo>: Spell out `l' as ell.
5013
0fb4aa4b
PA
50142010-07-01 Pedro Alves <pedro@codesourcery.com>
5015
5016 * gdb.texinfo (Convenience Variables): Document $_sdata.
5017 (Commands to Set Tracepoints): Describe static tracepoints. Add
5018 `Listing Static Tracepoint Markers' menu entry. Document
5019 "strace".
5020 (Tracepoint Action Lists): Document collecting $_sdata.
5021 (Listing Static Tracepoint Markers): New subsection.
5022 (Tracepoints support in gdbserver): Mention static tracepoints.
5023 (remote packets, enabling and disabling): Mention
5024 read-sdata-object.
5025 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5026 and StaticTracepoint.
5027 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5028 Document qXfer:sdata:read.
5029 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5030
dc3b15be
JB
50312010-06-29 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5034
595939de
PM
50352010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5036 Tom Tromey <tromey@redhat.com>
5037 Thiago Jung Bauermann <bauerman@br.ibm.com>
5038
5039 * gdb.texinfo (Inferiors In Python): New node.
5040 * gdb.texinfo (Threads In Python): New node.
5041
9279c692
JB
50422010-06-28 Joel Brobecker <brobecker@adacore.com>
5043
5044 * gdb.texinfo (Python): Document what the python directory is
5045 and what its location is.
5046 (Basic Python): Document the gdb.PYTHONDIR constant.
5047
bc9f0842
TT
50482010-06-25 Tom Tromey <tromey@redhat.com>
5049
5050 PR python/10808:
5051 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5052
f1421989
HZ
50532010-06-24 Hui Zhu <teawater@gmail.com>
5054
5055 * gdb.texinfo: (Commands for Controlled Output): Add
5056 documentation for command "eval".
5057
e4c0cfae
SS
50582010-06-21 Stan Shebs <stan@codesourcery.com>
5059
5060 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5061 * annotate.texinfo: Ditto.
5062 * gdbint.texinfo: Ditto.
5063 * stabs.texinfo: Ditto.
5064
bb08c432
HZ
50652010-06-22 Hui Zhu <teawater@gmail.com>
5066
5067 * gdb.texinfo: (Process Record and Replay): Add documentation
5068 for command "set record memory-query".
5069
4f5d9f07
SS
50702010-06-21 Stan Shebs <stan@codesourcery.com>
5071
5072 * gdb.texinfo: Relicense under GFDL version 1.3.
5073 * annotate.texinfo: Relicense under GFDL version 1.3.
5074 * gdbint.texinfo: Relicense under GFDL version 1.3.
5075 * stabs.texinfo: Relicense under GFDL version 1.3.
5076 * fdl.texi: Update to version 1.3.
5077
6aed2dbc
SS
50782010-06-18 Stan Shebs <stan@codesourcery.com>
5079
a61408f8
SS
5080 * gdb.texinfo (Operating System Auxiliary Information): Describe
5081 "info os" when no arguments given.
5082
6aed2dbc
SS
5083 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5084 $_thread.
5085
24e933df
HZ
50862010-06-18 Hui Zhu <teawater@gmail.com>
5087
5088 * gdb.texinfo: (Process Record and Replay): Add documentation
5089 for commands "record save" and "record restore".
5090
65d79d4b
SDJ
50912010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5092
5093 * gdb.texinfo: Include information about the correct use
5094 of addresses in the `watch' command.
5095
d914c394
SS
50962010-06-11 Stan Shebs <stan@codesourcery.com>
5097
5098 * gdb.texinfo (Observer Mode): New section.
5099 (General Query Packets): Document QAllow.
889bf7c5 5100
967cf477
DE
51012010-06-04 Doug Evans <dje@google.com>
5102
5103 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5104
aaf4119b
DE
51052010-06-03 Doug Evans <dje@google.com>
5106
5107 * gdbint.texinfo (Coding): Add subsection on command names.
5108
9eae7c52
TT
51092010-06-02 Tom Tromey <tromey@redhat.com>
5110
5111 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5112 always-disassemble.
5113
fa593d66
PA
51142010-06-01 Pedro Alves <pedro@codesourcery.com>
5115
5116 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5117 gdbserver, and add cross reference.
5118 (Tracepoints support in gdbserver): New subsection.
5119
dde08ee1
PA
51202010-05-26 Pedro Alves <pedro@codesourcery.com>
5121
5122 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5123 `qRelocInsn' feature.
5124 (Relocate instruction reply packet): New subsection
5125 of `Tracepoint Packets'.
5126 (Tracepoint Packets): Mention that packets QTDP and QTStart
5127 support the qRelocInsn request, and add cross reference to new
5128 subsection.
5129
07ca107c
DE
51302010-05-25 Doug Evans <dje@google.com>
5131
5132 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5133 (Commands In Python): Document gdb.string_to_argv.
5134
c25c4a8b
JK
51352010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5138 ATTR_NORETURN.
5139
d7b32ed3 51402010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5141 Tom Tromey <tromey@redhat.com>
5142 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5143
c25c4a8b 5144 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5145
6aecb9c2
JB
51462010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5147
5148 * gdb.texinfo: (Summary) Add mention about D language support.
5149 (Filenames): Add D suffixes.
5150 (D): New node.
5151
b7da9e9f
PM
51522010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5153
5154 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5155 of macro deleted from GDB code.
5156
ab38a727
PA
51572010-04-24 Pedro Alves <pedro@codesourcery.com>
5158
5159 * gdb.texinfo (Commands to specify files): Describe what how GDB
5160 looks up DOS-based filesystem paths on the system root. Document
5161 the new `set/show target-file-system-kind' commands.
5162
66d09542
DE
51632010-04-23 Doug Evans <dje@google.com>
5164
5165 * gdb.texinfo (Python): Move Auto-loading section here ...
5166 (Python API): from here.
5167 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5168 (Maintenance Commands): Add docs for "maint print section-scripts".
5169
8bd10a10
CM
51702010-04-20 Chris Moller <cmoller@redhat.com>
5171
5172 * gdb.texinfo (Setting Breakpoints): Added description of
5173 filename-qualified rbreak.
5174 * refcard.tex (Breakpoints and Watchpoints): Added brief
5175 description of filename-qualified rbreak.
5176
4c374409
JK
51772010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5178
5179 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5180 (Python API): Change the reference to Pretty Printing API.
5181 (Pretty Printing): Move the user part under the Data node. Reformat
5182 the sample output to 72 columns. Create a new reference to Pretty
5183 Printing API. Rename the API part ...
5184 (Pretty Printing API): To a new node name.
5185 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5186 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5187
5a9351ae
SS
51882010-04-21 Stan Shebs <stan@codesourcery.com>
5189
5190 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5191 and commands.
5a9351ae 5192 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5193
9a22f0d0
PM
51942010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5195
5196 * gdb.texinfo (Examining memory): Update for change in string
5197 display with explicit size.
5198
6149aea9
PA
51992010-04-19 Pedro Alves <pedro@codesourcery.com>
5200
5201 PR breakpoints/8554.
5202
5203 * gdb.texinfo (Save Breakpoints): New node.
5204 (save-tracepoints): Rename to ...
5205 (save tracepoints): ... this. Mention that `save-tracepoints' is
5206 a deprecated alias to `save tracepoints'.
5207
711e434b
PM
52082010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5209
645797a8 5210 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5211 (info w32 thread-information-block): Document new command.
5212 (qGetTIBAddress): Document new gdbserver query.
5213 (maint set/show show-all-tib): Document new command.
5214
3f7b2faa
DE
52152010-04-15 Doug Evans <dje@google.com>
5216
fa33c3cd
DE
5217 * gdb.texinfo (Python API): Add progspaces section.
5218 (Selecting Pretty-Printers): Progspace pretty-printers are
5219 searched too.
5220 (Progspaces In Python): New section.
5221
3f7b2faa
DE
5222 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5223
79f283fe
PM
52242010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5225
5226 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5227 returns None.
5228
87290684
SS
52292010-04-09 Stan Shebs <stan@codesourcery.com>
5230
5231 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5232 Describe the `frames-created' field, tweak grammar.
5233
a97153c7
PA
52342010-04-09 Pedro Alves <pedro@codesourcery.com>
5235
5236 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5237 Describe the `circular' and `disconnected' fields.
5238
5c5dcc1b
L
52392010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5240
5241 * gdb.texinfo (maint print registers): Mention unavailable and
5242 invisible registers.
5243
adc36818
PM
52442010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5245 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5246 Tom Tromey <tromey@redhat.com>
adc36818
PM
5247
5248 * gdb.texinfo (Breakpoints In Python): New Node.
5249
33da3f1c
SS
52502010-04-08 Stan Shebs <stan@codesourcery.com>
5251
5252 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5253 trace status fields.
5254
3a13a53b
L
52552010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5256
5257 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5258 optional. Make org.gnu.gdb.i386.avx requires
5259 org.gnu.gdb.i386.avx.
5260
08001717
DE
52612010-04-08 Doug Evans <dje@google.com>
5262
5263 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5264 search path, and document that gdb only scans the search path if
5265 the script's path doesn't specify a directory.
5266
c375651d
DE
52672010-04-05 Doug Evans <dje@google.com>
5268
5269 * gdb.texinfo (maint show python auto-load): Fix typo.
5270
af54718e
SS
52712010-04-04 Stan Shebs <stan@codesourcery.com>
5272
d77f58be
SS
5273 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5274 (Setting Watchpoints): Update description of "info watch".
5275 (Disabling Breakpoints): Only "info break" lists all.
5276
af54718e
SS
5277 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5278 (tdump): Explain how tdump works.
5279
86b17b60
PA
52802010-04-01 Pedro Alves <pedro@codesourcery.com>
5281
5282 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5283 add cross reference.
5284
ff12863f
PA
52852010-03-31 Pedro Alves <pedro@codesourcery.com>
5286
5287 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5288 commands error out.
5289
f68eb612
L
52902010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5291
5292 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5293
c8d5aac9
L
52942010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5295
5296 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5297
7d13fe92
SS
52982010-03-29 Stan Shebs <stan@codesourcery.com>
5299 Nathan Sidwell <nathan@codesourcery.com>
5300
5301 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5302 GDBN equivalent.
5303 (Set Tracepoints): Remove mention that conditional tracepoints
5304 don't exist.
5305 (Tracepoint Actions): Clarify when while-stepping collection
5306 happens, note that while-stepping does not automatically collect
5307 $pc.
5308
409873ef 53092010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5310
409873ef
SS
5311 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5312 (General Query Packets): Describe TracepointSource.
5313
ee8e71d4
EZ
53142010-03-27 Matt Rice <ratmice@gmail.com>
5315
c8d5aac9
L
5316 * gdb.texinfo (ARM): Document arguments to "target sim".
5317 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5318
99b5e152
PA
53192010-03-26 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.texinfo (Tracepoint Packets): Remove mention that
5322 terror:string may be plain text, and drop mention of X prefix.
5323
cd64ee31
VP
53242010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5325
5326 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5327
6c28cbf2
SS
53282010-03-24 Stan Shebs <stan@codesourcery.com>
5329
5330 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5331
95a42b64
TT
53322010-03-24 Tom Tromey <tromey@redhat.com>
5333
5334 PR breakpoints/9352:
5335 * gdb.texinfo (Break Commands): Update.
5336
18148017
VP
53372010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5338
5339 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5340 commands.
5341
4daf5ac0
SS
53422010-03-16 Stan Shebs <stan@codesourcery.com>
5343
5344 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5345 circular-trace-buffer.
5346 (Tracepoint Packets): Describe QTBuffer, and details of the
5347 qTStatus reply.
5348
c9429232
SS
53492010-03-12 Stan Shebs <stan@codesourcery.com>
5350 Nathan Sidwell <nathan@codesourcery.com>
5351
5352 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5353 doing instruction stepping.
5354 (Tracepoint Restrictions): New node.
5355
ccefe4c4
TT
53562010-03-10 Tom Tromey <tromey@redhat.com>
5357
5358 * gdbint.texinfo (Symbol Handling): Update.
5359
7c953934
TT
53602010-03-08 Tom Tromey <tromey@redhat.com>
5361
5362 PR cli/9591:
5363 * gdb.texinfo (Mode Options): Mention lack of pagination and
5364 confirmation with --batch.
5365 (Screen Size): Mention --batch.
5366 (Messages/Warnings): Likewise.
5367
f870a310
TT
53682010-03-05 Tom Tromey <tromey@redhat.com>
5369
5370 * gdb.texinfo (Basic Python): Document target_charset and
5371 target_wide_charset.
5372
78e2826b
TT
53732010-03-05 Tom Tromey <tromey@redhat.com>
5374
5375 * gdb.texinfo (Data): Link to pretty-printing.
5376 (Output Formats): Likewise. Correct text.
5377
f5dff777
DJ
53782010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5379
5380 * gdb.texinfo (Types): Describe <struct> and <flags>.
5381
dc00d89f
PM
53822010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5383
5384 * gdb.texinfo (Frames In Python): Add block parameter and
5385 description to read_var text.
5386
5107b149 53872010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5388 Tom Tromey <tromey@redhat.com>
5107b149
PM
5389
5390 * gdb.texinfo (Types In Python): Describe block argument in
5391 template_argument and gdb.lookup_type.
5392
e03e5e7b
TT
53932010-02-24 Tom Tromey <tromey@redhat.com>
5394
5395 * gdb.texinfo (Cygwin Native): Fix typo.
5396
f3e9a817
PM
53972010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5398
5399 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5400 and select method descriptions.
5401 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5402 Tables in Python to menu.
5403 (Blocks In Python): New node.
5404 (Symbols In Python): New node.
5405 (Symbol Tables in Python): New node.
5406
a79b8f6e
VP
54072010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5408
5409 Multiexec MI
5410
5411 gdb/
5412 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5413
5414 gdb/doc/
5415 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5416 changes.
5417 (GDB/MI Program Execution): Document current behaviour of
5418 --all and --thread-group.
5419 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5420 -remove-inferior.
5421 * observer.texi (inferior_added, inferior_removed): New
5422 observers.
5423
629d6a47
TT
54242010-02-19 Tom Tromey <tromey@redhat.com>
5425
5426 * gdbint.texinfo (Getting Started): Fix @node.
5427 (Debugging GDB): Likewise.
5428
c09529e5
JB
54292010-02-13 Joel Brobecker <brobecker@adacore.com>
5430
5431 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5432 documenting the gdb_test_timeout variable.
5433
540aa8e7
MS
54342010-02-12 Jakob Engblom <jakob@virtutech.com>
5435
5436 * gdb.texinfo (MI commands): Added documentation of --reverse
5437 option to a set of MI commands. Restructured documentation of MI
5438 commands --exec-continue to reflect the complexity of reverse
5439 execution.
5440
081dfbf7
PA
54412010-02-12 Pedro Alves <pedro@codesourcery.com>
5442
5443 * gdb.texinfo (Using the Collected Data): Specify that the address
5444 range of `tfind outsize' is exclusive, and that the address range
5445 of `tfind range' is inclusive.
5446 (Tracepoint Packets): Specify that the address range of
5447 `QTFrame:range' is inclusive, and that the address range of
5448 `QTFrame:outside' is exclusive
5449
8e9c5e02
VP
54502010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5451
5452 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5453
92981e24
TT
54542010-02-10 Tom Tromey <tromey@redhat.com>
5455
5456 * gdb.texinfo (Debugging Output): Document set debug parser and
5457 show debug parser.
5458
075b51b7
L
54592010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5460
5461 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5462 i386_eflags and i386_mxcsr.
5463
3bb8d5c3
L
54642010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5465
5466 * gdb.texinfo: Document i386 target features.
5467
c5f80513
DE
54682010-02-05 Doug Evans <dje@google.com>
5469
5470 * gdbint.texinfo (Testsuite): Add a new section to document the
5471 various DejaGnu variables that may be overridden.
1be00882 5472 Document INTERNAL_GDBFLAGS.
c5f80513 5473
6ac33a4e
TT
54742010-02-04 Tom Tromey <tromey@redhat.com>
5475
5476 PR cli/8830:
5477 * gdb.texinfo (Files): -readnow comes before the filename for file
5478 and symbol-file.
5479
a1dcb23a
DJ
54802010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5481
5482 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5483 Document ARM breakpoint types.
5484 (Register Packet Format): Move into the new section.
5485 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5486
95433b34
JB
54872010-01-21 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdb.texinfo (File Options): Adjust the documentation of this
5490 switch to refer to the "source" command rather than partially
5491 duplicating some of the relevant information.
5492 (Extending GDB): Introduce and document the set/show script-extension
5493 setting.
5494 (Command Files): Add note explaining that the "source" command
5495 is also used to evalute scripts written in other languages.
5496 Remove the short slightly incorrect reference to sourcing Python
5497 scripts.
5498 (Python Commands): Document how to execute a Python script from GDB.
5499
8d576872
JB
55002010-01-19 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.texinfo (Command Files): Fix typo.
5503
8150ff9c
JB
55042010-01-18 Tom Tromey <tromey@redhat.com>
5505
5506 * gdb.texinfo (File Options): Document -x on .py files.
5507 (Command Files): Document handling of Python scripts.
5508
23db03a6
JZ
55092010-01-18 Jie Zhang <jie.zhang@analog.com>
5510
5511 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5512
00bf0b85
SS
55132010-01-15 Stan Shebs <stan@codesourcery.com>
5514
5515 * gdb.texinfo (Trace Files): New section.
5516 (Tracepoint Packets): Document QTSave and qTBuffer.
5517 (Trace File Format): New appendix.
5518
be759fcf
PM
55192010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5520
5521 * gdb.texinfo (Values From Inferior): Document lazy_string value
5522 method.
5523 (Python API): Add Lazy strings menu item.
5524 (Lazy Strings In Python): New node.
5525
dc146f7c
VP
55262010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5527
5528 * gdb.texinfo (GDB/MI Thread Information): New.
5529 (GDB/MI Async Records): Document the core field in *stopped.
5530 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5531 documentation
5532 (Process list): Document that osdata document may contain
5533 threads.
5534 (Remote Serial Protocol): Document qXfer:threads.
5535
d5551862
SS
55362010-01-06 Stan Shebs <stan@codesourcery.com>
5537
5538 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5539 disconnected tracing.
5540 (Tracepoint Packets): Document new protocol.
5541
7a697b8d
SS
55422010-01-05 Stan Shebs <stan@codesourcery.com>
5543
5544 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5545 tracepoints.
5546 (Tracepoint Packets): Describe remote protocol for fast
5547 tracepoints.
5548
e6f3ec50
JB
55492010-01-01 Joel Brobecker <brobecker@adacore.com>
5550
5551 Update the "Start of New Year Procedure".
5552 * gdbint.texinfo: Add the list of files that need to be updated
5553 manually. Minor reformatting.
5554
ddc4e9c1
JB
55552010-01-01 Joel Brobecker <brobecker@adacore.com>
5556
5557 * refcard.tex: Update copyright year in header and text.
5558
9d2897ad
JB
55592010-01-01 Joel Brobecker <brobecker@adacore.com>
5560
5561 * agentexpr.texi: Add 2010 to the list of copyright years.
5562 * annotate.texinfo: Likewise.
5563 * gdb.texinfo: Likewise.
5564 * gdbint.texinfo: Likewise.
5565 * observer.texi: Likewise.
5566 * stabs.texinfo: Likewise.
5567
6da95a67
SS
55682009-12-31 Stan Shebs <stan@codesourcery.com>
5569
5570 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5571
236f1d4d
SS
55722009-12-29 Stan Shebs <stan@codesourcery.com>
5573
5574 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5575
f61e138d
SS
55762009-12-28 Stan Shebs <stan@codesourcery.com>
5577
5578 * gdb.texinfo (Trace State Variables): New section.
5579 (Tracepoint Packets): Describe trace state variable packets.
5580 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5581 variable bytecodes.
5582
0fe7935b
DJ
55832009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5584
5585 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5586 declarations.
5587
a6b29f87
VP
55882009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5589
5590 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5591 -gdb-exit behaviour.
5592
5e4bde96
JB
55932009-12-20 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gpl.texi: Update to version 3 of the GPL.
5596
a1715244
JB
55972009-12-20 Joel Brobecker <brobecker@adacore.com>
5598
5599 * Makefile.in: Update copyright header.
5600 * observer.texi: Fix the copyright header of the generated files.
5601
361ae042
PM
56022009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5603
5604 * gdb.texinfo (Types In Python): Describe range function.
5605
bfd31e71
PM
56062009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5607
5608 * gdb.texinfo (Types In Python): Describe "is_base_class".
5609
57a1d736
TT
56102009-12-03 Tom Tromey <tromey@redhat.com>
5611
5612 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5613
8cebebb9
PP
56142009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5615
5616 * observer.texi: New memory_changed observer.
5617
16af530a
TT
56182009-12-01 Tom Tromey <tromey@redhat.com>
5619
5620 * gdb.texinfo (Reverse Execution): Fix typo.
5621
b6199126
DJ
56222009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5623
5624 PR gdb/8704
5625
5626 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5627 are allowed after the breakpoint condition.
5628
7a6973ad
TT
56292009-11-23 Tom Tromey <tromey@redhat.com>
5630
5631 PR python/10782:
5632 * gdb.texinfo (Types In Python): Document Type.pointer.
5633
21a0512e
PP
56342009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5635
5636 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5637
a5832c8f
PA
56382009-11-11 Pedro Alves <pedro@codesourcery.com>
5639
5640 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5641 (Using Agent Expressions): Delete cross reference.
5642
1eb7cd77
JB
56432009-11-07 Joel Brobecker <brobecker@adacore.com>
5644
5645 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5646 and @settitle directives up to help makeinfo find them.
5647
24ddea62
JK
56482009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5649
5650 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5651 (Auto-loading): Use plural and note one can use multiple components now.
5652
3afae151
VP
56532009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5654
5655 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5656 -stack-list-arguments have the same documentation for parameter
5657 as -stack-list-locals. Add comas.
5658
14ff2235
PM
56592009-10-27 Tom Tromey <tromey@redhat.com>
5660 Eli Zaretskii <eliz@gnu.org>
5661
c8d5aac9 5662 PR python/10781
14ff2235
PM
5663
5664 * gdb.texinfo (Values From Inferior): Document cast method.
5665
9c419145
PP
56662009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5667
5668 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5669 and adjust example.
889bf7c5 5670
29153c24
MS
56712009-10-22 Michael Snyder <msnyder@vmware.com>
5672
5673 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5674 info record command. Also document the new save and restore
29153c24
MS
5675 commands.
5676
2b28d209
PP
56772009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5678
5679 * gdb.texinfo (Machine Code): Mention current pc marker.
5680 (Memory): Likewise.
5681
6c95b8df
PA
56822009-10-19 Pedro Alves <pedro@codesourcery.com>
5683 Stan Shebs <stan@codesourcery.com>
5684
5685 * observer.texi (new_inferior): Rename to...
5686 (inferior_appeared): ... this.
5687
5688 * gdb.texinfo (Inferiors): Rename node to ...
5689 (Inferiors and Programs): ... this. Mention running multiple
5690 programs in the same debug session.
5691 <info inferiors>: Mention the new 'Executable' column if "info
5692 inferiors". Update examples. Document the "add-inferior",
5693 "clone-inferior", "remove-inferior" and "maint info
5694 program-spaces" commands.
5695 (Process): Rename node to...
5696 (Forks): ... this. Document "set|show follow-exec-mode".
5697
2f8132f3
MS
56982009-10-11 Michael Snyder <msnyder@vmware.com>
5699
5700 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5701 (ReverseContinue): Ditto.
5702
cba4b2d3
PP
57032009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5704
5705 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5706
da082f17
JK
57072009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5708
5709 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5710
08be9d71
ME
57112009-10-06 Michael Eager <eager@eagercon.com>
5712
5713 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5714 (Embedded Processors): Add MicroBlaze.
5715 (MicroBlaze): New. Describe Xilinx MicroBlaze
5716
08a0efd0
PA
57172009-10-04 Pedro Alves <pedro@codesourcery.com>
5718
5719 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5720
cbb8f428
EZ
57212009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5722
5723 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5724
30a4a70c
JB
57252009-09-23 Joel Brobecker <brobecker@adacore.com>
5726
5727 * observer.texi (solib_unloaded): Document explicitly the fact that
5728 this observer is called before the associated symbols are unloaded.
5729
b3372f91
VP
57302009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5731
5732 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5733 -stack-list-variables.
5734
f43030c4
TT
57352009-09-18 Tom Tromey <tromey@redhat.com>
5736
5737 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5738 is experimental.
5739
ec7e75e7
PP
57402009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5741
5742 * gdb.texinfo (convenince variables): Mention
5743 $_siginfo could be empty.
f43030c4 5744
0cc7d26f
TT
57452009-09-15 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.texinfo (GDB/MI Variable Objects): Document
5748 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5749 Expand -var-update documentation.
5750
a96d9b2e
SDJ
57512009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5752
5753 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5754 feature.
5755
005ca36a
JB
57562009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5757
5758 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5759
0d772ac9
MS
57602009-09-10 Michael Snyder <msnyder@vmware.com>
5761
5762 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5763 ReverseStep replies to the qSupported query.
5764
14fb1bac
JB
57652009-09-10 Joel Brobecker <brobecker@adacore.com>
5766
5767 Add documentation for set/show interactive-mode.
5768 * gdb.texinfo (Other Misc Settings): New node.
5769
29b090c0
DE
57702009-09-01 Doug Evans <dje@google.com>
5771
5772 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5773 non-stop mode's affect on remote caching.
5774
4e5d721f
DE
57752009-08-31 Jacob Potter <jdpotter@google.com>
5776 Doug Evans <dje@google.com>
5777
5778 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5779 Mark `set/show remotecache' options as obsolete.
5780 Document new `set/show stack-cache' option.
5781 Update text for `info dcache'.
5782
55333a84
DE
57832009-08-27 Doug Evans <dje@google.com>
5784
5785 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5786 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5787
bc3a0b4d
RW
57882009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5789
5790 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5791 about autoconf.
5792
3a1ff0b6
PA
57932009-08-25 Pedro Alves <pedro@codesourcery.com>
5794
5795 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5796 small example, and describe its columns. Replace "inferior-id" by
5797 "infno" throughout.
5798
81ecdfbb
RW
57992009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5800
af542c2e
RW
5801 * gdbint.texinfo (Releasing GDB): Point to
5802 README-maintainer-mode file for required autoconf version.
5803 * configure.ac: Do not substitute datarootdir, htmldir,
5804 pdfdir, docdir. Do not process --with-datarootdir,
5805 --with-htmldir, --with-pdfdir, --with-docdir.
5806 * configure: Regenerate.
5807
81ecdfbb
RW
5808 * configure: Regenerate.
5809
4efc6507
DE
58102009-08-20 Reid Kleckner <reid@kleckner.net>
5811
5812 * gdb.texinfo: Add chapter on JIT interface.
5813
43089a6e
NR
58142009-08-07 Nick Roberts <nickrob@snap.net.nz>
5815
5816 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5817 confirmation request.
43089a6e 5818
99e008fe
EZ
58192009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5820
c8d5aac9
L
5821 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5822 CRC definitions.
99e008fe 5823
48cb2d85
VP
58242009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5825
5826 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5827 -break-commands.
48cb2d85 5828
ff1a52c6
UW
58292009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5830
5831 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5832 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5833
3285f3fe
UW
58342009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5835
5836 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5837 "set spu stop-on-load" and "show spu stop-on-load" commands.
5838
e35359c5
UW
58392009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5840
5841 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5842
58d6951d
DJ
58432009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5846 org.gnu.gdb.arm.neon.
5847
08d16641
PA
58482009-07-20 Pedro Alves <pedro@codesourcery.com>
5849
5850 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5851 optional element.
5852 (subsection OS ABI): New subsection.
5853
782b2b07
SS
58542009-07-14 Stan Shebs <stan@codesourcery.com>
5855
5856 * gdb.texinfo (Tracepoint Conditions): New section.
5857 (General Query Packets): Describe ConditionalTracepoints.
5858 (Tracepoint Packets): Describe condition field.
5859 (Maintenance Commands): Describe maint agent-eval.
5860 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5861
9b117ef3
HZ
58622009-07-11 Hui Zhu <teawater@gmail.com>
5863
5864 * gdb.texinfo (disassemble): Add a new modifier /r
5865 to "disassemble" command to make it print the raw instructions
5866 in hex as well as in symbolic form.
5867
f5a33284
TT
58682009-07-09 Tom Tromey <tromey@redhat.com>
5869
5870 * gdbint.texinfo (Testsuite): Document parallel make check.
5871
812f7342
TT
58722009-07-09 Tom Tromey <tromey@redhat.com>
5873
5874 * gdbint.texinfo (Testsuite): Document test transcripts.
5875
fbb8f299
PM
58762009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5877
5878 * gdb.texinfo (Values From Inferior): Add length parameter
5879 description.
5880
dd8f35ac
EZ
58812009-07-04 Chris Genly <chris@genly.us>
5882
5883 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5884 in -var-list-children. Fix example according to what the code
5885 does.
5886
2277426b
PA
58872009-07-02 Pedro Alves <pedro@codesourcery.com>
5888
5889 * gdb.texinfo (Debugging multiple inferiors): Document the
5890 "inferior", "detach inferior" and "kill inferior" commands.
5891 (Debugging Programs with Multiple Processes): Adjust to mention
5892 generic "inferior" commands. Delete mention of "detach fork" and
5893 "delete fork". Cross reference to "Debugging multiple inferiors"
5894 section.
5895
a6d9a66e
UW
58962009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5897
5af949e3
UW
5898 * gdbint.texinfo (Item Output Functions): Update signature
5899 for ui_out_field_core_addr.
5900
59012009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5902
5903 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5904 Update example code extrated from breakpoint.c.
5905
9901a55b 59062009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5907
9901a55b
PP
5908 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5909 MI commands.
5910 (GDB/MI Symbol Query): Likewise.
5911 (GDB/MI File Commands): Likewise.
5912 (GDB/MI File Transfer Commands): Likewise.
5913 (GDB/MI Target Manipulation): Likewise.
5914 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5915
edb3359d
DJ
59162009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * gdb.texinfo (Debugging Optimized Code): New chapter.
5919 (Compiling for Debugging): Reference it. Move some
5920 text to the new section.
5921
7cd1089b
PM
59222009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5923
5924 * doc/gdb.texinfo (Calling): Document
5925 set-unwind-on-terminating-exception usage.
5926
d4db2f36
PA
59272009-06-11 Pedro Alves <pedro@codesourcery.com>
5928
5929 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5930 command.
5931
d1a7880c
PA
59322009-06-07 Pedro Alves <pedro@codesourcery.com>
5933
5934 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5935 references.
5936
473f94e6
UW
59372009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5938
5939 * gdbint.texinfo: Rename formal parameters to gdbarch function
5940 protoypes from "current_gdbarch" to "gdbarch".
5941
8f500870
TT
59422009-05-28 Tom Tromey <tromey@redhat.com>
5943
5944 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5945
b6313243
TT
59462009-05-27 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5949 feature.
5950 (GDB/MI Variable Objects): Document -var-set-visualizer.
5951
59522009-04-02 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5955 feature.
5956 (GDB/MI Variable Objects): Document -var-set-visualizer.
5957
a6bac58e
TT
59582009-05-27 Tom Tromey <tromey@redhat.com>
5959 Thiago Jung Bauermann <bauerman@br.ibm.com>
5960 Phil Muldoon <pmuldoon@redhat.com>
5961
5962 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5963 (Pretty Printing): New node.
5964 (Selecting Pretty-Printers): Likewise.
5965 (Python API): Update.
5966 (Output Formats): Document /r format.
5967
2c74e833
TT
59682009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5969 Tom Tromey <tromey@redhat.com>
5970
5971 * gdb.texinfo (Types In Python): New node.
5972 (Values From Inferior): "type" is now an attribute.
5973 (Python API): Update.
5974
89c73ade
TT
59752009-05-27 Tom Tromey <tromey@redhat.com>
5976 Thiago Jung Bauermann <bauerman@br.ibm.com>
5977 Phil Muldoon <pmuldoon@redhat.com>
5978
5979 * gdb.texinfo: Add @syncodeindex for `tp'.
5980 (Python API): Update.
5981 (Auto-loading): New node.
5982 (Objfiles In Python): New node.
5983
17a37d48
PP
59842009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5985
5986 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5987
6718376f
NR
59882009-05-15 Nick Roberts <nickrob@snap.net.nz>
5989
5990 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5991
cbe54154
PA
59922009-05-12 Pedro Alves <pedro@codesourcery.com>
5993
5994 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5995 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5996 show show-debug-regs' docs.
5997
8e05493c
EZ
59982009-05-08 Eli Zaretskii <eliz@gnu.org>
5999
6000 * gdb.texinfo (Process Record and Replay): Add description of
6001 reverse execution.
6002
b39f4988
JB
60032009-05-07 Joel Brobecker <brobecker@adacore.com>
6004
6005 * gdbint.texinfo (Adding support for debugging core files): New node.
6006 (Native Debugging): Remove the ``Native core file Support'' section.
6007
a2311334
EZ
60082009-05-01 Eli Zaretskii <eliz@gnu.org>
6009
6010 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6011 Add index entries.
6012
53cc454a 60132009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6014 Michael Snyder <msnyder@vmware.com>
53cc454a 6015
a2311334
EZ
6016 * gdb.texinfo: (Process Record and Replay): Add documentation for
6017 process record and replay.
53cc454a 6018
484086b7
JK
60192009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6020
6021 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6022 a new part on command-line defined macros.
6023
32ae1842
EZ
60242009-04-25 Eli Zaretskii <eliz@gnu.org>
6025
6026 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6027 clarify the wording.
6028
b14b1491
TT
60292009-04-23 Tom Tromey <tromey@redhat.com>
6030
6031 * gdb.texinfo (Data Files): New node.
6032 (GDB Files): Update menu.
6033
5c1e86e1
JB
60342009-04-23 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6037 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6038
83eba9b7
VP
60392009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6040
6041 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6042
e31198c4
HZ
60432009-04-22 Hui Zhu <teawater@gmail.com>
6044
6045 * gdb.texinfo (disassemble-next-line): Set the default of
6046 disassemble-next-line to off.
6047
26e251b6
JM
60482009-04-21 Joseph Myers <joseph@codesourcery.com>
6049
6050 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6051 --with-htmldir): New.
6052 * configure: Regenerate.
6053 * Makefile.in (datarootdir, docdir): Define.
6054 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6055 instead of $(SET_TEXINPUTS).
6056 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6057 gdbint.info instead of $(SET_TEXINPUTS).
6058 (gdbint/index.html): Use same -I options as for building
6059 gdbint.info.
6060 (stabs.dvi, stabs.pdf): Use same -I options as for building
6061 stabs.info instead of $(SET_TEXINPUTS).
6062 (stabs/index.html): Use same -I options as for building
6063 stabs.info.
6064 (annotate.dvi, annotate.pdf): Use same -I options as for building
6065 annotate.info instead of $(SET_TEXINPUTS).
6066 (annotate/index.html): Use same -I options as for building
6067 annotate.info.
6068
eac35c4e
DD
60692009-04-21 David Daney <ddaney@caviumnetworks.com>
6070
6071 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6072
29b0e8a2
JM
60732009-04-21 Joseph Myers <joseph@codesourcery.com>
6074
6075 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6076
2b831889 60772009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6078 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6079
6080 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6081 (MAKEHTMLFLAGS): Set to empty.
6082 (html__strip_dir): Define.
6083 (HTMLFILES): Define.
6084 (HTMLFILES_INSTALL): Define.
6085 (install-html): Copy new automake rule.
6086 (html): Depend on $(HTMLFILES).
6087 (gdb_toc.html): Rename to gdb/index.html.
6088 (gdbint_toc.html): Rename to gdbint/index.html.
6089 (stabs_toc.html): Rename to stabs/index.html.
6090 (annotate_toc.html): Rename to annotate/index.html.
6091
89a34d1b
JM
60922009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6093
6094 * Makefile.in: Set pdfdir and htmldir from configure
6095 substitutions.
6096 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6097 * configure: Regenerate.
6098
a2d5da46
JB
60992009-04-16 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6102 This macro is no longer used.
6103
732f6a93
TT
61042009-04-15 Tom Tromey <tromey@redhat.com>
6105
6106 * gdb.texinfo (Character Sets): Document default character set.
6107
87f9adc1
PM
61082009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6109
6110 * gdbint.texinfo: Change server name from sources.redhat.com to
6111 sourceware.org throughout.
6112
2c88c651
JB
61132009-04-09 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6116 about a missing dot or coma after @xref.
6117
4f5376b2
JB
61182009-04-02 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6121 example, and add a small explanation about it.
6122 (Print Settings): Change the documentation of the "set print
6123 frame-arguments" to reflect the fact that the default is now "scalars".
6124
a0381d3a
JB
61252009-04-02 Joel Brobecker <brobecker@adacore.com>
6126
6127 * gdb.texinfo (Print Settings): Add kindex for command "set
6128 print frame-arguments".
6129
45ac276d
JB
61302009-03-31 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6133 breakpoints.
6134 (Set Breaks): Add reference to thread-specific and task-specific
6135 breakpoints.
6136
32cd1edc
JB
61372009-03-31 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdb.texinfo (Ada Tasks): Remove the documentation about
6140 the "Running" state, as this state has been eliminated.
6141 Now all runnable tasks are shown as "Runnable".
6142
1042e4c0
SS
61432009-03-30 Stan Shebs <stan@codesourcery.com>
6144
6145 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6146 special case of breakpoints.
6147 (Enable and Disable Tracepoints): Mention deprecation.
6148 (Listing Tracepoints): Update description and example.
6149
f8f6f20b
TJB
61502009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6151
6152 * gdb.texinfo (Frames in Python): New node.
6153 (Python API): Update.
6154
c0c6f777
TJB
61552009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6156
6157 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6158 from a method to an attribute.
6159
def2b000
TJB
61602009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6161
6162 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6163 attribute.
6164
a07daef3
PA
61652009-03-25 Pedro Alves <pedro@codesourcery.com>
6166
6167 * observer.texi (thread_exit): Add "silent" parameter.
6168
f3b1572e
PA
61692009-03-22 Pedro Alves <pedro@codesourcery.com>
6170
6171 * observer.texi (about_to_proceed): New.
6172
587afa38
EZ
61732009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6174
6175 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6176 field throughout to handle types with spaces in them. Fix typos
6177 found by aspell.
6178 (Summary, Requirements, Contributors): New first chapter,
6179 "Summary" added, old Requirements section moved there, and new
6180 section, "Contributors" added.
6181 (Initializing a New Architecture, Register Representation)
6182 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6183 (Porting gdb): These sections extended and updated.
6184 (Compiler Characteristics): This section (empty) deleted.
6185 (Defining Other Architecture Features): This section renamed and
6186 duplicate material removed from (formerly "Target Conditionals").
6187 Use braces {} in @deftypeXX type field throughout to handle types
6188 with spaces in them. Typos found by aspell fixed.
6189
6190 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6191 * stack_frame.pdf: Version of image for PDF output.
6192 * stack_frame.png: Version of image for HTML output and for Emacs.
6193 * stack_frame.txt: Version of image for Info output.
1db61298 6194 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6195
10af6951
EZ
61962009-03-21 Eli Zaretskii <eliz@gnu.org>
6197
6198 * gdb.texinfo (Character Sets): Fix last change.
6199
cc924cad
TJB
62002009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6201
6202 * gdb.texinfo (Values From Inferior): Fix optional arguments
6203 markup.
6204 (Commands In Python): Adjust argument names of gdb.Command.__init__
6205 to what the function accepts as keywords.
6206
bc3b79fd
TJB
62072008-03-20 Tom Tromey <tromey@redhat.com>
6208
6209 * gdb.texinfo (Convenience Vars): Document convenience functions.
6210 (Functions In Python): New node.
6211 (Python API): Update.
6212
6c7a06a3
TT
62132009-03-20 Tom Tromey <tromey@redhat.com>
6214
6215 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6216 set target-wide-charset.
6217 (Requirements): Mention iconv.
6218
b646ddd4
HZ
62192009-03-17 Hui Zhu <teawater@gmail.com>
6220
6221 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6222
91440f57
HZ
62232009-03-17 Hui Zhu <teawater@gmail.com>
6224
6225 * gdb.texinfo: Add documentation for disassemble-next-line.
6226
8fd41227
TJB
62272009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6228
6229 * gdb.texinfo (Commands In Python): Remove tindex entries.
6230
61ff14c6
JK
62312009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 * gdb.texinfo (Returning): New description for missing debug info.
6234
0b16c5cf
PA
62352009-03-14 Pedro Alves <pedro@codesourcery.com>
6236
6237 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6238 (General Query Packets): Document qAttached.
0b16c5cf 6239
32fc0df9
PA
62402009-03-05 Pedro Alves <pedro@codesourcery.com>
6241
6242 * gdb.texinfo (Background Execution): Better describe the set
6243 target-async command.
6244 (Maintenance Commands): Delete description of the `maint set/show
6245 linux-async' and `maint set/show remote-async' commands.
6246
134eb42c
VP
62472009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6248
6249 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6250 between sentences.
6251
c86cf029
VP
62522009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6253
6254 * gdb.texinfo (GDB/MI Async Records): Document the
6255 =library-loaded and =library-unloaded notifications.
6256
3ea85240
VP
62572009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6258
6259 * observer.texi (test_notification): New observer.
6260
1d33d6ba
VP
62612009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6262
61ff14c6
JK
6263 * observer.texi: Add parameter 'print_frame' to normal_stop
6264 observer.
1d33d6ba 6265
d721c933
EZ
62662009-02-07 Eli Zaretskii <eliz@gnu.org>
6267
6268 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6269 (Commands In Python): Fix COMMAND_* constants in last change. Use
6270 @kbd for interactive input. Add cross-references and index
6271 entries.
6272
4aa995e1
PA
62732009-02-06 Pedro Alves <pedro@codesourcery.com>
6274
6275 * gdb.texinfo (Signals): Document $_siginfo.
6276 (Convenience Variables): Mention $_siginfo.
6277 (Remote Configuration): Document qXfer:siginfo:read,
6278 qXfer:siginfo:write packets, and the read-siginfo-object,
6279 write-siginfo-object commands.
6280
5f5233d4
PA
62812009-02-06 Pedro Alves <pedro@codesourcery.com>
6282
6283 * gdbint.texinfo (Values): New chapter.
6284
d8906c6f
TJB
62852009-02-06 Tom Tromey <tromey@redhat.com>
6286
6287 * gdb.texinfo (Python API): Add entry for Commands In Python.
6288 (Commands In Python): New node.
6289
b6cb8e7d
TJB
62902009-02-05 Tom Tromey <tromey@redhat.com>
6291
6292 * gdb.texinfo (Values From Inferior): Document Value.string.
6293
12453b93
TJB
62942009-02-05 Tom Tromey <tromey@redhat.com>
6295
6296 * gdb.texinfo (Basic Python): Document execute's from_tty
6297 argument.
6298
08c637de
TJB
62992009-02-04 Tom Tromey <tromey@redhat.com>
6300
6301 * gdb.texinfo (Basic Python): Document gdb.history.
6302
592375cd
VP
63032009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * gdb.texinfo (GDB/MI Thread Commands): Document the
6306 'current-thread-id' field. Remove the example with zero threads,
6307 since current GDB won't ever report that if there's inferior.
6308
41447f92
VP
63092009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6310
6311 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6312 option to -break-insert.
6313
098b41a6
JG
63142009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6315 Jerome Guitton <guitton@adacore.com>
6316
6317 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6318 (System-wide configuration): New section.
6319
3c16cced
PA
63202009-01-26 Pedro Alves <pedro@codesourcery.com>
6321
6322 PR gdb/7580:
6323 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6324 internal-error|internal-warning quit|corefile ask|yes|no".
6325
62709adf
PA
63262009-01-26 Pedro Alves <pedro@codesourcery.com>
6327
6328 * gdb.texinfo (Using the `gdbserver' Program): Document
6329 --remote-debug.
6330
7ce58dd2
DE
63312009-01-23 Doug Evans <dje@google.com>
6332
6333 * gdb.texinfo: Add nexti to list of commands that support
6334 background execution.
6335
adb483fe
DJ
63362009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6337
6338 * gdb.texinfo (Define, Hooks): Document prefix command support.
6339
a67ec3f4 63402009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6341 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6342
6343 Fixes for makeinfo --html.
6344
6345 * annotate.texinfo: Use @copying and @insertcopying. Use
6346 @ifnottex in place of @ifinfo.
6347 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6348 place of @ifinfo. Use @ifnotinfo for one index entry.
6349 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6350 in place of @ifinfo.
6351 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6352 in place of @ifinfo. Include contents at start unconditionally.
6353
84fcdf95
PA
63542009-01-13 Pedro Alves <pedro@codesourcery.com>
6355
6356 * gdb.texinfo (General Query Packets): Remove @var{} around the
6357 "spu" literal string.
6358
fa3a767f
PA
63592009-01-07 Pedro Alves <pedro@codesourcery.com>
6360
6361 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6362 program may be running in another process" errors.
6363 * gdbint.texinfo (Native Conditionals): Delete
6364 ONE_PROCESS_WRITETEXT description.
6365
9cb011d3
JB
63662009-01-07 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6369 emacs local variable to be placed at the end of the ChangeLog.
6370 Add server.c and gdbreplay.c to the list of files where the
6371 copyright year needs to be updated.
6372
84603566
SL
63732009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6374
6375 * gdb.texinfo (Remote Configuration): Document new
6376 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6377 commands.
6378
a53f55d8
PA
63792008-12-28 Pedro Alves <pedro@codesourcery.com>
6380
6381 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6382 FETCH_INFERIOR_REGISTERS.
6383 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6384 FETCH_INFERIOR_REGISTERS descriptions. Remove
6385 gdbarch_get_longjmp_target descrition, since already described in
6386 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6387 (Target Conditionals): ... here.
6388
077e0a52
JB
63892008-12-16 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6392 examples.
6393 (Additions to Ada): Likewise. Add the missing opening and closing
6394 parenthesis of the GDB prompt in one of the examples.
6395
023eb17c
JB
63962008-12-14 Joel Brobecker <brobecker@adacore.com>
6397
6398 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6399 about the result of 'Address not being of type System.Address.
6400 This problem has been fixed a while ago.
6401
c3b108f7
VP
64022008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6403
6404 MI non-stop and multiprocess docs.
6405
c8d5aac9
L
6406 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6407 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6408 Adjust documentation for *stopped, document =thread-created,
6409 =thread-exited, =thread-group-created and =thread-group-exited.
6410 (GDB/MI Thread Commands): Document the 'state' field in
6411 -thread-info output.
6412 (GDB/MI Program Execution): Mention --all and --thread-group
6413 options.
6414 (GDB/MI Variable Objects): Describe floating and fixed variable
6415 objects.
6416 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6417
07e059b5
VP
64182008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6419
c8d5aac9
L
6420 * gdb.texinfo (Operating System Information): New appendix.
6421 (Operating System Auxiliary Information): Document 'info os processes'
6422 (Remote Configuration): Document 'osdata'
6423 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6424
a80b95ba
TG
64252008-11-27 Tristan Gingold <gingold@adacore.com>
6426
6427 * gdb.texinfo (Darwin): Document Darwin specific features.
6428
a655d424
JK
64292008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6430
6431 * gdbint.texinfo (Target Conditionals): Extend the
6432 gdbarch_breakpoint_from_pc description.
6433
249e1128
VP
64342008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6435
6436 * gdb.texinfo (M68K Features): Fix typo.
6437
c14c28ba
PP
64382008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6439
6440 * gdb.texinfo (Symbols): Mention printing containing
6441 image name in "info symbol".
6442 (Maint translate-address): Likewise.
889bf7c5 6443
394a6666
JB
64442008-11-18 Joel Brobecker <brobecker@adacore.com>
6445
6446 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6447 commands "catch load" and "catch unload".
6448
66bb093b
VP
64492008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6450
6451 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6452 =thread-selected.
889bf7c5 6453
4a92f99b
VP
64542008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6455
c8d5aac9 6456 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6457
f0323ca0
PA
64582008-10-27 Pedro Alves <pedro@codesourcery.com>
6459
6460 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6461 .mt files, TM_CLIBS or TM_CDEPS.
6462 (x86 Watchpoints): Don't mention TDEPFILES.
6463
8b23ecc4
SL
64642008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6465
6466 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6467 (Overview): Mention notifications and non-stop mode behavior.
6468 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6469 with non-stop mode behavior. Add vStopped description.
6470 (Stop Reply Packets): Update list of packets that return
6471 stop replies. Mention non-stop behavior.
6472 (General Query Packets): Document QNonStop packet and associated
6473 qSupported query response.
6474 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6475 behavior.
6476 (Notification Packets): New section.
6477 (Remote Non-Stop): New section.
6478 (File-I/O Overview): Mention non-stop behavior.
6479
fff08868
HZ
64802008-10-24 Hui Zhu <teawater@gmail.com>
6481 Pedro Alves <pedro@codesourcery.com>
6482
6483 * gdb.texinfo (displaced-stepping): Describe the auto mode
6484 setting, and say it's the default. This is now a mainstream
6485 setting instead of a maintenance setting.
6486
252fbfc8
PA
64872008-10-23 Pedro Alves <pedro@codesourcery.com>
6488
6489 * observer.texi (thread_stop_requested): New.
6490
20924a55
JB
64912008-10-22 Joel Brobecker <brobecker@adacore.com>
6492
6493 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6494 (Patching): Replace incorrect usage of @samp by @kbd.
6495
bacec72f
MS
64962008-10-17 Michael Snyder <msnyder@vmware.com>
6497
6498 * gdb.texinfo: Add documentation for reverse execution.
6499
a08702d6 65002008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6501 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6502
6503 * gdb.texinfo. (Values From Inferior): New subsubsection.
6504
d97bc12b
DE
65052008-10-06 Doug Evans <dje@google.com>
6506
6507 * gdb.texinfo (set debug dwarf2-die): Document it.
6508
87f67dba
JB
65092008-10-01 Joel Brobecker <brobecker@adacore.com>
6510
6511 * gdb.texinfo (catch) [exception]: Document how to insert
6512 a breakpoint on user-defined exceptions when the exception
6513 name is identical to one of the language-defined ones.
6514
2fae03e8
TT
65152008-09-27 Tom Tromey <tromey@redhat.com>
6516
6517 * gdb.texinfo (Macros): Remove text about stringification,
6518 varargs, and splicing.
6519
5c6ce71d
TT
65202008-09-27 Tom Tromey <tromey@redhat.com>
6521
6522 * gdbint.texinfo (Language Support): Remove text about omitting
6523 support for a language.
6524
07128da0
DE
65252008-09-23 Doug Evans <dje@google.com>
6526
6527 * gdb.texinfo (info dcache): Update.
6528
b90a069a
SL
65292008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6530
6531 * gdb.texinfo (Packets): Add info on thread-id syntax and
6532 multiprocess extensions.
6533 <D>: Document multiprocess form of packet.
6534 <H>: Use thread-id syntax.
6535 <T>: Likewise.
6536 <vCont>: Likewise. Note this is required for multiprocess.
6537 <vKill>: New packet.
6538 (Stop Reply Packets) <T>: Use thread-id syntax.
6539 <W>: Document multiprocess form of reply.
6540 <X>: Likewise.
6541 (General Query Packets) <qC>: Use thread-id syntax.
6542 <qfThreadInfo>: Likewise.
6543 <qGetTLSAddr>: Likewise.
6544 <qP>: Likewise.
6545 <qSupported>: Add "multiprocess" feature.
6546 <qThreadExtraInfo>: Use thread-id syntax.
6547
b77209e0
PA
65482008-09-22 Stan Shebs <stan@codesourcery.com>
6549
6550 * gdb.texinfo (Inferiors): New section.
6551
3d0bb823
PA
65522008-09-12 Pedro Alves <pedro@codesourcery.com>
6553
6554 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6555
f8dcfc0a
UW
65562008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6557
6558 * gdbint.texinfo (Target Conditionals): Remove documentation
6559 for gdbarch_name_of_malloc.
6560
8775bb90
MS
65612008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6562
6563 * gdb.texinfo (Interrupts): Mention TCP interface for
6564 sending BREAK.
6565
f1838a98
UW
65662008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6567
6568 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6569 argument prefix to "set sysroot".
6570
158c7665
PH
65712008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6572
6573 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6574 and False.
6575
30e026bb
VP
65762008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6577
c8d5aac9
L
6578 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6579 for possible features of -list-features.
30e026bb 6580
c6ebd6cf
VP
65812008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6582
c8d5aac9 6583 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6584 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6585
aeac0ff9
VP
65862008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6587
6588 * doc/gdb.texinfo (PowerPC): Fix typo.
6589 (PowerPC features): Fix typo.
6590
5231c1fd
PA
65912008-08-18 Pedro Alves <pedro@codesourcery.com>
6592
6593 * observer.texi (thread_ptid_changed): New.
6594
677c5bb1
LM
65952008-08-18 Luis Machado <luisgpm@br.ibm.com>
6596
6597 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6598 (PowerPC features): Mention feature set for VSX registers.
6599
f3a2dd1a
JB
66002008-08-13 Joel Brobecker <brobecker@adacore.com>
6601
6602 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6603 the direct visibility of all names in user-written packages.
6604
33e5cbd6
PA
66052008-08-13 Pedro Alves <pedro@codesourcery.com>
6606
6607 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6608 setting, and make it the default.
6609 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6610 non-stop script example.
6611
d0384fc4
TJB
66122008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6613
6614 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6615 reference to the "Using Different Register and Memory Data
6616 Representation" section.
6617
a6f3e723
SL
66182008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6619
6620 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6621 (Remote Protocol): Add Packet Acknowledgment to menu.
6622 (Overview): Mention +/- can be disabled, and point to new section
6623 where this is discussed in detail.
6624 (General Query Packets): Document QStartNoAckMode packet, and
6625 corresponding qSupported reply.
6626 (Packet Acknowledgment): New section.
6627
0606b73b
SL
66282008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6629 Pedro Alves <pedro@codesourcery.com>
6630
6631 * gdb.texinfo (Threads): Move paragraph about automatic thread
6632 selection to All-Stop Mode subsection.
6633 (Thread Stops): Reorganize existing material into subsections.
6634 Add introductory blurb and menu.
6635 (Non-Stop Mode): New subsection.
6636 (Background Execution): New subsection.
6637 (Maintenance Commands): Add cross-references from async mode
6638 commands to the new Background Execution section.
6639
d57a3c85
TJB
66402008-08-06 Tom Tromey <tromey@redhat.com>
6641
6642 * gdb.texinfo (Extending GDB): New chapter.
6643 (Sequences): Demoted chapter, now a section under the new
6644 Extending GDB chapter.
6645 (Python): New section.
6646
6d76a53d
SS
66472008-07-31 Stan Shebs <stan@codesourcery.com>
6648
6649 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6650
1f70da6a
SS
66512008-07-29 Stan Shebs <stan@codesourcery.com>
6652
6653 * gdbint.texinfo: General round of cleanup and minor
6654 clarifications.
6655 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6656 (Longjmp Support): Update description to reflect how it is done
6657 for targets without using native header.
6658 (Symbol Handling): Add a little more general explanation.
6659 (COFF, ELF): Mention stabs encapsulation.
6660 (DWARF 3): New section.
6661 (Adding a New Host): Scrub out some obsolete bits.
6662 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6663 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6664 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6665 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6666 SEEK_SET, STOP_SIGNAL, USG.
6667 (Raw and Virtual Register Representations): Ditto for
6668 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6669 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6670 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6671 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6672 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6673 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6674 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6675 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6676 DEPRECATED_USE_STRUCT_CONVENTION.
6677 Describe gdbarch_deprecated_fp_regnum.
6678 Update description of gdbarch_print_insn.
6679 (Adding a New Target): Scrub out obsolete bits.
6680 (Obsolete Conditionals): Remove entire section.
6681
383f836e
TT
66822008-07-25 Tom Tromey <tromey@redhat.com>
6683
6684 * observer.texi (GDB Observers): Document new observers:
6685 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6686 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6687 architecture_changed.
6688
cfd8ab24
SS
66892008-07-21 Stan Shebs <stan@codesourcery.com>
6690
6691 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6692 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6693
781b42b0
TT
66942008-07-21 Tom Tromey <tromey@redhat.com>
6695
6696 * observer.texi (GDB Observers): Remove obsolete comment.
6697 <executable_changed>: Remove argument.
6698
d7d9f01e
TT
66992008-07-18 Tom Tromey <tromey@redhat.com>
6700
6701 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6702
bf250677
DE
67032008-07-10 Doug Evans <dje@google.com>
6704
6705 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6706
10568435
JK
67072008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * gdb.texinfo (Starting): Document "set disable-randomization".
6710
5ae4183a
AS
67112008-07-07 Andreas Schwab <schwab@suse.de>
6712
6713 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6714
b56e7235
VP
67152008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6716
6717 * gdb.texinfo (GDB/MI Target Manipulation): Add
6718 example of -target-attach.
6719
e1ac3328
VP
67202008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6721
6722 * observer.texi (target_resumed): New observer.
5ae4183a 6723 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6724
65d12d83
TT
67252008-06-06 Tom Tromey <tromey@redhat.com>
6726
6727 * gdb.texinfo (Completion): Add field name example.
6728
fbc5282e
MK
67292008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6730
6731 * gdb.texinfo (GDB/MI Program Context): Added example
6732 to -exec-arguments
5ae4183a 6733
fbc5282e 67342008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6735
6736 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6737 annotation.
6738
c16158bc 67392008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6740 Nathan Sidwell <nathan@codesourcery.com>
6741 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6742
6743 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6744 and ACX_BUGURL.
6745 * configure: Regenerate.
6746 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6747 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6748 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6749 mailing-list-specific text about bug reporting unless
6750 BUGURL_DEFAULT.
6751
75c99385
PA
67522008-06-05 Pedro Alves <pedro@codesourcery.com>
6753
6754 * gdb.texinfo (-target-select): Remove reference to target async.
6755 (Maintenance Commands): Document "maint set/show remote-async".
6756
1763a388
MK
67572008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6758
6759 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6760 in -target-file-get section.
5ae4183a 6761
d0d064df
PA
67622008-05-22 Pedro Alves <pedro@codesourcery.com>
6763
9b562ab8
PA
6764 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6765 killing the inferior when it is already debugging a process.
d0d064df 6766
8dfa32fc
JB
67672008-05-21 Joel Brobecker <brobecker@adacore.com>
6768
6769 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6770 abbreviation for "finish".
6771
55f996a7
NR
67722008-05-21 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6775
ba2b1c56
DJ
67762008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * gdbint.texinfo (Target Conditionals): Delete entry for
6779 gdbarch_dwarf_reg_to_regnum.
6780
08388c79
DE
67812008-05-09 Doug Evans <dje@google.com>
6782
a3c83fae 6783 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6784
d14508fe
DE
67852008-05-05 Doug Evans <dje@google.com>
6786
6787 * gdb.texinfo (disassemble): Document /m modifier.
6788
e2b7ddea
VP
67892008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6790
5ae4183a
AS
6791 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6792 will not report the time of commands that run the target.
e2b7ddea 6793
8eb41542
VP
67942008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6795
6796 * gdb.texinfo (GDB/MI Output Records): Add
6797 missing semicolon.
6798
82f68b1c
VP
67992008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6800
6801 * gdb.texinfo (GDB/MI Output Records):
6802 Document =thread-create and =thread-exited.
6803
fa0f268d
VP
68042008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6805
6806 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6807 Remove mention of dmi-discuss.
fa0f268d 6808
063bfe2e
VP
68092008-05-03 Pedro Alves <pedro@codesourcery.com>
6810
6811 * observer.texi (thread_exit): New.
6812
237fc4c9
PA
68132008-05-02 Pedro Alves <pedro@codesourcery.com>
6814
6815 * gdb.texinfo (Debugging Output): Document "set/show debug
6816 displaced".
6817 (Maintenance Commands): Document "maint set/show
6818 can-use-displaced-stepping".
6819
0428b8f5
DJ
68202008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6821
6822 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6823 and set/show arm force-mode.
6824
5009afc5
AS
68252008-05-02 Andreas Schwab <schwab@suse.de>
6826
6827 * gdbint.texinfo (Algorithms): Describe
6828 target_watchpoint_addr_within_range.
6829
669fac23
DJ
68302008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6831
6832 * gdbint.texinfo (Stack Frames): New chapter.
6833 (Algorithms): Move Frames text to the new chapter.
6834 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6835 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6836
721c02de
VP
68372008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6838
5ae4183a
AS
6839 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6840 output does not necessary include any tokens.
721c02de 6841
c055b101
CV
68422008-04-22 Corinna Vinschen <vinschen@redhat.com>
6843
6844 * gdb.texinfo (Set SH Calling convention): New @item.
6845 (Show SH Calling convention): Ditto.
6846
68837c9d
MD
68472008-04-22 Markus Deuling <deuling@de.ibm.com>
6848
6849 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6850
2e9132cc
EZ
68512008-04-20 Eli Zaretskii <eliz@gnu.org>
6852
6853 * gdb.texinfo (Set Breaks): Mention that multiple location
6854 breakpoints need line number info. Add index entries.
6855
31fffb02
CS
68562008-04-19 Craig Silverstein <csilvers@google.com>
6857
6858 * gdb.texinfo (Requirements): Add an optional requirement on
6859 zlib.
6860 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6861 Compressed DWARF 2.
6862
a47ec5fe
AR
68632008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6864
6865 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6866 sample output for 'stopped,reason="breakpoint-hit"' message.
6867 (GDB/MI Program Execution): Likewise.
6868
de051565
MK
68692008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6870
5ae4183a 6871 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6872 -var-set-format. Add -f option to -var-evaluate-expression.
6873
6ba66d6a
JB
68742008-04-03 Joel Brobecker <brobecker@adacore.com>
6875
6876 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6877 new node "Ambiguous Expressions". Replace references to this
6878 node by references to "Ambiguous Expressions" throughout.
6879 (Ambiguous Expressions): New node.
6880
1e26b4f8
DJ
68812008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6884
b84876c2
PA
68852008-03-21 Pedro Alves <pedro@codesourcery.com>
6886
6887 * gdb.texinfo (Debugging Output): Document
6888 "set/show debug lin-lwp-async".
6889 (Maintenance Commands): Document "maint set/show linux-async".
6890
63092375
DJ
68912008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6892
6893 * gdb.texinfo (Expressions): Update description of malloced arrays.
6894
8e8901c5
VP
68952008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6896
6897 * gdb.texinfo (Thread Commands): Document
6898 -thread-info. Remove -thread-list-all-threads.
6899
1fddbabb
PA
69002008-03-14 Pedro Alves <pedro@codesourcery.com>
6901 Sandra Loosemore <sandra@codesourcery.com>
6902
6903 * gdb.texinfo (Library List Format): Update to mention the
6904 possibility to pass section addresses instead of segment
6905 addresses.
6906
ccd213ac
DJ
69072008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdb.texinfo (Starting): Document "set exec-wrapper".
6910 (Server): Document gdbserver --wrapper.
6911
fa4727a6
DJ
69122008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6913
6914 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6915 unreadable memory. Delete obsolete SPARClite reference.
6916
8edfe269
DJ
69172008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6918
6919 * gdb.texinfo (Starting): Mention always-running targets.
6920 (Target Commands): Add an anchor for load.
6921 (Connecting): Explain continue instead of run.
6922
1843f87b
DJ
69232008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6924
6925 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6926
f9082629
NR
69272008-02-26 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6930 breakpoint table.
6931
fd96d250
PA
69322008-02-19 Pedro Alves <pedro@codesourcery.com>
6933
6934 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6935 killing the inferior when it is already debugging a process.
6936
36af4ef6
MD
69372008-02-13 Markus Deuling <deuling@de.ibm.com>
6938
6939 * gdbint.texinfo (Build Script): New section. Mention new build script
6940 gdb_buildall.sh.
6941
cda4ce5a
JB
69422008-02-01 Jim Blandy <jimb@red-bean.com>
6943
6944 * gdb.texinfo (Help): Summarize 'info args' correctly.
6945
4acd40f3
TJB
69462008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6947
6948 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6949 available in PowerPC architecture.
6950 (Embedded Processors): Change node name of PowerPC item in menu.
6951 (PowerPC): Rename to...
6952 (PowerPC Embedded): this.
6953 (Architectures): Add new PowerPC item in menu.
6954 (PowerPC): New node.
6955
6e6c6f50
DJ
69562008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6957
6958 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6959 commands.
6960
5ee187d7
DJ
69612008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6962
6963 * gdb.texinfo (Setting Catchpoints): Mention features
6964 supported on GNU/Linux.
6965
e275c0d9
NR
69662008-01-30 Nick Roberts <nickrob@snap.net.nz>
6967
6968 * gdb.texinfo (GDB/MI File Commands): Describe new output
6969 field for MI command -file-list-exec-source-file.
6970
2d717e4f
DJ
69712008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6972
6973 * gdb.texinfo (Using the `gdbserver' Program): Add security
6974 warning. Rearrange into subsections and subsubsections. Document
6975 --multi and --debug. Correct --with-sysroot typo. Update --attach
6976 usage. Make load reference clearer. Document monitor exit.
6977 (Remote Configuration): Document set remote exec-file, attach-packet,
6978 and run-packet.
6979 (Packets): Document vAttach and vRun.
6980
d35a4257 69812008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6982
6983 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6984 detach-on-follow -> detach-on-fork.
f663676d 6985
c78d192c
DJ
69862008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdbint.texinfo (Native Conditionals): Remove
6989 SHELL_COMMAND_CONCAT and SHELL_FILE.
6990
d35a4257
EZ
69912008-01-26 Eli Zaretskii <eliz@gnu.org>
6992
6993 * gdb.texinfo (Specify Location): Improve wording.
6994
93815fbf
VP
69952008-01-23 Chris Demetriou <cgd@google.com>
6996
6997 * gdb.texinfo (Threads): Document new "set print thread-events"
6998 and "show print thread-events" commands.
6999
2a25a5ba
EZ
70002008-01-19 Eli Zaretskii <eliz@gnu.org>
7001
7002 * gdb.texinfo (Specify Location): New section.
7003 (Delete Breaks, Edit, Set Breaks): Remove description of
7004 locations. Instead, add a reference to "Specify Location".
7005 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7006 (Symbols): Refer to "Specify Location" for the valid forms of
7007 linespecs and locations.
7008
32c9a795
MD
70092008-01-18 Markus Deuling <deuling@de.ibm.com>
7010
7011 * gdbint.texinfo (Target Conditionals): Replace the description of
7012 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7013
b17828ca
JB
70142008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7015
7016 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7017 about &&var, which is rejected by the expression parser.
7018
0aea4bf3
LM
70192008-01-09 Luis Machado <luisgpm@br.ibm.com>
7020
7021 * gdb.texinfo (Output): Update documentation on using printf with DFP
7022 types.
7023
febe4383
TJB
70242008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7025
7026 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7027 subsubsection.
7028 (Decimal Floating Point format): New subsubsection.
7029
7a404eba
PA
70302008-01-05 Pedro Alves <pedro@codesourcery.com>
7031
7032 * gdb.texinfo (File Options): Remove mention of the attempt to
7033 open a core file with the -p option. Don't list -c as a valid
7034 option to attach to a process.
7035
a4d9b460
PA
70362008-01-05 Pedro Alves <pedro@codesourcery.com>
7037
7038 * gdbint.texinfo (Host Conditionals): Remove mention of
7039 ALIGN_STACK_ON_ENTRY.
7040
6ec2edbe
JB
70412008-01-05 Joel Brobecker <brobecker@adacore.com>
7042
7043 * gdbint.texinfo (Start of New Year Procedure): Add item
7044 describing how to update the source and documentation copyright
7045 notices.
7046
d8b2a693
JB
70472007-12-18 Jim Blandy <jimb@codesourcery.com>
7048
ab209b3a 7049 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7050 watchpoint explanation into the main description of the watchpoint
7051 command; update synopses of 'watch', 'rwatch', and 'awatch'
7052 commands.
7053
8b4ed427
VP
70542007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7055
7056 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7057 Document 'pending-breakpoints' feature of
7058 -list-features.
7059
37e4754d
LM
70602007-12-17 Luis Machado <luisgpm@br.ibm.com>
7061
669fac23 7062 * gdb.texinfo: Add new parameter's description.
37e4754d 7063
1d3811f6
DJ
70642007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * gdb.texinfo (Overview): Clarify run-length encoding
7067 example. Remove the restriction on "+" and "-" characters.
7068
c1c25a1a
EZ
70692007-12-15 Eli Zaretskii <eliz@gnu.org>
7070
7071 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7072
afe8ab22 70732007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7074
afe8ab22
VP
7075 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7076 the -f option for -break-insert, remove -r option,
7077 and clarify specification of location.
7078
a6b151f1
DJ
70792007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7082 formatting.
7083 (Remote Debugging): Add File Transfer section.
7084 (Remote Configuration): Document Host I/O packets.
7085 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7086 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7087 (Packets): Add vFile.
7088
3b784c4f
EZ
70892007-11-17 Eli Zaretskii <eliz@gnu.org>
7090
7091 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7092 breakpoints with multiple locations.
7093 (Breakpoint Menus): Improve wording.
7094 (Output): Fix last change.
7095
a4ce5b0d
UW
70962007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7097
7098 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7099
1b39d5c0
DE
71002007-11-15 Doug Evans <dje@google.com>
7101
7102 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7103
7a72d44c
VP
71042007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7105
7106 * gdbint.texinfo (Native Conditionals): Remove
7107 mention of CLEAR_SOLIB.
5ae4183a 7108
6d1829bf 71092007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7110
7111 * gdb.texinfo (Print Settings): Add documentation for "set/show
7112 print frame-arguments".
7113
1a619819
LM
71142007-11-05 Luis Machado <luisgpm@br.ibm.com>
7115
3b784c4f 7116 * gdb.texinfo (Output): Update printf command's description.
1a619819 7117
55eddb0f
DJ
71182007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7119
7120 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7121 powerpc soft-float".
7122
9cceb671
DJ
71232007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7124
7125 * gdb.texinfo (Files): Correct formatting. Mention Expat
7126 requirement.
7127 (Requirements for Building GDB): Expand the list of Expat
7128 uses.
7129 (Library List Format, Memory Map Format): Mention Expat.
7130 (Target Descriptions): Update Expat wording.
7131
83acabca
DJ
71322007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7135 Document that gdbarch_convert_register_p should return zero for no-op
7136 conversions.
7137
e35879db
UW
71382007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7139
83acabca 7140 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7141 of set_gdbarch_sofun_address_maybe_missing back to ...
7142 (Target Conditionals): ... here to fix build break.
7143
203c3895
UW
71442007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7145
83acabca 7146 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7147 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7148 (Compiler Characteristics): ... documentation of
7149 set_gdbarch_sofun_address_maybe_missing.
7150
11411de3
DJ
71512007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * gdbint.texinfo (Target Conditionals): Use
7154 frame_unwind_register_unsigned in examples instead of
7155 frame_unwind_unsigned_register.
7156
7cc46491
DJ
71572007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * gdb.texinfo (Predefined Target Types): Add int128
7160 and uint128.
7161 (Standard Target Features): Add PowerPC features.
7162
81adfced
DJ
71632007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7164
7165 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7166
c1874924
UW
71672007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7168
7169 * gdbint.texi (Target Conditionals): Remove documentation
7170 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7171 gdbarch_extract_return_value, and gdbarch_store_return_value.
7172
f6e56ab3
UW
71732007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7174
7175 * gdbint.texi (Target Conditionals): Remove documentation of
7176 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7177
56cf5405
KH
71782007-10-11 Kazu Hirata <kazu@codesourcery.com>
7179
7180 * gdb.texinfo: Mention that inaccessible-by-default is on by
7181 default.
7182
35156bae
DJ
71832007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7184
7185 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7186
d983da9c
DJ
71872007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7188
7189 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7190 multi-threaded watchpoints.
7191 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7192 checked. Describe sticky notification. Expand description
7193 of steppable and continuable watchpoints.
7194 (Watchpoints and Threads): New subsection.
7195
fe6fbf8b
VP
71962007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7197
7198 * gdb.texinfo (Setting Breakpoints): Revise
7199 documentation for pending breakpoints. Document
7200 breakpoints with multiple locations.
5ae4183a 7201
084344da
VP
72022007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7203
7204 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7205 Document -list-features.
5ae4183a 7206
82160952
EZ
72072007-09-15 Eli Zaretskii <eliz@gnu.org>
7208
7209 * gdb.texinfo (Output): Spell out which features of C's printf are
7210 not supported by GDB's printf.
7e27a47a
EZ
7211 (Separate Debug Files): More accurate wording regarding build ID
7212 and a reference to the ld manual rather than the Fedora wiki.
82160952 7213
ea37ba09
DJ
72142007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7215 Jim Blandy <jimb@codesourcery.com>
7216
7217 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7218 (Examining Memory): Update mentions of the 's' format.
7219 (Automatic Display): Likewise.
7220
b8533aec
DJ
72212007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7222
7223 * gdb.texinfo: Update the FSF's Back-Cover Text.
7224
83f83d7f
JK
72252007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7226 Eli Zaretskii <eliz@gnu.org>
7227
7228 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7229 Fixed the ``build ID'' name. New binaries build instructions for the
7230 build ID inclusion. Explain how the commands are specific to the build
7231 ID vs. debug link.
7232
c7e83d54
EZ
72332007-09-01 Eli Zaretskii <eliz@gnu.org>
7234
7235 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7236 indexing for ``build ID'' support.
7237
d3750b24
JK
72382007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7239
7240 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7241 Enlisted BUILD ID to the debug file searching example.
7242 Included a BUILD ID `.note.gnu.build-id' section description.
7243 Updated/added the debug files splitting instructions for OBJCOPY.
7244
02142340
VP
72452007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7246
7247 * gdb.texinfo (Variable Objects): Adjust docs
7248 for -var-info-expression and document
7249 -var-info-path-expression.
7250
d3bdde98
JB
72512007-08-20 Jim Blandy <jimb@codesourcery.com>
7252
3fb6a982
JB
7253 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7254 (title page): Include the dedication in the printed manual, as a
7255 separate page after the copyright notice.
5ae4183a 7256
d3bdde98
JB
7257 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7258 don't break a @var across a line.
7259
c80a96a8
MR
72602007-07-25 Maciej W. Rozycki <macro@mips.com>
7261
7262 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7263 for include files.
7264
5824a901
NR
72652007-07-12 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7268 in annotate.texinfo.
7269 (Command History): Link to new node.
5824a901 7270
d52e7ea3
UW
72712007-07-05 Markus Deuling <deuling@de.ibm.com>
7272
7273 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7274
5fc14d0a
EZ
72752007-07-05 Eli Zaretskii <eliz@gnu.org>
7276
7277 * gdbint.texinfo (Target Conditionals): Fix last change.
7278
4a9bb1df
UW
72792007-07-03 Markus Deuling <deuling@de.ibm.com>
7280
7281 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7282 routines:
7283 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7284 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7285 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7286 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7287 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7288 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7289 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7290 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7291 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7292 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7293 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7294 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7295 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7296 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7297 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7298 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7299 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7300 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7301 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7302 (SOFTWARE_SINGLE_STEP_P)
7303
7304 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7305 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7306
7307 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7308 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7309 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7310 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7311 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7312 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7313 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7314 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7315 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7316 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7317
7318 (Converting an existing Target Architecture to Multi-arch): Remove
7319 section.
7320
7321 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7322 (gdbarch_addr_bits_remove): Add code example.
7323
7324 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7325
cfa9d6d9
DJ
73262007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7327
7328 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7329 Add other missing entries. Adjust the table size to fit.
7330 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7331 stop reasons including the new "library" event.
7332 (General Query Packets): Adjust table widths for qSupported. Mention
7333 qXfer:libraries:read reply to qSupported and document the new packet.
7334 (Library List Format): New section.
7335
159fcc13
JK
73362007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7339
f66d1690
MS
73402007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7341
7342 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7343
67102876
NR
73442007-06-25 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * gdbint.texinfo (Register and Memory Data): Break sections
7347 into nodes and add a menu.
7348
a4642986
MR
73492007-06-21 Maciej W. Rozycki <macro@mips.com>
7350
7351 * gdb.texinfo (Examining Memory): Document the new behaviour.
7352
e9c17194
VP
73532007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7354
7355 * gdb.texinfo (Standard Target Features): Document
7356 m68k features.
7357
31d99776
DJ
73582007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7359
7360 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7361
1780a0ed
DJ
73622007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7363
7364 * gdb.texinfo (Target Description Format): Add version attribute
7365 for <target>.
7366
822b6570
DJ
73672007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7368
7369 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7370
f8b73d13
DJ
73712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7372
7373 * gdb.texinfo (MIPS Features): New subsection.
7374
0e7f50da
UW
73752007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7376 Markus Deuling <deuling@de.ibm.com>
7377
7378 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7379 and qXfer:spu:write packets and mention them under qSupported.
7380
23d964e7
UW
73812007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7382 Markus Deuling <deuling@de.ibm.com>
7383
7384 * gdb.texinfo (Architectures): Add new SPU section to document
7385 Cell Broadband Engine SPU architecture specific commands.
7386
9f708cb2
VP
73872007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7388
7389 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7390 comments.
7391
7579b5f8
NR
73922007-06-07 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7395
bf06d120
JB
73962007-05-29 Jim Blandy <jimb@codesourcery.com>
7397
7398 * gdb.texinfo (Overview): Doc fix.
7399
23776285
MR
74002007-05-22 Maciej W. Rozycki <macro@mips.com>
7401
7402 * gdb.texinfo (Remote Configuration): Document "set/show
7403 remoteflow".
7404
1a69e1e4
DJ
74052007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7406
bf06d120
JB
7407 * gdb.texinfo (MIPS): Remove documentation for set mips
7408 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7409 stack-arg-size.
1a69e1e4 7410
46ba6afa 74112007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7412
46ba6afa
BW
7413 * all-cfg.texi (GDBTUI): New.
7414 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7415 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7416 (TUI Configuration): Edit to improve clarity and fix problems of
7417 both style and content.
5ae4183a 7418
06d3b283
UW
74192007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7420
7421 * observer.texi (GDB Observers): New observer "new_objfile".
7422
179101d6
UW
74232007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7424
7425 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7426
25d5ea92
VP
74272007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7428
7429 * gdb.texinfo (GDB/MI Variable Objects): Document
7430 frozen variables objects.
5ae4183a 7431
ea35711c
DJ
74322007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7433
7434 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7435 (Character Sets, Caching Data of Remote Targets): Likewise.
7436 (Targets): Delete Remote node. Move its text...
7437 (Debugging Remote Programs): ...to here. Delete description
7438 of the "remote" command.
7439 (Remote configuration): Delete description of "set remotedevice"
7440 and "show remotedevice".
7441 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7442
db2e3e2e
BW
74432007-04-11 Bob Wilson <bob.wilson@acm.org>
7444
5ae4183a
AS
7445 * gdb.texinfo (Contributors, Continuing and Stepping)
7446 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7447 (General Query Packets, File-I/O Remote Protocol Extension)
7448 (Protocol Basics, The F Reply Packet, Write)
7449 (Protocol-specific Representation of Datatypes, Memory Transfer):
7450 Fix hyphenation, punctuation and grammar problems.
7451 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7452 'section' instead of 'subsection' in the text.
7453 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7454 (i386): Remove period from section name.
db2e3e2e
BW
7455 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7456 (Config Names, Configure Options): Use @file{configure}.
7457
8a3dae3e
DJ
74582007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7459
7460 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7461 and tab expansion.
7462
1a92f856
DJ
74632007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7464
7465 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7466
79a6e687 74672007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7468
79a6e687
BW
7469 * gdb.texinfo: Consistently capitalize all significant words in
7470 node names, chapter titles, section titles, and headings. Update
7471 cross references to match.
7472 (Starting and Stopping Trace Experiment): Make node name plural.
7473 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7474
ad527d2e
PA
74752007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7476
7477 * gdb.texinfo (WinCE): Delete obsolete subsection.
7478
7ce59000
DJ
74792007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7480
7481 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7482 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7483 references.
7484
8807d78b
DJ
74852007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7486
7487 * gdb.texinfo (Startup): Delete references to some alternate
7488 names for .gdbinit.
7489 (Thread): Remove LynxOS reference.
7490 (Tandem ST2000): Delete target-specific documentation.
7491 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7492 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7493 and GDB_OSABI_LYNXOS.
7494
5f402660
UW
74952007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7496
7497 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7498
bac718a6
UW
74992007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7500
7501 * gdbint.texinfo (Target Conditionals): Remove mention of
7502 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7503 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7504
9453113a
DJ
75052007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7506
7507 * Makefile.in: Add "pdfdir" installation
7508 directory, PDFTEX macro, support for "install-pdf" target,
7509 and rules for making a pdf version of refcard.texi.
7510 * refcard.tex: Specify paper size for PDF output.
7511
ae21e955 75122007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7513
ae21e955 7514 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7515
3f94c067 75162007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7517
3f94c067
BW
7518 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7519 (Source Path, Character Sets, Macros, Define)
7520 (GDB/MI Result Records, GDB/MI Simple Examples)
7521 (GDB/MI Program Execution, GDB/MI File Commands)
7522 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7523 (Bug Reporting): Use @value{GCC}.
5ae4183a 7524
12c27660 75252007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7526
12c27660
BW
7527 * gdb.texinfo (Help): Fix formatting of examples.
7528 (Variables): Use @ifnotinfo instead of @iftex.
7529 (Non-debug DLL symbols): Use @ref instead of @pxref.
7530 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7531
ce9341a1
BW
75322007-03-26 Bob Wilson <bob.wilson@acm.org>
7533
7534 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7535
c8f4133a
BW
75362007-03-26 Bob Wilson <bob.wilson@acm.org>
7537
7538 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7539 the order of the nodes.
7540 (C Operators, C Constants, Debugging C): Remove extra menus.
7541 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7542
c8f4133a 75432007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7544
7545 * gdb.texinfo (File Options): Add missing parenthesis.
7546 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7547
c74d0ad8
DJ
75482007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7551
ff6f572f
DJ
75522007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7553
669fac23 7554 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7555 case insensitivity.
7556 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7557
994337c3
NR
75582007-02-18 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7561 (Files): Add section name to argument list for pxref.
7562 (Non-debug DLL symbols): Don't use `see' for pxref.
7563 (Embedded Processors): Fix typo.
7564 (GDB/MI Breakpoint Commands): Execution commands generate
7565 *stopped not ^done.
7566
eb819d70
NR
75672007-02-13 Nick Roberts <nickrob@snap.net.nz>
7568
7569 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7570 values for in_scope. Mention that only root variables can be
7571 updated.
7572 (GDB/MI Development and Front Ends): Explain new values may be
7573 added to existing fields.
7574
123dc839
DJ
75752007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.texinfo (-target-disconnect): Use @smallexample.
7578 (Requirements): Add anchor for Expat. Update description.
7579 (Target Descriptions): Mention Expat.
7580 (Target Description Format): Document new elements. Use
7581 @smallexample.
7582 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7583 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7584
108546a0
DJ
75852007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7586
7587 * gdb.texinfo (Target Description Format): Add section on XInclude.
7588
95a98c01
NR
75892006-02-03 Nick Roberts <nickrob@snap.net.nz>
7590
7591 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7592 command -enable-timings.
7593
f4b3909f
EZ
75942007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7595
5ae4183a 7596 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7597 descriptions for new/deleted elements in gdb_osabi. Add missing
7598 description for function generic_elf_osabi_sniff_abi_tag_sections.
7599
c7ba131e
JB
76002007-01-29 Joel Brobecker <brobecker@adacore.com>
7601
7602 * gdb.texinfo (Maintenance Commands): Add documentation for
7603 the new "maint print target-stack" command.
7604
3a60f64e
JK
76052007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7606 Eli Zaretskii <eliz@gnu.org>
7607
f4b3909f 7608 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7609
c582f8b6
EZ
76102007-01-26 Eli Zaretskii <eliz@gnu.org>
7611
7612 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7613 Use @value{NGCC} instead of @value{GCC}.
7614
d3e8051b
EZ
76152007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7616
7617 * agentexpr.texi: Fix typos.
7618 * annotate.texinfo: Likewise.
7619 * gdb.texinfo: Likewise.
7620 * gdbint.texinfo: Likewise.
7621 * observer.texi: Likewise.
7622 * stabs.texinfo: Likewise.
7623
86f04699
EZ
76242007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7625
7626 * gdbint.texinfo (Support Libraries): Remove mmalloc
7627 entry. Describe readline library.
7628
23181151
DJ
76292007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7630
7631 * gdb.texinfo (Target Descriptions): New section.
7632 (General Query Packets): Add QPassSignals anchor. Mention
7633 qXfer:features:read under qSupported. Expand mentions of
7634 qXfer:memory-map:read and QPassSignals. Document
7635 qXfer:features:read.
7636
f822c95b
DJ
76372007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7638
7639 * gdb.texinfo (Commands to specify files): Describe
7640 "set sysroot" and "show sysroot".
7641 (Using the `gdbserver' program): Lowercase argument
7642 to @var. Expand description of setting up GDB on the
7643 host.
7644
8936fcda
JB
76452007-01-05 Joel Brobecker <brobecker@adacore.com>
7646
7647 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7648 catch exception, catch exception unhandled, and catch assert
7649 commands.
7650
e776119f
DJ
76512007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7652
7653 * gdb.texinfo (Debugging Output): Document "set debug xml"
7654 and "show debug xml".
7655
aa79a185
DJ
76562007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7657
7658 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7659
7f893741
JB
76602007-01-01 Joel Brobecker <brobecker@adacore.com>
7661
7662 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7663
a1b5960f
VP
76642006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7665
7666 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7667 note in @ignore, to be removed later if nobody complains.
7668
9f470e6e
NR
76692006-12-04 Nick Roberts <nickrob@snap.net.nz>
7670
7671 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7672 of -var-delete.
7673
765dc015 76742006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7675
765dc015 7676 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7677 automatic software/hardware breakpoint usage and
7678 the "set breakpoint auto-hw" command.
765dc015 7679
4b5752d0
VP
76802006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7681
7682 * gdb.texinfo (Memory Access Checking): New.
7683
89be2091
DJ
76842006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7685
7686 * gdb.texinfo (Remote configuration): Mention
7687 "pass-signals-packet".
7688 (General Query Packets): Document QPassSignals. Fix
7689 a typo.
7690
ca3bf3bd
DJ
76912006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7692
7693 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7694
427c3a89
DJ
76952006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7696
7697 * gdb.texinfo (Remote configuration): Rewrite documentation for
7698 packet configuration commands.
7699 (OS Information): Adjust reference to qXfer:auxv:read.
7700 (General Query Packets): Remove references to read-aux-vector-packet
7701 and set remote get-thread-local-storage-address.
7702
7a107747
DJ
77032006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdbint.texinfo (Target Architecture Definition): Add new
7706 Initializing a New Architecture section.
7707
1c56eb0e
EZ
77082006-10-31 David Taylor <dtaylor@emc.com>
7709
7710 * stabs.texinfo (Macro define and undefine): New node describing
7711 stabs for #define and #undef.
7712
f73adfeb
AS
77132006-10-27 Andreas Schwab <schwab@suse.de>
7714
7715 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7716
fd60e0df
EZ
77172006-10-21 Eli Zaretskii <eliz@gnu.org>
7718
7719 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7720 clarify on the possible meanings of ``expression'' watched by
7721 watchpoints. Add indexing.
e5ac9b53
EZ
7722 (Prompting, Errors, Invalidation, Annotations for Running)
7723 (Source Annotations): Fix index entries by adding "annotation" to
7724 them, to discriminate from index entries that point to the more
7725 general topic descriptions.
fd60e0df 7726
52bb452f
DJ
77272006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7728
7729 * gdbint.texinfo (Target Vector Definition): Move most
7730 content into Existing Targets. Add a menu.
7731 (Existing Targets): New section, moved from Target Vector
7732 Definition. Use @subsection.
7733 (Managing Execution State): New section.
7734
58955e58
BW
77352006-10-16 Bob Wilson <bob.wilson@acm.org>
7736
7737 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7738
c8aa23ab
EZ
77392006-10-15 Eli Zaretskii <eliz@gnu.org>
7740
7741 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7742 (Command Syntax, Signals, Backtrace, Connecting)
7743 (Remote configuration, Renesas Boards, Console I/O): Fix last
7744 change: use Ctrl- instead of C-, except wrt Emacs.
7745 (File-I/O Examples): Put Ctrl-c in @kbd.
7746 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7747 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7748 (Signals, Set Breaks, Set Watchpoints): Document optional
7749 arguments to `info signals' `handle', `info breakpoints', and
7750 `info watchpoints'.
c8aa23ab 7751
e7109c7e
EZ
77522006-10-14 Eli Zaretskii <eliz@gnu.org>
7753
7754 * gdb.texinfo (Backtrace): Fix last change.
7755
de3aea7b
NR
77562006-10-14 Nick Roberts <nickrob@snap.net.nz>
7757
7758 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7759
7f9087cb
BW
77602006-10-10 Bob Wilson <bob.wilson@acm.org>
7761
c8aa23ab
EZ
7762 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7763 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7764 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7765
68437a39
DJ
77662006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7767 Daniel Jacobowitz <dan@codesourcery.com>
7768
7769 * gdb.texinfo (Packets): Document vFlashErase,
7770 vFlashWrite and vFlashDone packets.
7771 (General Query Packets): Document qXfer:memory-map:read.
7772 Add a new feature for qXfer:memory-map:read.
7773 (Memory map format): New section.
7774 (Target Commands): Mention that gdb can write flash.
7775
fd79ecee
DJ
77762006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7777 Daniel Jacobowitz <dan@codesourcery.com>
7778
7779 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7780 memory regions and "mem auto".
7781
350da6ee
DJ
77822006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7783
7784 * gdbint.texinfo (Array Containers): New section.
7785
2f1acb09
VP
77862006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7787
7788 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7789 -stack-list-arguments HIGH_FRAME argument can be larger then the
7790 actual number of frames.
7791
2ab1eb7a
VP
77922006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7793
7794 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7795 -stack-list-locals HIGH_FRAME argument can be larger then the
7796 actual number of frames.
2ab1eb7a 7797
599b237a
BW
77982006-09-02 Bob Wilson <bob.wilson@acm.org>
7799
7800 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7801 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7802
25ab7e6d
EZ
78032006-09-02 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdbint.texinfo (Overall Structure): New section "Source Tree
7806 Structure".
7807
940178d3
JB
78082006-08-17 Jim Blandy <jimb@codesourcery.com>
7809
7810 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7811 responses.
7812
30daae6c
JB
78132006-08-08 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdb.texinfo (Source Path): Add documentation for new
7816 substitute-path commands.
7817
7fa2210b
DJ
78182006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7819
7820 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7821 (Running Configure): ...here.
7822 (Requirements): New node. Mention expat.
7823
3d00d119
DJ
78242006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7825
5ae4183a 7826 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7827 'set download-write-size' and 'show download-write-size'.
7828
0cbfa4ee
DJ
78292006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7830
7831 * stabs.texinfo (Member Type Descriptor): Correct example for
7832 pointer to member types.
7833
16026cd7
AS
78342006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7835
7836 * gdb.texinfo (Optional warnings and messages): Add
7837 'set/show trace-commands'.
7838 (Command files): Add '-v' to source command.
7839
0876f84a
DJ
78402006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7841
7842 * gdb.texinfo (OS Information): Update qPart reference to
7843 qXfer.
7844 (Remote configuration): Likewise.
7845 (Overview): Move @cindex to the start of a paragraph. Talk
7846 about binary data encoding.
7847 (Packets): Refer to the overview for the details of the X
7848 packet encoding.
7849 (General Query Packets): Remove qPart description. Add qXfer
7850 description. Add an anchor to qSupported. Correct feature
7851 table title. Add a new feature for qXfer:auxv:read.
7852 (Interrupts): Add a missing parenthesis.
7853
2ec3381a
DJ
78542006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7855
669fac23 7856 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7857 (GDB/MI Kod Commands): Remove commented out node.
7858
594fe323
EZ
78592006-07-01 Eli Zaretskii <eliz@gnu.org>
7860
7861 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7862 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7863 (GDB/MI Thread Commands, GDB/MI Program Execution)
7864 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7865 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7866 (GDB/MI File Commands, GDB/MI Target Manipulation)
7867 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7868 since the MI prompt is hard-wired into the code.
7869
7e3fb70c
NR
78702006-07-01 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7873 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7874 (GDB/MI Data Manipulation): Remove description of unimplemented
7875 display related commands as variable objects perform this function
7876 and are superior: -display-delete, -display-disable,
7877 -display-enable, -display-insert and -display-list. Move
7878 -environment-cd, -environment-directory, -environment-path
7879 and -environment-pwd to "Program Context".
7880 (GDB/MI Program Control): Rename to "Program Execution". Move
7881 -exec-arguments -exec-abort to...
7882 (GDB/MI Program Context): ...here. New node split from "Data
7883 Manipulation".
7884
be2a5f71
DJ
78852006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7886
7887 * gdb.texinfo (Remote configuration): Document set / show
7888 remote supported-packets.
7889 (General Query Packets): Document qSupported packet.
7890
fc320d37
SL
78912006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7892
7893 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7894 and font markup.
7895 (Protocol basics): Likewise.
7896 (The F request packet): Likewise.
7897 (The F reply packet): Likewise.
7898 (Memory transfer): Move this node to be a subsubsection of
7899 "Protocol specific representation of datatypes".
7900 (The Ctrl-C message): More copy editing.
7901 (Console I/O): Likewise.
7902 (The isatty call): Delete this node, and merge its content into
7903 the "isatty" node. Fixed references elsewhere.
7904 (The system call): Delete this node, and merge its content into
7905 the "system" node. Fixed references elsewhere.
7906 (open): Reformat to use @table, and add appropriate font markup.
7907 (close): Likewise.
7908 (read): Likewise.
7909 (write): Likewise.
7910 (lseek): Likewise.
7911 (rename): Likewise.
7912 (unlink): Likewise.
7913 (stat/fstat): Likewise.
7914 (gettimeofday): Likewise.
7915 (isatty): Likewise.
7916 (system): Likewise, plus minor changes to fix confusing wording.
7917 (Integral datatypes): Fix font markup.
7918 (Pointer values): Likewise.
7919 (struct stat): Fix markup to use @table, plus minor copy editing.
7920 (struct timeval): Fix font markup, plus minor copy editing.
7921 (Constants): Minor copy editing.
7922 (Errno values): Add font markup.
7923 (File-I/O Examples): Likewise.
7924
158fdf5c
NR
79252006-06-10 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7928 (GDB/MI Simple Examples): Move node up one level. Use real
7929 examples.
7930 (GDB/MI Compatibility with CLI): Update.
7931 (GDB/MI Result Records): Add "connected" and "exit" result
7932 classes.
7933 (GDB/MI Stream Records): Clarify target output.
7934 (GDB/MI Command Description Format): Modify example description.
7935 (GDB/MI Breakpoint Table Commands): Rename to...
7936 (GDB/MI Breakpoint Commands): ...this
7937 (GDB/MI Breakpoint Commands): Add optional thread field.
7938 (GDB/MI Program Control): Add an introduction. Move "Program
7939 termination" examples into exec-run description.
7940 (GDB/MI File Commands): Mention similar CLI commands.
7941 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7942 is similar to "-gdb-version".
7943
ddb50cd7
EZ
79442006-06-09 Eli Zaretskii <eliz@gnu.org>
7945
7946 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7947
2aef0d6b
NR
79482006-06-02 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7951 sourceware.org for mailing lists.
d5e40d59 7952 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7953
383a5c52
NR
79542006-06-01 Nick Roberts <nickrob@snap.net.nz>
7955
d5e40d59 7956 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7957
e16b02ee
EZ
79582006-05-22 Eli Zaretskii <eliz@gnu.org>
7959
7960 * gdb.texinfo (Cygwin Native): Fix last change.
7961
be90c084
CF
79622006-05-22 Christopher Faylor <cgf@timesys.com>
7963
7964 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7965
347ceba5
NR
79662006-05-15 Nick Roberts <nickrob@snap.net.nz>
7967
7968 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7969 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7970
369af7bd
DJ
79712006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7972
7973 * gdb.texinfo (General Query Packets): Recommend not starting
7974 new packets with qC and clarify.
7975
2ffdbde8 79762006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7977
7978 * gdb.texinfo (M2 Types): New section.
72019c9c 7979
16d1a084
DJ
79802006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7981
7982 * agentexpr.texi: Add a copyright and license notice.
7983 * observer.texi: Likewise, with GPL clause for function prototypes.
7984 Remove trailing whitespace.
7985
aa56d27a
JB
79862006-05-05 Jim Blandy <jimb@codesourcery.com>
7987
7988 * gdb.texinfo (General Query Packets): Document conventions for
7989 terminating packet names, and their violations.
7990
5bdf8622
DJ
79912006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7992
7993 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7994 * gdb.texinfo: Likewise.
7995
605a56cb
DJ
79962006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7997
7998 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7999 and "show remotedebug".
8000 (Debugging Output): Add additional index entries.
8001
b8db102d
MS
80022006-04-27 Michael Snyder <msnyder@redhat.com>
8003
8004 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8005
c5e30d01
AC
80062006-04-22 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8009 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8010
8181d85f
DJ
80112006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8012
8013 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8014 and remove breakpoint prototypes.
8015 (Watchpoints): Move description of target_insert_hw_breakpoint and
8016 target_remove_hw_breakpoint ...
8017 (Breakpoints): ... to here. Document target_insert_breakpoint and
8018 target_remove_breakpoint.
8019
4f553f88
JB
80202006-04-17 Jim Blandy <jimb@codesourcery.com>
8021
8022 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8023 and C packets are optional.
8024
cd852561
FR
80252006-04-14 Frederic Riss <frederic.riss@st.com>
8026
8027 * gdb.texinfo (Specifying source directories): Update the description
8028 of the source file search to reflect the fact that the source path
8029 always contains at least $cdir and $cwd.
8030
b620eb07
MS
80312006-03-31 Michael Snyder <msnyder@redhat.com>
8032
8033 * gdb.texinfo: Update copyright dates.
8034
3156cdaf
EZ
80352006-03-31 Eli Zaretskii <eliz@gnu.org>
8036
8037 * gdb.texinfo (Overview): Add an index entry to "empty response".
8038
7d30c22d
JB
80392006-03-28 Jim Blandy <jimb@codesourcery.com>
8040
8041 * gdbint.texinfo (Prologue Analysis): New section.
8042
86941c27
JB
80432006-03-07 Jim Blandy <jimb@red-bean.com>
8044
66b8c7f6
JB
8045 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8046
1a10341b
JB
8047 * gdb.texinfo (Target Commands): Update text describing how to
8048 specify a target. Refer to the detailed section on remote
8049 debugging, not the brief mention.
8050
86941c27
JB
8051 * gdb.texinfo (Connecting): Organize the different 'target remote'
8052 connection methods into a table. Add a 'target remote' index
8053 entry. (!!!)
8054
62f3a2ba
FF
80552006-02-17 Fred Fish <fnf@specifix.com>
8056
8057 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8058 'ptype' commands to reflect the fact that the only significant
8059 difference between them is that ptype prints the complete type
8060 description instead of just the name.
8061
8b9a88ea
WZ
80622006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8063
8064 * gdbint.texinfo (Watchpoints): Delete
8065 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8066
7e8dc855
NR
80672006-02-10 Nick Roberts <nickrob@snap.net.nz>
8068
8069 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8070 times fields where needed. Fix typos. Update general form given
8071 for output of -break-insert.
8072 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8073
c91d38aa
DJ
80742006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8075
8076 * gdbint.texinfo (Symbol Handling): Add a section
8077 on memory management.
8078
38fcd64c
DJ
80792006-02-06 Vladimir Prus <ghost@cs.msu.su>
8080
8081 * gdb.texinfo (Breakpoint table commands): Document the fullname
8082 field in -break-list output.
8083
219eec71
EZ
80842006-02-03 Eli Zaretskii <eliz@gnu.org>
8085
8086 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8087 debugging information produced by the various "set debug..."
8088 options.
8089
ae5a43e0
DJ
80902006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * gdb.texinfo (Files): Remove obsolete bits from the description
8093 of "symbol-file".
8094
a9f158ec
JB
80952006-01-25 Jim Blandy <jimb@redhat.com>
8096
8097 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8098
410dd08e
JB
80992006-01-24 Jim Blandy <jimb@redhat.com>
8100
8101 * gdbint.texinfo (Frames): Document the basics of GDB's register
8102 unwinding model, and explain the existence of the "sentinel" frame.
8103
4b505b12
AS
81042006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8105
8106 * gdb.texinfo (Choosing files): Mention that -directory is used
8107 for script files.
8108 (Specifying source directories): Likewise.
8109 (Command files): Explain how script files are found.
8110
839c27b7
EZ
81112006-01-21 Eli Zaretskii <eliz@gnu.org>
8112
8113 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8114 the threads in a multi-threaded program.
8115 (Threads): The threadno argument of "thread apply" can be a range
8116 of numbers.
8117
7be93b9e
JB
81182006-01-18 Jim Blandy <jimb@redhat.com>
8119
8120 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8121 of warning flags.
8122
fcc73fe3
EZ
81232006-01-13 Eli Zaretskii <eliz@gnu.org>
8124
8125 * gdb.texinfo (Sequences): Improve menu annotations.
8126 (Define): Add index entries for arguments of user-defined
8127 commands. Move the description of flow-control commands...
8128 (Command Files): ...to here. Document loop_break and
8129 loop_continue.
ca91424e
EZ
8130 (Define, Command Files): Document `end' and add index entries for
8131 it.
fcc73fe3 8132
5c95884b
MS
81332006-01-04 Michael Snyder <msnyder@redhat.com>
8134
8135 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8136 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8137
860701dc
PH
81382006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8139
8140 * gdb.texinfo (Omissions from Ada): Document that there is now
8141 limited aggregate support.
8142
36b80e65
EZ
81432005-12-28 Eli Zaretskii <eliz@gnu.org>
8144
8145 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8146 registers and the likes.
8147
c1468174
EZ
81482005-12-24 Eli Zaretskii <eliz@gnu.org>
8149
8150 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8151 (Symbols): Fix usage of "e.g.".
359df76b 8152 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8153
8154 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8155 (Coding): Fix usage of "e.g.".
8156
c02a867d
EZ
81572005-12-23 Eli Zaretskii <eliz@gnu.org>
8158
5ae4183a
AS
8159 * stabs.texinfo:
8160 * refcard.tex:
c02a867d 8161 * gpl.texi:
5ae4183a
AS
8162 * gdbint.texinfo:
8163 * gdb.texinfo:
8164 * gdb-cfg.texi:
c02a867d 8165 * fdl.texi:
5ae4183a
AS
8166 * annotate.texinfo:
8167 * all-cfg.texi:
c02a867d
EZ
8168 * Makefile.in: Add (C) after Copyright. Update the FSF
8169 address.
8170
fad38dfa
EZ
81712005-12-03 Eli Zaretskii <eliz@gnu.org>
8172
8173 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8174 extend GDB with commands for external monitor.
8175
53e5f3cf
AS
81762005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8177
8178 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8179
55f6ca0f
JB
81802005-11-25 Joel Brobecker <brobecker@adacore.com>
8181
8182 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8183
c1947b85
JB
81842005-11-21 Jim Blandy <jimb@redhat.com>
8185
8186 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8187 placement of 'R' actions in tracepoint action packets; document
8188 dependence of 'X' and 'M' actions on a preceding 'R' action for
8189 their registers.
8190
9d29849a
JB
81912005-11-19 Jim Blandy <jimb@redhat.com>
8192
8193 * gdb.texinfo (Tracepoint Packets): New node.
8194 (General Query Packets): Add entries for the tracepoint packets,
8195 referring to the "Tracepoint Packets" node.
8196 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8197
9a6253be
KB
81982005-11-18 Kevin Buettner <kevinb@redhat.com>
8199
8200 * gdb.texinfo (set remotebreak): Add anchor.
8201 (X packet): Likewise.
8202 (Remote Protocol): Add new section `Interrupts' and new index
8203 entry `interrupts (remote protocol)'.
8204
5f3bebba
JB
82052005-11-18 Jim Blandy <jimb@redhat.com>
8206
8207 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8208 entries into the General Query Packets section. Add a
8209 cross-reference to that section. Drop description of replies, as
8210 these are covered in the descriptions of each packet.
8211 (General Query Packets): Add introductory text. Explain naming
8212 conventions, and how the end of a name is recognized.
8213
9a7a1b36
KB
82142005-11-17 Kevin Buettner <kevinb@redhat.com>
8215
0564b6cf 8216 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8217 "set remotebreak" command.
8218
b8ff78ce
JB
82192005-11-16 Jim Blandy <jimb@redhat.com>
8220
8221 * gdb.texinfo (Packets, Stop Reply Packets)
8222 (General Query Packets): Various formatting cleanups.
8223 - Use @samp for packet contents.
8224 - Drop summaries from packet @item lines; the same information appears
8225 immediately below in the description.
8226 - Delete paragraph breaks after packet @item commands, so that the
8227 description appears directly to the right of the packet prototype
8228 in the printed manual, if it fits.
8229 - Place spaces in packet prototypes between @vars and non-@var
8230 letters, and explain that they're just for formatting.
8231 - Use @dots{} instead of '...'.
8232 - Fix uses of @code where @var was needed.
8233 - Replace "deprecated" markers with English text spelling out the
8234 packet's status and the preferred alternatives.
8235 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8236 what this ever meant.
8237 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8238 this for a long time.
8239 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8240 implemented several times, and have been in use for years.
8241
8ffe2530
JB
82422005-11-15 Jim Blandy <jimb@redhat.com>
8243
c43c5473
JB
8244 * gdb.texinfo (Packets): Add index entries for 'm' packet
8245 disclaimers.
5ae4183a 8246
fb031cdf
JB
8247 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8248 of stub when processing an 'm' packet.
8249
8ffe2530
JB
8250 * gdb.texinfo (Packets): Mention that packets beginning with
8251 letters are reserved once, at the top, instead of actually listing
8252 them all and saying "reserved".
8253
c03c782f
AS
82542005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8255
8256 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8257 Change @var{$arg0 to @code{$arg0.
8258
814e32d7
WZ
82592005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8260
8261 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8262
fa93a9d8
JB
82632005-11-12 Jim Blandy <jimb@redhat.com>
8264
8265 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8266 order. Remove extraneous 'z'.
8267
8a5a3c82
AS
82682005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8269
8270 * gdb.texinfo (Choosing files): Add --eval-command.
8271
4b0ad762
AS
82722005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8273
8274 * gdb.texinfo (Choosing modes): Add --return-child-result.
8275
8276
1a088d06
AS
82772005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8278
8279 * gdb.texinfo (Choosing modes): Add --batch-silent.
8280
656d5e12
EZ
82812005-10-28 Eli Zaretskii <eliz@gnu.org>
8282
8283 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8284 "The -var-update Command".
8285
3c9c013a
JB
82862005-10-03 Joel Brobecker <brobecker@adacore.com>
8287
8288 * gdb.texinfo (Print Settings): Add documentation for set/show
8289 print array-indexes.
8290
7ba3cf9c
DJ
82912005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8292
8293 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8294 6.2 and 6.3.
8295
a94ab193
EZ
82962005-08-27 Eli Zaretskii <eliz@gnu.org>
8297
8298 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8299 since 19-Jan-2004.
8300 (Files): Likewise.
ab1adacd
EZ
8301 (Variables, Symbols): Document the "<incomplete type>" message and
8302 its reasons.
a94ab193 8303
ca06016a
FF
83042005-08-01 Fred Fish <fnf@specifix.com>
8305
8306 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8307
cf58170d
NR
83082005-07-15 Nick Roberts <nickrob@snap.net.nz>
8309
8310 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8311 option for -var-list-children and -var-update.
8312 (GDB/MI Stack Manipulation): Simplify description of
8313 print-values option for -stack-list-locals.
8314 (GDB/MI Command Description Format): Clarify.
8315 (Mode Options): Spelling of superseded.
8316
38f1196a
BR
83172005-07-12 Bob Rossi <bob@brasko.net>
8318
8319 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8320 corresponding GDB command comment.
8321
3cb3b8df
BR
83222005-07-06 Bob Rossi <bob@brasko.net>
8323
8324 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8325 and -inferior-tty-show.
8326 (Input/Output): Document "set/show inferior-tty" and tty alias.
8327
10fac096
NW
83282005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8329
8330 * gdb.texinfo (Packets): Change description of 'D' packet to note
8331 that GDB does wait for a response.
8332
d1b6db76
NR
83332005-06-22 Nick Roberts <nickrob@snap.net.nz>
8334
8335 * gdb.texinfo (History) Rename "Command History".
8336 (Command History): Move node "Server Prefix" from section on
8337 Annotations here.
8338
29629dcf
NR
83392005-06-19 Nick Roberts <nickrob@snap.net.nz>
8340
8341 * gdb.texinfo (GDB/MI Stack Manipulation):
8342 Re-instate -stack-info-frame with example. Say that it gets
8343 info on selected frame, not current frame.
8344
397ca115
EZ
83452005-06-18 Eli Zaretskii <eliz@gnu.org>
8346
8347 * gdb.texinfo (Server): Clarify that `file' should be used before
8348 connecting to the server.
8349 (Files): Add an xref to the above description.
51274035
EZ
8350 (Output Formats): More detailed description of the `c' format.
8351 (Memory): List explicitly all the formats supported by `x'.
638ac427 8352 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8353 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8354 files. Add more indexing for solib-absolute-prefix and
8355 --with-sysroot.
76d17f34
EZ
8356 (Machine Code): Document possible problems with locations in
8357 shared libraries.
d416eeec
EZ
8358 (Backtrace): Document that free-standing environments do not need
8359 to have a `main' function.
397ca115 8360
74f6deaa
NR
83612005-06-18 Nick Roberts <nickrob@snap.net.nz>
8362
8363 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8364 -stack-info-frame.
8365
a9967aef
AC
83662005-06-07 Andrew Cagney <cagney@gnu.org>
8367
8368 * gdb.texinfo (Contributors): Note the original multi-arch
8369 contributors.
8370
e09f16f9
EZ
83712005-06-03 Eli Zaretskii <eliz@gnu.org>
8372
8373 * gdb.texinfo (Registers): Add index entries for the standard
8374 registers.
8375 (Frames): Add cross-reference from frame pointer description to
8376 the Registers node.
8377 (Annotations Overview): Fix the reference to GDB name.
8378
d87ba7ee
EZ
83792005-06-01 Eli Zaretskii <eliz@gnu.org>
8380
8381 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8382 can-use-hw-watchpoints.
8383
034dad6f
BR
83842005-05-28 Bob Rossi <bob@brasko.net>
8385
8386 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8387 the possible reasons why an exec async record would be returned to FE.
8388
ffed4509
AC
83892005-05-26 Andrew Cagney <cagney@gnu.org>
8390
8391 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8392 Andrew Cagney implemented the original GDB/MI.
8393
e22e55c9
OF
83942005-05-23 Orjan Friberg <orjanf@axis.com>
8395
8396 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8397 documentation. Add documentation for cris-mode.
8398
a78e13ce
EZ
83992005-05-20 Eli Zaretskii <eliz@gnu.org>
8400
8401 * gdb.texinfo (Numbers): Explain the example and make the wording
8402 more acurate.
8403
76ff342d
DJ
84042005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8405 Dennis Brueni <dennis@slickedit.com>
8406
8407 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8408 (GDB/MI Data Manipulation, GDB/MI Program Control)
8409 (GDB/MI Stack Manipulation): Update examples to include the fullname
8410 attribute in stack frames.
8411
119b882a
EZ
84122005-05-12 Eli Zaretskii <eliz@gnu.org>
8413
8414 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8415 do with other non-standard names of init files.
8416
6fc08d32
EZ
84172005-05-11 Eli Zaretskii <eliz@gnu.org>
8418
8419 * gdb.texinfo (Command Files): Move the description of the startup
8420 from here...
8421 (Startup): ...to this new subsection of the Invocation chapter.
8422 Rearrange the description of init files more logically and add a
8423 cross-reference to "Command Files". Document the special gdbinit
8424 name for CISCO 68k. Expand the description of what GDB does
8425 during startup.
8426 (History): Add index entry for HISTSIZE.
8427
a561754a
MK
84282005-05-02 Mark Kettenis <kettenis@gnu.org>
8429
8430 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8431
2eecc4ab
EZ
84322005-05-02 Eli Zaretskii <eliz@gnu.org>
8433
8434 * gdb.texinfo (SVR4 Process Information, The isatty call)
8435 (The system call): Don't use foo(N) notation for man pages and
8436 functions.
514c4d71 8437 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8438
18999be5
EZ
84392005-04-27 Eli Zaretskii <eliz@gnu.org>
8440
8441 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8442 were optimized away.
8443
0abb7bc7
EZ
84442005-04-22 Eli Zaretskii <eliz@gnu.org>
8445
8446 * gdb.texinfo (Remote configuration): Document "set/show
8447 get-thread-local-storage-address". Add cross-reference to the
8448 description of the qGetTLSAddr packet.
8449 (General Query Packets): Mention "set remote
8450 get-thread-local-storage-address" and add a reference to its
8451 description.
8452
6f61acb1
NR
84532005-04-19 Nick Roberts <nickrob@snap.net.nz>
8454
8455 * gdb.texinfo (Backtrace): Describe 'bt full'.
8456
9d59903a
NR
84572005-04-17 Nick Roberts <nickrob@snap.net.nz>
8458
8459 * gdb.texinfo (Mode Options): Fix typo.
8460 (GDB/MI): Describe how to invoke GDB/MI.
8461
721c2651
EZ
84622005-04-16 Eli Zaretskii <eliz@gnu.org>
8463
8464 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8465 references changed. Add description of "info udot".
721c2651
EZ
8466 (Files): Document "set/show stop-on-solib-events".
8467 (M32R/D): Document "set/show download-path", "set/show
8468 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8469 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8470 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8471 (Maintenance Commands): Improve indexing.
8472 (Target Commands): Document "set/show hash", "set/show debug
8473 monitor".
8474 (SVR4 Process Information): Document "info pidlist" and "info
8475 meminfo". Document "set/show procfs-tarce" and "set/show
8476 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8477 (Symbols, The Print Command with Objective-C): Improve indexing.
8478 (Objective-C): Add references to "info classes" and "info
8479 selectors".
c45da7e6
EZ
8480 (Debugging Output): Improve wording. Document "set/show debug
8481 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8482 (Set Breaks): Add index entry for "hardware breakpoints".
8483 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8484 and "set/show usehardbreakpoints".
8485 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8486 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8487 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8488 rdiromatzero", "set/show rdiheartbeat".
8489 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8490 "sds".
8491 (Embedded Processors): Document the "sim" command.
8492 (Remote): Document the "remote" command.
8493 (DJGPP Native): Document the "info serial" command.
8494 (Threads): Document "maint info sol-threads".
8495 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8496 (Set Breaks): Improve indexing.
8497 (Command Syntax): Add a reference to dont-repeat.
8498 (Define): Document "dont-repeat".
8499 (TUI Commands): Document "tabset".
8500 (WinCE): New subsection. Document "set/show remotedirectory",
8501 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8502
14d6dd68
EZ
85032005-04-15 Eli Zaretskii <eliz@gnu.org>
8504
8505 * gdb.texinfo (Hurd Native): New subsection, documents
8506 Hurd-specific commands.
a64548ea 8507 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8508 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8509 (MIPS): Improve documentation of heuristic-fence-post. Document
8510 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8511 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8512 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8513 (ARM): Document ARM-specific commands.
a64548ea
EZ
8514 (AVR): New section. Document "info io_registers".
8515 (CRIS): New section. Document "set/show cris-version" and
8516 "set/show cris-dwarf2-cfi".
8517 (HPPA): New section. Document "set/show debug hppa" and "maint
8518 print unwind".
a5adf40f 8519 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8520 (Super-H): New section. Document the "regs" command.
721c2651 8521 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8522
9c16f35a
EZ
85232005-04-09 Eli Zaretskii <eliz@gnu.org>
8524
8525 * gdb.texinfo (Print Settings): Document "set/show print
8526 pascal_static-members", "set print repeats", "show print
8527 null-stop". Improve indexing. Fix documentation of "set print
8528 union".
8529 (Pascal): New section.
8530 (Supported languages): Rename from "Support"; all references
8531 updated. Add a menu item for Pascal.
8532 (Numbers): Document "set radix.
8533 (Screen Size): Document "set/show pagination".
8534 (MIPS Embedded): Remove "set processor" documentation.
8535 (Remote configuration): Document "set/show X/P/Z-packet",
8536 "set/show read-aux-vector-packet", "set/show remote
8537 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8538 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8539 remotedebug", "set/show remotebreak", "set/show remotedevice",
8540 "set/show remotelogfile".
8541 (Auxiliary Vector): Add reference to the description of the
8542 read-aux-vector-packet setting.
8543 (Set Watchpoints): Add a cross-reference to "set remote
8544 hardware-breakpoint-limit".
8545 (General Query Packets): Add indexing of requests and
8546 cross-references to related commands in "Remote configuration".
8547 (File-I/O Overview, The system call): Fix wording and typos.
8548 (Thread Stops): Add index entries.
8549 (Continuing and Stepping): Document "show step-mode".
8550 (i386): New node. Document "set/show struct-convention".
8551 (Files): Document "show trust-readonly-sections".
8552 (Calling): Document "set/show unwindonsignal".
8553 (Messages/Warnings): Add index entries.
8554 (Maintenance Commands): Document "set/show watchdog".
8555 (Annotations Overview): Document "show annotate".
8556 (Set Watchpoints): Add index entries.
8557 (Symbols): Fix doc of case-sensitive.
8558 (ABI): Document "show coerce-float-to-double".
8559 (Convenience Vars, Help): Improve indexing.
8560 (Machine Code): Document "show disassembly-flavor".
8561 (Debugging C plus plus): Document "show overload-resolution".
8562 (Value History, Signaling): Add index entries.
8563
85642005-04-08 Eli Zaretskii <eliz@gnu.org>
8565
8566 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8567 (Processes): Fix wording.
8568 (History, List, Logging output, Define, Symbols, Print Settings):
8569 Improve indexing.
8570
a8f24a35
EZ
85712005-04-03 Eli Zaretskii <eliz@gnu.org>
8572
8573 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8574 redundant index entry for "target" command.
8575 (Backtrace): Add index entries.
8576 (Symbols, Fortran): Document the "set case-sensitive" command.
8577 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8578 (Print Settings): Add index entry for "set demangle-style".
8579 (Target Commands): Document "set download-write-size".
8580 (Debugging Output): Document "set exec-done-display".
8581
09d4efe1
EZ
85822005-04-02 Eli Zaretskii <eliz@gnu.org>
8583
8584 * gdb.texinfo (Files): Fix the name and documentation of
8585 add-shared-symbol-files. Document its alias assf. Update the
8586 list of OSs where GDB supports shared libraries. Fix markup.
8587 (Continuing and Stepping): Add reference to @var{location} in the
8588 text.
8589 (Dump/Restore Files): Fix reference to @{filename}.
8590 (Help): Fix wording.
8591 (Attach): Ditto.
8592 (Set Watchpoints): Ditto.
8593 (Backtrace): Remove redundant index entries. Improve index
8594 entries.
8595 (Delete Breaks): Fix wording.
8596 (Memory): Document the compare-sections command.
8597 (Memory Region Attributes): Improve wording.
8598 (Disabling): Improve wording.
8599 (Fortran): New subsection. Document the "info common" command.
8600 (Help): Document aliases "info copying" and "info warranty".
8601 (Caching Remote Data): New section. Document the "set/show
8602 remotecache" and "info dcache" commands.
8603 (Show): Fix wording of the documentation of the "set
8604 extension-language" command.
8605 (Signals): Add index entry for "info handle".
8606 (Memory Region Attributes): Fix punctuation.
8607 (Symbols): Change the arg name to "location" and refer to it in
8608 the text. Fix wording of "info types" doc.
8609 (Threads): Fix usage of @enumerate @item's.
8610 (Listing Tracepoints): Add index entry for "info tp".
8611 (Set Watchpoints): Add xref to "info break" description.
8612 (Macros): Add an index entry for "macro exp1". Document the
8613 "macro list" command.
8614 (Maintenance Commands): Document "flushregs", "maint agent",
8615 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8616 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8617 "maint print architecture", "maint print objfiles", "maint print
8618 statistics", "maint print type", "maint show-debug-regs", "maint
8619 space", "maint time", and "maint translate-address".
8620 (Connecting): Document the "monitor" command.
8621 (Annotations Overview): Describe the "set annotate" command.
8622
82f2d802
EZ
86232005-04-01 Eli Zaretskii <eliz@gnu.org>
8624
8625 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8626 Rearrange index entries and improve wording about support for
8627 hardware watchpoints.
8628
7d51c7de
BR
86292005-03-10 Bob Rossi <bob@brasko.net>
8630
8631 * gdb.texinfo: Update copyright
8632
68c71a2e
TR
86332005-02-09 Theodore A. Roth <troth@openavr.org>
8634
8635 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8636 error.
8637
83761cbd
KB
86382005-02-03 Kevin Buettner <kevinb@redhat.com>
8639
8640 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8641
9f1c6395
MS
86422005-01-17 Michael Snyder <msnyder@redhat.com>
8643
8644 * gdb.texinfo: Fix spelling, infinte -> infinite.
8645
fbd1b305
MK
86462005-01-08 Mark Kettenis <kettenis@gnu.org>
8647
8648 * observer.texi (GDB Observers): Document "solib_loaded".
8649
3ace7edb
AC
86502005-01-07 Andrew Cagney <cagney@gnu.org>
8651
bec39cab
AC
8652 * configure.ac: Rename configure.in, require autoconf 2.59.
8653 * configure: Re-generate.
8654
3ace7edb
AC
8655 * configure.in: Replace configdirs with multiple references to
8656 AC_CONFIG_SUBDIRS.
8657 * configure: Re-generate.
5ae4183a 8658
53531fc1
AC
86592005-01-04 Andrew Cagney <cagney@gnu.org>
8660
8661 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8662 part of the version number.
8663
536ffdb7
MK
86642004-12-24 Mark Kettenis <kettenis@gnu.org>
8665
8666 * gdbint.texinfo (Algorithms): Remove description of
8667 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8668
e1aac25b
JB
86692004-12-07 Jim Blandy <jimb@redhat.com>
8670
8671 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8672 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8673 numbers.
8674
f47b1503
AS
86752004-12-07 Andreas Schwab <schwab@suse.de>
8676
8677 * gdb.texinfo (Mode Options): Document -l option.
8678
b6b8ece6
EZ
86792004-12-04 Eli Zaretskii <eliz@gnu.org>
8680
8681 * gdbint.texinfo (Algorithms): More accurate description of
8682 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8683 is not needed unless data-read and data-access watchpoints are
8684 supported. Add a description of how GDB checks whether the
8685 inferior stopped because a watchpoint was hit.
8686
01371747
EZ
86872004-11-23 Eli Zaretskii <eliz@gnu.org>
8688
8689 * gdb.texinfo (Files): Add cross-reference to description of
8690 -readnow command-line switch.
8691
2315ffec
RC
86922004-11-10 Randolph Chung <tausq@debian.org>
8693
8694 * gdb.texinfo: Document set/show backtrace past-entry commands.
8695 Rearrange index entries for set/show backtrace past-main.
8696
69065f5d
AC
86972004-11-10 Jon Beniston <jon@beniston.com>
8698
8699 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8700 * gdb.texinfo (Remote Serial Protocol): Further describe
8701 binary transfer escaping mechanism .
69065f5d 8702
30e91e0b
RC
87032004-11-08 Randolph Chung <tausq@debian.org>
8704
8705 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8706 and "show debug infrun". Add index entries.
8707
60bf7e09
EZ
87082004-10-23 Eli Zaretskii <eliz@gnu.org>
8709
8710 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8711 "info proc" that are already implemented. Add index entries.
8712 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8713 (Files): Add a tip for decreasing memory used for symtabs from
8714 shared libraries.
f018e82f
EZ
8715 (Starting): Fix whitespace; make "elaboration" stand out where it
8716 is first used, and add an index entry for the term.
f8568604
EZ
8717 (Calling): Expand and elaborate text. Add "print". Add the
8718 description of problems with weak aliases.
384ee23f 8719 (Core File Generation): New section.
60bf7e09 8720
d52fe014
AC
87212004-10-12 Andrew Cagney <cagney@gnu.org>
8722
8723 * gdbint.texinfo (Versions and Branches): New chapter.
8724 (Releasing GDB): Delete "Versions and Branches" section.
8725 (Top): Add "Versions and Branches".
8726
703663ab
EZ
87272004-10-08 Eli Zaretskii <eliz@gnu.org>
8728
8729 * gdb.texinfo (Editing, History): Add cross-references to the
8730 included Readline and History user documentation. Remove
8731 references to the symbol have-readline-appendices which is unused
8732 and undefined.
8733 (History): Fix indexing.
8734
ac77d04f
JJ
87352004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8736
8737 * gdbint.texinfo (target_stopped_data_address): Update to
8738 new prototype.
8739 (i386_stopped_data_address): Update prototype and description.
8740 (i386_stopped_by_watchpoint): New function and description.
8741
e07c999f
PH
87422004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8743
8744 * gdb.texinfo (Filenames): Add Ada suffixes.
8745 (Ada) New section.
8746
2e868123
AC
87472004-09-27 Andrew Cagney <cagney@gnu.org>
8748 Robert Picco <Robert.Picco@hp.com>
8749
8750 * gdb.texinfo (Packets): Document the "p" packet.
8751
02a57714
JM
87522004-09-21 Jason Molenda (jmolenda@apple.com)
8753
8754 * gdb.texinfo (Paths and Names of the Source Files): Document the
8755 meaning of values in the 'desc' field of a SO stab.
8756
ae038cb0
DJ
87572004-09-20 Daniel Jacobowitz <dan@debian.org>
8758
8759 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8760 max-cache-age" and "maint show dwarf2 max-cache-age".
8761
f7dc1244
EZ
87622004-09-16 Eli Zaretskii <eliz@gnu.org>
8763
8764 * gdb.texinfo (Set Breaks): Add index entry for setting
8765 breakpoints on overloaded C++ functions that are not members of
8766 any classes. Add an example and an index entry for setting
8767 breakpoints on all program functions.
8768 (Character Sets, Macros, Overlay Commands)
8769 (Non-debug DLL symbols, GDB/MI Output Syntax)
8770 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8771 Use "(@value{GDBP})" instead of a literal "(gdb)".
8772
f810308b
AC
87732004-09-12 Andrew Cagney <cagney@gnu.org>
8774
8775 * gdbint.texinfo (Native Debugging): Delete description of
8776 FILES_INFO_HOOK.
8777
15a661f3
PH
87782004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8779
5ae4183a
AS
8780 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8781 to hex_string_custom (not historically correct, but more
15a661f3
PH
8782 understandable, given the current code).
8783
f3219c75
AC
87842004-09-03 Andrew Cagney <cagney@gnu.org>
8785
8786 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8787
f3bb6704
JJ
87882004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8789
8790 * observer.texi (solib_unloaded): New observer.
8791
8d2c00cb
AC
87922004-08-24 Andrew Cagney <cagney@gnu.org>
8793
8794 * gdbint.texinfo (Target Architecture Definition): Add missing
8795 comma.
8796
e7dc800a
MC
87972004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8798
8799 * (Using the Testsuite): build != host is supported,
8800 but some test scripts do not support build != host.
8801
73b03683
MK
88022004-08-14 Mark Kettenis <kettenis@gnu.org>
8803
8804 * gdbint.texinfo (Host Definition): Delete description of
8805 FCLOSE_PROVIDED and GETENV_PROVIDED.
8806
c0ccb908
MK
88072004-08-05 Mark Kettenis <kettenis@chello.nl>
8808
8809 * gdbint.texinfo (Host Definition): Delete description of
8810 NO_SYS_FILE.
8811 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8812 PTRACE_FP_BUG.
8813
9c8dbfa9
AC
88142004-08-05 Andrew Cagney <cagney@gnu.org>
8815
8816 * gdbint.texinfo (Target Architecture Definition): Delete
8817 reference to deprecated_read_fp.
8818
f42accbe
AC
88192004-08-02 Andrew Cagney <cagney@gnu.org>
8820
8821 * gdbint.texinfo (Target Architecture Definition): Delete
8822 description of DEPRECATED_REGISTER_BYTES.
8823
0b66e38c
EZ
88242004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8825
8826 * gdb.texinfo (Source Path): Document the new behavior of
8827 searching for the source files.
8828
15387254
EZ
88292004-07-17 Eli Zaretskii <eliz@gnu.org>
8830
8831 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8832 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8833 (Auto Display): Improve indexing.
8834
2c07db7a
AC
88352004-07-16 Andrew Cagney <cagney@gnu.org>
8836
8837 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8838 "-noasync".
8839
4644b6e3
EZ
88402004-07-09 Eli Zaretskii <eliz@gnu.org>
8841
8842 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8843 have the same prefix have only their prefix in the index.
8844
7561d450
MK
88452004-07-03 Mark Kettenis <kettenis@gnu.org>
8846
8847 * gdb.texinfo (BSD libkvm Interface): New node (section)
8848 (Native): Add it to the menu.
8849
67bebe79
MK
88502004-07-01 Mark Kettenis <kettenis@gnu.org>
8851
8852 * gdbint.texinfo (Target Architecture Definition): Remove
8853 PCC_SOL_BROKEN.
8854
1a6923e0
MK
88552004-06-24 Mark Kettenis <kettenis@gnu.org>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Remove
8858 SUN_FIXED_LBRAC_BUG.
8859
b435e160
AC
88602004-06-26 Andrew Cagney <cagney@gnu.org>
8861
8862 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8863
b5622e8d
AC
88642004-06-20 Andrew Cagney <cagney@gnu.org>
8865
8866 * gdbint.texinfo (Target Architecture Definition): Deprecate
8867 USE_STRUCT_CONVENTION.
8868
e0c07bf0
MC
88692004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8870
8871 gdb.texinfo (Bug Reporting): Mention session recording,
8872 with the script command or Emacs.
8873
782263ab
AC
88742004-06-18 Andrew Cagney <cagney@gnu.org>
8875
8876 * gdbint.texinfo (Target Architecture Definition): Deprecate
8877 FUNCTION_START_OFFSET.
8878
03727ca6
AC
88792004-06-14 Andrew Cagney <cagney@gnu.org>
8880
8881 Based on changes from Karl Berry.
8882 * gdb.texinfo: Do not use @sc in a direntry.
8883 * stabs.texinfo: Change @dircateogry to "Software development".
8884 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8885
97092415
AC
88862004-06-13 Andrew Cagney <cagney@gnu.org>
8887
8888 * gdbint.texinfo (Target Architecture Definition): Delete
8889 description of RETURN_VALUE_ON_STACK.
8890
1f6d4158
AC
88912004-06-09 Andrew Cagney <cagney@gnu.org>
8892
8893 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8894 deleted by previous patch.
8895
d966f0cb
AC
88962004-06-08 Andrew Cagney <cagney@gnu.org>
8897
8898 * gdbint.texinfo (Native Debugging): Delete documentation on
8899 ATTACH_DETACH.
8900
86fe4aaa
RC
89012004-06-06 Randolph Chung <tausq@debian.org>
8902
8903 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8904
d4b6d575
RC
89052004-06-06 Randolph Chung <tausq@debian.org>
8906
5ae4183a 8907 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8908 the new push_dummy_call method signature. Describe the function
8909 argument.
8910
4e8b0763
JB
89112004-05-24 Joel Brobecker <brobecker@gnat.com>
8912
8913 * gdb.texinfo (Starting): Document new start command.
8914
59caf092
AC
89152004-05-21 Andrew Cagney <cagney@redhat.com>
8916
8917 * observer.texi (GDB Observers): Document "inferior_created".
8918
e4a2df64
AC
89192004-05-08 Andrew Cagney <cagney@redhat.com>
8920
e6b55ae2
AC
8921 * gdbint.texinfo (Target Architecture Definition): Delete
8922 description of DO_DEFERRED_STORES.
8923
28954179
AC
8924 * gdbint.texinfo (Target Architecture Definition): Delete
8925 references to DEPRECATED_FIX_CALL_DUMMY.
8926
434b87dd
AC
8927 * gdbint.texinfo (Target Architecture Definition): Delete
8928 description of DEPRECATED_CALL_DUMMY_WORDS,
8929 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8930
58d28df8
AC
8931 * gdbint.texinfo (Target Architecture Definition): Delete
8932 description of DEPRECATED_PUSH_DUMMY_FRAME.
8933
e4a2df64
AC
8934 * gdbint.texinfo (Target Architecture Definition): Delete
8935 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8936
2b4855ab
AC
89372004-05-07 Andrew Cagney <cagney@redhat.com>
8938
8939 * observer.texi (GDB Observers): Add "Debugging" section. Include
8940 cross reference to "set/show debug observer".
8941 * gdb.texinfo (Debugging Output): Document "set/show debug
8942 observer".
8943
fcf70625
AC
89442004-05-01 Andrew Cagney <cagney@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Delete
8947 description of DEPRECATED_PC_IN_SIGTRAMP.
8948
8ee56bcf
AC
89492004-04-30 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdbint.texinfo (Target Architecture Definition): Delete
8952 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8953
67ab9a76
OF
89542004-04-30 Orjan Friberg <orjanf@axis.com>
8955
8956 * observer.texi (GDB Observers): Correct spelling.
8957
79346bcb
OF
89582004-04-26 Orjan Friberg <orjanf@axis.com>
8959
8960 * observer.texi (GDB Observers): Add target_changed event.
8961
7a464420
AC
89622004-04-08 Andrew Cagney <cagney@redhat.com>
8963
8964 * observer.texi (GDB Observers): Rework, provide generic observer
8965 definitions and then a list of observable events.
8966
6cdf9d98
AC
89672004-04-04 Andrew Cagney <cagney@redhat.com>
8968
8969 * gdbint.texinfo (Host Definition): Delete reference to
8970 NO_SIGINTERRUPT.
8971
ddc135a4
AC
89722004-04-02 Andrew Cagney <cagney@redhat.com>
8973
8974 * gdbint.texinfo (Target Architecture Definition): Delete
8975 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8976
6a1b180d
SC
89772004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8978
8979 * gdb.texinfo (TUI Commands): Document tui reg commands.
8980
d0d5df6f
AC
89812004-03-26 Andrew Cagney <cagney@redhat.com>
8982
8983 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8984 "gdbtui".
8985 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8986 (Contributors): Mention both Text and Terminal User Interface.
8987
aa2a3f87
AC
89882004-03-23 Andrew Cagney <cagney@redhat.com>
8989
8990 * gdbint.texinfo (Target Architecture Definition): Deprecate
8991 references to SIGTRAMP_START and SIGTRAMP_END.
8992
f561f026
AC
89932004-03-23 Andrew Cagney <cagney@redhat.com>
8994
8995 * gdbint.texinfo (Target Architecture Definition): Deprecate
8996 references to PC_IN_SIGTRAMP.
8997
33cb8b0f
AC
89982004-03-19 Andrew Cagney <cagney@redhat.com>
8999
9000 * gdbint.texinfo (Target Architecture Definition): Delete
9001 reference to GDB_TARGET_IS_HPPA.
9002
fc989b7a
AC
90032004-03-18 Andrew Cagney <cagney@redhat.com>
9004
9005 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9006 describe pre_init and post_init.
9007
701b08bb
DJ
90082004-03-09 Daniel Jacobowitz <drow@mvista.com>
9009
9010 * gdb.texinfo (Debugging Output): Document values for "set debug
9011 target".
9012
faae5abe
AC
90132004-02-28 Andrew Cagney <cagney@redhat.com>
9014
9015 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9016
dd79a6cf
JJ
90172004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9018
9019 * gdb.texinfo (breakpoints): Add information about the
9020 new "set breakpoint pending" and "show breakpoint pending"
9021 commands.
9022
e7f16015
AC
90232004-02-26 Andrew Cagney <cagney@redhat.com>
9024
9025 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9026 in Per-architecture module data section.
9027
7161a3a6
RM
90282004-02-25 Roland McGrath <roland@redhat.com>
9029
9030 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9031
2154891a
AC
90322004-02-24 Andrew Cagney <cagney@redhat.com>
9033
9034 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9035 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9036 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9037
6c74ac8b
AC
90382004-02-17 Andrew Cagney <cagney@redhat.com>
9039
9040 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9041
19772a2c
AC
90422004-02-16 Andrew Cagney <cagney@redhat.com>
9043
9044 * gdbint.texinfo (Target Architecture Definition): Deprecate
9045 FRAMELESS_FUNCTION_INVOCATION.
9046
c9830293
AC
90472004-02-16 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdbint.texinfo (Coding): Mention -Wunused-function.
9050
b9d26eb9
AC
90512004-02-14 Andrew Cagney <cagney@redhat.com>
9052
9053 * gdbint.texinfo (Target Architecture Definition): Delete
9054 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9055
49efadf5
EZ
90562004-02-12 Elena Zannoni <ezannoni@redhat.com>
9057
9058 * gdb.texinfo: Properly quote the name "C++".
9059 * gdbint.texinfo: Ditto.
9060 * stabs.texinfo: Ditto.
9061
1eb288ea
EZ
90622004-02-11 Elena Zannoni <ezannoni@redhat.com>
9063
9064 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9065 minimal information about libiberty.
9066
e4937fc1
MC
90672004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9068
9069 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9070
a9331b3f
RM
90712004-02-04 Roland McGrath <roland@redhat.com>
9072
9073 * gdb.texinfo (Auxiliary Vector): New node (section).
9074 (Data): Add it to the menu.
9075
2650777c
JJ
90762004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9077
9078 * gdb.texinfo (Breakpoints): Add information about pending
9079 breakpoint support.
9080
b4501125
AC
90812004-01-26 Andrew Cagney <cagney@redhat.com>
9082
9083 * gdb.texinfo (Overview): Delete references to the cisco protocol
9084 including the "N" response.
9085
74055713
AC
90862004-01-26 Andrew Cagney <cagney@redhat.com>
9087
9088 * gdbint.texinfo (Target Architecture Definition): Rename
9089 EXTRACT_STRUCT_VALUE_ADDRESS to
9090 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9091
3bbe9696
EZ
90922004-01-24 Eli Zaretskii <eliz@gnu.org>
9093
9094 * gdb.texinfo (KOD): Document "show os". Add index entries for
9095 "set/show os" and "info cisco" commands.
9096
5843504f
EZ
90972004-01-21 Eli Zaretskii <eliz@gnu.org>
9098
9099 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9100
9175c9a3
MC
91012004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9102
9103 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9104 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9105
8e94b928
NR
91062004-01-19 Nick Roberts <nick@nick.uklinux.net>
9107
9108 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9109 -stack-list-locals.
9110 (GDB/MI Variable Objects): Describe extension to
9111 -var-list-children.
9112
a20cf136
DJ
91132004-01-17 Daniel Jacobowitz <drow@mvista.com>
9114
9115 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9116
afb18d0f
AC
91172004-01-17 Andrew Cagney <cagney@redhat.com>
9118
9119 * gdbint.texinfo (Target Architecture Definition): Delete
9120 documentation on DEPRECATED_NPC_REGNUM.
9121
b51970ac
DJ
91222004-01-13 Daniel Jacobowitz <drow@mvista.com>
9123
9124 * gdb.texinfo: Update copyright year. Mention that set
9125 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9126 "set follow-fork-mode ask".
9127
0f0cffd2
AC
91282004-01-13 Andrew Cagney <cagney@redhat.com>
9129
9130 * gdbint.texinfo: Update copyright year.
9131 (Coding): Add -Wunused-label to list of -Werror warnings.
9132
c552b3bb 91332004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9134 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9135
9136 * gdb.texinfo: Update copyright.
9137 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9138 around names, as appropriate. Minor syntax cleanup of
9139 _NSPrintForDebugger explanation. Two spaces after periods.
9140 GDBN used instead of lit. "gdb". Index entries added for
9141 print-object and _NSPrintForDebugger. @noindent added in one spot.
9142
afe157ca
EZ
91432003-11-11 Elena Zannoni <ezannoni@redhat.com>
9144
9145 * stabs.texinfo: Add dircategory and direntry commands.
9146 * annotate.texinfo: Ditto.
9147
963e2bb7
AC
91482003-11-10 Andrew Cagney <cagney@redhat.com>
9149
9150 * gdbint.texinfo (Target Architecture Definition): Replace the
9151 return_value method's "inval" and "outval" parameters with
9152 "readbuf" and "writebuf".
9153
1d8b2f28
JB
91542003-10-28 Jim Blandy <jimb@redhat.com>
9155
9156 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9157 from "The `F' request packet" and "The `F' reply packet", to make
9158 texi2dvi happy.
9159 (File-I/O remote protocol extension): Update menu entries, too.
9160
36d86913
MC
91612003-10-26 Michael Chastain <mec@shout.net>
9162
9163 * gdb.texinfo (Thread Stops): Document the issue with
9164 premature return from system calls in multi-threaded programs.
9165
ce2826aa
AC
91662003-10-24 Andrew Cagney <cagney@redhat.com>
9167
9168 * annotate.texinfo: Fix "fortunatly"[sic].
9169
f24c5e49
KI
91702003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9171
9172 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9173 with "Hitachi" and "Mitsubishi".
9174
92ad9cd9
AC
91752003-10-20 Andrew Cagney <cagney@redhat.com>
9176
9177 * gdbint.texinfo (Target Architecture Definition): Document
9178 gdbarch_return_value. Add cross references from
9179 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9180 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9181
0ab4b752
MK
91822003-10-18 Mark Kettenis <kettenis@gnu.org>
9183
9184 * gdbint.texinfo (Target Architecture Definition): Document
9185 regset_from_core_section.
fb3e19c0
KI
9186
91872003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9188
9189 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9190
a9331b3f 91912003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9192
9193 From Anthony Green <green@redhat.com>:
5ae4183a 9194 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9195
1485d690
KB
91962003-10-14 Kevin Buettner <kevinb@redhat.com>
9197
889bf7c5
PA
9198 * gdb.texinfo (Breakpoint related warnings): New node.
9199 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9200
86d30acc
DJ
92012003-10-13 Daniel Jacobowitz <drow@mvista.com>
9202
9203 * gdb.texinfo (Remote Protocol): Document v and vCont.
9204
172c2a43
KI
92052003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9206
9207 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9208 * gdbint.texinfo: Ditto.
9209
71952f4c
AC
92102003-10-09 Andrew Cagney <cagney@redhat.com>
9211
9212 From 2003-09-18 David Anderson <davea@sgi.com>:
9213 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9214 "command".
9215
268e2188
AC
92162003-10-03 Andrew Cagney <cagney@redhat.com>
9217
9218 * gdbint.texinfo (Target Architecture Definition): Deprecate
9219 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9220 just target.
9221
12c266ea 92222003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9223
f30992d4 9224 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9225 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9226 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9227 * gdbint.texinfo (Target Architecture Definition): Rename
9228
92292003-09-30 Andrew Cagney <cagney@redhat.com>
9230
f30992d4 9231 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9232 (Target Architecture Definition):
f30992d4 9233
2e092625
AC
9234 * gdbint.texinfo (Target Architecture Definition): Rename
9235 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9236
0717ae8a
AC
92372003-09-29 Andrew Cagney <cagney@redhat.com>
9238
dad809b7
AC
9239 * gdbint.texinfo (Target Architecture Definition): Delete
9240 documentation for NEED_TEXT_START_END.
9241
0717ae8a
AC
9242 * gdbint.texinfo (Target Architecture Definition): Rename
9243 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9244 TARGET_WRITE_PC.
a9331b3f 9245
af6cf26d
MC
92462003-09-22 Michael Chastain <mec@shout.net>
9247
9248 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9249
ee206350
AG
92502003-09-21 Anthony Green <green@redhat.com>
9251
9252 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9253
a38c9fe6
MK
92542003-09-21 Mark Kettenis <kettenis@gnu.org>
9255
9256 * gdbint.texinfo (Target Architecture Definition): Document
9257 stabs_argument_has_addr.
9258
77949794
AC
92592003-09-18 Andrew Cagney <cagney@redhat.com>
9260
9261 * gdbint.texinfo (Target Architecture Definition): Delete
9262 documentation on REGISTER_NAMES.
9263
8e823e25
MK
92642003-09-13 Mark Kettenis <kettenis@gnu.org>
9265
9266 * gdbint.texinfo (Target Architecture Definition): Replace
9267 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9268
f27dd7fd
AC
92692003-09-11 Andrew Cagney <cagney@redhat.com>
9270
9271 * gdbint.texinfo (Target Architecture Definition): Replace
9272 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9273
8b148df9
AC
92742003-08-18 Andrew Cagney <cagney@redhat.com>
9275
9276 * gdbint.texinfo (Target Architecture Definition): Document
9277 "frame_red_zone_size".
9278
25d29d70
AC
92792003-08-09 Andrew Cagney <cagney@redhat.com>
9280
9281 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9282 with "set/show backtrace past-main" and "set/show backtrace
9283 limit".
9284
c938e9b0
L
92852003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9286
9287 * Makefile.in (install-info): Support DESTDIR.
9288 (install-html): Likewise.
9289
64fabec2
AC
92902003-08-07 Andrew Cagney <cagney@redhat.com>
9291
9292 Patch from Nick Roberts.
9293 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9294 bindings. Remove description of send-gdb-command.
9295
2fcf52f0
AC
92962003-08-07 Andrew Cagney <cagney@redhat.com>
9297
9298 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9299 GDB 6.0.
9300
086432e2
AC
93012003-08-06 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdb.texinfo (Mode Options): Mention that level three is the
9304 highest available and that level 2 is deprecated.
9305 (Annotations Overview): Mention annotation levels. Cross reference
9306 to "Limitations of the Annotation Interface" in annotate.texi.
9307 (TODO, Value Annotations, Frame Annotations): Delete section.
9308 (Displays, Breakpoint Info): Delete.
9309
e5249f67
AC
93102003-08-04 Andrew Cagney <cagney@redhat.com>
9311
9312 * agentexpr.texi: Delete @bye.
9313 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9314 (stabs.info): Add $(srcdir) to include search path.
9315 (html): Depend on "annotate_toc.html", and not "annotate.html".
9316 * stabs.texinfo: Ditto. Include "fdl.texi".
9317 * gdbint.texinfo: Update copyright statement's list of invariant
9318 sections.
9319
e6f672d2
AC
93202003-07-28 Andrew Cagney <cagney@redhat.com>
9321
9322 * Makefile.in (INFO_DEPS): Add annotate.info.
9323 (dvi, ps, html, pdf): Add annotate.
9324 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9325 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9326 (ANNOTATE_DOC_FILES): New macro.
9327 (ANNOTATE_TEX_TMPS): New macro.
9328 (annotate.info, annotate_toc.html): Specify dependencies.
9329 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9330 * annotate.texinfo: Rename annotate.texi. Get building. Add
9331 "Migrating to GDB/MI" and "Limitations of the Annotation
9332 Interface" chapters. Mention why it is not part of the user
9333 guide. Update copyright notice. Include "fdl.texi".
9334
72ffddc9
SC
93352003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9336
9337 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9338
a9f12a31
DJ
93392003-07-24 Daniel Jacobowitz <drow@mvista.com>
9340
9341 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9342
b1fe9455
DJ
93432003-07-24 Daniel Jacobowitz <drow@mvista.com>
9344
9345 * gdb.texinfo (Server): Mention pidof.
9346
153721e6
AC
93472003-07-22 Andrew Cagney <cagney@redhat.com>
9348
9349 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9350 list.
9351
0fac0b41
DJ
93522003-06-28 Daniel Jacobowitz <drow@mvista.com>
9353
9354 * gdb.texinfo (Logging output): New chapter.
9355
4e562065
JB
93562003-06-24 Joel Brobecker <brobecker@gnat.com>
9357
9358 * gdb.texinfo (Unsupported languages): New section.
9359 (Languages): Add link to new section.
9360
f2c06f52
AC
93612003-06-22 Andrew Cagney <cagney@redhat.com>
9362
9363 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9364
b4177fca
DJ
93652003-06-22 Daniel Jacobowitz <drow@mvista.com>
9366
9367 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9368
f418dd93
DJ
93692003-06-22 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9372 * agentexpr.texi: Retitle section, and change it to an appendix.
9373 Comment out texinfo initialization. Factor a @var{} into two
9374 pieces to prevent makeinfo warnings.
9375 * gdb.texinfo: Add Agent Expressions appendix.
9376
4ca61388
DJ
93772003-06-19 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9380
07f31aa6
DJ
93812003-06-18 Daniel Jacobowitz <drow@mvista.com>
9382
5ae4183a 9383 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9384 remote target". Document the "detach" and "disconnect" commands.
9385 (Server, Netware, Debug Session): Reference "Connecting to a
9386 remote target".
9387 (GDB/MI Target Manipulation): Document "-target-disconnect".
9388
2dd0da42
AC
93892003-06-13 Andrew Cagney <cagney@redhat.com>
9390
9391 * gdbint.texinfo (Target Architecture Definition): Deprecate
9392 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9393 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9394
e7a3abfc
JB
93952003-06-09 Jim Blandy <jimb@redhat.com>
9396
9397 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9398
25e3a86b
AC
93992003-06-08 Andrew Cagney <cagney@redhat.com>
9400
9401 * gdbint.texinfo (Target Architecture Definition): Delete
9402 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9403
a9e5fdc2
AC
94042003-06-08 Andrew Cagney <cagney@redhat.com>
9405
9406 * gdbint.texinfo (Target Architecture Definition): Document
9407 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9408
b37303ee
AF
94092003-06-07 Adam Fedor <fedor@gnu.org>
9410
9411 * gdb.texinfo: Add Objective-C documentation.
9412
39fe6e80
AC
94132003-06-01 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9416 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9417
125309b2
AC
94182003-05-21 Andrew Cagney <cagney@redhat.com>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Delete
9421 references to "extract_address" and "store_address".
9422
b8b527c5
AC
94232003-05-16 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Replace
9426 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9427 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9428
50e3ee83
TR
94292003-05-14 Theodore A. Roth <troth@openavr.org>
9430
9431 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9432
44e2be90
L
94332003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9434
9435 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9436 (gdb.dvi): Likewise.
9437 (gdb.pdf): Likewise.
9438 (links2roff): Likewise.
9439
df5215a6
JB
94402003-05-08 Jim Blandy <jimb@redhat.com>
9441
9442 * gdb.texinfo (Dump/Restore Files): Update documentation for
9443 'dump', 'append', and 'restore': note that format argument is
9444 optional; simplify presentation of the command variants; and be
9445 more precise about the formats.
9446
5e7b2f39
JB
94472003-05-07 Jim Blandy <jimb@redhat.com>
9448
9449 * gdb.texinfo (Symbols): Update documentation: 'maint list
9450 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9451 symtabs' and 'maint info psymtabs'.
9452
b1e29e33
AC
94532003-05-05 Andrew Cagney <cagney@redhat.com>
9454
9455 * gdbint.texinfo (Target Architecture Definition): Make
9456 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9457 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9458 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9459
00905d52
AC
94602003-05-04 Andrew Cagney <cagney@redhat.com>
9461
9462 * gdb.texinfo (Maintenance Commands): Document "maint print
9463 dummy-frames".
9464
54ff5908
AC
94652003-05-04 Andrew Cagney <cagney@redhat.com>
9466
9467 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9468
32e7087d
JB
94692003-05-03 J. Brobecker <brobecker@gnat.com>
9470
9471 Thierry Schneider <tpschneider1@yahoo.com>
9472 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9473 for new MI command.
9474
7043d8dc
AC
94752003-05-03 Andrew Cagney <cagney@redhat.com>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Document
9478 push_dummy_code. Add cross references.
9479
e33d66ec
EZ
94802003-05-02 Elena Zannoni <ezannoni@redhat.com>
9481
9482 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9483 set/show charsets commands.
9484
0ba6dca9
AC
94852003-04-28 Andrew Cagney <cagney@redhat.com>
9486
9487 * gdbint.texinfo (Target Architecture Definition): Replace
9488 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9489 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9490
d7a27068
AC
94912003-04-28 Andrew Cagney <cagney@redhat.com>
9492
9493 * gdbint.texinfo (Target Architecture Definition): Rename
9494 "tm_print_insn" to "deprecated_tm_print_insn".
9495
44ea7b70
JB
94962003-04-09 Jim Blandy <jimb@redhat.com>
9497
9498 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9499 list psymtabs'.
9500
fb8f8949
AC
95012003-04-08 Andrew Cagney <cagney@redhat.com>
9502
9503 * gdbint.texinfo (Target Architecture Definition): Delete
9504 references to EXTRA_FRAME_INFO.
9505
32fb0f22
AC
95062003-04-08 Andrew Cagney <cagney@redhat.com>
9507
9508 * gdbint.texinfo (Target Architecture Definition): Delete
9509 PRINT_TYPELESS_INTEGER.
9510
6be67e67
JB
95112003-04-02 J. Brobecker <brobecker@gnat.com>
9512
9513 * observer.texi (GDB Observers): Adjust the documentation for the
9514 normal_stop notification to better describe reality. Fix a couple
9515 of minor typos.
9516
4e35d5f0
BR
95172003-04-02 Bob Rossi <bob_rossi@cox.net>
9518
a9331b3f 9519 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9520 '-file-list-exec-source-file'
9521
e8a8712a
AC
95222003-03-31 Andrew Cagney <cagney@redhat.com>
9523
9524 * gdbint.texinfo (Target Architecture Definition): Delete
9525 references to CALL_DUMMY_P.
9526
6c0e89ed
AC
95272003-03-30 Andrew Cagney <cagney@redhat.com>
9528
9529 * gdbint.texinfo (Target Architecture Definition): Remove
9530 reference to TARGET_WRITE_SP.
a9331b3f 9531
378bfd1b
AC
95322003-03-27 Andrew Cagney <cagney@redhat.com>
9533
9534 * gdbint.texinfo (Target Architecture Definition): Remove
9535 references to write_sp.
6c0e89ed 9536
922fbb7b
AC
95372003-03-27 Andrew Cagney <cagney@redhat.com>
9538
9539 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9540 chapter body. Use @smallexample instead of @example.
9541 (Annotations): Ditto.
9542 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9543 annotate.texi.
9544
b81774d8
AC
95452003-03-26 Andrew Cagney <cagney@redhat.com>
9546
9547 * gdbint.texinfo (Target Architecture Definition): Replace
9548 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9549 dummy_addr parameters.
9550
1bf6d5cc
AC
95512003-03-25 Andrew Cagney <cagney@redhat.com>
9552
9553 * gdbint.texinfo (Target Architecture Definition): Delete
9554 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9555 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9556 Add reference to PUSH_ARGUMENTS.
9557
618ce49f
AC
95582003-03-23 Andrew Cagney <cagney@redhat.com>
9559
9560 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9561 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9562
bcd7e15f
JB
95632003-03-18 J. Brobecker <brobecker@gnat.com>
9564
9565 * gdbint.texinfo (Algorithms): Add new section describing the
9566 Observer paradigm.
9567 (Top): Add menu entry to new observer appendix.
9568 * observer.texi: New file.
9569 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9570 new observer.texi file.
9571
9fe8321b
AC
95722003-03-17 Andrew Cagney <cagney@redhat.com>
9573
9574 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9575 that GNU Press update the manual version number.
9576
ac2adee5
AC
95772003-03-12 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdbint.texinfo (Target Architecture Definition): Delete
9580 references to get_saved_register. Rename GET_SAVED_REGISTER to
9581 DEPRECATED_GET_SAVED_REGISTER.
9582
749b82f6
AC
95832003-03-13 Andrew Cagney <cagney@redhat.com>
9584
9585 * gdbint.texinfo (Target Architecture Definition): Replace
9586 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9587
8bedc050
AC
95882003-03-12 Andrew Cagney <cagney@redhat.com>
9589
9590 * gdbint.texinfo (Target Architecture Definition): Rename
9591 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9592
0ce1b118
CV
95932003-03-10 Corinna Vinschen <vinschen@redhat.com>
9594
9595 * gdb.texinfo: Add File-I/O documentation.
9596
12cc2063
AC
95972003-03-10 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Cross reference
9600 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9601
7453dc06
AC
96022003-03-07 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9605 frame" command.
9606
6314f104
AC
96072003-03-05 Andrew Cagney <cagney@redhat.com>
9608
9609 * gdbint.texinfo (Target Architecture Definition): Document
9610 unwind_dummy_id. Cross reference unwind_dummy_id and
9611 SAVE_DUMMY_FRAME_TOS.
9612
f1212245
DJ
96132003-03-05 James Ingham <jingham@apple.com>
9614 Daniel Jacobowitz <drow@mvista.com>
9615
9616 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9617 and "show cp-abi".
9618
77e7e267
AC
96192003-03-03 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Document
9622 register_type.
9623
838a8221
AC
96242003-03-03 Andrew Cagney <cagney@redhat.com>
9625
9626 * stabs.texinfo (Structures): Use @samp and separate @var's
9627 instead of a single @var containing a comma separated list.
9628 (Unions): Ditto.
9629
d7f4a264
DJ
96302003-03-02 Daniel Jacobowitz <drow@mvista.com>
9631
9632 * Makefile.in (distclean): Remove config.log.
9633
f30ee0bc
AC
96342003-03-01 Andrew Cagney <cagney@redhat.com>
9635
9636 * gdbint.texinfo (Target Architecture Definition): Rename
9637 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9638
96392003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9640
9641 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9642 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9643
be448670
CF
96442003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9645
9646 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9647 (Non-debug DLL symbols): New node, describing the minimal symbols
9648 loaded from DLLs without real debugging symbols.
9649
501eef12
AC
96502003-02-20 Andrew Cagney <ac131313@redhat.com>
9651
9652 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9653 hardware-breakpoint-limit".
9654 (Set Watchpoints): Add cross reference to "set remote
9655 hardware-watchpoint-limit".
9656 (Remote configuration options): New section.
9657
21c294e6
AC
96582003-02-04 Andrew Cagney <ac131313@redhat.com>
9659
e9be73e4
AC
9660 * gdbint.texinfo (Target Architecture Definition): Delete
9661 descrption of IS_TRAPPED_INTERNALVAR.
9662
21c294e6
AC
9663 From Keith Seitz <keiths@redhat.com>:
9664 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9665 option "-i"/"--interpreter" to this chapter. Include index
9666 entries.
9667
0179ffac
DC
96682003-02-04 David Carlton <carlton@math.stanford.edu>
9669
9670 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9671 (Variables): Recommend stabs+ and DWARF 2.
9672 (C plus plus expressions): Correct info about
9673 compiler versions, debug formats.
9674 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9675 PR symtab/874.
9676
7ca9f392
AC
96772003-02-01 Andrew Cagney <ac131313@redhat.com>
9678
9679 * gdbint.texinfo (Target Architecture Definition): Delete
9680 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9681 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9682 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9683 references to nindy and i960.
9684 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9685
31a85ea2
AC
96862003-02-01 Andrew Cagney <ac131313@redhat.com>
9687
9688 * gdbint.texinfo (Target Architecture Definition): Delete
9689 FLOAT_INFO.
9690
6b894e49
AC
96912003-01-30 Andrew Cagney <ac131313@redhat.com>
9692
9693 * stabs.texinfo (Member Type Descriptor): Clarify description of
9694 `@'. Suggested by Ben Hutchings.
9695
c48861fb
AC
96962003-01-29 Andrew Cagney <ac131313@redhat.com>
9697
9698 * gdb.texinfo (M68K): Delete reference to es1800.
9699
617073a9
AC
97002003-01-29 Andrew Cagney <ac131313@redhat.com>
9701
9702 * gdb.texinfo (Maintenance Commands): Document `maint print
9703 reggroups' and `maint print register-groups'.
9704 * gdbint.texinfo (Target Architecture Definition): Document
9705 register_reggroup_p.
9706
5b5d99cf
JB
97072003-01-23 Jim Blandy <jimb@redhat.com>
9708
9709 * gdb.texinfo (Separate Debug Files): New section.
9710
e7ba9c65
DJ
97112003-01-22 Daniel Jacobowitz <drow@mvista.com>
9712
9713 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9714 and "maint show profile".
9715
94e91d6d
MC
97162003-01-16 Michael Chastain <mec@shout.net>
9717
9718 * gdb.texinfo (Installing GDB): Warn against
9719 ".../gdb-VERSION/gdb/configure".
9720 (Separate Objdir): Likewise.
9721
867f3898
AC
97222003-01-15 Andrew Cagney <ac131313@redhat.com>
9723
9724 * gdbint.texinfo (Target Architecture Definition): Delete
9725 definition of PRINT_REGISTER_HOOK.
9726
f153cc92
EZ
97272003-01-15 Elena Zannoni <ezannoni@redhat.com>
9728
9729 (OpenRISC 1000): Fix formatting of command names.
9730
c60eb6f1
EZ
97312003-01-15 Elena Zannoni <ezannoni@redhat.com>
9732
9733 * gdb.texinfo (Continuing and Stepping): Add new command
9734 'advance'. Clarify behavior of 'until'.
9735
f5ebfba0
DJ
97362003-01-13 Daniel Jacobowitz <drow@mvista.com>
9737
9738 * gdb.texinfo (Files): Document solib-absolute-prefix and
9739 solib-search-path.
9740
4ce8657e
MC
97412003-01-09 Michael Chastain <mec@shout.net>
9742
9743 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9744 (Create a Release): Add new instructions for new @file{src-release}.
9745 Document existing instructions for @file{Makefile.in} as
9746 being for @value{GDBN} 5.3.1 or earlier.
9747
372613e3
AC
97482003-01-09 Andrew Cagney <ac131313@redhat.com>
9749
9750 * gdbint.texinfo (Target Architecture Definition): Mention
9751 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9752 allocate memory.
9753
b4e9345d
DJ
97542003-01-04 Daniel Jacobowitz <drow@mvista.com>
9755
9756 * gdb.texinfo (Controlling GDB): Add @kindex for
9757 "show osabi".
9758 (Backtraces): Add @kindex's for backtrace-below-main.
9759
98b45e30
DJ
97602003-01-04 Daniel Jacobowitz <drow@mvista.com>
9761
9762 * gdb.texinfo (Controlling GDB): Document "set osabi".
9763
95f90d25
DJ
97642003-01-04 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9767 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9768
1e698235
DJ
97692003-01-04 Daniel Jacobowitz <drow@mvista.com>
9770
9771 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9772 "set coerce-float-to-double".
9773 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9774
e632838e
AC
97752003-01-02 Andrew Cagney <ac131313@redhat.com>
9776
9777 * stabs.texinfo: Remove obsolete text.
9778 * gdbint.texinfo: Ditto.
9779 * gdb.texinfo: Ditto.
9780
c133ab7a
MK
97812002-12-22 Mark Kettenis <kettenis@gnu.org>
9782
9783 * gdbint.texinfo (Target Architecture Definition): Update
9784 description of gdbarch_register_osabi.
9785
f821f325
KH
97862002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9787
9788 * agentexpr.texi: Fix typos.
9789 * annotate.texi: Likewise.
9790 * fdl.texi: Likewise.
9791
85a6d8d3 97922002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9793
9794 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9795 DEPRECATED_INIT_FRAME_PC.
9796
ae45cd16
AC
97972002-12-01 Andrew Cagney <ac131313@redhat.com>
9798
9799 * gdbint.texinfo (Target Architecture Definition): Delete
9800 PC_IN_CALL_DUMMY.
9801
07555a72
AC
98022002-11-28 Andrew Cagney <ac131313@redhat.com>
9803
9804 * gdbint.texinfo (Host Definition): Delete documentation on
9805 USE_GENERIC_DUMMY_FRAMES.
9806
c166cdc7
EZ
98072002-11-26 Elena Zannoni <ezannoni@redhat.com>
9808
5ae4183a 9809 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9810 * Makefile.in (install-info): Run the install-info command as part
9811 of the post install steps only.
9812 (uninstall-info): New target.
9813 (uninstall): New target.
9814
35db0260
EZ
98152002-11-22 Elena Zannoni <ezannoni@redhat.com>
9816
9817 * Makefile.in (install): Make install do some real work.
9818
9ba8d803
AC
98192002-11-19 Andrew Cagney <ac131313@redhat.com>
9820
9821 Fix POSIX problem reported by Paul Eggert.
9822 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9823 Fix PR gdb/527.
9824
903ad3a6
AC
98252002-10-26 Andrew Cagney <cagney@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Delete
9828 definition of DO_REGISTERS_INFO.
9829
f2abfe65
KB
98302002-10-18 Kevin Buettner <kevinb@redhat.com>
9831
9832 * gdbint.texinfo (Address Classes): Fix problems with insertion
9833 of ``{'' and ``}'' in example.
9834
b5b0480a
KB
98352002-10-17 Kevin Buettner <kevinb@redhat.com>
9836
9837 * gdbint.texinfo (Address Classes): New section.
9838 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9839 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9840 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9841 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9842
c85508ee
KD
98432002-10-11 Klee Dienes <kdienes@apple.com>
9844
9845 * gdb.texinfo (Registers): Mention vector registers as well as
9846 floating registers in the documentation for 'info registers' and
9847 'info all-registers'.
9848
6d12fc3d
DJ
98492002-10-11 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9852
8d19fbd2
JJ
98532002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9854
9855 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9856 interface definition.
9857
a37295f9
MM
98582002-10-03 Marko Mlinar <markom@opencores.org>
9859
9860 * gdb.texinfo (Target Commands): Add or1k target specific
9861 commands.
9862 * gdb.texinfo (Contributors): Add myself to the contributors list.
9863
da0f9dcd
AC
98642002-10-01 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9867 and "mi1" instead of "mi1" and "mi0".
9868
2e834e49
HPN
98692002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9870
9871 * gdb.texinfo (Packets): Fix typos "alligned".
9872 Correct z3/Z3 description. Correct z4/Z4 title.
9873
050be0dc
AC
98742002-09-27 Andrew Cagney <ac131313@redhat.com>
9875
9876 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9877
1104b9e7
KB
98782002-09-25 Kevin Buettner <kevinb@redhat.com>
9879
9880 * gdb.texinfo: Use GNU/Linux instead of Linux.
9881
512217c7
AC
98822002-09-25 Andrew Cagney <ac131313@redhat.com>
9883
9884 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9885
10998722
AC
98862002-09-24 Andrew Cagney <ac131313@redhat.com>
9887
512217c7 9888 * gdb.texinfo: Replace @example with @smallexample.
10998722 9889
a0eb71c5
KB
98902002-09-20 Kevin Buettner <kevinb@redhat.com>
9891
f7dc1244 9892 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9893 * gdb.texinfo (Character Sets): Use @smallexample instead of
9894 @example. Use GNU/Linux instead of Linux.
9895
98962002-09-20 Jim Blandy <jimb@redhat.com>
9897
9898 * gdb.texinfo: Add character set documentation.
9899
2f870471
AC
99002002-09-19 Andrew Cagney <ac131313@redhat.com>
9901
9902 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9903 (Packets): Add cross reference from `b' packet to `z' packets.
9904
790eb8f5
AC
99052002-09-19 Andrew Cagney <ac131313@redhat.com>
9906
8d30a00d
AC
9907 * gdb.texinfo (Maintenance Commands): Document ``maint
9908 internal-error'' and ``maint internal-warning''.
9909
790eb8f5
AC
9910 * gdbint.texinfo (Target Architecture Definition): Revise
9911 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9912
a23a7bf1
JB
99132002-09-19 Joel Brobecker <brobecker@gnat.com>
9914
9915 * gdbint.texinfo (Target Conditionals): Document the new
9916 NAME_OF_MALLOC macro.
9917
299ffc64
AC
99182002-09-05 Andrew Cagney <ac131313@redhat.com>
9919
9920 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9921 engineer.
9922
b7bb15bc
SC
99232002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9924
9925 * gdb.texinfo (TUI Overview): Document status line fields.
9926
3d757584
SC
99272002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9928
9929 * gdb.texinfo (TUI Commands): Document info win command.
9930
269c21fe
SC
99312002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9932
9933 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9934
7cf36c78
SC
99352002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9936
9937 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9938 (TUI Keys): Likewise.
9939
d2c6833e
AC
99402002-08-25 Andrew Cagney <ac131313@redhat.com>
9941
9942 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9943 for a packet receive.
9944
46d8b1c3
AC
99452002-08-25 Andrew Cagney <ac131313@redhat.com>
9946
9947 * Makefile.in (clean): Move to end of file.
9948 (distclean, maintainer-clean, realclean): Ditto.
9949 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9950 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9951 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9952 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9953
b0787093
AC
99542002-08-24 Andrew Cagney <ac131313@redhat.com>
9955
9956 * Makefile.in (GDBINT_TEX_TMPS): Define.
9957 (gdbint.dvi, gdbint.pdf): Use
9958 (GDB_TEX_TMPS): Define.
9959 (gdb.dvi, gdb.pdf): Use.
9960 (STABS_TEX_TMPS): Define.
9961 (stabs.dvi, stabs.pdf): Use.
9962 (GDB_DOC_SOURCE_INCLUDES): New macros.
9963 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9964 (GDBINT_DOC_FILES_INCLUDES): New macros.
9965 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9966 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9967 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9968 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9969 (links2roff): Replace SFILES_INCLUDED with
9970 GDB_DOC_SOURCE_INCLUDES.
9971 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9972 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9973 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9974 dependencies.
9975 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9976 dependencies.
9977 (gdbmi.texinfo): Delete rule.
9978 (inc-hist.texinfo): Delete rule.
9979 (rluser.texinfo): Delete rule.
9980
ebba8386
AC
99812002-08-23 Andrew Cagney <cagney@redhat.com>
9982
9983 * gdbint.texinfo (Target Architecture Definition): Update
9984 STORE_RETURN_VALUE, mention regcache.
9985
0ab7a791
AC
99862002-08-21 Andrew Cagney <ac131313@redhat.com>
9987
9988 * gdbint.texinfo (Target Architecture Definition): Document
9989 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9990
ee2d5c50
AC
99912002-08-19 Andrew Cagney <ac131313@redhat.com>
9992
9993 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9994 Fix minor typos. Add index entries.
9995
53c69bd7
AC
99962002-08-18 Andrew Cagney <ac131313@redhat.com>
9997
9998 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9999
e76f1f2e
AC
100002002-08-15 Andrew Cagney <ac131313@redhat.com>
10001
10002 * gdbint.texinfo (Target Architecture Definition): Document
10003 PRINT_VECTOR_INFO.
10004 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10005
0680b120
AC
100062002-08-13 Andrew Cagney <ac131313@redhat.com>
10007
10008 * gdb.texinfo (Maintenance Commands): Document "maint print
10009 registers", "maint print raw-registers" and "maint print
10010 cooked-registers".
10011
3c3bea1c
GS
100122002-08-08 Grace Sainsbury <graces@redhat.com>
10013
a9331b3f 10014 From Mark Salter:
3c3bea1c
GS
10015 * gdb.texinfo (Protocol): Document T packet extension to
10016 allow watchpoint address reporting.
10017
42f9b0a5
AC
100182002-08-03 Andrew Cagney <ac131313@redhat.com>
10019
10020 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10021
db034ac5
AC
100222002-08-01 Andrew Cagney <cagney@redhat.com>
10023
10024 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10025 to CHILL.
10026
e2b28d04
AC
100272002-08-01 Andrew Cagney <ac131313@redhat.com>
10028
10029 * gdbint.texinfo (Coding): Revise section "Include Files".
10030
7fb623f7
AC
100312002-07-24 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdbint.texinfo: Obsolete references to m88k.
10034 * gdb.texinfo: Ditto.
10035
4a2b4636
JB
100362002-07-10 Joel Brobecker <brobecker@gnat.com>
10037
7fb623f7 10038 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10039 where the proper version of autoconf can be retrieved.
10040
a71ec265
DH
100412002-07-09 Don Howard <dhoward@redhat.com>
10042
10043 * gdb.texinfo (Command Files): Further describe the behavior of
10044 sourced command files.
10045
b9aa90c9
AC
100462002-06-27 Andrew Cagney <ac131313@redhat.com>
10047
10048 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10049 (Coding): Clarify ISO C version that GDB assumes.
10050
40dd2248
TT
100512002-06-26 Tom Tromey <tromey@redhat.com>
10052
10053 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10054 add_setshow_cmd_full.
10055
bfac230e
DH
100562002-06-25 Don Howard <dhoward@redhat.com>
10057
10058 * gdb.texinfo (Memory Region Attributes): Document new behavior
10059 for 'mem' command.
10060
475b0867
JB
100612002-06-11 Jim Blandy <jimb@redhat.com>
10062
919d772c
JB
10063 * gdb.texinfo (Symbols): Update documentation for `info source'
10064 command.
10065
475b0867
JB
10066 * gdb.texinfo (Macros): Call the command `info macro', not
10067 `show macro'.
10068
ba8c9337
AC
100692002-06-09 Andrew Cagney <ac131313@redhat.com>
10070
10071 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10072 data''.
10073
1029b7fa
MK
100742002-06-09 Mark Kettenis <kettenis@gnu.org>
10075
10076 * gdbint.texinfo (Target Architecture Definition): Document
10077 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10078
16737d73
AC
100792002-06-08 Andrew Cagney <ac131313@redhat.com>
10080
10081 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10082 lists.
10083
30107679
AC
100842002-06-08 Andrew Cagney <ac131313@redhat.com>
10085
10086 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10087 Branch''.
10088
3352e23e
AC
100892002-06-01 Andrew Cagney <ac131313@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Add section
10092 ``Converting an existing Target Architecture to Multi-arch''.
10093
cbb09e6a
AC
100942002-05-30 Andrew Cagney <ac131313@redhat.com>
10095
10096 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10097 to ``Obsoleting code''. Revise.
10098
e2e0bcd1
JB
100992002-05-17 Jim Blandy <jimb@redhat.com>
10100
10101 * gdb.texinfo (C Preprocessor Macros): New chapter.
10102 Include it in the main menu.
10103 (Contributors): Credit Jim Blandy with macro support.
10104 (Compilation): Explain how to get macro information into the
10105 executable.
10106 (Expressions): Note that preprocessor macros are expanded.
10107
9db8d71f
DJ
101082002-05-14 Daniel Jacobowitz <drow@mvista.com>
10109
10110 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10111 options for `target remote'.
10112
6d531722
AC
101132002-05-13 Andrew Cagney <ac131313@redhat.com>
10114
10115 * gdbint.texinfo (Target Architecture Definition): Delete
10116 documentation on NNPC_REGNUM.
10117
13d01224
AC
101182002-05-11 Andrew Cagney <ac131313@redhat.com>
10119
10120 * gdbint.texinfo (Target Architecture Definition): Document
10121 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10122 (Target Architecture Definition): Revise section `Using Different
10123 Register and Memory Data Representations'. Add section `Raw and
10124 Virtual Register Representations'.
10125
b2e75d78
AC
101262002-05-11 Andrew Cagney <ac131313@redhat.com>
10127
10128 * gdbint.texinfo (Target Architecture Definition): Mention
10129 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10130 (Target Architecture Definition): Mention same. Add references to
10131 web pages.
10132
2c8682ee
MS
101332002-05-08 Michael Snyder <msnyder@redhat.com>
10134
10135 * stabs.texinfo (Attributes): Document new "vector" attribute.
10136
0816590b
AC
101372002-05-04 Andrew Cagney <ac131313@redhat.com>
10138
10139 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10140
2653173e
AC
101412002-05-04 Andrew Cagney <ac131313@redhat.com>
10142
10143 * gdb.texinfo: Delete obsolete references to a29k.
10144
d7bd68ca
AC
101452002-04-24 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdbint.texinfo (Target Architecture Definition): Replace
10148 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10149
21d83aa5
DM
101502002-04-24 David S. Miller <davem@redhat.com>
10151
10152 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10153
7673a6cc
DM
101542002-04-21 David S. Miller <davem@redhat.com>
10155
10156 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10157
d49d1e0a
AC
101582002-04-21 Andrew Cagney <ac131313@redhat.com>
10159
10160 * gdbint.texinfo (Target Architecture Definition): Delete
10161 definition of HAVE_REGISTER_WINDOWS.
10162
f7dc1244 101632002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10164
10165 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10166 "Theodore A. Roth" <troth@verinet.com>.
10167
5ca0cb28
DH
101682002-04-15 Don Howard <dhoward@redhat.com>
10169
f7dc1244 10170 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10171 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10172 Provide a better explaination of this feature.
5ca0cb28 10173
f208ba17
AC
101742002-04-14 Andrew Cagney <ac131313@redhat.com>
10175
10176 * gdbint.texinfo (Target Architecture Definition): Remove
10177 FRAME_CHAIN_COMBINE.
10178
d5ba91de
MC
101792002-04-12 Michael Chastain <mec@shout.net>
10180
10181 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10182 REG_STACK_SEGMENT.
10183
26818220
MC
101842002-04-09 Michael Chastain <mec@shout.net>
10185
10186 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10187 PYRAMID_* macros.
10188
129188f6
AC
101892002-04-07 Andrew Cagney <ac131313@redhat.com>
10190
10191 * gdb.texinfo (Bug Reporting): Document that the web is the
10192 prefered way of submitting bug reports.
10193 (Bug Reporting): Delete the s-mail address as the last resort.
10194
8227c0ff
AC
101952002-04-05 Andrew Cagney <ac131313@redhat.com>
10196
10197 * gdbint.texinfo (Target Architecture Definition): Delete
10198 references to TARGET_WRITE_FP and write_fp.
10199
16d9dec6
MS
102002002-03-27 Michael Snyder <msnyder@redhat.com>
10201
10202 * gdb.texinfo: Document new commands dump, append, and restore.
10203
9ae8b82c
AC
102042002-03-27 Andrew Cagney <ac131313@redhat.com>
10205
10206 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10207 Branch'.
10208
474c8240
AC
102092002-03-18 Andrew Cagney <ac131313@redhat.com>
10210
10211 * gdb.texinfo: Change all examples to @smallexample.
10212 * gdbint.texinfo: Ditto.
a9331b3f 10213
fb0ff88f
AC
102142002-03-18 Andrew Cagney <ac131313@redhat.com>
10215
10216 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10217 Branches''.
10218
9bb0a4d8
AC
102192002-03-18 Andrew Cagney <ac131313@redhat.com>
10220
10221 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10222 Policy''.
10223
937f164b
FF
102242002-03-04 Fred Fish <fnf@redhat.com>
10225
10226 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10227 expresson, suports, dependant, trhe, perhaphs, situtations,
10228 explictily, taged, oportunity, unfortunatly).
10229
a7b40f07
AC
102302002-02-24 Andrew Cagney <ac131313@redhat.com>
10231
10232 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10233 Remove reference to 3.12.
10234
aab4e0ec
AC
102352002-02-23 Andrew Cagney <ac131313@redhat.com>
10236
10237 * gdbint.texinfo: Include fdl.texi.
10238 (Top): Add GNU Free Documentation License.
10239 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10240 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10241 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10242 (gdbint.info): Add srcdir to include path.
10243 * gdb.texinfo: Include gpl.texi.
10244 (Top): Add Copying.
10245 * gpl.texi: New file.
10246
47b95330
AC
102472002-02-23 Andrew Cagney <ac131313@redhat.com>
10248
10249 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10250
78c47bea
PM
102512002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10252
10253 * gdb.texinfo: Document Cygwin native specific commands.
10254
56460a61
DJ
102552002-02-15 Daniel Jacobowitz <drow@mvista.com>
10256
10257 * gdb.texinfo: Document gdbserver ``--attach'' command.
10258
def71bfa
MS
102592002-02-07 Michael Snyder <msnyder@redhat.com>
10260
10261 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10262 to @code(_ovly_debug_event).
10263
c928edc0
AC
102642002-02-07 Andrew Cagney <ac131313@redhat.com>
10265
10266 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10267
81d46470
MS
102682002-02-06 Michael Snyder <msnyder@redhat.com>
10269
10270 * gdb.texinfo (overlays): Mention new magic symbol
10271 '_ovly_debug_event', which allows GDB to keep better track
10272 of overlays.
10273
f7dc1244 102742002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10275
10276 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10277 Suggested by Dmitry Sivachenko.
10278
10279 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10280
15110bc3
MS
102812002-02-01 Michael Snyder <msnyder@redhat.com>
10282
10283 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10284
6763aef9
MS
102852002-01-30 Michael Snyder <msnyder@redhat.com>
10286
ac282366
MS
10287 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10288 (set trust-readonly-sections): Document.
6763aef9 10289
8642bc8f
AC
102902002-01-29 Andrew Cagney <ac131313@redhat.com>
10291
10292 * gdbint.texinfo (Releasing GDB): Revise and update.
10293
afe64c1a
AC
102942002-01-28 Andrew Cagney <ac131313@redhat.com>
10295
10296 * gdbint.texinfo (Target Architecture Definition): Delete
10297 description of TARGET_BYTE_ORDER_DEFAULT.
10298
f7dc1244 102992002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10300
10301 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10302 <mitya@cavia.pp.ru>.
10303
3d6e1b5a
AC
103042002-01-23 Andrew Cagney <ac131313@redhat.com>
10305
10306 * libgdb.texinfo: Delete file.
10307
6c0e9fb3
AC
103082002-01-22 Andrew Cagney <ac131313@redhat.com>
10309
10310 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10311 * gdbint.texinfo: Ditto.
10312
e0ce93ac
AC
10313Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10314
10315 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10316
be298bcc
AC
103172002-01-22 Andrew Cagney <ac131313@redhat.com>
10318
10319 * Makefile.in: Update copyright.
10320 (TEXI2DVI): Define.
10321 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10322 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10323 gdb-cfg.texi.
10324 (TEXINDEX, PDFTEX): Delete makefile variables.
10325
8e04817f
AC
103262002-01-22 Andrew Cagney <ac131313@redhat.com>
10327
10328 * gdb.texinfo (Protocol): Move section to appendix.
10329
6b2f586d
AC
103302002-01-21 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdb.texinfo (Remote Debugging): Create a menu.
10333 (Top): Add ``Remote Debugging'' to menu.
10334
6f05cf9f
AC
103352002-01-21 Andrew Cagney <ac131313@redhat.com>
10336
10337 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10338 serial protocol'' from here.
10339 (Remote Debugging): To here. New chapter.
10340
3fd3d7d2
AC
103412002-01-20 Andrew Cagney <ac131313@redhat.com>
10342
10343 * gdbint.texinfo (Target Architecture Definition): Delete
10344 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10345
7fd60527
AC
103462002-01-20 Andrew Cagney <ac131313@redhat.com>
10347
10348 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10349 are no longer needed.
10350 (Porting GDB): Add maintainer note about configure.host.
10351
c2f05ac9
AC
103522002-01-20 Andrew Cagney <ac131313@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Remove
10355 definition of IEEE_FLOAT.
10356
f7dc1244 103572002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10358
10359 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10360 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10361 <3diff@gnu.org>
231b2aad 10362
82600034
AC
103632002-01-19 Andrew Cagney <ac131313@redhat.com>
10364
10365 * gdbint.texinfo (Host Definition): Remove references to
10366 MALLOC_INCOMPATIBLE.
10367
7708fa01
AC
103682002-01-17 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10371 and xyz-xdep.o.
10372
eb12ee30
AC
103732002-01-17 Andrew Cagney <ac131313@redhat.com>
10374
889bf7c5 10375 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10376 (Set Breaks): Copy ``maint info breakpoint'' doco to
10377 ``Maintenance Commands'' appendix. Add reference.
10378
c9ccaa92
AC
103792002-01-17 Andrew Cagney <ac131313@redhat.com>
10380
10381 * fdl.texi: Remove next/prev from @node.
10382
f7dc1244 103832002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10384
10385 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10386 for monstrous @multitable (from Brian Youmans).
10387
10388 * fdl.texi: New file.
10389
10390 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10391
8973da3a
AC
103922002-01-15 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdbint.texinfo (Releasing GDB): New chapter.
10395
7d86b5d5
AC
103962002-01-14 Andrew Cagney <ac131313@redhat.com>
10397
10398 * gdb.texinfo (Embedded Processors, Calling program functions):
10399 Obsolete references to a29k.
10400
cc1cb004
AC
104012002-01-13 Andrew Cagney <ac131313@redhat.com>
10402
10403 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10404 examples. Document that a code-block should do or discard its
10405 cleanups before exit.
10406
79f12247
MS
104072002-01-11 Michael Snyder <msnyder@redhat.com>
10408
10409 * gdb.texinfo (Choosing files): Change @samp to @file.
10410
19837790
MS
104112002-01-05 Michael Snyder <msnyder@redhat.com>
10412
10413 * gdb.texinfo (--pid): Document new command line option (attach).
10414
f7dc1244 104152002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10416
10417 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10418 in the stub.
10419
d7449b42
AC
104202002-01-04 Andrew Cagney <ac131313@redhat.com>
10421
10422 * gdbint.texinfo (Target Architecture Definition): Replace
10423 BIG_ENDIAN with BFD_ENDIAN_BIG.
10424
f23631e4
AC
104252002-01-03 Andrew Cagney <ac131313@redhat.com>
10426
10427 * gdbint.texinfo (Target Architecture Definition): Replace
10428 value_ptr with struct value pointer.
10429
72c9928d
EZ
104302002-01-02 Eli Zaretskii <eliz@gnu.org>
10431
10432 * gdb.texinfo (Free Software): Fix wording.
10433
959acfd1
EZ
104342001-12-31 Eli Zaretskii <eliz@gnu.org>
10435
10436 * gdb.texinfo (Free Software): New section ``Free Software Needs
10437 Free Documentation''.
10438
f7dc1244 104392001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10440
10441 * stabs.texinfo:
10442 * gdb.texinfo:
10443 * gdbint.texinfo:
10444 * libgdb.texinfo:
10445 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10446
6600abed
MS
104472001-12-29 Michael Snyder <msnyder@redhat.com>
10448
10449 * gdb.texinfo (maint info sections): Fix typo.
10450
f6680716
MS
104512001-12-26 Michael Snyder <msnyder@redhat.com>
10452
fe95c787
MS
10453 * gdb.texinfo (maint info sections): Document.
10454
a9331b3f 10455 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10456 'info proc' sub-options that are currently not implemented.
10457
c3d3ce5b
JB
104582001-12-20 Jim Blandy <jimb@redhat.com>
10459
10460 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10461
778eb05e
AC
104622001-12-15 Andrew Cagney <ac131313@redhat.com>
10463
10464 * gdbint.texinfo (Target Architecture Definition): Replace
10465 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10466
2607059c
AC
104672001-12-01 Andrew Cagney <ac131313@redhat.com>
10468
10469 * gdbint.texinfo (Host Definition): Delete documentation on
10470 HOST_BYTE_ORDER.
10471
df0cd8c5
JB
104722001-11-30 Jim Blandy <jimb@redhat.com>
10473
10474 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10475 overlay support. Add to top-level menu.
df0cd8c5 10476
88118b3a
TT
104772001-11-26 Tom Tromey <tromey@redhat.com>
10478
10479 * gdb.texinfo (Command Syntax): Document C-o binding.
10480
96565e91
CF
104812001-07-26 Christopher Faylor <cgf@redhat.com>
10482
10483 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10484 use since it is described in the referenced section.
10485
f7dc1244 10486 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10487 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10488 clearer when using DJGPP.
10489
2a3d5645
CF
104902001-11-24 Christopher Faylor <cgf@redhat.com>
10491
10492 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10493 specifically refer to MS-DOS.
10494 (command files): Mention gdb.ini is only used on MS-DOS.
10495
aa26fa3a
TT
104962001-11-21 Tom Tromey <tromey@redhat.com>
10497
10498 * gdb.texinfo (Invoking GDB): Document --args.
10499 (Mode Options): Likewise.
10500
4f8ada06
JB
105012001-11-21 Jim Blandy <jimb@redhat.com>
10502
10503 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10504 Delete documentation; this macro has been removed from the
10505 sources.
4f8ada06 10506
3fe0dc10
JB
105072001-11-13 Jim Blandy <jimb@redhat.com>
10508
10509 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10510
9e5abb06
CV
105112001-11-06 Corinna Vinschen <vinschen@redhat.com>
10512
10513 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10514
1c5dfdad
MS
105152001-11-05 Michael Snyder <msnyder@redhat.com>
10516
a9331b3f 10517 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10518 quote regexp chars in function names such as "operator*()".
10519
990f9fe3
FF
105202001-11-01 Fred Fish <fnf@redhat.com>
10521
10522 * gdbint.texinfo (SOLIB_ADD): Document additional new
10523 "readsyms" arg.
10524
b433d00b
DH
105252001-10-30 Don Howard <dhoward@redhat.com>
10526
070b1dd3
DH
10527 * gdb.texinfo: (Command Files) Added documentation for the
10528 behavior of gdb with input redirected from a file.
b433d00b 10529
b7209cb4
FF
105302001-10-28 Fred Fish <fnf@redhat.com>
10531
10532 * gdb.texinfo (auto-solib-add): Change docs to match
10533 implementation change.
10534 (auto-solib-limit): Add docs for new variable.
10535
1aa20aa8
AC
105362001-10-15 Andrew Cagney <ac131313@redhat.com>
10537
10538 * gdbint.texinfo (Target Architecture Definition): Function
10539 value_as_pointer renamed to value_as_address.
10540
fc0c74b1
AC
105412001-10-15 Andrew Cagney <ac131313@redhat.com>
10542
10543 * gdbint.texinfo (Target Architecture Definition): Default
10544 POINTER_TO_ADDRESS functions assume unsigned addresses.
10545 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10546 posting by Jim Blandy.
10547
f4846649
JB
105482001-10-12 Jim Blandy <jimb@redhat.com>
10549
10550 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10551 version of texi2html (1.64) doesn't support this flag any more.
10552
f277788b
MK
105532001-09-08 Mark Kettenis <kettenis@gnu.org>
10554
a9dc4918
MK
10555 * gdbint.texinfo (Host Definition): Remove description of
10556 MEM_FNS_DECLARED.
10557
d28379df
MK
10558 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10559
f277788b
MK
10560 * gdbint.texinfo (Host Definition): Remove description of
10561 HAVE_SIGSETMASK.
10562
7ccaa899
EZ
105632001-09-04 Elena Zannoni <ezannoni@redhat.com>
10564
10565 * gdbint.texinfo (Target Architecture Definition): Add
10566 explanation of TARGET_PRINT_INSN macro.
10567
17d9d558
JB
105682001-08-30 Jim Blandy <jimb@redhat.com>
10569
10570 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10571 Explain what it means to load relocatable files.
10572
72cde065
JB
105732001-08-28 Jim Blandy <jimb@redhat.com>
10574
10575 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10576 info `top' menu.
10577
9e678452
CF
10578Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10579
10580 * gdbint.texinfo: Add a cautionary note about macro use.
10581
a2bea4c3 105822001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10583
a2bea4c3
CV
10584 * gdb.texinfo: Explain omitting the hostname in the
10585 `target remote' command.
10586
1129bf27
DJ
105872001-07-30 Daniel Jacobowitz <drow@mvista.com>
10588
10589 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10590 and END-INFO-DIR-ENTRY.
10591
732b3002
SC
105922001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10593
10594 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10595
89437448
AC
105962001-07-25 Andrew Cagney <ac131313@redhat.com>
10597
10598 * gdbint.texinfo (libgdb): Rewrite.
10599
f7dc1244 106002001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10601
10602 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10603
c4555f82
SC
106042001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10605
10606 * gdb.texinfo (TUI): New chapter, document the TUI.
10607 (Mode Options): Document the -tui option.
10608
2f45a6e0
MK
106092001-07-23 Mark Kettenis <kettenis@gnu.org>
10610
10611 * gdbint.texinfo (Host Definition): Remove description of
10612 NEED_POSIX_SETPGID.
10613
f7dc1244 106142001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10615
10616 * gdb.tex (DJGPP Native): New node, with descriptions of
10617 DJGPP-specific commands.
10618
be9c6c35
JM
106192001-07-19 John R. Moore <jmoore@redhat.com>
10620
10621 * gdbint.texinfo: Three misspellings.
10622
dfa249fb
AC
106232001-07-06 Andrew Cagney <ac131313@redhat.com>
10624
10625 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10626 `test` expressions on bash. Problem reported by Colin Walters.
10627
c72e7388
AC
106282001-07-04 Andrew Cagney <ac131313@redhat.com>
10629
10630 * gdbint.texinfo (User Interface): Update ui-out documentation to
10631 refelect recent UI/MI updates.
10632
94bbb2c0
AC
106332001-07-04 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10636 interpreters.
10637
af6c57ea
AC
106382001-06-15 Andrew Cagney <ac131313@redhat.com>
10639
10640 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10641 structure and not macros.
10642 (Host Definition): Document that much of this chapter is obsolete.
10643 (Target Architecture Definition): Update list of files that make
10644 up a target architecture.
10645 (Coding): Update.
10646
83aa8bc6
AC
106472001-06-28 Andrew Cagney <ac131313@redhat.com>
10648
10649 * gdbint.texinfo (Target Architecture Definition): Update
10650 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10651 The latter has been changed to a true predicate.
10652
f7dc1244 106532001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10654
10655 * annotate.texi: Add @noindent where needed. From Dmitry
10656 Sivachenko <dima@Chg.RU>.
10657 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10658
656db9b0
AC
106592001-06-16 Andrew Cagney <ac131313@redhat.com>
10660
10661 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10662
df2396a1
AC
106632001-06-14 Andrew Cagney <ac131313@redhat.com>
10664
10665 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10666 returns ``OK''. Document that the ``R'' packet does not reply.
10667
0f1f2b0a
MS
106682001-06-13 Michael Snyder <msnyder@redhat.com>
10669
10670 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10671
f7dc1244 106722001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10673
10674 * gdb.texinfo (Signals): Clarify the default setting of signal
10675 handling.
10676
a5d7c491
AC
106772001-05-14 Andrew Cagney <ac131313@redhat.com>
10678
10679 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10680 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10681
05a54c4f
AC
106822001-05-12 Andrew Cagney <ac131313@redhat.com>
10683
10684 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10685
f7dc1244 106862001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10687
10688 * gdbint.texinfo (Clean Design and Portable Implementation):
10689 Renamed from "Clean Design".
10690 (Clean Design and Portable Implementation): Document portable
10691 methods of handling file names, and the associated macros.
10692
f7dc1244 106932001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10694
10695 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10696 command and provide a cross-reference to its description.
10697 (Symbols): Note that "info scope" is useful for trace experiments.
10698
f7dc1244 106992001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10700
b37052ae
EZ
10701 * gdb.texinfo (Symbols): Document "info scope".
10702 (Tracepoints): New chapter.
10703 (Contributors): Update for v5.1.
10704 <All nodes>: Change "C++" to "C@t{++}".
10705
0ee54786
EZ
10706 * gdbint.texinfo (User Interface): A new section about ui_out
10707 functions, based on text written by Fernando Nasser.
10708
c534679c
EZ
10709 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10710
f7dc1244 107112001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10712
e9c75b65
EZ
10713 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10714
10715 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10716
10717 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10718 Replace "GDB" with "@value{GDBN}". Fix markup.
10719
10720 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10721
3d67e040
EZ
10722 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10723 a cross-reference to its description.
10724 (Symbols): Document "info symbol".
10725
f7dc1244 107262001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10727
10728 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10729 subsection "x86 Watchpoints".
10730 (Target Architecture Definition): Document the macros
10731 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10732 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10733
b0ed3589
AC
107342001-03-20 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbint.texinfo (Target Architecture Definition): Update
10737 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10738 list.
10739
b6ba6518
KB
107402001-03-06 Kevin Buettner <kevinb@redhat.com>
10741
10742 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10743 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10744
f7dc1244 107452001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10746
10747 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10748
f7dc1244 107492001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10750
17cc6a06
EZ
10751 * gdb.texinfo (Environment): Document that `path' does not change
10752 the value of PATH in GDB's own environment (it did in the past,
10753 but that was changed on March 15, 1994). Reported by Doug Evans
10754 <dje@transmeta.com>.
10755
56caf160
EZ
10756 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10757 its line. Fix markup of commands and macros. Add an Index node
10758 and index entries.
10759
29e57380
C
107602001-01-23 J.T. Conklin <jtc@redback.com>
10761
10762 * gdb.texinfo (Memory region attributes): New manual section.
10763
1c6147de
ND
107642001-01-04 Nicholas Duffek <nsd@redhat.com>
10765
10766 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10767
f7dc1244 107682000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10769
10770 * refcard.tex: Version and copyright fixed. From Phil Edwards
10771 <pedwards@disaster.jaj.com>.
10772
0dcedd82
AC
10773Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10774
10775 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10776 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10777
3b851bce
AC
10778Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10779
10780 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10781 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10782
f7dc1244 107832000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10784
10785 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10786 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10787
b90a5f51
CF
107882000-11-10 Christopher Faylor <cgf@cygnus.com>
10789
10790 * gdb.texinfo: Document new 'set step-mode' command.
10791
f7dc1244 107922000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10793
10794 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10795 changes from Dmitry Sivachenko <dima@Chg.RU>.
10796
f7dc1244 107972000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10798
10799 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10800 From Steven Johnson <sbjohnson@ozemail.com.au>.
10801
2e685b93
MK
108022000-08-10 Mark Kettenis <kettenis@gnu.org>
10803
10804 * gdbint.texinfo (Overall Structure): Spelling fix.
10805
f7dc1244 108062000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10807
10808 * gdbint.texinfo (Target Architecture Definition): Document that
10809 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10810 for which REGISTER_CONVERTIBLE returns a zero value.
10811
63ac3005
EZ
108122000-07-08 Christopher Faylor <cgf@cygnus.com>
10813
10814 * Makefile.in (install-info): Find files to install in either the
10815 build or source directories (adapted from Makefile.am).
10816
bd79f757
ND
108172000-07-07 Nicholas Duffek <nsd@redhat.com>
10818
10819 * stabs.texinfo: Fix spelling errors.
10820 (String Field): FILE-NUMBER starts from 0, not 1.
10821
f7dc1244 108222000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10823
10824 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10825 Brian Youmans.
5f208f6d 10826
f7dc1244 108272000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10828
10829 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10830 the source directory. Reported by Mark Harig
10831 <markh@frazier.landmark.com>.
cc542d3b 10832
f3b28801
C
108332000-06-20 J.T. Conklin <jtc@redback.com>
10834
10835 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10836
449f3b6c
AC
10837Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10838
10839 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10840 Generate using pdftex.
449f3b6c 10841 (PDFTEX): Define.
889bf7c5 10842 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10843 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10844 @contents at the start.
449f3b6c 10845
f7dc1244 108462000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10847
10848 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10849 Youmans.
48e934c6 10850
9e9c5ae7
AC
10851Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10852
10853 From Brian Youmans:
10854 * gdb.texinfo: Fix ``et al.''.
10855
c741b251
AC
10856Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10857
10858 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10859 loop.
c741b251 10860
4ab64e14
JG
108612000-05-19 Jimmy Guo <guo@cup.hp.com>
10862
10863 * configure: Regenerate.
10864
f7dc1244 108652000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10866
10867 * Makefile.in (install-info): Run install-info on installed Info
10868 files.
10869
8c70017b
AC
10870Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10871
a7cb598a 10872 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10873 Andrew Cagney.
8c70017b 10874
f7dc1244 108752000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10876
10877 * gdb.texinfo: Proofreading changes from Brian Youmans.
10878
bf0184be
ND
108792000-05-01 Nick Duffek <nsd@cygnus.com>
10880
10881 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10882 startup sequence, minor edits.
10883
f7dc1244 108842000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10885
10886 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10887 TeX.
10888
10889 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10890 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10891 like `n' and `s' which look weird. Convert some of the @kindex to
10892 @vindex, when they refer to variables, not commands.
10893
33e16fad
AC
10894Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10895
10896 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10897
f7dc1244 108982000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10899
10900 * Makefile.in (GDBMI_DIR): New variable.
10901 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10902 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10903 (gdbmi.texinfo): New target, for texi2roff.
10904 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10905 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10906
10907 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10908 gdbmi.texinfo.
10909 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10910 comment.
10911
d167840f
EZ
109122000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10913
10914 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10915 command.
d167840f 10916
f7dc1244 109172000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10918
10919 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10920 prevents the build (and is generally a Bad Idea).
10921
f7dc1244 109222000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10923
10924 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10925 a comma inside @var.
10926 (Command Files): Index markup changes from Dmitry Sivachenko
10927 <dima@Chg.RU>.
10928
f7dc1244 109292000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10930
10931 * Makefile.in (LN_S): Define.
10932 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10933 invoke "ln -s" unless it is known to work.
10934
10935 * configure.in (AC_PROG_LN_S): Add.
10936
8dc7983f
JB
109372000-04-14 Jim Blandy <jimb@redhat.com>
10938
10939 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10940 section.
10941 (Target Conditionals): Document ADDRESS_TO_POINTER,
10942 POINTER_TO_ADDRESS.
10943
1a8237e8
DB
109442000-04-11 Daniel Berlin <dan@cgsoftware.com>
10945
10946 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10947 gdb-cfg.texi to get the value.
10948
ca526f1a
JB
109492000-04-10 Jim Blandy <jimb@redhat.com>
10950
10951 * gdbint.texinfo (Target Architecture Definition): Fix
10952 cross-references.
10953
faaafcb4
JB
109542000-04-08 Jim Blandy <jimb@redhat.com>
10955
10956 * gdbint.texinfo (Using Different Register and Memory Data
10957 Representations): New section.
10958 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10959 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10960 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10961
1b27397f
AC
10962Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10965 for acknowledgments.
1b27397f 10966
480ff1fb
AC
10967Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10968
10969 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10970 qThreadExtraInfo.
480ff1fb 10971
a9331b3f 109722000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10973
a9331b3f
RM
10974 * gdb.texinfo: Clarify which remote debug protocol commands are
10975 required and which are optional.
f1251bdd 10976
dbeb8dbd
AC
10977Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10978
10979 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10980 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10981 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10982 * annotate.texi: Update.
10983
6d2ebf8b
SS
109842000-03-28 Stan Shebs <shebs@apple.com>
10985
10986 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10987 expectation of additional changes before release), update
10988 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10989 node links, rephrase and/or shorten lines to fix formatting
10990 problem in both regular and @smallbook formats.
10991 * annotate.texi: Shorten lines in example, use smallexample
10992 consistently everywhere.
10993 * Makefile.in: Add comment about texinfo 4.0 html generation.
10994 (SFILES_INCLUDED): Add annotate.texi.
10995
5d161b24
DB
109962000-03-27 Daniel Berlin <dan@cgsoftware.com>
10997
5ae4183a
AS
10998 * gdb.texinfo (Debugging Output): Added new section, documenting
10999 the "set/show debug" commands.
5d161b24 11000
b9deaee7
AC
11001Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11002
11003 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11004 entry.
b9deaee7
AC
11005
11006 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11007 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11008 @chapter and @node entries.
a9331b3f 11009
b9deaee7 11010 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11011
9ef47d30
AC
11012Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11013
11014 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11015 files.
9ef47d30 11016
cfeada60
FN
110172000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11018
11019 From David Whedon <dwhedon@gordian.com>
5ae4183a 11020 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11021
6837a0a2
DB
110222000-03-22 Daniel Berlin <dan@cgsoftware.com>
11023
11024 * gdb.texinfo: Add documentation for the apropos command.
11025
bba2971c
MS
110262000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11027
11028 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11029
2b628194
MS
110302000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11031
a9331b3f 11032 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11033 two places.
11034
96a2c332
SS
110352000-03-17 Stan Shebs <shebs@apple.com>
11036
11037 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11038 <dima@Chg.RU>, also clarification of allowed content for
11039 string constants.
11040
f7dc1244 110412000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11042
11043 * gdb.texinfo (main menu): Add Annotations.
11044 (File Options): Add @cindex entries for each command-line option.
11045 Document --epoch, --annotate, --async, --interpreter, --write,
11046 --statistics, and --version.
11047
11048 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11049 of GDB.
11050
9d233477
JB
110512000-02-23 Jim Blandy <jimb@redhat.com>
11052
11053 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11054
14e0eb3b
JB
110552000-02-22 Jim Blandy <jimb@redhat.com>
11056
11057 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11058
3555de01
JM
110592000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11060
11061 * Makefile.in (diststuff): New target.
11062
5e35df8e
KB
110632000-02-15 Kevin Buettner <kevinb@redhat.com>
11064
11065 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11066 architecture. [From Jim Wilson.]
5e35df8e 11067
c5394b80
JM
110682000-01-16 Tom Tromey <tromey@cygnus.com>
11069
11070 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11071 (Delete Breaks): Mention range arguments.
11072 (Disabling): Likewise.
11073
c3f6f71d
JM
110742000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11075
11076 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11077
c4093a6a
JM
11078Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11079
11080 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11081 valid functions.
c4093a6a 11082
11cf8741
JM
110831999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11084
11085 * gdb.texinfo: Clarify regular expressions used in rbreak.
11086
917317f4
JM
110871999-10-15 Kevin Buettner <kevinb@cygnus.com>
11088
11089 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11090 MEMORY_REMOVE_BREAKPOINT): Document.
11091
11092Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11093
11094 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11095 offset re-using the DATA offset instead.
917317f4 11096
2df3850c
JM
110971999-10-11 Jim Kingdon <kingdon@redhat.com>
11098
11099 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11100
111011999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11102
11103 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11104 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11105 typos.
11106
11107 * gdb.texinfo: Various minor wording and formatting improvements,
11108 mentions of additional command-line options.
11109
2acceee2
JM
111101999-09-30 Fred Fish <fnf@cygnus.com>
11111
11112 * gdb.texinfo: Document additional forms of specifying section
11113 names and addresses for the add-symbol-file command.
11114
c2c6d25f
JM
111151999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11116
11117 * gdbint.texinfo: Fix typo, add the word "have".
11118
111191999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11120
11121 * gdbint.texinfo (Target Architecture Definition): Document the
11122 SKIP_PERMANENT_BREAKPOINT macro.
11123
d4f3574e
SS
111241999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * gdb.texinfo: Fiks speling errers.
11127
11128 * gdb.texinfo: Fix uses of @multitable.
11129
f7dc1244 11130 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11131 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11132 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11133 comments about using with optimization, add more indexing,
11134 fix info about disassembly-flavor.
11135
11136Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11137
11138 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11139 SKIP_SOLIB_RESOLVER): Define.
11140
11141Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11142
11143 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11144 ``g'' packets.
d4f3574e 11145
104c1213
JM
111461999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11147
11148 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11149 platform-specific info, inline remote.texi and move sections of it
11150 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11151 and register stack into the new chapter.
11152 * remote.texi: Remove, now part of gdb.texinfo.
11153 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11154
111551999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11156
11157 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11158 GDB_TARGET_IS_MACH386): These kludges have gone away.
11159
11160Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11161
11162 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11163 TDEPLIBS.
104c1213 11164
53a5351d
JM
111651999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11166
11167 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11168 surrounding text to fit HP-UX bits into general info.
11169 (HPPA-cfg.texi): Remove, no longer useful.
11170
11171 * gdb.texinfo: Remove explicit links from @node lines, remove
11172 HP-added "Detailed Node Listing" from main menu which confuses
11173 things.
11174
11175 From Dmitry Sivachenko <dima@Chg.RU>:
11176 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11177 in description of `set environment'.
53a5351d
JM
11178
111791999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11180
11181 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11182
7be570e7
JM
111831999-08-12 Ben Elliston <bje@cygnus.com>
11184
11185 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11186
f7dc1244 111871999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11188
11189 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11190 watch, awatch, and rwatch. Explain why the latter two cannot be
11191 set as software watchpoints. Document that watchpoints for local
11192 variables are deleted when the debuggee terminates.
7be570e7
JM
11193
11194Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11195
11196 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11197 packet. Allow E.. response packet. "qRcmd" packet is no longer
11198 reserved.
7be570e7
JM
11199
112001999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11201
a9331b3f
RM
11202 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11203 * gdb.texinfo: Ditto.
7be570e7 11204
96baa820
JM
112051999-08-06 Tom Tromey <tromey@cygnus.com>
11206
11207 * gdb.texinfo (KOD): New node.
11208
11209Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11210
11211 * remote.texi (Rcmd): Fix minor formatting typos.
11212
11213Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11214
11215 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11216 packets.
96baa820 11217
adf40b2e
JM
112181999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11219
11220 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11221 fixes.
11222
43ff13b4
JM
11223Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11224
11225 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11226
085dd6e6
JM
11227Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11228
11229 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11230 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11231 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11232 packets that are not supported on all hosts. Expand examples.
11233 Spell check.
085dd6e6
JM
11234
112351999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11236
11237 * Makefile.in: Recognize html, install-html. Add targets
11238 to build HTML versions of documentation via texi2html.
11239
11240Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11241
11242 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11243 testsuite.
085dd6e6
JM
11244
11245Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11246
11247 * remote.texi (Communication Protocol): Rewrite.
11248
11249Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11250
11251 * stabs.texinfo: Fix uses of xref.
11252
9e0b60a8
JM
11253Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11254
11255 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11256 info about patch submission.
11257
cce74817
JM
11258Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11259
11260 From Per Bothner <bothner@cygnus.com>:
11261 * gdb.texinfo: Document Chill support.
11262
11263Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11264
11265 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11266 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11267 Document that the value should be greater-than or equal-to zero.
11268 (NO_STD_REGS): Document. Deprecate.
cce74817 11269
ac9a91a7
JM
11270Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11271
11272 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11273 Document that these are not used.
ac9a91a7
JM
11274
11275Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11276
11277 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11278
392a587b
JM
11279Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11280
11281 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11282 numargs was dropped.
392a587b
JM
11283
11284Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11285
11286 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11287
b83266a0
SS
11288Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11289
11290 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11291 Update.
b83266a0 11292
7a292a7a
SS
11293Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11294
11295 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11296 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11297
11298Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11299
11300 * gdbint.texinfo: Fix typos: $ -> @.
11301
11302Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11303
11304 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11305 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11306 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11307 BREAKPOINT_FROM_PC.
a9331b3f 11308
7a292a7a
SS
11309Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11310
11311 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11312 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11313
11314Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11315
11316 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11317 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11318
113191999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11322 longer exists.
11323
11324Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11325
11326 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11327 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11328 they make the manual source incomprehensible.
7a292a7a
SS
11329 * h8-cfg.texi: Remove, hasn't been used in years.
11330
c906108c
SS
11331Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11332
11333 * gdb.texinfo: Update the credits.
11334
11335Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11336
11337 * gdb.texinfo: Fix mistakes noticed in printout of last
11338 draft, add Alpha to discussion of heuristic fence post.
11339
11340Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11341
11342 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11343 Edition, merge some HP changes into mainline, describe some
11344 previously undocumented features, describe more of the target
11345 commands available, eliminate obsolete section on renamed
11346 commands.
c906108c
SS
11347 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11348
11349Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11350
11351 * gdb.texinfo: Make many HPPA conditionals unconditional,
11352 including catchpoint description, since now on for all configs.
11353 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11354 specializations.
11355
11356Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11357
11358 * Makefile.in (GDBvn.texi): Fix match expression to work with
11359 current format of VERSION in gdb/Makefile.in.
11360 * gdb.texinfo: Fix node ref to match new readline.
11361
11362Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11363
a9331b3f
RM
11364 * gdb.texinfo: Changes made as part of a project to merge in
11365 changes made by HP. Documentation makes extensive use of
c906108c
SS
11366 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11367 on remote debugging. There are differences in documentation
889bf7c5 11368 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11369 the HP manual discusses catchpoints, hardware watchpoints, and
11370 some HPUX specific limitations for shared library support.
a9331b3f 11371
c906108c
SS
11372 There are also a number of @node changes.
11373
113741999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11375
11376 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11377 (C Usage): Same.
11378
11379Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11380
11381 The following changes were made by Edith Epstein
889bf7c5
PA
11382 <eepstein@cygnus.com> as part of a project to merge in changes
11383 made by HP.
a9331b3f 11384
c906108c
SS
11385 * HPPA-cfg.texi: new file.
11386
11387 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11388
11389 * refcard.tex: change documentation about catch.
11390 removed info catch.
11391
11392Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11393
11394 * gdbint.texinfo: Expand on GDB's coding standards,
11395 specify the use of arg names with prototypes.
11396
113971998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11398
11399 * gdb.texinfo: Fix tipo.
11400
11401Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11402
11403 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11404 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11405
11406Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11407
11408 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11409
114101998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11411
11412 * agentexpr.texi: New file.
11413
11414Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11415
11416 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11417
114181998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11419
11420 * remote.texi: Changed wording that implied that the GDB remote
11421 protocol caches register values instead of GDB itself.
11422
11423Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11424
11425 * gdbint.texinfo: Add some info about symbol readers.
11426 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11427 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11428 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11429 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11430
11431Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11432
a9331b3f 11433 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11434
11435Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11436
11437 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11438
11439Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11440
11441 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11442 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11443
11444Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11445
11446 * gdbint.texinfo: Fix minor typos.
11447
11448Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11449
11450 * gdbint.texinfo: Complete overhaul. Group descriptions more
11451 logically, add more info on generic algorithms, remove much
11452 obsolete and/or wrong material.
11453
11454Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11455
11456 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11457
11458Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11459
11460 * refcard.tex: Copyright, address updates.
11461
11462Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11463
11464 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11465 for the edition instead of confusing GDB-version-like numbers.
11466
11467Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11468
11469 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11470
11471Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11472
5ae4183a 11473 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11474
11475Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11476
11477 * gdb.texinfo: Add some credits, mention bug monitor.
11478 * remote.texi: Mention mips monitor targets.
11479 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11480
c906108c
SS
11481Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11482
11483 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11484 files, finish sorting of host vs target vs native macros, describe
11485 some more of them.
c906108c
SS
11486
11487Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11488
11489 * gdbint.texinfo (Host Conditionals): Document change from
11490 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11491
11492Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11493
11494 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11495 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11496
11497Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11498
11499 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11500 Document LSEEK_NOT_LINEAR.
11501
11502Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11503
11504 * stabs.texinfo (Stab Section Basics): Make it clear that only
11505 some versions of the GNU linker remove the leading N_UNDF symbol.
11506
11507Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11508
11509 * stabs.texinfo (String Field): Document type number pairs here,
11510 instead of in the Sun specific section.
11511 (Include Files): The GNU linker supports the N_BINCL
11512 optimization. Clarify the N_BINCL value, and what it is used
11513 for.
11514 (Procedures): Document N_FUN with an empty string to mark the end
11515 of a function.
11516 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11517 (Sun Differences): Remove this node, as the information is now
11518 elsewhere in the main document.
11519 (Stab Section Basics): Mention that the GNU linker may optimize
11520 stabs and remove the leading N_UNDF symbol.
11521
11522Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11523
11524 * gdb.texinfo, refcard.tex: Restore author credit
11525
11526Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11527
11528 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11529 documentation to account for START and END macros taking
11530 one arg.
11531
11532Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11533
11534 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11535 * gdb.texinfo (Frames): Fix typo.
11536
11537Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11538
11539 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11540 a target_signal as arg type, not a pid.
11541
11542Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11543
11544 * gdb.texinfo: Document `set assembly-language'.
11545
11546Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11547
11548 * remote.texi: Update list of stubs in the GDB distribution.
11549
11550Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11551
11552 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11553 Also document that some systems can use mmalloc but must define
11554 this if their C runtime allocates memory that is later freed.
c906108c 11555 (MMCHECK_FORCE): Document new macro.
a9331b3f 11556
c906108c
SS
11557Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11558
11559 * remote.texi: Add documentation for target Sparclet.
11560
11561Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11562
a9331b3f 11563 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11564 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11565 * configure.in: Rewritten for autoconf.
11566 * configure: New.
11567
11568Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11569
11570 * Makefile.in (DVIPS): New define, set to dvips.
11571 (dvi): Add stabs.dvi.
11572 (ps): New target.
11573 (all-doc): Depend on info, dvi, and ps targets.
11574 (STAGESTUFF): Add *.ps and *.dvi files.
11575 (clean-info, clean-dvi): Remove.
11576 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11577 rules completely rewritten.
11578 (maintainer-clean): Remove clean-info and clean-dvi
11579 dependencies and put their actions in the rules.
11580 (gdb.ps): New target
a9331b3f 11581 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11582 intermediate TeX files, whether they have 2 or 3 character
11583 extensions.
11584 (gdbint.ps): Add target and rules.
11585 (gdb-internals): Delete unused target.
11586 (Makefile): Depends upon config.status also.
11587
11588Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11589
11590 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11591 set.
11592
11593Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11594
11595 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11596 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11597
11598Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11599
11600 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11601
11602Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11603
11604 * gdb.texinfo (Print settings): Document
11605 `set/show print static-members' commands.
11606
11607Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11608
11609 * gdbint.texinfo (Native): Document name change, coredep.c to
11610 core-aout.c.
11611
11612Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11613
11614 * stabs.texinfo (Include Files): Document the values the SunOS4
11615 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11616
11617Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11618
11619 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11620 Fix typo.
11621
11622Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11623
11624 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11625 "gdb.tar.Z".
11626
11627Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11628
11629 * Makefile.in (maintainer-clean): New target, synonym for
11630 realclean.
11631
11632Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11633
11634 * Update all FSF addresses except those in COPYING* files.
11635
11636Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11637
11638 From Richard Earnshaw (rearnsha@armltd.co.uk):
11639 * gdb.texinfo (convenience variables): Document $_exitcode.
11640 (quit): Document optional expression to use as exit code.
11641
11642Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11643
11644 * gdb.texinfo, remote.texi: Brought up to date with various
11645 GDB changes.
11646
11647Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11648
11649 * gdb.texinfo: Update dates and versions, fix comments about
11650 hardware watchpoints in future releases and about the
11651 sharedlibrary command.
11652
11653Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11656 C_FUN stab. Other cleanups.
11657
11658Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11659
11660 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11661 for the sparc stub.
11662
11663Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11664
11665 * annotate.texi: Clarify which addresses have differing formats
11666 depending on the language and which do not.
11667
11668Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11669
11670 * remote.texi (NetWare): Changed example to use BOARD= instead of
11671 NODE= argument to reflect correspoding change to gdbserve.nlm.
11672
11673Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11674
11675 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11676 GDB, as well as AIX dbx, supports the size type attribute.
11677
11678Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11679
11680 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11681
11682Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11683
11684 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11685 and new 'if' and 'while' commands.
11686
11687Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11688
11689 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11690
11691Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11692
11693 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11694 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11695 NetWare targets. Mostly stolen from the Server node.
11696
11697Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11698
11699 * gdb.texinfo (Setting): Talk about the language of a source file
11700 versus the working language. The old documentation did not match
11701 what GDB did.
11702
11703Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11704
11705 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11706 of a source file.
11707
11708Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11709
11710 * gdb.texinfo (Processes): New node.
11711
11712Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11713
11714 * remote.texi: Update documentation of set/show mipsfpu.
11715
3fc11d3e
JM
11716Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11717
11718 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11719 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11720
11721Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11722
11723 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11724 obsolete conditionals, described some others.
11725
11726Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11727
11728 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11729 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11730
11731Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11732
11733 * gdbint.texinfo: Put regex conditionals in their own table.
11734
11735Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11736
11737 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11738 described or fixed the descriptions of many others.
11739
11740Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11741
11742 * gdb.texinfo: Add some more credits.
11743 * gdbint.texinfo: Capitalize GDB consistently, describe some
11744 macros and remove some.
11745
11746Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11747
11748 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11749 obsolete conditionals, described some others.
11750
11751Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11752
11753 * gdb.texinfo (help targets): Changed to `help target', which
11754 is the correct gdb command.
11755
11756Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11757
11758 * annotate.texi (TODO): New node, for keeping track of annotations
11759 suggested but not yet implemented.
11760
11761Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11764 another symbol, it is not the address itself.
11765
11766Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11767
11768 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11769 of stabs-in-coff sections.
11770
11771Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11772
11773 * annotate.texi: Change edition to 0.5 and date to May 1994.
11774 Add index.
11775 (Frames): New node, for frame annotation.
11776 (Displays): New node, for display annotation.
11777
11778 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11779 when waiting for your program to stop.
11780
11781Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11782
11783 * annotate.texi (Breakpoint Info): Document annotation of header
11784 fields and record annotation.
11785
11786Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11787
11788 * annotate.texi: New file, to document annotations.
11789
11790Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11791
11792 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11793 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11794
11795Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11796
11797 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11798 section, and say n_strx field is compilation unit relative.
11799 * stabs.texinfo: Don't use @code for a.out when it is the name of
11800 an object file format.
11801
11802Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11803
11804 * gdb.texinfo: Refer to file names, not path names, per rms
11805 convention.
11806 (Arguments): Fix typo.
11807
11808Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11809
11810 * stabs.texinfo (Global Variables): Talk about stabs in files
11811 where variables are referenced, but not defined.
11812
11813Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11814
11815 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11816 Cplusplus to new nodes Member Type Descriptor and Method Type
11817 Descriptor. Re-write stuff for #.
11818
11819Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * gdb.texinfo (Print Settings): Don't document "set print
11822 fast-symbolic-addr off". The bug which it worked around was fixed
11823 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11824
11825 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11826 N_ENTRY node.
11827
11828 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11829
11830Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11831
11832 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11833 references to ieee-float.c.
11834
11835Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11836
11837 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11838 match what the code actually does.
11839
11840Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11841
11842 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11843
11844Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11845
11846 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11847 i, and b.
11848
11849Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11850
11851 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11852 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11853 as "stabs in sections" rather than just saying "ELF and SOM".
11854 Also make that stuff apply to COFF.
11855
11856Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11857
11858 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11859 Ghostscript.
11860
11861Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11862
11863 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11864 versus functions without line numbers, also mention stepping into
11865 them as well as "step" when you are in them. Tell the user how to
11866 deal with the situation. Add comment about "debugging information".
11867
11868Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11869
11870 * stabs.texinfo (Enumerations): Document restriction on where
11871 enumeration types can appear and still win with GDB.
11872
11873Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11874
11875 * stabs.texinfo (Negative Type Numbers): Document format for type
11876 -16.
11877
11878Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11879
11880 * gdb.texinfo (Selection, Frame Info): Update information about
11881 arbitrary frame specficiations.
11882
11883Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11884
11885 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11886
11887Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11888
11889 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11890
11891Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11892
11893 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11894
11895Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11896
11897 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11898 Differences node to Statics node.
11899 (Statics): Discuss XCOFF use of V symbol descriptor.
11900
11901 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11902 not clean.
11903
11904Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11905
11906 * gdb.texinfo (Print Settings): Document `set print
11907 fast-symbolic-addr' and improve the doc for some other
11908 `set print's.
11909
11910Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo (String Field): Talk about defining several type
11913 numbers at once.
11914 Fix lint regarding changing node ELF Transformations to
11915 ELF and SOM Transformations.
11916
11917Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11918
11919 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11920
11921Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11922
11923 * stabs.texinfo (Cross-References): `::' is for nested types only
11924 within <>.
11925 (Structures): Document static members.
11926
11927Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * stabs.texinfo: Document S type attribute.
11930
11931Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11932
11933 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11934
11935Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11936
11937 * gdbint.texinfo: Fix a few typos.
11938
11939Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11940
11941 * gdb.texinfo, remote.texi: formatting improvements
11942
11943 * gdb.texinfo (New Features): mention threads.
11944 (Summary, C): fix xrefs in newly contributed text.
11945 (Threads): index entries, clarifications, example
11946 (passim): minor typos fixed, phrasing improvements
11947
11948 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11949 entries; (Server): explain use of gdbserver w/real-time systems,
11950 add example of conflicting TCP port; (MIPS Remote) break up
11951 running text into table, highlighting commands, and add example.
a9331b3f 11952
c906108c
SS
11953Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11954
11955 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11956
11957Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11958
11959 * stabs.texinfo (Nested Symbols): New node.
11960 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11961
11962Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11963
11964 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11965 to picking which Bbss.bss symbol to use, and (because there seems to
11966 be no good way of doing it) re-write some of the text to make it
11967 sound like Bbss.bss isn't such a great idea after all (as currently
11968 designed).
11969
11970 * gdb.texinfo (C): In addition to saying people have to use g++ for
11971 good results, say they have to use stabs. Specifically say cfront
11972 doesn't work well.
11973 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11974 the gdb README. Add xrefs to places where the support for the various
11975 languages is described in detail.
11976
11977Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11978
11979 * stabs.texinfo: Clean up stuff about visibility and virtual
11980 characters.
11981
11982 * stabs.texinfo (N_M2C): Cite Sun doc.
11983
11984Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11985
11986 * gdb.texinfo: updates re threads.
11987 * remote.texinfo: avoid index entries starting with digits.
11988
11989Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * stabs.texinfo (Enumerations): Talk about large, negative and
11992 octal values. Clean up cross reference to type attributes.
11993 (String Field): Say that GDB 4.11 supports size attribute.
11994
11995Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11996
11997 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11998 is a mandatory step. Make the stuff about that more concise.
11999
12000Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo (Class Names): New node.
12003
12004 * gdb.texinfo (Command Files): Explain order of init file reading.
12005
12006 * remote.texi (Bootstrapping): Talk about getting the serial driver
12007 to deal with ^C sent by gdb to stop the remote system.
12008
12009Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12010
12011 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12012
12013 * libgdb.texinfo (Defining Commands): made the DOC arg
12014 to gdb_define_app_command a char * instead of char **
12015 per a suggestion from kingdon.
12016
12017 * libgdb.texinfo: total rewrite from a different starting
12018 premise.
12019
12020Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12023 floats passed as doubles (to improve clarity).
12024
12025Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12026
12027 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12028
12029 * a4rc.sed: update to work with Andreas Vogel papersize params
12030
12031 * refcard.tex: use Andreas Vogel simplifications of papersize
12032 params; remove useless version info; update copyright date.
12033
12034Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12035
12036 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12037
12038Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12039
12040 * gdb.texinfo (Files): Say what address the load command loads it at.
12041
12042 * stabs.texinfo (Common Blocks): Minor cleanups.
12043
12044 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12045 that Sun has backed away from the linker kludge and thus the relevant
12046 issue is changes to the SunPRO tools, not the Solaris linker.
12047
12048 * stabs.texinfo (Traditional Integer Types): Clean up description
12049 of octal bounds a little bit. Document extra leading zeroes.
12050
12051Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12052
12053 * gdb.texinfo (Signaling): Update for symbolic symbol names
12054 and add a section explaining the difference between the GDB
12055 signal command and the shell kill utility.
12056
12057Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12058
12059 * libgdb.texinfo: added `@' to braces that were unescaped.
12060
12061Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12062
12063 * libgdb.texinfo: new file. Spec for the gdb library.
12064
12065Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12066
12067 * stabs.texinfo (Include Files): Fix typo (start -> end).
12068
12069Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12070
12071 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12072 from Melissa at FSF's editing pass.
12073
12074Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12075
12076 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12077 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12078 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12079
12080Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12081
12082 * remote.texi (Bootstrapping): Discuss 386 call gates.
12083
12084Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12085
12086 * stabs.texinfo (Based Variables): New node.
12087
12088Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12089
12090 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12091 names, sizes, and formats to suggest how not to lose.
12092
12093Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12094
12095 * stabs.texinfo (Methods): Fix typo.
12096
12097Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12098
12099 * gdb.texinfo: Fix a few typos.
12100
12101Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12102
12103 * gdb.texinfo: Clarify how well it works with Fortran.
12104
12105 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12106 More on relocating stabs in ELF files.
12107
12108Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12109
12110 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12111
12112Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12113
12114 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12115 parameters on VAX.
12116
12117Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12118
12119 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12120
12121Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12122
12123 * stabs.texinfo: Make info author notice match the TeX author notice.
12124
12125Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12126
12127 * stabs.texinfo: Initial-caps all words in node names and
12128 non-trivial words in section names.
12129
12130Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12131
12132 * stabs.texinfo: Many minor cleanups.
12133
12134 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12135
12136Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12137
12138 * stabs.texinfo: Remove full description of big example.
12139 It's not really helpful; just use pieces of it where appropriate.
12140 Add more Texinfo formatting directives (@samp, etc.).
12141 Use @deffn to define stab types.
12142 Eliminate some wordiness. Break up some nodes.
12143 Add an (alphabetized) index of symbol types.
12144 Use consistent capitalization style in node and section names.
12145
12146Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12147
12148 * gdb.texinfo: Change typo "Two two" to "The two".
12149
12150Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12151
12152 * stabs.texinfo (XCOFF-differences): Remove references to
12153 non-existent types N_DECL and N_RPSYM.
12154
12155 * stabs.texinfo (String Field): Say that type attributes bug is
12156 fixed in GDB 4.10, since it is.
12157
12158 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12159
12160Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12161
12162 * stabs.texinfo: Formatting cleanups.
12163
12164Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * stabs.texinfo: When explaining the n_type of a stab, standardize
12167 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12168 no tabs, use @r).
12169 (Global Variables): Clean up.
12170
12171Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * stabs.texinfo (Stack Variables): Re-write.
12174
12175Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12176
12177 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12178 addresses of a source file. Also revise formatting.
12179 Change "object module" or "object file" to "source file".
12180 Various: Miscellaneous cleanups.
12181
12182Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12183
12184 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12185
12186Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12187
12188 * gdbint.texinfo: Removed many nonsensical machine-collected
12189 host and target conditionals, described some of the remainder.
12190
12191Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12192
12193 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12194
12195 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12196 paragraph which follows.
12197
12198 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12199 variables. Looks better and avoids overful hbox.
12200
12201Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12202
12203 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12204
12205Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12206
12207 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12208 retransmit-timeout
12209
12210Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12211
12212 * gdbint.texinfo: Update statement about `some ancient Unix
12213 systems, like Ultrix 4.0' to Ultrix 4.2.
12214
12215Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12216
12217 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12218
12219 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12220
12221 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12222 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12223
12224 * remote.texi: new name for former gdbinv-s.texi
12225
12226 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12227
12228Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12229
12230 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12231 variables for MIPS remote debugging protocol.
12232
12233Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12234
12235 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12236
12237Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12238
12239 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12240
12241Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12242
12243 * gdb.texinfo: repair conditional bugs in text markup
12244
12245Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12246
12247 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12248 to select Modula-2 material.
12249
12250Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * stabs.texinfo: Cleanups regarding statics.
12253
12254 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12255 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12256
12257Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12258
12259 * stabs.texinfo: N_MAIN is sometimes used for C.
12260
12261Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12262
12263 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12264
12265Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12266
12267 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12268 removed from the code by Kingdon.
c906108c
SS
12269
12270Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12271
12272 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12273 input when evaluating breakpoint conditions; the bug has been fixed.
12274
12275 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12276 sets the ignore count to N-1, not to N.
12277
12278Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12279
12280 * refcard.tex (\hoffset): correct longstanding error to match
12281 intended offset; avoids cutting off edge on some printers
12282
12283Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12284
12285 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12286
12287Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12288
12289 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12290
12291Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12292
12293 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12294 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12295 collect sed edits if any, apply to refcard before formatting;
12296 (refcard.ps) stop implying PS fonts if PS output requested;
12297 (lrefcard.ps) delete extra target for variant PS fonts
12298
12299 * refcard.tex: parametrize papersize dependent info, collect
12300 in easily replaced spot
12301
12302 * a4rc.sed: new file, edits to refcard for A4 paper
12303
12304Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12305
12306 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12307
12308Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12309
12310 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12311
12312Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12313
12314 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12315 politely rather than rudely.
12316
12317Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * stabs.texinfo: Document common blocks.
12320
12321Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12322
12323 * stabs.texinfo: Add some basic info about stabs-in-elf.
12324
12325Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12326
12327 * stabs.texinfo (Top): Minor cleanup.
12328
12329Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12330
12331 * Makefile.in (install-info): remove parentdir support
12332
12333Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12334
12335 * gdb.texinfo (Copying): delete this node and references to it;
12336 RMS says this manual need not carry GPL. (passim): Improvements
12337 from last round at FSF, largely due to Ian Taylor review, and
12338 minor formatting improvements.
12339
12340 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12341 largely due to Ian Taylor review. (Debug Session): minor edits to
12342 new text.
12343
12344Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12345
12346 * Makefile.in (realclean): Remove info and dvi files too.
12347
12348Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12349
12350 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12351 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12352 * gdb.texinfo: Change accordingly.
12353
12354 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12355 N_{L,R}BRAC,N_SLINE are relative to.
12356
12357Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12358
12359 * Makefile.in (GDBvn.texi): Update atomically.
12360
12361Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12362
12363 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12364
12365Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12366
12367 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12368 addresses together. Also motivate the set print symbol-filename
12369 command and suggest other solutions.
12370
12371Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12372
12373 * gdb.texinfo (set print elements): Note that the number of
12374 elements is set to unlimited by "set print elements 0".
12375
12376Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12377
12378 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12379 NF_LDOUBLE means.
12380 (Stab Types): Include Solaris stab types.
12381 (Procedures): Document Solaris extensions.
12382
12383Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12384
12385 * gdb.texinfo: Add `set print symbol-filename' doc.
12386
12387Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * stabs.texinfo (Arrays): Talk about type definition vs. type
12390 information.
12391
12392 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12393 the trailing semicolon.
12394
12395Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12396
12397 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12398 and merge in other parts of the document addressing these subjects.
12399 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12400
12401 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12402 at the end of a range type.
12403
12404 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12405 AIX extensions.
12406
12407Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12408
12409 * stabs.texinfo (Stabs Format): Misc fixes.
12410
12411Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12412
12413 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12414 (Traditional builtin types): Document convex convention for long long.
12415 (Negative builtin types): Discuss type names, and misc fixes.
12416
12417Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12420 point types used with @samp{R} type descriptor.
12421 (Symbol Descriptors): Describe how to handle conflict between
12422 different meanings of @samp{P} symbol descriptor.
12423
12424Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * stabs.texinfo: Remove node Quick Reference and put its children
12427 directly under the main menu.
12428
12429 * stabs.texinfo: Many more changes to bring it into line with
12430 AIX documentation and reality. I think it now has all the
12431 information from the AIX documentation, except that I burned
12432 out when I got to variant records (Pascal and Modula-2) and
12433 all the COBOL types. Oh well, we can add them later when we're
12434 worrying more about those languages.
12435
12436 * stabs.texinfo (Automatic variables): Talk about what it means
12437 to omit the symbol descriptor.
12438
12439Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12440
12441 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12442 gcc2 behavior with promoted args.
12443
12444Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12445
12446 * gdb.texinfo: include readline appendices in info version of manual
12447
12448Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12449
12450 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12451 target remote.
12452
12453 * gdb.texinfo (Machine Code): more index entries for disassemble
12454
12455Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12456
12457 * Clarify the intended use of the gdb-testers and gdb-patches
12458 mailing lists, and shrink gzip comment.
12459
12460Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12461
12462 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12463 DOSHOST configuration of manual.
12464
12465 * gdb.texinfo (MIPS Stack): new node.
12466
12467 * all-config.texi (MIPS) new switch.
12468
12469 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12470 tense; (MIPS Remote) new node.
12471
12472 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12473 bug; (Environment) less passive, other small cleanups in text about
12474 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12475 (Remote) new MIPS Remote menu entry.
12476
12477Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12478
12479 * stabs.texinfo: Many changes to include information from the
12480 AIX documentation.
12481
12482 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12483
12484Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12485
12486 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12487 Move a bunch of information from ../README.
12488 (Getting Started): New node.
12489
12490Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12491
12492 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12493
12494 * gdb.texinfo: advance manual revision dates to present
12495
12496 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12497 stop using silly Roman numerals in @set variable names
12498
12499Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12500
12501 * stabs.texinfo (Parameters): Keep trying to get this right.
12502
12503Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12504
12505 * stabs.texinfo (Parameters): More on "local parameters".
12506
12507Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12508
12509 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12510
12511Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12512
12513 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12514 (Parameters): Rewrite.
12515 (xcoff-differences, Sun-differences): Minor changes.
12516
12517Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12518
12519 * stabs.texinfo: Minor cleanup.
12520
12521Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12522
12523 * gdbint.texinfo: Minor xcoff stuff.
12524
12525Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12526
12527 * gdbint.texinfo: Update for new config directory structure.
12528 Add info about internal type data structures.
12529
12530Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12531
12532 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12533 $(srcdir).
12534 (gdb-config.texi): Depend on file in $(srcdir).
12535
12536Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12537
12538 * stabs.texinfo: Fixes about N_SO.
12539
12540Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12541
12542 * gdb.texinfo: include list of nonstandard init file names
12543
12544 * *-config.texi: new switch GENERIC for text that applies *only*
12545 to (usual) multiple-target version of manual
12546
12547 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12548 h8 config
12549
12550 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12551 in menus (rather than conditionally selected multiple alternative
12552 menus).
12553
12554 * Makefile.in: define and use DOC_CONFIG var to select
12555 configuration for GDB user manual.
12556
12557 * gdb-config.texi: delete from repository, generate from Makefile.
12558
12559 * all-config.texi: normal `generic' configuration file, formerly
12560 stored as gdb-config.texi
12561
12562Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12563
12564 * Makefile.in: add dvi target to build all .dvi files
12565
12566Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12567
12568 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12569
12570Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12571
12572 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12573 host conditionals.
12574 * stabs.texinfo: More array fixes inspired by Jim's.
12575
12576Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12577
12578 * stabs.texinfo: Fixes re arrays and continuations.
12579
12580 * gdbint.texinfo: Add XCOFF node.
12581
12582Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12583
12584 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12585
12586Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12587
12588 * stabs.texinfo: Fix for array types to mention lower bounds.
12589
12590Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12591
12592 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12593
12594Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12595
12596 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12597
12598Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12599
12600 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12601 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12602
12603Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12604
12605 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12606
12607Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12608
12609 * gdb.texinfo, gdbinv-s.texi: misc updates
12610
12611Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12612
12613 * gdbint.texinfo: Brief documentation for longjmp support,
12614 from an email msg by Stu.
12615
12616Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12617
12618 * stabs.texinfo: Fix description of floating point "range"
12619 types (which really define basic types). Reported by Jim Meehan,
12620 <meehan@src.dec.com>.
12621
12622 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12623
12624Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12625
12626 * gdbint.texinfo: Slightly expand section on supporting a new
12627 object file format.
12628
12629Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12630
12631 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12632 intermediate file.
12633
12634Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12635
12636 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12637
12638Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12639
12640 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12641
12642 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12643 as well as Z8002.
12644
12645Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12646
12647 * gdbint.texinfo: Add sections on clean design and on how to send
12648 in changes.
12649
12650Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12651
12652 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12653
12654Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12655
12656 * gdb.texinfo: Fix typo, reported by Karl Berry.
12657
12658Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12659
12660 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12661
12662Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12663
12664 * gdbint.texinfo: fixed a stray email address (needs @@),
12665 added @table @code to node "Native Conditionals"
12666
12667Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12668
12669 * gdbint.texinfo: Describe coding style of GDB.
12670
12671Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12672
12673 * stabs.texinfo: Minor wording changes.
12674
12675Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12676
12677 * gdbint.texinfo: Improve release doc slightly.
12678
12679Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12680
12681 * gdbint.texinfo: Improve doc of GDB config macros.
12682
12683Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12684
12685 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12686 These will be reinserted when examined.
12687
12688Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12689
12690 * gdbint.texinfo: Make a start at documenting all the #if macros
12691 in GDB. At least list them all, and start separating them into
12692 host-specific and target-specific.
12693
12694Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12695
12696 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12697 examples (not consistent w others).
c906108c
SS
12698 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12699 for generic vn of doc
12700
12701Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12702
12703 * Makefile.in: always create installation directories.
12704
12705Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12706
12707 * gdb.texinfo: in h8 config, do not describe searching commands.
12708
12709Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12710
12711 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12712 conditionals; introduce a few generic switches that may be
12713 useful for other cross-dev or dos-hosted configs.
12714
12715 * gdb.texinfo: fix typo in "info reg" description
12716
12717Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12718
12719 * stabs.texinfo: Minor updates from running TeX over it.
12720 * Makefile.in (stabs.dvi, stabs.ps): Add.
12721
12722Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12723
12724 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12725 First pass at converting it to texinfo.
12726
12727Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12728
12729 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12730 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12731
12732Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12733
12734 * gdbint.texinfo: Add section on partial symbol tables.
12735
12736Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12737
12738 * gdb.texinfo: document `set remotedebug' and `set
12739 rstack_high_address'.
12740
12741Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12742
12743 * gdb.texinfo: slight expansion of new text on reading info files
12744 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12745 H8/300 from DOS.
12746
12747Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12748
12749 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12750
12751Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12752
12753 * gdb.texinfo: Say how to read the `info' files.
12754
12755Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12756
12757 * Makefile.in: gm4 -> m4.
12758
12759Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12760
12761 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12762 Documentation' ahead of `Installing GDB' to match README.
12763 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12764 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12765
12766Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12767
12768 * Makefile.in: remove $(srcdir) from gdb.info rule.
12769
12770Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12771
12772 * Makefile.in: commented out gdb-all.texinfo rule. This is
12773 temporary.
12774
12775Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12776
12777 * Makefile.in, configure.in: removed traces of namesubdir,
12778 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12779 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12780
12781Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12782
12783 * gdb.texinfo: Improve how we ask for bug reports.
12784
12785Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12786
12787 * Makefile.in: infodir belongs in datadir.
12788
12789Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12790
12791 * Makefile.in: remove spaces following hyphens, bsd make can't
12792 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12793 standards.text support.
c906108c
SS
12794
12795Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12796
12797 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12798 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12799 and mandir now keyed off datadir by default.
12800
12801\f
12802Local Variables:
9e9c5ae7 12803mode: change-log
c906108c
SS
12804left-margin: 8
12805fill-column: 74
12806version-control: never
463888ab 12807coding: utf-8
c906108c 12808End:
This page took 2.701461 seconds and 4 git commands to generate.