gdb: Add new commands to list module variables and functions
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
165f8965
AB
12019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Symbols): Document new 'info module variables' and
4 'info module functions' commands.
5
59c35742
AB
62019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.texinfo (Symbols): Document new 'info modules' command.
9
aed61d02
PW
102019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11
12 * gdb.texinfo (Convenience Funs): Document the new
13 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
14 convenience functions.
15
ed2a2229
CB
162019-10-29 Christian Biesinger <cbiesinger@google.com>
17
18 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
19 generation.
20 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
21 option.
22
6999161a
TT
232019-10-23 Tom Tromey <tom@tromey.com>
24
25 * Makefile.in (READLINE_DIR): Update.
26
14796d29
CB
272019-10-23 Christian Biesinger <cbiesinger@google.com>
28
29 * python.texi (Threads In Python): Add a note for how to get the
30 list of threads.
31
760f7560
TV
322019-10-07 Tom de Vries <tdevries@suse.de>
33
34 * gdb.texinfo: Fix typo.
35 * guile.texi: Same.
36 * python.texi: Same.
37
0a4b0913
AB
382019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
39
40 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
41
37f6a7f4
TT
422019-10-02 Tom Tromey <tromey@adacore.com>
43
44 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
45 $_ada_exception.
46
abf516c6
UW
472019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
48
49 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
50 qXfer:spu:read and qXfer:spu:write.
51 (General Query Packets): Likewise.
52 (Cell Broadband Engine SPU architecture): Remove subsection.
53
11061048
TT
542019-09-18 Tom Tromey <tom@tromey.com>
55
56 * gdb.texinfo (Editing): Document readline application name.
57 (TUI Single Key Mode): Document TUI SingleKey keymap name.
58
f1b620e9
MG
592019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.texinfo (Source Path): Additional text to better describe
62 how the source path directory list is used when searching for
63 source files.
64
4993045d
PW
652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
66
67 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
68 examples.
69
2d601616
TT
702019-09-10 Tom Tromey <tromey@adacore.com>
71
72 * gdb.texinfo (Index Files): Update Ada text.
73
4acfdd20
AB
742019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.texinfo (Symbols): Add information about the -n flag to
77 "info variables" and "info functions".
78
e3ec872f
YS
792019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
80
81 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
82
aa7ca1bb
AH
832019-08-16 Alan Hayward <alan.hayward@arm.com>
84
85 * gdb.texinfo (AArch64 Pointer Authentication)
86 (GDB/MI Breakpoint Information) (Frame Information): Document
87 addr_field.
88
86c6b807
TT
892019-08-12 Tom Tromey <tom@tromey.com>
90
91 * gdb.texinfo (Configure Options): Document minimum version of
92 readline.
93
1ba7cdcd
AH
942019-08-09 Alan Hayward <alan.hayward@arm.com>
95
96 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
97
3d31bc39
AH
982019-08-07 Alan Hayward <alan.hayward@arm.com>
99
100 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
101
0b27c27d
CB
1022019-08-05 Christian Biesinger <cbiesinger@google.com>
103
104 * python.texi (Blocks In Python): Document dictionary access on blocks.
105
ae60f04e
PW
1062019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
107
108 * gdb.texinfo (Symbols): Document new args -dirname and -basename
109 of "info sources" command.
110
2906593f
CB
1112019-07-30 Christian Biesinger <cbiesinger@google.com>
112
113 * python.texi (Symbols In Python): Document new function
114 gdb.lookup_static_symbol.
115
c620ed88
CB
1162019-07-29 Christian Biesinger <cbiesinger@google.com>
117
118 * python.texi (Objfiles In Python): Document new functions
119 Objfile.lookup_{global,static}_symbol.
120
bc4268a5
PW
1212019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
122
123 * gdb.texinfo (Backtrace): Document the new '-frame-info'
124 backtrace option. Reference 'set print frame-info'.
125 (Print Settings): Document 'set|show print frame-info'.
126 Document new 'presence' value for 'set print frame-arguments.
127
a8eab7c6
AB
1282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.texinfo (Symbols): Add information about -q flag to "info
131 types".
132
86ceaf98
KB
1332019-07-20 Kevin Buettner <kevinb@redhat.com>
134
135 * python.texi (python command): Revise example to match
136 command behavior.
137
cb1e4e32
PA
1382019-07-09 Pedro Alves <palves@redhat.com>
139
140 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
141 examples to show type=catchpoint instead of type=breakpoint and an
142 address.
143
fdbc9870
PA
1442019-07-03 Pedro Alves <palves@redhat.com>
145 Philippe Waroquiers <philippe.waroquiers@skynet.be>
146
147 * gdb.texinfo (Command Settings): New node documenting the general
148 concept of settings, how to change them, and the new "with"
149 command.
150 (Maintenance Commands): Document "maint with".
151
c6ac8931
PA
1522019-07-03 Pedro Alves <palves@redhat.com>
153
154 * gdb.texinfo (Maintenance Commands): Document "maint set/show
155 test-settings" instead of "maint test-settings set/show".
156
4ed4690f
SM
1572019-06-18 Simon Marchi <simon.marchi@efficios.com>
158
159 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
160 deals with a file that has the same name as the specified pid to
161 attach to. Add example using -p option.
162 (gdb man): Remove same sentence as in previous item.
163
30056ea0
AB
1642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
167 node.
168 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
169 new MI commands.
170
3345721a
PA
1712019-06-13 Pedro Alves <palves@redhat.com>
172
173 * gdb.texinfo (Command Completion): Mention command options too.
174 (Command Options): New node.
175 (Threads): Add anchors. Extend descriptions of the "taas" and
176 "tfaas" commands.
177 (Backtrace): Describe new options of the "backtrace" command. Add
178 anchors.
179 (Frame Apply): Describe new options of the "frame apply" and
180 "faas" commands. Add anchors.
181 (Data): Describe new options of the "print" command. Add anchors.
182 (Compiling and Injecting Code): Mention options of the "compile
183 print" command.
184 (Maintenance Commands): Mention "maint test-options" subcommands
185 and the "maint show test-options-completion-result" command.
186
2daf894e
PA
1872019-06-13 Pedro Alves <palves@redhat.com>
188
189 * gdb.texinfo (Print Settings): Document "set/show print
190 raw-frame-arguments" instead of "set/show print raw
191 frame-arguments".
192
dca0f6c0
PA
1932019-06-13 Pedro Alves <palves@redhat.com>
194
195 * gdb.texinfo (Maintenance Commands): Document "maint
196 test-settings" commands.
197
1a3da2cd
AB
1982019-06-06 Amos Bird <amosbird@gmail.com>
199
200 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
201 annotation.
202
e1f2e1a2
CB
2032019-06-04 Christian Biesinger <cbiesinger@google.com>
204
d3238f7d 205 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 206
e664d728
PW
2072019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
208
209 * gdb.texinfo (Help): Document the new -v apropos flag.
210 (Output Styling): Document the style name styling done by "show style".
211 Document the new title and highlight styles.
212
e2c52041
PW
2132019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * gdb.texinfo (Shell Commands): Document pipe command.
216 (Logging Output): Add a reference to pipe command.
217 (Convenience Variables): Document $_shell_exitcode and
218 $_shell_exitstatus.
219
000439d5
TT
2202019-05-29 Tom Tromey <tromey@adacore.com>
221
222 * gdb.texinfo (Continuing and Stepping): Document new
223 commands.
224
b7060614
AH
2252019-05-22 Alan Hayward <alan.hayward@arm.com>
226
227 * gdb.texinfo (Shell Commands): Add debugredirect.
228
7166f90a
JV
2292019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
230
231 * gdb.texinfo: Minor formatting fixes.
232
26648588
JV
2332019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
234
235 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
236 MI command -complete.
237
a0a3a1e9
TV
2382019-05-14 Tom de Vries <tdevries@suse.de>
239
240 * gdb.texinfo (Automatic symbol index cache): Add concept and command
241 index entries.
242
3c2fcaf9
TV
2432019-05-14 Tom de Vries <tdevries@suse.de>
244
245 * gdb.texinfo (Maintenance Commands): Remove superfluous
246 quoting on command index entry for "maint info selftests".
247
a97c8e56
TT
2482019-05-10 Tom Tromey <tromey@adacore.com>
249
250 * python.texi (Pretty Printing API): Mention lazy computation for
251 "children".
252
b8e07335
TT
2532019-05-10 Tom Tromey <tromey@adacore.com>
254
255 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
256 exception" and "catch handlers". Move "catch exception unhandled"
257 text. Use @var for "catch load" and "catch unload"
258
9d3421af
TT
2592019-05-08 Tom Tromey <tromey@adacore.com>
260
261 * gdb.texinfo (Symbols): Document change to ptype/o.
262
5f2459c2
EZ
2632019-05-03 Eli Zaretskii <eliz@gnu.org>
264
265 * gdb.texinfo (Separate Debug Files): Document how the
266 subdirectory of the global debug directory is computed on
267 MS-Windows/MS-DOS.
268
2e62ab40
AB
2692019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.texinfo (Print Settings): Document 'print max-depth'.
272 * guile.texi (Guile Pretty Printing API): Document that 'print
273 max-depth' can effect the display of a values children.
274 * python.texi (Pretty Printing API): Likewise.
275 (Values From Inferior): Document max_depth keyword.
276
136afab8
PW
2772019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
278
279 * gdb.texinfo (Calling): Document the new
280 set|show may-call-functions.
281
73f8a590
PA
2822019-04-22 Pedro Alves <palves@redhat.com>
283
284 * gdb.texinfo (Reverse Execution): Mention and xref process record
285 and replay. Mention remote and system emulators.
286 (Process Record and Replay): List supported architectures.
287 Mention that "record btrace" is only supported on Intel
288 processors.
289
aeb2e706
AH
2902019-04-17 Alan Hayward <alan.hayward@arm.com>
291
292 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
293 (Monitor Commands for gdbserver)
294 (gdbserver man): Add debug-file option.
295
2b0c8b01
KB
2962019-04-08 Kevin Buettner <kevinb@redhat.com>
297
298 * python.texi (Inferiors In Python): Rename
299 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
300 Add note about the former being deprecated.
301
c369f8f0
KB
3022019-04-08 Kevin Buettner <kevinb@redhat.com>
303
304 * python.texi (Threads In Python): Add description for method
305 InferiorThread.handle.
306
48ab418e
TT
3072019-04-07 Tom Tromey <tom@tromey.com>
308
309 * Makefile.in (all): Depend on "info".
310
8bdc1658
AB
3112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.texinfo (Convenience Funs): Document '$_creal' and
314 '$_cimag'.
315
7734102d
EZ
3162019-03-30 Eli Zaretskii <eliz@gnu.org>
317
318 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
319 $_gdb_minor.
320
9f9aa852
AB
3212019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * python.texi (Pretty Printing API): Document use of None for the
324 display_hint.
325
6dc0ebde
AH
3262019-03-22 Alan Hayward <alan.hayward@arm.com>
327 Jiong Wang <jiong.wang@arm.com>
328
329 * gdb.texinfo (AArch64 Features): Describe pauth feature.
330
48869a5f
TT
3312019-03-20 Tom Tromey <tromey@adacore.com>
332
333 * python.texi (Selecting Pretty-Printers): Use @defvar for
334 gdb.pretty_printers.
335
5c85e20d
SM
3362019-03-14 Simon Marchi <simon.marchi@efficios.com>
337
338 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
339 of table, "@end @table" -> "@end table".
340
d085f989
TT
3412019-03-14 Tom Tromey <tromey@adacore.com>
342
343 * gdb.texinfo (Output Styling): Document "set style source" and
344 "show style source".
345
b4be1b06
SM
3462019-03-13 Simon Marchi <simon.marchi@ericsson.com>
347
348 * gdb.texinfo (Mode Options): Mention mi3.
349 (Interpreters): Likewise.
350 (GDB/MI Development and Front Ends): Add entry for MI 3 in
351 version table. Document -fix-multi-location-breakpoint-output.
352 (GDB/MI Breakpoint Information): Document format of breakpoint
353 location output.
354
ff6c8b35
SM
3552019-03-05 Simon Marchi <simon.marchi@efficios.com>
356
357 * python.texi (Values From Inferior): Change synopsys of the
358 second form of Value.__init__.
359
e3624a40
EZ
3602019-03-02 Eli Zaretskii <eliz@gnu.org>
361
362 * gdb.texinfo (Output Styling): Fix typos. Document the default
363 foreground colors of the available styles.
364
2c3fc25d
KB
3652019-02-27 Kevin Buettner <kevinb@redhat.com>
366
367 * gdb.texinfo (Configure Options): Document minimum python
368 version.
369
af54ade9
KB
3702019-02-26 Kevin Buettner <kevinb@redhat.com>
371
372 * python.texi (Values From Inferior): Document second form
373 of Value.__init__.
374
c97a7739
JB
3752019-02-23 Joel Brobecker <brobecker@adacore.com>
376
377 * gdb.texinfo: Update copyright year ranges.
378 * refcard.tex: Likewise.
379
7557a514
AH
3802019-02-21 Alan Hayward <alan.hayward@arm.com>
381
382 * gdb.texinfo: Update style defaults.
383
2d8b6830
TT
3842019-02-21 Tom Tromey <tromey@adacore.com>
385
386 * gdb.texinfo (Remote Configuration): Remove trailing "." from
387 @item.
388
1fea0d53
SM
3892019-01-16 Simon Marchi <simon.marchi@ericsson.com>
390
391 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
392 MI versions. Update text around it.
393
6f072a10
PFC
3942019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
395
396 * gdb.texinfo (PowerPC Features): Document the alias
397 pseudo-registers for the org.gnu.gdb.power.altivec feature.
398
041be526
SM
3992019-01-09 Simon Marchi <simon.marchi@ericsson.com>
400
401 * gdb.texinfo (Print Settings): Remove mention of specific
402 demangle-style values, just refer to the in-process help.
403
140a4bc0
TT
4042018-12-28 Tom Tromey <tom@tromey.com>
405
406 * gdb.texinfo (Output Styling): New node.
407
e9076973
JB
4082018-12-13 John Baldwin <jhb@FreeBSD.org>
409
410 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
411 (Native): Add a FreeBSD subsection.
412 (FreeBSD): Document use of system call aliases for compatibility
413 system calls.
414
b5ffee31
AB
4152018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.texinfo (Standard Target Features): Add RISC-V Features
418 sub-section.
419
20813a0b
PW
4202018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
421
422 * gdb.texinfo (Examining the Symbol Table): Document language choice
423 for 'info types|functions|variables' commands.
424 (Setting Breakpoints): Document language choice to print
425 the functions in which a breakpoint is set.
426
4b905ae1
PFC
4272018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
428
429 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
430 requirements for the org.gnu.gdb.power.vsx feature.
431
87f7ab7b
JB
4322018-11-01 Joel Brobecker <brobecker@adacore.com>
433
434 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
435 output to match the current implementation.
436
d321477b
PW
4372018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
438
439 * gdb.texinfo (Information About a Frame): Document changes
440 to 'info args' and 'info locals'.
441 (Examining the Symbol Table): Document changes to 'info functions'
442 and 'info variables'.
443
8d619c01
EBM
4442018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
445
446 * gdb.texinfo (PowerPC Features): Describe new features
447 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
448 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
449 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
450 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
451
232bfb86
EBM
4522018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
453
454 * gdb.texinfo (PowerPC Features): Describe new features
455 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
456
f2cf6173
EBM
4572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
458
459 * gdb.texinfo (PowerPC Features): Describe new feature
460 "org.gnu.gdb.power.tar".
461
7ca18ed6
EBM
4622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
463
464 * gdb.texinfo (PowerPC Features): Describe new features
465 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
466
d6677607
TT
4672018-10-20 Tom Tromey <tom@tromey.com>
468
469 * gdb.texinfo (TUI Commands): Add @end table.
470 (TUI Configuration): Remove stray @end table.
471
7806cea7
TT
4722018-10-19 Tom Tromey <tom@tromey.com>
473
474 PR tui/18388:
475 * gdb.texinfo (TUI Commands): Remove tabset documentation.
476 (TUI Configuration): Document "set tui tab-width".
477
163cffef
TT
4782018-10-09 Tom Tromey <tom@tromey.com>
479
480 * python.texi (Inferiors In Python): Link to "Frames In Python",
481 not "Unwinding Frames in Python".
482
eff98030
TT
4832018-10-09 Tom Tromey <tom@tromey.com>
484
485 * gdb.texinfo (Configure Options): Update --enable-ubsan
486 documentation.
487
74792ff7
JB
4882018-10-08 John Baldwin <jhb@FreeBSD.org>
489
490 * gdb.texinfo (Contributors): Add SRI International and University
491 of Cambridge for FreeBSD/riscv.
492
add5ded5
TT
4932018-10-06 Tom Tromey <tom@tromey.com>
494
495 PR python/19399:
496 * python.texi (Inferiors In Python): Document
497 Inferior.Architecture.
498
51e78fc5
TT
4992018-10-06 Tom Tromey <tom@tromey.com>
500
501 PR python/21765:
502 * python.texi (Symbols In Python): Document the module and
503 common-block domains. Remove documentation for incorrect
504 domains.
505
f35d5ade
TT
5062018-10-03 Tom Tromey <tom@tromey.com>
507
508 * gdb.texinfo (Configure Options): Document --enable-ubsan.
509
c1168a2f
JD
5102018-10-02 John Darrington <john@darrington.wattle.id.au>
511
512 * gdb.texinfo (Remote Connection Commands): Describe
513 the changes to target remote and target extended-remote
514 relating to Unix domain sockets.
515
a95746f9
TT
5162018-10-01 Tom Tromey <tom@tromey.com>
517
518 * gdb.texinfo (Configure Options): Document configure options.
519
7f0bd420
TT
5202018-09-29 Tom Tromey <tom@tromey.com>
521
522 * gdb.texinfo (Requirements): Mention C++, GNU make.
523 (Requirements): Sort the table. Add more libraries.
524 (Running Configure): Remove obsolete text.
525 (Separate Objdir): Likewise.
526 (Configure Options): Likewise.
527
f67ffa6a
AB
5282018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
531 to highlight that the number is also the frame's level.
532 (Selection): Rewrite documentation for 'frame' and 'select-frame'
533 commands.
534 (Frame Info): Rewrite documentation for 'info frame' command.
535
ae778caf
TT
5362018-09-23 Tom Tromey <tom@tromey.com>
537
538 PR python/18852:
539 * python.texi (Parameters In Python): Document exception behavior
540 of get_set_string.
541
73f1bd76
JB
5422018-09-18 John Baldwin <jhb@FreeBSD.org>
543
544 * gdb.texinfo (info proc): Remove "running".
545 (info proc mappings): Replace "program" with "process".
546
8b113111
JB
5472018-09-18 John Baldwin <jhb@FreeBSD.org>
548
549 * gdb.texinfo (Process Information): Document "info proc files"
550 command.
551
e6cd1dc1
TT
5522018-09-17 Tom Tromey <tom@tromey.com>
553
554 * gdb.texinfo (Index Files): Update for cache directory change on
555 macOS.
556
8743a9cd
TT
5572018-09-16 Tom Tromey <tom@tromey.com>
558
559 * python.texi (Basic Python): Update docs for find_pc_line,
560 solib_name.
561 (Progspaces In Python): Update docs for current_progspace.
562 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
563 Move method documentation before example.
564
74d3fbbb
SM
5652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
566
567 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
568
0ae1a321
SM
5692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5702018-09-13 Tom Tromey <tom@tromey.com>
571
572 * python.texi (Program Spaces In Python): Document the
573 Progspace.objfiles method.
574 (Objfiles In Python): Mention that gdb.objfiles() is identical
575 to gdb.selected_inferior().progspace.objfiles().
576
a40bf0c2
SM
5772018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5782018-09-13 Tom Tromey <tom@tromey.com>
579
580 * python.texi (Inferiors In Python): Document
581 Inferior.progspace.
582 (Program Spaces In Python): Document that
583 gdb.current_progspace() is the same as
584 gdb.selected_inferior().progspace.
585
1256af7d
SM
5862018-09-13 Simon Marchi <simon.marchi@ericsson.com>
587
588 * python.texi (Basic Python): Mention the string representation
589 of GDB Python objects.
590
3e68067f
SM
5912018-09-12 Simon Marchi <simon.marchi@ericsson.com>
592
593 * gdb.texinfo (Skipping Over Functions and Files): Document
594 set/show debug skip.
595
849cba3b
TT
5962018-09-10 Tom Tromey <tom@tromey.com>
597
598 * python.texi (Frames In Python, Blocks In Python)
599 (Symbols In Python, Symbol Tables In Python)
600 (Lazy Strings In Python): Remove periods from section titles.
601
27a9fec6
TT
6022018-09-10 Tom Tromey <tom@tromey.com>
603
604 * python.texi (Pretty Printing API): Swap sentence order.
605
9da10427
TT
6062018-09-10 Tom Tromey <tom@tromey.com>
607
608 PR python/16461:
609 * python.texi (Values From Inferior): Mention use of virtual
610 table.
611
0d2a5839
TT
6122018-09-10 Tom Tromey <tom@tromey.com>
613
614 * python.texi (Basic Python): Parenthesize argument to
615 decode_line.
616
05c6bdc1
TT
6172018-09-10 Tom Tromey <tom@tromey.com>
618
619 * python.texi (Python): Mention Python versions. Don't mention
620 execfile.
621
e7b5068c
TT
6222018-09-10 Tom Tromey <tom@tromey.com>
623
624 PR python/19808:
625 * python.texi (Unwinding Frames in Python): Rewrite
626 create_unwind_info documentation. Update read_register
627 documentation and add a note about unwinder caution.
628
fb5af5e3
TT
6292018-09-10 Tom Tromey <tom@tromey.com>
630
631 PR python/18909:
632 * python.texi (Events In Python): Fix inferior_call
633 documentation.
634
521b499b
TT
6352018-09-10 Tom Tromey <tom@tromey.com>
636
637 PR python/17752:
638 * python.texi (Frame Filter API): Remove period from subsection
639 title. Mention 100 as good default priority.
640 (Frame Decorator API): Remove period from subsection title.
641 Mention FrameDecorator module.
642
4a5a194a
TT
6432018-09-10 Tom Tromey <tom@tromey.com>
644
645 PR python/23108:
646 * python.texi (Exception Handling): Rearrange gdb.GdbError text
647 and add a table.
648
f5a476a7
TT
6492018-09-10 Tom Tromey <tom@tromey.com>
650
651 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
652 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
653 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
654 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
655
60c0454d
TT
6562018-09-10 Tom Tromey <tom@tromey.com>
657
658 PR python/16484:
659 * python.texi (Frames In Python): Document that Frame.block can
660 throw.
661
088a96da
TT
6622018-09-10 Tom Tromey <tom@tromey.com>
663
664 PR python/23487:
665 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
666
22eb9e92
TT
6672018-09-10 Tom Tromey <tom@tromey.com>
668
669 PR python/16033:
670 * python.texi (Blocks In Python): Document that Block.end is
671 exclusive.
672
078a0207
KS
6732018-08-29 Keith Seitz <keiths@redhat.com>
674
675 * gdb.texinfo (Compiling and injecting code in GDB): Document
676 set/show "compile-oracle" and "compile-cplus-types" commands.
677
6d52907e
JV
6782018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
679
680 * gdb.texinfo (The -stack-list-frames Command): Update description
681 to mention "arch".
682 Update MI examples throughout the document to contain "arch" in
683 frame output.
684
1461bdac
AH
6852018-08-21 Alan Hayward <alan.hayward@arm.com>
686
687 * gdb.texinfo (AArch64 SVE): New subsubsection.
688
26fb3983
JV
6892018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
690
691 * gdb.texinfo (GDB/MI Data Manipulation): Document
692 "-data-disassemble -a addr".
693 (GDB/MI Support Commands): Document "data-disassemble-a-option"
694 feature.
695
7d11235d
SM
6962018-08-07 Simon Marchi <simon.marchi@ericsson.com>
697
698 * gdb.texinfo (Index Files Speed Up GDB): Add section about
699 symbol index cache.
700
129eb0f1
SDJ
7012018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
702
703 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
704 option sections to further clarify that gcore can take more
705 than one PID, and that "-o" is used to specify a prefix, not a
706 filename.
707
3c3bb058
AB
7082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.texinfo (Maintenance Commands): Add description of
711 maintenance command to control dwarf unwinders.
712
0a232300
PW
7132018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
714
715 * gdb.texinfo (Debugging Programs with Multiple Threads):
716 Document changes to 'thread apply'. Document 'taas'.
717 Document 'tfaas'.
718 (Examining the Stack): Document 'frame apply'. Document 'faas'.
719
c7ab0aef
SDJ
7202018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
721 Jan Kratochvil <jan.kratochvil@redhat.com>
722 Paul Fertser <fercerpav@gmail.com>
723 Tsutomu Seki <sekiriki@gmail.com>
724
725 * gdb.texinfo (Remote Connection Commands): Add explanation
726 about new IPv6 support. Add new connection prefixes.
727
055303e2
AB
7282018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.texinfo (Remote Configuration): Update descriptions for
731 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
732 and hardware-watchpoint-length-limit variables.
733
471b9d15
MR
7342018-07-02 Maciej W. Rozycki <macro@mips.com>
735
736 PR tdep/8282
737 * gdb.texinfo (Source and Machine Code): Document `set
738 disassembler-options' support for the MIPS target.
739
291f9a96
PT
7402018-06-28 Petr Tesarik <ptesarik@suse.cz>
741
742 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
743
ed6dfe51
PT
7442018-06-28 Petr Tesarik <ptesarik@suse.cz>
745
746 * gdb.texinfo (Files): The address argument for "add-symbol-file"
747 is no longer mandatory.
748
d4d429d5
PT
7492018-06-28 Petr Tesarik <ptesarik@suse.cz>
750
751 * gdb.texinfo (Files): Document "symbol-file -o offset".
752
0dbfed25
TV
7532018-06-14 Tom de Vries <tdevries@suse.de>
754
755 * gdb.texinfo (Background Execution): Add @cindex for '&'.
756
41fc26a2
EZ
7572018-06-11 Eli Zaretskii <eliz@gnu.org>
758
759 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
760
5045b3d7
GB
7612018-06-08 Gary Benson <gbenson@redhat.com>
762
763 * gdb.texinfo (Maintenance Commands): Document "maint check
764 libthread-db" and "maint set/show check-libthread-db".
765
eb6af809
TT
7662018-06-05 Tom Tromey <tom@tromey.com>
767
768 PR cli/12326:
769 * gdb.texinfo (Screen Size): Document "c" response to pagination
770 prompt.
771
4b2dfa9d
MR
7722018-05-31 Maciej W. Rozycki <macro@mips.com>
773
774 * gdb.texinfo (Choosing Target Byte Order): Document endianness
775 selection details with the `set endian auto' mode.
776
a913fffb
TT
7772018-05-04 Tom Tromey <tom@tromey.com>
778
779 PR python/22731:
780 * python.texi (Breakpoints In Python): Mention that "commands" is
781 writable.
782
0489430a
TT
7832018-05-02 Tom Tromey <tom@tromey.com>
784
785 PR python/20084:
786 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
787 PARAM_ZUINTEGER_UNLIMITED.
788
6d7bb824
TT
7892018-04-30 Tom Tromey <tom@tromey.com>
790
791 * python.texi (Types In Python): Document Type.align.
792
b744723f
AA
7932018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
794
795 * gdb.texinfo (Symbols): Mention the fact that "info
796 variables/functions/types" show source files and line numbers.
797
4a4495d6
MM
7982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
799
800 * gdb.texinfo: Document set/show record btrace cpu.
801
3fcded8f
JB
8022018-03-27 Joel Brobecker <brobecker@adacore.com>
803
804 * gdb.texinfo (Ada Settings): New subsubsection.
805
978d6c75
TT
8062018-03-26 Tom Tromey <tom@tromey.com>
807
808 PR backtrace/15582:
809 * gdb.texinfo (Backtrace): Mention "hide" argument.
810
ea3b0687
TT
8112018-03-26 Tom Tromey <tom@tromey.com>
812
813 * gdb.texinfo (Backtrace): Describe options individually.
814
76727919
TT
8152018-03-19 Tom Tromey <tom@tromey.com>
816
817 * observer.texi: Remove.
818
386a8676
JB
8192018-03-04 John Baldwin <jhb@FreeBSD.org>
820
821 * gdb.texinfo (Debugging Output): Document "set/show debug
822 fbsd-nat".
823
db1ae9c5
AB
8242018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.texinfo (Machine Code): Additional information about "info
827 line" command.
828
d726cb5d
SN
8292018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
830
831 * gdb.texinfo (gdb-add-index man): Add pindex.
832
dbfa4523
SN
8332018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
834
835 * gdb.texinfo (set cwd): Add period.
836 (gdb-add-index man): Move anchor.
837
ba643918
SDJ
8382017-01-12 Tom Tromey <tom@tromey.com>
839 Sergio Durigan Junior <sergiodj@redhat.com>
840
841 * gdb.texinfo (Index Files): Mention gdb-add-index.
842 (gdb-add-index man): New section.
843 * Makefile.in (gdb-add-index.1): New rule to generate manpage
844 from gdb.texinfo.
845
754452f0
SN
8462018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
847
848 * gdb.texinfo (pwd): Fix whitespace.
849
2d97a5d9
JB
8502018-01-09 John Baldwin <jhb@FreeBSD.org>
851
852 * gdb.texinfo (pwd): Update cross-reference for Process Information
853 node and remove explicit /proc reference.
854 (Native): Rename subsection from SVR4 Process Information to
855 Process Information.
856 (Process Information): Reword introduction to be less /proc
857 centric. Document support for "info proc" on FreeBSD.
858
9f757bf7
XR
8592018-01-03 Xavier Roirand <roirand@adacore.com>
860
861 * gdb.texinfo (Set Catchpoints): Add documentation for new
862 "catch handlers" action.
863
cef0f868
SH
8642017-12-27 Stafford Horne <shorne@gmail.com>
865
866 * gdb.texinfo (Target Description Format): Explain that arbitrary
867 strings are now allowed for register groups.
868
b67d92b0
SH
8692017-12-27 Stafford Horne <shorne@gmail.com>
870
871 * gdb.texinfo (Registers): Document info reg $reggroup feature.
872
7c161838
SDJ
8732017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
874
875 PR cli/16224
876 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
877
b89641ba
SM
8782017-12-13 Simon Marchi <simon.marchi@ericsson.com>
879
880 * python.texi (Manipulating breakpoints using Python): Document
881 qualified parameter to gdb.Breakpoint.
882
0b982d68
SM
8832017-12-13 Simon Marchi <simon.marchi@ericsson.com>
884
885 * python.texi (Manipulating breakpoints using Python): Split doc
886 of Breakpoint.__init__ in two, split text in multiple
887 paragraphs, don't nest parameter square brackets.
888
a994fec4
FJ
8892017-12-12 Stafford Horne <shorne@gmail.com>
890 Stefan Wallentowitz <stefan@wallentowitz.de>
891 Franck Jullien <franck.jullien@gmail.com>
892 Jeremy Bennett <jeremy.bennett@embecosm.com>
893
894 * gdb.texinfo: Add OpenRISC documentation.
895
437afbb8
JK
8962017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
899
883fd55a
KS
9002017-12-07 Keith Seitz <keiths@redhat.com>
901
902 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
903 and "show print type nested-type-limit".
904
824cc835
PM
9052017-12-07 Phil Muldoon <pmuldoon@redhat.com>
906
907 * python.texi (Breakpoints In Python): Add text relating
908 to allowed explicit locations and keywords in gdb.Breakpoints.
909
7403715e
TT
9102017-12-04 Tom Tromey <tom@tromey.com>
911
912 * gdb.texinfo (Rust): Update trait object status
913
97cbe998
SDJ
9142017-12-01 Andrew Cagney <cagney@redhat.com>
915 Joel Brobecker <brobecker@adacore.com>
916 Sergio Durigan Junior <sergiodj@redhat.com>
917
918 * gdb.texinfo (File Options): Document --readnever.
919 (Commands to Specify Files): Likewise, for 'symbol-file' and
920 'add-symbol-file'.
921
bd69330d
PA
9222017-11-29 Pedro Alves <palves@redhat.com>
923
924 PR c++/19436
925 * gdb.texinfo (Debugging C Plus Plus): Document setting
926 breakpoints in functions with ABI tags.
927
a20714ff
PA
9282017-11-29 Pedro Alves <palves@redhat.com>
929
930 * gdb.texinfo (Linespec Locations): Document how "function" is
931 interpreted in C++ and Ada. Document "-qualified".
932 (Explicit Locations): Document how "-function" is interpreted in
933 C++ and Ada. Document "-qualified".
934
ee9a09e9
DC
9352017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
936
937 PR gdb/21945
938 * gdb.texinfo (Search Memory): Update description and example
939 about how to search a string without NULL terminator.
940
e547c119
JB
9412017-11-24 Joel Brobecker <brobecker@adacore.com>
942
943 * gdb.texinfo (GDB/MI Ada Exception Information): Document
944 new "exception-message" field.
945
5f1ca24a
SM
9462017-11-24 Simon Marchi <simon.marchi@ericsson.com>
947
948 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
949
d044bac8
PA
9502017-11-24 Pedro Alves <palves@redhat.com>
951
952 * gdb.texinfo (Completion): Update need-quoting examples. Remove
953 false claim that GDB inserts quoting automatically.
954 (Symbols): Add anchor.
955
2400729e
UW
9562017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
957
958 * gdb.texinfo (Requirements): Document use of GNU MPFR.
959
d8ae99a7
PM
9602017-11-16 Phil Muldoon <pmuldoon@redhat.com>
961
962 * python.texi (Basic Python): Add rbreak documentation.
963
d0fe4701
XR
9642017-11-07 Xavier Roirand <roirand@adacore.com>
965 Pedro Alves <palves@redhat.com>
966
967 * gdb.texinfo (Set Breaks): Document support for breakpoint
968 location ranges in the enable/disable commands.
969
bc3b087d
SDJ
9702017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
971
972 * gdb.texinfo (Starting your Program) <The working directory.>:
973 Mention remote debugging.
974 (Working Directory) <Your Program's Working Directory>:
975 Likewise.
976 (Connecting) <Remote Packet>: Add "set-working-dir"
977 and "QSetWorkingDir" to the table.
978 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
979 packet.
980
d092c5a2
SDJ
9812017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
982
983 * gdb.texinfo (Starting your Program) <The working directory.>:
984 Mention new "set cwd" command.
985 (Working Directory) <Your Program's Working Directory>:
986 Rephrase to explain that "set cwd" exists and is the default
987 way to change the inferior's cwd.
988
289e23aa
AA
9892017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
990
991 * gdb.texinfo (S/390 and System z Features): Document the new
992 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
993
f2ff95c5
KB
9942017-09-21 Kevin Buettner <kevinb@redhat.com>
995
996 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
997 attribute.
998
da2c323b
KB
9992017-09-21 Kevin Buettner <kevinb@redhat.com>
1000
1001 * python.texi (Inferiors In Python): Add description for method
1002 Inferior.thread_from_thread_handle.
1003
4e5a4f58
JB
10042017-09-19 John Baldwin <jhb@FreeBSD.org>
1005
1006 * gdb.texinfo (Starting your Program): Add description of
1007 starti command. Mention starti command as an alternative for
1008 debugging the elaboration phase.
1009
1526853e
SM
10102017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1011
1012 * gdb.texinfo (Maintenance Commands): Document filter parameter
1013 of "maint selftest". Document "maint info selftests" command.
1014
7c96f8c1
TT
10152017-09-11 Tom Tromey <tom@tromey.com>
1016
1017 * python.texi (Events In Python): Document new events.
1018
d69cf9b2
PA
10192017-09-04 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1022 no-debug-info variables.
1023 (Symbols) <Examining the Symbol Table>: Document inspecting
1024 no-debug-info types.
1025 (Calling) <Calling functions with no debug info>: New subsection,
1026 documenting calling no-debug-info functions.
1027 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1028
0a2dde4a
SDJ
10292017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1030
1031 * gdb.texinfo (set environment): Add @anchor. Explain that
1032 environment variables set by the user are sent to GDBserver.
1033 (unset environment): Likewise, but for unsetting variables.
1034 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1035 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1036 "environment-reset" and "QEnvironmentReset" to the table.
1037 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1038 QEnvironmentReset>: New item, explaining the packet.
1039
6e41ddec
JK
10402017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1043 "Compiler search for the compile command" descriptions of set
1044 compile-gcc and show compile-gcc.
1045
58afddc6
WP
10462017-08-07 Weimin Pan <weimin.pan@oracle.com>
1047
1048 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1049 ADI support.
1050 * NEWS: Add "adi examine" and "adi assign" commands.
1051
6d580b63
YQ
10522017-08-18 Yao Qi <yao.qi@linaro.org>
1053
1054 * gdb.texinfo (Server): Document "--selftest".
1055
a5afdb16
RK
10562017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1057
1058 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1059 Single-Key mode.
1060
ca145713
SDJ
10612017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1062
1063 PR gdb/21925
1064 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1065 set...").
1066
0968fbae
SM
10672017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1068
1069 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1070 conditional expression.
1071
791fb3d7
SM
10722017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1073
1074 * agentexpr.texi (rot): Fix symbolic description, improve
1075 textual description.
1076
27d41eac
YQ
10772017-07-26 Yao Qi <yao.qi@linaro.org>
1078
1079 * gdb.texinfo (Maintenance Commands): Document command
1080 "maint check xml-descriptions".
1081
8e2141c6
YQ
10822017-07-26 Yao Qi <yao.qi@linaro.org>
1083
1084 * gdb.texinfo (Maintenance Commands): Document optional
1085 argument of "maint print c-tdesc".
1086
c646b4e8
YQ
10872017-07-18 Yao Qi <yao.qi@linaro.org>
1088
1089 * gdb.texinfo (Maintenance Commands): Improve the doc to
1090 command "maint print c-tdesc".
1091
eb83230b
SDJ
10922017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1093
1094 PR gdb/21606
1095 * python.texi (Python representation of Symbols.): Replace
1096 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1097 * guile.texi (Guile representation of Symbols.): Likewise.
1098
c4dcb155
SM
10992017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1100
1101 * gdb.texinfo (Optional Messages about Internal Happenings):
1102 Document {set,show} debug separate-debug-file commands.
1103
aefd8b33
SDJ
11042017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1105
1106 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1107 (Connecting) <Remote Packet>: Add "startup-with-shell"
1108 and "QStartupWithShell" to the table.
1109 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1110 packet.
1111
176efed1
AB
11122017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1115
d050f7d7
TW
11162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1117
1118 * python.texi (Recording in Python): Factor out the documentation of
1119 gdb.RecordInstruction's super class.
1120
14f819c8
TW
11212017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1122
1123 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1124 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1125 prev and next.
1126
0ed5da75
TW
11272017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1128
1129 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1130 gdb.RecordInstruction
1131
913aeadd
TW
11322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1133
1134 * python.texi (Recording in Python): Add documentation for
1135 gdb.RecordGap and remove documentation of special cases for
1136 gdb.BtraceInstruction.
1137
a3be24ad
TW
11382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1139
1140 * python.texi (Recording in Python): Remove Record.ptid defvar.
1141
ebe553db
SM
11422017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1143
1144 * gdb.texinfo (GDB/MI Thread Information): Add missing
1145 fields, re-word some things.
1146 (GDB/MI Thread Commands): Describe fields found in the output of
1147 -thread-info, remove description of fields in the
1148 thread output tuple, replace with a cross-reference to "GDB/MI
1149 Thread Information".
1150
9be21bb4
SM
11512017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1152
1153 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1154 from -thread-info output.
1155
fe5f7374
AK
11562017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1157
1158 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1159
eea78757
AK
11602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1161
1162 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1163
79778b30
YQ
11642017-03-22 Yao Qi <yao.qi@linaro.org>
1165
1166 * python.texi (Inferiors In Python): Remove @code from Python.
1167
cee59b3f
TW
11682017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1169
1170 * python.texi (Recordings In Python): Document return type of
1171 gdb.BtraceInstruction.data.
1172
51457a05
MAL
11732017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1174
1175 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1176 command file-list-shared-libraries
1177 (GDB/MI Async Records): Update documentation of library-loaded with new
1178 field.
1179
f8d99587
DE
11802017-03-16 Doug Evans <dje@google.com>
1181
1182 * guile.texi (Lazy Strings In Guile): Mention arrays.
1183 * python.texi (Lazy Strings In Python): Ditto.
1184
5cf70512
JW
11852017-03-08 Jiong Wang <jiong.wang@arm.com>
1186
1187 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1188 character "@".
1189
4a612d6f
WT
11902017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1191
1192 * Memory Protection Extensions: Add information about inferior
1193 calls.
1194
216f72a1
JK
11952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1198 DW_TAG_GNU_* and DW_AT_GNU_*.
1199
4e746bb6
TW
12002017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1201
1202 * python.texi (Recordings In Python): New section.
1203
3f77c769
TT
12042017-02-14 Tom Tromey <tom@tromey.com>
1205
1206 PR python/13598:
1207 * python.texi (Events In Python): Document events.before_prompt.
1208
5cf30ebf
LM
12092017-02-13 Luis Machado <lgustavo@codesourcery.com>
1210
1211 * gdb.texinfo (Target Commands): Document the optional offset
1212 argument for the load command.
1213
18da0c51
MG
12142017-02-10 Martin Galvan <martingalvan@sourceware.org>
1215
1216 PR gdb/21122
1217 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1218 space-separated breakpoint lists. Also add a missing @table command
1219 and @cindex for breakpoint lists.
1220
3f7b46f2
IR
12212017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1222
1223 PR tdep/20936
1224 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1225 (Sparc Features): New node.
1226
2735833d
WT
12272017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1228
1229 * gdb.texinfo (i386 Features): Add system segment registers
1230 as feature.
1231
373832b6
SM
12322017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1233
1234 * python.texi (Events In Python): Fix typo.
1235
78cbbba8
LM
12362017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1237 Luis Machado <lgustavo@codesourcery.com>
1238
1239 * gdb.texinfo (-target-flash-erase): New MI command description.
1240 (flash-erase): New CLI command description.
1241
387360da
JB
12422017-01-04 John Baldwin <jhb@FreeBSD.org>
1243
1244 * gdb.texinfo (Contributors): Add SRI International and University
1245 of Cambridge for FreeBSD/mips.
1246
34c41c68
DE
12472016-12-22 Doug Evans <xdje42@gmail.com>
1248
1249 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1250 commands.
1251
df3ee9ca
PA
12522016-12-02 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.texinfo (User-defined Commands): Limit on number of
1255 arguments passed to user-defined commands removed; update.
1256
01770bbd
PA
12572016-12-02 Pedro Alves <palves@redhat.com>
1258
1259 PR cli/20559
1260 * gdb.texinfo (Define): Add example of using "eval" to process a
1261 variable number of arguments.
1262 (Output) <eval>: Add anchor.
1263
ad02e4fe
SM
12642016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1265
1266 * Makefile.in: Likewise.
1267
8504e097
AA
12682016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1269
1270 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1271 xref.
1272
39402e6c
PA
12732016-10-29 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1276 actions.
1277
ca6eff59
PA
12782016-10-26 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1281 actions that match a thread, and what happens when an action
1282 matches a thread that is already running.
1283
be06ba8c
SM
12842016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1285
1286 * gdb.texinfo (Using Trace Files): Fix typo.
1287 (GDB/MI Tracepoint Commands): Likewise.
1288
99e61eda
SM
12892016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1290
1291 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1292 of -trace-save.
1293
9c37b5ae
TT
12942016-10-06 Tom Tromey <tom@tromey.com>
1295
1296 * guile.texi (Types In Guile): Remove Java mentions.
1297 * python.texi (Types In Python): Remove Java mentions.
1298 * gdb.texinfo (Address Locations, Supported Languages)
1299 (Index Section Format): Remove Java mentions.
1300
ee8da4b8
DE
13012016-08-15 Doug Evans <dje@google.com>
1302
1303 * gdb.texinfo (Target Description Format): Update docs on "end"
1304 field spec and field default type.
1305
4034d0ff
AT
13062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13072016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1308
1309 PR gdb/20487
1310 * gdb.texinfo (Context management): Update mention of frame
1311 change notifications.
1312 (gdb/mi Async Records): Document frame field in
1313 =thread-select event.
1314 * observer.texi (GDB Observers): New user_selected_context_changed
1315 observer.
1316
4435e1cc
TT
13172016-09-28 Tom Tromey <tom@tromey.com>
1318
1319 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1320 than "memory breakpoint". Further document "kind". Move
1321 protocol-details link earlier.
1322 <z1>: Document the cmd_list argument. Fix typo.
1323 <g>: Remove incorrect sentence.
1324 (Stop Reply Packets): Document "OK" response to requests when in
1325 non-stop mode.
1326 <swbreak>: Use "software breakpoint" rather than "memory
1327 breakpoint".
1328 <create>: Document that "R" is ignored.
1329 <W, X, w>: Document formatting of "AA".
1330 (Notification Packets): Use "%Stop", not "%%Stop".
1331
ad0a504f
AK
13322016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1333
1334 * gdb.texinfo (Embedded Processors): Document ARC.
1335 (Synopsys ARC): New section.
1336 (Standard Target Features): Document ARC features.
1337 (ARC Features): New section.
1338
74172ecf
SM
13392016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1340
1341 * .gitignore: New file.
1342
0a1ddfa6
SM
13432016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1344
1345 * gdb.texinfo (Input/Output): Mention possibility to unset
1346 inferior-tty.
1347
c0272db5
TW
13482016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1349
1350 * gdb.texinfo: Resume btrace on reconnect.
1351
e3487908
GKB
13522016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1353
1354 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1355 syscall.
1356
463888ab
РИ
13572016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1358
1359 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1360 command.
1361
dac790e1
TT
13622016-07-13 Tom Tromey <tom@tromey.com>
1363
1364 PR python/15620, PR python/18620:
1365 * python.texi (Events In Python): Document new breakpoint events.
1366
93daf339
TT
13672016-07-13 Tom Tromey <tom@tromey.com>
1368
1369 PR python/17698:
1370 * python.texi (Breakpoints In Python): Document
1371 Breakpoint.pending.
1372
cda75e70
TT
13732016-07-13 Tom Tromey <tom@tromey.com>
1374
1375 * python.texi (Breakpoints In Python): Move table of types and
1376 table of watchpoint types earlier in node.
1377
e0f3fd7c
TT
13782016-07-12 Tom Tromey <tom@tromey.com>
1379
1380 PR python/19293:
1381 * python.texi (Frames In Python): Document
1382 gdb.invalidate_cached_frames.
1383
86f78169
PA
13842016-06-21 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1387 document new-ui and explain use case.
1388
a28d8e50
YTL
13892016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1390
1391 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1392 (NDS32 Features): New Section.
1393
bb556f1f
TK
13942016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1395
1396 * gdb.texinfo (Examining Memory): Document negative repeat
1397 count in the 'x' command.
1398
38b022b4
SM
13992016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1400
1401 * gdb.texinfo (GDB/MI Async Records): Document method and
1402 format fields in =record-started.
1403 * observer.texi (record_changed): Add method and format
1404 parameters.
1405
c185ba27
EZ
14062016-05-27 Eli Zaretskii <eliz@gnu.org>
1407
1408 * gdb.texinfo (General Query Packets): Move the description of the
1409 response before the long list of the specific 'read' and 'write'
1410 requests.
1411
1957f6b8
TT
14122016-05-23 Tom Tromey <tom@tromey.com>
1413
1414 * python.texi (Basic Python): Document gdb.breakpoints return.
1415
224f10c1
TT
14162016-05-24 Tom Tromey <tom@tromey.com>
1417
1418 PR gdb/19194:
1419 * gdb.texinfo (gdb man): Fix typo.
1420
0bdfa368
TT
14212016-05-17 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1424 (Rust): New node.
1425
dcd1f979
TT
14262016-05-17 Tom Tromey <tom@tromey.com>
1427
1428 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1429
310cdbb6
YQ
14302016-04-27 Yao Qi <yao.qi@linaro.org>
1431
1432 * gdb.texinfo (tfind): Complete doc about tfind without
1433 argument.
1434
b8162e5a
AT
14352016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1436
1437 * agentexpr.texi (byte): Fix zero_ext description.
1438
f7c38292
PA
14392016-03-31 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.texinfo (M32R/SDI): Delete node.
1442 (MIPS Embedded): Remove references to the MIPS remote debugging
1443 protocol, PMON and variants, and the associated commands.
1444
81516450
DE
14452016-03-15 Doug Evans <dje@google.com>
1446
1447 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1448 (Target Description Format): Mention enum types. Update docs on
1449 flags types.
1450 (Predefined Target Types): Add "bool".
1451 (Enum Target Types): New node.
1452
2a60e18f
PA
14532016-03-15 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.texinfo (Tracepoint Actions): Fix typo.
1456
45fa2529
PA
14572016-03-15 Pedro Alves <palves@redhat.com>
1458 Andreas Arnez <arnez@linux.vnet.ibm.com>
1459 Marcin Kościelnicki <koriakin@0x04.net>
1460
1461 * gdb.texinfo (Tracepoint Actions): Document possible
1462 unreliability of '$_ret'.
1463
f2403c39
AB
14642016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1467 command.
1468
f2f3ccb9
SM
14692016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1470
1471 * gdb.texinfo (Convenience Functions): Document $_as_string.
1472
cce0e923
DE
14732016-02-23 Doug Evans <dje@google.com>
1474
1475 * gdb.texinfo (Skipping Over Functions and Files): Document new
1476 options to "skip" command. Update docs of output of "info skip".
1477
012b3a21
WT
14782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1479
1480 * gdb.texinfo (Signals): Add bound violation display hints for
1481 a SIGSEGV.
1482
0748bf3e
MK
14832016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1484
1485 * gdb.texinfo (Trace File Format): Add documentation for description
1486 section lines.
1487
e909d859
MK
14882016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1489
1490 * gdb.texinfo (Trace File Format): Remove misleading information
1491 about register block ordering.
1492
713cdcbf
DE
14932016-02-01 Doug Evans <dje@google.com>
1494
1495 * gdb.texinfo (Value Sizes): Fix typo.
1496
8244c20d
DE
14972016-02-01 Doug Evans <dje@google.com>
1498
1499 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1500
5fdf6324
AB
15012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.texinfo (Value Sizes): New section.
1504 (Data): Add the 'Value Sizes' node to the menu.
1505
67ebd9cb
JB
15062016-01-26 John Baldwin <jhb@FreeBSD.org>
1507
1508 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1509
6e9567fe
JB
15102016-01-19 John Baldwin <jhb@FreeBSD.org>
1511
1512 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1513
f303dbd6
PA
15142016-01-18 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1517 of the thread that hit a breakpoint or received a signal.
1518
71ef29a8
PA
15192016-01-15 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1522
663f6d42
PA
15232016-01-13 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.texinfo (Threads): Document the $_gthread convenience
1526 variable.
1527 (Convenience Vars): Likewise.
1528
c84f6bbf
PA
15292016-01-13 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.texinfo (Threads): Document "info threads -gid".
1532
22a02324
PA
15332016-01-13 Pedro Alves <palves@redhat.com>
1534
1535 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1536 anchor.
1537 (Threads In Python): Document new InferiorThread.global_num
1538 attribute.
1539
5d5658a1
PA
15402016-01-07 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1543 qualified thread IDs, global thread IDs and thread ID lists.
1544 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1545 thread IDs.
1546 (Convenience Vars): Document the $_thread convenience variable.
1547 (Ada Tasks): Adjust to refer to thread IDs.
1548 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1549 Commands, GDB/MI Variable Objects): Update to mention global
1550 thread IDs.
1551 * guile.texi (Breakpoints In Guile)
1552 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1553 global thread IDs instead of thread IDs.
1554 * python.texi (Threads In Python): Adjust documentation of
1555 InferiorThread.num.
1556 (Breakpoint.thread): Mention global thread IDs instead of thread
1557 IDs.
1558
84654457
PA
15592016-01-13 Pedro Alves <palves@redhat.com>
1560
1561 * python.texi (Threads In Python): Document
1562 InferiorThread.inferior.
1563
e3940304
PA
15642016-01-13 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1567 convenience variable.
1568 (Convenience Vars): Likewise.
1569
82075af2
JS
15702016-01-12 Josh Stone <jistone@redhat.com>
1571 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1572
1573 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1574 (Stop Reply Packets): List the syscall entry and return stop reasons.
1575 (General Query Packets): Describe QCatchSyscalls, and add it to the
1576 table and the detailed list of stub features.
1577
bc504a31
PA
15782016-01-12 Pedro Alves <palves@redhat.com>
1579
1580 Remove use of the registered trademark symbol throughout.
1581
cde67b27
YQ
15822016-01-12 Yao Qi <yao.qi@linaro.org>
1583
1584 * gdb.texinfo (Interrupts): Update the document on handling
1585 interrupt when program is stopped.
1586
19d9d4ef
DB
15872015-12-11 Don Breazeal <donb@codesourcery.com>
1588
1589 * gdb.texinfo (Forks): Correct Linux kernel version where
1590 fork and exec events are supported, add notes about support
1591 of these events in target remote mode.
1592 (Connecting): Reorganize and clarify distinctions between
1593 target remote, extended-remote, and multiprocess.
1594 Reorganize related text from separate sections into new
1595 sections.
1596 (Server): Note effects of target extended-remote mode.
1597 Delete section on Multi-Process Mode for gdbserver.
1598 Move some text to "Connecting" node.
1599
f4f4330e
PA
16002015-12-10 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.texinfo (Threads): Replace warning with explanation
1603 about single-threaded programs.
1604
b1236ac3
PA
16052015-12-10 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.texinfo (Threads): Remove mention of SGI.
1608 (Forks): Remove mention of HP-UX.
1609 (Breakpoints): Remove mention of HP-UX.
1610 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1611 Reword in terms of architectures.
1612 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1613 mention supported systems.
1614 (Convenience Vars): Don't mention HP-UX.
1615 (Jumping): Remove mention of HP-UX in comment.
1616 (Files) <shared libraries>: Update supported shared library types
1617 list. Remove mention of HP-UX.
1618 (Native): Remove HP-UX subsection.
1619 (SVR4 Process Information): Remove mention of HP-UX.
1620
0f59c28f
PA
16212015-12-10 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.texinfo (Stack): Reorder menu.
1624
1c35a88f
LM
16252015-12-09 Luis Machado <lgustavo@codesourcery.com>
1626
1627 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1628 -var-set-format's new zero-hexadecimal format.
1629
3685b09f
PMR
16302015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1631
1632 * gdb.texinfo (Ada Mode Into): Move overloading support
1633 description to its own node.
1634 (Overloading support for Ada): New node.
1635
f2faf941
PA
16362015-11-30 Pedro Alves <palves@redhat.com>
1637
1638 PR 14618
1639 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1640 (Remote Configuration): Add the "set/show remote
1641 no-resumed-stop-reply" to the available settings table.
1642 (General Query Packets): Document the "no-resumed" qSupported
1643 feature.
1644
65706a29
PA
16452015-11-30 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.texinfo (Remote Configuration): List "set/show remote
1648 thread-events" command in configuration table.
1649 (Stop Reply Packets): Document "T05 create" stop
1650 reason and 'w' stop reply.
1651 (General Query Packets): Document QThreadEvents packet. Document
1652 QThreadEvents qSupported feature.
1653
de979965
PA
16542015-11-30 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1657 anchor.
1658 (Packets): Document vCtrlC.
1659
79efa585
SM
16602015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1661
1662 * gdb.texinfo (Thread List Format): Mention thread names.
1663
7e0aa6aa
PA
16642015-11-24 Pedro Alves <palves@redhat.com>
1665
1666 PR 17539
1667 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1668 program-spaces" example to ascending order listing.
1669 (Threads): Adjust "info threads" example to ascending order
1670 listing.
1671 (Forks): Adjust "info inferiors" example to ascending order
1672 listing.
1673
0c532a29
MM
16742015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1675
1676 * gdb.texinfo (Process Record and Replay): Document "record
1677 instruction-history" modifiers.
1678
fc58fa65
AB
16792015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1682 description.
1683 (Frame Filter Management): Move to later in the 'Examining the
1684 Stack' chapter.
1685 (Selection): Add entry for 'select-frame'.
1686
792005b0
DE
16872015-09-25 Doug Evans <dje@google.com>
1688
1689 * gdb.texinfo (Process Record and Replay): Fix syntax of
1690 "record instruction-history begin, end" and
1691 "record function-call-history begin, end".
1692
c58b006b
SM
16932015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1694
1695 * gdb.texinfo (Specifying Source Directories): Fix
1696 substitute-path example.
1697
f2665db5
MM
16982015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1699
1700 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1701
e68fa6f0
PA
17022015-09-15 Pedro Alves <palves@redhat.com>
1703
1704 PR remote/18965
1705 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1706 the vforkdone description.
1707
8228463c
PA
17082015-09-15 Pedro Alves <palves@redhat.com>
1709
1710 PR remote/18965
1711 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1712 part indicates the thread ID of the parent process.
1713
750ce8d1
YQ
17142015-09-15 Yao Qi <yao.qi@linaro.org>
1715
1716 * gdb.texinfo (General Query Packets): Add vContSupported to
1717 tables of 'gdbfeatures' and 'stub features' supported in the
1718 qSupported packet, as well as to the list containing stub
1719 feature details.
1720
b459a59b
DB
17212015-09-11 Don Breazeal <donb@codesourcery.com>
1722
1723 * gdb.texinfo (Remote Configuration): Add exec event
1724 feature to table of packet settings.
1725 (Stop Reply Packets): Add exec events to the list of stop
1726 reasons.
1727 (General Query Packets): Add exec events to tables of
1728 'gdbfeatures' and 'stub features' supported in the qSupported
1729 packet, as well as to the list containing stub feature
1730 details.
1731
73b8c1fd
PA
17322015-08-24 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.texinfo (Remote Configuration): Document the "set/show
1735 remote multiprocess-extensions-packet" commands.
1736
bb615428
PA
17372015-08-24 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1740 <M32R>: Remove references to M32R/D.
1741 <M68K>: Remove references to target dbug.
1742 <MIPS Embedded>: Remove references to target r3900 and target
1743 array.
1744 <PowerPC Embedded>: Remove references to target dink32 and target
1745 ppcbug, target sds
1746 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1747
2b4bf6af
AB
17482015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1751
566f5e3b
AB
17522015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1755
18989b3c
AB
17562015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1759 info bfds" to...
1760 (File Caching): A New section. Outline bfd caching, and add new
1761 description for "main set/show bfd-sharing".
1762
6ff0ba5f
DE
17632015-08-14 Doug Evans <xdje42@gmail.com>
1764
1765 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1766 disassembly.
1767 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1768
629500fa
KS
17692015-08-11 Keith Seitz <keiths@redhat.com>
1770
1771 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1772 Use "location(s)"instead of "linespec(s)".
1773 (Specifying a Location): Rewrite.
1774 Add subsections describing linespec, address, and explicit locations.
1775 Add node/menu for each subsection.
1776 (Source and Machine Code, C Preprocessor Macros)
1777 (Create and Delete Trace points)
1778 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1779 (Continuing at a Different Address): Remove "linespec" examples.
1780 Add reference to "Specify a Location"
1781 (The -break-insert Command): Rewrite. Add anchor.
1782 Add reference to appropriate manual section discussing locations.
1783 (The -dprintf-insert Command): Refer to -break-insert for
1784 specification of 'location'.
1785
fbea99ea
PA
17862015-08-07 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1789 target-non-stop".
1790
da8c46d2
MM
17912015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1792
1793 * gdb.texinfo (Process Record and Replay): Document prefixing of
1794 speculatively executed instructions in the "record instruction-history"
1795 command.
1796
a3b5281e
DE
17972015-07-20 Doug Evans <dje@google.com>
1798
1799 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1800
6bcb1f97
DE
18012015-07-16 Doug Evans <dje@google.com>
1802
1803 * stabs.texinfo: @include gdb-cfg.texi.
1804
db1ff28b
JK
18052015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1806
1807 Revert the previous 2 commits:
1808 gdbserver build-id attribute generator
1809 Validate symbol file using build-id
1810
ca5268b6
JK
18112015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.texinfo (Files): Add 'set validate-build-id'
1814 and 'show validate-build-id'.
1815
700ca40f
JK
18162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1817 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 gdbserver build-id attribute generator.
1820 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1821 'build-id' in description, example, new attribute in dtd.
1822
7c7f93f6
AB
18232015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.texinfo (Selection): Update documentation for 'frame'
1826 command.
1827
b0627500
MM
18282015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1829
72f4393d 1830 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1831 commands.
1832
b20a6524
MM
18332015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1834
1835 * gdb.texinfo (Process Record and Replay): Spell out that variables
1836 and registers are not available during btrace replay.
1837 Describe the new "record btrace pt" command.
1838 Describe the new "set|show record btrace pt buffer-size" options.
1839 (General Query Packets): Describe the new Qbtrace:pt and
1840 Qbtrace-conf:pt:size packets.
1841 Expand "bts" to "Branch Trace Store".
1842 Update the branch trace DTD.
1843
fc637f04
PP
18442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1845
1846 * gdb.texinfo (Command History): Document the new option
1847 "history remove-duplicates".
1848
18a94d75
DE
18492015-06-19 Doug Evans <dje@google.com>
1850
1851 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1852 longer supported.
1853
0eacb298
PP
18542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1855
1856 * gdb.texinfo (Command History): Mention that setting
1857 GDBHISTSIZE to the empty string disables history truncation.
1858
bc460514
PP
18592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1860
1861 PR gdb/16999
1862 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1863 behavior.
1864
b58c513b
PP
18652015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1866
1867 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1868 with GDBHISTSIZE.
1869
a86c90e6
SM
18702015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1873 bytes and memory units for -data-{read,write}-memory-bytes.
1874 (Packets): Same for m, M and X packets.
1875 * python.texi (Inferiors In Python): Same for read_memory and
1876 write_memory.
1877
c74f7d1c
JT
18782015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1879
1880 * gdb.texinfo (Separate Debug Files): Document that PE is also
1881 supported.
1882
51f0e40d
AB
18832015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1884
1885 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1886 single table entry.
1887
966f0aef
WT
18882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1889
1890 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1891
1892
15a201c8
GB
18932015-06-10 Gary Benson <gbenson@redhat.com>
1894
1895 * gdb.texinfo (Remote Configuration): Document the
1896 "set/show remote hostio-setfs-packet" command.
1897 (Host I/O Packets): Document the vFile:setfs packet.
1898
7a6a1731
GB
18992015-06-10 Gary Benson <gbenson@redhat.com>
1900
1901 * gdb.texinfo (Debugging Output): Document the "set/show debug
1902 linux-namespaces" command.
1903
7d73c23c 19042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1905 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1906
1907 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1908 and "set mpx bound".
1909
27e0867f
DE
19102015-05-27 Doug Evans <dje@google.com>
1911
1912 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1913
b4f54984
DE
19142015-05-26 Doug Evans <dje@google.com>
1915
1916 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1917 command renamings.
1918 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1919
55b40027
AB
19202015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1923
a4ea0946
AB
19242015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1927 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1928
37442ce1
DE
19292015-05-16 Doug Evans <xdje42@gmail.com>
1930
1931 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1932 memory ports.
1933
36de76f9
JK
19342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1935
1936 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1937
0d71eef5
DB
19382015-05-12 Don Breazeal <donb@codesourcery.com>
1939
1940 * gdb.texinfo (Forks): Note that fork debugging is
1941 supported in extended mode.
1942 (Remote Configuration): Add fork event features to table
1943 of packet settings.
1944 (Stop Reply Packets): Add fork events to list of stop reasons.
1945 (General Query Packets): Add fork events to tables of
1946 'gdbfeatures' and 'stub features' supported in the qSupported
1947 packet, as well as to the list containing stub feature
1948 details.
1949
835205d0
GB
19502015-05-12 Gary Benson <gbenson@redhat.com>
1951
1952 * gdb.texinfo (General Query Packets): Document
1953 qXfer:exec-file:read with empty annex.
1954
4c082a81
SC
19552015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1956
1957 * python.texi (Values From Inferior): Add descriptions of new
1958 methods gdb.Value.reference_value and gdb.Value.const_value.
1959
b30a0bc3
JB
19602015-05-06 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.texinfo (Files): Add "info dll" documentation.
1963 (Cygwin Native): Remove "info dll" documentation.
1964
2ce1cdbf
DE
19652015-04-29 Doug Evans <dje@google.com>
1966
1967 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1968 Document.
1969 (Writing an Xmethod): Add get_result_type to example.
1970
59fb7612
SS
19712015-04-28 Sasha Smundak <asmundak@google.com>
1972
1973 * python.texi: New method documented.
1974
cf75d6c3
AB
19752015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1978 format.
1979
897c3d32
DE
19802015-04-24 Doug Evans <dje@google.com>
1981
1982 * python.texi (Xmethods In Python): Fix name of method to call the
1983 xmethod.
1984
1b6e6f5c
GB
19852015-04-17 Gary Benson <gbenson@redhat.com>
1986
1987 * gdb.texinfo (Connecting to a Remote Target): Mention that
1988 GDB can access program files from remote targets that support
1989 qXfer:exec-file:read and Host I/O packets.
1990
c78fa86a
GB
19912015-04-17 Gary Benson <gbenson@redhat.com>
1992
1993 * gdb.texinfo (Remote Configuration): Document the "set/show
1994 remote pid-to-exec-file-packet" command.
1995 (General Query Packets): Document the qXfer:exec-file:read
1996 qSupported features. Document the qXfer:exec-file:read packet.
1997
a9a5a3d1
GB
19982015-04-17 Gary Benson <gbenson@redhat.com>
1999
2000 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2001 applies to executable paths if supplied to GDB as absolute.
2002
4f45d445
JK
20032015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 * gdb.texinfo (Mode Options): Remove -xdb.
2006
e7a8570f
JK
20072015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2008 Eli Zaretskii <eliz@gnu.org>
2009
72f4393d
L
2010 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2011 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2012 the compile command. New subsection Compiler search for the compile
2013 command.
2014
f2983cc3
AW
20152015-04-09 Andy Wingo <wingo@igalia.com>
2016
2017 * guile.texi (Frames In Guile): Describe frame-read-register.
2018
599bd15c
GB
20192015-04-02 Gary Benson <gbenson@redhat.com>
2020
2021 * gdb.texinfo (set sysroot): Document "target:".
2022
d11916aa
SS
20232015-04-01 Sasha Smundak <asmundak@google.com>
2024
2025 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2026 section.
2027
df8411da
SDJ
20282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 PR corefiles/16092
2031 * gdb.texinfo (gcore): Mention new command 'set
2032 use-coredump-filter'.
2033 (set use-coredump-filter): Document new command.
2034
d33279b3
AT
20352015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2036
2037 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2038 documentation, reorder the info os entries in alphabetical order.
2039
852f8402
SM
20402015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2041
2042 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2043 -data-write-memory-bytes.
2044
856e7dd6
PA
20452015-03-24 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2048 mention that threads may sometimes run unlocked.
2049
236af5e3
YG
20502015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2051
2052 * gdb.texinfo (Remote configuration): Document "set/show
2053 serial parity" command.
2054
464b0089
GB
20552015-03-18 Gary Benson <gbenson@redhat.com>
2056
2057 * gdb.texinfo (General Query Packets): Remove documentation
2058 for now-removed vFile:fstat qSupported features.
2059
0a93529c
GB
20602015-03-11 Gary Benson <gbenson@redhat.com>
2061
2062 * gdb.texinfo (Remote Configuration): Document the
2063 "set/show remote hostio-fstat-packet" command.
2064 (General Query Packets): Document the vFile:fstat
2065 qSupported features.
2066 (Host I/O Packets): Document the vFile:fstat packet.
2067
85642ba0
AW
20682015-03-11 Andy Wingo <wingo@igalia.com>
2069
2070 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2071
f7e6eed5
PA
20722015-03-04 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.texinfo (Remote Configuration): Document the "set/show
2075 remote swbreak-feature-packet" and "set/show remote
2076 hwbreak-feature-packet" commands.
2077 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2078 decription.
2079 (Stop Reply Packets): Document the swbreak and hwbreak stop
2080 reasons.
2081 (General Query Packets): Document the swbreak and hwbreak
2082 qSupported features.
2083 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2084
f873665f 20852015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2086
2087 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2088 under *stopped.
2089
9a284c97
DE
20902015-03-02 Doug Evans <xdje42@gmail.com>
2091
2092 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2093
446899e4
AA
20942015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2095
2096 * gdb.texinfo (S/390 and System z Features): Describe new feature
2097 "org.gnu.gdb.s390.vx".
2098
7ee67ee4
SDJ
20992015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2100
2101 PR gdb/18008
2102 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2103 demangler-warning): Fix typo ("problam").
2104
53cf2ee0
DT
21052015-02-19 David Taylor <dtaylor@emc.com>
2106
2107 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2108
3133f8c1
JM
21092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2110
2111 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2112 point, DTrace'.
2113 (Static Probe Points): Modified to cover DTrace probes in addition
2114 to SystemTap probes. Also modified to cover the `enable probe'
2115 and `disable probe' commands.
2116
9aca2ff8
JM
21172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2118
2119 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2120 `disable probe' commands.
2121
fa3f8d5a
DT
21222015-02-12 David Taylor <dtaylor@emc.com>
2123
2124 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2125 fields of the QTDV packet.
2126
d33501a5
MM
21272015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2128
2129 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2130 (Process Record and Replay): Describe new set|show commands.
2131 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2132
f4abbc16
MM
21332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2134
2135 * gdb.texinfo (Process Record and Replay): Describe the "record
2136 btrace bts" command.
2137 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2138 (Branch Trace Configuration Format): New.
2139
cfb069a8
GB
21402015-01-31 Gary Benson <gbenson@redhat.com>
2141 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (Command Completion): Document new
2144 "set/show max-completions" option.
2145
f57d2163
DE
21462015-01-31 Doug Evans <xdje42@gmail.com>
2147
2148 * gdb.texinfo (Symbols): Document new commands
2149 "maint print symbol-cache", "maint print symbol-cache-statistics",
2150 "maint flush-symbol-cache". Document new option
2151 "maint set symbol-cache-size".
2152
9f050062
DE
21532015-01-31 Doug Evans <xdje42@gmail.com>
2154
2155 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2156 distinguish script files vs inlined scripts.
2157 * python.texi (Python Auto-loading): Ditto.
2158
b6577aab
DE
21592015-01-30 Doug Evans <dje@google.com>
2160
2161 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2162 string if present.
2163
3a8b707a
DE
21642015-01-27 Doug Evans <dje@google.com>
2165
2166 * python.texi (Objfiles In Python): Document Objfile.username.
2167
1b549396
DE
21682015-01-27 Doug Evans <dje@google.com>
2169
2170 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2171 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2172
253828f1
JK
21732015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2176
bf555842
EZ
21772015-01-16 Eli Zaretskii <eliz@gnu.org>
2178
2179 * doc/gdb.texinfo (TUI Commands): Document the possible
2180 values of NAME argument to 'winheight' command. Explain the
2181 effect of 'tabset' setting better.
2182
439250fb
DE
21832015-01-11 Doug Evans <xdje42@gmail.com>
2184
2185 PR gdb/15830
2186 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2187 (Symbols): Ditto.
2188 (Maintenance Commands): Delete docs for "maint demangle".
2189
6bf6fd09
JB
21902014-12-31 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.texinfo (Files): Remove documentation of the
2193 "add-shared-symbol-files" and "assf" commands.
2194 (Cygwin Native): Remove documentation of the "dll-symbols"
2195 command.
2196
cc485e62
DE
21972014-12-17 Doug Evans <xdje42@gmail.com>
2198
2199 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2200
bb2ec1b3
TT
22012014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2202 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * gdb.texinfo (Altering): Update.
2205 (Compiling and Injecting Code): New node.
2206
6dddd6a5
DE
22072014-12-12 Doug Evans <dje@google.com>
2208
2209 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2210
f5b95c01
AA
22112014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2212
2213 * gdb.texinfo: Document "maint print user-registers".
2214
a0be3e44
DE
22152014-12-08 Doug Evans <dje@google.com>
2216
2217 * python.texi (Objfiles In Python): Document Objfile.owner.
2218
86e4ed39
DE
22192014-12-04 Doug Evans <dje@google.com>
2220
2221 * python.texi (Objfiles In Python): Document
2222 Objfile.add_separate_debug_file.
2223
7c50a931
DE
22242014-12-04 Doug Evans <dje@google.com>
2225
2226 * python.texi (Objfiles In Python): Document Objfile.build_id.
2227
162078c8
NB
22282014-12-02 Nick Bull <nicholaspbull@gmail.com>
2229
2230 * python.texi (Events In Python): Document new events
2231 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2232 and RegisterChangedEvent.
2233
f10c5b19
JK
22342014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 Add add-auto-load-scripts-directory.
2237 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2238 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2239
413b59ae
JK
22402014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2241
2242 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2243 description typo.
2244
02be9a71
DE
22452014-10-30 Doug Evans <dje@google.com>
2246
2247 * python.texi (Progspaces In Python): Document ability to add
2248 random attributes to gdb.Progspace objects.
2249 (Objfiles In Python): Document ability to add random attributes to
2250 gdb.objfile objects.
2251
e5f8a7cc
PA
22522014-10-27 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2255 info on stepping and signal handlers.
2256 (Signals): Explain stepping and signal handlers. Add context
2257 index entry, and cross references.
2258
fab3a15d
SM
22592014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2260
2261 * python.texi (Breakpoints In Python): Add parenthesis after
2262 Breakpoint.delete. Clarify Breakpoint.enabled description so
2263 that it contains "disable".
2264
4ffbba72
DE
22652014-10-17 Doug Evans <dje@google.com>
2266
2267 * python.texi (Events In Python): Document clear_objfiles event.
2268
d096d8c1
DE
22692014-10-17 Doug Evans <dje@google.com>
2270
2271 * python.texi (Objfiles In Python): Document new progspace attribute.
2272
32a8097b
PA
22732014-10-17 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2276 (SVR4 Process Information): Delete mention of OSF/1.
2277
2ddf4301
SM
22782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2279
2280 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2281 exit-code field in -list-thread-groups output.
2282
342cc091
JBG
22832014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2284
2285 * gdb.texinfo (Set Breaks): Add missing "@end table".
2286
a25a5a45
PA
22872014-09-22 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2290 always-inserted off" is the default mode now. Delete
2291 documentation of "set breakpoint always-inserted auto".
2292
2b4fd423
DE
22932014-09-18 Doug Evans <dje@google.com>
2294
2295 * python.texi (Symbol Tables In Python): Document "producer"
2296 attribute of gdb.Symtab objects.
2297
deb8ff2b
PA
22982014-09-16 Pedro Alves <palves@redhat.com>
2299
2300 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2301 (Embedded OS): Remove VxWorks menu entry.
2302 (VxWorks): Remove node.
2303
81219e53
DE
23042014-09-13 Doug Evans <xdje42@gmail.com>
2305
2306 * gdb.texinfo (Signaling): Document new queue-signal command.
2307
faa42425
DE
23082014-09-06 Doug Evans <xdje42@gmail.com>
2309
2310 PR 15276
2311 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2312 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2313
1a6a384b
JL
23142014-09-03 Justin Lebar <jlebar@google.com>
2315
2316 * python.texi (Types In Python): Type.template_argument(n) returns a
2317 gdb.Value or a gdb.Type and throws an exception if n is out of
2318 range.
2319
5f3b99cf
SS
23202014-09-03 Sasha Smundak <asmundak@google.com>
2321
2322 * python.texi (Frames in Python): Add read_register description.
2323
3cecbbbe
TT
23242014-08-04 Tom Tromey <tromey@redhat.com>
2325
2326 * gdb.texinfo (Debugging Output): Update for change to "set debug
2327 target".
2328
90debf20
MM
23292014-08-01 Masaki Muranaka <monaka@monami-software.com>
2330
2331 Pushed by Joel Brobecker <brobecker@adacore.com>.
2332 * Makefile.in (transform): New variable.
2333 (install-man1, install-man5): Apply $(transform) to man file names.
2334
ee7333ae
DE
23352014-07-26 Doug Evans <xdje42@gmail.com>
2336
2337 PR guile/17177
2338 * guile.texi (Guile Pretty Printing API): Fix typo.
2339 Document set-pretty-printers!, pretty-printers.
2340 (Selecting Guile Pretty-Printers): Update.
2341 Mention program-space based pretty-printers.
2342
70509625
PA
23432014-07-25 Pedro Alves <palves@redhat.com>
2344 Eli Zaretskii <eliz@gnu.org>
2345
2346 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2347 with multi-threaded programs.
2348
b67a2c6f
YQ
23492014-06-27 Yao Qi <yao@codesourcery.com>
2350
2351 * gdb.texinfo (Maintenance Commands): Update the output of
2352 'maint print dummy-frames' command.
2353
f179cf97
EZ
23542014-06-24 Eli Zaretskii <eliz@gnu.org>
2355
2356 * gdb.texinfo (Screen Size): Improve indexing.
2357
992c7d70
GB
23582014-06-19 Gary Benson <gbenson@redhat.com>
2359
2360 * gdb.texinfo (Maintenance Commands): Document new
2361 "maint set/show catch-demangler-crashes" option.
2362
57fcfb1b
GB
23632014-06-19 Gary Benson <gbenson@redhat.com>
2364
2365 * gdb.texinfo (Maintenance Commands): Document new
2366 "maint demangler-warning" command and new
2367 "maint set/show demangler-warning" option.
2368
dd5d5494
SC
23692014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2370
2371 * python.texi (Xmethod API): Add space before the opening
2372 parenthesis in function descriptions.
2373
25326a28 23742014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2375
2376 * guile.texi (Guile Configuration): Document guile-data-directory.
2377
0a770bb2 23782014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2379
2380 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2381
16f691fb
DE
23822014-06-04 Doug Evans <xdje42@gmail.com>
2383
2384 * guile.texi (Breakpoints In Guile): Update.
2385
1e47491b
JB
23862014-06-03 Joel Brobecker <brobecker@adacore.com>
2387
2388 * python.texi (Xmethod API): Fix reference to "Progspaces In
2389 Python".
2390
0c6e92a5
SC
23912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2392
2393 * python.texi (Xmethods In Python, XMethod API)
2394 (Writing an Xmethod): New nodes.
2395 (Python API): New menu entries "Xmethods In Python",
2396 "Xmethod API", "Writing an Xmethod".
2397
06eb1586
DE
23982014-06-02 Doug Evans <xdje42@gmail.com>
2399
2400 * guile.texi (Guile API): Add entry for Parameters In Guile.
2401 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2402 (Parameters In Guile): New node.
2403
e698b8c4
DE
24042014-06-02 Doug Evans <xdje42@gmail.com>
2405
2406 * guile.texi (Guile API): Add entry for Commands In Guile.
2407 (Basic Guile) <parse-and-eval>: Add reference.
2408 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2409 (GDB Scheme Data Types): Mention <gdb:command> object.
2410 (Commands In Guile): New node.
2411
ded03782
DE
24122014-06-02 Doug Evans <xdje42@gmail.com>
2413
2414 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2415 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2416 (Progspaces In Guile): New node.
2417
53e8a631
AB
24182014-05-30 Andrew Burgess <aburgess@broadcom.com>
2419
2420 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2421 * python.texi (Frames In Python): Mention
2422 gdb.FRAME_UNWIND_MEMORY_ERROR.
2423
329ea579
PA
24242014-05-29 Pedro Alves <palves@redhat.com>
2425 Tom Tromey <tromey@redhat.com>
2426
2427 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2428 from example.
2429 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2430 Mention that target-async is now deprecated.
2431 (Maintenance Commands): Document maint set/show target-async.
2432
92bcb5f9
PA
24332014-05-29 Pedro Alves <palves@redhat.com>
2434
2435 * observer.texi (sync_execution_done, command_error): New
2436 subjects.
2437
fd664c91
PA
24382014-05-29 Pedro Alves <palves@redhat.com>
2439
2440 PR gdb/13860
2441 * observer.texi (signal_received, end_stepping_range)
2442 (signal_exited, exited, no_history): New observer subjects.
2443
b2715b27
AW
24442014-05-26 Andy Wingo <wingo@igalia.com>
2445
2446 * guile.texi (GDB Scheme Data Types): Remove documentation for
2447 removed interfaces. Update spelling of gdb-object-kind.
2448
9eaa4c1e
AW
24492014-05-26 Andy Wingo <wingo@igalia.com>
2450
2451 * guile.texi (Basic Guile): Fix some typos.
2452
0f1e8403
AW
24532014-05-26 Andy Wingo <wingo@igalia.com>
2454
2455 * guile.texi (Writing a Guile Pretty-Printer)
2456 (Guile Types Module): Fix excess parentheses in use-modules forms.
2457
697aa1b7
EZ
24582014-05-24 Eli Zaretskii <eliz@gnu.org>
2459
2460 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2461 (Breakpoints In Guile, Guile Printing Module)
2462 (Guile Exception Handling, Values From Inferior In Guile)
2463 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2464 Don't use @var at the beginning of a sentence.
2465
2466 * gdb.texinfo (Frame Filter Management, Trace Files)
2467 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2468 (PowerPC Embedded, Define, Annotations for Running)
2469 (IPA Protocol Commands, Packets, General Query Packets)
2470 (Tracepoint Packets, Notification Packets, Environment)
2471 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2472 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2473 (Frames, Backtrace, Selection, Expressions, Registers)
2474 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2475 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2476 (Source Annotations, Using JIT Debug Info Readers, Packets)
2477 (Stop Reply Packets, Host I/O Packets)
2478 (Target Description Format): Don't use @var at the beginning of a
2479 sentence.
2480
2481 * python.texi (Basic Python, Types In Python)
2482 (Commands In Python, Frames In Python, Line Tables In Python)
2483 (Breakpoints In Python, gdb.printing, gdb.types)
2484 (Type Printing API): Don't use @var at the beginning of a
2485 sentence.
2486
67b5c0c1
MM
24872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2488
2489 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2490 replay-memory-access".
2491
6a3cb8e8
PA
24922014-05-21 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.texinfo (Starting): Document "set/show
2495 auto-connect-native-target".
2496 (Target Commands): Document "target native".
2497
936d2992
PA
24982014-05-20 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2501 not be remote specific. Add cross reference to the qCRC packet.
2502 (Separate Debug Files): Update cross reference to the qCRC packet.
2503 (General Query Packets) <qCRC packet>: Add anchor.
2504
b3ce5e5f
DE
25052014-05-17 Doug Evans <xdje42@gmail.com>
2506
2507 Copy over changes from guile.texi.
2508 * python.texi (Basic Python) <gdb.execute>: Add text.
2509 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2510 (Values From Inferior) <Python string>: Add text.
2511 (Values From Inferior) <Value.string>: Clarify string length handling.
2512 (Pretty Printing API): Add cindex.
2513 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2514 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2515 @vindex.
2516 (Commands In Python) <COMPLETE_*>: Similarly.
2517 (Symbols In Python) <SYMBOL_*>: Similarly.
2518 (Breakpoints In Python) <WP_*>: Similarly.
2519 (Breakpoints In Python) <BP_*>: Similarly.
2520
8dfcab11
DT
25212014-05-17 David Taylor <dtaylor@emc.com>
2522
2523 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2524 mentioned in the qfThreadInfo reply.
2525
8d551b02
DE
25262014-05-16 Doug Evans <dje@google.com>
2527
2528 * gdb.texinfo (Mode Options): Add -D.
2529
e20bd8f4
SB
25302014-05-09 Samuel Bronson <naesten@gmail.com>
2531
2532 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2533 "make -C".
2534
f989a1c8
TT
25352014-04-29 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2538 "show debug varobj".
2539
95cf3b38
DT
25402014-05-01 David Taylor <dtaylor@emc.com>
2541
2542 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2543 option.
2544
01f9f808
MS
25452014-04-24 Michael Sturm <michael.sturm@mintel.com>
2546 Walfred Tedeschi <walfred.tedeschi@intel.com>
2547
2548 * gdb.texinfo (i386 Features): Add description of AVX512
2549 registers.
2550
770e7fc7
DE
25512014-03-31 Doug Evans <dje@google.com>
2552
2553 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2554
97d8f0ee
DE
25552014-03-30 Doug Evans <dje@google.com>
2556
2557 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2558 (Background Execution): Ditto.
2559
36cb1214
HZ
25602014-03-21 Pedro Alves <palves@redhat.com>
2561 Stan Shebs <stan@codesourcery.com>
2562 Hui Zhu <hui@codesourcery.com>
2563
2564 * gdb.texinfo (Packets): Add anchor to "? packet".
2565 Remove fixme and update introduction of "k packet".
2566 Add anchor to "vKill packet".
2567
5e3a2c38
SS
25682014-03-12 Stan Shebs <stan@codesourcery.com>
2569
2570 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2571
7a5a839f
LC
25722014-02-26 Ludovic Courtès <ludo@gnu.org>
2573
dc6ae996 2574 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2575
95060284
JB
25762014-02-20 Joel Brobecker <brobecker@adacore.com>
2577
2578 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2579 and "assf" as being deprecated.
2580 (Cygwin Native): Likewise for "dll-symbols".
2581 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2582 as a way to force the loading of symbols from a DLL.
2583
f7bd0f78
SC
25842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2585
2586 * python.texi (Values From Inferior): Add description about the
2587 new feature.
2588
329baa95
DE
25892014-02-17 Doug Evans <xdje42@gmail.com>
2590
2591 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2592 * gdb.texinfo (Python): Moved to ...
2593 * python.texi: ... here. New file.
2594
687894f5
DE
25952014-02-17 Ludovic Courtès <ludo@gnu.org>
2596
d25f38ee 2597 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2598 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2599 parameter to 'str-lookup-function' procedure. Look for
2600 the "std::string<" prefix.
2601 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2602 Adjust description.
2603
6fb526ee
DE
26042014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2605
d25f38ee 2606 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2607 parantheses for deffn.
2608 (Disassembly In Guile): Ditto.
2609
1e0a5178
SS
26102014-02-10 Stan Shebs <stan@codesourcery.com>
2611
2612 Add Doxygen support.
2613 * Makefile.in (doxy): New action, generates Doxygen files.
2614 (DOXYGEN): New.
2615 (doxyedit): New.
2616 * Doxyfile-base.in: New file.
2617 * Doxyfile-gdb-api.in: New file.
2618 * Doxyfile-gdb-xref.in: New file.
2619 * Doxyfile-gdbserver.in: New file.
2620 * doxy-index.in: New file.
2621 * filter-for-doxygen: New file.
2622 * filter-params.pl: New file.
2623
ed3ef339
DE
26242014-02-10 Doug Evans <xdje42@gmail.com>
2625
2626 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2627 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2628 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2629 (Guile docs): Include guile.texi.
2630 (objfile-gdbdotext file): Add objfile-gdb.scm.
2631 (dotdebug_gdb_scripts section): Mention Guile scripts.
2632 (Multiple Extension Languages): New node.
2633 * guile.texi: New file.
2634
c6044dd1
JB
26352014-01-28 Joel Brobecker <brobecker@adacore.com>
2636
2637 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2638 ignore-descriptive-types". commands.
2639
87ce2a04
DE
26402014-01-22 Doug Evans <dje@google.com>
2641
2642 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2643 (gdbserver man): Ditto.
2644
52834460
MM
26452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2646
2647 * gdb.texinfo: Document limited reverse/replay support
2648 for target record-btrace.
2649
0688d04e
MM
26502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2651
2652 * gdb.texinfo (Process Record and Replay): Update documentation.
2653
8710b709
MM
26542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2655
2656 * gdb.texinfo (Process Record and Replay): Document new /c
2657 modifier accepted by "record function-call-history".
2658 Add /i modifier to "record function-call-history" example.
2659
dcf106f3
JB
26602014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2661 Joel Brobecker <brobecker@adacore.com>
2662
2663 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2664 markers. Remove one that was misplaced.
2665
41ef2965
PA
26662014-01-10 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.texinfo (Your Program's Environment) <set environment>:
2669 Mention the shell, and point at 'set exec-wrapper'.
2670
c0d48811
JB
26712014-01-07 Joel Brobecker <brobecker@adacore.com>
2672
2673 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2674
5fba4c0f
JB
26752013-12-30 Joel Brobecker <brobecker@adacore.com>
2676
2677 * gdb.texinfo (Types In Python): Clarify the documentation
2678 of attribute gdb.Field.bitpos.
2679
0809504b
JB
26802013-12-28 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.texinfo (Types In Python): Fix the documentation of
2683 attribute "bitpos" in class gdb.Field for enum types. Add
2684 documentation for attribute "enumval" in that same class.
2685
edef6000
JB
26862013-12-28 Joel Brobecker <brobecker@adacore.com>
2687
2688 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2689 @ftable.
2690
71b8c845
DE
26912013-12-23 Doug Evans <xdje42@gmail.com>
2692
2693 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2694 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2695 corresponding section in Extending GDB.
2696 (Extending GDB): Move menu up. New menu item "Auto-loading
2697 extensions".
2698 (Sequences): New menu item "Auto-loading sequences".
2699 (Auto-loading sequences): New node.
2700 (Python): Rename section from Scripting GDB to Extending GDB.
2701 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2702 Move docs on ways to auto-load extensions to ...
2703 (Auto-loading extensions): ... here. New node.
2704
d192b373
JB
27052013-12-23 Joel Brobecker <brobecker@adacore.com>
2706
2707 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2708 in menu.
2709 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2710 command, now in a new node.
2711 (GDB/MI Support Commands): New node, with its contents being
2712 extracted from the "GDB/MI Miscellaneous Commands" node.
2713 A small paragraph introducing the section is also added at
2714 the start.
2715 (GDB/MI Miscellaneous Commands): Delete the description of the
2716 -info-gdb-mi-command, -list-features and -list-target-features
2717 commands, now hosted in the "GDB/MI Support Commands" node.
2718
a16b0e22
SC
27192013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2720
2721 PR python/16113
2722 * gdb.texinfo (Values From Inferior): Add a note about using
2723 gdb.Field objects as subscripts on gdb.Value objects.
2724 (Types In Python): Add description about the new attribute
2725 "parent_type" of gdb.Field objects.
2726
9b26f0fb
JB
27272013-12-12 Joel Brobecker <brobecker@adacore.com>
2728
2729 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2730 entry for section docuumenting the -list-features GDB/MI command.
2731
72bfa06c
JB
27322013-12-10 Joel Brobecker <brobecker@adacore.com>
2733
2734 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2735 "exec-run-start-option" entry in the output of the "-list-features"
2736 command.
2737
3ea8680f
EZ
27382013-12-04 Eli Zaretskii <eliz@gnu.org>
2739
2740 * gdb.texinfo (i386): Fix yesterday's commit.
2741
1a4f73eb
TT
27422013-12-03 Tom Tromey <tromey@redhat.com>
2743
2744 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2745 documented here.
2746
6cb999f8
TT
27472013-12-03 Tom Tromey <tromey@redhat.com>
2748
2749 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2750
ca8941bb
WT
27512013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2752
2753 * gdb.texinfo (i386 Features): Add MPX feature registers.
2754 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2755 a subsubsection for MPX and describes the display of the
2756 boundary registers.
2757
688981c9
JB
27582013-12-03 Joel Brobecker <brobecker@adacore.com>
2759
2760 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2761 documentation of the "ada-exceptions" entry.
2762
2ea126fa
JB
27632013-12-03 Joel Brobecker <brobecker@adacore.com>
2764
2765 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2766 "^error" result record concerning the error message. Document
2767 the error code that may also be part of that result record.
2768 (GDB/MI Miscellaneous Commands): Document the
2769 "undefined-command-error-code" element in the output of
2770 the "-list-features" GDB/MI command.
2771
6b7cbff1
JB
27722013-12-03 Joel Brobecker <brobecker@adacore.com>
2773
2774 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2775 the new -info-gdb-mi-command GDB/MI command. Document
2776 the meaning of "-info-gdb-mi-command" in the output of
2777 -list-features.
2778
20e1ca3b
PA
27792013-11-29 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2782 Update comment.
2783
29453a14
YQ
27842013-11-24 Yao Qi <yao@codesourcery.com>
2785
2786 * gdb.texinfo (Caching Remote Data): Document new
2787 "set/show stack-cache" option.
2788
6dd315ba
YQ
27892013-11-24 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2792 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2793 "off" respectively.
2794
9df9dbe0
YQ
27952013-11-23 Yao Qi <yao@codesourcery.com>
2796
2797 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2798 of "displayhint" to the table about child results.
2799
c78feb39
YQ
28002013-11-21 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2803 'dynamic' for the output of command -var-list-children.
2804
27b81af3
YQ
28052013-11-21 Yao Qi <yao@codesourcery.com>
2806
2807 * gdb.texinfo (Caching Target Data): Remove "see" before
2808 @pxref.
2809
b26dfc9a
YQ
28102013-11-20 Yao Qi <yao@codesourcery.com>
2811
2812 * gdb.texinfo (Caching Target Data): Update doc for
2813 per-address-space dcache.
2814
b12039c6
YQ
28152013-11-20 Yao Qi <yao@codesourcery.com>
2816
2817 * gdb.texinfo (Data): Rename menu item.
2818 (Caching Remote Data): Rename to ...
2819 (Caching Target Data): ... it. Update.
2820
422ad5c2
JB
28212013-11-18 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2824 "language-option" entry in the output of the "-list-features"
2825 command.
2826
805e1f19
TT
28272013-11-15 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2830 Add example.
2831
8fe1b653
TT
28322013-11-14 Tom Tromey <tromey@redhat.com>
2833
2834 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2835
403cb6b1
JB
28362013-11-14 Joel Brobecker <brobecker@adacore.com>
2837
2838 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2839 (Context management): Place current subsection text into its own
2840 subsubsection. Add new subsubsection describing the "--language"
2841 command option.
2842
93973826
JB
28432013-11-13 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2846 the documentation of "info-ada-exceptions" in the output
2847 of the "-list-features" command. Add the documentation
2848 of the "ada-exception" entry instead.
2849
6adcee18
JB
28502013-11-12 Joel Brobecker <brobecker@adacore.com>
2851
93973826 2852
6adcee18
JB
2853 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2854 word of a couple of sentences to start with a capital letter.
2855
58d06528
JB
28562013-11-12 Joel Brobecker <brobecker@adacore.com>
2857
2858 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2859 (Ada Exceptions): New node.
2860 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2861 Commands" node.
2862 (GDB/MI Ada Exceptions Commands): New node.
2863 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2864 field in the output of the "-list-features" command.
2865 * NEWS: Add entry for the new "info exceptions" CLI command,
2866 and for the new "-info-ada-exceptions" GDB/MI command.
2867
bc79de95
PM
28682013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2869
2870 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2871 (Line Tables In Python): New node.
2872
73be47f5
DE
28732013-11-08 Doug Evans <dje@google.com>
2874
2875 * gdb.texinfo (Debugging Output): Update text for
2876 "set debug dwarf2-read".
2877
db0fec5c
DE
28782013-11-08 Doug Evans <dje@google.com>
2879
2880 * gdb.texinfo (Debugging Output): Update text for
2881 "set debug symtab-create".
2882
92e32e33
PM
28832013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2884
72f4393d
L
2885 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2886 constant.
92e32e33 2887
f76c27b5
PM
28882013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2889
2890 * gdb.texinfo (Breakpoints In Python): Document temporary
2891 option in breakpoint constructor, and add documentation to the
2892 temporary attribute.
2893
fa4d0c40
YQ
28942013-11-07 Yao Qi <yao@codesourcery.com>
2895
2896 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2897 output of "-var-info-expression".
2898
afa332ce
PA
28992013-11-06 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2902 non-interactive mode.
2903 (Environment) <shell startup files warning>: Mention
2904 non-interactive mode. Mention .zshenv for Z shell, and talk about
2905 BASH_ENV instead of .bashrc for BASH.
2906
9ac69859
NB
29072013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2908
2909 * gdb.texinfo (Commands to Specify Files): Add description
2910 of the remove-symbol-file command.
2911 * observer.texi: New free_objfile event
2912
98882a26
PA
29132013-10-24 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2916
ce13fade
JB
29172013-10-11 Joel Brobecker <brobecker@adacore.com>
2918
2919 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2920 New subsection inside which the "-catch-load" and "-catch-unload"
2921 commands documentation is now placed.
2922 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2923 documenting the "-catch-assert" and "-catch-exception" new
2924 GDB/MI commands.
2925
2446f5ea
JB
29262013-10-10 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2929
0d12017b
JB
29302013-10-10 Joel Brobecker <brobecker@adacore.com>
2931
bd80dc1a
JB
2932 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2933 serial baud".
2934 (Remote Configuration): Replace "set remotebaud" by "set serial
2935 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2936
f4fb82a1
PA
29372013-10-07 Pedro Alves <palves@redhat.com>
2938
2939 PR breakpoints/11568
2940 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2941 when the thread is removed from the thread list.
2942
0c557179
SDJ
29432013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2944
2945 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2946 Update entry for $_exitcode.
2947
5713b9b5
JB
29482013-10-04 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2951 new "--start" option.
2952
901461f8
PA
29532013-10-02 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.texinfo (Registers): Expand description of saved registers
2956 in frames. Explain <not saved>.
2957
8fb8eb5c
DE
29582013-09-25 Doug Evans <dje@google.com>
2959
2960 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2961
0a7cfe2c
SS
29622013-09-16 Stan Shebs <stan@codesourcery.com>
2963
2964 Remove the internals manual gdbint.texinfo.
2965 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2966 (PDFFILES): Remove gdbint.pdf.
2967 (HTMLFILES): Remove gdbint/index.html.
2968 (HTMLFILES_INSTALL): Remove gdbint.
2969 (GDBINT_DOC_FILES): Remove.
2970 (dvi): Remove gdbint.dvi.
2971 (ps): Remove gdbint.ps.
2972 * gdbint.texinfo: Remove file.
2973 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2974
a280dbd1
SDJ
29752013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2976
2977 * gdb.texinfo (Convenience Functions): Mention new convenience
2978 function $_isvoid.
2979
4ac33720
UW
29802013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2981
2982 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2983 (Standard Target Features): Add new node to menu.
2984 (S/390 and System z Features): New node.
2985
b3d3b4bd
SA
29862013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2987
2988 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2989 -list-target-features in the example.
2990
edf9f00c
JK
29912013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2994 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2995
1d236d23
JK
29962013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2997
2998 Sync documentation with gdb.base/gnu-debugdata.exp.
2999 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3000
5423b017
JK
30012013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3004
6211c335
YQ
30052013-08-27 Pedro Alves <pedro@codesourcery.com>
3006 Yao Qi <yao@codesourcery.com>
3007
3008 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3009 Document new --skip-unavailable option.
3010 <-stack-list-variables>: Document new --skip-unavailable option.
3011
52e260a3
DE
30122013-08-26 Doug Evans <dje@google.com>
3013
3014 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3015 an optional regexp.
3016
5e92f71a
TT
30172013-08-13 Tom Tromey <tromey@redhat.com>
3018
3019 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3020 Document GDB_PARALLEL and GDB_INOTIFY.
3021
c5d7073b
SS
30222013-08-09 Stan Shebs <stan@codesourcery.com>
3023
3024 * LRS: Remove file, describes a long-abandoned live-range
3025 splitting extension to stabs.
3026
6fbe845e
AB
30272013-07-25 Andrew Burgess <aburgess@broadcom.com>
3028
3029 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3030
e7045703
DE
30312013-07-17 Doug Evans <dje@google.com>
3032
3033 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3034
3105ebf9
TT
30352013-07-02 Tom Tromey <tromey@redhat.com>
3036
3037 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3038
d6c2da54
TT
30392013-06-28 Tom Tromey <tromey@redhat.com>
3040
3041 * Makefile.in (version.subst): Use version.in, not
3042 common/version.in.
3043 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3044 Likewise.
3045
e5823f1c
PA
30462013-06-27 Pedro Alves <palves@redhat.com>
3047
3048 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3049 dynamic symbol resolution code>: New section, based on infrun.c
3050 comment.
3051
92dcb9ff
TT
30522013-06-26 Tom Tromey <tromey@redhat.com>
3053
3054 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3055 Update.
3056 (Releasing GDB): Likewise.
3057
dc673c81
YQ
30582013-06-26 Pedro Alves <pedro@codesourcery.com>
3059 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3062 -trace-frame-collected.
3063
28a93511
YQ
30642013-06-26 Pedro Alves <pedro@codesourcery.com>
3065
3066 * gdb.texinfo (Traceframe Info Format): Document tvar element
3067 and its attributes.
3068
a0743c90
YQ
30692013-06-25 Yao Qi <yao@codesourcery.com>
3070
3071 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3072
01208463
TT
30732013-06-24 Tom Tromey <tromey@redhat.com>
3074
3075 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3076 (GDBvn.texi): Use version.subst.
3077 (version.subst): New target.
3078 (mostlyclean): Remove version.subst.
3079
c898adb7
YQ
30802013-06-20 Pedro Alves <pedro@codesourcery.com>
3081
3082 * gdb.texinfo (GDB/MI Data Manipulation)
3083 <-data-list-register-values>: Document the --skip-unavailable
3084 option.
3085
7c57fa1e
YQ
30862013-06-07 Yao Qi <yao@codesourcery.com>
3087
3088 * gdb.texinfo (Symbols): Add kindex and cindex for
3089 'maint print msymbols'.
3090
0059c61a 30912013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3092
3093 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3094 response field name (thread-group to inferior).
3095
85dc5a12
GB
30962013-06-04 Gary Benson <gbenson@redhat.com>
3097
3098 * gdb.texinfo (General Query Packets/qSupported): Added
3099 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3100 to the table of currently defined stub features.
3101 Added a more detailed entry for "augmented-libraries-svr4-read".
3102 (General Query Packets/qXfer:libraries-svr4:read): Documented
3103 the augmented form of this packet.
3104
5901af59
JB
31052013-05-23 Joel Brobecker <brobecker@adacore.com>
3106
3107 * gdb.texinfo (System-wide Configuration Scripts): Renames
3108 "Installed System-wide Configuration Scripts". Add associated
3109 @menu block.
3110
c1e36e3e
PA
31112013-05-23 Yao Qi <yao@codesourcery.com>
3112 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.texinfo (Packets): Document 'vCont;r'.
3115 (Continuing and Stepping): Document target-assisted range
3116 stepping, and the 'set range-stepping' and 'show range-stepping'
3117 commands.
3118
0201faac
JB
31192013-05-23 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdb.texinfo (Installed System-wide Configuration Scripts):
3122 Add subsection describing the scripts now available under
3123 the data-dir's system-gdbbinit subdirectory.
3124 * NEWS: Add entry announcing the availability of system-wide
3125 configuration scripts for ElinOS and Wind River Linux.
3126
c5867ab6
HZ
31272013-05-21 Hui Zhu <hui@codesourcery.com>
3128
3129 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3130 "-dprintf-insert" command.
3131
7d0c9981
DE
31322013-05-17 Doug Evans <dje@google.com>
3133
3134 * gdb.texinfo (Maintenance Commands): Update doc for
3135 "maint check-psymtabs". Add doc for "maint check-symtabs",
3136 "maint expand-symtabs".
3137
742ce053
MM
31382013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3139
3140 * gdb.texinfo (Process Record and Replay): Document the
3141 "record goto" command and its sub-commands.
3142
1e611234
PM
31432013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3144
3145 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3146 (Python API): Add Frame Filters API, Frame Wrapper API,
3147 Writing a Frame Filter/Wrapper, Managing Management of Frame
3148 Filters chapter entries.
3149 (Frame Filters API): New Node.
3150 (Frame Wrapper API): New Node.
3151 (Writing a Frame Filter): New Node.
3152 (Managing Frame Filters): New Node.
3153 (Progspaces In Python): Add note about frame_filters attribute.
3154 (Objfiles in Python): Ditto.
3155 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3156 @anchors and --no-frame-filters option to -stack-list-variables,
3157 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3158 commands.
3159
2874cb83
JB
31602013-05-08 Joel Brobecker <brobecker@adacore.com>
3161
3162 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3163 Support" subsection documenting the XML format used to transfer
3164 shared library info on AIX.
3165
9a005eb9
JB
31662013-05-08 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdb.texinfo (Debugging Output): Add documentation of
3169 "set debug aix-solib" and "show debug aix-solib" commands.
3170
a1217d97
SL
31712013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3172
3173 * gdb.texinfo (Nios II): New section.
3174 (Nios II Features): New section.
3175
4d1eb6b4
JB
31762013-05-06 Joel Brobecker <brobecker@adacore.com>
3177
3178 * gdbint.texinfo (Algorithms): Remove entries documenting
3179 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3180 SOLIB_CREATE_INFERIOR_HOOK.
3181
3f84184e
TT
31822013-04-29 Tom Tromey <tromey@redhat.com>
3183
3184 PR python/14204:
3185 * gdb.texinfo (Python API): Fix menu entry.
3186 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3187 Define global and static block. Add example. Clarify
3188 block relationship for inline functions.
3189
60155234
TT
31902013-04-29 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.texinfo (Python API): Mention Python help and keyword
3193 arguments. Move pagination text to Basic Python.
3194 (Basic Python): Put pagination text here. Document
3195 close-on-exec, SIGCHLD, and SIGINT.
3196
5360976e
PA
31972013-04-19 Pedro Alves <palves@redhat.com>
3198
3199 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3200 "signedness" instead of "signness".
3201
bd3f3b55
PA
32022013-04-19 Pedro Alves <palves@redhat.com>
3203
3204 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3205 -Wno-pointer-sign text with text on -Wpointer-sign.
3206
dee368d3
TT
32072013-04-16 Tom Tromey <tromey@redhat.com>
3208
3209 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3210 GCC that has the SDT probe points.
3211
cc16e6c9
TT
32122013-04-15 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3215 exception catchpoints.
3216
72f1fe8a
TT
32172013-04-15 Tom Tromey <tromey@redhat.com>
3218
3219 * gdb.texinfo (Set Catchpoints): Document $_exception.
3220 (Convenience Vars): Mention $_exception.
3221
591f19e8
TT
32222013-04-15 Tom Tromey <tromey@redhat.com>
3223
3224 * gdb.texinfo (Set Catchpoints): Reorganize exception
3225 catchpoints. Document "catch rethrow".
3226 (Debugging C Plus Plus): Mention "catch rethrow".
3227
02ae6bad
TT
32282013-04-15 Tom Tromey <tromey@redhat.com>
3229
3230 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3231
2c91021c
JK
32322013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3233 Eli Zaretskii <eliz@gnu.org>
3234
3235 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3236 line below the sample output.
3237
6eaaf48b
EZ
32382013-04-12 Eli Zaretskii <eliz@gnu.org>
3239
3240 * gdb.texinfo (Mode Options): Document '-configuration'.
3241 (Help): Document "show configuration".
3242 (Bug Reporting): Add requirements to include the configuration
3243 details in bug reports.
3244
b292c783
JK
32452013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 * Makefile.in (MAN1S): Add gcore.1.
3248 Remove "Host, target, and site specific Makefile fragments" comment.
3249 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3250 (install-man1, uninstall-man1): Conditionalize gcore.1.
3251 (gcore.1): New.
3252 * gdb.texinfo (Man Pages): Add gcore man.
3253 (gcore man): New node.
3254
f81d1120
PA
32552013-04-10 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.texinfo (Process Record and Replay): Document that "set
3258 record full insn-number-max", "set record
3259 instruction-history-size" and "set record
3260 function-call-history-size" accept "unlimited".
3261 (Backtrace): Document that "set backtrace limit" accepts
3262 "unlimited".
3263 (List): Document that "set listsize" accepts "unlimited".
3264 (Print Settings)" Document that "set print max-symbolic-offset",
3265 "set print elements" and "set print repeats" accept "unlimited".
3266 (Starting and Stopping Trace Experiments): Document that "set
3267 trace-buffer-size" accepts "unlimited".
3268 (Remote Configuration): Document that "set tcp connect-timeout"
3269 accepts "unlimited".
3270 (Command History): Document that "set history size" accepts
3271 "unlimited".
3272 (Screen Size): Document that "set height" and "set width" accepts
3273 "unlimited". Adjust "set pagination"'s description to suggest
3274 "set height unlimited" instead of "set height 0".
3275
393fd4c3
YQ
32762013-04-10 Yao Qi <yao@codesourcery.com>
3277
3278 * gdb.texinfo (Trace Files): Add "target ctf".
3279
cba5a7bf
JK
32802013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3283
0ed630cb
JK
3284 * Makefile.in (install-man1, install-man5, uninstall-man1)
3285 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3286
afe1492b
JK
3287 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3288
5b8b6385
JK
32892013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3290 Eli Zaretskii <eliz@gnu.org>
3291
3292 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3293 parameters order. Remove "On some targets" for --attach. Document the
3294 --multi parameter and extended-remote command. Document all the
3295 options.
3296
906ccdf0
JK
32972013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3298
3299 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3300 the list of supported languages.
3301
43662968
JK
33022013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3305 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3306 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3307 (diststuff): Add man.
3308 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3309 (uninstall-man5): New.
3310 (STAGESTUFF): Add *.1 and *.5.
3311 (GDBvn.texi): Add SYSTEM_GDBINIT.
3312 (gdb.1, gdbserver.1, gdbinit.5): New.
3313 (maintainer-clean realclean): Add $(MANS).
3314 (install): Add install-man.
3315 (uninstall): Add uninstall-man.
3316 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3317 (@copying): Wrap it by @c man begin COPYRIGHT.
3318 (Top): Add Man Pages.
3319 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3320
be9a8770
PA
33212013-04-02 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.texinfo (Debugging Output): Document "set/show debug
3324 aarch64", "set/show debug coff-pe-read" and "set/show debug
3325 mach-o".
3326
a46c1e42
PA
33272013-04-02 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3330 table>: Add entry for "trace-buffer-size".
3331
bd3eecc3
PA
33322013-03-28 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3335 table>: Add entry for "trace-status".
3336
215b9f98
EZ
33372013-03-28 Eli Zaretskii <eliz@gnu.org>
3338
3339 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3340 @bullet", which is invalid (makeinfo 5.1 barfs).
3341
7f7cc265
PA
33422013-03-28 Pedro Alves <palves@redhat.com>
3343
3344 PR gdb/15294
3345
3346 * gdb.texinfo (List) <set listsize>: Adjust to document that
3347 listsize 0 means no limit, and remove mention of -1.
3348
9c0be723
YQ
33492013-03-22 Yao Qi <yao@codesourcery.com>
3350
3351 * gdb.texinfo (Embedded Processors): Remove menu item
3352 "OpenRISC 1000".
3353 (OpenRISC 1000): Remove.
3354
bd712aed
DE
33552013-03-21 Doug Evans <dje@google.com>
3356
3357 * gdb.texinfo (Maintenance Commands): Add docs for
3358 "mt set per-command {space,time,symtab} {on,off}".
3359
d0353e76
YQ
33602013-03-14 Hui Zhu <hui@codesourcery.com>
3361 Yao Qi <yao@codesourcery.com>
3362
3363 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3364
6dd24dfa
KS
33652013-03-13 Keith Seitz <keiths@redhat.com>
3366
3367 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3368 "maint agent" reference to Dynamic printf.
3369
5c4808ca
EZ
33702013-03-11 Eli Zaretskii <eliz@gnu.org>
3371
3372 * gdb.texinfo (General Query Packets): Don't use colon in index
3373 entries visible to Info format.
3374
59ea5688
MM
33752013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3376
3377 * gdb.texinfo (Process Record and Replay): Document record
3378 changes.
3379
2ae8c8e7
MM
33802013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3381
3382 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3383 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3384 qXfer:btrace:read.
3385
28abe188
EZ
33862013-03-09 Eli Zaretskii <eliz@gnu.org>
3387
3388 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3389 use colons in @anchor and @cindex entries.
3390
be9a119c 33912013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3392
3393 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3394
be9a119c 33952013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3396 Hafiz Abid Qadeer <abidh@codesourcery.com>
3397
3398 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3399 trace-buffer-size set and show commands.
3400 (Tracepoint Packets): Document QTBuffer:size.
3401 (General Query Packets): Document QTBuffer:size.
3402
d57350ea
TT
34032013-02-21 Tom Tromey <tromey@redhat.com>
3404
3405 * gdb.texinfo: Remove bad @syncodeindex.
3406 (Values From Inferior, Types In Python, Inferiors In Python)
3407 (Events In Python, Threads In Python, Frames In Python, Blocks In
3408 Python, Symbols In Python, Symbol Tables In Python): Remove
3409 @tables.
3410 (Packets, General Query Packets, Tracepoint Packets)
3411 (Host I/O Packets): Use @w{} for empty @item.
3412
9f44fbc0
SCR
34132013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3414
3415 * gdb.texinfo (Architectures In Python): Add description about
3416 the new method gdb.Architecture.disassemble.
3417
f5911ea1
HAQ
34182013-02-15 Pedro Alves <pedro@codesourcery.com>
3419 Hafiz Abid Qadeer <abidh@codesourcery.com>
3420
3421 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3422 Document the "trace-file" field.
3423
7e1e0340
DE
34242013-02-07 Doug Evans <dje@google.com>
3425
3426 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3427 command.
3428
134a2066
YQ
34292013-02-06 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.texinfo (GDB/MI Async Records): Document new MI
3432 notification "=tsv-modified". Update the document of MI
3433 notification "=tsv-created".
3434 * observer.texi (GDB Observers): New observer tsv_modified.
3435 Update observer tsv_created and tsv_delete.
3436
430ed3f0
MS
34372013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3438
3439 * gdb.texinfo (AArch64 Features): New section; document
3440 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3441 (Architectures): Add new AArch64 section to document AArch64
3442 architecture specific commands.
3443 (ABI): Add description of the new OS ABI "Newlib" and its influence
3444 on the longjmp handling.
3445
1b56eb55
JK
34462013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3447 Jan Kratochvil <jan.kratochvil@redhat.com>
3448
3449 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3450 variable in 'set/show backtrace' section.
3451
c4957902
TT
34522013-01-31 Tom Tromey <tromey@redhat.com>
3453
3454 * gdb.texinfo (Target Commands): Fix typo.
3455
bea883fd
SCR
34562013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3457
3458 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3459 describing the gdb.Architecture class.
3460 (Frames In Python): Add description about the new method
3461 gdb.Frame.architecture().
3462
796a7ff8
DE
34632013-01-23 Doug Evans <dje@google.com>
3464
3465 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3466
998580f1
MK
34672013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3468
3469 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3470 'thread-groups' field when printing a breakpoint in MI.
3471
c9fb1240
SD
34722012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3473 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3474 to reflect that jit-reader-load now supports absolute file-names.
3475
ab04a2af
TT
34762013-01-16 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3479 (Signals): Likewise.
3480
8ac3646f
TT
34812013-01-16 Tom Tromey <tromey@redhat.com>
3482
3483 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3484 "catch-type" field.
3485 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3486
e93a8774
TT
34872013-01-07 Tom Tromey <tromey@redhat.com>
3488
3489 * gdb.texinfo (Mode Options): Don't mention -epoch.
3490 (Data, Emacs): Remove obsolete comments.
3491
54516a0b
TT
34922013-01-02 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.texinfo (GDB/MI Output Records): Update menu.
3495 (GDB/MI Breakpoint Information): New node.
3496 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3497 <-break-insert>: Likewise.
3498
8dbe8ece
YQ
34992012-12-31 Yao Qi <yao@codesourcery.com>
3500
3501 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3502 (Packets): Move "vStopped" packet to ...
3503 (Notification Packets): ... here. Describe the components
3504 of notification. Add a table of supported notifications.
3505 Add an example on the process of he async notification.
3506
f35a17b5
JK
35072012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3510 present.
3511 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3512 fullname output always present.
3513
0dfd2fad
PM
35142012-12-23 Pierre Muller <muller@sourceware.org>
3515
72f4393d
L
3516 * gdbint.texinfo (Function prototypes): Require use of "extern"
3517 modifier for function prototypes in headers.
0dfd2fad 3518
7785b880
JB
35192012-12-19 Joel Brobecker <brobecker@adacore.com>
3520
3521 * refcard.tex: Update copyright notice to GPL v3 or later.
3522 Update contact info.
3523
3d745be3
JK
35242012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3527
c9b6281a
YQ
35282012-12-15 Yao Qi <yao@codesourcery.com>
3529
3530 * gdb.texinfo (Debugging Output): Document 'set debug
3531 notification' and 'show debug notification'.
3532
f2a8bc8a
YQ
35332012-12-15 Yao Qi <yao@codesourcery.com>
3534
3535 * gdb.texinfo (Listing Tracepoints): New item and example about
3536 'installed on target' output.
3537 Add more in the example about 'installed on target'.
3538 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3539
451b7c33
TT
35402012-12-14 Tom Tromey <tromey@redhat.com>
3541
72f4393d 3542 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3543
3fa7bf06 35442012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3545
3fa7bf06
MG
3546 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3547
05b4bd79
PA
35482012-12-11 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.texinfo: Remove all mentions of Unixware throughout.
3551
74a0d9f6
JK
35522012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3555
0c631110
TT
35562012-11-29 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.texinfo (SVR4 Process Information): Document missing
3559 "info proc" subcommands.
3560
891df0ea
YQ
35612012-11-29 Yao Qi <yao@codesourcery.com>
3562
3563 PR gdb/1477.
3564 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3565 to 'auto' instead of 'gnu'.
3566
608e2dbb
TT
35672012-11-26 Tom Tromey <tromey@redhat.com>
3568
3569 * gdb.texinfo (MiniDebugInfo): New node.
3570 (GDB Files): Update.
3571
e64e0392
DE
35722012-11-16 Doug Evans <dje@google.com>
3573
3574 * gdb.texinfo (System-wide configuration): If the system-wide init
3575 file lives in the data-directory, and --data-directory is provided,
3576 look for it there.
3577
ae606bee
TT
35782012-11-15 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Signaling): Fix typo.
3581
62747a60
TT
35822012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3583
3584 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3585 parameter "count" of -data-write-memory-bytes, and add an example.
3586
18a9fc12
TT
35872012-11-12 Tom Tromey <tromey@redhat.com>
3588
3589 * gdb.texinfo (Symbols): Document "info type-printers",
3590 "enable type-printer" and "disable type-printer".
3591 (Python API): Add new node to menu.
3592 (Type Printing API): New node.
3593 (Progspaces In Python): Document type_printers field.
3594 (Objfiles In Python): Likewise.
3595 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3596 register_type_printer, TypePrinter>: Document.
3597
53342f27
TT
35982012-11-12 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.texinfo (Symbols): Document "set print type methods",
3601 "set print type typedefs", and flags to ptype and whatis.
3602
ed8a1c2d
AB
36032012-11-09 Andrew Burgess <aburgess@broadcom.com>
3604
3605 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3606 the example -data-disassemble output. Extend the description of
3607 the -data-disassemble results to document all fields. Document
3608 the cli disassemble command as being related to -data-disassemble.
3609
8506d139
YQ
36102012-11-09 Yao Qi <yao@codesourcery.com>
3611
3612 PR gdb/14777.
3613 * gdb.texinfo (OS Information): Remove doc on command
3614 'info udot'.
3615
4d3f93a2
JB
36162012-11-08 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3619 gdb.ini warning for Windows port.
3620
1e96de83
YQ
36212012-11-08 Yao Qi <yao@codesourcery.com>
3622
3623 * gdb.texinfo (Search): Add kindex for 'fo'.
3624
dc939229
TT
36252012-11-05 Tom Tromey <tromey@redhat.com>
3626
3627 PR python/14802:
3628 * gdb.texinfo (Functions In Python): Add example.
3629
6f6484cd
YQ
36302012-11-03 Yao Qi <yao@codesourcery.com>
3631
3632 * observer.texi (GDB Observers): Remove observer
3633 'tracepoint_modified', 'tracepoint_created' and
3634 'tracepoint_deleted'.
3635
af4238e5
TT
36362012-10-26 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3639
687e43a4
TT
36402012-10-25 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.texinfo (General Query Packets): Use @itemx.
3643
8de0566d
YQ
36442012-10-17 Yao Qi <yao@codesourcery.com>
3645
3646 * observer.texi (GDB Observers): Update observer
3647 'memory_changed'.
3648 * gdb.texinfo (GDB/MI Async Records): Document for
3649 "memory-changed" notification.
3650
07540c15
DE
36512012-10-15 Doug Evans <dje@google.com>
3652
3653 * gdb.texinfo (Mode Options): Document -nh.
3654 Elaborate on docs for -nx.
3655
d7019589
SP
36562012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3657
3658 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3659
82a90ccf 36602012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3661 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3662
3663 * gdb.texinfo (GDB/MI Async Records): Document notification
3664 'record-started' and 'record-stopped'.
3665 * observer.texi (GDB Observers): New observer 'record-changed'.
3666
aa9259cc
TS
36672012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3668
3669 * gdb.texinfo: Document the removal of SH's 'regs' command.
3670
c1d780c2
SDJ
36712012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3674
bb25a15c
YQ
36752012-09-18 Yao Qi <yao@codesourcery.com>
3676
3677 * gdb.texinfo (GDB/MI Async Records): Document new MI
3678 notifications '=tsv-created' and '=tsv-deleted'.
3679 * observer.texi (GDB Observers): New observer tsv_created and
3680 tsv_deleted.
3681
201b4506
YQ
36822012-09-18 Yao Qi <yao@codesourcery.com>
3683
3684 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3685 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3686 '=traceframe-changed'.
3687
6fc1c773
YQ
36882012-09-17 Yao Qi <yao@codesourcery.com>
3689
3690 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3691 'set listsize'.
3692
121c73f3
JK
36932012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3694 Eli Zaretskii <eliz@gnu.org>
3695
3696 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3697 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3698 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3699
e9687799
JK
37002012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3703
3b5e4d35
YPK
37042012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3705
3706 Document how to return from "python-interactive" to GDB.
3707 * gdb.texinfo (Python Commands): Update documentation.
3708
37092012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3710
3711 Add a new "python-interactive" command that starts a standard
3712 Python interactive prompt with "pi" as alias, and add "py" as
3713 an alias to "python".
3714 * gdb.texinfo (Python Commands): Document the new commands.
3715
b583003e
TT
37162012-08-22 Tom Tromey <tromey@redhat.com>
3717
3718 * gdbint.texinfo (Host Definition): Remove documentation for
3719 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3720
a451cb65
KS
37212012-08-17 Keith Seitz <keiths@redhat.com>
3722
3723 PR c++/13356
3724 * gdb.texinfo (Type and Range Checking): Remove warning.
3725 Remove spurious commas.
3726 Update text and examples for re-implementation of set/show
3727 check type.
3728 (C and C++ Type and Range Checks): Likewise.
3729
6b1755ce
YQ
37302012-08-16 Yao Qi <yao@codesourcery.com>
3731
3732 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3733 is deprecated.
3734
f47f77df
DE
37352012-08-13 Doug Evans <dje@google.com>
3736
3737 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3738 to include functions.
3739
a72c3253
DE
37402012-08-10 Doug Evans <dje@google.com>
3741
3742 * gdb.texinfo (Convenience Funs): New node.
3743 (Types In Python): Document Type.vector.
3744
5b9afe8a
YQ
37452012-08-09 Yao Qi <yao@codesourcery.com>
3746
3747 * observer.texi: New observer command_param_changed.
3748 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3749
dc1039df
JK
37502012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdbint.texinfo (Debugging GDB): In section
3753 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3754 Mention also gdb-gdb.py.
3755
4abf930d
YQ
37562012-08-07 Yao Qi <yao@codesourcery.com>
3757
3758 Revert the folloing patch:
3759 2012-08-06 Yao Qi <yao@codesourcery.com>
3760 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3761 remote hardware-watchpoint-limit' and 'set
3762 remote hardware-breakpoint-limit'.
3763
f3c8a52a
JK
37642012-08-06 Nathaniel Flath <flat0103@gmail.com>
3765
3766 * gdb.texinfo (Working Directory): Added information about new
3767 default argument for 'cd' command.
3768
77a91025
YQ
37692012-08-06 Yao Qi <yao@codesourcery.com>
3770
3771 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3772 remote hardware-watchpoint-limit' and 'set
3773 remote hardware-breakpoint-limit'.
3774
d9f08f52
YQ
37752012-08-06 Yao Qi <yao@codesourcery.com>
3776
3777 Fix PR14371.
3778
3779 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3780 '=breakpoint-deleted'.
3781
95b07c96
YQ
37822012-08-02 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.texinfo (Native): Remove node Neutrino.
3785
7255706c
YQ
37862012-07-27 Yao Qi <yao@codesourcery.com>
3787
3788 * gdb.texinfo (IPA Protocol Commands): Document new command
3789 'close'.
3790
d6b28940
TT
37912012-07-25 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3794
e615022a
DE
37952012-07-20 Doug Evans <dje@google.com>
3796
3797 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3798 (Index Files): Document how to control the use of deprecated index
3799 sections.
3800 (Index Section Format): Replace --use-deprecated-index-sections with
3801 "set use-deprecated-index-sections on".
3802
055855a4
EZ
38032012-07-12 Eli Zaretskii <eliz@gnu.org>
3804
3805 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3806 indices into a single node "Index". Instead, join function and
3807 variable indices into a single index, separate from the concept
3808 index. Requested in
3809 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3810 (Top): Update the top-level menu: instead of one "Index" there are
3811 now separate entries "Concept Index" and "Function and Variable
3812 Index".
3813 (Concept Index, Function and Variable Index): New nodes.
3814 (Index): Node deleted.
3815
f77cc5f0
HZ
38162012-07-05 Hui Zhu <hui_zhu@mentor.com>
3817
3818 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3819 and "maint agent-eval".
3820
00595b5e
EZ
38212012-07-03 Eli Zaretskii <eliz@gnu.org>
3822
3823 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3824 avoid file-name clashes between Index.html and index.html on
3825 case-insensitive filesystems. See the discussion starting in
3826 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3827 details of the problem.
3828 (Top): Update the master menu for the above.
3829 (Concept Index, Command and Variable Index): New nodes, instead of
3830 the old "Index" node that was deleted. All cross-references
3831 updated.
3832
d3ce09f5
SS
38332012-07-02 Stan Shebs <stan@codesourcery.com>
3834
3835 * gdb.texinfo (Dynamic Printf): Mention agent style and
3836 disconnected dprintf.
3837 (Maintenance Commands): Describe maint agent-printf.
3838 (General Query Packets): Mention BreakpointCommands feature.
3839 (Packets): Document commands extension to Z0 packet.
3840 * agentexpr.texi (Bytecode Descriptions): Document printf
3841 bytecode.
3842
2d7b58e8
JK
38432012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3844
3845 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3846 only after gdbinit files.
3847 (Startup): Move -iex and -iex commands down after gdbinit files.
3848
202cbf1c
JK
38492012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3850
3851 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3852 possibility.
3853
b6ba681c
TT
38542012-06-29 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.texinfo (Index Section Format): Update for version 7.
3857
71caed83
SS
38582012-06-28 Stan Shebs <stan@codesourcery.com>
3859
3860 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3861 example, add note about title column.
3862
ee0bf529
SCR
38632012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3864
3865 * gdb.texinfo (Symbol Tables In Python): Add description about
3866 the new 'last' attribute of gdb.Symtab_and line.
3867
3c15d565
SCR
38682012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3869
3870 * gdb.texinfo (Symbol Tables In Python): Correct the description
3871 of the 'pc' attribute of gdb.Symtab_and_line.
3872
45cfd468
DE
38732012-06-26 Doug Evans <dje@google.com>
3874
3875 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3876 and symtab-create.
3877
496ee73e
KS
38782012-06-25 Keith Seitz <keiths@redhat.com>
3879
3880 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3881 from example. Remove "rbreak" from list of corresponding
3882 gdb commands.
3883
156942c7
DE
38842012-06-23 Doug Evans <dje@google.com>
3885
3886 * gdb.texinfo (Index Section Format): Document version 7 format.
3887
c614397c
YQ
38882012-06-22 Yao Qi <yao@codesourcery.com>
3889
3890 * gdb.texinfo: Add missing cindex for some packets.
3891
472a2379
KS
38922012-06-20 Keith Seitz <keiths@redhat.com>
3893
3894 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3895 for -break-insert and document -p.
3896
2678e2af
YQ
38972012-06-20 Yao Qi <yao@codesourcery.com>
3898
3899 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3900 and "gdb.write_memory" with "Inferior.read_memory" and
3901 "Inferior.write_memory".
3902
984359d2
EZ
39032012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3904
3905 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3906 (Free Documentation): Add @node line.
3907 (Continuing and Stepping) <advance location>: Use @item instead of
3908 @itemx.
3909 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3910 @itemx.
3911 (Embedded Processors): Put the link to "PA" to its correct place,
3912 according to document structure.
3913 (Python API): Put the link to "Lazy Strings In Python" to its
3914 correct place.
3915 (Index): Use @@ in @tex block to get a literal @.
3916
3917 * gdbint.texinfo: Fix the @subtitle line.
3918
3919 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3920 correct place.
3921
16bdd41f
YQ
39222012-06-08 Yao Qi <yao@codesourcery.com>
3923
3924 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3925 Protocol'.
3926 (In-Process Agent Protocol, IPA Protocol Objects)
3927 (IPA Protocol Commands): New nodes.
3928 (Tracepoint Packets): Add anchors.
3929
2d4c29c5
TS
39302012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3931
3932 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3933
6bd110c5
YQ
39342012-06-06 Yao Qi <yao@codesourcery.com>
3935
3936 * gdb.texinfo: Update copyright year.
3937
f3e0e960
SS
39382012-05-23 Stan Shebs <stan@codesourcery.com>
3939 Kwok Cheung Yeung <kcy@codesourcery.com>
3940
3941 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3942
1564a261
JK
39432012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3946 Mention also --with-separate-debug-dir.
3947 (Auto-loading): Prepend $debugdir in the sample output.
3948 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3949 auto-load safe-path variable.
3950 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3951 Mention also $debugdir for 'set auto-load scripts-directory'.
3952
eb17f351
EZ
39532012-05-19 Eli Zaretskii <eliz@gnu.org>
3954
3955 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3956 (MIPS Embedded, MIPS, MIPS Register packet Format)
3957 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3958 appropriate.
3959
4cc0665f 39602012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3961 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3962
3963 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3964 mips compression".
3965 (MIPS Breakpoint Kinds): New subsubsection.
3966
7af8dcf8 39672012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3968
3969 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3970 nodes for subsections. Add @acronym mark-ups and adjust
3971 formatting.
3972
aff139ff
JK
39732012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 Rename $ddir to $datadir.
3976 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3977 (objfile-gdb.py file): Rename $ddir to $datadir.
3978
9cb709b6
TT
39792012-05-18 Tom Tromey <tromey@redhat.com>
3980
3981 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3982
e7e0cddf
SS
39832012-05-14 Stan Shebs <stan@codesourcery.com>
3984
3985 * gdb.texinfo (Dynamic Printf): New subsection.
3986
7efc75aa
SCR
39872012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3988
3989 * gdb.texinfo (Basic Python): Add description about the function
3990 gdb.find_pc_line
3991
f307c045
JK
39922012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3993 Eli Zaretskii <eliz@gnu.org>
3994
3995 * gdb.texinfo (Separate Debug Files): Use plural form for global
3996 debugging information directory.
3997
85d4a676
SS
39982012-05-11 Stan Shebs <stan@codesourcery.com>
3999 Kwok Cheung Yeung <kcy@codesourcery.com>
4000
4001 * gdb.texinfo (Operating System Auxiliary Information): Document new
4002 'info os' subcommands.
4003
c1668e4e
JK
40042012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4007 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4008 (dotdebug_gdb_scripts section): Add reference
4009 to 'Auto-loading safe path'.
4010
7349ff92
JK
40112012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4012
4013 Implement multi-component --with-auto-load-dir.
4014 * gdb.texinfo (Auto-loading): New references
4015 for 'set auto-load scripts-directory'
4016 and 'show auto-load scripts-directory'.
4017 (Auto-loading safe path): Describe the new default. Move $ddir
4018 substituation reference to 'objfile-gdb.py file'.
4019 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4020 script-name. Describe new 'set auto-load scripts-directory'
4021 and 'show auto-load scripts-directory'.
4022
6dea1fbd
JK
40232012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 Provide $ddir substitution for --with-auto-load-safe-path.
4026 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4027 (Auto-loading safe path): Likewise. Mention the default value,
4028 $ddir substitution, --with-auto-load-safe-path and
4029 --without-auto-load-safe-path.
4030 * observer.texi (gdb_datadir_changed): New.
4031
1ccacbcd
JK
40322012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4033
4034 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4035 Twice.
4036
d9242c17
JK
4037 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4038 directory separator by path separator.
4039
af2c1515
JK
40402012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4043 for 'set auto-load safe-path' optional. Mention if it is omitted.
4044 Change disabling security protection condition to "/", twice.
4045
a20ee7a4
SCR
40462012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4047
4048 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4049 the new methods global_block and static_block on gdb.Symtab
4050 objects.
4051
56af09aa
SCR
40522012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4053
4054 * gdb.texinfo (Blocks In Python): Add a note saying that future
4055 improvements to GDB and its infrastructure can move symbols
4056 across blocks within a symbol table.
4057
2746b0ef
YQ
40582012-04-29 Yao Qi <yao@codesourcery.com>
4059
4060 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4061 (A29K): Remove.
4062
62e5f89c
SDJ
40632012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4064 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4067 and generic static probe support on GDB.
4068
a766d390
DE
40692012-04-25 Doug Evans <dje@google.com>
4070
50f042b9
DE
4071 * gdb.texinfo (Go): Fix thinko.
4072
a766d390
DE
4073 * gdb.texinfo (Supported Languages): Add Go.
4074 (Go): New node.
4075
f02e2b19
YQ
40762012-04-25 Yao Qi <yao@codesourcery.com>
4077
4078 * gdbint.texinfo (Testsuite): New section `Board settings'.
4079
68d41a48
JK
40802012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4083 Three times.
4084
174bb630
JK
4085 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4086 Three times.
4087
0511cc75
JK
40882012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4091 by @table @asis. Fix formatting of one item.
4092
0070f25a
JK
40932012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4096
4dc84fd1
JK
40972012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4098
4099 New option "set debug auto-load".
4100 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4101 (auto-load verbose mode): New node.
4102
bccbefd2
JK
41032012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 New option "set auto-load safe-path".
4106 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4107 and "info auto-load" examples for safe-path. Put there also references
4108 for "set auto-load safe-path" and "show auto-load safe-path".
4109 New menu item for Auto-loading safe path.
4110 (Auto-loading safe path): New node.
4111 (Python Auto-loading): Update the expected output from "Missing"
4112 to "No".
4113
bf88dd68
JK
41142012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 auto-load: Implementation.
4117 * gdb.texinfo (Mode Options): New anchor for -nx.
4118 (Startup): New anchors for Option -init-eval-command,
4119 Home Directory Init File
4120 and Init File in the Current Directory during Startup.
4121 Mention set auto-load local-gdbinit with a reference.
4122 Change the sample code to "set auto-load python-scripts".
4123 (Threads): New anchor set libthread-db-search-path.
4124 Provide references to libthread_db.so.1 file.
4125 (Controlling GDB): New menu item for Auto-loading.
4126 (Auto-loading, Init File in the Current Directory)
4127 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4128 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4129 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4130 reference.
4131 (Auto-loading): Rename to ...
4132 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4133 "set auto-load python-scripts", new anchor for it. Change
4134 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4135 for it. Change "info auto-load-scripts"
4136 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4137 to "Python scripts".
4138
8264ba82
AG
41392012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4140
4141 PR mi/13393
4142 * gdb.texinfo (Print Settings): Extend the description for "set print
4143 object".
4144 (GDB/MI Variable Objects): Extend the description for -var-create and
4145 -var-list-children.
4146
06fc020f
SCR
41472012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4148
4149 * gdb.texinfo (Examining Data): Document the 'explore' command.
4150
7191c139
JB
41512012-03-28 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4154 to the children of a varobj and its update range when -var-update
4155 returns that the varobj's type changed.
4156
3708f05e
JK
41572012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4158
4159 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4160 Create two new links fir 'objfile-gdb.py file'
4161 and 'dotdebug_gdb_scripts section'.
4162
8e0583c8
JK
41632012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * gdb.texinfo (Auto-loading): Rename node reference
4166 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4167 Twice.
4168 (.debug_gdb_scripts section): Rename the node ...
4169 (dotdebug_gdb_scripts section): ... here.
4170 (Maintenance Commands): Also rename this node reference.
4171
7b282c5a
SCR
41722012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4173
4174 * gdb.texinfo (Python API/Values From Inferior): Add description
4175 about the new method Value.referenced_value. Add description on
4176 how Value.dereference is different (and similar) to
4177 Value.referenced_value.
4178
8320cc4f
JK
41792012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4182 --init-eval-command=COMMAND, -iex.
4183 (Startup): Describe -iex and -ix. Simplify the example
4184 for "set auto-load-scripts off".
4185
481860b3
GB
41862012-03-16 Gary Benson <gbenson@redhat.com>
4187
4188 PR breakpoints/10738
4189 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4190 stating that GDB cannot set breakpoints on inlined functions.
4191 (Mode Options): Document --use-deprecated-index-sections.
4192 (Index Section Format): Document new index section version format.
4193
c4aeac85
TT
41942012-03-15 Tom Tromey <tromey@redhat.com>
4195
4196 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4197
16899756
DE
41982012-03-13 Doug Evans <dje@google.com>
4199
4200 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4201 of "reload".
4202 (Symbols): Delete docs for set/show symbol-reloading.
4203 * gdbint.texinfo (Defining Other Architecture Features): Delete
4204 SYMBOL_RELOADING_DEFAULT.
4205 * refcard.tex: Delete reference to symbol-reloading.
4206
9b224c5e
PA
42072012-03-07 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.texinfo (General Query Packets): Document new
4210 QProgramSignals packet.
4211 * gdb.texinfo (Remote configuration): Mention
4212 "program-signals-packet".
4213
169081d0
TG
42142012-03-05 Tristan Gingold <gingold@adacore.com>
4215
4216 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4217
d1feda86
YQ
42182012-03-03 Yao Qi <yao@codesourcery.com>
4219
4220 * gdb.texinfo (In-Process Agent): New node.
4221 Document new commands.
4222 (General Query Packets): Add packet `QAgent'.
4223
1faeff08
MR
42242012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4225
4226 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4227
7d74f244
DE
42282012-03-01 Scott J. Goldman <scottjg@vmware.com>
4229
4230 * gdb.texinfo (Commands In Python): Put example python macro in
4231 COMMAND_USER category rather than COMMAND_OBSCURE.
4232 Document gdb.COMMAND_USER.
4233 (User-defined Commands): Update documentation to clarify
4234 "set/show max-user-call-depth" and "show user" don't apply to python
4235 commands. Update documentation to clarify "help user-defined" may
4236 also include python commands defined as COMMAND_USER.
4237
6fe37d23
JK
42382012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4239
4240 * gdb.texinfo (Startup): Add option -ex description to the option -x
4241 description.
4242
83364271
LM
42432012-02-24 Luis Machado <lgustavo@codesourcery.com>
4244
4245 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4246 condition-evaluation breakpoint parameter.
4247 Mention condition-evaluation mode being shown in "info break".
4248 (Break Conditions): Add description for target-side
4249 conditional breakpoints.
72f4393d 4250 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4251 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4252 cond-expr.
4253 (General Query Packets): Mention new ConditionalBreakpoint feature.
4254
bdb1994d
TT
42552012-02-22 Tom Tromey <tromey@redhat.com>
4256
4257 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4258
4d241c86
TT
42592012-02-17 Tom Tromey <tromey@redhat.com>
4260
4261 PR python/10753:
4262 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4263 directory.
4264
816338b5
SS
42652012-02-14 Stan Shebs <stan@codesourcery.com>
4266
4267 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4268
cc30c4bd
PA
42692012-02-13 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4272 mips-idt-ecoff.
4273
035d1e5b
YQ
42742012-02-09 Yao Qi <yao@codesourcery.com>
4275
4276 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4277
f0823d2c
TT
42782012-02-07 Tom Tromey <tromey@redhat.com>
4279
4280 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4281 Symbol.value.
4282
64e7d9dd
TT
42832012-02-07 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4286
4220b2f8
TS
42872012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4288
4289 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4290
edcc5120
TT
42912012-01-24 Tom Tromey <tromey@redhat.com>
4292
4293 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4294 unload".
4295 (Files): Mention new catch commands.
4296 (GDB/MI Async Records): Likewise.
4297
53fe1783
GB
42982012-01-24 Gary Benson <gbenson@redhat.com>
4299
4300 Delete #if 0'd out code.
4301 * gdb.texinfo (Frame Info): Remove "info catch".
4302
b9e7b9c3
UW
43032012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4304
4305 * gdb.texinfo (Remote Configuration): Document
4306 "set remote hostio-readlink-packet" command.
4307 (General Query Packets): Document vFile:readlink packet.
4308
4aac40c8
TT
43092012-01-16 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.texinfo (Specify Location): Document relative file name
4312 handling.
4313
cafec441
TT
43142012-01-16 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4317
0ee339bc
JK
43182012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4319 Eli Zaretskii <eliz@gnu.org>
4320
4321 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4322 code.
4323
72384ba3
PH
43242012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4325
4326 * gdb.texinfo (Variables): Document use of :: for non-static
4327 variables.
4328
ce1b17c4
JB
43292012-01-05 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdbint.texinfo (Start of New Year Procedure): Update
4332 to replace use of copyright.sh by use of copyright.py.
4333
217bff3e
JK
43342012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 Remove the gdbtui binary.
4337 * all-cfg.texi (GDBTUI): Remove.
4338 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4339 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4340 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4341
cc72b2a2
KP
43422011-12-23 Kevin Pouget <kevin.pouget@st.com>
4343
4344 Introduce gdb.FinishBreakpoint in Python.
4345 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4346 (Python API): Add menu entry for Finish Breakpoints.
4347
13ac8d2c
JK
43482011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4351 tests.
4352
e0f9f062
DE
43532011-12-16 Doug Evans <dje@google.com>
4354
4355 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4356
80b6e756
PM
43572011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4358
1c3ad6ab 4359 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4360 stack". Add documentation for "set/show python print-stack".
4361
2fb860fc
PA
43622011-12-14 Pedro Alves <pedro@codesourcery.com>
4363
4364 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4365 should transfer control to the stub in the startup code instead of
4366 in main. Mention the need to get past the initial breakpoint.
4367
f8eba3c6
TT
43682011-12-06 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.texinfo (Set Breaks): Update for new behavior.
4371
2268b414
JK
43722011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4375 List Format for SVR4 Targets'.
4376 (General Query Packets): New item qXfer:libraries-svr4:read.
4377 (Library List Format for SVR4 Targets): New node.
4378
ae6f0d5b
TT
43792011-12-01 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4382 add.
4383
36dfb11c
TT
43842011-11-22 Tom Tromey <tromey@redhat.com>
4385
4386 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4387 reasons.
4388
f196051f
SS
43892011-11-20 Stan Shebs <stan@codesourcery.com>
4390
4391 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4392 note-related options and variables.
4393 (Tracepoint Packets): Document packet changes.
4394
f85b53f8
SD
43952011-11-20 Sanjoy Das <sdas@igalia.com>
4396
4397 * gdb.texinfo (JIT Interface): Add documentation on writing and
4398 usind JIT debug info readers.
4399 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4400 Debug Info Readers): New nodes.
4401
bfccc43c
YQ
44022011-11-18 Yao Qi <yao@codesourcery.com>
4403
4404 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4405 tracepoint.
4406
c011a4f4
DE
44072011-11-15 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Files): Document basenames-may-differ.
4410
ed59ded5
DE
44112011-11-14 Doug Evans <dje@google.com>
4412
4413 * gdb.texinfo (Shell Commands): Document "!".
4414
405f8e94
SS
44152011-11-14 Stan Shebs <stan@codesourcery.com>
4416 Kwok Cheung Yeung <kcy@codesourcery.com>
4417
4418 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4419 needed to get shorter fast tracepoints.
4420 (Tracepoint Packets): Document new qTMinFTPILen packet.
4421
1e4d1764
YQ
44222011-11-14 Yao Qi <yao@codesourcery.com>
4423
4424 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4425 behavior of tracepoint.
4426 (General Query Packets): New feature InstallInTrace.
4427 (Remote Configuration): Document "set remote
4428 install-in-trace-packet".
4429
71eba9c2 44302011-11-12 Matt Rice <ratmice@gmail.com>
4431
4432 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4433 Add arguments to info macro.
4434
e0f8f636
TT
44352011-11-10 Tom Tromey <tromey@redhat.com>
4436
4437 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4438 manual.
4439 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4440 (Macros): Add a footnote.
4441 (C): Remove paragraph about compiler options.
4442 (C Constants): Mention wide character and string constants.
4443 (C Plus Plus Expressions): Update compiler option advice. Mention
4444 using declarations. Mention ADL. Remove old HP compiler
4445 information.
4446
625c0d47
TT
44472011-11-10 Tom Tromey <tromey@redhat.com>
4448
4449 PR c++/9257:
4450 * gdb.texinfo (Print Settings): Add an extra note about the need
4451 for a vtable.
4452
4be2aacc
MR
44532011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4454
4455 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4456 "set mips abi" documentation.
4457
0a1c4d10
DE
44582011-11-04 Doug Evans <dje@google.com>
4459
4460 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4461
aad1c02c
TT
44622011-11-03 Tom Tromey <tromey@redhat.com>
4463
4464 * gdb.texinfo (Stopping): Add menu entry.
4465 (Continuing and Stepping): Restore @node. Use @section, not
4466 @subsection.
4467
983fb131
MR
44682011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4469
4470 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4471 designation. Fix "Specify Location" cross-reference.
4472
3065dfb6
SS
44732011-11-02 Stan Shebs <stan@codesourcery.com>
4474
4475 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4476 (General Query Packets): Describe tracenz feature.
4477 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4478
0aaaf063
PK
44792011-10-28 Paul Koning <paul_koning@dell.com>
4480
4481 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4482
2231f1fb
KP
44832011-10-27 Kevin Pouget <kevin.pouget@st.com>
4484
72f4393d 4485 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4486 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4487
5110b5df
PK
44882011-10-26 Paul Koning <paul_koning@dell.com>
4489
4490 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4491
22dbab46
PK
44922011-10-25 Paul Koning <paul_koning@dell.com>
4493
4494 PR python/13327
72f4393d 4495
22dbab46
PK
4496 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4497 fetch_lazy method.
4498
9df2fbc4
PM
44992011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4500
4501 PR python/12656
4502
4503 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4504 global_block, static_block function.
4505
f05e2e1d
TT
45062011-10-19 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.texinfo (Commands In Python): Add missing "@"s.
4509
a7fc3f37
KP
45102011-10-13 Kevin Pouget <kevin.pouget@st.com>
4511
4512 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4513 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4514 constants.
4515
5048e516
JK
45162011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 Fix compatibility with texinfo versions older than 4.12.
4519 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4520 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4521 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4522 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4523 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4524 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4525 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4526
5a56e9c5
DE
45272011-10-09 Doug Evans <dje@google.com>
4528
4529 * gdb.texinfo (Extending GDB): Document alias command.
4530
36b11add
JK
45312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 Support @entry in input expressions.
4534 * gdb.texinfo (Variables): Describe @entry names suffix.
4535 (Print Settings): Add anchor for `set print entry-values'.
4536
e18b2753
JK
45372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4538 Eli Zaretskii <eliz@gnu.org>
4539
4540 Display @entry parameter values (without references).
4541 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4542 example.
4543 (Print Settings): New description of set print entry-values and show
4544 print entry-values.
4545
111c6489
JK
45462011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4547 Eli Zaretskii <eliz@gnu.org>
4548
4549 Recognize virtual tail call frames.
4550 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4551 (Tail Call Frames): New node.
4552 (Frames In Python): Add gdb.TAILCALL_FRAME.
4553
9c15afc4
DE
45542011-10-07 Doug Evans <dje@google.com>
4555
4556 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4557 register_pretty_printer.
4558
99f5279d
PM
45592011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4560
4561 PR python/12930
4562 PR python/12802
4563
4564 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4565 stop method.
4566
03583c20
UW
45672011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4568
4569 * gdb.texinfo (Starting your Program): "set disable-randomization"
4570 is no longer Linux-specific.
4571 (Remote Configuration): Document "set remote
4572 disable-randomization-packet".
4573 (General Query Packets): Document "QDisableRandomization" packet
4574 and add it to "qSupported" list.
4575
bd054e06
KP
45762011-10-07 Kevin Pouget <kevin.pouget@st.com>
4577
4578 Allow Python notification of new object-file loadings.
4579 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4580 event type.
4581
cb6be26b
KP
45822011-10-04 Kevin Pouget <kevin.pouget@st.com>
4583
4584 PR python/12691: Add the inferior to Python exited event
4585 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4586
a05336a1
JB
45872011-10-03 Joel Brobecker <brobecker@adacore.com>
4588
4589 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4590 rephasing.
4591
5d77fe44
JB
45922011-10-03 Joel Brobecker <brobecker@adacore.com>
4593
4594 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4595 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4596 as possible feature returned by the `-list-features'
4597 command.
4598
699df94d
PK
45992011-09-28 Paul Koning <paul_koning@dell.com>
4600
4601 * gdb.texinfo (gdb.Type): Document field access by dictionary
4602 key syntax.
4603
24bdad53
YQ
46042011-09-28 Yao Qi <yao@codesourcery.com>
4605
4606 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4607 Add one space after option `-s'. Remove @r{} markup.
4608
6710bf39
SS
46092011-09-27 Stan Shebs <stan@codesourcery.com>
4610
4611 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4612
d99f7e48
HZ
46132011-09-16 Hui Zhu <teawater@gmail.com>
4614
4615 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4616 to *(unsigned char *)$esp@300.
4617
d812018b
PK
46182011-09-15 Paul Koning <paul_koning@dell.com>
4619
4620 * gdb.texinfo: Make style of Python functions and methods match
4621 the syntax of Python. Also put class and module names explicitly
4622 on function, member, and variable names, matching Python
4623 documentation conventions.
72f4393d 4624
2aa48337
KP
46252011-09-15 Kevin Pouget <kevin.pouget@st.com>
4626
4627 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4628 * gdb.texinfo (Inferiors In Python): Describe new
4629 gdb.selected_inferior() function.
4630
6839b47f
KP
46312011-09-15 Kevin Pouget <kevin.pouget@st.com>
4632
4633 Handle multiple breakpoint hits in Python interface:
4634 * gdb.texinfo (Events In Python): New function documentation:
4635 gdb.BreakpointEvent.breakpoints. Indicate that
4636 gdb.BreakpointEvent.breakpoint is now deprecated.
4637
26829f2b
JB
46382011-09-04 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4641
a9f54f60
TT
46422011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4643
4644 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4645
fa3a4f15
PM
46462011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4647
72f4393d
L
4648 * gdb.texinfo (Prompt): Add set/show extended-prompt
4649 documentation
4650 (Basic Python): Add prompt_hook anchor.
4651 (Python modules): Reword module text to reflect multiple modules.
4652 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4653
224bbe49
YQ
46542011-08-14 Yao Qi <yao@codesourcery.com>
4655
78d85199
YQ
4656 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4657
46582011-08-14 Yao Qi <yao@codesourcery.com>
4659
4660 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4661 (TIC6x Features): New node.
4662
457e09f0
DE
46632011-08-12 Doug Evans <dje@google.com>
4664
4665 * gdb.texinfo (Symbols In Python): Document symbol.type.
4666
5e239b84
PM
46672011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4668
4669 * gdb.texinfo (Python): Document command and function
4670 auto-loading.
4671
177bc839
JK
46722011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4673 Eli Zaretskii <eliz@gnu.org>
4674
4675 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4676 typedefs unrolling. Extend the sample code by an inner typedef and
4677 outer typedefs unrolling.
4678
1a532630
PP
46792011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4680
4681 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4682 size and line-size.
4683
9b158ba0 46842011-07-21 Matt Rice <ratmice@gmail.com>
4685
4686 PR macros/12999
4687 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4688 Update text and cindex entries for info macro command.
4689
d17b6f81
PM
46902011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4691
4692 * observer.texi (GDB Observers): Add before_prompt observer.
4693 * gdb.texinfo (Basic Python): Add documentation for prompt
4694 substitution.
4695
713389e0
PM
46962011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4697
72f4393d 4698 PR python/12438
713389e0 4699 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4700 set/show python print-stack. Document set/show python
4701 print-backtrace.
713389e0 4702
177b42fe
TJB
47032011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4704
4705 * gdb.texinfo: Fix typos.
4706
900e11f9
JK
47072011-07-01 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.texinfo (Debugging Output): Document set debug
4710 check-physname.
4711
39c4d40a
TT
47122011-06-29 Tom Tromey <tromey@redhat.com>
4713
4714 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4715 breakpoint-notifications feature.
4716
6f5def7d
UW
47172011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4718
4719 * gdb.texinfo (Target Description): Remove warning about
4720 possibly unstable format.
4721
8cf64490
TT
47222011-06-03 Tom Tromey <tromey@redhat.com>
4723
4724 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4725 (Events In Python): Note that exit_code is optional.
4726
393eab54
PA
47272011-05-17 Pedro Alves <pedro@codesourcery.com>
4728
4729 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4730 required for multi-threading support.
4731 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4732 Hc are deprecated for multi-threading debugging. Point readers at
4733 the vCont packet.
4734
75fc9810
DE
47352011-05-15 Doug Evans <dje@google.com>
4736
4737 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4738
01124a23
DE
47392011-05-13 Doug Evans <dje@google.com>
4740
98a5dd13
DE
4741 * gdb.texinfo (Threads): Document $sdir,$pdir.
4742 (Server): Document $pdir exception.
4743
dbaefcf7
DE
4744 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4745
cc63ef9b
DE
4746 * gdb.texinfo (Threads): Clarify default value for
4747 libthread-db-search-path.
7e0396aa 4748
01124a23
DE
4749 * gdb.texinfo (Completion): Update example.
4750 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4751
d248b706
KY
47522011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4753
4754 * gdb.texinfo: Document change in the behaviour of the enable and
4755 disable GDB commands when applied to tracepoints.
4756 Document the EnableDisableTracepoints remote stub feature.
4757 Document QTEnable and QTDisable in the list of tracepoint packets.
4758
cc88a640
JK
47592011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4760
4761 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4762 hsuser.texi.
4763 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4764 comment to hsuser.texi. Change rluser.texi name in the comment.
4765
84e578fb
DE
47662011-05-10 Doug Evans <dje@google.com>
4767
4768 * gdb.texinfo (Threads): If an empty path is provided for
4769 libthread-db-search-path it is reset to its default value.
4770 (Server): Ditto.
4771
478aac75
DE
47722011-05-09 Doug Evans <dje@google.com>
4773
4774 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4775
9c06b0b4
TJB
47762011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4777 Thiago Jung Bauermann <bauerman@br.ibm.com>
4778
4779 Implement support for PowerPC BookE masked watchpoints.
4780 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4781 (PowerPC Embedded): Mention support of masked watchpoints.
4782
9ed350ad
JB
47832011-05-03 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4786 `@value{GDBN}'.
4787
4ceed123
JB
47882011-05-03 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.texinfo (titlepage): Remove dedication.
4791 (In Memoriam): New appendix.
4792
559a7a62
JK
47932011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4794 Eli Zaretskii <eliz@gnu.org>
4795
4796 * gdb.texinfo (Index Section Format): Change the version to 5.
4797 Describe the different formula.
4798
03f2bd59
JK
47992011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4800 Eli Zaretskii <eliz@gnu.org>
4801
4802 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4803 for disconnected tracing.
4804 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4805 extended-remote relationship. Mention --once.
4806 (TCP port allocation lifecycle of @code{gdbserver}): New.
4807
d9b1a651
EZ
48082011-04-23 Eli Zaretskii <eliz@gnu.org>
4809
4810 * gdb.texinfo (Server): Improve indexing. Index all optional
4811 switches to gdbserver.
4812
90476074
TT
48132011-04-20 Tom Tromey <tromey@redhat.com>
4814
4815 * gdb.texinfo (Index Section Format): New node.
4816 (Top): Add new node to menu.
4817
c21236dc
PA
48182011-04-20 Pedro Alves <pedro@codesourcery.com>
4819
4820 * gdb.texinfo (Maintenance Commands): Document `maint print
4821 remote-registers'.
4822
05c8c3f5
TT
48232011-04-20 Tom Tromey <tromey@redhat.com>
4824
4825 * gdb.texinfo (Trace File Format): Move node later.
4826
7a9dd1b2
TT
48272011-04-19 Tom Tromey <tromey@redhat.com>
4828
4829 * gdbint.texinfo (Register Information Functions): Remove
4830 duplicate "the".
4831 * gdb.texinfo (Emacs): Remove duplicate "to".
4832 (GDB/MI Variable Objects): Remove duplicate "the".
4833 (General Query Packets): Likewise.
4834
4368ebeb
JB
48352011-04-02 Joel Brobecker <brobecker@adacore.com>
4836
4837 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4838 "GDB/MI Ada Exception Information" node.
4839
956a9fb9
JB
48402011-04-01 Joel Brobecker <brobecker@adacore.com>
4841
4842 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4843 the "exception-name" field in the *stopped async record.
4844
f1310107
TJB
48452011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4846 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4847
4848 Implement support for PowerPC BookE ranged breakpoints.
4849 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4850
8786b2bd
TT
48512011-03-28 Tom Tromey <tromey@redhat.com>
4852
4853 * gdb.texinfo (Set Tracepoints): Fix typo.
4854
9ef07c8c
TT
48552011-03-24 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Specify Location): Document `function:label'
4858 linespec.
4859
99c3dc11
PM
48602011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4861
f1310107 4862 PR python/12149
99c3dc11
PM
4863
4864 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4865
29703da4
PM
48662011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4867
4868 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4869 (Inferiors In Python): Likewise.
4870 (Threads In Python): Likewise.
4871 (Symbols In Python): Likewise.
4872 (Objfiles In Python): Likewise.
4873 (Symbol Tables In Python): Likewise.
4874
c9174737
PA
48752011-03-15 Pedro Alves <pedro@codesourcery.com>
4876
4877 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4878 display>: Explain that the commands accept number ranges.
4879
7371cf6d
PM
48802011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4881
4882 * gdb.texinfo (Breakpoints In Python): Add description and example
4883 of Python stop function operation.
4884
ecec24e6
PM
48852011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4886
4887 * gdb.texinfo (Parameters In Python): Document get_set_string and
4888 get_show_string methods.
4889
6dcd5565
JK
48902011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4893
81896e36
JK
4894 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4895 circular-trace-buffer name.
4896
5e30da2c
JB
48972011-02-28 Joel Brobecker <brobecker@adacore.com>
4898
4899 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4900 in the previous change.
4901
3bd0f5ef 49022011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4903
72f4393d 4904 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4905 that they can accept multiple arguments.
4906
4ec7539c
JB
49072011-02-24 Joel Brobecker <brobecker@adacore.com>
4908
4909 Revert the following patch (code patch was not approved):
4910 2011-02-21 Hui Zhu <teawater@gmail.com>
4911 * agentexpr.texi (bytecode descriptions): add printf.
4912 * gdb.texinfo (tracepoint action lists): add printf.
4913
82809774
DE
49142011-02-23 Doug Evans <dje@google.com>
4915
4916 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4917
e5a67952
MS
49182011-02-23 Michael Snyder <msnyder@vmware.com>
4919
4920 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4921 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4922 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4923
6e6fbe60
DE
49242011-02-22 Doug Evans <dje@google.com>
4925
4926 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4927 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4928 add description of result, fix @defun formatting.
4929
f994e27a
HZ
49302011-02-21 Hui Zhu <teawater@gmail.com>
4931
4932 * agentexpr.texi (Bytecode Descriptions): Add printf.
4933 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4934
c7f96d2b
TT
49352011-02-18 Tom Tromey <tromey@redhat.com>
4936
4937 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4938
60f98dde
MS
49392011-02-14 Michael Snyder <msnyder@vmware.com>
4940
4941 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4942 Document new command "thread find".
4943
08e796bc
MS
49442011-02-14 Michael Snyder <msnyder@vmware.com>
4945
4946 * gdb.texinfo (Threads): Update example of new thread message.
4947
b3b9301e
PA
49482011-02-14 Pedro Alves <pedro@codesourcery.com>
4949
4950 * gdb.texinfo (Remote Configuration): Mention set/show remote
4951 traceframe-info.
4952 (Tools/Packages Optional for Building GDB): Mention that expat is
4953 used for traceframe info.
4954 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4955 (General Query Packets) <qSupported>: Describe the
4956 qXfer:traceframe-info:read feature.
4957 (qXfer::read): Describe qXfer:traceframe-info:read.
4958 (Traceframe Info Format): New section.
4959
cef35b0f
PA
49602011-02-04 Pedro Alves <pedro@codesourcery.com>
4961
4962 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4963 for casts and unary operators.
4964
f1cbe1d3
TT
49652011-02-04 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4968 is not useful.
4969
585fdaa1
PA
49702011-01-25 Pedro Alves <pedro@codesourcery.com>
4971
4972 * gdb.texinfo: s/value optimized out/optimized out/g
4973
7bfc9434
JB
49742011-01-21 Joel Brobecker <brobecker@adacore.com>
4975
4976 * gdb.texinfo (Other Misc Settings): Rework part of the
4977 documentation of the "set interactive mode" command.
4978
4694da01
TT
49792011-01-19 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.texinfo (Threads): Document thread name output and `thread
4982 name' command.
4983 (Threads In Python): Document Thread.name attribute.
4984 (GDB/MI Thread Commands): Document thread attributes.
4985
b716877b
AB
49862011-01-12 Andrew Burgess <aburgess@broadcom.com>
4987
4988 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4989 changes in mi/mi-cmd-disas.c
4990
13fd8b81
TT
49912011-01-12 Tom Tromey <tromey@redhat.com>
4992
4993 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4994 Fix "thread apply" text.
4995
e09342b5
TJB
49962011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4997 Thiago Jung Bauermann <bauerman@br.ibm.com>
4998
4999 Implement support for PowerPC BookE ranged watchpoints.
5000 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5001 the "set powerpc exact-watchpoints" flag.
5002
06e65f44
TT
50032011-01-07 Tom Tromey <tromey@redhat.com>
5004
5005 * gdb.texinfo (Python API): Add descriptions to @menu items.
5006
d8e22779
TT
50072011-01-06 Tom Tromey <tromey@redhat.com>
5008
5009 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5010
a255712f
PP
50112010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5012
e09342b5 5013 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5014
ccfc3d6e
TT
50152011-01-06 Tom Tromey <tromey@redhat.com>
5016
5017 PR python/12133:
5018 * gdb.texinfo (Frames In Python): Document various frame
5019 constants.
5020
44944448
JB
50212011-01-05 Joel Brobecker <brobecker@adacore.com>
5022
5023 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5024 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5025 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5026
42ea3d7a
JK
50272011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5030 (clean): Add GDBvn.texi.
5031
720d1a40
JB
50322010-12-29 Joel Brobecker <brobecker@adacore.com>
5033
5034 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5035 occasional case where the debugger prints an array address
5036 instead of the array itself.
5037
ad196637
PA
50382010-12-23 Pedro Alves <pedro@codesourcery.com>
5039
5040 * gdb.texinfo (Packets) <read registers packet>: Document support
5041 for registers that were not collected.
5042
a86caf66
DE
50432010-12-15 Doug Evans <dje@google.com>
5044
5045 * gdb.texinfo (Startup): Document auto-loading of scripts during
5046 startup.
5047 (Auto-loading): Delete "maint set python auto-load on|off".
5048 Add "set auto-load-scripts on|off".
5049
aae1c79a
DE
50502010-12-07 Doug Evans <dje@google.com>
5051
5052 * gdb.texinfo (Mode Options): Document -data-directory.
5053 (Data Files): Add reference to -data-directory.
5054
4e04c971
DE
50552010-11-29 Doug Evans <dje@google.com>
5056
5057 * gdb.texinfo (Pretty-Printer Introduction): Change
5058 printer-name:subprinter-name to printer-name;subprinter-name.
5059
94b6973e
PM
50602010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5061
72f4393d 5062 PR python/12199
94b6973e
PM
5063
5064 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5065
39037522
TT
50662010-11-23 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5069 (Editing): Likewise.
5070 (Command History): Likewise.
5071 (TUI Keys): Likewise.
5072 (Bug Reporting): Conditionally include rluser.texi and
5073 inc-history.texinfo.
5074 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5075 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5076 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5077 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5078 (gdb.pdf): Likewise.
5079 (gdb.info): Likewise.
5080 (gdb/index.html): Likewise.
5081
5ae98d25
TT
50822010-11-23 Tom Tromey <tromey@redhat.com>
5083
5084 * Makefile.in (Makefile): Run ../config.status.
5085 (distclean): Update.
5086 * configure: Remove.
5087 * configure.ac: Remove.
5088
621c8364
TT
50892010-11-12 Tom Tromey <tromey@redhat.com>
5090
5091 * gdb.texinfo (Basic Python): Update. Add xref.
5092 (Exception Handling): Document new exception classes.
5093 (Types In Python): Update.
5094 (Frames In Python): Update.
5095
84f4c1fe
PM
50962010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5097
5098 * gdb.texinfo (Breakpoints In Python): Document "internal"
5099 parameter, and visible attribute.
5100
99e7ae30
DE
51012010-11-05 Doug Evans <dje@google.com>
5102
5103 * gdb.texinfo (Source Path): Document "set directories".
5104
f4b8a18d
KW
51052010-11-05 Ken Werner <ken.werner@de.ibm.com>
5106
5107 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5108 (OpenCL C): New node.
5109
7b51bc51
DE
51102010-11-02 Doug Evans <dje@google.com>
5111
5112 * gdb.texinfo (Pretty Printing): Expand into three sections,
5113 introduction, example, and commands.
5114 (Python API): Delete section Disabling Pretty-Printers, merge into
5115 Selecting Pretty-Printers.
5116 (Writing a Pretty-Printer): New section. Move the pretty-printer
5117 example here, and reformat to match python coding style. Add a second
5118 example using the gdb.printing module.
5119 (Python modules): Add gdb.printing.
5120
9eeee977
DE
51212010-10-29 Doug Evans <dje@google.com>
5122
5123 * gdb.texinfo (Python): Fix long line.
5124
a0e0ffdf
DE
51252010-10-20 Doug Evans <dje@google.com>
5126
5127 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5128 All references updated. Correct sections marked as subsections.
5129 (Coding Standards): New chapter. Move the coding standard related
5130 subsections here. Add section on Python coding standards.
5131
0e3509db
DE
51322010-10-13 Doug Evans <dje@google.com>
5133
5134 * gdb.texinfo (Python): Add "Python modules".
5135 (Types in Python): Add reference to gdb.types section.
5136 (Python modules): New node.
5137
44592cc4
DE
51382010-10-11 Doug Evans <dje@google.com>
5139
5140 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5141 Python" from gdb.Value.type description.
5142
6e1bb179
JB
51432010-09-28 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.texinfo (Ravenscar Profile): New node.
5146
e8467610
TT
51472010-09-22 Tom Tromey <tromey@redhat.com>
5148
5149 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5150
fccd1d1e
EZ
51512010-09-22 Eli Zaretskii <eliz@gnu.org>
5152
5153 * gdb.texinfo (Values From Inferior): Clarify that
5154 value.dynamic_type works only in C++ programs with RTTI.
5155
c1b6b909
TT
51562010-09-15 Paul Bolle <pebolle@tiscali.nl>
5157
5158 * gdb.texinfo (Character Sets): Correctly reference host-charset
5159 in example.
5160
7d288aaa
TT
51612010-09-13 Tom Tromey <tromey@redhat.com>
5162
5163 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5164 Document "fullname" and "from".
5165
f75d858b
MK
51662010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5167
5168 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5169 feature `reverse' output by -list-target-features.
5170
83b9503b
L
51712010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5172
5173 * gdb.texinfo (i386 Features): Remove an extra "@item".
5174
03f17ccf
TT
51752010-08-30 Tom Tromey <tromey@redhat.com>
5176
5177 PR python/11792:
5178 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5179
9779414d
DJ
51802010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5181
5182 * gdb.texinfo (ARM Features): Document
5183 org.gnu.gdb.arm.m-profile.
5184
f9ffd4bb
TT
51852010-08-23 Tom Tromey <tromey@redhat.com>
5186
5187 PR python/11145:
5188 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5189 reinterpret_cast methods.
5190
702c2711
TT
51912010-08-23 Tom Tromey <tromey@redhat.com>
5192
5193 PR python/11915:
5194 * gdb.texinfo (Types In Python): Document array method.
5195
66b73624
TJB
51962010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5197
5198 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5199
06a64a0b
TT
52002010-08-16 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.texinfo (Set Watchpoints): Document -location option.
5203
a3a7127e
DE
52042010-08-13 Doug Evans <dje@google.com>
5205
5206 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5207
8dedea02
VP
52082010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5209
5210 * gdb.texinfo (GDB/MI Data Manipulation): Document
5211 -data-read-memory-raw and -data-write-memory-raw.
5212
ca5c20b6 52132010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5214 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5215
5216 * gdb.texinfo (Basic Python): Describe post_event API.
5217
cb2e07a6
PM
52182010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5219
5220 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5221 decode_line Python APIs
cb2e07a6 5222
464b3efb
TT
52232010-08-10 Tom Tromey <tromey@redhat.com>
5224
5225 * gdb.texinfo (Pretty Printing API): Document
5226 gdb.default_visualizer.
5227
c29c521f
TT
52282010-08-10 Tom Tromey <tromey@redhat.com>
5229
5230 Revert gdb-add-index addition:
5231 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5232
5da1313b
JK
52332010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5234 Eli Zaretskii <eliz@gnu.org>
5235
5236 * gdb.texinfo (Mode Options) <-batch>
5237 (Basic Python) <gdb.execute>: Describe setting width and height.
5238
02d868e8
PP
52392010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5240
5241 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5242
c2bbed2a
TT
52432010-07-30 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Index Files): Mention gdb-add-index.
5246
6c13bbe1
HZ
52472010-07-30 Hui Zhu <teawater@gmail.com>
5248
5249 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5250 "detach inferior" and "kill inferior".
5251
53a71c06
CR
52522010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5253
5254 * gdb.texinfo (Machine Code): Update description of two forms of
5255 arguments, and add new example to demonstrate the new form.
5256
5374244e
PM
52572010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5258
5259 * gdb.texinfo (Values From Inferior): Add value inferior function
5260 call description.
5261
8ea5bce5
JK
52622010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5265
c0edd9ed
JK
52662010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5267 Eli Zaretskii <eliz@gnu.org>
5268
5269 Make core files the process_stratum.
5270 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5271 record_stratum example.
5272
9291a0cd
TT
52732010-07-13 Tom Tromey <tromey@redhat.com>
5274
5275 * gdb.texinfo (Index Files): New node.
5276
f5011d11
TT
52772010-07-13 Tom Tromey <tromey@redhat.com>
5278
5279 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5280
0f5238ed
TT
52812010-07-13 Tom Tromey <tromey@redhat.com>
5282
5283 * gdb.texinfo (Specify Location): Document labels.
5284
74c761c1
PA
52852010-07-01 Pedro Alves <pedro@codesourcery.com>
5286
5287 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5288 entries for fast tracepoints and static tracepoints.
5289
501994c0
PA
52902010-07-01 Pedro Alves <pedro@codesourcery.com>
5291
5292 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5293 qsThreadInfo>: Spell out `l' as ell.
5294
0fb4aa4b
PA
52952010-07-01 Pedro Alves <pedro@codesourcery.com>
5296
5297 * gdb.texinfo (Convenience Variables): Document $_sdata.
5298 (Commands to Set Tracepoints): Describe static tracepoints. Add
5299 `Listing Static Tracepoint Markers' menu entry. Document
5300 "strace".
5301 (Tracepoint Action Lists): Document collecting $_sdata.
5302 (Listing Static Tracepoint Markers): New subsection.
5303 (Tracepoints support in gdbserver): Mention static tracepoints.
5304 (remote packets, enabling and disabling): Mention
5305 read-sdata-object.
5306 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5307 and StaticTracepoint.
5308 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5309 Document qXfer:sdata:read.
5310 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5311
dc3b15be
JB
53122010-06-29 Joel Brobecker <brobecker@adacore.com>
5313
5314 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5315
595939de
PM
53162010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5317 Tom Tromey <tromey@redhat.com>
5318 Thiago Jung Bauermann <bauerman@br.ibm.com>
5319
5320 * gdb.texinfo (Inferiors In Python): New node.
5321 * gdb.texinfo (Threads In Python): New node.
5322
9279c692
JB
53232010-06-28 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.texinfo (Python): Document what the python directory is
5326 and what its location is.
5327 (Basic Python): Document the gdb.PYTHONDIR constant.
5328
bc9f0842
TT
53292010-06-25 Tom Tromey <tromey@redhat.com>
5330
5331 PR python/10808:
5332 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5333
f1421989
HZ
53342010-06-24 Hui Zhu <teawater@gmail.com>
5335
5336 * gdb.texinfo: (Commands for Controlled Output): Add
5337 documentation for command "eval".
5338
e4c0cfae
SS
53392010-06-21 Stan Shebs <stan@codesourcery.com>
5340
5341 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5342 * annotate.texinfo: Ditto.
5343 * gdbint.texinfo: Ditto.
5344 * stabs.texinfo: Ditto.
5345
bb08c432
HZ
53462010-06-22 Hui Zhu <teawater@gmail.com>
5347
5348 * gdb.texinfo: (Process Record and Replay): Add documentation
5349 for command "set record memory-query".
5350
4f5d9f07
SS
53512010-06-21 Stan Shebs <stan@codesourcery.com>
5352
5353 * gdb.texinfo: Relicense under GFDL version 1.3.
5354 * annotate.texinfo: Relicense under GFDL version 1.3.
5355 * gdbint.texinfo: Relicense under GFDL version 1.3.
5356 * stabs.texinfo: Relicense under GFDL version 1.3.
5357 * fdl.texi: Update to version 1.3.
5358
6aed2dbc
SS
53592010-06-18 Stan Shebs <stan@codesourcery.com>
5360
a61408f8
SS
5361 * gdb.texinfo (Operating System Auxiliary Information): Describe
5362 "info os" when no arguments given.
5363
6aed2dbc
SS
5364 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5365 $_thread.
5366
24e933df
HZ
53672010-06-18 Hui Zhu <teawater@gmail.com>
5368
5369 * gdb.texinfo: (Process Record and Replay): Add documentation
5370 for commands "record save" and "record restore".
5371
65d79d4b
SDJ
53722010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.texinfo: Include information about the correct use
5375 of addresses in the `watch' command.
5376
d914c394
SS
53772010-06-11 Stan Shebs <stan@codesourcery.com>
5378
5379 * gdb.texinfo (Observer Mode): New section.
5380 (General Query Packets): Document QAllow.
889bf7c5 5381
967cf477
DE
53822010-06-04 Doug Evans <dje@google.com>
5383
5384 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5385
aaf4119b
DE
53862010-06-03 Doug Evans <dje@google.com>
5387
5388 * gdbint.texinfo (Coding): Add subsection on command names.
5389
9eae7c52
TT
53902010-06-02 Tom Tromey <tromey@redhat.com>
5391
5392 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5393 always-disassemble.
5394
fa593d66
PA
53952010-06-01 Pedro Alves <pedro@codesourcery.com>
5396
5397 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5398 gdbserver, and add cross reference.
5399 (Tracepoints support in gdbserver): New subsection.
5400
dde08ee1
PA
54012010-05-26 Pedro Alves <pedro@codesourcery.com>
5402
5403 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5404 `qRelocInsn' feature.
5405 (Relocate instruction reply packet): New subsection
5406 of `Tracepoint Packets'.
5407 (Tracepoint Packets): Mention that packets QTDP and QTStart
5408 support the qRelocInsn request, and add cross reference to new
5409 subsection.
5410
07ca107c
DE
54112010-05-25 Doug Evans <dje@google.com>
5412
5413 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5414 (Commands In Python): Document gdb.string_to_argv.
5415
c25c4a8b
JK
54162010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5417
5418 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5419 ATTR_NORETURN.
5420
d7b32ed3 54212010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5422 Tom Tromey <tromey@redhat.com>
5423 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5424
c25c4a8b 5425 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5426
6aecb9c2
JB
54272010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5428
5429 * gdb.texinfo: (Summary) Add mention about D language support.
5430 (Filenames): Add D suffixes.
5431 (D): New node.
5432
b7da9e9f
PM
54332010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5434
5435 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5436 of macro deleted from GDB code.
5437
ab38a727
PA
54382010-04-24 Pedro Alves <pedro@codesourcery.com>
5439
5440 * gdb.texinfo (Commands to specify files): Describe what how GDB
5441 looks up DOS-based filesystem paths on the system root. Document
5442 the new `set/show target-file-system-kind' commands.
5443
66d09542
DE
54442010-04-23 Doug Evans <dje@google.com>
5445
5446 * gdb.texinfo (Python): Move Auto-loading section here ...
5447 (Python API): from here.
5448 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5449 (Maintenance Commands): Add docs for "maint print section-scripts".
5450
8bd10a10
CM
54512010-04-20 Chris Moller <cmoller@redhat.com>
5452
5453 * gdb.texinfo (Setting Breakpoints): Added description of
5454 filename-qualified rbreak.
5455 * refcard.tex (Breakpoints and Watchpoints): Added brief
5456 description of filename-qualified rbreak.
5457
4c374409
JK
54582010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5461 (Python API): Change the reference to Pretty Printing API.
5462 (Pretty Printing): Move the user part under the Data node. Reformat
5463 the sample output to 72 columns. Create a new reference to Pretty
5464 Printing API. Rename the API part ...
5465 (Pretty Printing API): To a new node name.
5466 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5467 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5468
5a9351ae
SS
54692010-04-21 Stan Shebs <stan@codesourcery.com>
5470
5471 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5472 and commands.
5a9351ae 5473 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5474
9a22f0d0
PM
54752010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5476
5477 * gdb.texinfo (Examining memory): Update for change in string
5478 display with explicit size.
5479
6149aea9
PA
54802010-04-19 Pedro Alves <pedro@codesourcery.com>
5481
5482 PR breakpoints/8554.
5483
5484 * gdb.texinfo (Save Breakpoints): New node.
5485 (save-tracepoints): Rename to ...
5486 (save tracepoints): ... this. Mention that `save-tracepoints' is
5487 a deprecated alias to `save tracepoints'.
5488
711e434b
PM
54892010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5490
645797a8 5491 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5492 (info w32 thread-information-block): Document new command.
5493 (qGetTIBAddress): Document new gdbserver query.
5494 (maint set/show show-all-tib): Document new command.
5495
3f7b2faa
DE
54962010-04-15 Doug Evans <dje@google.com>
5497
fa33c3cd
DE
5498 * gdb.texinfo (Python API): Add progspaces section.
5499 (Selecting Pretty-Printers): Progspace pretty-printers are
5500 searched too.
5501 (Progspaces In Python): New section.
5502
3f7b2faa
DE
5503 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5504
79f283fe
PM
55052010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5506
5507 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5508 returns None.
5509
87290684
SS
55102010-04-09 Stan Shebs <stan@codesourcery.com>
5511
5512 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5513 Describe the `frames-created' field, tweak grammar.
5514
a97153c7
PA
55152010-04-09 Pedro Alves <pedro@codesourcery.com>
5516
5517 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5518 Describe the `circular' and `disconnected' fields.
5519
5c5dcc1b
L
55202010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5521
5522 * gdb.texinfo (maint print registers): Mention unavailable and
5523 invisible registers.
5524
adc36818
PM
55252010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5526 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5527 Tom Tromey <tromey@redhat.com>
adc36818
PM
5528
5529 * gdb.texinfo (Breakpoints In Python): New Node.
5530
33da3f1c
SS
55312010-04-08 Stan Shebs <stan@codesourcery.com>
5532
5533 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5534 trace status fields.
5535
3a13a53b
L
55362010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5537
5538 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5539 optional. Make org.gnu.gdb.i386.avx requires
5540 org.gnu.gdb.i386.avx.
5541
08001717
DE
55422010-04-08 Doug Evans <dje@google.com>
5543
5544 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5545 search path, and document that gdb only scans the search path if
5546 the script's path doesn't specify a directory.
5547
c375651d
DE
55482010-04-05 Doug Evans <dje@google.com>
5549
5550 * gdb.texinfo (maint show python auto-load): Fix typo.
5551
af54718e
SS
55522010-04-04 Stan Shebs <stan@codesourcery.com>
5553
d77f58be
SS
5554 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5555 (Setting Watchpoints): Update description of "info watch".
5556 (Disabling Breakpoints): Only "info break" lists all.
5557
af54718e
SS
5558 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5559 (tdump): Explain how tdump works.
5560
86b17b60
PA
55612010-04-01 Pedro Alves <pedro@codesourcery.com>
5562
5563 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5564 add cross reference.
5565
ff12863f
PA
55662010-03-31 Pedro Alves <pedro@codesourcery.com>
5567
5568 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5569 commands error out.
5570
f68eb612
L
55712010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5572
5573 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5574
c8d5aac9
L
55752010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5576
5577 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5578
7d13fe92
SS
55792010-03-29 Stan Shebs <stan@codesourcery.com>
5580 Nathan Sidwell <nathan@codesourcery.com>
5581
5582 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5583 GDBN equivalent.
5584 (Set Tracepoints): Remove mention that conditional tracepoints
5585 don't exist.
5586 (Tracepoint Actions): Clarify when while-stepping collection
5587 happens, note that while-stepping does not automatically collect
5588 $pc.
5589
409873ef 55902010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5591
409873ef
SS
5592 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5593 (General Query Packets): Describe TracepointSource.
5594
ee8e71d4
EZ
55952010-03-27 Matt Rice <ratmice@gmail.com>
5596
c8d5aac9
L
5597 * gdb.texinfo (ARM): Document arguments to "target sim".
5598 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5599
99b5e152
PA
56002010-03-26 Pedro Alves <pedro@codesourcery.com>
5601
5602 * gdb.texinfo (Tracepoint Packets): Remove mention that
5603 terror:string may be plain text, and drop mention of X prefix.
5604
cd64ee31
VP
56052010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5606
5607 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5608
6c28cbf2
SS
56092010-03-24 Stan Shebs <stan@codesourcery.com>
5610
5611 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5612
95a42b64
TT
56132010-03-24 Tom Tromey <tromey@redhat.com>
5614
5615 PR breakpoints/9352:
5616 * gdb.texinfo (Break Commands): Update.
5617
18148017
VP
56182010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5619
5620 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5621 commands.
5622
4daf5ac0
SS
56232010-03-16 Stan Shebs <stan@codesourcery.com>
5624
5625 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5626 circular-trace-buffer.
5627 (Tracepoint Packets): Describe QTBuffer, and details of the
5628 qTStatus reply.
5629
c9429232
SS
56302010-03-12 Stan Shebs <stan@codesourcery.com>
5631 Nathan Sidwell <nathan@codesourcery.com>
5632
5633 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5634 doing instruction stepping.
5635 (Tracepoint Restrictions): New node.
5636
ccefe4c4
TT
56372010-03-10 Tom Tromey <tromey@redhat.com>
5638
5639 * gdbint.texinfo (Symbol Handling): Update.
5640
7c953934
TT
56412010-03-08 Tom Tromey <tromey@redhat.com>
5642
5643 PR cli/9591:
5644 * gdb.texinfo (Mode Options): Mention lack of pagination and
5645 confirmation with --batch.
5646 (Screen Size): Mention --batch.
5647 (Messages/Warnings): Likewise.
5648
f870a310
TT
56492010-03-05 Tom Tromey <tromey@redhat.com>
5650
5651 * gdb.texinfo (Basic Python): Document target_charset and
5652 target_wide_charset.
5653
78e2826b
TT
56542010-03-05 Tom Tromey <tromey@redhat.com>
5655
5656 * gdb.texinfo (Data): Link to pretty-printing.
5657 (Output Formats): Likewise. Correct text.
5658
f5dff777
DJ
56592010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5660
5661 * gdb.texinfo (Types): Describe <struct> and <flags>.
5662
dc00d89f
PM
56632010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5664
5665 * gdb.texinfo (Frames In Python): Add block parameter and
5666 description to read_var text.
5667
5107b149 56682010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5669 Tom Tromey <tromey@redhat.com>
5107b149
PM
5670
5671 * gdb.texinfo (Types In Python): Describe block argument in
5672 template_argument and gdb.lookup_type.
5673
e03e5e7b
TT
56742010-02-24 Tom Tromey <tromey@redhat.com>
5675
5676 * gdb.texinfo (Cygwin Native): Fix typo.
5677
f3e9a817
PM
56782010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5679
5680 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5681 and select method descriptions.
5682 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5683 Tables in Python to menu.
5684 (Blocks In Python): New node.
5685 (Symbols In Python): New node.
5686 (Symbol Tables in Python): New node.
5687
a79b8f6e
VP
56882010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5689
5690 Multiexec MI
5691
5692 gdb/
5693 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5694
5695 gdb/doc/
5696 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5697 changes.
5698 (GDB/MI Program Execution): Document current behaviour of
5699 --all and --thread-group.
5700 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5701 -remove-inferior.
5702 * observer.texi (inferior_added, inferior_removed): New
5703 observers.
5704
629d6a47
TT
57052010-02-19 Tom Tromey <tromey@redhat.com>
5706
5707 * gdbint.texinfo (Getting Started): Fix @node.
5708 (Debugging GDB): Likewise.
5709
c09529e5
JB
57102010-02-13 Joel Brobecker <brobecker@adacore.com>
5711
5712 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5713 documenting the gdb_test_timeout variable.
5714
540aa8e7
MS
57152010-02-12 Jakob Engblom <jakob@virtutech.com>
5716
5717 * gdb.texinfo (MI commands): Added documentation of --reverse
5718 option to a set of MI commands. Restructured documentation of MI
5719 commands --exec-continue to reflect the complexity of reverse
5720 execution.
5721
081dfbf7
PA
57222010-02-12 Pedro Alves <pedro@codesourcery.com>
5723
5724 * gdb.texinfo (Using the Collected Data): Specify that the address
5725 range of `tfind outsize' is exclusive, and that the address range
5726 of `tfind range' is inclusive.
5727 (Tracepoint Packets): Specify that the address range of
5728 `QTFrame:range' is inclusive, and that the address range of
5729 `QTFrame:outside' is exclusive
5730
8e9c5e02
VP
57312010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5732
5733 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5734
92981e24
TT
57352010-02-10 Tom Tromey <tromey@redhat.com>
5736
5737 * gdb.texinfo (Debugging Output): Document set debug parser and
5738 show debug parser.
5739
075b51b7
L
57402010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5741
5742 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5743 i386_eflags and i386_mxcsr.
5744
3bb8d5c3
L
57452010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5746
5747 * gdb.texinfo: Document i386 target features.
5748
c5f80513
DE
57492010-02-05 Doug Evans <dje@google.com>
5750
5751 * gdbint.texinfo (Testsuite): Add a new section to document the
5752 various DejaGnu variables that may be overridden.
1be00882 5753 Document INTERNAL_GDBFLAGS.
c5f80513 5754
6ac33a4e
TT
57552010-02-04 Tom Tromey <tromey@redhat.com>
5756
5757 PR cli/8830:
5758 * gdb.texinfo (Files): -readnow comes before the filename for file
5759 and symbol-file.
5760
a1dcb23a
DJ
57612010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5764 Document ARM breakpoint types.
5765 (Register Packet Format): Move into the new section.
5766 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5767
95433b34
JB
57682010-01-21 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.texinfo (File Options): Adjust the documentation of this
5771 switch to refer to the "source" command rather than partially
5772 duplicating some of the relevant information.
5773 (Extending GDB): Introduce and document the set/show script-extension
5774 setting.
5775 (Command Files): Add note explaining that the "source" command
5776 is also used to evalute scripts written in other languages.
5777 Remove the short slightly incorrect reference to sourcing Python
5778 scripts.
5779 (Python Commands): Document how to execute a Python script from GDB.
5780
8d576872
JB
57812010-01-19 Joel Brobecker <brobecker@adacore.com>
5782
5783 * gdb.texinfo (Command Files): Fix typo.
5784
8150ff9c
JB
57852010-01-18 Tom Tromey <tromey@redhat.com>
5786
5787 * gdb.texinfo (File Options): Document -x on .py files.
5788 (Command Files): Document handling of Python scripts.
5789
23db03a6
JZ
57902010-01-18 Jie Zhang <jie.zhang@analog.com>
5791
5792 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5793
00bf0b85
SS
57942010-01-15 Stan Shebs <stan@codesourcery.com>
5795
5796 * gdb.texinfo (Trace Files): New section.
5797 (Tracepoint Packets): Document QTSave and qTBuffer.
5798 (Trace File Format): New appendix.
5799
be759fcf
PM
58002010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5801
5802 * gdb.texinfo (Values From Inferior): Document lazy_string value
5803 method.
5804 (Python API): Add Lazy strings menu item.
5805 (Lazy Strings In Python): New node.
5806
dc146f7c
VP
58072010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * gdb.texinfo (GDB/MI Thread Information): New.
5810 (GDB/MI Async Records): Document the core field in *stopped.
5811 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5812 documentation
5813 (Process list): Document that osdata document may contain
5814 threads.
5815 (Remote Serial Protocol): Document qXfer:threads.
5816
d5551862
SS
58172010-01-06 Stan Shebs <stan@codesourcery.com>
5818
5819 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5820 disconnected tracing.
5821 (Tracepoint Packets): Document new protocol.
5822
7a697b8d
SS
58232010-01-05 Stan Shebs <stan@codesourcery.com>
5824
5825 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5826 tracepoints.
5827 (Tracepoint Packets): Describe remote protocol for fast
5828 tracepoints.
5829
e6f3ec50
JB
58302010-01-01 Joel Brobecker <brobecker@adacore.com>
5831
5832 Update the "Start of New Year Procedure".
5833 * gdbint.texinfo: Add the list of files that need to be updated
5834 manually. Minor reformatting.
5835
ddc4e9c1
JB
58362010-01-01 Joel Brobecker <brobecker@adacore.com>
5837
5838 * refcard.tex: Update copyright year in header and text.
5839
9d2897ad
JB
58402010-01-01 Joel Brobecker <brobecker@adacore.com>
5841
5842 * agentexpr.texi: Add 2010 to the list of copyright years.
5843 * annotate.texinfo: Likewise.
5844 * gdb.texinfo: Likewise.
5845 * gdbint.texinfo: Likewise.
5846 * observer.texi: Likewise.
5847 * stabs.texinfo: Likewise.
5848
6da95a67
SS
58492009-12-31 Stan Shebs <stan@codesourcery.com>
5850
5851 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5852
236f1d4d
SS
58532009-12-29 Stan Shebs <stan@codesourcery.com>
5854
5855 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5856
f61e138d
SS
58572009-12-28 Stan Shebs <stan@codesourcery.com>
5858
5859 * gdb.texinfo (Trace State Variables): New section.
5860 (Tracepoint Packets): Describe trace state variable packets.
5861 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5862 variable bytecodes.
5863
0fe7935b
DJ
58642009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5865
5866 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5867 declarations.
5868
a6b29f87
VP
58692009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5870
5871 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5872 -gdb-exit behaviour.
5873
5e4bde96
JB
58742009-12-20 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gpl.texi: Update to version 3 of the GPL.
5877
a1715244
JB
58782009-12-20 Joel Brobecker <brobecker@adacore.com>
5879
5880 * Makefile.in: Update copyright header.
5881 * observer.texi: Fix the copyright header of the generated files.
5882
361ae042
PM
58832009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5884
5885 * gdb.texinfo (Types In Python): Describe range function.
5886
bfd31e71
PM
58872009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5888
5889 * gdb.texinfo (Types In Python): Describe "is_base_class".
5890
57a1d736
TT
58912009-12-03 Tom Tromey <tromey@redhat.com>
5892
5893 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5894
8cebebb9
PP
58952009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5896
5897 * observer.texi: New memory_changed observer.
5898
16af530a
TT
58992009-12-01 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.texinfo (Reverse Execution): Fix typo.
5902
b6199126
DJ
59032009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5904
5905 PR gdb/8704
5906
5907 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5908 are allowed after the breakpoint condition.
5909
7a6973ad
TT
59102009-11-23 Tom Tromey <tromey@redhat.com>
5911
5912 PR python/10782:
5913 * gdb.texinfo (Types In Python): Document Type.pointer.
5914
21a0512e
PP
59152009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5916
5917 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5918
a5832c8f
PA
59192009-11-11 Pedro Alves <pedro@codesourcery.com>
5920
5921 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5922 (Using Agent Expressions): Delete cross reference.
5923
1eb7cd77
JB
59242009-11-07 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5927 and @settitle directives up to help makeinfo find them.
5928
24ddea62
JK
59292009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5932 (Auto-loading): Use plural and note one can use multiple components now.
5933
3afae151
VP
59342009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5935
5936 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5937 -stack-list-arguments have the same documentation for parameter
5938 as -stack-list-locals. Add comas.
5939
14ff2235
PM
59402009-10-27 Tom Tromey <tromey@redhat.com>
5941 Eli Zaretskii <eliz@gnu.org>
5942
c8d5aac9 5943 PR python/10781
14ff2235
PM
5944
5945 * gdb.texinfo (Values From Inferior): Document cast method.
5946
9c419145
PP
59472009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5948
5949 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5950 and adjust example.
889bf7c5 5951
29153c24
MS
59522009-10-22 Michael Snyder <msnyder@vmware.com>
5953
5954 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5955 info record command. Also document the new save and restore
29153c24
MS
5956 commands.
5957
2b28d209
PP
59582009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5959
5960 * gdb.texinfo (Machine Code): Mention current pc marker.
5961 (Memory): Likewise.
5962
6c95b8df
PA
59632009-10-19 Pedro Alves <pedro@codesourcery.com>
5964 Stan Shebs <stan@codesourcery.com>
5965
5966 * observer.texi (new_inferior): Rename to...
5967 (inferior_appeared): ... this.
5968
5969 * gdb.texinfo (Inferiors): Rename node to ...
5970 (Inferiors and Programs): ... this. Mention running multiple
5971 programs in the same debug session.
5972 <info inferiors>: Mention the new 'Executable' column if "info
5973 inferiors". Update examples. Document the "add-inferior",
5974 "clone-inferior", "remove-inferior" and "maint info
5975 program-spaces" commands.
5976 (Process): Rename node to...
5977 (Forks): ... this. Document "set|show follow-exec-mode".
5978
2f8132f3
MS
59792009-10-11 Michael Snyder <msnyder@vmware.com>
5980
5981 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5982 (ReverseContinue): Ditto.
5983
cba4b2d3
PP
59842009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5985
5986 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5987
da082f17
JK
59882009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5991
08be9d71
ME
59922009-10-06 Michael Eager <eager@eagercon.com>
5993
5994 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5995 (Embedded Processors): Add MicroBlaze.
5996 (MicroBlaze): New. Describe Xilinx MicroBlaze
5997
08a0efd0
PA
59982009-10-04 Pedro Alves <pedro@codesourcery.com>
5999
6000 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6001
cbb8f428
EZ
60022009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6003
6004 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6005
30a4a70c
JB
60062009-09-23 Joel Brobecker <brobecker@adacore.com>
6007
6008 * observer.texi (solib_unloaded): Document explicitly the fact that
6009 this observer is called before the associated symbols are unloaded.
6010
b3372f91
VP
60112009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6012
6013 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6014 -stack-list-variables.
6015
f43030c4
TT
60162009-09-18 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6019 is experimental.
6020
ec7e75e7
PP
60212009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6022
6023 * gdb.texinfo (convenince variables): Mention
6024 $_siginfo could be empty.
f43030c4 6025
0cc7d26f
TT
60262009-09-15 Tom Tromey <tromey@redhat.com>
6027
6028 * gdb.texinfo (GDB/MI Variable Objects): Document
6029 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6030 Expand -var-update documentation.
6031
a96d9b2e
SDJ
60322009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6033
6034 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6035 feature.
6036
005ca36a
JB
60372009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6038
6039 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6040
0d772ac9
MS
60412009-09-10 Michael Snyder <msnyder@vmware.com>
6042
6043 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6044 ReverseStep replies to the qSupported query.
6045
14fb1bac
JB
60462009-09-10 Joel Brobecker <brobecker@adacore.com>
6047
6048 Add documentation for set/show interactive-mode.
6049 * gdb.texinfo (Other Misc Settings): New node.
6050
29b090c0
DE
60512009-09-01 Doug Evans <dje@google.com>
6052
6053 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6054 non-stop mode's affect on remote caching.
6055
4e5d721f
DE
60562009-08-31 Jacob Potter <jdpotter@google.com>
6057 Doug Evans <dje@google.com>
6058
6059 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6060 Mark `set/show remotecache' options as obsolete.
6061 Document new `set/show stack-cache' option.
6062 Update text for `info dcache'.
6063
55333a84
DE
60642009-08-27 Doug Evans <dje@google.com>
6065
6066 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6067 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6068
bc3a0b4d
RW
60692009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6070
6071 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6072 about autoconf.
6073
3a1ff0b6
PA
60742009-08-25 Pedro Alves <pedro@codesourcery.com>
6075
6076 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6077 small example, and describe its columns. Replace "inferior-id" by
6078 "infno" throughout.
6079
81ecdfbb
RW
60802009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6081
af542c2e
RW
6082 * gdbint.texinfo (Releasing GDB): Point to
6083 README-maintainer-mode file for required autoconf version.
6084 * configure.ac: Do not substitute datarootdir, htmldir,
6085 pdfdir, docdir. Do not process --with-datarootdir,
6086 --with-htmldir, --with-pdfdir, --with-docdir.
6087 * configure: Regenerate.
6088
81ecdfbb
RW
6089 * configure: Regenerate.
6090
4efc6507
DE
60912009-08-20 Reid Kleckner <reid@kleckner.net>
6092
6093 * gdb.texinfo: Add chapter on JIT interface.
6094
43089a6e
NR
60952009-08-07 Nick Roberts <nickrob@snap.net.nz>
6096
6097 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6098 confirmation request.
43089a6e 6099
99e008fe
EZ
61002009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6101
c8d5aac9
L
6102 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6103 CRC definitions.
99e008fe 6104
48cb2d85
VP
61052009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6106
6107 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6108 -break-commands.
48cb2d85 6109
ff1a52c6
UW
61102009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6111
6112 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6113 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6114
3285f3fe
UW
61152009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6116
6117 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6118 "set spu stop-on-load" and "show spu stop-on-load" commands.
6119
e35359c5
UW
61202009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6121
6122 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6123
58d6951d
DJ
61242009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6125
6126 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6127 org.gnu.gdb.arm.neon.
6128
08d16641
PA
61292009-07-20 Pedro Alves <pedro@codesourcery.com>
6130
6131 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6132 optional element.
6133 (subsection OS ABI): New subsection.
6134
782b2b07
SS
61352009-07-14 Stan Shebs <stan@codesourcery.com>
6136
6137 * gdb.texinfo (Tracepoint Conditions): New section.
6138 (General Query Packets): Describe ConditionalTracepoints.
6139 (Tracepoint Packets): Describe condition field.
6140 (Maintenance Commands): Describe maint agent-eval.
6141 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6142
9b117ef3
HZ
61432009-07-11 Hui Zhu <teawater@gmail.com>
6144
6145 * gdb.texinfo (disassemble): Add a new modifier /r
6146 to "disassemble" command to make it print the raw instructions
6147 in hex as well as in symbolic form.
6148
f5a33284
TT
61492009-07-09 Tom Tromey <tromey@redhat.com>
6150
6151 * gdbint.texinfo (Testsuite): Document parallel make check.
6152
812f7342
TT
61532009-07-09 Tom Tromey <tromey@redhat.com>
6154
6155 * gdbint.texinfo (Testsuite): Document test transcripts.
6156
fbb8f299
PM
61572009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6158
6159 * gdb.texinfo (Values From Inferior): Add length parameter
6160 description.
6161
dd8f35ac
EZ
61622009-07-04 Chris Genly <chris@genly.us>
6163
6164 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6165 in -var-list-children. Fix example according to what the code
6166 does.
6167
2277426b
PA
61682009-07-02 Pedro Alves <pedro@codesourcery.com>
6169
6170 * gdb.texinfo (Debugging multiple inferiors): Document the
6171 "inferior", "detach inferior" and "kill inferior" commands.
6172 (Debugging Programs with Multiple Processes): Adjust to mention
6173 generic "inferior" commands. Delete mention of "detach fork" and
6174 "delete fork". Cross reference to "Debugging multiple inferiors"
6175 section.
6176
a6d9a66e
UW
61772009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6178
5af949e3
UW
6179 * gdbint.texinfo (Item Output Functions): Update signature
6180 for ui_out_field_core_addr.
6181
61822009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6183
6184 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6185 Update example code extrated from breakpoint.c.
6186
9901a55b 61872009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6188
9901a55b
PP
6189 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6190 MI commands.
6191 (GDB/MI Symbol Query): Likewise.
6192 (GDB/MI File Commands): Likewise.
6193 (GDB/MI File Transfer Commands): Likewise.
6194 (GDB/MI Target Manipulation): Likewise.
6195 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6196
edb3359d
DJ
61972009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6198
6199 * gdb.texinfo (Debugging Optimized Code): New chapter.
6200 (Compiling for Debugging): Reference it. Move some
6201 text to the new section.
6202
7cd1089b
PM
62032009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6204
6205 * doc/gdb.texinfo (Calling): Document
6206 set-unwind-on-terminating-exception usage.
6207
d4db2f36
PA
62082009-06-11 Pedro Alves <pedro@codesourcery.com>
6209
6210 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6211 command.
6212
d1a7880c
PA
62132009-06-07 Pedro Alves <pedro@codesourcery.com>
6214
6215 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6216 references.
6217
473f94e6
UW
62182009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6219
6220 * gdbint.texinfo: Rename formal parameters to gdbarch function
6221 protoypes from "current_gdbarch" to "gdbarch".
6222
8f500870
TT
62232009-05-28 Tom Tromey <tromey@redhat.com>
6224
6225 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6226
b6313243
TT
62272009-05-27 Tom Tromey <tromey@redhat.com>
6228
6229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6230 feature.
6231 (GDB/MI Variable Objects): Document -var-set-visualizer.
6232
62332009-04-02 Tom Tromey <tromey@redhat.com>
6234
6235 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6236 feature.
6237 (GDB/MI Variable Objects): Document -var-set-visualizer.
6238
a6bac58e
TT
62392009-05-27 Tom Tromey <tromey@redhat.com>
6240 Thiago Jung Bauermann <bauerman@br.ibm.com>
6241 Phil Muldoon <pmuldoon@redhat.com>
6242
6243 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6244 (Pretty Printing): New node.
6245 (Selecting Pretty-Printers): Likewise.
6246 (Python API): Update.
6247 (Output Formats): Document /r format.
6248
2c74e833
TT
62492009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6250 Tom Tromey <tromey@redhat.com>
6251
6252 * gdb.texinfo (Types In Python): New node.
6253 (Values From Inferior): "type" is now an attribute.
6254 (Python API): Update.
6255
89c73ade
TT
62562009-05-27 Tom Tromey <tromey@redhat.com>
6257 Thiago Jung Bauermann <bauerman@br.ibm.com>
6258 Phil Muldoon <pmuldoon@redhat.com>
6259
6260 * gdb.texinfo: Add @syncodeindex for `tp'.
6261 (Python API): Update.
6262 (Auto-loading): New node.
6263 (Objfiles In Python): New node.
6264
17a37d48
PP
62652009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6266
6267 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6268
6718376f
NR
62692009-05-15 Nick Roberts <nickrob@snap.net.nz>
6270
6271 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6272
cbe54154
PA
62732009-05-12 Pedro Alves <pedro@codesourcery.com>
6274
6275 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6276 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6277 show show-debug-regs' docs.
6278
8e05493c
EZ
62792009-05-08 Eli Zaretskii <eliz@gnu.org>
6280
6281 * gdb.texinfo (Process Record and Replay): Add description of
6282 reverse execution.
6283
b39f4988
JB
62842009-05-07 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdbint.texinfo (Adding support for debugging core files): New node.
6287 (Native Debugging): Remove the ``Native core file Support'' section.
6288
a2311334
EZ
62892009-05-01 Eli Zaretskii <eliz@gnu.org>
6290
6291 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6292 Add index entries.
6293
53cc454a 62942009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6295 Michael Snyder <msnyder@vmware.com>
53cc454a 6296
a2311334
EZ
6297 * gdb.texinfo: (Process Record and Replay): Add documentation for
6298 process record and replay.
53cc454a 6299
484086b7
JK
63002009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6301
6302 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6303 a new part on command-line defined macros.
6304
32ae1842
EZ
63052009-04-25 Eli Zaretskii <eliz@gnu.org>
6306
6307 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6308 clarify the wording.
6309
b14b1491
TT
63102009-04-23 Tom Tromey <tromey@redhat.com>
6311
6312 * gdb.texinfo (Data Files): New node.
6313 (GDB Files): Update menu.
6314
5c1e86e1
JB
63152009-04-23 Joel Brobecker <brobecker@adacore.com>
6316
6317 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6318 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6319
83eba9b7
VP
63202009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6321
6322 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6323
e31198c4
HZ
63242009-04-22 Hui Zhu <teawater@gmail.com>
6325
6326 * gdb.texinfo (disassemble-next-line): Set the default of
6327 disassemble-next-line to off.
6328
26e251b6
JM
63292009-04-21 Joseph Myers <joseph@codesourcery.com>
6330
6331 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6332 --with-htmldir): New.
6333 * configure: Regenerate.
6334 * Makefile.in (datarootdir, docdir): Define.
6335 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6336 instead of $(SET_TEXINPUTS).
6337 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6338 gdbint.info instead of $(SET_TEXINPUTS).
6339 (gdbint/index.html): Use same -I options as for building
6340 gdbint.info.
6341 (stabs.dvi, stabs.pdf): Use same -I options as for building
6342 stabs.info instead of $(SET_TEXINPUTS).
6343 (stabs/index.html): Use same -I options as for building
6344 stabs.info.
6345 (annotate.dvi, annotate.pdf): Use same -I options as for building
6346 annotate.info instead of $(SET_TEXINPUTS).
6347 (annotate/index.html): Use same -I options as for building
6348 annotate.info.
6349
eac35c4e
DD
63502009-04-21 David Daney <ddaney@caviumnetworks.com>
6351
6352 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6353
29b0e8a2
JM
63542009-04-21 Joseph Myers <joseph@codesourcery.com>
6355
6356 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6357
2b831889 63582009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6359 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6360
6361 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6362 (MAKEHTMLFLAGS): Set to empty.
6363 (html__strip_dir): Define.
6364 (HTMLFILES): Define.
6365 (HTMLFILES_INSTALL): Define.
6366 (install-html): Copy new automake rule.
6367 (html): Depend on $(HTMLFILES).
6368 (gdb_toc.html): Rename to gdb/index.html.
6369 (gdbint_toc.html): Rename to gdbint/index.html.
6370 (stabs_toc.html): Rename to stabs/index.html.
6371 (annotate_toc.html): Rename to annotate/index.html.
6372
89a34d1b
JM
63732009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6374
6375 * Makefile.in: Set pdfdir and htmldir from configure
6376 substitutions.
6377 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6378 * configure: Regenerate.
6379
a2d5da46
JB
63802009-04-16 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6383 This macro is no longer used.
6384
732f6a93
TT
63852009-04-15 Tom Tromey <tromey@redhat.com>
6386
6387 * gdb.texinfo (Character Sets): Document default character set.
6388
87f9adc1
PM
63892009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6390
6391 * gdbint.texinfo: Change server name from sources.redhat.com to
6392 sourceware.org throughout.
6393
2c88c651
JB
63942009-04-09 Joel Brobecker <brobecker@adacore.com>
6395
6396 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6397 about a missing dot or coma after @xref.
6398
4f5376b2
JB
63992009-04-02 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6402 example, and add a small explanation about it.
6403 (Print Settings): Change the documentation of the "set print
6404 frame-arguments" to reflect the fact that the default is now "scalars".
6405
a0381d3a
JB
64062009-04-02 Joel Brobecker <brobecker@adacore.com>
6407
6408 * gdb.texinfo (Print Settings): Add kindex for command "set
6409 print frame-arguments".
6410
45ac276d
JB
64112009-03-31 Joel Brobecker <brobecker@adacore.com>
6412
6413 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6414 breakpoints.
6415 (Set Breaks): Add reference to thread-specific and task-specific
6416 breakpoints.
6417
32cd1edc
JB
64182009-03-31 Joel Brobecker <brobecker@adacore.com>
6419
6420 * gdb.texinfo (Ada Tasks): Remove the documentation about
6421 the "Running" state, as this state has been eliminated.
6422 Now all runnable tasks are shown as "Runnable".
6423
1042e4c0
SS
64242009-03-30 Stan Shebs <stan@codesourcery.com>
6425
6426 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6427 special case of breakpoints.
6428 (Enable and Disable Tracepoints): Mention deprecation.
6429 (Listing Tracepoints): Update description and example.
6430
f8f6f20b
TJB
64312009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6432
6433 * gdb.texinfo (Frames in Python): New node.
6434 (Python API): Update.
6435
c0c6f777
TJB
64362009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6437
6438 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6439 from a method to an attribute.
6440
def2b000
TJB
64412009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6442
6443 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6444 attribute.
6445
a07daef3
PA
64462009-03-25 Pedro Alves <pedro@codesourcery.com>
6447
6448 * observer.texi (thread_exit): Add "silent" parameter.
6449
f3b1572e
PA
64502009-03-22 Pedro Alves <pedro@codesourcery.com>
6451
6452 * observer.texi (about_to_proceed): New.
6453
587afa38
EZ
64542009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6455
6456 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6457 field throughout to handle types with spaces in them. Fix typos
6458 found by aspell.
6459 (Summary, Requirements, Contributors): New first chapter,
6460 "Summary" added, old Requirements section moved there, and new
6461 section, "Contributors" added.
6462 (Initializing a New Architecture, Register Representation)
6463 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6464 (Porting gdb): These sections extended and updated.
6465 (Compiler Characteristics): This section (empty) deleted.
6466 (Defining Other Architecture Features): This section renamed and
6467 duplicate material removed from (formerly "Target Conditionals").
6468 Use braces {} in @deftypeXX type field throughout to handle types
6469 with spaces in them. Typos found by aspell fixed.
6470
6471 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6472 * stack_frame.pdf: Version of image for PDF output.
6473 * stack_frame.png: Version of image for HTML output and for Emacs.
6474 * stack_frame.txt: Version of image for Info output.
1db61298 6475 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6476
10af6951
EZ
64772009-03-21 Eli Zaretskii <eliz@gnu.org>
6478
6479 * gdb.texinfo (Character Sets): Fix last change.
6480
cc924cad
TJB
64812009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6482
6483 * gdb.texinfo (Values From Inferior): Fix optional arguments
6484 markup.
6485 (Commands In Python): Adjust argument names of gdb.Command.__init__
6486 to what the function accepts as keywords.
6487
bc3b79fd
TJB
64882008-03-20 Tom Tromey <tromey@redhat.com>
6489
6490 * gdb.texinfo (Convenience Vars): Document convenience functions.
6491 (Functions In Python): New node.
6492 (Python API): Update.
6493
6c7a06a3
TT
64942009-03-20 Tom Tromey <tromey@redhat.com>
6495
6496 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6497 set target-wide-charset.
6498 (Requirements): Mention iconv.
6499
b646ddd4
HZ
65002009-03-17 Hui Zhu <teawater@gmail.com>
6501
6502 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6503
91440f57
HZ
65042009-03-17 Hui Zhu <teawater@gmail.com>
6505
6506 * gdb.texinfo: Add documentation for disassemble-next-line.
6507
8fd41227
TJB
65082009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6509
6510 * gdb.texinfo (Commands In Python): Remove tindex entries.
6511
61ff14c6
JK
65122009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6513
6514 * gdb.texinfo (Returning): New description for missing debug info.
6515
0b16c5cf
PA
65162009-03-14 Pedro Alves <pedro@codesourcery.com>
6517
6518 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6519 (General Query Packets): Document qAttached.
0b16c5cf 6520
32fc0df9
PA
65212009-03-05 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdb.texinfo (Background Execution): Better describe the set
6524 target-async command.
6525 (Maintenance Commands): Delete description of the `maint set/show
6526 linux-async' and `maint set/show remote-async' commands.
6527
134eb42c
VP
65282009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6529
6530 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6531 between sentences.
6532
c86cf029
VP
65332009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6534
6535 * gdb.texinfo (GDB/MI Async Records): Document the
6536 =library-loaded and =library-unloaded notifications.
6537
3ea85240
VP
65382009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6539
6540 * observer.texi (test_notification): New observer.
6541
1d33d6ba
VP
65422009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6543
61ff14c6
JK
6544 * observer.texi: Add parameter 'print_frame' to normal_stop
6545 observer.
1d33d6ba 6546
d721c933
EZ
65472009-02-07 Eli Zaretskii <eliz@gnu.org>
6548
6549 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6550 (Commands In Python): Fix COMMAND_* constants in last change. Use
6551 @kbd for interactive input. Add cross-references and index
6552 entries.
6553
4aa995e1
PA
65542009-02-06 Pedro Alves <pedro@codesourcery.com>
6555
6556 * gdb.texinfo (Signals): Document $_siginfo.
6557 (Convenience Variables): Mention $_siginfo.
6558 (Remote Configuration): Document qXfer:siginfo:read,
6559 qXfer:siginfo:write packets, and the read-siginfo-object,
6560 write-siginfo-object commands.
6561
5f5233d4
PA
65622009-02-06 Pedro Alves <pedro@codesourcery.com>
6563
6564 * gdbint.texinfo (Values): New chapter.
6565
d8906c6f
TJB
65662009-02-06 Tom Tromey <tromey@redhat.com>
6567
6568 * gdb.texinfo (Python API): Add entry for Commands In Python.
6569 (Commands In Python): New node.
6570
b6cb8e7d
TJB
65712009-02-05 Tom Tromey <tromey@redhat.com>
6572
6573 * gdb.texinfo (Values From Inferior): Document Value.string.
6574
12453b93
TJB
65752009-02-05 Tom Tromey <tromey@redhat.com>
6576
6577 * gdb.texinfo (Basic Python): Document execute's from_tty
6578 argument.
6579
08c637de
TJB
65802009-02-04 Tom Tromey <tromey@redhat.com>
6581
6582 * gdb.texinfo (Basic Python): Document gdb.history.
6583
592375cd
VP
65842009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6585
6586 * gdb.texinfo (GDB/MI Thread Commands): Document the
6587 'current-thread-id' field. Remove the example with zero threads,
6588 since current GDB won't ever report that if there's inferior.
6589
41447f92
VP
65902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6591
6592 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6593 option to -break-insert.
6594
098b41a6
JG
65952009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6596 Jerome Guitton <guitton@adacore.com>
6597
6598 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6599 (System-wide configuration): New section.
6600
3c16cced
PA
66012009-01-26 Pedro Alves <pedro@codesourcery.com>
6602
6603 PR gdb/7580:
6604 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6605 internal-error|internal-warning quit|corefile ask|yes|no".
6606
62709adf
PA
66072009-01-26 Pedro Alves <pedro@codesourcery.com>
6608
6609 * gdb.texinfo (Using the `gdbserver' Program): Document
6610 --remote-debug.
6611
7ce58dd2
DE
66122009-01-23 Doug Evans <dje@google.com>
6613
6614 * gdb.texinfo: Add nexti to list of commands that support
6615 background execution.
6616
adb483fe
DJ
66172009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6618
6619 * gdb.texinfo (Define, Hooks): Document prefix command support.
6620
a67ec3f4 66212009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6622 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6623
6624 Fixes for makeinfo --html.
6625
6626 * annotate.texinfo: Use @copying and @insertcopying. Use
6627 @ifnottex in place of @ifinfo.
6628 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6629 place of @ifinfo. Use @ifnotinfo for one index entry.
6630 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6631 in place of @ifinfo.
6632 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6633 in place of @ifinfo. Include contents at start unconditionally.
6634
84fcdf95
PA
66352009-01-13 Pedro Alves <pedro@codesourcery.com>
6636
6637 * gdb.texinfo (General Query Packets): Remove @var{} around the
6638 "spu" literal string.
6639
fa3a767f
PA
66402009-01-07 Pedro Alves <pedro@codesourcery.com>
6641
6642 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6643 program may be running in another process" errors.
6644 * gdbint.texinfo (Native Conditionals): Delete
6645 ONE_PROCESS_WRITETEXT description.
6646
9cb011d3
JB
66472009-01-07 Joel Brobecker <brobecker@adacore.com>
6648
6649 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6650 emacs local variable to be placed at the end of the ChangeLog.
6651 Add server.c and gdbreplay.c to the list of files where the
6652 copyright year needs to be updated.
6653
84603566
SL
66542009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6655
6656 * gdb.texinfo (Remote Configuration): Document new
6657 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6658 commands.
6659
a53f55d8
PA
66602008-12-28 Pedro Alves <pedro@codesourcery.com>
6661
6662 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6663 FETCH_INFERIOR_REGISTERS.
6664 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6665 FETCH_INFERIOR_REGISTERS descriptions. Remove
6666 gdbarch_get_longjmp_target descrition, since already described in
6667 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6668 (Target Conditionals): ... here.
6669
077e0a52
JB
66702008-12-16 Joel Brobecker <brobecker@adacore.com>
6671
6672 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6673 examples.
6674 (Additions to Ada): Likewise. Add the missing opening and closing
6675 parenthesis of the GDB prompt in one of the examples.
6676
023eb17c
JB
66772008-12-14 Joel Brobecker <brobecker@adacore.com>
6678
6679 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6680 about the result of 'Address not being of type System.Address.
6681 This problem has been fixed a while ago.
6682
c3b108f7
VP
66832008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6684
6685 MI non-stop and multiprocess docs.
6686
c8d5aac9
L
6687 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6688 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6689 Adjust documentation for *stopped, document =thread-created,
6690 =thread-exited, =thread-group-created and =thread-group-exited.
6691 (GDB/MI Thread Commands): Document the 'state' field in
6692 -thread-info output.
6693 (GDB/MI Program Execution): Mention --all and --thread-group
6694 options.
6695 (GDB/MI Variable Objects): Describe floating and fixed variable
6696 objects.
6697 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6698
07e059b5
VP
66992008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6700
c8d5aac9
L
6701 * gdb.texinfo (Operating System Information): New appendix.
6702 (Operating System Auxiliary Information): Document 'info os processes'
6703 (Remote Configuration): Document 'osdata'
6704 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6705
a80b95ba
TG
67062008-11-27 Tristan Gingold <gingold@adacore.com>
6707
6708 * gdb.texinfo (Darwin): Document Darwin specific features.
6709
a655d424
JK
67102008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdbint.texinfo (Target Conditionals): Extend the
6713 gdbarch_breakpoint_from_pc description.
6714
249e1128
VP
67152008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6716
6717 * gdb.texinfo (M68K Features): Fix typo.
6718
c14c28ba
PP
67192008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6720
6721 * gdb.texinfo (Symbols): Mention printing containing
6722 image name in "info symbol".
6723 (Maint translate-address): Likewise.
889bf7c5 6724
394a6666
JB
67252008-11-18 Joel Brobecker <brobecker@adacore.com>
6726
6727 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6728 commands "catch load" and "catch unload".
6729
66bb093b
VP
67302008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6731
6732 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6733 =thread-selected.
889bf7c5 6734
4a92f99b
VP
67352008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6736
c8d5aac9 6737 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6738
f0323ca0
PA
67392008-10-27 Pedro Alves <pedro@codesourcery.com>
6740
6741 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6742 .mt files, TM_CLIBS or TM_CDEPS.
6743 (x86 Watchpoints): Don't mention TDEPFILES.
6744
8b23ecc4
SL
67452008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6746
6747 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6748 (Overview): Mention notifications and non-stop mode behavior.
6749 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6750 with non-stop mode behavior. Add vStopped description.
6751 (Stop Reply Packets): Update list of packets that return
6752 stop replies. Mention non-stop behavior.
6753 (General Query Packets): Document QNonStop packet and associated
6754 qSupported query response.
6755 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6756 behavior.
6757 (Notification Packets): New section.
6758 (Remote Non-Stop): New section.
6759 (File-I/O Overview): Mention non-stop behavior.
6760
fff08868
HZ
67612008-10-24 Hui Zhu <teawater@gmail.com>
6762 Pedro Alves <pedro@codesourcery.com>
6763
6764 * gdb.texinfo (displaced-stepping): Describe the auto mode
6765 setting, and say it's the default. This is now a mainstream
6766 setting instead of a maintenance setting.
6767
252fbfc8
PA
67682008-10-23 Pedro Alves <pedro@codesourcery.com>
6769
6770 * observer.texi (thread_stop_requested): New.
6771
20924a55
JB
67722008-10-22 Joel Brobecker <brobecker@adacore.com>
6773
6774 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6775 (Patching): Replace incorrect usage of @samp by @kbd.
6776
bacec72f
MS
67772008-10-17 Michael Snyder <msnyder@vmware.com>
6778
6779 * gdb.texinfo: Add documentation for reverse execution.
6780
a08702d6 67812008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6782 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6783
6784 * gdb.texinfo. (Values From Inferior): New subsubsection.
6785
d97bc12b
DE
67862008-10-06 Doug Evans <dje@google.com>
6787
6788 * gdb.texinfo (set debug dwarf2-die): Document it.
6789
87f67dba
JB
67902008-10-01 Joel Brobecker <brobecker@adacore.com>
6791
6792 * gdb.texinfo (catch) [exception]: Document how to insert
6793 a breakpoint on user-defined exceptions when the exception
6794 name is identical to one of the language-defined ones.
6795
2fae03e8
TT
67962008-09-27 Tom Tromey <tromey@redhat.com>
6797
6798 * gdb.texinfo (Macros): Remove text about stringification,
6799 varargs, and splicing.
6800
5c6ce71d
TT
68012008-09-27 Tom Tromey <tromey@redhat.com>
6802
6803 * gdbint.texinfo (Language Support): Remove text about omitting
6804 support for a language.
6805
07128da0
DE
68062008-09-23 Doug Evans <dje@google.com>
6807
6808 * gdb.texinfo (info dcache): Update.
6809
b90a069a
SL
68102008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6811
6812 * gdb.texinfo (Packets): Add info on thread-id syntax and
6813 multiprocess extensions.
6814 <D>: Document multiprocess form of packet.
6815 <H>: Use thread-id syntax.
6816 <T>: Likewise.
6817 <vCont>: Likewise. Note this is required for multiprocess.
6818 <vKill>: New packet.
6819 (Stop Reply Packets) <T>: Use thread-id syntax.
6820 <W>: Document multiprocess form of reply.
6821 <X>: Likewise.
6822 (General Query Packets) <qC>: Use thread-id syntax.
6823 <qfThreadInfo>: Likewise.
6824 <qGetTLSAddr>: Likewise.
6825 <qP>: Likewise.
6826 <qSupported>: Add "multiprocess" feature.
6827 <qThreadExtraInfo>: Use thread-id syntax.
6828
b77209e0
PA
68292008-09-22 Stan Shebs <stan@codesourcery.com>
6830
6831 * gdb.texinfo (Inferiors): New section.
6832
3d0bb823
PA
68332008-09-12 Pedro Alves <pedro@codesourcery.com>
6834
6835 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6836
f8dcfc0a
UW
68372008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6838
6839 * gdbint.texinfo (Target Conditionals): Remove documentation
6840 for gdbarch_name_of_malloc.
6841
8775bb90
MS
68422008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6843
6844 * gdb.texinfo (Interrupts): Mention TCP interface for
6845 sending BREAK.
6846
f1838a98
UW
68472008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6848
6849 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6850 argument prefix to "set sysroot".
6851
158c7665
PH
68522008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6853
6854 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6855 and False.
6856
30e026bb
VP
68572008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6858
c8d5aac9
L
6859 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6860 for possible features of -list-features.
30e026bb 6861
c6ebd6cf
VP
68622008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6863
c8d5aac9 6864 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6865 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6866
aeac0ff9
VP
68672008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6868
6869 * doc/gdb.texinfo (PowerPC): Fix typo.
6870 (PowerPC features): Fix typo.
6871
5231c1fd
PA
68722008-08-18 Pedro Alves <pedro@codesourcery.com>
6873
6874 * observer.texi (thread_ptid_changed): New.
6875
677c5bb1
LM
68762008-08-18 Luis Machado <luisgpm@br.ibm.com>
6877
6878 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6879 (PowerPC features): Mention feature set for VSX registers.
6880
f3a2dd1a
JB
68812008-08-13 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6884 the direct visibility of all names in user-written packages.
6885
33e5cbd6
PA
68862008-08-13 Pedro Alves <pedro@codesourcery.com>
6887
6888 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6889 setting, and make it the default.
6890 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6891 non-stop script example.
6892
d0384fc4
TJB
68932008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6894
6895 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6896 reference to the "Using Different Register and Memory Data
6897 Representation" section.
6898
a6f3e723
SL
68992008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6900
6901 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6902 (Remote Protocol): Add Packet Acknowledgment to menu.
6903 (Overview): Mention +/- can be disabled, and point to new section
6904 where this is discussed in detail.
6905 (General Query Packets): Document QStartNoAckMode packet, and
6906 corresponding qSupported reply.
6907 (Packet Acknowledgment): New section.
6908
0606b73b
SL
69092008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6910 Pedro Alves <pedro@codesourcery.com>
6911
6912 * gdb.texinfo (Threads): Move paragraph about automatic thread
6913 selection to All-Stop Mode subsection.
6914 (Thread Stops): Reorganize existing material into subsections.
6915 Add introductory blurb and menu.
6916 (Non-Stop Mode): New subsection.
6917 (Background Execution): New subsection.
6918 (Maintenance Commands): Add cross-references from async mode
6919 commands to the new Background Execution section.
6920
d57a3c85
TJB
69212008-08-06 Tom Tromey <tromey@redhat.com>
6922
6923 * gdb.texinfo (Extending GDB): New chapter.
6924 (Sequences): Demoted chapter, now a section under the new
6925 Extending GDB chapter.
6926 (Python): New section.
6927
6d76a53d
SS
69282008-07-31 Stan Shebs <stan@codesourcery.com>
6929
6930 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6931
1f70da6a
SS
69322008-07-29 Stan Shebs <stan@codesourcery.com>
6933
6934 * gdbint.texinfo: General round of cleanup and minor
6935 clarifications.
6936 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6937 (Longjmp Support): Update description to reflect how it is done
6938 for targets without using native header.
6939 (Symbol Handling): Add a little more general explanation.
6940 (COFF, ELF): Mention stabs encapsulation.
6941 (DWARF 3): New section.
6942 (Adding a New Host): Scrub out some obsolete bits.
6943 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6944 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6945 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6946 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6947 SEEK_SET, STOP_SIGNAL, USG.
6948 (Raw and Virtual Register Representations): Ditto for
6949 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6950 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6951 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6952 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6953 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6954 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6955 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6956 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6957 DEPRECATED_USE_STRUCT_CONVENTION.
6958 Describe gdbarch_deprecated_fp_regnum.
6959 Update description of gdbarch_print_insn.
6960 (Adding a New Target): Scrub out obsolete bits.
6961 (Obsolete Conditionals): Remove entire section.
6962
383f836e
TT
69632008-07-25 Tom Tromey <tromey@redhat.com>
6964
6965 * observer.texi (GDB Observers): Document new observers:
6966 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6967 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6968 architecture_changed.
6969
cfd8ab24
SS
69702008-07-21 Stan Shebs <stan@codesourcery.com>
6971
6972 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6973 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6974
781b42b0
TT
69752008-07-21 Tom Tromey <tromey@redhat.com>
6976
6977 * observer.texi (GDB Observers): Remove obsolete comment.
6978 <executable_changed>: Remove argument.
6979
d7d9f01e
TT
69802008-07-18 Tom Tromey <tromey@redhat.com>
6981
6982 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6983
bf250677
DE
69842008-07-10 Doug Evans <dje@google.com>
6985
6986 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6987
10568435
JK
69882008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 * gdb.texinfo (Starting): Document "set disable-randomization".
6991
5ae4183a
AS
69922008-07-07 Andreas Schwab <schwab@suse.de>
6993
6994 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6995
b56e7235
VP
69962008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6997
6998 * gdb.texinfo (GDB/MI Target Manipulation): Add
6999 example of -target-attach.
7000
e1ac3328
VP
70012008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7002
7003 * observer.texi (target_resumed): New observer.
5ae4183a 7004 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7005
65d12d83
TT
70062008-06-06 Tom Tromey <tromey@redhat.com>
7007
7008 * gdb.texinfo (Completion): Add field name example.
7009
fbc5282e
MK
70102008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7011
7012 * gdb.texinfo (GDB/MI Program Context): Added example
7013 to -exec-arguments
5ae4183a 7014
fbc5282e 70152008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7016
7017 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7018 annotation.
7019
c16158bc 70202008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7021 Nathan Sidwell <nathan@codesourcery.com>
7022 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7023
7024 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7025 and ACX_BUGURL.
7026 * configure: Regenerate.
7027 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7028 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7029 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7030 mailing-list-specific text about bug reporting unless
7031 BUGURL_DEFAULT.
7032
75c99385
PA
70332008-06-05 Pedro Alves <pedro@codesourcery.com>
7034
7035 * gdb.texinfo (-target-select): Remove reference to target async.
7036 (Maintenance Commands): Document "maint set/show remote-async".
7037
1763a388
MK
70382008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7039
7040 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7041 in -target-file-get section.
5ae4183a 7042
d0d064df
PA
70432008-05-22 Pedro Alves <pedro@codesourcery.com>
7044
9b562ab8
PA
7045 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7046 killing the inferior when it is already debugging a process.
d0d064df 7047
8dfa32fc
JB
70482008-05-21 Joel Brobecker <brobecker@adacore.com>
7049
7050 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7051 abbreviation for "finish".
7052
55f996a7
NR
70532008-05-21 Nick Roberts <nickrob@snap.net.nz>
7054
7055 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7056
ba2b1c56
DJ
70572008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7058
7059 * gdbint.texinfo (Target Conditionals): Delete entry for
7060 gdbarch_dwarf_reg_to_regnum.
7061
08388c79
DE
70622008-05-09 Doug Evans <dje@google.com>
7063
a3c83fae 7064 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7065
d14508fe
DE
70662008-05-05 Doug Evans <dje@google.com>
7067
7068 * gdb.texinfo (disassemble): Document /m modifier.
7069
e2b7ddea
VP
70702008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7071
5ae4183a
AS
7072 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7073 will not report the time of commands that run the target.
e2b7ddea 7074
8eb41542
VP
70752008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7076
7077 * gdb.texinfo (GDB/MI Output Records): Add
7078 missing semicolon.
7079
82f68b1c
VP
70802008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7081
7082 * gdb.texinfo (GDB/MI Output Records):
7083 Document =thread-create and =thread-exited.
7084
fa0f268d
VP
70852008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7086
7087 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7088 Remove mention of dmi-discuss.
fa0f268d 7089
063bfe2e
VP
70902008-05-03 Pedro Alves <pedro@codesourcery.com>
7091
7092 * observer.texi (thread_exit): New.
7093
237fc4c9
PA
70942008-05-02 Pedro Alves <pedro@codesourcery.com>
7095
7096 * gdb.texinfo (Debugging Output): Document "set/show debug
7097 displaced".
7098 (Maintenance Commands): Document "maint set/show
7099 can-use-displaced-stepping".
7100
0428b8f5
DJ
71012008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7102
7103 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7104 and set/show arm force-mode.
7105
5009afc5
AS
71062008-05-02 Andreas Schwab <schwab@suse.de>
7107
7108 * gdbint.texinfo (Algorithms): Describe
7109 target_watchpoint_addr_within_range.
7110
669fac23
DJ
71112008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * gdbint.texinfo (Stack Frames): New chapter.
7114 (Algorithms): Move Frames text to the new chapter.
7115 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7116 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7117
721c02de
VP
71182008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7119
5ae4183a
AS
7120 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7121 output does not necessary include any tokens.
721c02de 7122
c055b101
CV
71232008-04-22 Corinna Vinschen <vinschen@redhat.com>
7124
7125 * gdb.texinfo (Set SH Calling convention): New @item.
7126 (Show SH Calling convention): Ditto.
7127
68837c9d
MD
71282008-04-22 Markus Deuling <deuling@de.ibm.com>
7129
7130 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7131
2e9132cc
EZ
71322008-04-20 Eli Zaretskii <eliz@gnu.org>
7133
7134 * gdb.texinfo (Set Breaks): Mention that multiple location
7135 breakpoints need line number info. Add index entries.
7136
31fffb02
CS
71372008-04-19 Craig Silverstein <csilvers@google.com>
7138
7139 * gdb.texinfo (Requirements): Add an optional requirement on
7140 zlib.
7141 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7142 Compressed DWARF 2.
7143
a47ec5fe
AR
71442008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7145
7146 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7147 sample output for 'stopped,reason="breakpoint-hit"' message.
7148 (GDB/MI Program Execution): Likewise.
7149
de051565
MK
71502008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7151
5ae4183a 7152 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7153 -var-set-format. Add -f option to -var-evaluate-expression.
7154
6ba66d6a
JB
71552008-04-03 Joel Brobecker <brobecker@adacore.com>
7156
7157 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7158 new node "Ambiguous Expressions". Replace references to this
7159 node by references to "Ambiguous Expressions" throughout.
7160 (Ambiguous Expressions): New node.
7161
1e26b4f8
DJ
71622008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7163
7164 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7165
b84876c2
PA
71662008-03-21 Pedro Alves <pedro@codesourcery.com>
7167
7168 * gdb.texinfo (Debugging Output): Document
7169 "set/show debug lin-lwp-async".
7170 (Maintenance Commands): Document "maint set/show linux-async".
7171
63092375
DJ
71722008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.texinfo (Expressions): Update description of malloced arrays.
7175
8e8901c5
VP
71762008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7177
7178 * gdb.texinfo (Thread Commands): Document
7179 -thread-info. Remove -thread-list-all-threads.
7180
1fddbabb
PA
71812008-03-14 Pedro Alves <pedro@codesourcery.com>
7182 Sandra Loosemore <sandra@codesourcery.com>
7183
7184 * gdb.texinfo (Library List Format): Update to mention the
7185 possibility to pass section addresses instead of segment
7186 addresses.
7187
ccd213ac
DJ
71882008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7189
7190 * gdb.texinfo (Starting): Document "set exec-wrapper".
7191 (Server): Document gdbserver --wrapper.
7192
fa4727a6
DJ
71932008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7194
7195 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7196 unreadable memory. Delete obsolete SPARClite reference.
7197
8edfe269
DJ
71982008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7199
7200 * gdb.texinfo (Starting): Mention always-running targets.
7201 (Target Commands): Add an anchor for load.
7202 (Connecting): Explain continue instead of run.
7203
1843f87b
DJ
72042008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7205
7206 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7207
f9082629
NR
72082008-02-26 Nick Roberts <nickrob@snap.net.nz>
7209
7210 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7211 breakpoint table.
7212
fd96d250
PA
72132008-02-19 Pedro Alves <pedro@codesourcery.com>
7214
7215 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7216 killing the inferior when it is already debugging a process.
7217
36af4ef6
MD
72182008-02-13 Markus Deuling <deuling@de.ibm.com>
7219
7220 * gdbint.texinfo (Build Script): New section. Mention new build script
7221 gdb_buildall.sh.
7222
cda4ce5a
JB
72232008-02-01 Jim Blandy <jimb@red-bean.com>
7224
7225 * gdb.texinfo (Help): Summarize 'info args' correctly.
7226
4acd40f3
TJB
72272008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7228
7229 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7230 available in PowerPC architecture.
7231 (Embedded Processors): Change node name of PowerPC item in menu.
7232 (PowerPC): Rename to...
7233 (PowerPC Embedded): this.
7234 (Architectures): Add new PowerPC item in menu.
7235 (PowerPC): New node.
7236
6e6c6f50
DJ
72372008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7238
7239 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7240 commands.
7241
5ee187d7
DJ
72422008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7243
7244 * gdb.texinfo (Setting Catchpoints): Mention features
7245 supported on GNU/Linux.
7246
e275c0d9
NR
72472008-01-30 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * gdb.texinfo (GDB/MI File Commands): Describe new output
7250 field for MI command -file-list-exec-source-file.
7251
2d717e4f
DJ
72522008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7253
7254 * gdb.texinfo (Using the `gdbserver' Program): Add security
7255 warning. Rearrange into subsections and subsubsections. Document
7256 --multi and --debug. Correct --with-sysroot typo. Update --attach
7257 usage. Make load reference clearer. Document monitor exit.
7258 (Remote Configuration): Document set remote exec-file, attach-packet,
7259 and run-packet.
7260 (Packets): Document vAttach and vRun.
7261
d35a4257 72622008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7263
7264 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7265 detach-on-follow -> detach-on-fork.
f663676d 7266
c78d192c
DJ
72672008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7268
7269 * gdbint.texinfo (Native Conditionals): Remove
7270 SHELL_COMMAND_CONCAT and SHELL_FILE.
7271
d35a4257
EZ
72722008-01-26 Eli Zaretskii <eliz@gnu.org>
7273
7274 * gdb.texinfo (Specify Location): Improve wording.
7275
93815fbf
VP
72762008-01-23 Chris Demetriou <cgd@google.com>
7277
7278 * gdb.texinfo (Threads): Document new "set print thread-events"
7279 and "show print thread-events" commands.
7280
2a25a5ba
EZ
72812008-01-19 Eli Zaretskii <eliz@gnu.org>
7282
7283 * gdb.texinfo (Specify Location): New section.
7284 (Delete Breaks, Edit, Set Breaks): Remove description of
7285 locations. Instead, add a reference to "Specify Location".
7286 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7287 (Symbols): Refer to "Specify Location" for the valid forms of
7288 linespecs and locations.
7289
32c9a795
MD
72902008-01-18 Markus Deuling <deuling@de.ibm.com>
7291
7292 * gdbint.texinfo (Target Conditionals): Replace the description of
7293 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7294
b17828ca
JB
72952008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7296
7297 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7298 about &&var, which is rejected by the expression parser.
7299
0aea4bf3
LM
73002008-01-09 Luis Machado <luisgpm@br.ibm.com>
7301
7302 * gdb.texinfo (Output): Update documentation on using printf with DFP
7303 types.
7304
febe4383
TJB
73052008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7306
7307 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7308 subsubsection.
7309 (Decimal Floating Point format): New subsubsection.
7310
7a404eba
PA
73112008-01-05 Pedro Alves <pedro@codesourcery.com>
7312
7313 * gdb.texinfo (File Options): Remove mention of the attempt to
7314 open a core file with the -p option. Don't list -c as a valid
7315 option to attach to a process.
7316
a4d9b460
PA
73172008-01-05 Pedro Alves <pedro@codesourcery.com>
7318
7319 * gdbint.texinfo (Host Conditionals): Remove mention of
7320 ALIGN_STACK_ON_ENTRY.
7321
6ec2edbe
JB
73222008-01-05 Joel Brobecker <brobecker@adacore.com>
7323
7324 * gdbint.texinfo (Start of New Year Procedure): Add item
7325 describing how to update the source and documentation copyright
7326 notices.
7327
d8b2a693
JB
73282007-12-18 Jim Blandy <jimb@codesourcery.com>
7329
ab209b3a 7330 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7331 watchpoint explanation into the main description of the watchpoint
7332 command; update synopses of 'watch', 'rwatch', and 'awatch'
7333 commands.
7334
8b4ed427
VP
73352007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7336
7337 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7338 Document 'pending-breakpoints' feature of
7339 -list-features.
7340
37e4754d
LM
73412007-12-17 Luis Machado <luisgpm@br.ibm.com>
7342
669fac23 7343 * gdb.texinfo: Add new parameter's description.
37e4754d 7344
1d3811f6
DJ
73452007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7346
7347 * gdb.texinfo (Overview): Clarify run-length encoding
7348 example. Remove the restriction on "+" and "-" characters.
7349
c1c25a1a
EZ
73502007-12-15 Eli Zaretskii <eliz@gnu.org>
7351
7352 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7353
afe8ab22 73542007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7355
afe8ab22
VP
7356 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7357 the -f option for -break-insert, remove -r option,
7358 and clarify specification of location.
7359
a6b151f1
DJ
73602007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7363 formatting.
7364 (Remote Debugging): Add File Transfer section.
7365 (Remote Configuration): Document Host I/O packets.
7366 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7367 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7368 (Packets): Add vFile.
7369
3b784c4f
EZ
73702007-11-17 Eli Zaretskii <eliz@gnu.org>
7371
7372 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7373 breakpoints with multiple locations.
7374 (Breakpoint Menus): Improve wording.
7375 (Output): Fix last change.
7376
a4ce5b0d
UW
73772007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7378
7379 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7380
1b39d5c0
DE
73812007-11-15 Doug Evans <dje@google.com>
7382
7383 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7384
7a72d44c
VP
73852007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7386
7387 * gdbint.texinfo (Native Conditionals): Remove
7388 mention of CLEAR_SOLIB.
5ae4183a 7389
6d1829bf 73902007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7391
7392 * gdb.texinfo (Print Settings): Add documentation for "set/show
7393 print frame-arguments".
7394
1a619819
LM
73952007-11-05 Luis Machado <luisgpm@br.ibm.com>
7396
3b784c4f 7397 * gdb.texinfo (Output): Update printf command's description.
1a619819 7398
55eddb0f
DJ
73992007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7400
7401 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7402 powerpc soft-float".
7403
9cceb671
DJ
74042007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7405
7406 * gdb.texinfo (Files): Correct formatting. Mention Expat
7407 requirement.
7408 (Requirements for Building GDB): Expand the list of Expat
7409 uses.
7410 (Library List Format, Memory Map Format): Mention Expat.
7411 (Target Descriptions): Update Expat wording.
7412
83acabca
DJ
74132007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7414
7415 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7416 Document that gdbarch_convert_register_p should return zero for no-op
7417 conversions.
7418
e35879db
UW
74192007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7420
83acabca 7421 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7422 of set_gdbarch_sofun_address_maybe_missing back to ...
7423 (Target Conditionals): ... here to fix build break.
7424
203c3895
UW
74252007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7426
83acabca 7427 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7428 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7429 (Compiler Characteristics): ... documentation of
7430 set_gdbarch_sofun_address_maybe_missing.
7431
11411de3
DJ
74322007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7433
7434 * gdbint.texinfo (Target Conditionals): Use
7435 frame_unwind_register_unsigned in examples instead of
7436 frame_unwind_unsigned_register.
7437
7cc46491
DJ
74382007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7439
7440 * gdb.texinfo (Predefined Target Types): Add int128
7441 and uint128.
7442 (Standard Target Features): Add PowerPC features.
7443
81adfced
DJ
74442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7447
c1874924
UW
74482007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7449
7450 * gdbint.texi (Target Conditionals): Remove documentation
7451 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7452 gdbarch_extract_return_value, and gdbarch_store_return_value.
7453
f6e56ab3
UW
74542007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7455
7456 * gdbint.texi (Target Conditionals): Remove documentation of
7457 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7458
56cf5405
KH
74592007-10-11 Kazu Hirata <kazu@codesourcery.com>
7460
7461 * gdb.texinfo: Mention that inaccessible-by-default is on by
7462 default.
7463
35156bae
DJ
74642007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7467
d983da9c
DJ
74682007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7469
7470 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7471 multi-threaded watchpoints.
7472 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7473 checked. Describe sticky notification. Expand description
7474 of steppable and continuable watchpoints.
7475 (Watchpoints and Threads): New subsection.
7476
fe6fbf8b
VP
74772007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7478
7479 * gdb.texinfo (Setting Breakpoints): Revise
7480 documentation for pending breakpoints. Document
7481 breakpoints with multiple locations.
5ae4183a 7482
084344da
VP
74832007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7484
7485 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7486 Document -list-features.
5ae4183a 7487
82160952
EZ
74882007-09-15 Eli Zaretskii <eliz@gnu.org>
7489
7490 * gdb.texinfo (Output): Spell out which features of C's printf are
7491 not supported by GDB's printf.
7e27a47a
EZ
7492 (Separate Debug Files): More accurate wording regarding build ID
7493 and a reference to the ld manual rather than the Fedora wiki.
82160952 7494
ea37ba09
DJ
74952007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7496 Jim Blandy <jimb@codesourcery.com>
7497
7498 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7499 (Examining Memory): Update mentions of the 's' format.
7500 (Automatic Display): Likewise.
7501
b8533aec
DJ
75022007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdb.texinfo: Update the FSF's Back-Cover Text.
7505
83f83d7f
JK
75062007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7507 Eli Zaretskii <eliz@gnu.org>
7508
7509 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7510 Fixed the ``build ID'' name. New binaries build instructions for the
7511 build ID inclusion. Explain how the commands are specific to the build
7512 ID vs. debug link.
7513
c7e83d54
EZ
75142007-09-01 Eli Zaretskii <eliz@gnu.org>
7515
7516 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7517 indexing for ``build ID'' support.
7518
d3750b24
JK
75192007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7520
7521 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7522 Enlisted BUILD ID to the debug file searching example.
7523 Included a BUILD ID `.note.gnu.build-id' section description.
7524 Updated/added the debug files splitting instructions for OBJCOPY.
7525
02142340
VP
75262007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7527
7528 * gdb.texinfo (Variable Objects): Adjust docs
7529 for -var-info-expression and document
7530 -var-info-path-expression.
7531
d3bdde98
JB
75322007-08-20 Jim Blandy <jimb@codesourcery.com>
7533
3fb6a982
JB
7534 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7535 (title page): Include the dedication in the printed manual, as a
7536 separate page after the copyright notice.
5ae4183a 7537
d3bdde98
JB
7538 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7539 don't break a @var across a line.
7540
c80a96a8
MR
75412007-07-25 Maciej W. Rozycki <macro@mips.com>
7542
7543 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7544 for include files.
7545
5824a901
NR
75462007-07-12 Nick Roberts <nickrob@snap.net.nz>
7547
7548 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7549 in annotate.texinfo.
7550 (Command History): Link to new node.
5824a901 7551
d52e7ea3
UW
75522007-07-05 Markus Deuling <deuling@de.ibm.com>
7553
7554 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7555
5fc14d0a
EZ
75562007-07-05 Eli Zaretskii <eliz@gnu.org>
7557
7558 * gdbint.texinfo (Target Conditionals): Fix last change.
7559
4a9bb1df
UW
75602007-07-03 Markus Deuling <deuling@de.ibm.com>
7561
7562 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7563 routines:
7564 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7565 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7566 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7567 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7568 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7569 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7570 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7571 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7572 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7573 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7574 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7575 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7576 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7577 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7578 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7579 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7580 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7581 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7582 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7583 (SOFTWARE_SINGLE_STEP_P)
7584
7585 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7586 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7587
7588 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7589 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7590 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7591 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7592 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7593 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7594 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7595 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7596 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7597 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7598
7599 (Converting an existing Target Architecture to Multi-arch): Remove
7600 section.
7601
7602 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7603 (gdbarch_addr_bits_remove): Add code example.
7604
7605 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7606
cfa9d6d9
DJ
76072007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7608
7609 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7610 Add other missing entries. Adjust the table size to fit.
7611 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7612 stop reasons including the new "library" event.
7613 (General Query Packets): Adjust table widths for qSupported. Mention
7614 qXfer:libraries:read reply to qSupported and document the new packet.
7615 (Library List Format): New section.
7616
159fcc13
JK
76172007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7618
7619 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7620
f66d1690
MS
76212007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7622
7623 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7624
67102876
NR
76252007-06-25 Nick Roberts <nickrob@snap.net.nz>
7626
7627 * gdbint.texinfo (Register and Memory Data): Break sections
7628 into nodes and add a menu.
7629
a4642986
MR
76302007-06-21 Maciej W. Rozycki <macro@mips.com>
7631
7632 * gdb.texinfo (Examining Memory): Document the new behaviour.
7633
e9c17194
VP
76342007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7635
7636 * gdb.texinfo (Standard Target Features): Document
7637 m68k features.
7638
31d99776
DJ
76392007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7642
1780a0ed
DJ
76432007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7644
7645 * gdb.texinfo (Target Description Format): Add version attribute
7646 for <target>.
7647
822b6570
DJ
76482007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7649
7650 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7651
f8b73d13
DJ
76522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7653
7654 * gdb.texinfo (MIPS Features): New subsection.
7655
0e7f50da
UW
76562007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7657 Markus Deuling <deuling@de.ibm.com>
7658
7659 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7660 and qXfer:spu:write packets and mention them under qSupported.
7661
23d964e7
UW
76622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7663 Markus Deuling <deuling@de.ibm.com>
7664
7665 * gdb.texinfo (Architectures): Add new SPU section to document
7666 Cell Broadband Engine SPU architecture specific commands.
7667
9f708cb2
VP
76682007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7669
7670 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7671 comments.
7672
7579b5f8
NR
76732007-06-07 Nick Roberts <nickrob@snap.net.nz>
7674
7675 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7676
bf06d120
JB
76772007-05-29 Jim Blandy <jimb@codesourcery.com>
7678
7679 * gdb.texinfo (Overview): Doc fix.
7680
23776285
MR
76812007-05-22 Maciej W. Rozycki <macro@mips.com>
7682
7683 * gdb.texinfo (Remote Configuration): Document "set/show
7684 remoteflow".
7685
1a69e1e4
DJ
76862007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7687
bf06d120
JB
7688 * gdb.texinfo (MIPS): Remove documentation for set mips
7689 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7690 stack-arg-size.
1a69e1e4 7691
46ba6afa 76922007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7693
46ba6afa
BW
7694 * all-cfg.texi (GDBTUI): New.
7695 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7696 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7697 (TUI Configuration): Edit to improve clarity and fix problems of
7698 both style and content.
5ae4183a 7699
06d3b283
UW
77002007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7701
7702 * observer.texi (GDB Observers): New observer "new_objfile".
7703
179101d6
UW
77042007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7705
7706 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7707
25d5ea92
VP
77082007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7709
7710 * gdb.texinfo (GDB/MI Variable Objects): Document
7711 frozen variables objects.
5ae4183a 7712
ea35711c
DJ
77132007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7716 (Character Sets, Caching Data of Remote Targets): Likewise.
7717 (Targets): Delete Remote node. Move its text...
7718 (Debugging Remote Programs): ...to here. Delete description
7719 of the "remote" command.
7720 (Remote configuration): Delete description of "set remotedevice"
7721 and "show remotedevice".
7722 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7723
db2e3e2e
BW
77242007-04-11 Bob Wilson <bob.wilson@acm.org>
7725
5ae4183a
AS
7726 * gdb.texinfo (Contributors, Continuing and Stepping)
7727 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7728 (General Query Packets, File-I/O Remote Protocol Extension)
7729 (Protocol Basics, The F Reply Packet, Write)
7730 (Protocol-specific Representation of Datatypes, Memory Transfer):
7731 Fix hyphenation, punctuation and grammar problems.
7732 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7733 'section' instead of 'subsection' in the text.
7734 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7735 (i386): Remove period from section name.
db2e3e2e
BW
7736 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7737 (Config Names, Configure Options): Use @file{configure}.
7738
8a3dae3e
DJ
77392007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7740
7741 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7742 and tab expansion.
7743
1a92f856
DJ
77442007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7745
7746 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7747
79a6e687 77482007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7749
79a6e687
BW
7750 * gdb.texinfo: Consistently capitalize all significant words in
7751 node names, chapter titles, section titles, and headings. Update
7752 cross references to match.
7753 (Starting and Stopping Trace Experiment): Make node name plural.
7754 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7755
ad527d2e
PA
77562007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7757
7758 * gdb.texinfo (WinCE): Delete obsolete subsection.
7759
7ce59000
DJ
77602007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7761
7762 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7763 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7764 references.
7765
8807d78b
DJ
77662007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7767
7768 * gdb.texinfo (Startup): Delete references to some alternate
7769 names for .gdbinit.
7770 (Thread): Remove LynxOS reference.
7771 (Tandem ST2000): Delete target-specific documentation.
7772 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7773 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7774 and GDB_OSABI_LYNXOS.
7775
5f402660
UW
77762007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7777
7778 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7779
bac718a6
UW
77802007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7781
7782 * gdbint.texinfo (Target Conditionals): Remove mention of
7783 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7784 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7785
9453113a
DJ
77862007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7787
7788 * Makefile.in: Add "pdfdir" installation
7789 directory, PDFTEX macro, support for "install-pdf" target,
7790 and rules for making a pdf version of refcard.texi.
7791 * refcard.tex: Specify paper size for PDF output.
7792
ae21e955 77932007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7794
ae21e955 7795 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7796
3f94c067 77972007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7798
3f94c067
BW
7799 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7800 (Source Path, Character Sets, Macros, Define)
7801 (GDB/MI Result Records, GDB/MI Simple Examples)
7802 (GDB/MI Program Execution, GDB/MI File Commands)
7803 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7804 (Bug Reporting): Use @value{GCC}.
5ae4183a 7805
12c27660 78062007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7807
12c27660
BW
7808 * gdb.texinfo (Help): Fix formatting of examples.
7809 (Variables): Use @ifnotinfo instead of @iftex.
7810 (Non-debug DLL symbols): Use @ref instead of @pxref.
7811 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7812
ce9341a1
BW
78132007-03-26 Bob Wilson <bob.wilson@acm.org>
7814
7815 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7816
c8f4133a
BW
78172007-03-26 Bob Wilson <bob.wilson@acm.org>
7818
7819 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7820 the order of the nodes.
7821 (C Operators, C Constants, Debugging C): Remove extra menus.
7822 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7823
c8f4133a 78242007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7825
7826 * gdb.texinfo (File Options): Add missing parenthesis.
7827 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7828
c74d0ad8
DJ
78292007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7830
7831 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7832
ff6f572f
DJ
78332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7834
669fac23 7835 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7836 case insensitivity.
7837 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7838
994337c3
NR
78392007-02-18 Nick Roberts <nickrob@snap.net.nz>
7840
7841 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7842 (Files): Add section name to argument list for pxref.
7843 (Non-debug DLL symbols): Don't use `see' for pxref.
7844 (Embedded Processors): Fix typo.
7845 (GDB/MI Breakpoint Commands): Execution commands generate
7846 *stopped not ^done.
7847
eb819d70
NR
78482007-02-13 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7851 values for in_scope. Mention that only root variables can be
7852 updated.
7853 (GDB/MI Development and Front Ends): Explain new values may be
7854 added to existing fields.
7855
123dc839
DJ
78562007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7857
7858 * gdb.texinfo (-target-disconnect): Use @smallexample.
7859 (Requirements): Add anchor for Expat. Update description.
7860 (Target Descriptions): Mention Expat.
7861 (Target Description Format): Document new elements. Use
7862 @smallexample.
7863 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7864 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7865
108546a0
DJ
78662007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7867
7868 * gdb.texinfo (Target Description Format): Add section on XInclude.
7869
95a98c01
NR
78702006-02-03 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7873 command -enable-timings.
7874
f4b3909f
EZ
78752007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7876
5ae4183a 7877 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7878 descriptions for new/deleted elements in gdb_osabi. Add missing
7879 description for function generic_elf_osabi_sniff_abi_tag_sections.
7880
c7ba131e
JB
78812007-01-29 Joel Brobecker <brobecker@adacore.com>
7882
7883 * gdb.texinfo (Maintenance Commands): Add documentation for
7884 the new "maint print target-stack" command.
7885
3a60f64e
JK
78862007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7887 Eli Zaretskii <eliz@gnu.org>
7888
f4b3909f 7889 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7890
c582f8b6
EZ
78912007-01-26 Eli Zaretskii <eliz@gnu.org>
7892
7893 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7894 Use @value{NGCC} instead of @value{GCC}.
7895
d3e8051b
EZ
78962007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7897
7898 * agentexpr.texi: Fix typos.
7899 * annotate.texinfo: Likewise.
7900 * gdb.texinfo: Likewise.
7901 * gdbint.texinfo: Likewise.
7902 * observer.texi: Likewise.
7903 * stabs.texinfo: Likewise.
7904
86f04699
EZ
79052007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7906
7907 * gdbint.texinfo (Support Libraries): Remove mmalloc
7908 entry. Describe readline library.
7909
23181151
DJ
79102007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7911
7912 * gdb.texinfo (Target Descriptions): New section.
7913 (General Query Packets): Add QPassSignals anchor. Mention
7914 qXfer:features:read under qSupported. Expand mentions of
7915 qXfer:memory-map:read and QPassSignals. Document
7916 qXfer:features:read.
7917
f822c95b
DJ
79182007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7919
7920 * gdb.texinfo (Commands to specify files): Describe
7921 "set sysroot" and "show sysroot".
7922 (Using the `gdbserver' program): Lowercase argument
7923 to @var. Expand description of setting up GDB on the
7924 host.
7925
8936fcda
JB
79262007-01-05 Joel Brobecker <brobecker@adacore.com>
7927
7928 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7929 catch exception, catch exception unhandled, and catch assert
7930 commands.
7931
e776119f
DJ
79322007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 * gdb.texinfo (Debugging Output): Document "set debug xml"
7935 and "show debug xml".
7936
aa79a185
DJ
79372007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7940
7f893741
JB
79412007-01-01 Joel Brobecker <brobecker@adacore.com>
7942
7943 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7944
a1b5960f
VP
79452006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7946
7947 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7948 note in @ignore, to be removed later if nobody complains.
7949
9f470e6e
NR
79502006-12-04 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7953 of -var-delete.
7954
765dc015 79552006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7956
765dc015 7957 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7958 automatic software/hardware breakpoint usage and
7959 the "set breakpoint auto-hw" command.
765dc015 7960
4b5752d0
VP
79612006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7962
7963 * gdb.texinfo (Memory Access Checking): New.
7964
89be2091
DJ
79652006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7966
7967 * gdb.texinfo (Remote configuration): Mention
7968 "pass-signals-packet".
7969 (General Query Packets): Document QPassSignals. Fix
7970 a typo.
7971
ca3bf3bd
DJ
79722006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7973
7974 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7975
427c3a89
DJ
79762006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.texinfo (Remote configuration): Rewrite documentation for
7979 packet configuration commands.
7980 (OS Information): Adjust reference to qXfer:auxv:read.
7981 (General Query Packets): Remove references to read-aux-vector-packet
7982 and set remote get-thread-local-storage-address.
7983
7a107747
DJ
79842006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7985
7986 * gdbint.texinfo (Target Architecture Definition): Add new
7987 Initializing a New Architecture section.
7988
1c56eb0e
EZ
79892006-10-31 David Taylor <dtaylor@emc.com>
7990
7991 * stabs.texinfo (Macro define and undefine): New node describing
7992 stabs for #define and #undef.
7993
f73adfeb
AS
79942006-10-27 Andreas Schwab <schwab@suse.de>
7995
7996 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7997
fd60e0df
EZ
79982006-10-21 Eli Zaretskii <eliz@gnu.org>
7999
8000 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8001 clarify on the possible meanings of ``expression'' watched by
8002 watchpoints. Add indexing.
e5ac9b53
EZ
8003 (Prompting, Errors, Invalidation, Annotations for Running)
8004 (Source Annotations): Fix index entries by adding "annotation" to
8005 them, to discriminate from index entries that point to the more
8006 general topic descriptions.
fd60e0df 8007
52bb452f
DJ
80082006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdbint.texinfo (Target Vector Definition): Move most
8011 content into Existing Targets. Add a menu.
8012 (Existing Targets): New section, moved from Target Vector
8013 Definition. Use @subsection.
8014 (Managing Execution State): New section.
8015
58955e58
BW
80162006-10-16 Bob Wilson <bob.wilson@acm.org>
8017
8018 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8019
c8aa23ab
EZ
80202006-10-15 Eli Zaretskii <eliz@gnu.org>
8021
8022 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8023 (Command Syntax, Signals, Backtrace, Connecting)
8024 (Remote configuration, Renesas Boards, Console I/O): Fix last
8025 change: use Ctrl- instead of C-, except wrt Emacs.
8026 (File-I/O Examples): Put Ctrl-c in @kbd.
8027 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8028 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8029 (Signals, Set Breaks, Set Watchpoints): Document optional
8030 arguments to `info signals' `handle', `info breakpoints', and
8031 `info watchpoints'.
c8aa23ab 8032
e7109c7e
EZ
80332006-10-14 Eli Zaretskii <eliz@gnu.org>
8034
8035 * gdb.texinfo (Backtrace): Fix last change.
8036
de3aea7b
NR
80372006-10-14 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8040
7f9087cb
BW
80412006-10-10 Bob Wilson <bob.wilson@acm.org>
8042
c8aa23ab
EZ
8043 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8044 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8045 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8046
68437a39
DJ
80472006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8048 Daniel Jacobowitz <dan@codesourcery.com>
8049
8050 * gdb.texinfo (Packets): Document vFlashErase,
8051 vFlashWrite and vFlashDone packets.
8052 (General Query Packets): Document qXfer:memory-map:read.
8053 Add a new feature for qXfer:memory-map:read.
8054 (Memory map format): New section.
8055 (Target Commands): Mention that gdb can write flash.
8056
fd79ecee
DJ
80572006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8058 Daniel Jacobowitz <dan@codesourcery.com>
8059
8060 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8061 memory regions and "mem auto".
8062
350da6ee
DJ
80632006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8064
8065 * gdbint.texinfo (Array Containers): New section.
8066
2f1acb09
VP
80672006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8068
8069 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8070 -stack-list-arguments HIGH_FRAME argument can be larger then the
8071 actual number of frames.
8072
2ab1eb7a
VP
80732006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8074
8075 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8076 -stack-list-locals HIGH_FRAME argument can be larger then the
8077 actual number of frames.
2ab1eb7a 8078
599b237a
BW
80792006-09-02 Bob Wilson <bob.wilson@acm.org>
8080
8081 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8082 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8083
25ab7e6d
EZ
80842006-09-02 Eli Zaretskii <eliz@gnu.org>
8085
8086 * gdbint.texinfo (Overall Structure): New section "Source Tree
8087 Structure".
8088
940178d3
JB
80892006-08-17 Jim Blandy <jimb@codesourcery.com>
8090
8091 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8092 responses.
8093
30daae6c
JB
80942006-08-08 Joel Brobecker <brobecker@adacore.com>
8095
8096 * gdb.texinfo (Source Path): Add documentation for new
8097 substitute-path commands.
8098
7fa2210b
DJ
80992006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8100
8101 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8102 (Running Configure): ...here.
8103 (Requirements): New node. Mention expat.
8104
3d00d119
DJ
81052006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8106
5ae4183a 8107 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8108 'set download-write-size' and 'show download-write-size'.
8109
0cbfa4ee
DJ
81102006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8111
8112 * stabs.texinfo (Member Type Descriptor): Correct example for
8113 pointer to member types.
8114
16026cd7
AS
81152006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8116
8117 * gdb.texinfo (Optional warnings and messages): Add
8118 'set/show trace-commands'.
8119 (Command files): Add '-v' to source command.
8120
0876f84a
DJ
81212006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8122
8123 * gdb.texinfo (OS Information): Update qPart reference to
8124 qXfer.
8125 (Remote configuration): Likewise.
8126 (Overview): Move @cindex to the start of a paragraph. Talk
8127 about binary data encoding.
8128 (Packets): Refer to the overview for the details of the X
8129 packet encoding.
8130 (General Query Packets): Remove qPart description. Add qXfer
8131 description. Add an anchor to qSupported. Correct feature
8132 table title. Add a new feature for qXfer:auxv:read.
8133 (Interrupts): Add a missing parenthesis.
8134
2ec3381a
DJ
81352006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8136
669fac23 8137 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8138 (GDB/MI Kod Commands): Remove commented out node.
8139
594fe323
EZ
81402006-07-01 Eli Zaretskii <eliz@gnu.org>
8141
8142 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8143 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8144 (GDB/MI Thread Commands, GDB/MI Program Execution)
8145 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8146 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8147 (GDB/MI File Commands, GDB/MI Target Manipulation)
8148 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8149 since the MI prompt is hard-wired into the code.
8150
7e3fb70c
NR
81512006-07-01 Nick Roberts <nickrob@snap.net.nz>
8152
8153 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8154 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8155 (GDB/MI Data Manipulation): Remove description of unimplemented
8156 display related commands as variable objects perform this function
8157 and are superior: -display-delete, -display-disable,
8158 -display-enable, -display-insert and -display-list. Move
8159 -environment-cd, -environment-directory, -environment-path
8160 and -environment-pwd to "Program Context".
8161 (GDB/MI Program Control): Rename to "Program Execution". Move
8162 -exec-arguments -exec-abort to...
8163 (GDB/MI Program Context): ...here. New node split from "Data
8164 Manipulation".
8165
be2a5f71
DJ
81662006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8167
8168 * gdb.texinfo (Remote configuration): Document set / show
8169 remote supported-packets.
8170 (General Query Packets): Document qSupported packet.
8171
fc320d37
SL
81722006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8173
8174 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8175 and font markup.
8176 (Protocol basics): Likewise.
8177 (The F request packet): Likewise.
8178 (The F reply packet): Likewise.
8179 (Memory transfer): Move this node to be a subsubsection of
8180 "Protocol specific representation of datatypes".
8181 (The Ctrl-C message): More copy editing.
8182 (Console I/O): Likewise.
8183 (The isatty call): Delete this node, and merge its content into
8184 the "isatty" node. Fixed references elsewhere.
8185 (The system call): Delete this node, and merge its content into
8186 the "system" node. Fixed references elsewhere.
8187 (open): Reformat to use @table, and add appropriate font markup.
8188 (close): Likewise.
8189 (read): Likewise.
8190 (write): Likewise.
8191 (lseek): Likewise.
8192 (rename): Likewise.
8193 (unlink): Likewise.
8194 (stat/fstat): Likewise.
8195 (gettimeofday): Likewise.
8196 (isatty): Likewise.
8197 (system): Likewise, plus minor changes to fix confusing wording.
8198 (Integral datatypes): Fix font markup.
8199 (Pointer values): Likewise.
8200 (struct stat): Fix markup to use @table, plus minor copy editing.
8201 (struct timeval): Fix font markup, plus minor copy editing.
8202 (Constants): Minor copy editing.
8203 (Errno values): Add font markup.
8204 (File-I/O Examples): Likewise.
8205
158fdf5c
NR
82062006-06-10 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8209 (GDB/MI Simple Examples): Move node up one level. Use real
8210 examples.
8211 (GDB/MI Compatibility with CLI): Update.
8212 (GDB/MI Result Records): Add "connected" and "exit" result
8213 classes.
8214 (GDB/MI Stream Records): Clarify target output.
8215 (GDB/MI Command Description Format): Modify example description.
8216 (GDB/MI Breakpoint Table Commands): Rename to...
8217 (GDB/MI Breakpoint Commands): ...this
8218 (GDB/MI Breakpoint Commands): Add optional thread field.
8219 (GDB/MI Program Control): Add an introduction. Move "Program
8220 termination" examples into exec-run description.
8221 (GDB/MI File Commands): Mention similar CLI commands.
8222 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8223 is similar to "-gdb-version".
8224
ddb50cd7
EZ
82252006-06-09 Eli Zaretskii <eliz@gnu.org>
8226
8227 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8228
2aef0d6b
NR
82292006-06-02 Nick Roberts <nickrob@snap.net.nz>
8230
8231 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8232 sourceware.org for mailing lists.
d5e40d59 8233 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8234
383a5c52
NR
82352006-06-01 Nick Roberts <nickrob@snap.net.nz>
8236
d5e40d59 8237 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8238
e16b02ee
EZ
82392006-05-22 Eli Zaretskii <eliz@gnu.org>
8240
8241 * gdb.texinfo (Cygwin Native): Fix last change.
8242
be90c084
CF
82432006-05-22 Christopher Faylor <cgf@timesys.com>
8244
8245 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8246
347ceba5
NR
82472006-05-15 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8250 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8251
369af7bd
DJ
82522006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8253
8254 * gdb.texinfo (General Query Packets): Recommend not starting
8255 new packets with qC and clarify.
8256
2ffdbde8 82572006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8258
8259 * gdb.texinfo (M2 Types): New section.
72019c9c 8260
16d1a084
DJ
82612006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8262
8263 * agentexpr.texi: Add a copyright and license notice.
8264 * observer.texi: Likewise, with GPL clause for function prototypes.
8265 Remove trailing whitespace.
8266
aa56d27a
JB
82672006-05-05 Jim Blandy <jimb@codesourcery.com>
8268
8269 * gdb.texinfo (General Query Packets): Document conventions for
8270 terminating packet names, and their violations.
8271
5bdf8622
DJ
82722006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8273
8274 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8275 * gdb.texinfo: Likewise.
8276
605a56cb
DJ
82772006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8278
8279 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8280 and "show remotedebug".
8281 (Debugging Output): Add additional index entries.
8282
b8db102d
MS
82832006-04-27 Michael Snyder <msnyder@redhat.com>
8284
8285 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8286
c5e30d01
AC
82872006-04-22 Andrew Cagney <cagney@redhat.com>
8288
8289 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8290 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8291
8181d85f
DJ
82922006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8293
8294 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8295 and remove breakpoint prototypes.
8296 (Watchpoints): Move description of target_insert_hw_breakpoint and
8297 target_remove_hw_breakpoint ...
8298 (Breakpoints): ... to here. Document target_insert_breakpoint and
8299 target_remove_breakpoint.
8300
4f553f88
JB
83012006-04-17 Jim Blandy <jimb@codesourcery.com>
8302
8303 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8304 and C packets are optional.
8305
cd852561
FR
83062006-04-14 Frederic Riss <frederic.riss@st.com>
8307
8308 * gdb.texinfo (Specifying source directories): Update the description
8309 of the source file search to reflect the fact that the source path
8310 always contains at least $cdir and $cwd.
8311
b620eb07
MS
83122006-03-31 Michael Snyder <msnyder@redhat.com>
8313
8314 * gdb.texinfo: Update copyright dates.
8315
3156cdaf
EZ
83162006-03-31 Eli Zaretskii <eliz@gnu.org>
8317
8318 * gdb.texinfo (Overview): Add an index entry to "empty response".
8319
7d30c22d
JB
83202006-03-28 Jim Blandy <jimb@codesourcery.com>
8321
8322 * gdbint.texinfo (Prologue Analysis): New section.
8323
86941c27
JB
83242006-03-07 Jim Blandy <jimb@red-bean.com>
8325
66b8c7f6
JB
8326 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8327
1a10341b
JB
8328 * gdb.texinfo (Target Commands): Update text describing how to
8329 specify a target. Refer to the detailed section on remote
8330 debugging, not the brief mention.
8331
86941c27
JB
8332 * gdb.texinfo (Connecting): Organize the different 'target remote'
8333 connection methods into a table. Add a 'target remote' index
8334 entry. (!!!)
8335
62f3a2ba
FF
83362006-02-17 Fred Fish <fnf@specifix.com>
8337
8338 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8339 'ptype' commands to reflect the fact that the only significant
8340 difference between them is that ptype prints the complete type
8341 description instead of just the name.
8342
8b9a88ea
WZ
83432006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8344
8345 * gdbint.texinfo (Watchpoints): Delete
8346 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8347
7e8dc855
NR
83482006-02-10 Nick Roberts <nickrob@snap.net.nz>
8349
8350 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8351 times fields where needed. Fix typos. Update general form given
8352 for output of -break-insert.
8353 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8354
c91d38aa
DJ
83552006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8356
8357 * gdbint.texinfo (Symbol Handling): Add a section
8358 on memory management.
8359
38fcd64c
DJ
83602006-02-06 Vladimir Prus <ghost@cs.msu.su>
8361
8362 * gdb.texinfo (Breakpoint table commands): Document the fullname
8363 field in -break-list output.
8364
219eec71
EZ
83652006-02-03 Eli Zaretskii <eliz@gnu.org>
8366
8367 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8368 debugging information produced by the various "set debug..."
8369 options.
8370
ae5a43e0
DJ
83712006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8372
8373 * gdb.texinfo (Files): Remove obsolete bits from the description
8374 of "symbol-file".
8375
a9f158ec
JB
83762006-01-25 Jim Blandy <jimb@redhat.com>
8377
8378 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8379
410dd08e
JB
83802006-01-24 Jim Blandy <jimb@redhat.com>
8381
8382 * gdbint.texinfo (Frames): Document the basics of GDB's register
8383 unwinding model, and explain the existence of the "sentinel" frame.
8384
4b505b12
AS
83852006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8386
8387 * gdb.texinfo (Choosing files): Mention that -directory is used
8388 for script files.
8389 (Specifying source directories): Likewise.
8390 (Command files): Explain how script files are found.
8391
839c27b7
EZ
83922006-01-21 Eli Zaretskii <eliz@gnu.org>
8393
8394 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8395 the threads in a multi-threaded program.
8396 (Threads): The threadno argument of "thread apply" can be a range
8397 of numbers.
8398
7be93b9e
JB
83992006-01-18 Jim Blandy <jimb@redhat.com>
8400
8401 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8402 of warning flags.
8403
fcc73fe3
EZ
84042006-01-13 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Sequences): Improve menu annotations.
8407 (Define): Add index entries for arguments of user-defined
8408 commands. Move the description of flow-control commands...
8409 (Command Files): ...to here. Document loop_break and
8410 loop_continue.
ca91424e
EZ
8411 (Define, Command Files): Document `end' and add index entries for
8412 it.
fcc73fe3 8413
5c95884b
MS
84142006-01-04 Michael Snyder <msnyder@redhat.com>
8415
8416 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8417 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8418
860701dc
PH
84192006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8420
8421 * gdb.texinfo (Omissions from Ada): Document that there is now
8422 limited aggregate support.
8423
36b80e65
EZ
84242005-12-28 Eli Zaretskii <eliz@gnu.org>
8425
8426 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8427 registers and the likes.
8428
c1468174
EZ
84292005-12-24 Eli Zaretskii <eliz@gnu.org>
8430
8431 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8432 (Symbols): Fix usage of "e.g.".
359df76b 8433 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8434
8435 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8436 (Coding): Fix usage of "e.g.".
8437
c02a867d
EZ
84382005-12-23 Eli Zaretskii <eliz@gnu.org>
8439
5ae4183a
AS
8440 * stabs.texinfo:
8441 * refcard.tex:
c02a867d 8442 * gpl.texi:
5ae4183a
AS
8443 * gdbint.texinfo:
8444 * gdb.texinfo:
8445 * gdb-cfg.texi:
c02a867d 8446 * fdl.texi:
5ae4183a
AS
8447 * annotate.texinfo:
8448 * all-cfg.texi:
c02a867d
EZ
8449 * Makefile.in: Add (C) after Copyright. Update the FSF
8450 address.
8451
fad38dfa
EZ
84522005-12-03 Eli Zaretskii <eliz@gnu.org>
8453
8454 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8455 extend GDB with commands for external monitor.
8456
53e5f3cf
AS
84572005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8458
8459 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8460
55f6ca0f
JB
84612005-11-25 Joel Brobecker <brobecker@adacore.com>
8462
8463 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8464
c1947b85
JB
84652005-11-21 Jim Blandy <jimb@redhat.com>
8466
8467 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8468 placement of 'R' actions in tracepoint action packets; document
8469 dependence of 'X' and 'M' actions on a preceding 'R' action for
8470 their registers.
8471
9d29849a
JB
84722005-11-19 Jim Blandy <jimb@redhat.com>
8473
8474 * gdb.texinfo (Tracepoint Packets): New node.
8475 (General Query Packets): Add entries for the tracepoint packets,
8476 referring to the "Tracepoint Packets" node.
8477 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8478
9a6253be
KB
84792005-11-18 Kevin Buettner <kevinb@redhat.com>
8480
8481 * gdb.texinfo (set remotebreak): Add anchor.
8482 (X packet): Likewise.
8483 (Remote Protocol): Add new section `Interrupts' and new index
8484 entry `interrupts (remote protocol)'.
8485
5f3bebba
JB
84862005-11-18 Jim Blandy <jimb@redhat.com>
8487
8488 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8489 entries into the General Query Packets section. Add a
8490 cross-reference to that section. Drop description of replies, as
8491 these are covered in the descriptions of each packet.
8492 (General Query Packets): Add introductory text. Explain naming
8493 conventions, and how the end of a name is recognized.
8494
9a7a1b36
KB
84952005-11-17 Kevin Buettner <kevinb@redhat.com>
8496
0564b6cf 8497 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8498 "set remotebreak" command.
8499
b8ff78ce
JB
85002005-11-16 Jim Blandy <jimb@redhat.com>
8501
8502 * gdb.texinfo (Packets, Stop Reply Packets)
8503 (General Query Packets): Various formatting cleanups.
8504 - Use @samp for packet contents.
8505 - Drop summaries from packet @item lines; the same information appears
8506 immediately below in the description.
8507 - Delete paragraph breaks after packet @item commands, so that the
8508 description appears directly to the right of the packet prototype
8509 in the printed manual, if it fits.
8510 - Place spaces in packet prototypes between @vars and non-@var
8511 letters, and explain that they're just for formatting.
8512 - Use @dots{} instead of '...'.
8513 - Fix uses of @code where @var was needed.
8514 - Replace "deprecated" markers with English text spelling out the
8515 packet's status and the preferred alternatives.
8516 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8517 what this ever meant.
8518 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8519 this for a long time.
8520 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8521 implemented several times, and have been in use for years.
8522
8ffe2530
JB
85232005-11-15 Jim Blandy <jimb@redhat.com>
8524
c43c5473
JB
8525 * gdb.texinfo (Packets): Add index entries for 'm' packet
8526 disclaimers.
5ae4183a 8527
fb031cdf
JB
8528 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8529 of stub when processing an 'm' packet.
8530
8ffe2530
JB
8531 * gdb.texinfo (Packets): Mention that packets beginning with
8532 letters are reserved once, at the top, instead of actually listing
8533 them all and saying "reserved".
8534
c03c782f
AS
85352005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8536
8537 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8538 Change @var{$arg0 to @code{$arg0.
8539
814e32d7
WZ
85402005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8541
8542 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8543
fa93a9d8
JB
85442005-11-12 Jim Blandy <jimb@redhat.com>
8545
8546 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8547 order. Remove extraneous 'z'.
8548
8a5a3c82
AS
85492005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8550
8551 * gdb.texinfo (Choosing files): Add --eval-command.
8552
4b0ad762
AS
85532005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8554
8555 * gdb.texinfo (Choosing modes): Add --return-child-result.
8556
8557
1a088d06
AS
85582005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8559
8560 * gdb.texinfo (Choosing modes): Add --batch-silent.
8561
656d5e12
EZ
85622005-10-28 Eli Zaretskii <eliz@gnu.org>
8563
8564 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8565 "The -var-update Command".
8566
3c9c013a
JB
85672005-10-03 Joel Brobecker <brobecker@adacore.com>
8568
8569 * gdb.texinfo (Print Settings): Add documentation for set/show
8570 print array-indexes.
8571
7ba3cf9c
DJ
85722005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8573
8574 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8575 6.2 and 6.3.
8576
a94ab193
EZ
85772005-08-27 Eli Zaretskii <eliz@gnu.org>
8578
8579 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8580 since 19-Jan-2004.
8581 (Files): Likewise.
ab1adacd
EZ
8582 (Variables, Symbols): Document the "<incomplete type>" message and
8583 its reasons.
a94ab193 8584
ca06016a
FF
85852005-08-01 Fred Fish <fnf@specifix.com>
8586
8587 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8588
cf58170d
NR
85892005-07-15 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8592 option for -var-list-children and -var-update.
8593 (GDB/MI Stack Manipulation): Simplify description of
8594 print-values option for -stack-list-locals.
8595 (GDB/MI Command Description Format): Clarify.
8596 (Mode Options): Spelling of superseded.
8597
38f1196a
BR
85982005-07-12 Bob Rossi <bob@brasko.net>
8599
8600 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8601 corresponding GDB command comment.
8602
3cb3b8df
BR
86032005-07-06 Bob Rossi <bob@brasko.net>
8604
8605 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8606 and -inferior-tty-show.
8607 (Input/Output): Document "set/show inferior-tty" and tty alias.
8608
10fac096
NW
86092005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8610
8611 * gdb.texinfo (Packets): Change description of 'D' packet to note
8612 that GDB does wait for a response.
8613
d1b6db76
NR
86142005-06-22 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * gdb.texinfo (History) Rename "Command History".
8617 (Command History): Move node "Server Prefix" from section on
8618 Annotations here.
8619
29629dcf
NR
86202005-06-19 Nick Roberts <nickrob@snap.net.nz>
8621
8622 * gdb.texinfo (GDB/MI Stack Manipulation):
8623 Re-instate -stack-info-frame with example. Say that it gets
8624 info on selected frame, not current frame.
8625
397ca115
EZ
86262005-06-18 Eli Zaretskii <eliz@gnu.org>
8627
8628 * gdb.texinfo (Server): Clarify that `file' should be used before
8629 connecting to the server.
8630 (Files): Add an xref to the above description.
51274035
EZ
8631 (Output Formats): More detailed description of the `c' format.
8632 (Memory): List explicitly all the formats supported by `x'.
638ac427 8633 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8634 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8635 files. Add more indexing for solib-absolute-prefix and
8636 --with-sysroot.
76d17f34
EZ
8637 (Machine Code): Document possible problems with locations in
8638 shared libraries.
d416eeec
EZ
8639 (Backtrace): Document that free-standing environments do not need
8640 to have a `main' function.
397ca115 8641
74f6deaa
NR
86422005-06-18 Nick Roberts <nickrob@snap.net.nz>
8643
8644 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8645 -stack-info-frame.
8646
a9967aef
AC
86472005-06-07 Andrew Cagney <cagney@gnu.org>
8648
8649 * gdb.texinfo (Contributors): Note the original multi-arch
8650 contributors.
8651
e09f16f9
EZ
86522005-06-03 Eli Zaretskii <eliz@gnu.org>
8653
8654 * gdb.texinfo (Registers): Add index entries for the standard
8655 registers.
8656 (Frames): Add cross-reference from frame pointer description to
8657 the Registers node.
8658 (Annotations Overview): Fix the reference to GDB name.
8659
d87ba7ee
EZ
86602005-06-01 Eli Zaretskii <eliz@gnu.org>
8661
8662 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8663 can-use-hw-watchpoints.
8664
034dad6f
BR
86652005-05-28 Bob Rossi <bob@brasko.net>
8666
8667 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8668 the possible reasons why an exec async record would be returned to FE.
8669
ffed4509
AC
86702005-05-26 Andrew Cagney <cagney@gnu.org>
8671
8672 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8673 Andrew Cagney implemented the original GDB/MI.
8674
e22e55c9
OF
86752005-05-23 Orjan Friberg <orjanf@axis.com>
8676
8677 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8678 documentation. Add documentation for cris-mode.
8679
a78e13ce
EZ
86802005-05-20 Eli Zaretskii <eliz@gnu.org>
8681
8682 * gdb.texinfo (Numbers): Explain the example and make the wording
8683 more acurate.
8684
76ff342d
DJ
86852005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8686 Dennis Brueni <dennis@slickedit.com>
8687
8688 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8689 (GDB/MI Data Manipulation, GDB/MI Program Control)
8690 (GDB/MI Stack Manipulation): Update examples to include the fullname
8691 attribute in stack frames.
8692
119b882a
EZ
86932005-05-12 Eli Zaretskii <eliz@gnu.org>
8694
8695 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8696 do with other non-standard names of init files.
8697
6fc08d32
EZ
86982005-05-11 Eli Zaretskii <eliz@gnu.org>
8699
8700 * gdb.texinfo (Command Files): Move the description of the startup
8701 from here...
8702 (Startup): ...to this new subsection of the Invocation chapter.
8703 Rearrange the description of init files more logically and add a
8704 cross-reference to "Command Files". Document the special gdbinit
8705 name for CISCO 68k. Expand the description of what GDB does
8706 during startup.
8707 (History): Add index entry for HISTSIZE.
8708
a561754a
MK
87092005-05-02 Mark Kettenis <kettenis@gnu.org>
8710
8711 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8712
2eecc4ab
EZ
87132005-05-02 Eli Zaretskii <eliz@gnu.org>
8714
8715 * gdb.texinfo (SVR4 Process Information, The isatty call)
8716 (The system call): Don't use foo(N) notation for man pages and
8717 functions.
514c4d71 8718 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8719
18999be5
EZ
87202005-04-27 Eli Zaretskii <eliz@gnu.org>
8721
8722 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8723 were optimized away.
8724
0abb7bc7
EZ
87252005-04-22 Eli Zaretskii <eliz@gnu.org>
8726
8727 * gdb.texinfo (Remote configuration): Document "set/show
8728 get-thread-local-storage-address". Add cross-reference to the
8729 description of the qGetTLSAddr packet.
8730 (General Query Packets): Mention "set remote
8731 get-thread-local-storage-address" and add a reference to its
8732 description.
8733
6f61acb1
NR
87342005-04-19 Nick Roberts <nickrob@snap.net.nz>
8735
8736 * gdb.texinfo (Backtrace): Describe 'bt full'.
8737
9d59903a
NR
87382005-04-17 Nick Roberts <nickrob@snap.net.nz>
8739
8740 * gdb.texinfo (Mode Options): Fix typo.
8741 (GDB/MI): Describe how to invoke GDB/MI.
8742
721c2651
EZ
87432005-04-16 Eli Zaretskii <eliz@gnu.org>
8744
8745 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8746 references changed. Add description of "info udot".
721c2651
EZ
8747 (Files): Document "set/show stop-on-solib-events".
8748 (M32R/D): Document "set/show download-path", "set/show
8749 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8750 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8751 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8752 (Maintenance Commands): Improve indexing.
8753 (Target Commands): Document "set/show hash", "set/show debug
8754 monitor".
8755 (SVR4 Process Information): Document "info pidlist" and "info
8756 meminfo". Document "set/show procfs-tarce" and "set/show
8757 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8758 (Symbols, The Print Command with Objective-C): Improve indexing.
8759 (Objective-C): Add references to "info classes" and "info
8760 selectors".
c45da7e6
EZ
8761 (Debugging Output): Improve wording. Document "set/show debug
8762 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8763 (Set Breaks): Add index entry for "hardware breakpoints".
8764 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8765 and "set/show usehardbreakpoints".
8766 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8767 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8768 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8769 rdiromatzero", "set/show rdiheartbeat".
8770 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8771 "sds".
8772 (Embedded Processors): Document the "sim" command.
8773 (Remote): Document the "remote" command.
8774 (DJGPP Native): Document the "info serial" command.
8775 (Threads): Document "maint info sol-threads".
8776 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8777 (Set Breaks): Improve indexing.
8778 (Command Syntax): Add a reference to dont-repeat.
8779 (Define): Document "dont-repeat".
8780 (TUI Commands): Document "tabset".
8781 (WinCE): New subsection. Document "set/show remotedirectory",
8782 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8783
14d6dd68
EZ
87842005-04-15 Eli Zaretskii <eliz@gnu.org>
8785
8786 * gdb.texinfo (Hurd Native): New subsection, documents
8787 Hurd-specific commands.
a64548ea 8788 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8789 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8790 (MIPS): Improve documentation of heuristic-fence-post. Document
8791 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8792 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8793 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8794 (ARM): Document ARM-specific commands.
a64548ea
EZ
8795 (AVR): New section. Document "info io_registers".
8796 (CRIS): New section. Document "set/show cris-version" and
8797 "set/show cris-dwarf2-cfi".
8798 (HPPA): New section. Document "set/show debug hppa" and "maint
8799 print unwind".
a5adf40f 8800 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8801 (Super-H): New section. Document the "regs" command.
721c2651 8802 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8803
9c16f35a
EZ
88042005-04-09 Eli Zaretskii <eliz@gnu.org>
8805
8806 * gdb.texinfo (Print Settings): Document "set/show print
8807 pascal_static-members", "set print repeats", "show print
8808 null-stop". Improve indexing. Fix documentation of "set print
8809 union".
8810 (Pascal): New section.
8811 (Supported languages): Rename from "Support"; all references
8812 updated. Add a menu item for Pascal.
8813 (Numbers): Document "set radix.
8814 (Screen Size): Document "set/show pagination".
8815 (MIPS Embedded): Remove "set processor" documentation.
8816 (Remote configuration): Document "set/show X/P/Z-packet",
8817 "set/show read-aux-vector-packet", "set/show remote
8818 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8819 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8820 remotedebug", "set/show remotebreak", "set/show remotedevice",
8821 "set/show remotelogfile".
8822 (Auxiliary Vector): Add reference to the description of the
8823 read-aux-vector-packet setting.
8824 (Set Watchpoints): Add a cross-reference to "set remote
8825 hardware-breakpoint-limit".
8826 (General Query Packets): Add indexing of requests and
8827 cross-references to related commands in "Remote configuration".
8828 (File-I/O Overview, The system call): Fix wording and typos.
8829 (Thread Stops): Add index entries.
8830 (Continuing and Stepping): Document "show step-mode".
8831 (i386): New node. Document "set/show struct-convention".
8832 (Files): Document "show trust-readonly-sections".
8833 (Calling): Document "set/show unwindonsignal".
8834 (Messages/Warnings): Add index entries.
8835 (Maintenance Commands): Document "set/show watchdog".
8836 (Annotations Overview): Document "show annotate".
8837 (Set Watchpoints): Add index entries.
8838 (Symbols): Fix doc of case-sensitive.
8839 (ABI): Document "show coerce-float-to-double".
8840 (Convenience Vars, Help): Improve indexing.
8841 (Machine Code): Document "show disassembly-flavor".
8842 (Debugging C plus plus): Document "show overload-resolution".
8843 (Value History, Signaling): Add index entries.
8844
88452005-04-08 Eli Zaretskii <eliz@gnu.org>
8846
8847 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8848 (Processes): Fix wording.
8849 (History, List, Logging output, Define, Symbols, Print Settings):
8850 Improve indexing.
8851
a8f24a35
EZ
88522005-04-03 Eli Zaretskii <eliz@gnu.org>
8853
8854 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8855 redundant index entry for "target" command.
8856 (Backtrace): Add index entries.
8857 (Symbols, Fortran): Document the "set case-sensitive" command.
8858 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8859 (Print Settings): Add index entry for "set demangle-style".
8860 (Target Commands): Document "set download-write-size".
8861 (Debugging Output): Document "set exec-done-display".
8862
09d4efe1
EZ
88632005-04-02 Eli Zaretskii <eliz@gnu.org>
8864
8865 * gdb.texinfo (Files): Fix the name and documentation of
8866 add-shared-symbol-files. Document its alias assf. Update the
8867 list of OSs where GDB supports shared libraries. Fix markup.
8868 (Continuing and Stepping): Add reference to @var{location} in the
8869 text.
8870 (Dump/Restore Files): Fix reference to @{filename}.
8871 (Help): Fix wording.
8872 (Attach): Ditto.
8873 (Set Watchpoints): Ditto.
8874 (Backtrace): Remove redundant index entries. Improve index
8875 entries.
8876 (Delete Breaks): Fix wording.
8877 (Memory): Document the compare-sections command.
8878 (Memory Region Attributes): Improve wording.
8879 (Disabling): Improve wording.
8880 (Fortran): New subsection. Document the "info common" command.
8881 (Help): Document aliases "info copying" and "info warranty".
8882 (Caching Remote Data): New section. Document the "set/show
8883 remotecache" and "info dcache" commands.
8884 (Show): Fix wording of the documentation of the "set
8885 extension-language" command.
8886 (Signals): Add index entry for "info handle".
8887 (Memory Region Attributes): Fix punctuation.
8888 (Symbols): Change the arg name to "location" and refer to it in
8889 the text. Fix wording of "info types" doc.
8890 (Threads): Fix usage of @enumerate @item's.
8891 (Listing Tracepoints): Add index entry for "info tp".
8892 (Set Watchpoints): Add xref to "info break" description.
8893 (Macros): Add an index entry for "macro exp1". Document the
8894 "macro list" command.
8895 (Maintenance Commands): Document "flushregs", "maint agent",
8896 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8897 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8898 "maint print architecture", "maint print objfiles", "maint print
8899 statistics", "maint print type", "maint show-debug-regs", "maint
8900 space", "maint time", and "maint translate-address".
8901 (Connecting): Document the "monitor" command.
8902 (Annotations Overview): Describe the "set annotate" command.
8903
82f2d802
EZ
89042005-04-01 Eli Zaretskii <eliz@gnu.org>
8905
8906 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8907 Rearrange index entries and improve wording about support for
8908 hardware watchpoints.
8909
7d51c7de
BR
89102005-03-10 Bob Rossi <bob@brasko.net>
8911
8912 * gdb.texinfo: Update copyright
8913
68c71a2e
TR
89142005-02-09 Theodore A. Roth <troth@openavr.org>
8915
8916 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8917 error.
8918
83761cbd
KB
89192005-02-03 Kevin Buettner <kevinb@redhat.com>
8920
8921 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8922
9f1c6395
MS
89232005-01-17 Michael Snyder <msnyder@redhat.com>
8924
8925 * gdb.texinfo: Fix spelling, infinte -> infinite.
8926
fbd1b305
MK
89272005-01-08 Mark Kettenis <kettenis@gnu.org>
8928
8929 * observer.texi (GDB Observers): Document "solib_loaded".
8930
3ace7edb
AC
89312005-01-07 Andrew Cagney <cagney@gnu.org>
8932
bec39cab
AC
8933 * configure.ac: Rename configure.in, require autoconf 2.59.
8934 * configure: Re-generate.
8935
3ace7edb
AC
8936 * configure.in: Replace configdirs with multiple references to
8937 AC_CONFIG_SUBDIRS.
8938 * configure: Re-generate.
5ae4183a 8939
53531fc1
AC
89402005-01-04 Andrew Cagney <cagney@gnu.org>
8941
8942 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8943 part of the version number.
8944
536ffdb7
MK
89452004-12-24 Mark Kettenis <kettenis@gnu.org>
8946
8947 * gdbint.texinfo (Algorithms): Remove description of
8948 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8949
e1aac25b
JB
89502004-12-07 Jim Blandy <jimb@redhat.com>
8951
8952 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8953 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8954 numbers.
8955
f47b1503
AS
89562004-12-07 Andreas Schwab <schwab@suse.de>
8957
8958 * gdb.texinfo (Mode Options): Document -l option.
8959
b6b8ece6
EZ
89602004-12-04 Eli Zaretskii <eliz@gnu.org>
8961
8962 * gdbint.texinfo (Algorithms): More accurate description of
8963 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8964 is not needed unless data-read and data-access watchpoints are
8965 supported. Add a description of how GDB checks whether the
8966 inferior stopped because a watchpoint was hit.
8967
01371747
EZ
89682004-11-23 Eli Zaretskii <eliz@gnu.org>
8969
8970 * gdb.texinfo (Files): Add cross-reference to description of
8971 -readnow command-line switch.
8972
2315ffec
RC
89732004-11-10 Randolph Chung <tausq@debian.org>
8974
8975 * gdb.texinfo: Document set/show backtrace past-entry commands.
8976 Rearrange index entries for set/show backtrace past-main.
8977
69065f5d
AC
89782004-11-10 Jon Beniston <jon@beniston.com>
8979
8980 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8981 * gdb.texinfo (Remote Serial Protocol): Further describe
8982 binary transfer escaping mechanism .
69065f5d 8983
30e91e0b
RC
89842004-11-08 Randolph Chung <tausq@debian.org>
8985
8986 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8987 and "show debug infrun". Add index entries.
8988
60bf7e09
EZ
89892004-10-23 Eli Zaretskii <eliz@gnu.org>
8990
8991 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8992 "info proc" that are already implemented. Add index entries.
8993 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8994 (Files): Add a tip for decreasing memory used for symtabs from
8995 shared libraries.
f018e82f
EZ
8996 (Starting): Fix whitespace; make "elaboration" stand out where it
8997 is first used, and add an index entry for the term.
f8568604
EZ
8998 (Calling): Expand and elaborate text. Add "print". Add the
8999 description of problems with weak aliases.
384ee23f 9000 (Core File Generation): New section.
60bf7e09 9001
d52fe014
AC
90022004-10-12 Andrew Cagney <cagney@gnu.org>
9003
9004 * gdbint.texinfo (Versions and Branches): New chapter.
9005 (Releasing GDB): Delete "Versions and Branches" section.
9006 (Top): Add "Versions and Branches".
9007
703663ab
EZ
90082004-10-08 Eli Zaretskii <eliz@gnu.org>
9009
9010 * gdb.texinfo (Editing, History): Add cross-references to the
9011 included Readline and History user documentation. Remove
9012 references to the symbol have-readline-appendices which is unused
9013 and undefined.
9014 (History): Fix indexing.
9015
ac77d04f
JJ
90162004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9017
9018 * gdbint.texinfo (target_stopped_data_address): Update to
9019 new prototype.
9020 (i386_stopped_data_address): Update prototype and description.
9021 (i386_stopped_by_watchpoint): New function and description.
9022
e07c999f
PH
90232004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9024
9025 * gdb.texinfo (Filenames): Add Ada suffixes.
9026 (Ada) New section.
9027
2e868123
AC
90282004-09-27 Andrew Cagney <cagney@gnu.org>
9029 Robert Picco <Robert.Picco@hp.com>
9030
9031 * gdb.texinfo (Packets): Document the "p" packet.
9032
02a57714
JM
90332004-09-21 Jason Molenda (jmolenda@apple.com)
9034
9035 * gdb.texinfo (Paths and Names of the Source Files): Document the
9036 meaning of values in the 'desc' field of a SO stab.
9037
ae038cb0
DJ
90382004-09-20 Daniel Jacobowitz <dan@debian.org>
9039
9040 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9041 max-cache-age" and "maint show dwarf2 max-cache-age".
9042
f7dc1244
EZ
90432004-09-16 Eli Zaretskii <eliz@gnu.org>
9044
9045 * gdb.texinfo (Set Breaks): Add index entry for setting
9046 breakpoints on overloaded C++ functions that are not members of
9047 any classes. Add an example and an index entry for setting
9048 breakpoints on all program functions.
9049 (Character Sets, Macros, Overlay Commands)
9050 (Non-debug DLL symbols, GDB/MI Output Syntax)
9051 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9052 Use "(@value{GDBP})" instead of a literal "(gdb)".
9053
f810308b
AC
90542004-09-12 Andrew Cagney <cagney@gnu.org>
9055
9056 * gdbint.texinfo (Native Debugging): Delete description of
9057 FILES_INFO_HOOK.
9058
15a661f3
PH
90592004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9060
5ae4183a
AS
9061 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9062 to hex_string_custom (not historically correct, but more
15a661f3
PH
9063 understandable, given the current code).
9064
f3219c75
AC
90652004-09-03 Andrew Cagney <cagney@gnu.org>
9066
9067 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9068
f3bb6704
JJ
90692004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9070
9071 * observer.texi (solib_unloaded): New observer.
9072
8d2c00cb
AC
90732004-08-24 Andrew Cagney <cagney@gnu.org>
9074
9075 * gdbint.texinfo (Target Architecture Definition): Add missing
9076 comma.
9077
e7dc800a
MC
90782004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9079
9080 * (Using the Testsuite): build != host is supported,
9081 but some test scripts do not support build != host.
9082
73b03683
MK
90832004-08-14 Mark Kettenis <kettenis@gnu.org>
9084
9085 * gdbint.texinfo (Host Definition): Delete description of
9086 FCLOSE_PROVIDED and GETENV_PROVIDED.
9087
c0ccb908
MK
90882004-08-05 Mark Kettenis <kettenis@chello.nl>
9089
9090 * gdbint.texinfo (Host Definition): Delete description of
9091 NO_SYS_FILE.
9092 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9093 PTRACE_FP_BUG.
9094
9c8dbfa9
AC
90952004-08-05 Andrew Cagney <cagney@gnu.org>
9096
9097 * gdbint.texinfo (Target Architecture Definition): Delete
9098 reference to deprecated_read_fp.
9099
f42accbe
AC
91002004-08-02 Andrew Cagney <cagney@gnu.org>
9101
9102 * gdbint.texinfo (Target Architecture Definition): Delete
9103 description of DEPRECATED_REGISTER_BYTES.
9104
0b66e38c
EZ
91052004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9106
9107 * gdb.texinfo (Source Path): Document the new behavior of
9108 searching for the source files.
9109
15387254
EZ
91102004-07-17 Eli Zaretskii <eliz@gnu.org>
9111
9112 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9113 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9114 (Auto Display): Improve indexing.
9115
2c07db7a
AC
91162004-07-16 Andrew Cagney <cagney@gnu.org>
9117
9118 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9119 "-noasync".
9120
4644b6e3
EZ
91212004-07-09 Eli Zaretskii <eliz@gnu.org>
9122
9123 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9124 have the same prefix have only their prefix in the index.
9125
7561d450
MK
91262004-07-03 Mark Kettenis <kettenis@gnu.org>
9127
9128 * gdb.texinfo (BSD libkvm Interface): New node (section)
9129 (Native): Add it to the menu.
9130
67bebe79
MK
91312004-07-01 Mark Kettenis <kettenis@gnu.org>
9132
9133 * gdbint.texinfo (Target Architecture Definition): Remove
9134 PCC_SOL_BROKEN.
9135
1a6923e0
MK
91362004-06-24 Mark Kettenis <kettenis@gnu.org>
9137
9138 * gdbint.texinfo (Target Architecture Definition): Remove
9139 SUN_FIXED_LBRAC_BUG.
9140
b435e160
AC
91412004-06-26 Andrew Cagney <cagney@gnu.org>
9142
9143 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9144
b5622e8d
AC
91452004-06-20 Andrew Cagney <cagney@gnu.org>
9146
9147 * gdbint.texinfo (Target Architecture Definition): Deprecate
9148 USE_STRUCT_CONVENTION.
9149
e0c07bf0
MC
91502004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9151
9152 gdb.texinfo (Bug Reporting): Mention session recording,
9153 with the script command or Emacs.
9154
782263ab
AC
91552004-06-18 Andrew Cagney <cagney@gnu.org>
9156
9157 * gdbint.texinfo (Target Architecture Definition): Deprecate
9158 FUNCTION_START_OFFSET.
9159
03727ca6
AC
91602004-06-14 Andrew Cagney <cagney@gnu.org>
9161
9162 Based on changes from Karl Berry.
9163 * gdb.texinfo: Do not use @sc in a direntry.
9164 * stabs.texinfo: Change @dircateogry to "Software development".
9165 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9166
97092415
AC
91672004-06-13 Andrew Cagney <cagney@gnu.org>
9168
9169 * gdbint.texinfo (Target Architecture Definition): Delete
9170 description of RETURN_VALUE_ON_STACK.
9171
1f6d4158
AC
91722004-06-09 Andrew Cagney <cagney@gnu.org>
9173
9174 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9175 deleted by previous patch.
9176
d966f0cb
AC
91772004-06-08 Andrew Cagney <cagney@gnu.org>
9178
9179 * gdbint.texinfo (Native Debugging): Delete documentation on
9180 ATTACH_DETACH.
9181
86fe4aaa
RC
91822004-06-06 Randolph Chung <tausq@debian.org>
9183
9184 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9185
d4b6d575
RC
91862004-06-06 Randolph Chung <tausq@debian.org>
9187
5ae4183a 9188 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9189 the new push_dummy_call method signature. Describe the function
9190 argument.
9191
4e8b0763
JB
91922004-05-24 Joel Brobecker <brobecker@gnat.com>
9193
9194 * gdb.texinfo (Starting): Document new start command.
9195
59caf092
AC
91962004-05-21 Andrew Cagney <cagney@redhat.com>
9197
9198 * observer.texi (GDB Observers): Document "inferior_created".
9199
e4a2df64
AC
92002004-05-08 Andrew Cagney <cagney@redhat.com>
9201
e6b55ae2
AC
9202 * gdbint.texinfo (Target Architecture Definition): Delete
9203 description of DO_DEFERRED_STORES.
9204
28954179
AC
9205 * gdbint.texinfo (Target Architecture Definition): Delete
9206 references to DEPRECATED_FIX_CALL_DUMMY.
9207
434b87dd
AC
9208 * gdbint.texinfo (Target Architecture Definition): Delete
9209 description of DEPRECATED_CALL_DUMMY_WORDS,
9210 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9211
58d28df8
AC
9212 * gdbint.texinfo (Target Architecture Definition): Delete
9213 description of DEPRECATED_PUSH_DUMMY_FRAME.
9214
e4a2df64
AC
9215 * gdbint.texinfo (Target Architecture Definition): Delete
9216 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9217
2b4855ab
AC
92182004-05-07 Andrew Cagney <cagney@redhat.com>
9219
9220 * observer.texi (GDB Observers): Add "Debugging" section. Include
9221 cross reference to "set/show debug observer".
9222 * gdb.texinfo (Debugging Output): Document "set/show debug
9223 observer".
9224
fcf70625
AC
92252004-05-01 Andrew Cagney <cagney@redhat.com>
9226
9227 * gdbint.texinfo (Target Architecture Definition): Delete
9228 description of DEPRECATED_PC_IN_SIGTRAMP.
9229
8ee56bcf
AC
92302004-04-30 Andrew Cagney <cagney@redhat.com>
9231
9232 * gdbint.texinfo (Target Architecture Definition): Delete
9233 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9234
67ab9a76
OF
92352004-04-30 Orjan Friberg <orjanf@axis.com>
9236
9237 * observer.texi (GDB Observers): Correct spelling.
9238
79346bcb
OF
92392004-04-26 Orjan Friberg <orjanf@axis.com>
9240
9241 * observer.texi (GDB Observers): Add target_changed event.
9242
7a464420
AC
92432004-04-08 Andrew Cagney <cagney@redhat.com>
9244
9245 * observer.texi (GDB Observers): Rework, provide generic observer
9246 definitions and then a list of observable events.
9247
6cdf9d98
AC
92482004-04-04 Andrew Cagney <cagney@redhat.com>
9249
9250 * gdbint.texinfo (Host Definition): Delete reference to
9251 NO_SIGINTERRUPT.
9252
ddc135a4
AC
92532004-04-02 Andrew Cagney <cagney@redhat.com>
9254
9255 * gdbint.texinfo (Target Architecture Definition): Delete
9256 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9257
6a1b180d
SC
92582004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9259
9260 * gdb.texinfo (TUI Commands): Document tui reg commands.
9261
d0d5df6f
AC
92622004-03-26 Andrew Cagney <cagney@redhat.com>
9263
9264 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9265 "gdbtui".
9266 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9267 (Contributors): Mention both Text and Terminal User Interface.
9268
aa2a3f87
AC
92692004-03-23 Andrew Cagney <cagney@redhat.com>
9270
9271 * gdbint.texinfo (Target Architecture Definition): Deprecate
9272 references to SIGTRAMP_START and SIGTRAMP_END.
9273
f561f026
AC
92742004-03-23 Andrew Cagney <cagney@redhat.com>
9275
9276 * gdbint.texinfo (Target Architecture Definition): Deprecate
9277 references to PC_IN_SIGTRAMP.
9278
33cb8b0f
AC
92792004-03-19 Andrew Cagney <cagney@redhat.com>
9280
9281 * gdbint.texinfo (Target Architecture Definition): Delete
9282 reference to GDB_TARGET_IS_HPPA.
9283
fc989b7a
AC
92842004-03-18 Andrew Cagney <cagney@redhat.com>
9285
9286 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9287 describe pre_init and post_init.
9288
701b08bb
DJ
92892004-03-09 Daniel Jacobowitz <drow@mvista.com>
9290
9291 * gdb.texinfo (Debugging Output): Document values for "set debug
9292 target".
9293
faae5abe
AC
92942004-02-28 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9297
dd79a6cf
JJ
92982004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9299
9300 * gdb.texinfo (breakpoints): Add information about the
9301 new "set breakpoint pending" and "show breakpoint pending"
9302 commands.
9303
e7f16015
AC
93042004-02-26 Andrew Cagney <cagney@redhat.com>
9305
9306 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9307 in Per-architecture module data section.
9308
7161a3a6
RM
93092004-02-25 Roland McGrath <roland@redhat.com>
9310
9311 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9312
2154891a
AC
93132004-02-24 Andrew Cagney <cagney@redhat.com>
9314
9315 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9316 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9317 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9318
6c74ac8b
AC
93192004-02-17 Andrew Cagney <cagney@redhat.com>
9320
9321 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9322
19772a2c
AC
93232004-02-16 Andrew Cagney <cagney@redhat.com>
9324
9325 * gdbint.texinfo (Target Architecture Definition): Deprecate
9326 FRAMELESS_FUNCTION_INVOCATION.
9327
c9830293
AC
93282004-02-16 Andrew Cagney <cagney@redhat.com>
9329
9330 * gdbint.texinfo (Coding): Mention -Wunused-function.
9331
b9d26eb9
AC
93322004-02-14 Andrew Cagney <cagney@redhat.com>
9333
9334 * gdbint.texinfo (Target Architecture Definition): Delete
9335 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9336
49efadf5
EZ
93372004-02-12 Elena Zannoni <ezannoni@redhat.com>
9338
9339 * gdb.texinfo: Properly quote the name "C++".
9340 * gdbint.texinfo: Ditto.
9341 * stabs.texinfo: Ditto.
9342
1eb288ea
EZ
93432004-02-11 Elena Zannoni <ezannoni@redhat.com>
9344
9345 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9346 minimal information about libiberty.
9347
e4937fc1
MC
93482004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9349
9350 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9351
a9331b3f
RM
93522004-02-04 Roland McGrath <roland@redhat.com>
9353
9354 * gdb.texinfo (Auxiliary Vector): New node (section).
9355 (Data): Add it to the menu.
9356
2650777c
JJ
93572004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9358
9359 * gdb.texinfo (Breakpoints): Add information about pending
9360 breakpoint support.
9361
b4501125
AC
93622004-01-26 Andrew Cagney <cagney@redhat.com>
9363
9364 * gdb.texinfo (Overview): Delete references to the cisco protocol
9365 including the "N" response.
9366
74055713
AC
93672004-01-26 Andrew Cagney <cagney@redhat.com>
9368
9369 * gdbint.texinfo (Target Architecture Definition): Rename
9370 EXTRACT_STRUCT_VALUE_ADDRESS to
9371 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9372
3bbe9696
EZ
93732004-01-24 Eli Zaretskii <eliz@gnu.org>
9374
9375 * gdb.texinfo (KOD): Document "show os". Add index entries for
9376 "set/show os" and "info cisco" commands.
9377
5843504f
EZ
93782004-01-21 Eli Zaretskii <eliz@gnu.org>
9379
9380 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9381
9175c9a3
MC
93822004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9383
9384 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9385 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9386
8e94b928
NR
93872004-01-19 Nick Roberts <nick@nick.uklinux.net>
9388
9389 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9390 -stack-list-locals.
9391 (GDB/MI Variable Objects): Describe extension to
9392 -var-list-children.
9393
a20cf136
DJ
93942004-01-17 Daniel Jacobowitz <drow@mvista.com>
9395
9396 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9397
afb18d0f
AC
93982004-01-17 Andrew Cagney <cagney@redhat.com>
9399
9400 * gdbint.texinfo (Target Architecture Definition): Delete
9401 documentation on DEPRECATED_NPC_REGNUM.
9402
b51970ac
DJ
94032004-01-13 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * gdb.texinfo: Update copyright year. Mention that set
9406 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9407 "set follow-fork-mode ask".
9408
0f0cffd2
AC
94092004-01-13 Andrew Cagney <cagney@redhat.com>
9410
9411 * gdbint.texinfo: Update copyright year.
9412 (Coding): Add -Wunused-label to list of -Werror warnings.
9413
c552b3bb 94142004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9415 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9416
9417 * gdb.texinfo: Update copyright.
9418 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9419 around names, as appropriate. Minor syntax cleanup of
9420 _NSPrintForDebugger explanation. Two spaces after periods.
9421 GDBN used instead of lit. "gdb". Index entries added for
9422 print-object and _NSPrintForDebugger. @noindent added in one spot.
9423
afe157ca
EZ
94242003-11-11 Elena Zannoni <ezannoni@redhat.com>
9425
9426 * stabs.texinfo: Add dircategory and direntry commands.
9427 * annotate.texinfo: Ditto.
9428
963e2bb7
AC
94292003-11-10 Andrew Cagney <cagney@redhat.com>
9430
9431 * gdbint.texinfo (Target Architecture Definition): Replace the
9432 return_value method's "inval" and "outval" parameters with
9433 "readbuf" and "writebuf".
9434
1d8b2f28
JB
94352003-10-28 Jim Blandy <jimb@redhat.com>
9436
9437 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9438 from "The `F' request packet" and "The `F' reply packet", to make
9439 texi2dvi happy.
9440 (File-I/O remote protocol extension): Update menu entries, too.
9441
36d86913
MC
94422003-10-26 Michael Chastain <mec@shout.net>
9443
9444 * gdb.texinfo (Thread Stops): Document the issue with
9445 premature return from system calls in multi-threaded programs.
9446
ce2826aa
AC
94472003-10-24 Andrew Cagney <cagney@redhat.com>
9448
9449 * annotate.texinfo: Fix "fortunatly"[sic].
9450
f24c5e49
KI
94512003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9452
9453 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9454 with "Hitachi" and "Mitsubishi".
9455
92ad9cd9
AC
94562003-10-20 Andrew Cagney <cagney@redhat.com>
9457
9458 * gdbint.texinfo (Target Architecture Definition): Document
9459 gdbarch_return_value. Add cross references from
9460 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9461 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9462
0ab4b752
MK
94632003-10-18 Mark Kettenis <kettenis@gnu.org>
9464
9465 * gdbint.texinfo (Target Architecture Definition): Document
9466 regset_from_core_section.
fb3e19c0
KI
9467
94682003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9469
9470 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9471
a9331b3f 94722003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9473
9474 From Anthony Green <green@redhat.com>:
5ae4183a 9475 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9476
1485d690
KB
94772003-10-14 Kevin Buettner <kevinb@redhat.com>
9478
889bf7c5
PA
9479 * gdb.texinfo (Breakpoint related warnings): New node.
9480 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9481
86d30acc
DJ
94822003-10-13 Daniel Jacobowitz <drow@mvista.com>
9483
9484 * gdb.texinfo (Remote Protocol): Document v and vCont.
9485
172c2a43
KI
94862003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9487
9488 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9489 * gdbint.texinfo: Ditto.
9490
71952f4c
AC
94912003-10-09 Andrew Cagney <cagney@redhat.com>
9492
9493 From 2003-09-18 David Anderson <davea@sgi.com>:
9494 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9495 "command".
9496
268e2188
AC
94972003-10-03 Andrew Cagney <cagney@redhat.com>
9498
9499 * gdbint.texinfo (Target Architecture Definition): Deprecate
9500 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9501 just target.
9502
12c266ea 95032003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9504
f30992d4 9505 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9506 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9507 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9508 * gdbint.texinfo (Target Architecture Definition): Rename
9509
95102003-09-30 Andrew Cagney <cagney@redhat.com>
9511
f30992d4 9512 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9513 (Target Architecture Definition):
f30992d4 9514
2e092625
AC
9515 * gdbint.texinfo (Target Architecture Definition): Rename
9516 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9517
0717ae8a
AC
95182003-09-29 Andrew Cagney <cagney@redhat.com>
9519
dad809b7
AC
9520 * gdbint.texinfo (Target Architecture Definition): Delete
9521 documentation for NEED_TEXT_START_END.
9522
0717ae8a
AC
9523 * gdbint.texinfo (Target Architecture Definition): Rename
9524 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9525 TARGET_WRITE_PC.
a9331b3f 9526
af6cf26d
MC
95272003-09-22 Michael Chastain <mec@shout.net>
9528
9529 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9530
ee206350
AG
95312003-09-21 Anthony Green <green@redhat.com>
9532
9533 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9534
a38c9fe6
MK
95352003-09-21 Mark Kettenis <kettenis@gnu.org>
9536
9537 * gdbint.texinfo (Target Architecture Definition): Document
9538 stabs_argument_has_addr.
9539
77949794
AC
95402003-09-18 Andrew Cagney <cagney@redhat.com>
9541
9542 * gdbint.texinfo (Target Architecture Definition): Delete
9543 documentation on REGISTER_NAMES.
9544
8e823e25
MK
95452003-09-13 Mark Kettenis <kettenis@gnu.org>
9546
9547 * gdbint.texinfo (Target Architecture Definition): Replace
9548 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9549
f27dd7fd
AC
95502003-09-11 Andrew Cagney <cagney@redhat.com>
9551
9552 * gdbint.texinfo (Target Architecture Definition): Replace
9553 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9554
8b148df9
AC
95552003-08-18 Andrew Cagney <cagney@redhat.com>
9556
9557 * gdbint.texinfo (Target Architecture Definition): Document
9558 "frame_red_zone_size".
9559
25d29d70
AC
95602003-08-09 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9563 with "set/show backtrace past-main" and "set/show backtrace
9564 limit".
9565
c938e9b0
L
95662003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9567
9568 * Makefile.in (install-info): Support DESTDIR.
9569 (install-html): Likewise.
9570
64fabec2
AC
95712003-08-07 Andrew Cagney <cagney@redhat.com>
9572
9573 Patch from Nick Roberts.
9574 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9575 bindings. Remove description of send-gdb-command.
9576
2fcf52f0
AC
95772003-08-07 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9580 GDB 6.0.
9581
086432e2
AC
95822003-08-06 Andrew Cagney <cagney@redhat.com>
9583
9584 * gdb.texinfo (Mode Options): Mention that level three is the
9585 highest available and that level 2 is deprecated.
9586 (Annotations Overview): Mention annotation levels. Cross reference
9587 to "Limitations of the Annotation Interface" in annotate.texi.
9588 (TODO, Value Annotations, Frame Annotations): Delete section.
9589 (Displays, Breakpoint Info): Delete.
9590
e5249f67
AC
95912003-08-04 Andrew Cagney <cagney@redhat.com>
9592
9593 * agentexpr.texi: Delete @bye.
9594 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9595 (stabs.info): Add $(srcdir) to include search path.
9596 (html): Depend on "annotate_toc.html", and not "annotate.html".
9597 * stabs.texinfo: Ditto. Include "fdl.texi".
9598 * gdbint.texinfo: Update copyright statement's list of invariant
9599 sections.
9600
e6f672d2
AC
96012003-07-28 Andrew Cagney <cagney@redhat.com>
9602
9603 * Makefile.in (INFO_DEPS): Add annotate.info.
9604 (dvi, ps, html, pdf): Add annotate.
9605 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9606 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9607 (ANNOTATE_DOC_FILES): New macro.
9608 (ANNOTATE_TEX_TMPS): New macro.
9609 (annotate.info, annotate_toc.html): Specify dependencies.
9610 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9611 * annotate.texinfo: Rename annotate.texi. Get building. Add
9612 "Migrating to GDB/MI" and "Limitations of the Annotation
9613 Interface" chapters. Mention why it is not part of the user
9614 guide. Update copyright notice. Include "fdl.texi".
9615
72ffddc9
SC
96162003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9617
9618 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9619
a9f12a31
DJ
96202003-07-24 Daniel Jacobowitz <drow@mvista.com>
9621
9622 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9623
b1fe9455
DJ
96242003-07-24 Daniel Jacobowitz <drow@mvista.com>
9625
9626 * gdb.texinfo (Server): Mention pidof.
9627
153721e6
AC
96282003-07-22 Andrew Cagney <cagney@redhat.com>
9629
9630 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9631 list.
9632
0fac0b41
DJ
96332003-06-28 Daniel Jacobowitz <drow@mvista.com>
9634
9635 * gdb.texinfo (Logging output): New chapter.
9636
4e562065
JB
96372003-06-24 Joel Brobecker <brobecker@gnat.com>
9638
9639 * gdb.texinfo (Unsupported languages): New section.
9640 (Languages): Add link to new section.
9641
f2c06f52
AC
96422003-06-22 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9645
b4177fca
DJ
96462003-06-22 Daniel Jacobowitz <drow@mvista.com>
9647
9648 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9649
f418dd93
DJ
96502003-06-22 Daniel Jacobowitz <drow@mvista.com>
9651
9652 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9653 * agentexpr.texi: Retitle section, and change it to an appendix.
9654 Comment out texinfo initialization. Factor a @var{} into two
9655 pieces to prevent makeinfo warnings.
9656 * gdb.texinfo: Add Agent Expressions appendix.
9657
4ca61388
DJ
96582003-06-19 Daniel Jacobowitz <drow@mvista.com>
9659
9660 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9661
07f31aa6
DJ
96622003-06-18 Daniel Jacobowitz <drow@mvista.com>
9663
5ae4183a 9664 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9665 remote target". Document the "detach" and "disconnect" commands.
9666 (Server, Netware, Debug Session): Reference "Connecting to a
9667 remote target".
9668 (GDB/MI Target Manipulation): Document "-target-disconnect".
9669
2dd0da42
AC
96702003-06-13 Andrew Cagney <cagney@redhat.com>
9671
9672 * gdbint.texinfo (Target Architecture Definition): Deprecate
9673 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9674 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9675
e7a3abfc
JB
96762003-06-09 Jim Blandy <jimb@redhat.com>
9677
9678 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9679
25e3a86b
AC
96802003-06-08 Andrew Cagney <cagney@redhat.com>
9681
9682 * gdbint.texinfo (Target Architecture Definition): Delete
9683 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9684
a9e5fdc2
AC
96852003-06-08 Andrew Cagney <cagney@redhat.com>
9686
9687 * gdbint.texinfo (Target Architecture Definition): Document
9688 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9689
b37303ee
AF
96902003-06-07 Adam Fedor <fedor@gnu.org>
9691
9692 * gdb.texinfo: Add Objective-C documentation.
9693
39fe6e80
AC
96942003-06-01 Andrew Cagney <cagney@redhat.com>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9697 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9698
125309b2
AC
96992003-05-21 Andrew Cagney <cagney@redhat.com>
9700
9701 * gdbint.texinfo (Target Architecture Definition): Delete
9702 references to "extract_address" and "store_address".
9703
b8b527c5
AC
97042003-05-16 Andrew Cagney <cagney@redhat.com>
9705
9706 * gdbint.texinfo (Target Architecture Definition): Replace
9707 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9708 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9709
50e3ee83
TR
97102003-05-14 Theodore A. Roth <troth@openavr.org>
9711
9712 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9713
44e2be90
L
97142003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9715
9716 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9717 (gdb.dvi): Likewise.
9718 (gdb.pdf): Likewise.
9719 (links2roff): Likewise.
9720
df5215a6
JB
97212003-05-08 Jim Blandy <jimb@redhat.com>
9722
9723 * gdb.texinfo (Dump/Restore Files): Update documentation for
9724 'dump', 'append', and 'restore': note that format argument is
9725 optional; simplify presentation of the command variants; and be
9726 more precise about the formats.
9727
5e7b2f39
JB
97282003-05-07 Jim Blandy <jimb@redhat.com>
9729
9730 * gdb.texinfo (Symbols): Update documentation: 'maint list
9731 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9732 symtabs' and 'maint info psymtabs'.
9733
b1e29e33
AC
97342003-05-05 Andrew Cagney <cagney@redhat.com>
9735
9736 * gdbint.texinfo (Target Architecture Definition): Make
9737 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9738 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9739 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9740
00905d52
AC
97412003-05-04 Andrew Cagney <cagney@redhat.com>
9742
9743 * gdb.texinfo (Maintenance Commands): Document "maint print
9744 dummy-frames".
9745
54ff5908
AC
97462003-05-04 Andrew Cagney <cagney@redhat.com>
9747
9748 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9749
32e7087d
JB
97502003-05-03 J. Brobecker <brobecker@gnat.com>
9751
9752 Thierry Schneider <tpschneider1@yahoo.com>
9753 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9754 for new MI command.
9755
7043d8dc
AC
97562003-05-03 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Document
9759 push_dummy_code. Add cross references.
9760
e33d66ec
EZ
97612003-05-02 Elena Zannoni <ezannoni@redhat.com>
9762
9763 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9764 set/show charsets commands.
9765
0ba6dca9
AC
97662003-04-28 Andrew Cagney <cagney@redhat.com>
9767
9768 * gdbint.texinfo (Target Architecture Definition): Replace
9769 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9770 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9771
d7a27068
AC
97722003-04-28 Andrew Cagney <cagney@redhat.com>
9773
9774 * gdbint.texinfo (Target Architecture Definition): Rename
9775 "tm_print_insn" to "deprecated_tm_print_insn".
9776
44ea7b70
JB
97772003-04-09 Jim Blandy <jimb@redhat.com>
9778
9779 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9780 list psymtabs'.
9781
fb8f8949
AC
97822003-04-08 Andrew Cagney <cagney@redhat.com>
9783
9784 * gdbint.texinfo (Target Architecture Definition): Delete
9785 references to EXTRA_FRAME_INFO.
9786
32fb0f22
AC
97872003-04-08 Andrew Cagney <cagney@redhat.com>
9788
9789 * gdbint.texinfo (Target Architecture Definition): Delete
9790 PRINT_TYPELESS_INTEGER.
9791
6be67e67
JB
97922003-04-02 J. Brobecker <brobecker@gnat.com>
9793
9794 * observer.texi (GDB Observers): Adjust the documentation for the
9795 normal_stop notification to better describe reality. Fix a couple
9796 of minor typos.
9797
4e35d5f0
BR
97982003-04-02 Bob Rossi <bob_rossi@cox.net>
9799
a9331b3f 9800 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9801 '-file-list-exec-source-file'
9802
e8a8712a
AC
98032003-03-31 Andrew Cagney <cagney@redhat.com>
9804
9805 * gdbint.texinfo (Target Architecture Definition): Delete
9806 references to CALL_DUMMY_P.
9807
6c0e89ed
AC
98082003-03-30 Andrew Cagney <cagney@redhat.com>
9809
9810 * gdbint.texinfo (Target Architecture Definition): Remove
9811 reference to TARGET_WRITE_SP.
a9331b3f 9812
378bfd1b
AC
98132003-03-27 Andrew Cagney <cagney@redhat.com>
9814
9815 * gdbint.texinfo (Target Architecture Definition): Remove
9816 references to write_sp.
6c0e89ed 9817
922fbb7b
AC
98182003-03-27 Andrew Cagney <cagney@redhat.com>
9819
9820 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9821 chapter body. Use @smallexample instead of @example.
9822 (Annotations): Ditto.
9823 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9824 annotate.texi.
9825
b81774d8
AC
98262003-03-26 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Replace
9829 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9830 dummy_addr parameters.
9831
1bf6d5cc
AC
98322003-03-25 Andrew Cagney <cagney@redhat.com>
9833
9834 * gdbint.texinfo (Target Architecture Definition): Delete
9835 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9836 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9837 Add reference to PUSH_ARGUMENTS.
9838
618ce49f
AC
98392003-03-23 Andrew Cagney <cagney@redhat.com>
9840
9841 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9842 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9843
bcd7e15f
JB
98442003-03-18 J. Brobecker <brobecker@gnat.com>
9845
9846 * gdbint.texinfo (Algorithms): Add new section describing the
9847 Observer paradigm.
9848 (Top): Add menu entry to new observer appendix.
9849 * observer.texi: New file.
9850 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9851 new observer.texi file.
9852
9fe8321b
AC
98532003-03-17 Andrew Cagney <cagney@redhat.com>
9854
9855 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9856 that GNU Press update the manual version number.
9857
ac2adee5
AC
98582003-03-12 Andrew Cagney <cagney@redhat.com>
9859
9860 * gdbint.texinfo (Target Architecture Definition): Delete
9861 references to get_saved_register. Rename GET_SAVED_REGISTER to
9862 DEPRECATED_GET_SAVED_REGISTER.
9863
749b82f6
AC
98642003-03-13 Andrew Cagney <cagney@redhat.com>
9865
9866 * gdbint.texinfo (Target Architecture Definition): Replace
9867 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9868
8bedc050
AC
98692003-03-12 Andrew Cagney <cagney@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Rename
9872 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9873
0ce1b118
CV
98742003-03-10 Corinna Vinschen <vinschen@redhat.com>
9875
9876 * gdb.texinfo: Add File-I/O documentation.
9877
12cc2063
AC
98782003-03-10 Andrew Cagney <cagney@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Cross reference
9881 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9882
7453dc06
AC
98832003-03-07 Andrew Cagney <cagney@redhat.com>
9884
9885 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9886 frame" command.
9887
6314f104
AC
98882003-03-05 Andrew Cagney <cagney@redhat.com>
9889
9890 * gdbint.texinfo (Target Architecture Definition): Document
9891 unwind_dummy_id. Cross reference unwind_dummy_id and
9892 SAVE_DUMMY_FRAME_TOS.
9893
f1212245
DJ
98942003-03-05 James Ingham <jingham@apple.com>
9895 Daniel Jacobowitz <drow@mvista.com>
9896
9897 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9898 and "show cp-abi".
9899
77e7e267
AC
99002003-03-03 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Document
9903 register_type.
9904
838a8221
AC
99052003-03-03 Andrew Cagney <cagney@redhat.com>
9906
9907 * stabs.texinfo (Structures): Use @samp and separate @var's
9908 instead of a single @var containing a comma separated list.
9909 (Unions): Ditto.
9910
d7f4a264
DJ
99112003-03-02 Daniel Jacobowitz <drow@mvista.com>
9912
9913 * Makefile.in (distclean): Remove config.log.
9914
f30ee0bc
AC
99152003-03-01 Andrew Cagney <cagney@redhat.com>
9916
9917 * gdbint.texinfo (Target Architecture Definition): Rename
9918 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9919
99202003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9921
9922 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9923 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9924
be448670
CF
99252003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9926
9927 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9928 (Non-debug DLL symbols): New node, describing the minimal symbols
9929 loaded from DLLs without real debugging symbols.
9930
501eef12
AC
99312003-02-20 Andrew Cagney <ac131313@redhat.com>
9932
9933 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9934 hardware-breakpoint-limit".
9935 (Set Watchpoints): Add cross reference to "set remote
9936 hardware-watchpoint-limit".
9937 (Remote configuration options): New section.
9938
21c294e6
AC
99392003-02-04 Andrew Cagney <ac131313@redhat.com>
9940
e9be73e4
AC
9941 * gdbint.texinfo (Target Architecture Definition): Delete
9942 descrption of IS_TRAPPED_INTERNALVAR.
9943
21c294e6
AC
9944 From Keith Seitz <keiths@redhat.com>:
9945 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9946 option "-i"/"--interpreter" to this chapter. Include index
9947 entries.
9948
0179ffac
DC
99492003-02-04 David Carlton <carlton@math.stanford.edu>
9950
9951 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9952 (Variables): Recommend stabs+ and DWARF 2.
9953 (C plus plus expressions): Correct info about
9954 compiler versions, debug formats.
9955 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9956 PR symtab/874.
9957
7ca9f392
AC
99582003-02-01 Andrew Cagney <ac131313@redhat.com>
9959
9960 * gdbint.texinfo (Target Architecture Definition): Delete
9961 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9962 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9963 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9964 references to nindy and i960.
9965 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9966
31a85ea2
AC
99672003-02-01 Andrew Cagney <ac131313@redhat.com>
9968
9969 * gdbint.texinfo (Target Architecture Definition): Delete
9970 FLOAT_INFO.
9971
6b894e49
AC
99722003-01-30 Andrew Cagney <ac131313@redhat.com>
9973
9974 * stabs.texinfo (Member Type Descriptor): Clarify description of
9975 `@'. Suggested by Ben Hutchings.
9976
c48861fb
AC
99772003-01-29 Andrew Cagney <ac131313@redhat.com>
9978
9979 * gdb.texinfo (M68K): Delete reference to es1800.
9980
617073a9
AC
99812003-01-29 Andrew Cagney <ac131313@redhat.com>
9982
9983 * gdb.texinfo (Maintenance Commands): Document `maint print
9984 reggroups' and `maint print register-groups'.
9985 * gdbint.texinfo (Target Architecture Definition): Document
9986 register_reggroup_p.
9987
5b5d99cf
JB
99882003-01-23 Jim Blandy <jimb@redhat.com>
9989
9990 * gdb.texinfo (Separate Debug Files): New section.
9991
e7ba9c65
DJ
99922003-01-22 Daniel Jacobowitz <drow@mvista.com>
9993
9994 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9995 and "maint show profile".
9996
94e91d6d
MC
99972003-01-16 Michael Chastain <mec@shout.net>
9998
9999 * gdb.texinfo (Installing GDB): Warn against
10000 ".../gdb-VERSION/gdb/configure".
10001 (Separate Objdir): Likewise.
10002
867f3898
AC
100032003-01-15 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdbint.texinfo (Target Architecture Definition): Delete
10006 definition of PRINT_REGISTER_HOOK.
10007
f153cc92
EZ
100082003-01-15 Elena Zannoni <ezannoni@redhat.com>
10009
10010 (OpenRISC 1000): Fix formatting of command names.
10011
c60eb6f1
EZ
100122003-01-15 Elena Zannoni <ezannoni@redhat.com>
10013
10014 * gdb.texinfo (Continuing and Stepping): Add new command
10015 'advance'. Clarify behavior of 'until'.
10016
f5ebfba0
DJ
100172003-01-13 Daniel Jacobowitz <drow@mvista.com>
10018
10019 * gdb.texinfo (Files): Document solib-absolute-prefix and
10020 solib-search-path.
10021
4ce8657e
MC
100222003-01-09 Michael Chastain <mec@shout.net>
10023
10024 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10025 (Create a Release): Add new instructions for new @file{src-release}.
10026 Document existing instructions for @file{Makefile.in} as
10027 being for @value{GDBN} 5.3.1 or earlier.
10028
372613e3
AC
100292003-01-09 Andrew Cagney <ac131313@redhat.com>
10030
10031 * gdbint.texinfo (Target Architecture Definition): Mention
10032 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10033 allocate memory.
10034
b4e9345d
DJ
100352003-01-04 Daniel Jacobowitz <drow@mvista.com>
10036
10037 * gdb.texinfo (Controlling GDB): Add @kindex for
10038 "show osabi".
10039 (Backtraces): Add @kindex's for backtrace-below-main.
10040
98b45e30
DJ
100412003-01-04 Daniel Jacobowitz <drow@mvista.com>
10042
10043 * gdb.texinfo (Controlling GDB): Document "set osabi".
10044
95f90d25
DJ
100452003-01-04 Daniel Jacobowitz <drow@mvista.com>
10046
10047 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10048 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10049
1e698235
DJ
100502003-01-04 Daniel Jacobowitz <drow@mvista.com>
10051
10052 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10053 "set coerce-float-to-double".
10054 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10055
e632838e
AC
100562003-01-02 Andrew Cagney <ac131313@redhat.com>
10057
10058 * stabs.texinfo: Remove obsolete text.
10059 * gdbint.texinfo: Ditto.
10060 * gdb.texinfo: Ditto.
10061
c133ab7a
MK
100622002-12-22 Mark Kettenis <kettenis@gnu.org>
10063
10064 * gdbint.texinfo (Target Architecture Definition): Update
10065 description of gdbarch_register_osabi.
10066
f821f325
KH
100672002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10068
10069 * agentexpr.texi: Fix typos.
10070 * annotate.texi: Likewise.
10071 * fdl.texi: Likewise.
10072
85a6d8d3 100732002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10074
10075 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10076 DEPRECATED_INIT_FRAME_PC.
10077
ae45cd16
AC
100782002-12-01 Andrew Cagney <ac131313@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Delete
10081 PC_IN_CALL_DUMMY.
10082
07555a72
AC
100832002-11-28 Andrew Cagney <ac131313@redhat.com>
10084
10085 * gdbint.texinfo (Host Definition): Delete documentation on
10086 USE_GENERIC_DUMMY_FRAMES.
10087
c166cdc7
EZ
100882002-11-26 Elena Zannoni <ezannoni@redhat.com>
10089
5ae4183a 10090 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10091 * Makefile.in (install-info): Run the install-info command as part
10092 of the post install steps only.
10093 (uninstall-info): New target.
10094 (uninstall): New target.
10095
35db0260
EZ
100962002-11-22 Elena Zannoni <ezannoni@redhat.com>
10097
10098 * Makefile.in (install): Make install do some real work.
10099
9ba8d803
AC
101002002-11-19 Andrew Cagney <ac131313@redhat.com>
10101
10102 Fix POSIX problem reported by Paul Eggert.
10103 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10104 Fix PR gdb/527.
10105
903ad3a6
AC
101062002-10-26 Andrew Cagney <cagney@redhat.com>
10107
10108 * gdbint.texinfo (Target Architecture Definition): Delete
10109 definition of DO_REGISTERS_INFO.
10110
f2abfe65
KB
101112002-10-18 Kevin Buettner <kevinb@redhat.com>
10112
10113 * gdbint.texinfo (Address Classes): Fix problems with insertion
10114 of ``{'' and ``}'' in example.
10115
b5b0480a
KB
101162002-10-17 Kevin Buettner <kevinb@redhat.com>
10117
10118 * gdbint.texinfo (Address Classes): New section.
10119 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10120 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10121 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10122 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10123
c85508ee
KD
101242002-10-11 Klee Dienes <kdienes@apple.com>
10125
10126 * gdb.texinfo (Registers): Mention vector registers as well as
10127 floating registers in the documentation for 'info registers' and
10128 'info all-registers'.
10129
6d12fc3d
DJ
101302002-10-11 Daniel Jacobowitz <drow@mvista.com>
10131
10132 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10133
8d19fbd2
JJ
101342002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10135
10136 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10137 interface definition.
10138
a37295f9
MM
101392002-10-03 Marko Mlinar <markom@opencores.org>
10140
10141 * gdb.texinfo (Target Commands): Add or1k target specific
10142 commands.
10143 * gdb.texinfo (Contributors): Add myself to the contributors list.
10144
da0f9dcd
AC
101452002-10-01 Andrew Cagney <ac131313@redhat.com>
10146
10147 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10148 and "mi1" instead of "mi1" and "mi0".
10149
2e834e49
HPN
101502002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10151
10152 * gdb.texinfo (Packets): Fix typos "alligned".
10153 Correct z3/Z3 description. Correct z4/Z4 title.
10154
050be0dc
AC
101552002-09-27 Andrew Cagney <ac131313@redhat.com>
10156
10157 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10158
1104b9e7
KB
101592002-09-25 Kevin Buettner <kevinb@redhat.com>
10160
10161 * gdb.texinfo: Use GNU/Linux instead of Linux.
10162
512217c7
AC
101632002-09-25 Andrew Cagney <ac131313@redhat.com>
10164
10165 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10166
10998722
AC
101672002-09-24 Andrew Cagney <ac131313@redhat.com>
10168
512217c7 10169 * gdb.texinfo: Replace @example with @smallexample.
10998722 10170
a0eb71c5
KB
101712002-09-20 Kevin Buettner <kevinb@redhat.com>
10172
f7dc1244 10173 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10174 * gdb.texinfo (Character Sets): Use @smallexample instead of
10175 @example. Use GNU/Linux instead of Linux.
10176
101772002-09-20 Jim Blandy <jimb@redhat.com>
10178
10179 * gdb.texinfo: Add character set documentation.
10180
2f870471
AC
101812002-09-19 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10184 (Packets): Add cross reference from `b' packet to `z' packets.
10185
790eb8f5
AC
101862002-09-19 Andrew Cagney <ac131313@redhat.com>
10187
8d30a00d
AC
10188 * gdb.texinfo (Maintenance Commands): Document ``maint
10189 internal-error'' and ``maint internal-warning''.
10190
790eb8f5
AC
10191 * gdbint.texinfo (Target Architecture Definition): Revise
10192 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10193
a23a7bf1
JB
101942002-09-19 Joel Brobecker <brobecker@gnat.com>
10195
10196 * gdbint.texinfo (Target Conditionals): Document the new
10197 NAME_OF_MALLOC macro.
10198
299ffc64
AC
101992002-09-05 Andrew Cagney <ac131313@redhat.com>
10200
10201 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10202 engineer.
10203
b7bb15bc
SC
102042002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10205
10206 * gdb.texinfo (TUI Overview): Document status line fields.
10207
3d757584
SC
102082002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10209
10210 * gdb.texinfo (TUI Commands): Document info win command.
10211
269c21fe
SC
102122002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10213
10214 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10215
7cf36c78
SC
102162002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10217
10218 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10219 (TUI Keys): Likewise.
10220
d2c6833e
AC
102212002-08-25 Andrew Cagney <ac131313@redhat.com>
10222
10223 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10224 for a packet receive.
10225
46d8b1c3
AC
102262002-08-25 Andrew Cagney <ac131313@redhat.com>
10227
10228 * Makefile.in (clean): Move to end of file.
10229 (distclean, maintainer-clean, realclean): Ditto.
10230 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10231 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10232 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10233 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10234
b0787093
AC
102352002-08-24 Andrew Cagney <ac131313@redhat.com>
10236
10237 * Makefile.in (GDBINT_TEX_TMPS): Define.
10238 (gdbint.dvi, gdbint.pdf): Use
10239 (GDB_TEX_TMPS): Define.
10240 (gdb.dvi, gdb.pdf): Use.
10241 (STABS_TEX_TMPS): Define.
10242 (stabs.dvi, stabs.pdf): Use.
10243 (GDB_DOC_SOURCE_INCLUDES): New macros.
10244 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10245 (GDBINT_DOC_FILES_INCLUDES): New macros.
10246 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10247 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10248 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10249 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10250 (links2roff): Replace SFILES_INCLUDED with
10251 GDB_DOC_SOURCE_INCLUDES.
10252 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10253 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10254 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10255 dependencies.
10256 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10257 dependencies.
10258 (gdbmi.texinfo): Delete rule.
10259 (inc-hist.texinfo): Delete rule.
10260 (rluser.texinfo): Delete rule.
10261
ebba8386
AC
102622002-08-23 Andrew Cagney <cagney@redhat.com>
10263
10264 * gdbint.texinfo (Target Architecture Definition): Update
10265 STORE_RETURN_VALUE, mention regcache.
10266
0ab7a791
AC
102672002-08-21 Andrew Cagney <ac131313@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Document
10270 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10271
ee2d5c50
AC
102722002-08-19 Andrew Cagney <ac131313@redhat.com>
10273
10274 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10275 Fix minor typos. Add index entries.
10276
53c69bd7
AC
102772002-08-18 Andrew Cagney <ac131313@redhat.com>
10278
10279 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10280
e76f1f2e
AC
102812002-08-15 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbint.texinfo (Target Architecture Definition): Document
10284 PRINT_VECTOR_INFO.
10285 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10286
0680b120
AC
102872002-08-13 Andrew Cagney <ac131313@redhat.com>
10288
10289 * gdb.texinfo (Maintenance Commands): Document "maint print
10290 registers", "maint print raw-registers" and "maint print
10291 cooked-registers".
10292
3c3bea1c
GS
102932002-08-08 Grace Sainsbury <graces@redhat.com>
10294
a9331b3f 10295 From Mark Salter:
3c3bea1c
GS
10296 * gdb.texinfo (Protocol): Document T packet extension to
10297 allow watchpoint address reporting.
10298
42f9b0a5
AC
102992002-08-03 Andrew Cagney <ac131313@redhat.com>
10300
10301 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10302
db034ac5
AC
103032002-08-01 Andrew Cagney <cagney@redhat.com>
10304
10305 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10306 to CHILL.
10307
e2b28d04
AC
103082002-08-01 Andrew Cagney <ac131313@redhat.com>
10309
10310 * gdbint.texinfo (Coding): Revise section "Include Files".
10311
7fb623f7
AC
103122002-07-24 Andrew Cagney <cagney@redhat.com>
10313
10314 * gdbint.texinfo: Obsolete references to m88k.
10315 * gdb.texinfo: Ditto.
10316
4a2b4636
JB
103172002-07-10 Joel Brobecker <brobecker@gnat.com>
10318
7fb623f7 10319 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10320 where the proper version of autoconf can be retrieved.
10321
a71ec265
DH
103222002-07-09 Don Howard <dhoward@redhat.com>
10323
10324 * gdb.texinfo (Command Files): Further describe the behavior of
10325 sourced command files.
10326
b9aa90c9
AC
103272002-06-27 Andrew Cagney <ac131313@redhat.com>
10328
10329 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10330 (Coding): Clarify ISO C version that GDB assumes.
10331
40dd2248
TT
103322002-06-26 Tom Tromey <tromey@redhat.com>
10333
10334 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10335 add_setshow_cmd_full.
10336
bfac230e
DH
103372002-06-25 Don Howard <dhoward@redhat.com>
10338
10339 * gdb.texinfo (Memory Region Attributes): Document new behavior
10340 for 'mem' command.
10341
475b0867
JB
103422002-06-11 Jim Blandy <jimb@redhat.com>
10343
919d772c
JB
10344 * gdb.texinfo (Symbols): Update documentation for `info source'
10345 command.
10346
475b0867
JB
10347 * gdb.texinfo (Macros): Call the command `info macro', not
10348 `show macro'.
10349
ba8c9337
AC
103502002-06-09 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10353 data''.
10354
1029b7fa
MK
103552002-06-09 Mark Kettenis <kettenis@gnu.org>
10356
10357 * gdbint.texinfo (Target Architecture Definition): Document
10358 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10359
16737d73
AC
103602002-06-08 Andrew Cagney <ac131313@redhat.com>
10361
10362 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10363 lists.
10364
30107679
AC
103652002-06-08 Andrew Cagney <ac131313@redhat.com>
10366
10367 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10368 Branch''.
10369
3352e23e
AC
103702002-06-01 Andrew Cagney <ac131313@redhat.com>
10371
10372 * gdbint.texinfo (Target Architecture Definition): Add section
10373 ``Converting an existing Target Architecture to Multi-arch''.
10374
cbb09e6a
AC
103752002-05-30 Andrew Cagney <ac131313@redhat.com>
10376
10377 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10378 to ``Obsoleting code''. Revise.
10379
e2e0bcd1
JB
103802002-05-17 Jim Blandy <jimb@redhat.com>
10381
10382 * gdb.texinfo (C Preprocessor Macros): New chapter.
10383 Include it in the main menu.
10384 (Contributors): Credit Jim Blandy with macro support.
10385 (Compilation): Explain how to get macro information into the
10386 executable.
10387 (Expressions): Note that preprocessor macros are expanded.
10388
9db8d71f
DJ
103892002-05-14 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10392 options for `target remote'.
10393
6d531722
AC
103942002-05-13 Andrew Cagney <ac131313@redhat.com>
10395
10396 * gdbint.texinfo (Target Architecture Definition): Delete
10397 documentation on NNPC_REGNUM.
10398
13d01224
AC
103992002-05-11 Andrew Cagney <ac131313@redhat.com>
10400
10401 * gdbint.texinfo (Target Architecture Definition): Document
10402 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10403 (Target Architecture Definition): Revise section `Using Different
10404 Register and Memory Data Representations'. Add section `Raw and
10405 Virtual Register Representations'.
10406
b2e75d78
AC
104072002-05-11 Andrew Cagney <ac131313@redhat.com>
10408
10409 * gdbint.texinfo (Target Architecture Definition): Mention
10410 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10411 (Target Architecture Definition): Mention same. Add references to
10412 web pages.
10413
2c8682ee
MS
104142002-05-08 Michael Snyder <msnyder@redhat.com>
10415
10416 * stabs.texinfo (Attributes): Document new "vector" attribute.
10417
0816590b
AC
104182002-05-04 Andrew Cagney <ac131313@redhat.com>
10419
10420 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10421
2653173e
AC
104222002-05-04 Andrew Cagney <ac131313@redhat.com>
10423
10424 * gdb.texinfo: Delete obsolete references to a29k.
10425
d7bd68ca
AC
104262002-04-24 Andrew Cagney <ac131313@redhat.com>
10427
10428 * gdbint.texinfo (Target Architecture Definition): Replace
10429 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10430
21d83aa5
DM
104312002-04-24 David S. Miller <davem@redhat.com>
10432
10433 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10434
7673a6cc
DM
104352002-04-21 David S. Miller <davem@redhat.com>
10436
10437 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10438
d49d1e0a
AC
104392002-04-21 Andrew Cagney <ac131313@redhat.com>
10440
10441 * gdbint.texinfo (Target Architecture Definition): Delete
10442 definition of HAVE_REGISTER_WINDOWS.
10443
f7dc1244 104442002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10445
10446 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10447 "Theodore A. Roth" <troth@verinet.com>.
10448
5ca0cb28
DH
104492002-04-15 Don Howard <dhoward@redhat.com>
10450
f7dc1244 10451 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10452 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10453 Provide a better explaination of this feature.
5ca0cb28 10454
f208ba17
AC
104552002-04-14 Andrew Cagney <ac131313@redhat.com>
10456
10457 * gdbint.texinfo (Target Architecture Definition): Remove
10458 FRAME_CHAIN_COMBINE.
10459
d5ba91de
MC
104602002-04-12 Michael Chastain <mec@shout.net>
10461
10462 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10463 REG_STACK_SEGMENT.
10464
26818220
MC
104652002-04-09 Michael Chastain <mec@shout.net>
10466
10467 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10468 PYRAMID_* macros.
10469
129188f6
AC
104702002-04-07 Andrew Cagney <ac131313@redhat.com>
10471
10472 * gdb.texinfo (Bug Reporting): Document that the web is the
10473 prefered way of submitting bug reports.
10474 (Bug Reporting): Delete the s-mail address as the last resort.
10475
8227c0ff
AC
104762002-04-05 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Target Architecture Definition): Delete
10479 references to TARGET_WRITE_FP and write_fp.
10480
16d9dec6
MS
104812002-03-27 Michael Snyder <msnyder@redhat.com>
10482
10483 * gdb.texinfo: Document new commands dump, append, and restore.
10484
9ae8b82c
AC
104852002-03-27 Andrew Cagney <ac131313@redhat.com>
10486
10487 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10488 Branch'.
10489
474c8240
AC
104902002-03-18 Andrew Cagney <ac131313@redhat.com>
10491
10492 * gdb.texinfo: Change all examples to @smallexample.
10493 * gdbint.texinfo: Ditto.
a9331b3f 10494
fb0ff88f
AC
104952002-03-18 Andrew Cagney <ac131313@redhat.com>
10496
10497 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10498 Branches''.
10499
9bb0a4d8
AC
105002002-03-18 Andrew Cagney <ac131313@redhat.com>
10501
10502 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10503 Policy''.
10504
937f164b
FF
105052002-03-04 Fred Fish <fnf@redhat.com>
10506
10507 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10508 expresson, suports, dependant, trhe, perhaphs, situtations,
10509 explictily, taged, oportunity, unfortunatly).
10510
a7b40f07
AC
105112002-02-24 Andrew Cagney <ac131313@redhat.com>
10512
10513 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10514 Remove reference to 3.12.
10515
aab4e0ec
AC
105162002-02-23 Andrew Cagney <ac131313@redhat.com>
10517
10518 * gdbint.texinfo: Include fdl.texi.
10519 (Top): Add GNU Free Documentation License.
10520 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10521 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10522 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10523 (gdbint.info): Add srcdir to include path.
10524 * gdb.texinfo: Include gpl.texi.
10525 (Top): Add Copying.
10526 * gpl.texi: New file.
10527
47b95330
AC
105282002-02-23 Andrew Cagney <ac131313@redhat.com>
10529
10530 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10531
78c47bea
PM
105322002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10533
10534 * gdb.texinfo: Document Cygwin native specific commands.
10535
56460a61
DJ
105362002-02-15 Daniel Jacobowitz <drow@mvista.com>
10537
10538 * gdb.texinfo: Document gdbserver ``--attach'' command.
10539
def71bfa
MS
105402002-02-07 Michael Snyder <msnyder@redhat.com>
10541
10542 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10543 to @code(_ovly_debug_event).
10544
c928edc0
AC
105452002-02-07 Andrew Cagney <ac131313@redhat.com>
10546
10547 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10548
81d46470
MS
105492002-02-06 Michael Snyder <msnyder@redhat.com>
10550
10551 * gdb.texinfo (overlays): Mention new magic symbol
10552 '_ovly_debug_event', which allows GDB to keep better track
10553 of overlays.
10554
f7dc1244 105552002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10556
10557 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10558 Suggested by Dmitry Sivachenko.
10559
10560 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10561
15110bc3
MS
105622002-02-01 Michael Snyder <msnyder@redhat.com>
10563
10564 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10565
6763aef9
MS
105662002-01-30 Michael Snyder <msnyder@redhat.com>
10567
ac282366
MS
10568 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10569 (set trust-readonly-sections): Document.
6763aef9 10570
8642bc8f
AC
105712002-01-29 Andrew Cagney <ac131313@redhat.com>
10572
10573 * gdbint.texinfo (Releasing GDB): Revise and update.
10574
afe64c1a
AC
105752002-01-28 Andrew Cagney <ac131313@redhat.com>
10576
10577 * gdbint.texinfo (Target Architecture Definition): Delete
10578 description of TARGET_BYTE_ORDER_DEFAULT.
10579
f7dc1244 105802002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10581
10582 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10583 <mitya@cavia.pp.ru>.
10584
3d6e1b5a
AC
105852002-01-23 Andrew Cagney <ac131313@redhat.com>
10586
10587 * libgdb.texinfo: Delete file.
10588
6c0e9fb3
AC
105892002-01-22 Andrew Cagney <ac131313@redhat.com>
10590
10591 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10592 * gdbint.texinfo: Ditto.
10593
e0ce93ac
AC
10594Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10595
10596 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10597
be298bcc
AC
105982002-01-22 Andrew Cagney <ac131313@redhat.com>
10599
10600 * Makefile.in: Update copyright.
10601 (TEXI2DVI): Define.
10602 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10603 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10604 gdb-cfg.texi.
10605 (TEXINDEX, PDFTEX): Delete makefile variables.
10606
8e04817f
AC
106072002-01-22 Andrew Cagney <ac131313@redhat.com>
10608
10609 * gdb.texinfo (Protocol): Move section to appendix.
10610
6b2f586d
AC
106112002-01-21 Andrew Cagney <ac131313@redhat.com>
10612
10613 * gdb.texinfo (Remote Debugging): Create a menu.
10614 (Top): Add ``Remote Debugging'' to menu.
10615
6f05cf9f
AC
106162002-01-21 Andrew Cagney <ac131313@redhat.com>
10617
10618 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10619 serial protocol'' from here.
10620 (Remote Debugging): To here. New chapter.
10621
3fd3d7d2
AC
106222002-01-20 Andrew Cagney <ac131313@redhat.com>
10623
10624 * gdbint.texinfo (Target Architecture Definition): Delete
10625 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10626
7fd60527
AC
106272002-01-20 Andrew Cagney <ac131313@redhat.com>
10628
10629 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10630 are no longer needed.
10631 (Porting GDB): Add maintainer note about configure.host.
10632
c2f05ac9
AC
106332002-01-20 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdbint.texinfo (Target Architecture Definition): Remove
10636 definition of IEEE_FLOAT.
10637
f7dc1244 106382002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10639
10640 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10641 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10642 <3diff@gnu.org>
231b2aad 10643
82600034
AC
106442002-01-19 Andrew Cagney <ac131313@redhat.com>
10645
10646 * gdbint.texinfo (Host Definition): Remove references to
10647 MALLOC_INCOMPATIBLE.
10648
7708fa01
AC
106492002-01-17 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10652 and xyz-xdep.o.
10653
eb12ee30
AC
106542002-01-17 Andrew Cagney <ac131313@redhat.com>
10655
889bf7c5 10656 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10657 (Set Breaks): Copy ``maint info breakpoint'' doco to
10658 ``Maintenance Commands'' appendix. Add reference.
10659
c9ccaa92
AC
106602002-01-17 Andrew Cagney <ac131313@redhat.com>
10661
10662 * fdl.texi: Remove next/prev from @node.
10663
f7dc1244 106642002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10665
10666 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10667 for monstrous @multitable (from Brian Youmans).
10668
10669 * fdl.texi: New file.
10670
10671 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10672
8973da3a
AC
106732002-01-15 Andrew Cagney <ac131313@redhat.com>
10674
10675 * gdbint.texinfo (Releasing GDB): New chapter.
10676
7d86b5d5
AC
106772002-01-14 Andrew Cagney <ac131313@redhat.com>
10678
10679 * gdb.texinfo (Embedded Processors, Calling program functions):
10680 Obsolete references to a29k.
10681
cc1cb004
AC
106822002-01-13 Andrew Cagney <ac131313@redhat.com>
10683
10684 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10685 examples. Document that a code-block should do or discard its
10686 cleanups before exit.
10687
79f12247
MS
106882002-01-11 Michael Snyder <msnyder@redhat.com>
10689
10690 * gdb.texinfo (Choosing files): Change @samp to @file.
10691
19837790
MS
106922002-01-05 Michael Snyder <msnyder@redhat.com>
10693
10694 * gdb.texinfo (--pid): Document new command line option (attach).
10695
f7dc1244 106962002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10697
10698 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10699 in the stub.
10700
d7449b42
AC
107012002-01-04 Andrew Cagney <ac131313@redhat.com>
10702
10703 * gdbint.texinfo (Target Architecture Definition): Replace
10704 BIG_ENDIAN with BFD_ENDIAN_BIG.
10705
f23631e4
AC
107062002-01-03 Andrew Cagney <ac131313@redhat.com>
10707
10708 * gdbint.texinfo (Target Architecture Definition): Replace
10709 value_ptr with struct value pointer.
10710
72c9928d
EZ
107112002-01-02 Eli Zaretskii <eliz@gnu.org>
10712
10713 * gdb.texinfo (Free Software): Fix wording.
10714
959acfd1
EZ
107152001-12-31 Eli Zaretskii <eliz@gnu.org>
10716
10717 * gdb.texinfo (Free Software): New section ``Free Software Needs
10718 Free Documentation''.
10719
f7dc1244 107202001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10721
10722 * stabs.texinfo:
10723 * gdb.texinfo:
10724 * gdbint.texinfo:
10725 * libgdb.texinfo:
10726 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10727
6600abed
MS
107282001-12-29 Michael Snyder <msnyder@redhat.com>
10729
10730 * gdb.texinfo (maint info sections): Fix typo.
10731
f6680716
MS
107322001-12-26 Michael Snyder <msnyder@redhat.com>
10733
fe95c787
MS
10734 * gdb.texinfo (maint info sections): Document.
10735
a9331b3f 10736 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10737 'info proc' sub-options that are currently not implemented.
10738
c3d3ce5b
JB
107392001-12-20 Jim Blandy <jimb@redhat.com>
10740
10741 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10742
778eb05e
AC
107432001-12-15 Andrew Cagney <ac131313@redhat.com>
10744
10745 * gdbint.texinfo (Target Architecture Definition): Replace
10746 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10747
2607059c
AC
107482001-12-01 Andrew Cagney <ac131313@redhat.com>
10749
10750 * gdbint.texinfo (Host Definition): Delete documentation on
10751 HOST_BYTE_ORDER.
10752
df0cd8c5
JB
107532001-11-30 Jim Blandy <jimb@redhat.com>
10754
10755 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10756 overlay support. Add to top-level menu.
df0cd8c5 10757
88118b3a
TT
107582001-11-26 Tom Tromey <tromey@redhat.com>
10759
10760 * gdb.texinfo (Command Syntax): Document C-o binding.
10761
96565e91
CF
107622001-07-26 Christopher Faylor <cgf@redhat.com>
10763
10764 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10765 use since it is described in the referenced section.
10766
f7dc1244 10767 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10768 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10769 clearer when using DJGPP.
10770
2a3d5645
CF
107712001-11-24 Christopher Faylor <cgf@redhat.com>
10772
10773 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10774 specifically refer to MS-DOS.
10775 (command files): Mention gdb.ini is only used on MS-DOS.
10776
aa26fa3a
TT
107772001-11-21 Tom Tromey <tromey@redhat.com>
10778
10779 * gdb.texinfo (Invoking GDB): Document --args.
10780 (Mode Options): Likewise.
10781
4f8ada06
JB
107822001-11-21 Jim Blandy <jimb@redhat.com>
10783
10784 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10785 Delete documentation; this macro has been removed from the
10786 sources.
4f8ada06 10787
3fe0dc10
JB
107882001-11-13 Jim Blandy <jimb@redhat.com>
10789
10790 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10791
9e5abb06
CV
107922001-11-06 Corinna Vinschen <vinschen@redhat.com>
10793
10794 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10795
1c5dfdad
MS
107962001-11-05 Michael Snyder <msnyder@redhat.com>
10797
a9331b3f 10798 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10799 quote regexp chars in function names such as "operator*()".
10800
990f9fe3
FF
108012001-11-01 Fred Fish <fnf@redhat.com>
10802
10803 * gdbint.texinfo (SOLIB_ADD): Document additional new
10804 "readsyms" arg.
10805
b433d00b
DH
108062001-10-30 Don Howard <dhoward@redhat.com>
10807
070b1dd3
DH
10808 * gdb.texinfo: (Command Files) Added documentation for the
10809 behavior of gdb with input redirected from a file.
b433d00b 10810
b7209cb4
FF
108112001-10-28 Fred Fish <fnf@redhat.com>
10812
10813 * gdb.texinfo (auto-solib-add): Change docs to match
10814 implementation change.
10815 (auto-solib-limit): Add docs for new variable.
10816
1aa20aa8
AC
108172001-10-15 Andrew Cagney <ac131313@redhat.com>
10818
10819 * gdbint.texinfo (Target Architecture Definition): Function
10820 value_as_pointer renamed to value_as_address.
10821
fc0c74b1
AC
108222001-10-15 Andrew Cagney <ac131313@redhat.com>
10823
10824 * gdbint.texinfo (Target Architecture Definition): Default
10825 POINTER_TO_ADDRESS functions assume unsigned addresses.
10826 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10827 posting by Jim Blandy.
10828
f4846649
JB
108292001-10-12 Jim Blandy <jimb@redhat.com>
10830
10831 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10832 version of texi2html (1.64) doesn't support this flag any more.
10833
f277788b
MK
108342001-09-08 Mark Kettenis <kettenis@gnu.org>
10835
a9dc4918
MK
10836 * gdbint.texinfo (Host Definition): Remove description of
10837 MEM_FNS_DECLARED.
10838
d28379df
MK
10839 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10840
f277788b
MK
10841 * gdbint.texinfo (Host Definition): Remove description of
10842 HAVE_SIGSETMASK.
10843
7ccaa899
EZ
108442001-09-04 Elena Zannoni <ezannoni@redhat.com>
10845
10846 * gdbint.texinfo (Target Architecture Definition): Add
10847 explanation of TARGET_PRINT_INSN macro.
10848
17d9d558
JB
108492001-08-30 Jim Blandy <jimb@redhat.com>
10850
10851 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10852 Explain what it means to load relocatable files.
10853
72cde065
JB
108542001-08-28 Jim Blandy <jimb@redhat.com>
10855
10856 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10857 info `top' menu.
10858
9e678452
CF
10859Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10860
10861 * gdbint.texinfo: Add a cautionary note about macro use.
10862
a2bea4c3 108632001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10864
a2bea4c3
CV
10865 * gdb.texinfo: Explain omitting the hostname in the
10866 `target remote' command.
10867
1129bf27
DJ
108682001-07-30 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10871 and END-INFO-DIR-ENTRY.
10872
732b3002
SC
108732001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10874
10875 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10876
89437448
AC
108772001-07-25 Andrew Cagney <ac131313@redhat.com>
10878
10879 * gdbint.texinfo (libgdb): Rewrite.
10880
f7dc1244 108812001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10882
10883 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10884
c4555f82
SC
108852001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10886
10887 * gdb.texinfo (TUI): New chapter, document the TUI.
10888 (Mode Options): Document the -tui option.
10889
2f45a6e0
MK
108902001-07-23 Mark Kettenis <kettenis@gnu.org>
10891
10892 * gdbint.texinfo (Host Definition): Remove description of
10893 NEED_POSIX_SETPGID.
10894
f7dc1244 108952001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10896
10897 * gdb.tex (DJGPP Native): New node, with descriptions of
10898 DJGPP-specific commands.
10899
be9c6c35
JM
109002001-07-19 John R. Moore <jmoore@redhat.com>
10901
10902 * gdbint.texinfo: Three misspellings.
10903
dfa249fb
AC
109042001-07-06 Andrew Cagney <ac131313@redhat.com>
10905
10906 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10907 `test` expressions on bash. Problem reported by Colin Walters.
10908
c72e7388
AC
109092001-07-04 Andrew Cagney <ac131313@redhat.com>
10910
10911 * gdbint.texinfo (User Interface): Update ui-out documentation to
10912 refelect recent UI/MI updates.
10913
94bbb2c0
AC
109142001-07-04 Andrew Cagney <ac131313@redhat.com>
10915
10916 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10917 interpreters.
10918
af6c57ea
AC
109192001-06-15 Andrew Cagney <ac131313@redhat.com>
10920
10921 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10922 structure and not macros.
10923 (Host Definition): Document that much of this chapter is obsolete.
10924 (Target Architecture Definition): Update list of files that make
10925 up a target architecture.
10926 (Coding): Update.
10927
83aa8bc6
AC
109282001-06-28 Andrew Cagney <ac131313@redhat.com>
10929
10930 * gdbint.texinfo (Target Architecture Definition): Update
10931 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10932 The latter has been changed to a true predicate.
10933
f7dc1244 109342001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10935
10936 * annotate.texi: Add @noindent where needed. From Dmitry
10937 Sivachenko <dima@Chg.RU>.
10938 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10939
656db9b0
AC
109402001-06-16 Andrew Cagney <ac131313@redhat.com>
10941
10942 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10943
df2396a1
AC
109442001-06-14 Andrew Cagney <ac131313@redhat.com>
10945
10946 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10947 returns ``OK''. Document that the ``R'' packet does not reply.
10948
0f1f2b0a
MS
109492001-06-13 Michael Snyder <msnyder@redhat.com>
10950
10951 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10952
f7dc1244 109532001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10954
10955 * gdb.texinfo (Signals): Clarify the default setting of signal
10956 handling.
10957
a5d7c491
AC
109582001-05-14 Andrew Cagney <ac131313@redhat.com>
10959
10960 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10961 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10962
05a54c4f
AC
109632001-05-12 Andrew Cagney <ac131313@redhat.com>
10964
10965 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10966
f7dc1244 109672001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10968
10969 * gdbint.texinfo (Clean Design and Portable Implementation):
10970 Renamed from "Clean Design".
10971 (Clean Design and Portable Implementation): Document portable
10972 methods of handling file names, and the associated macros.
10973
f7dc1244 109742001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10975
10976 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10977 command and provide a cross-reference to its description.
10978 (Symbols): Note that "info scope" is useful for trace experiments.
10979
f7dc1244 109802001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10981
b37052ae
EZ
10982 * gdb.texinfo (Symbols): Document "info scope".
10983 (Tracepoints): New chapter.
10984 (Contributors): Update for v5.1.
10985 <All nodes>: Change "C++" to "C@t{++}".
10986
0ee54786
EZ
10987 * gdbint.texinfo (User Interface): A new section about ui_out
10988 functions, based on text written by Fernando Nasser.
10989
c534679c
EZ
10990 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10991
f7dc1244 109922001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10993
e9c75b65
EZ
10994 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10995
10996 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10997
10998 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10999 Replace "GDB" with "@value{GDBN}". Fix markup.
11000
11001 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11002
3d67e040
EZ
11003 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11004 a cross-reference to its description.
11005 (Symbols): Document "info symbol".
11006
f7dc1244 110072001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11008
11009 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11010 subsection "x86 Watchpoints".
11011 (Target Architecture Definition): Document the macros
11012 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11013 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11014
b0ed3589
AC
110152001-03-20 Andrew Cagney <ac131313@redhat.com>
11016
11017 * gdbint.texinfo (Target Architecture Definition): Update
11018 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11019 list.
11020
b6ba6518
KB
110212001-03-06 Kevin Buettner <kevinb@redhat.com>
11022
11023 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11024 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11025
f7dc1244 110262001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11027
11028 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11029
f7dc1244 110302001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11031
17cc6a06
EZ
11032 * gdb.texinfo (Environment): Document that `path' does not change
11033 the value of PATH in GDB's own environment (it did in the past,
11034 but that was changed on March 15, 1994). Reported by Doug Evans
11035 <dje@transmeta.com>.
11036
56caf160
EZ
11037 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11038 its line. Fix markup of commands and macros. Add an Index node
11039 and index entries.
11040
29e57380
C
110412001-01-23 J.T. Conklin <jtc@redback.com>
11042
11043 * gdb.texinfo (Memory region attributes): New manual section.
11044
1c6147de
ND
110452001-01-04 Nicholas Duffek <nsd@redhat.com>
11046
11047 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11048
f7dc1244 110492000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11050
11051 * refcard.tex: Version and copyright fixed. From Phil Edwards
11052 <pedwards@disaster.jaj.com>.
11053
0dcedd82
AC
11054Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11055
11056 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11057 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11058
3b851bce
AC
11059Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11060
11061 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11062 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11063
f7dc1244 110642000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11065
11066 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11067 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11068
b90a5f51
CF
110692000-11-10 Christopher Faylor <cgf@cygnus.com>
11070
11071 * gdb.texinfo: Document new 'set step-mode' command.
11072
f7dc1244 110732000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11074
11075 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11076 changes from Dmitry Sivachenko <dima@Chg.RU>.
11077
f7dc1244 110782000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11079
11080 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11081 From Steven Johnson <sbjohnson@ozemail.com.au>.
11082
2e685b93
MK
110832000-08-10 Mark Kettenis <kettenis@gnu.org>
11084
11085 * gdbint.texinfo (Overall Structure): Spelling fix.
11086
f7dc1244 110872000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11088
11089 * gdbint.texinfo (Target Architecture Definition): Document that
11090 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11091 for which REGISTER_CONVERTIBLE returns a zero value.
11092
63ac3005
EZ
110932000-07-08 Christopher Faylor <cgf@cygnus.com>
11094
11095 * Makefile.in (install-info): Find files to install in either the
11096 build or source directories (adapted from Makefile.am).
11097
bd79f757
ND
110982000-07-07 Nicholas Duffek <nsd@redhat.com>
11099
11100 * stabs.texinfo: Fix spelling errors.
11101 (String Field): FILE-NUMBER starts from 0, not 1.
11102
f7dc1244 111032000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11104
11105 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11106 Brian Youmans.
5f208f6d 11107
f7dc1244 111082000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11109
11110 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11111 the source directory. Reported by Mark Harig
11112 <markh@frazier.landmark.com>.
cc542d3b 11113
f3b28801
C
111142000-06-20 J.T. Conklin <jtc@redback.com>
11115
11116 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11117
449f3b6c
AC
11118Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11119
11120 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11121 Generate using pdftex.
449f3b6c 11122 (PDFTEX): Define.
889bf7c5 11123 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11124 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11125 @contents at the start.
449f3b6c 11126
f7dc1244 111272000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11128
11129 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11130 Youmans.
48e934c6 11131
9e9c5ae7
AC
11132Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11133
11134 From Brian Youmans:
11135 * gdb.texinfo: Fix ``et al.''.
11136
c741b251
AC
11137Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11138
11139 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11140 loop.
c741b251 11141
4ab64e14
JG
111422000-05-19 Jimmy Guo <guo@cup.hp.com>
11143
11144 * configure: Regenerate.
11145
f7dc1244 111462000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11147
11148 * Makefile.in (install-info): Run install-info on installed Info
11149 files.
11150
8c70017b
AC
11151Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11152
a7cb598a 11153 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11154 Andrew Cagney.
8c70017b 11155
f7dc1244 111562000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11157
11158 * gdb.texinfo: Proofreading changes from Brian Youmans.
11159
bf0184be
ND
111602000-05-01 Nick Duffek <nsd@cygnus.com>
11161
11162 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11163 startup sequence, minor edits.
11164
f7dc1244 111652000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11166
11167 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11168 TeX.
11169
11170 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11171 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11172 like `n' and `s' which look weird. Convert some of the @kindex to
11173 @vindex, when they refer to variables, not commands.
11174
33e16fad
AC
11175Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11176
11177 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11178
f7dc1244 111792000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11180
11181 * Makefile.in (GDBMI_DIR): New variable.
11182 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11183 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11184 (gdbmi.texinfo): New target, for texi2roff.
11185 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11186 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11187
11188 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11189 gdbmi.texinfo.
11190 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11191 comment.
11192
d167840f
EZ
111932000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11194
11195 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11196 command.
d167840f 11197
f7dc1244 111982000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11199
11200 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11201 prevents the build (and is generally a Bad Idea).
11202
f7dc1244 112032000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11204
11205 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11206 a comma inside @var.
11207 (Command Files): Index markup changes from Dmitry Sivachenko
11208 <dima@Chg.RU>.
11209
f7dc1244 112102000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11211
11212 * Makefile.in (LN_S): Define.
11213 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11214 invoke "ln -s" unless it is known to work.
11215
11216 * configure.in (AC_PROG_LN_S): Add.
11217
8dc7983f
JB
112182000-04-14 Jim Blandy <jimb@redhat.com>
11219
11220 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11221 section.
11222 (Target Conditionals): Document ADDRESS_TO_POINTER,
11223 POINTER_TO_ADDRESS.
11224
1a8237e8
DB
112252000-04-11 Daniel Berlin <dan@cgsoftware.com>
11226
11227 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11228 gdb-cfg.texi to get the value.
11229
ca526f1a
JB
112302000-04-10 Jim Blandy <jimb@redhat.com>
11231
11232 * gdbint.texinfo (Target Architecture Definition): Fix
11233 cross-references.
11234
faaafcb4
JB
112352000-04-08 Jim Blandy <jimb@redhat.com>
11236
11237 * gdbint.texinfo (Using Different Register and Memory Data
11238 Representations): New section.
11239 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11240 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11241 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11242
1b27397f
AC
11243Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11244
11245 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11246 for acknowledgments.
1b27397f 11247
480ff1fb
AC
11248Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11249
11250 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11251 qThreadExtraInfo.
480ff1fb 11252
a9331b3f 112532000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11254
a9331b3f
RM
11255 * gdb.texinfo: Clarify which remote debug protocol commands are
11256 required and which are optional.
f1251bdd 11257
dbeb8dbd
AC
11258Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11259
11260 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11261 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11262 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11263 * annotate.texi: Update.
11264
6d2ebf8b
SS
112652000-03-28 Stan Shebs <shebs@apple.com>
11266
11267 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11268 expectation of additional changes before release), update
11269 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11270 node links, rephrase and/or shorten lines to fix formatting
11271 problem in both regular and @smallbook formats.
11272 * annotate.texi: Shorten lines in example, use smallexample
11273 consistently everywhere.
11274 * Makefile.in: Add comment about texinfo 4.0 html generation.
11275 (SFILES_INCLUDED): Add annotate.texi.
11276
5d161b24
DB
112772000-03-27 Daniel Berlin <dan@cgsoftware.com>
11278
5ae4183a
AS
11279 * gdb.texinfo (Debugging Output): Added new section, documenting
11280 the "set/show debug" commands.
5d161b24 11281
b9deaee7
AC
11282Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11283
11284 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11285 entry.
b9deaee7
AC
11286
11287 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11288 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11289 @chapter and @node entries.
a9331b3f 11290
b9deaee7 11291 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11292
9ef47d30
AC
11293Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11294
11295 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11296 files.
9ef47d30 11297
cfeada60
FN
112982000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11299
11300 From David Whedon <dwhedon@gordian.com>
5ae4183a 11301 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11302
6837a0a2
DB
113032000-03-22 Daniel Berlin <dan@cgsoftware.com>
11304
11305 * gdb.texinfo: Add documentation for the apropos command.
11306
bba2971c
MS
113072000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11308
11309 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11310
2b628194
MS
113112000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11312
a9331b3f 11313 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11314 two places.
11315
96a2c332
SS
113162000-03-17 Stan Shebs <shebs@apple.com>
11317
11318 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11319 <dima@Chg.RU>, also clarification of allowed content for
11320 string constants.
11321
f7dc1244 113222000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11323
11324 * gdb.texinfo (main menu): Add Annotations.
11325 (File Options): Add @cindex entries for each command-line option.
11326 Document --epoch, --annotate, --async, --interpreter, --write,
11327 --statistics, and --version.
11328
11329 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11330 of GDB.
11331
9d233477
JB
113322000-02-23 Jim Blandy <jimb@redhat.com>
11333
11334 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11335
14e0eb3b
JB
113362000-02-22 Jim Blandy <jimb@redhat.com>
11337
11338 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11339
3555de01
JM
113402000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11341
11342 * Makefile.in (diststuff): New target.
11343
5e35df8e
KB
113442000-02-15 Kevin Buettner <kevinb@redhat.com>
11345
11346 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11347 architecture. [From Jim Wilson.]
5e35df8e 11348
c5394b80
JM
113492000-01-16 Tom Tromey <tromey@cygnus.com>
11350
11351 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11352 (Delete Breaks): Mention range arguments.
11353 (Disabling): Likewise.
11354
c3f6f71d
JM
113552000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11356
11357 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11358
c4093a6a
JM
11359Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11360
11361 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11362 valid functions.
c4093a6a 11363
11cf8741
JM
113641999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11365
11366 * gdb.texinfo: Clarify regular expressions used in rbreak.
11367
917317f4
JM
113681999-10-15 Kevin Buettner <kevinb@cygnus.com>
11369
11370 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11371 MEMORY_REMOVE_BREAKPOINT): Document.
11372
11373Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11374
11375 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11376 offset re-using the DATA offset instead.
917317f4 11377
2df3850c
JM
113781999-10-11 Jim Kingdon <kingdon@redhat.com>
11379
11380 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11381
113821999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11383
11384 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11385 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11386 typos.
11387
11388 * gdb.texinfo: Various minor wording and formatting improvements,
11389 mentions of additional command-line options.
11390
2acceee2
JM
113911999-09-30 Fred Fish <fnf@cygnus.com>
11392
11393 * gdb.texinfo: Document additional forms of specifying section
11394 names and addresses for the add-symbol-file command.
11395
c2c6d25f
JM
113961999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11397
11398 * gdbint.texinfo: Fix typo, add the word "have".
11399
114001999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11401
11402 * gdbint.texinfo (Target Architecture Definition): Document the
11403 SKIP_PERMANENT_BREAKPOINT macro.
11404
d4f3574e
SS
114051999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11406
11407 * gdb.texinfo: Fiks speling errers.
11408
11409 * gdb.texinfo: Fix uses of @multitable.
11410
f7dc1244 11411 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11412 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11413 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11414 comments about using with optimization, add more indexing,
11415 fix info about disassembly-flavor.
11416
11417Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11418
11419 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11420 SKIP_SOLIB_RESOLVER): Define.
11421
11422Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11423
11424 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11425 ``g'' packets.
d4f3574e 11426
104c1213
JM
114271999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11428
11429 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11430 platform-specific info, inline remote.texi and move sections of it
11431 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11432 and register stack into the new chapter.
11433 * remote.texi: Remove, now part of gdb.texinfo.
11434 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11435
114361999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11437
11438 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11439 GDB_TARGET_IS_MACH386): These kludges have gone away.
11440
11441Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11442
11443 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11444 TDEPLIBS.
104c1213 11445
53a5351d
JM
114461999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11447
11448 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11449 surrounding text to fit HP-UX bits into general info.
11450 (HPPA-cfg.texi): Remove, no longer useful.
11451
11452 * gdb.texinfo: Remove explicit links from @node lines, remove
11453 HP-added "Detailed Node Listing" from main menu which confuses
11454 things.
11455
11456 From Dmitry Sivachenko <dima@Chg.RU>:
11457 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11458 in description of `set environment'.
53a5351d
JM
11459
114601999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11461
11462 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11463
7be570e7
JM
114641999-08-12 Ben Elliston <bje@cygnus.com>
11465
11466 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11467
f7dc1244 114681999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11469
11470 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11471 watch, awatch, and rwatch. Explain why the latter two cannot be
11472 set as software watchpoints. Document that watchpoints for local
11473 variables are deleted when the debuggee terminates.
7be570e7
JM
11474
11475Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11476
11477 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11478 packet. Allow E.. response packet. "qRcmd" packet is no longer
11479 reserved.
7be570e7
JM
11480
114811999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11482
a9331b3f
RM
11483 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11484 * gdb.texinfo: Ditto.
7be570e7 11485
96baa820
JM
114861999-08-06 Tom Tromey <tromey@cygnus.com>
11487
11488 * gdb.texinfo (KOD): New node.
11489
11490Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11491
11492 * remote.texi (Rcmd): Fix minor formatting typos.
11493
11494Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11495
11496 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11497 packets.
96baa820 11498
adf40b2e
JM
114991999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11500
11501 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11502 fixes.
11503
43ff13b4
JM
11504Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11505
11506 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11507
085dd6e6
JM
11508Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11509
11510 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11511 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11512 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11513 packets that are not supported on all hosts. Expand examples.
11514 Spell check.
085dd6e6
JM
11515
115161999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11517
11518 * Makefile.in: Recognize html, install-html. Add targets
11519 to build HTML versions of documentation via texi2html.
11520
11521Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11522
11523 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11524 testsuite.
085dd6e6
JM
11525
11526Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11527
11528 * remote.texi (Communication Protocol): Rewrite.
11529
11530Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11531
11532 * stabs.texinfo: Fix uses of xref.
11533
9e0b60a8
JM
11534Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11535
11536 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11537 info about patch submission.
11538
cce74817
JM
11539Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11540
11541 From Per Bothner <bothner@cygnus.com>:
11542 * gdb.texinfo: Document Chill support.
11543
11544Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11545
11546 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11547 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11548 Document that the value should be greater-than or equal-to zero.
11549 (NO_STD_REGS): Document. Deprecate.
cce74817 11550
ac9a91a7
JM
11551Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11552
11553 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11554 Document that these are not used.
ac9a91a7
JM
11555
11556Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11557
11558 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11559
392a587b
JM
11560Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11561
11562 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11563 numargs was dropped.
392a587b
JM
11564
11565Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11566
11567 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11568
b83266a0
SS
11569Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11570
11571 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11572 Update.
b83266a0 11573
7a292a7a
SS
11574Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11575
11576 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11577 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11578
11579Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11580
11581 * gdbint.texinfo: Fix typos: $ -> @.
11582
11583Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11584
11585 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11586 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11587 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11588 BREAKPOINT_FROM_PC.
a9331b3f 11589
7a292a7a
SS
11590Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11591
11592 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11593 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11594
11595Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11596
11597 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11598 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11599
116001999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11601
11602 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11603 longer exists.
11604
11605Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11606
11607 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11608 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11609 they make the manual source incomprehensible.
7a292a7a
SS
11610 * h8-cfg.texi: Remove, hasn't been used in years.
11611
c906108c
SS
11612Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11613
11614 * gdb.texinfo: Update the credits.
11615
11616Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11617
11618 * gdb.texinfo: Fix mistakes noticed in printout of last
11619 draft, add Alpha to discussion of heuristic fence post.
11620
11621Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11622
11623 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11624 Edition, merge some HP changes into mainline, describe some
11625 previously undocumented features, describe more of the target
11626 commands available, eliminate obsolete section on renamed
11627 commands.
c906108c
SS
11628 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11629
11630Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11631
11632 * gdb.texinfo: Make many HPPA conditionals unconditional,
11633 including catchpoint description, since now on for all configs.
11634 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11635 specializations.
11636
11637Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11638
11639 * Makefile.in (GDBvn.texi): Fix match expression to work with
11640 current format of VERSION in gdb/Makefile.in.
11641 * gdb.texinfo: Fix node ref to match new readline.
11642
11643Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11644
a9331b3f
RM
11645 * gdb.texinfo: Changes made as part of a project to merge in
11646 changes made by HP. Documentation makes extensive use of
c906108c
SS
11647 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11648 on remote debugging. There are differences in documentation
889bf7c5 11649 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11650 the HP manual discusses catchpoints, hardware watchpoints, and
11651 some HPUX specific limitations for shared library support.
a9331b3f 11652
c906108c
SS
11653 There are also a number of @node changes.
11654
116551999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11656
11657 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11658 (C Usage): Same.
11659
11660Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11661
11662 The following changes were made by Edith Epstein
889bf7c5
PA
11663 <eepstein@cygnus.com> as part of a project to merge in changes
11664 made by HP.
a9331b3f 11665
c906108c
SS
11666 * HPPA-cfg.texi: new file.
11667
11668 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11669
11670 * refcard.tex: change documentation about catch.
11671 removed info catch.
11672
11673Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11674
11675 * gdbint.texinfo: Expand on GDB's coding standards,
11676 specify the use of arg names with prototypes.
11677
116781998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11679
11680 * gdb.texinfo: Fix tipo.
11681
11682Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11683
11684 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11685 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11686
11687Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11688
11689 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11690
116911998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11692
11693 * agentexpr.texi: New file.
11694
11695Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11696
11697 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11698
116991998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11700
11701 * remote.texi: Changed wording that implied that the GDB remote
11702 protocol caches register values instead of GDB itself.
11703
11704Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11705
11706 * gdbint.texinfo: Add some info about symbol readers.
11707 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11708 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11709 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11710 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11711
11712Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11713
a9331b3f 11714 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11715
11716Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11717
11718 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11719
11720Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11721
11722 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11723 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11724
11725Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11726
11727 * gdbint.texinfo: Fix minor typos.
11728
11729Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11730
11731 * gdbint.texinfo: Complete overhaul. Group descriptions more
11732 logically, add more info on generic algorithms, remove much
11733 obsolete and/or wrong material.
11734
11735Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11736
11737 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11738
11739Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11740
11741 * refcard.tex: Copyright, address updates.
11742
11743Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11744
11745 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11746 for the edition instead of confusing GDB-version-like numbers.
11747
11748Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11749
11750 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11751
11752Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11753
5ae4183a 11754 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11755
11756Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11757
11758 * gdb.texinfo: Add some credits, mention bug monitor.
11759 * remote.texi: Mention mips monitor targets.
11760 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11761
c906108c
SS
11762Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11763
11764 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11765 files, finish sorting of host vs target vs native macros, describe
11766 some more of them.
c906108c
SS
11767
11768Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11769
11770 * gdbint.texinfo (Host Conditionals): Document change from
11771 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11772
11773Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11774
11775 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11776 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11777
11778Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11781 Document LSEEK_NOT_LINEAR.
11782
11783Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11784
11785 * stabs.texinfo (Stab Section Basics): Make it clear that only
11786 some versions of the GNU linker remove the leading N_UNDF symbol.
11787
11788Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * stabs.texinfo (String Field): Document type number pairs here,
11791 instead of in the Sun specific section.
11792 (Include Files): The GNU linker supports the N_BINCL
11793 optimization. Clarify the N_BINCL value, and what it is used
11794 for.
11795 (Procedures): Document N_FUN with an empty string to mark the end
11796 of a function.
11797 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11798 (Sun Differences): Remove this node, as the information is now
11799 elsewhere in the main document.
11800 (Stab Section Basics): Mention that the GNU linker may optimize
11801 stabs and remove the leading N_UNDF symbol.
11802
11803Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11804
11805 * gdb.texinfo, refcard.tex: Restore author credit
11806
11807Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11808
11809 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11810 documentation to account for START and END macros taking
11811 one arg.
11812
11813Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11814
11815 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11816 * gdb.texinfo (Frames): Fix typo.
11817
11818Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11819
11820 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11821 a target_signal as arg type, not a pid.
11822
11823Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11824
11825 * gdb.texinfo: Document `set assembly-language'.
11826
11827Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11828
11829 * remote.texi: Update list of stubs in the GDB distribution.
11830
11831Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11832
11833 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11834 Also document that some systems can use mmalloc but must define
11835 this if their C runtime allocates memory that is later freed.
c906108c 11836 (MMCHECK_FORCE): Document new macro.
a9331b3f 11837
c906108c
SS
11838Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11839
11840 * remote.texi: Add documentation for target Sparclet.
11841
11842Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11843
a9331b3f 11844 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11845 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11846 * configure.in: Rewritten for autoconf.
11847 * configure: New.
11848
11849Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11850
11851 * Makefile.in (DVIPS): New define, set to dvips.
11852 (dvi): Add stabs.dvi.
11853 (ps): New target.
11854 (all-doc): Depend on info, dvi, and ps targets.
11855 (STAGESTUFF): Add *.ps and *.dvi files.
11856 (clean-info, clean-dvi): Remove.
11857 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11858 rules completely rewritten.
11859 (maintainer-clean): Remove clean-info and clean-dvi
11860 dependencies and put their actions in the rules.
11861 (gdb.ps): New target
a9331b3f 11862 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11863 intermediate TeX files, whether they have 2 or 3 character
11864 extensions.
11865 (gdbint.ps): Add target and rules.
11866 (gdb-internals): Delete unused target.
11867 (Makefile): Depends upon config.status also.
11868
11869Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11870
11871 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11872 set.
11873
11874Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11875
11876 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11877 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11878
11879Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11880
11881 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11882
11883Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11884
11885 * gdb.texinfo (Print settings): Document
11886 `set/show print static-members' commands.
11887
11888Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11889
11890 * gdbint.texinfo (Native): Document name change, coredep.c to
11891 core-aout.c.
11892
11893Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11894
11895 * stabs.texinfo (Include Files): Document the values the SunOS4
11896 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11897
11898Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11899
11900 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11901 Fix typo.
11902
11903Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11904
11905 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11906 "gdb.tar.Z".
11907
11908Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11909
11910 * Makefile.in (maintainer-clean): New target, synonym for
11911 realclean.
11912
11913Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11914
11915 * Update all FSF addresses except those in COPYING* files.
11916
11917Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11918
11919 From Richard Earnshaw (rearnsha@armltd.co.uk):
11920 * gdb.texinfo (convenience variables): Document $_exitcode.
11921 (quit): Document optional expression to use as exit code.
11922
11923Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11924
11925 * gdb.texinfo, remote.texi: Brought up to date with various
11926 GDB changes.
11927
11928Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11929
11930 * gdb.texinfo: Update dates and versions, fix comments about
11931 hardware watchpoints in future releases and about the
11932 sharedlibrary command.
11933
11934Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11935
11936 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11937 C_FUN stab. Other cleanups.
11938
11939Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11940
11941 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11942 for the sparc stub.
11943
11944Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11945
11946 * annotate.texi: Clarify which addresses have differing formats
11947 depending on the language and which do not.
11948
11949Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11950
11951 * remote.texi (NetWare): Changed example to use BOARD= instead of
11952 NODE= argument to reflect correspoding change to gdbserve.nlm.
11953
11954Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11955
11956 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11957 GDB, as well as AIX dbx, supports the size type attribute.
11958
11959Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11960
11961 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11962
11963Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11964
11965 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11966 and new 'if' and 'while' commands.
11967
11968Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11969
11970 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11971
11972Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11973
11974 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11975 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11976 NetWare targets. Mostly stolen from the Server node.
11977
11978Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11979
11980 * gdb.texinfo (Setting): Talk about the language of a source file
11981 versus the working language. The old documentation did not match
11982 what GDB did.
11983
11984Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11985
11986 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11987 of a source file.
11988
11989Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * gdb.texinfo (Processes): New node.
11992
11993Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11994
11995 * remote.texi: Update documentation of set/show mipsfpu.
11996
3fc11d3e
JM
11997Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11998
11999 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12000 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12001
12002Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12003
12004 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12005 obsolete conditionals, described some others.
12006
12007Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12008
12009 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12010 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12011
12012Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12013
12014 * gdbint.texinfo: Put regex conditionals in their own table.
12015
12016Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12017
12018 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12019 described or fixed the descriptions of many others.
12020
12021Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12022
12023 * gdb.texinfo: Add some more credits.
12024 * gdbint.texinfo: Capitalize GDB consistently, describe some
12025 macros and remove some.
12026
12027Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12028
12029 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12030 obsolete conditionals, described some others.
12031
12032Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12033
12034 * gdb.texinfo (help targets): Changed to `help target', which
12035 is the correct gdb command.
12036
12037Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12038
12039 * annotate.texi (TODO): New node, for keeping track of annotations
12040 suggested but not yet implemented.
12041
12042Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12043
12044 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12045 another symbol, it is not the address itself.
12046
12047Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12048
12049 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12050 of stabs-in-coff sections.
12051
12052Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12053
12054 * annotate.texi: Change edition to 0.5 and date to May 1994.
12055 Add index.
12056 (Frames): New node, for frame annotation.
12057 (Displays): New node, for display annotation.
12058
12059 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12060 when waiting for your program to stop.
12061
12062Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12063
12064 * annotate.texi (Breakpoint Info): Document annotation of header
12065 fields and record annotation.
12066
12067Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12068
12069 * annotate.texi: New file, to document annotations.
12070
12071Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12072
12073 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12074 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12075
12076Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12077
12078 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12079 section, and say n_strx field is compilation unit relative.
12080 * stabs.texinfo: Don't use @code for a.out when it is the name of
12081 an object file format.
12082
12083Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12084
12085 * gdb.texinfo: Refer to file names, not path names, per rms
12086 convention.
12087 (Arguments): Fix typo.
12088
12089Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12090
12091 * stabs.texinfo (Global Variables): Talk about stabs in files
12092 where variables are referenced, but not defined.
12093
12094Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12095
12096 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12097 Cplusplus to new nodes Member Type Descriptor and Method Type
12098 Descriptor. Re-write stuff for #.
12099
12100Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12101
12102 * gdb.texinfo (Print Settings): Don't document "set print
12103 fast-symbolic-addr off". The bug which it worked around was fixed
12104 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12105
12106 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12107 N_ENTRY node.
12108
12109 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12110
12111Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12114 references to ieee-float.c.
12115
12116Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12119 match what the code actually does.
12120
12121Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12122
12123 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12124
12125Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12126
12127 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12128 i, and b.
12129
12130Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12131
12132 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12133 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12134 as "stabs in sections" rather than just saying "ELF and SOM".
12135 Also make that stuff apply to COFF.
12136
12137Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12140 Ghostscript.
12141
12142Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12143
12144 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12145 versus functions without line numbers, also mention stepping into
12146 them as well as "step" when you are in them. Tell the user how to
12147 deal with the situation. Add comment about "debugging information".
12148
12149Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * stabs.texinfo (Enumerations): Document restriction on where
12152 enumeration types can appear and still win with GDB.
12153
12154Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12155
12156 * stabs.texinfo (Negative Type Numbers): Document format for type
12157 -16.
12158
12159Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12160
12161 * gdb.texinfo (Selection, Frame Info): Update information about
12162 arbitrary frame specficiations.
12163
12164Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12165
12166 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12167
12168Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12169
12170 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12171
12172Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12173
12174 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12175
12176Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12177
12178 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12179 Differences node to Statics node.
12180 (Statics): Discuss XCOFF use of V symbol descriptor.
12181
12182 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12183 not clean.
12184
12185Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12186
12187 * gdb.texinfo (Print Settings): Document `set print
12188 fast-symbolic-addr' and improve the doc for some other
12189 `set print's.
12190
12191Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12192
12193 * stabs.texinfo (String Field): Talk about defining several type
12194 numbers at once.
12195 Fix lint regarding changing node ELF Transformations to
12196 ELF and SOM Transformations.
12197
12198Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12199
12200 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12201
12202Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12203
12204 * stabs.texinfo (Cross-References): `::' is for nested types only
12205 within <>.
12206 (Structures): Document static members.
12207
12208Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12209
12210 * stabs.texinfo: Document S type attribute.
12211
12212Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12213
12214 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12215
12216Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12217
12218 * gdbint.texinfo: Fix a few typos.
12219
12220Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12221
12222 * gdb.texinfo, remote.texi: formatting improvements
12223
12224 * gdb.texinfo (New Features): mention threads.
12225 (Summary, C): fix xrefs in newly contributed text.
12226 (Threads): index entries, clarifications, example
12227 (passim): minor typos fixed, phrasing improvements
12228
12229 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12230 entries; (Server): explain use of gdbserver w/real-time systems,
12231 add example of conflicting TCP port; (MIPS Remote) break up
12232 running text into table, highlighting commands, and add example.
a9331b3f 12233
c906108c
SS
12234Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12235
12236 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12237
12238Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12239
12240 * stabs.texinfo (Nested Symbols): New node.
12241 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12242
12243Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12244
12245 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12246 to picking which Bbss.bss symbol to use, and (because there seems to
12247 be no good way of doing it) re-write some of the text to make it
12248 sound like Bbss.bss isn't such a great idea after all (as currently
12249 designed).
12250
12251 * gdb.texinfo (C): In addition to saying people have to use g++ for
12252 good results, say they have to use stabs. Specifically say cfront
12253 doesn't work well.
12254 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12255 the gdb README. Add xrefs to places where the support for the various
12256 languages is described in detail.
12257
12258Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12259
12260 * stabs.texinfo: Clean up stuff about visibility and virtual
12261 characters.
12262
12263 * stabs.texinfo (N_M2C): Cite Sun doc.
12264
12265Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12266
12267 * gdb.texinfo: updates re threads.
12268 * remote.texinfo: avoid index entries starting with digits.
12269
12270Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12271
12272 * stabs.texinfo (Enumerations): Talk about large, negative and
12273 octal values. Clean up cross reference to type attributes.
12274 (String Field): Say that GDB 4.11 supports size attribute.
12275
12276Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12277
12278 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12279 is a mandatory step. Make the stuff about that more concise.
12280
12281Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12282
12283 * stabs.texinfo (Class Names): New node.
12284
12285 * gdb.texinfo (Command Files): Explain order of init file reading.
12286
12287 * remote.texi (Bootstrapping): Talk about getting the serial driver
12288 to deal with ^C sent by gdb to stop the remote system.
12289
12290Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12291
12292 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12293
12294 * libgdb.texinfo (Defining Commands): made the DOC arg
12295 to gdb_define_app_command a char * instead of char **
12296 per a suggestion from kingdon.
12297
12298 * libgdb.texinfo: total rewrite from a different starting
12299 premise.
12300
12301Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12302
12303 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12304 floats passed as doubles (to improve clarity).
12305
12306Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12307
12308 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12309
12310 * a4rc.sed: update to work with Andreas Vogel papersize params
12311
12312 * refcard.tex: use Andreas Vogel simplifications of papersize
12313 params; remove useless version info; update copyright date.
12314
12315Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12316
12317 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12318
12319Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12320
12321 * gdb.texinfo (Files): Say what address the load command loads it at.
12322
12323 * stabs.texinfo (Common Blocks): Minor cleanups.
12324
12325 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12326 that Sun has backed away from the linker kludge and thus the relevant
12327 issue is changes to the SunPRO tools, not the Solaris linker.
12328
12329 * stabs.texinfo (Traditional Integer Types): Clean up description
12330 of octal bounds a little bit. Document extra leading zeroes.
12331
12332Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12333
12334 * gdb.texinfo (Signaling): Update for symbolic symbol names
12335 and add a section explaining the difference between the GDB
12336 signal command and the shell kill utility.
12337
12338Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12339
12340 * libgdb.texinfo: added `@' to braces that were unescaped.
12341
12342Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12343
12344 * libgdb.texinfo: new file. Spec for the gdb library.
12345
12346Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * stabs.texinfo (Include Files): Fix typo (start -> end).
12349
12350Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12351
12352 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12353 from Melissa at FSF's editing pass.
12354
12355Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12356
12357 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12358 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12359 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12360
12361Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * remote.texi (Bootstrapping): Discuss 386 call gates.
12364
12365Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12366
12367 * stabs.texinfo (Based Variables): New node.
12368
12369Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12370
12371 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12372 names, sizes, and formats to suggest how not to lose.
12373
12374Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12375
12376 * stabs.texinfo (Methods): Fix typo.
12377
12378Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12379
12380 * gdb.texinfo: Fix a few typos.
12381
12382Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12383
12384 * gdb.texinfo: Clarify how well it works with Fortran.
12385
12386 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12387 More on relocating stabs in ELF files.
12388
12389Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12390
12391 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12392
12393Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12394
12395 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12396 parameters on VAX.
12397
12398Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12399
12400 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12401
12402Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12403
12404 * stabs.texinfo: Make info author notice match the TeX author notice.
12405
12406Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12407
12408 * stabs.texinfo: Initial-caps all words in node names and
12409 non-trivial words in section names.
12410
12411Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12412
12413 * stabs.texinfo: Many minor cleanups.
12414
12415 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12416
12417Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12418
12419 * stabs.texinfo: Remove full description of big example.
12420 It's not really helpful; just use pieces of it where appropriate.
12421 Add more Texinfo formatting directives (@samp, etc.).
12422 Use @deffn to define stab types.
12423 Eliminate some wordiness. Break up some nodes.
12424 Add an (alphabetized) index of symbol types.
12425 Use consistent capitalization style in node and section names.
12426
12427Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12428
12429 * gdb.texinfo: Change typo "Two two" to "The two".
12430
12431Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12432
12433 * stabs.texinfo (XCOFF-differences): Remove references to
12434 non-existent types N_DECL and N_RPSYM.
12435
12436 * stabs.texinfo (String Field): Say that type attributes bug is
12437 fixed in GDB 4.10, since it is.
12438
12439 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12440
12441Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12442
12443 * stabs.texinfo: Formatting cleanups.
12444
12445Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12446
12447 * stabs.texinfo: When explaining the n_type of a stab, standardize
12448 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12449 no tabs, use @r).
12450 (Global Variables): Clean up.
12451
12452Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12453
12454 * stabs.texinfo (Stack Variables): Re-write.
12455
12456Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12457
12458 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12459 addresses of a source file. Also revise formatting.
12460 Change "object module" or "object file" to "source file".
12461 Various: Miscellaneous cleanups.
12462
12463Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12466
12467Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12468
12469 * gdbint.texinfo: Removed many nonsensical machine-collected
12470 host and target conditionals, described some of the remainder.
12471
12472Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12473
12474 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12475
12476 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12477 paragraph which follows.
12478
12479 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12480 variables. Looks better and avoids overful hbox.
12481
12482Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12483
12484 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12485
12486Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12487
12488 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12489 retransmit-timeout
12490
12491Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12492
12493 * gdbint.texinfo: Update statement about `some ancient Unix
12494 systems, like Ultrix 4.0' to Ultrix 4.2.
12495
12496Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12497
12498 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12499
12500 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12501
12502 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12503 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12504
12505 * remote.texi: new name for former gdbinv-s.texi
12506
12507 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12508
12509Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12510
12511 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12512 variables for MIPS remote debugging protocol.
12513
12514Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12515
12516 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12517
12518Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12519
12520 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12521
12522Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12523
12524 * gdb.texinfo: repair conditional bugs in text markup
12525
12526Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12527
12528 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12529 to select Modula-2 material.
12530
12531Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12532
12533 * stabs.texinfo: Cleanups regarding statics.
12534
12535 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12536 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12537
12538Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12539
12540 * stabs.texinfo: N_MAIN is sometimes used for C.
12541
12542Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12543
12544 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12545
12546Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12547
12548 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12549 removed from the code by Kingdon.
c906108c
SS
12550
12551Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12552
12553 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12554 input when evaluating breakpoint conditions; the bug has been fixed.
12555
12556 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12557 sets the ignore count to N-1, not to N.
12558
12559Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12560
12561 * refcard.tex (\hoffset): correct longstanding error to match
12562 intended offset; avoids cutting off edge on some printers
12563
12564Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12565
12566 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12567
12568Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12569
12570 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12571
12572Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12573
12574 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12575 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12576 collect sed edits if any, apply to refcard before formatting;
12577 (refcard.ps) stop implying PS fonts if PS output requested;
12578 (lrefcard.ps) delete extra target for variant PS fonts
12579
12580 * refcard.tex: parametrize papersize dependent info, collect
12581 in easily replaced spot
12582
12583 * a4rc.sed: new file, edits to refcard for A4 paper
12584
12585Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12588
12589Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12592
12593Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12594
12595 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12596 politely rather than rudely.
12597
12598Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12599
12600 * stabs.texinfo: Document common blocks.
12601
12602Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12603
12604 * stabs.texinfo: Add some basic info about stabs-in-elf.
12605
12606Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12607
12608 * stabs.texinfo (Top): Minor cleanup.
12609
12610Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12611
12612 * Makefile.in (install-info): remove parentdir support
12613
12614Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12615
12616 * gdb.texinfo (Copying): delete this node and references to it;
12617 RMS says this manual need not carry GPL. (passim): Improvements
12618 from last round at FSF, largely due to Ian Taylor review, and
12619 minor formatting improvements.
12620
12621 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12622 largely due to Ian Taylor review. (Debug Session): minor edits to
12623 new text.
12624
12625Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12626
12627 * Makefile.in (realclean): Remove info and dvi files too.
12628
12629Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12630
12631 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12632 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12633 * gdb.texinfo: Change accordingly.
12634
12635 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12636 N_{L,R}BRAC,N_SLINE are relative to.
12637
12638Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12639
12640 * Makefile.in (GDBvn.texi): Update atomically.
12641
12642Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12643
12644 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12645
12646Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12647
12648 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12649 addresses together. Also motivate the set print symbol-filename
12650 command and suggest other solutions.
12651
12652Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12653
12654 * gdb.texinfo (set print elements): Note that the number of
12655 elements is set to unlimited by "set print elements 0".
12656
12657Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12658
12659 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12660 NF_LDOUBLE means.
12661 (Stab Types): Include Solaris stab types.
12662 (Procedures): Document Solaris extensions.
12663
12664Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12665
12666 * gdb.texinfo: Add `set print symbol-filename' doc.
12667
12668Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12669
12670 * stabs.texinfo (Arrays): Talk about type definition vs. type
12671 information.
12672
12673 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12674 the trailing semicolon.
12675
12676Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12677
12678 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12679 and merge in other parts of the document addressing these subjects.
12680 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12681
12682 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12683 at the end of a range type.
12684
12685 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12686 AIX extensions.
12687
12688Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12689
12690 * stabs.texinfo (Stabs Format): Misc fixes.
12691
12692Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12695 (Traditional builtin types): Document convex convention for long long.
12696 (Negative builtin types): Discuss type names, and misc fixes.
12697
12698Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12701 point types used with @samp{R} type descriptor.
12702 (Symbol Descriptors): Describe how to handle conflict between
12703 different meanings of @samp{P} symbol descriptor.
12704
12705Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12706
12707 * stabs.texinfo: Remove node Quick Reference and put its children
12708 directly under the main menu.
12709
12710 * stabs.texinfo: Many more changes to bring it into line with
12711 AIX documentation and reality. I think it now has all the
12712 information from the AIX documentation, except that I burned
12713 out when I got to variant records (Pascal and Modula-2) and
12714 all the COBOL types. Oh well, we can add them later when we're
12715 worrying more about those languages.
12716
12717 * stabs.texinfo (Automatic variables): Talk about what it means
12718 to omit the symbol descriptor.
12719
12720Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12721
12722 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12723 gcc2 behavior with promoted args.
12724
12725Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12726
12727 * gdb.texinfo: include readline appendices in info version of manual
12728
12729Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12730
12731 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12732 target remote.
12733
12734 * gdb.texinfo (Machine Code): more index entries for disassemble
12735
12736Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12737
12738 * Clarify the intended use of the gdb-testers and gdb-patches
12739 mailing lists, and shrink gzip comment.
12740
12741Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12742
12743 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12744 DOSHOST configuration of manual.
12745
12746 * gdb.texinfo (MIPS Stack): new node.
12747
12748 * all-config.texi (MIPS) new switch.
12749
12750 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12751 tense; (MIPS Remote) new node.
12752
12753 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12754 bug; (Environment) less passive, other small cleanups in text about
12755 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12756 (Remote) new MIPS Remote menu entry.
12757
12758Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12759
12760 * stabs.texinfo: Many changes to include information from the
12761 AIX documentation.
12762
12763 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12764
12765Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12766
12767 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12768 Move a bunch of information from ../README.
12769 (Getting Started): New node.
12770
12771Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12772
12773 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12774
12775 * gdb.texinfo: advance manual revision dates to present
12776
12777 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12778 stop using silly Roman numerals in @set variable names
12779
12780Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12781
12782 * stabs.texinfo (Parameters): Keep trying to get this right.
12783
12784Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12785
12786 * stabs.texinfo (Parameters): More on "local parameters".
12787
12788Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12789
12790 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12791
12792Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12793
12794 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12795 (Parameters): Rewrite.
12796 (xcoff-differences, Sun-differences): Minor changes.
12797
12798Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12799
12800 * stabs.texinfo: Minor cleanup.
12801
12802Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12803
12804 * gdbint.texinfo: Minor xcoff stuff.
12805
12806Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12807
12808 * gdbint.texinfo: Update for new config directory structure.
12809 Add info about internal type data structures.
12810
12811Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12812
12813 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12814 $(srcdir).
12815 (gdb-config.texi): Depend on file in $(srcdir).
12816
12817Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12818
12819 * stabs.texinfo: Fixes about N_SO.
12820
12821Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12822
12823 * gdb.texinfo: include list of nonstandard init file names
12824
12825 * *-config.texi: new switch GENERIC for text that applies *only*
12826 to (usual) multiple-target version of manual
12827
12828 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12829 h8 config
12830
12831 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12832 in menus (rather than conditionally selected multiple alternative
12833 menus).
12834
12835 * Makefile.in: define and use DOC_CONFIG var to select
12836 configuration for GDB user manual.
12837
12838 * gdb-config.texi: delete from repository, generate from Makefile.
12839
12840 * all-config.texi: normal `generic' configuration file, formerly
12841 stored as gdb-config.texi
12842
12843Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12844
12845 * Makefile.in: add dvi target to build all .dvi files
12846
12847Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12848
12849 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12850
12851Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12852
12853 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12854 host conditionals.
12855 * stabs.texinfo: More array fixes inspired by Jim's.
12856
12857Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12858
12859 * stabs.texinfo: Fixes re arrays and continuations.
12860
12861 * gdbint.texinfo: Add XCOFF node.
12862
12863Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12864
12865 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12866
12867Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12868
12869 * stabs.texinfo: Fix for array types to mention lower bounds.
12870
12871Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12872
12873 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12874
12875Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12876
12877 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12878
12879Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12880
12881 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12882 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12883
12884Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12885
12886 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12887
12888Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12889
12890 * gdb.texinfo, gdbinv-s.texi: misc updates
12891
12892Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12893
12894 * gdbint.texinfo: Brief documentation for longjmp support,
12895 from an email msg by Stu.
12896
12897Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12898
12899 * stabs.texinfo: Fix description of floating point "range"
12900 types (which really define basic types). Reported by Jim Meehan,
12901 <meehan@src.dec.com>.
12902
12903 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12904
12905Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12906
12907 * gdbint.texinfo: Slightly expand section on supporting a new
12908 object file format.
12909
12910Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12911
12912 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12913 intermediate file.
12914
12915Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12916
12917 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12918
12919Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12920
12921 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12922
12923 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12924 as well as Z8002.
12925
12926Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12927
12928 * gdbint.texinfo: Add sections on clean design and on how to send
12929 in changes.
12930
12931Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12932
12933 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12934
12935Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12936
12937 * gdb.texinfo: Fix typo, reported by Karl Berry.
12938
12939Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12940
12941 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12942
12943Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12944
12945 * gdbint.texinfo: fixed a stray email address (needs @@),
12946 added @table @code to node "Native Conditionals"
12947
12948Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12949
12950 * gdbint.texinfo: Describe coding style of GDB.
12951
12952Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12953
12954 * stabs.texinfo: Minor wording changes.
12955
12956Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12957
12958 * gdbint.texinfo: Improve release doc slightly.
12959
12960Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12961
12962 * gdbint.texinfo: Improve doc of GDB config macros.
12963
12964Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12965
12966 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12967 These will be reinserted when examined.
12968
12969Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12970
12971 * gdbint.texinfo: Make a start at documenting all the #if macros
12972 in GDB. At least list them all, and start separating them into
12973 host-specific and target-specific.
12974
12975Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12976
12977 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12978 examples (not consistent w others).
c906108c
SS
12979 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12980 for generic vn of doc
12981
12982Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12983
12984 * Makefile.in: always create installation directories.
12985
12986Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12987
12988 * gdb.texinfo: in h8 config, do not describe searching commands.
12989
12990Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12991
12992 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12993 conditionals; introduce a few generic switches that may be
12994 useful for other cross-dev or dos-hosted configs.
12995
12996 * gdb.texinfo: fix typo in "info reg" description
12997
12998Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12999
13000 * stabs.texinfo: Minor updates from running TeX over it.
13001 * Makefile.in (stabs.dvi, stabs.ps): Add.
13002
13003Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13004
13005 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13006 First pass at converting it to texinfo.
13007
13008Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13009
13010 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13011 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13012
13013Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13014
13015 * gdbint.texinfo: Add section on partial symbol tables.
13016
13017Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13018
13019 * gdb.texinfo: document `set remotedebug' and `set
13020 rstack_high_address'.
13021
13022Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13023
13024 * gdb.texinfo: slight expansion of new text on reading info files
13025 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13026 H8/300 from DOS.
13027
13028Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13029
13030 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13031
13032Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13033
13034 * gdb.texinfo: Say how to read the `info' files.
13035
13036Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13037
13038 * Makefile.in: gm4 -> m4.
13039
13040Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13041
13042 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13043 Documentation' ahead of `Installing GDB' to match README.
13044 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13045 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13046
13047Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13048
13049 * Makefile.in: remove $(srcdir) from gdb.info rule.
13050
13051Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13052
13053 * Makefile.in: commented out gdb-all.texinfo rule. This is
13054 temporary.
13055
13056Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13057
13058 * Makefile.in, configure.in: removed traces of namesubdir,
13059 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13060 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13061
13062Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13063
13064 * gdb.texinfo: Improve how we ask for bug reports.
13065
13066Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13067
13068 * Makefile.in: infodir belongs in datadir.
13069
13070Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13071
13072 * Makefile.in: remove spaces following hyphens, bsd make can't
13073 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13074 standards.text support.
c906108c
SS
13075
13076Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13077
13078 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13079 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13080 and mandir now keyed off datadir by default.
13081
13082\f
13083Local Variables:
9e9c5ae7 13084mode: change-log
c906108c
SS
13085left-margin: 8
13086fill-column: 74
13087version-control: never
463888ab 13088coding: utf-8
c906108c 13089End:
This page took 2.856134 seconds and 4 git commands to generate.