Add maint set/show worker-threads
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
22138db6
TT
12019-11-26 Tom Tromey <tom@tromey.com>
2
3 * gdb.texinfo (Maintenance Commands): Document new maint
4 commands.
5
6cc8564b
LM
62019-11-25 Luis Machado <luis.machado@linaro.org>
7
8 * gdb.texinfo (Debugging Output): Document set debug
9 remote-packet-max-chars.
10
6b92c0d3
TV
112019-11-14 Tom de Vries <tdevries@suse.de>
12
13 * gdb.texinfo: Fix typos.
14 * python.texi: Same.
15 * stabs.texinfo: Same.
16
45e42163
TT
172019-11-12 Tom Tromey <tom@tromey.com>
18
19 * gdb.texinfo (Maintenance Commands): Document new command.
20
c86d74cc
TT
212019-11-11 Tom Tromey <tom@tromey.com>
22
23 * gdb.texinfo (TUI Keys): Document readline function names.
24
c71acd15
TT
252019-11-11 Tom Tromey <tom@tromey.com>
26
27 * gdb.texinfo (Editing): Document operate-and-get-next.
28
fb092e09
TT
292019-11-11 Tom Tromey <tromey@adacore.com>
30
31 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
32
086baaf1
AB
332019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * python.texi (Symbols In Python): Add documentation for
36 gdb.lookup_static_symbols.
37
09ff83af
AB
382019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * python.texi (Symbols In Python): Extend documentation for
41 gdb.lookup_static_symbol.
42
165f8965
AB
432019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.texinfo (Symbols): Document new 'info module variables' and
46 'info module functions' commands.
47
59c35742
AB
482019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.texinfo (Symbols): Document new 'info modules' command.
51
aed61d02
PW
522019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
53
54 * gdb.texinfo (Convenience Funs): Document the new
55 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
56 convenience functions.
57
ed2a2229
CB
582019-10-29 Christian Biesinger <cbiesinger@google.com>
59
60 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
61 generation.
62 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
63 option.
64
6999161a
TT
652019-10-23 Tom Tromey <tom@tromey.com>
66
67 * Makefile.in (READLINE_DIR): Update.
68
14796d29
CB
692019-10-23 Christian Biesinger <cbiesinger@google.com>
70
71 * python.texi (Threads In Python): Add a note for how to get the
72 list of threads.
73
760f7560
TV
742019-10-07 Tom de Vries <tdevries@suse.de>
75
76 * gdb.texinfo: Fix typo.
77 * guile.texi: Same.
78 * python.texi: Same.
79
0a4b0913
AB
802019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
81
82 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
83
37f6a7f4
TT
842019-10-02 Tom Tromey <tromey@adacore.com>
85
86 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
87 $_ada_exception.
88
abf516c6
UW
892019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
90
91 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
92 qXfer:spu:read and qXfer:spu:write.
93 (General Query Packets): Likewise.
94 (Cell Broadband Engine SPU architecture): Remove subsection.
95
11061048
TT
962019-09-18 Tom Tromey <tom@tromey.com>
97
98 * gdb.texinfo (Editing): Document readline application name.
99 (TUI Single Key Mode): Document TUI SingleKey keymap name.
100
f1b620e9
MG
1012019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.texinfo (Source Path): Additional text to better describe
104 how the source path directory list is used when searching for
105 source files.
106
4993045d
PW
1072019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
108
109 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
110 examples.
111
2d601616
TT
1122019-09-10 Tom Tromey <tromey@adacore.com>
113
114 * gdb.texinfo (Index Files): Update Ada text.
115
4acfdd20
AB
1162019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.texinfo (Symbols): Add information about the -n flag to
119 "info variables" and "info functions".
120
e3ec872f
YS
1212019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
122
123 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
124
aa7ca1bb
AH
1252019-08-16 Alan Hayward <alan.hayward@arm.com>
126
127 * gdb.texinfo (AArch64 Pointer Authentication)
128 (GDB/MI Breakpoint Information) (Frame Information): Document
129 addr_field.
130
86c6b807
TT
1312019-08-12 Tom Tromey <tom@tromey.com>
132
133 * gdb.texinfo (Configure Options): Document minimum version of
134 readline.
135
1ba7cdcd
AH
1362019-08-09 Alan Hayward <alan.hayward@arm.com>
137
138 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
139
3d31bc39
AH
1402019-08-07 Alan Hayward <alan.hayward@arm.com>
141
142 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
143
0b27c27d
CB
1442019-08-05 Christian Biesinger <cbiesinger@google.com>
145
146 * python.texi (Blocks In Python): Document dictionary access on blocks.
147
ae60f04e
PW
1482019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * gdb.texinfo (Symbols): Document new args -dirname and -basename
151 of "info sources" command.
152
2906593f
CB
1532019-07-30 Christian Biesinger <cbiesinger@google.com>
154
155 * python.texi (Symbols In Python): Document new function
156 gdb.lookup_static_symbol.
157
c620ed88
CB
1582019-07-29 Christian Biesinger <cbiesinger@google.com>
159
160 * python.texi (Objfiles In Python): Document new functions
161 Objfile.lookup_{global,static}_symbol.
162
bc4268a5
PW
1632019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
164
165 * gdb.texinfo (Backtrace): Document the new '-frame-info'
166 backtrace option. Reference 'set print frame-info'.
167 (Print Settings): Document 'set|show print frame-info'.
168 Document new 'presence' value for 'set print frame-arguments.
169
a8eab7c6
AB
1702019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.texinfo (Symbols): Add information about -q flag to "info
173 types".
174
86ceaf98
KB
1752019-07-20 Kevin Buettner <kevinb@redhat.com>
176
177 * python.texi (python command): Revise example to match
178 command behavior.
179
cb1e4e32
PA
1802019-07-09 Pedro Alves <palves@redhat.com>
181
182 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
183 examples to show type=catchpoint instead of type=breakpoint and an
184 address.
185
fdbc9870
PA
1862019-07-03 Pedro Alves <palves@redhat.com>
187 Philippe Waroquiers <philippe.waroquiers@skynet.be>
188
189 * gdb.texinfo (Command Settings): New node documenting the general
190 concept of settings, how to change them, and the new "with"
191 command.
192 (Maintenance Commands): Document "maint with".
193
c6ac8931
PA
1942019-07-03 Pedro Alves <palves@redhat.com>
195
196 * gdb.texinfo (Maintenance Commands): Document "maint set/show
197 test-settings" instead of "maint test-settings set/show".
198
4ed4690f
SM
1992019-06-18 Simon Marchi <simon.marchi@efficios.com>
200
201 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
202 deals with a file that has the same name as the specified pid to
203 attach to. Add example using -p option.
204 (gdb man): Remove same sentence as in previous item.
205
30056ea0
AB
2062019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
209 node.
210 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
211 new MI commands.
212
3345721a
PA
2132019-06-13 Pedro Alves <palves@redhat.com>
214
215 * gdb.texinfo (Command Completion): Mention command options too.
216 (Command Options): New node.
217 (Threads): Add anchors. Extend descriptions of the "taas" and
218 "tfaas" commands.
219 (Backtrace): Describe new options of the "backtrace" command. Add
220 anchors.
221 (Frame Apply): Describe new options of the "frame apply" and
222 "faas" commands. Add anchors.
223 (Data): Describe new options of the "print" command. Add anchors.
224 (Compiling and Injecting Code): Mention options of the "compile
225 print" command.
226 (Maintenance Commands): Mention "maint test-options" subcommands
227 and the "maint show test-options-completion-result" command.
228
2daf894e
PA
2292019-06-13 Pedro Alves <palves@redhat.com>
230
231 * gdb.texinfo (Print Settings): Document "set/show print
232 raw-frame-arguments" instead of "set/show print raw
233 frame-arguments".
234
dca0f6c0
PA
2352019-06-13 Pedro Alves <palves@redhat.com>
236
237 * gdb.texinfo (Maintenance Commands): Document "maint
238 test-settings" commands.
239
1a3da2cd
AB
2402019-06-06 Amos Bird <amosbird@gmail.com>
241
242 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
243 annotation.
244
e1f2e1a2
CB
2452019-06-04 Christian Biesinger <cbiesinger@google.com>
246
d3238f7d 247 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 248
e664d728
PW
2492019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
250
251 * gdb.texinfo (Help): Document the new -v apropos flag.
252 (Output Styling): Document the style name styling done by "show style".
253 Document the new title and highlight styles.
254
e2c52041
PW
2552019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
256
257 * gdb.texinfo (Shell Commands): Document pipe command.
258 (Logging Output): Add a reference to pipe command.
259 (Convenience Variables): Document $_shell_exitcode and
260 $_shell_exitstatus.
261
000439d5
TT
2622019-05-29 Tom Tromey <tromey@adacore.com>
263
264 * gdb.texinfo (Continuing and Stepping): Document new
265 commands.
266
b7060614
AH
2672019-05-22 Alan Hayward <alan.hayward@arm.com>
268
269 * gdb.texinfo (Shell Commands): Add debugredirect.
270
7166f90a
JV
2712019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
272
273 * gdb.texinfo: Minor formatting fixes.
274
26648588
JV
2752019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
276
277 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
278 MI command -complete.
279
a0a3a1e9
TV
2802019-05-14 Tom de Vries <tdevries@suse.de>
281
282 * gdb.texinfo (Automatic symbol index cache): Add concept and command
283 index entries.
284
3c2fcaf9
TV
2852019-05-14 Tom de Vries <tdevries@suse.de>
286
287 * gdb.texinfo (Maintenance Commands): Remove superfluous
288 quoting on command index entry for "maint info selftests".
289
a97c8e56
TT
2902019-05-10 Tom Tromey <tromey@adacore.com>
291
292 * python.texi (Pretty Printing API): Mention lazy computation for
293 "children".
294
b8e07335
TT
2952019-05-10 Tom Tromey <tromey@adacore.com>
296
297 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
298 exception" and "catch handlers". Move "catch exception unhandled"
299 text. Use @var for "catch load" and "catch unload"
300
9d3421af
TT
3012019-05-08 Tom Tromey <tromey@adacore.com>
302
303 * gdb.texinfo (Symbols): Document change to ptype/o.
304
5f2459c2
EZ
3052019-05-03 Eli Zaretskii <eliz@gnu.org>
306
307 * gdb.texinfo (Separate Debug Files): Document how the
308 subdirectory of the global debug directory is computed on
309 MS-Windows/MS-DOS.
310
2e62ab40
AB
3112019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.texinfo (Print Settings): Document 'print max-depth'.
314 * guile.texi (Guile Pretty Printing API): Document that 'print
315 max-depth' can effect the display of a values children.
316 * python.texi (Pretty Printing API): Likewise.
317 (Values From Inferior): Document max_depth keyword.
318
136afab8
PW
3192019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
320
321 * gdb.texinfo (Calling): Document the new
322 set|show may-call-functions.
323
73f8a590
PA
3242019-04-22 Pedro Alves <palves@redhat.com>
325
326 * gdb.texinfo (Reverse Execution): Mention and xref process record
327 and replay. Mention remote and system emulators.
328 (Process Record and Replay): List supported architectures.
329 Mention that "record btrace" is only supported on Intel
330 processors.
331
aeb2e706
AH
3322019-04-17 Alan Hayward <alan.hayward@arm.com>
333
334 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
335 (Monitor Commands for gdbserver)
336 (gdbserver man): Add debug-file option.
337
2b0c8b01
KB
3382019-04-08 Kevin Buettner <kevinb@redhat.com>
339
340 * python.texi (Inferiors In Python): Rename
341 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
342 Add note about the former being deprecated.
343
c369f8f0
KB
3442019-04-08 Kevin Buettner <kevinb@redhat.com>
345
346 * python.texi (Threads In Python): Add description for method
347 InferiorThread.handle.
348
48ab418e
TT
3492019-04-07 Tom Tromey <tom@tromey.com>
350
351 * Makefile.in (all): Depend on "info".
352
8bdc1658
AB
3532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * gdb.texinfo (Convenience Funs): Document '$_creal' and
356 '$_cimag'.
357
7734102d
EZ
3582019-03-30 Eli Zaretskii <eliz@gnu.org>
359
360 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
361 $_gdb_minor.
362
9f9aa852
AB
3632019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * python.texi (Pretty Printing API): Document use of None for the
366 display_hint.
367
6dc0ebde
AH
3682019-03-22 Alan Hayward <alan.hayward@arm.com>
369 Jiong Wang <jiong.wang@arm.com>
370
371 * gdb.texinfo (AArch64 Features): Describe pauth feature.
372
48869a5f
TT
3732019-03-20 Tom Tromey <tromey@adacore.com>
374
375 * python.texi (Selecting Pretty-Printers): Use @defvar for
376 gdb.pretty_printers.
377
5c85e20d
SM
3782019-03-14 Simon Marchi <simon.marchi@efficios.com>
379
380 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
381 of table, "@end @table" -> "@end table".
382
d085f989
TT
3832019-03-14 Tom Tromey <tromey@adacore.com>
384
385 * gdb.texinfo (Output Styling): Document "set style source" and
386 "show style source".
387
b4be1b06
SM
3882019-03-13 Simon Marchi <simon.marchi@ericsson.com>
389
390 * gdb.texinfo (Mode Options): Mention mi3.
391 (Interpreters): Likewise.
392 (GDB/MI Development and Front Ends): Add entry for MI 3 in
393 version table. Document -fix-multi-location-breakpoint-output.
394 (GDB/MI Breakpoint Information): Document format of breakpoint
395 location output.
396
ff6c8b35
SM
3972019-03-05 Simon Marchi <simon.marchi@efficios.com>
398
399 * python.texi (Values From Inferior): Change synopsys of the
400 second form of Value.__init__.
401
e3624a40
EZ
4022019-03-02 Eli Zaretskii <eliz@gnu.org>
403
404 * gdb.texinfo (Output Styling): Fix typos. Document the default
405 foreground colors of the available styles.
406
2c3fc25d
KB
4072019-02-27 Kevin Buettner <kevinb@redhat.com>
408
409 * gdb.texinfo (Configure Options): Document minimum python
410 version.
411
af54ade9
KB
4122019-02-26 Kevin Buettner <kevinb@redhat.com>
413
414 * python.texi (Values From Inferior): Document second form
415 of Value.__init__.
416
c97a7739
JB
4172019-02-23 Joel Brobecker <brobecker@adacore.com>
418
419 * gdb.texinfo: Update copyright year ranges.
420 * refcard.tex: Likewise.
421
7557a514
AH
4222019-02-21 Alan Hayward <alan.hayward@arm.com>
423
424 * gdb.texinfo: Update style defaults.
425
2d8b6830
TT
4262019-02-21 Tom Tromey <tromey@adacore.com>
427
428 * gdb.texinfo (Remote Configuration): Remove trailing "." from
429 @item.
430
1fea0d53
SM
4312019-01-16 Simon Marchi <simon.marchi@ericsson.com>
432
433 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
434 MI versions. Update text around it.
435
6f072a10
PFC
4362019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
437
438 * gdb.texinfo (PowerPC Features): Document the alias
439 pseudo-registers for the org.gnu.gdb.power.altivec feature.
440
041be526
SM
4412019-01-09 Simon Marchi <simon.marchi@ericsson.com>
442
443 * gdb.texinfo (Print Settings): Remove mention of specific
444 demangle-style values, just refer to the in-process help.
445
140a4bc0
TT
4462018-12-28 Tom Tromey <tom@tromey.com>
447
448 * gdb.texinfo (Output Styling): New node.
449
e9076973
JB
4502018-12-13 John Baldwin <jhb@FreeBSD.org>
451
452 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
453 (Native): Add a FreeBSD subsection.
454 (FreeBSD): Document use of system call aliases for compatibility
455 system calls.
456
b5ffee31
AB
4572018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.texinfo (Standard Target Features): Add RISC-V Features
460 sub-section.
461
20813a0b
PW
4622018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
463
464 * gdb.texinfo (Examining the Symbol Table): Document language choice
465 for 'info types|functions|variables' commands.
466 (Setting Breakpoints): Document language choice to print
467 the functions in which a breakpoint is set.
468
4b905ae1
PFC
4692018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
470
471 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
472 requirements for the org.gnu.gdb.power.vsx feature.
473
87f7ab7b
JB
4742018-11-01 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
477 output to match the current implementation.
478
d321477b
PW
4792018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
480
481 * gdb.texinfo (Information About a Frame): Document changes
482 to 'info args' and 'info locals'.
483 (Examining the Symbol Table): Document changes to 'info functions'
484 and 'info variables'.
485
8d619c01
EBM
4862018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
487
488 * gdb.texinfo (PowerPC Features): Describe new features
489 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
490 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
491 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
492 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
493
232bfb86
EBM
4942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
495
496 * gdb.texinfo (PowerPC Features): Describe new features
497 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
498
f2cf6173
EBM
4992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
500
501 * gdb.texinfo (PowerPC Features): Describe new feature
502 "org.gnu.gdb.power.tar".
503
7ca18ed6
EBM
5042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
505
506 * gdb.texinfo (PowerPC Features): Describe new features
507 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
508
d6677607
TT
5092018-10-20 Tom Tromey <tom@tromey.com>
510
511 * gdb.texinfo (TUI Commands): Add @end table.
512 (TUI Configuration): Remove stray @end table.
513
7806cea7
TT
5142018-10-19 Tom Tromey <tom@tromey.com>
515
516 PR tui/18388:
517 * gdb.texinfo (TUI Commands): Remove tabset documentation.
518 (TUI Configuration): Document "set tui tab-width".
519
163cffef
TT
5202018-10-09 Tom Tromey <tom@tromey.com>
521
522 * python.texi (Inferiors In Python): Link to "Frames In Python",
523 not "Unwinding Frames in Python".
524
eff98030
TT
5252018-10-09 Tom Tromey <tom@tromey.com>
526
527 * gdb.texinfo (Configure Options): Update --enable-ubsan
528 documentation.
529
74792ff7
JB
5302018-10-08 John Baldwin <jhb@FreeBSD.org>
531
532 * gdb.texinfo (Contributors): Add SRI International and University
533 of Cambridge for FreeBSD/riscv.
534
add5ded5
TT
5352018-10-06 Tom Tromey <tom@tromey.com>
536
537 PR python/19399:
538 * python.texi (Inferiors In Python): Document
539 Inferior.Architecture.
540
51e78fc5
TT
5412018-10-06 Tom Tromey <tom@tromey.com>
542
543 PR python/21765:
544 * python.texi (Symbols In Python): Document the module and
545 common-block domains. Remove documentation for incorrect
546 domains.
547
f35d5ade
TT
5482018-10-03 Tom Tromey <tom@tromey.com>
549
550 * gdb.texinfo (Configure Options): Document --enable-ubsan.
551
c1168a2f
JD
5522018-10-02 John Darrington <john@darrington.wattle.id.au>
553
554 * gdb.texinfo (Remote Connection Commands): Describe
555 the changes to target remote and target extended-remote
556 relating to Unix domain sockets.
557
a95746f9
TT
5582018-10-01 Tom Tromey <tom@tromey.com>
559
560 * gdb.texinfo (Configure Options): Document configure options.
561
7f0bd420
TT
5622018-09-29 Tom Tromey <tom@tromey.com>
563
564 * gdb.texinfo (Requirements): Mention C++, GNU make.
565 (Requirements): Sort the table. Add more libraries.
566 (Running Configure): Remove obsolete text.
567 (Separate Objdir): Likewise.
568 (Configure Options): Likewise.
569
f67ffa6a
AB
5702018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
573 to highlight that the number is also the frame's level.
574 (Selection): Rewrite documentation for 'frame' and 'select-frame'
575 commands.
576 (Frame Info): Rewrite documentation for 'info frame' command.
577
ae778caf
TT
5782018-09-23 Tom Tromey <tom@tromey.com>
579
580 PR python/18852:
581 * python.texi (Parameters In Python): Document exception behavior
582 of get_set_string.
583
73f1bd76
JB
5842018-09-18 John Baldwin <jhb@FreeBSD.org>
585
586 * gdb.texinfo (info proc): Remove "running".
587 (info proc mappings): Replace "program" with "process".
588
8b113111
JB
5892018-09-18 John Baldwin <jhb@FreeBSD.org>
590
591 * gdb.texinfo (Process Information): Document "info proc files"
592 command.
593
e6cd1dc1
TT
5942018-09-17 Tom Tromey <tom@tromey.com>
595
596 * gdb.texinfo (Index Files): Update for cache directory change on
597 macOS.
598
8743a9cd
TT
5992018-09-16 Tom Tromey <tom@tromey.com>
600
601 * python.texi (Basic Python): Update docs for find_pc_line,
602 solib_name.
603 (Progspaces In Python): Update docs for current_progspace.
604 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
605 Move method documentation before example.
606
74d3fbbb
SM
6072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
608
609 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
610
0ae1a321
SM
6112018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6122018-09-13 Tom Tromey <tom@tromey.com>
613
614 * python.texi (Program Spaces In Python): Document the
615 Progspace.objfiles method.
616 (Objfiles In Python): Mention that gdb.objfiles() is identical
617 to gdb.selected_inferior().progspace.objfiles().
618
a40bf0c2
SM
6192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6202018-09-13 Tom Tromey <tom@tromey.com>
621
622 * python.texi (Inferiors In Python): Document
623 Inferior.progspace.
624 (Program Spaces In Python): Document that
625 gdb.current_progspace() is the same as
626 gdb.selected_inferior().progspace.
627
1256af7d
SM
6282018-09-13 Simon Marchi <simon.marchi@ericsson.com>
629
630 * python.texi (Basic Python): Mention the string representation
631 of GDB Python objects.
632
3e68067f
SM
6332018-09-12 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.texinfo (Skipping Over Functions and Files): Document
636 set/show debug skip.
637
849cba3b
TT
6382018-09-10 Tom Tromey <tom@tromey.com>
639
640 * python.texi (Frames In Python, Blocks In Python)
641 (Symbols In Python, Symbol Tables In Python)
642 (Lazy Strings In Python): Remove periods from section titles.
643
27a9fec6
TT
6442018-09-10 Tom Tromey <tom@tromey.com>
645
646 * python.texi (Pretty Printing API): Swap sentence order.
647
9da10427
TT
6482018-09-10 Tom Tromey <tom@tromey.com>
649
650 PR python/16461:
651 * python.texi (Values From Inferior): Mention use of virtual
652 table.
653
0d2a5839
TT
6542018-09-10 Tom Tromey <tom@tromey.com>
655
656 * python.texi (Basic Python): Parenthesize argument to
657 decode_line.
658
05c6bdc1
TT
6592018-09-10 Tom Tromey <tom@tromey.com>
660
661 * python.texi (Python): Mention Python versions. Don't mention
662 execfile.
663
e7b5068c
TT
6642018-09-10 Tom Tromey <tom@tromey.com>
665
666 PR python/19808:
667 * python.texi (Unwinding Frames in Python): Rewrite
668 create_unwind_info documentation. Update read_register
669 documentation and add a note about unwinder caution.
670
fb5af5e3
TT
6712018-09-10 Tom Tromey <tom@tromey.com>
672
673 PR python/18909:
674 * python.texi (Events In Python): Fix inferior_call
675 documentation.
676
521b499b
TT
6772018-09-10 Tom Tromey <tom@tromey.com>
678
679 PR python/17752:
680 * python.texi (Frame Filter API): Remove period from subsection
681 title. Mention 100 as good default priority.
682 (Frame Decorator API): Remove period from subsection title.
683 Mention FrameDecorator module.
684
4a5a194a
TT
6852018-09-10 Tom Tromey <tom@tromey.com>
686
687 PR python/23108:
688 * python.texi (Exception Handling): Rearrange gdb.GdbError text
689 and add a table.
690
f5a476a7
TT
6912018-09-10 Tom Tromey <tom@tromey.com>
692
693 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
694 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
695 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
696 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
697
60c0454d
TT
6982018-09-10 Tom Tromey <tom@tromey.com>
699
700 PR python/16484:
701 * python.texi (Frames In Python): Document that Frame.block can
702 throw.
703
088a96da
TT
7042018-09-10 Tom Tromey <tom@tromey.com>
705
706 PR python/23487:
707 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
708
22eb9e92
TT
7092018-09-10 Tom Tromey <tom@tromey.com>
710
711 PR python/16033:
712 * python.texi (Blocks In Python): Document that Block.end is
713 exclusive.
714
078a0207
KS
7152018-08-29 Keith Seitz <keiths@redhat.com>
716
717 * gdb.texinfo (Compiling and injecting code in GDB): Document
718 set/show "compile-oracle" and "compile-cplus-types" commands.
719
6d52907e
JV
7202018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
721
722 * gdb.texinfo (The -stack-list-frames Command): Update description
723 to mention "arch".
724 Update MI examples throughout the document to contain "arch" in
725 frame output.
726
1461bdac
AH
7272018-08-21 Alan Hayward <alan.hayward@arm.com>
728
729 * gdb.texinfo (AArch64 SVE): New subsubsection.
730
26fb3983
JV
7312018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
732
733 * gdb.texinfo (GDB/MI Data Manipulation): Document
734 "-data-disassemble -a addr".
735 (GDB/MI Support Commands): Document "data-disassemble-a-option"
736 feature.
737
7d11235d
SM
7382018-08-07 Simon Marchi <simon.marchi@ericsson.com>
739
740 * gdb.texinfo (Index Files Speed Up GDB): Add section about
741 symbol index cache.
742
129eb0f1
SDJ
7432018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
744
745 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
746 option sections to further clarify that gcore can take more
747 than one PID, and that "-o" is used to specify a prefix, not a
748 filename.
749
3c3bb058
AB
7502018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.texinfo (Maintenance Commands): Add description of
753 maintenance command to control dwarf unwinders.
754
0a232300
PW
7552018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
756
757 * gdb.texinfo (Debugging Programs with Multiple Threads):
758 Document changes to 'thread apply'. Document 'taas'.
759 Document 'tfaas'.
760 (Examining the Stack): Document 'frame apply'. Document 'faas'.
761
c7ab0aef
SDJ
7622018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
763 Jan Kratochvil <jan.kratochvil@redhat.com>
764 Paul Fertser <fercerpav@gmail.com>
765 Tsutomu Seki <sekiriki@gmail.com>
766
767 * gdb.texinfo (Remote Connection Commands): Add explanation
768 about new IPv6 support. Add new connection prefixes.
769
055303e2
AB
7702018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.texinfo (Remote Configuration): Update descriptions for
773 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
774 and hardware-watchpoint-length-limit variables.
775
471b9d15
MR
7762018-07-02 Maciej W. Rozycki <macro@mips.com>
777
778 PR tdep/8282
779 * gdb.texinfo (Source and Machine Code): Document `set
780 disassembler-options' support for the MIPS target.
781
291f9a96
PT
7822018-06-28 Petr Tesarik <ptesarik@suse.cz>
783
784 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
785
ed6dfe51
PT
7862018-06-28 Petr Tesarik <ptesarik@suse.cz>
787
788 * gdb.texinfo (Files): The address argument for "add-symbol-file"
789 is no longer mandatory.
790
d4d429d5
PT
7912018-06-28 Petr Tesarik <ptesarik@suse.cz>
792
793 * gdb.texinfo (Files): Document "symbol-file -o offset".
794
0dbfed25
TV
7952018-06-14 Tom de Vries <tdevries@suse.de>
796
797 * gdb.texinfo (Background Execution): Add @cindex for '&'.
798
41fc26a2
EZ
7992018-06-11 Eli Zaretskii <eliz@gnu.org>
800
801 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
802
5045b3d7
GB
8032018-06-08 Gary Benson <gbenson@redhat.com>
804
805 * gdb.texinfo (Maintenance Commands): Document "maint check
806 libthread-db" and "maint set/show check-libthread-db".
807
eb6af809
TT
8082018-06-05 Tom Tromey <tom@tromey.com>
809
810 PR cli/12326:
811 * gdb.texinfo (Screen Size): Document "c" response to pagination
812 prompt.
813
4b2dfa9d
MR
8142018-05-31 Maciej W. Rozycki <macro@mips.com>
815
816 * gdb.texinfo (Choosing Target Byte Order): Document endianness
817 selection details with the `set endian auto' mode.
818
a913fffb
TT
8192018-05-04 Tom Tromey <tom@tromey.com>
820
821 PR python/22731:
822 * python.texi (Breakpoints In Python): Mention that "commands" is
823 writable.
824
0489430a
TT
8252018-05-02 Tom Tromey <tom@tromey.com>
826
827 PR python/20084:
828 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
829 PARAM_ZUINTEGER_UNLIMITED.
830
6d7bb824
TT
8312018-04-30 Tom Tromey <tom@tromey.com>
832
833 * python.texi (Types In Python): Document Type.align.
834
b744723f
AA
8352018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
836
837 * gdb.texinfo (Symbols): Mention the fact that "info
838 variables/functions/types" show source files and line numbers.
839
4a4495d6
MM
8402018-04-13 Markus Metzger <markus.t.metzger@intel.com>
841
842 * gdb.texinfo: Document set/show record btrace cpu.
843
3fcded8f
JB
8442018-03-27 Joel Brobecker <brobecker@adacore.com>
845
846 * gdb.texinfo (Ada Settings): New subsubsection.
847
978d6c75
TT
8482018-03-26 Tom Tromey <tom@tromey.com>
849
850 PR backtrace/15582:
851 * gdb.texinfo (Backtrace): Mention "hide" argument.
852
ea3b0687
TT
8532018-03-26 Tom Tromey <tom@tromey.com>
854
855 * gdb.texinfo (Backtrace): Describe options individually.
856
76727919
TT
8572018-03-19 Tom Tromey <tom@tromey.com>
858
859 * observer.texi: Remove.
860
386a8676
JB
8612018-03-04 John Baldwin <jhb@FreeBSD.org>
862
863 * gdb.texinfo (Debugging Output): Document "set/show debug
864 fbsd-nat".
865
db1ae9c5
AB
8662018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
867
868 * gdb.texinfo (Machine Code): Additional information about "info
869 line" command.
870
d726cb5d
SN
8712018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
872
873 * gdb.texinfo (gdb-add-index man): Add pindex.
874
dbfa4523
SN
8752018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
876
877 * gdb.texinfo (set cwd): Add period.
878 (gdb-add-index man): Move anchor.
879
ba643918
SDJ
8802017-01-12 Tom Tromey <tom@tromey.com>
881 Sergio Durigan Junior <sergiodj@redhat.com>
882
883 * gdb.texinfo (Index Files): Mention gdb-add-index.
884 (gdb-add-index man): New section.
885 * Makefile.in (gdb-add-index.1): New rule to generate manpage
886 from gdb.texinfo.
887
754452f0
SN
8882018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
889
890 * gdb.texinfo (pwd): Fix whitespace.
891
2d97a5d9
JB
8922018-01-09 John Baldwin <jhb@FreeBSD.org>
893
894 * gdb.texinfo (pwd): Update cross-reference for Process Information
895 node and remove explicit /proc reference.
896 (Native): Rename subsection from SVR4 Process Information to
897 Process Information.
898 (Process Information): Reword introduction to be less /proc
899 centric. Document support for "info proc" on FreeBSD.
900
9f757bf7
XR
9012018-01-03 Xavier Roirand <roirand@adacore.com>
902
903 * gdb.texinfo (Set Catchpoints): Add documentation for new
904 "catch handlers" action.
905
cef0f868
SH
9062017-12-27 Stafford Horne <shorne@gmail.com>
907
908 * gdb.texinfo (Target Description Format): Explain that arbitrary
909 strings are now allowed for register groups.
910
b67d92b0
SH
9112017-12-27 Stafford Horne <shorne@gmail.com>
912
913 * gdb.texinfo (Registers): Document info reg $reggroup feature.
914
7c161838
SDJ
9152017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
916
917 PR cli/16224
918 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
919
b89641ba
SM
9202017-12-13 Simon Marchi <simon.marchi@ericsson.com>
921
922 * python.texi (Manipulating breakpoints using Python): Document
923 qualified parameter to gdb.Breakpoint.
924
0b982d68
SM
9252017-12-13 Simon Marchi <simon.marchi@ericsson.com>
926
927 * python.texi (Manipulating breakpoints using Python): Split doc
928 of Breakpoint.__init__ in two, split text in multiple
929 paragraphs, don't nest parameter square brackets.
930
a994fec4
FJ
9312017-12-12 Stafford Horne <shorne@gmail.com>
932 Stefan Wallentowitz <stefan@wallentowitz.de>
933 Franck Jullien <franck.jullien@gmail.com>
934 Jeremy Bennett <jeremy.bennett@embecosm.com>
935
936 * gdb.texinfo: Add OpenRISC documentation.
937
437afbb8
JK
9382017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
941
883fd55a
KS
9422017-12-07 Keith Seitz <keiths@redhat.com>
943
944 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
945 and "show print type nested-type-limit".
946
824cc835
PM
9472017-12-07 Phil Muldoon <pmuldoon@redhat.com>
948
949 * python.texi (Breakpoints In Python): Add text relating
950 to allowed explicit locations and keywords in gdb.Breakpoints.
951
7403715e
TT
9522017-12-04 Tom Tromey <tom@tromey.com>
953
954 * gdb.texinfo (Rust): Update trait object status
955
97cbe998
SDJ
9562017-12-01 Andrew Cagney <cagney@redhat.com>
957 Joel Brobecker <brobecker@adacore.com>
958 Sergio Durigan Junior <sergiodj@redhat.com>
959
960 * gdb.texinfo (File Options): Document --readnever.
961 (Commands to Specify Files): Likewise, for 'symbol-file' and
962 'add-symbol-file'.
963
bd69330d
PA
9642017-11-29 Pedro Alves <palves@redhat.com>
965
966 PR c++/19436
967 * gdb.texinfo (Debugging C Plus Plus): Document setting
968 breakpoints in functions with ABI tags.
969
a20714ff
PA
9702017-11-29 Pedro Alves <palves@redhat.com>
971
972 * gdb.texinfo (Linespec Locations): Document how "function" is
973 interpreted in C++ and Ada. Document "-qualified".
974 (Explicit Locations): Document how "-function" is interpreted in
975 C++ and Ada. Document "-qualified".
976
ee9a09e9
DC
9772017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
978
979 PR gdb/21945
980 * gdb.texinfo (Search Memory): Update description and example
981 about how to search a string without NULL terminator.
982
e547c119
JB
9832017-11-24 Joel Brobecker <brobecker@adacore.com>
984
985 * gdb.texinfo (GDB/MI Ada Exception Information): Document
986 new "exception-message" field.
987
5f1ca24a
SM
9882017-11-24 Simon Marchi <simon.marchi@ericsson.com>
989
990 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
991
d044bac8
PA
9922017-11-24 Pedro Alves <palves@redhat.com>
993
994 * gdb.texinfo (Completion): Update need-quoting examples. Remove
995 false claim that GDB inserts quoting automatically.
996 (Symbols): Add anchor.
997
2400729e
UW
9982017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
999
1000 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1001
d8ae99a7
PM
10022017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1003
1004 * python.texi (Basic Python): Add rbreak documentation.
1005
d0fe4701
XR
10062017-11-07 Xavier Roirand <roirand@adacore.com>
1007 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.texinfo (Set Breaks): Document support for breakpoint
1010 location ranges in the enable/disable commands.
1011
bc3b087d
SDJ
10122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1013
1014 * gdb.texinfo (Starting your Program) <The working directory.>:
1015 Mention remote debugging.
1016 (Working Directory) <Your Program's Working Directory>:
1017 Likewise.
1018 (Connecting) <Remote Packet>: Add "set-working-dir"
1019 and "QSetWorkingDir" to the table.
1020 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1021 packet.
1022
d092c5a2
SDJ
10232017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1024
1025 * gdb.texinfo (Starting your Program) <The working directory.>:
1026 Mention new "set cwd" command.
1027 (Working Directory) <Your Program's Working Directory>:
1028 Rephrase to explain that "set cwd" exists and is the default
1029 way to change the inferior's cwd.
1030
289e23aa
AA
10312017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1032
1033 * gdb.texinfo (S/390 and System z Features): Document the new
1034 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1035
f2ff95c5
KB
10362017-09-21 Kevin Buettner <kevinb@redhat.com>
1037
1038 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1039 attribute.
1040
da2c323b
KB
10412017-09-21 Kevin Buettner <kevinb@redhat.com>
1042
1043 * python.texi (Inferiors In Python): Add description for method
1044 Inferior.thread_from_thread_handle.
1045
4e5a4f58
JB
10462017-09-19 John Baldwin <jhb@FreeBSD.org>
1047
1048 * gdb.texinfo (Starting your Program): Add description of
1049 starti command. Mention starti command as an alternative for
1050 debugging the elaboration phase.
1051
1526853e
SM
10522017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1053
1054 * gdb.texinfo (Maintenance Commands): Document filter parameter
1055 of "maint selftest". Document "maint info selftests" command.
1056
7c96f8c1
TT
10572017-09-11 Tom Tromey <tom@tromey.com>
1058
1059 * python.texi (Events In Python): Document new events.
1060
d69cf9b2
PA
10612017-09-04 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1064 no-debug-info variables.
1065 (Symbols) <Examining the Symbol Table>: Document inspecting
1066 no-debug-info types.
1067 (Calling) <Calling functions with no debug info>: New subsection,
1068 documenting calling no-debug-info functions.
1069 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1070
0a2dde4a
SDJ
10712017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1072
1073 * gdb.texinfo (set environment): Add @anchor. Explain that
1074 environment variables set by the user are sent to GDBserver.
1075 (unset environment): Likewise, but for unsetting variables.
1076 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1077 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1078 "environment-reset" and "QEnvironmentReset" to the table.
1079 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1080 QEnvironmentReset>: New item, explaining the packet.
1081
6e41ddec
JK
10822017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1083
1084 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1085 "Compiler search for the compile command" descriptions of set
1086 compile-gcc and show compile-gcc.
1087
58afddc6
WP
10882017-08-07 Weimin Pan <weimin.pan@oracle.com>
1089
1090 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1091 ADI support.
1092 * NEWS: Add "adi examine" and "adi assign" commands.
1093
6d580b63
YQ
10942017-08-18 Yao Qi <yao.qi@linaro.org>
1095
1096 * gdb.texinfo (Server): Document "--selftest".
1097
a5afdb16
RK
10982017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1099
1100 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1101 Single-Key mode.
1102
ca145713
SDJ
11032017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1104
1105 PR gdb/21925
1106 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1107 set...").
1108
0968fbae
SM
11092017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1110
1111 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1112 conditional expression.
1113
791fb3d7
SM
11142017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1115
1116 * agentexpr.texi (rot): Fix symbolic description, improve
1117 textual description.
1118
27d41eac
YQ
11192017-07-26 Yao Qi <yao.qi@linaro.org>
1120
1121 * gdb.texinfo (Maintenance Commands): Document command
1122 "maint check xml-descriptions".
1123
8e2141c6
YQ
11242017-07-26 Yao Qi <yao.qi@linaro.org>
1125
1126 * gdb.texinfo (Maintenance Commands): Document optional
1127 argument of "maint print c-tdesc".
1128
c646b4e8
YQ
11292017-07-18 Yao Qi <yao.qi@linaro.org>
1130
1131 * gdb.texinfo (Maintenance Commands): Improve the doc to
1132 command "maint print c-tdesc".
1133
eb83230b
SDJ
11342017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1135
1136 PR gdb/21606
1137 * python.texi (Python representation of Symbols.): Replace
1138 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1139 * guile.texi (Guile representation of Symbols.): Likewise.
1140
c4dcb155
SM
11412017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * gdb.texinfo (Optional Messages about Internal Happenings):
1144 Document {set,show} debug separate-debug-file commands.
1145
aefd8b33
SDJ
11462017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1147
1148 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1149 (Connecting) <Remote Packet>: Add "startup-with-shell"
1150 and "QStartupWithShell" to the table.
1151 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1152 packet.
1153
176efed1
AB
11542017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1157
d050f7d7
TW
11582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1159
1160 * python.texi (Recording in Python): Factor out the documentation of
1161 gdb.RecordInstruction's super class.
1162
14f819c8
TW
11632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1164
1165 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1166 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1167 prev and next.
1168
0ed5da75
TW
11692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1170
1171 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1172 gdb.RecordInstruction
1173
913aeadd
TW
11742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1175
1176 * python.texi (Recording in Python): Add documentation for
1177 gdb.RecordGap and remove documentation of special cases for
1178 gdb.BtraceInstruction.
1179
a3be24ad
TW
11802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1181
1182 * python.texi (Recording in Python): Remove Record.ptid defvar.
1183
ebe553db
SM
11842017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1185
1186 * gdb.texinfo (GDB/MI Thread Information): Add missing
1187 fields, re-word some things.
1188 (GDB/MI Thread Commands): Describe fields found in the output of
1189 -thread-info, remove description of fields in the
1190 thread output tuple, replace with a cross-reference to "GDB/MI
1191 Thread Information".
1192
9be21bb4
SM
11932017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1196 from -thread-info output.
1197
fe5f7374
AK
11982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1199
1200 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1201
eea78757
AK
12022017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1203
1204 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1205
79778b30
YQ
12062017-03-22 Yao Qi <yao.qi@linaro.org>
1207
1208 * python.texi (Inferiors In Python): Remove @code from Python.
1209
cee59b3f
TW
12102017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1211
1212 * python.texi (Recordings In Python): Document return type of
1213 gdb.BtraceInstruction.data.
1214
51457a05
MAL
12152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1216
1217 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1218 command file-list-shared-libraries
1219 (GDB/MI Async Records): Update documentation of library-loaded with new
1220 field.
1221
f8d99587
DE
12222017-03-16 Doug Evans <dje@google.com>
1223
1224 * guile.texi (Lazy Strings In Guile): Mention arrays.
1225 * python.texi (Lazy Strings In Python): Ditto.
1226
5cf70512
JW
12272017-03-08 Jiong Wang <jiong.wang@arm.com>
1228
1229 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1230 character "@".
1231
4a612d6f
WT
12322017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1233
1234 * Memory Protection Extensions: Add information about inferior
1235 calls.
1236
216f72a1
JK
12372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1238
1239 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1240 DW_TAG_GNU_* and DW_AT_GNU_*.
1241
4e746bb6
TW
12422017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1243
1244 * python.texi (Recordings In Python): New section.
1245
3f77c769
TT
12462017-02-14 Tom Tromey <tom@tromey.com>
1247
1248 PR python/13598:
1249 * python.texi (Events In Python): Document events.before_prompt.
1250
5cf30ebf
LM
12512017-02-13 Luis Machado <lgustavo@codesourcery.com>
1252
1253 * gdb.texinfo (Target Commands): Document the optional offset
1254 argument for the load command.
1255
18da0c51
MG
12562017-02-10 Martin Galvan <martingalvan@sourceware.org>
1257
1258 PR gdb/21122
1259 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1260 space-separated breakpoint lists. Also add a missing @table command
1261 and @cindex for breakpoint lists.
1262
3f7b46f2
IR
12632017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1264
1265 PR tdep/20936
1266 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1267 (Sparc Features): New node.
1268
2735833d
WT
12692017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1270
1271 * gdb.texinfo (i386 Features): Add system segment registers
1272 as feature.
1273
373832b6
SM
12742017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1275
1276 * python.texi (Events In Python): Fix typo.
1277
78cbbba8
LM
12782017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1279 Luis Machado <lgustavo@codesourcery.com>
1280
1281 * gdb.texinfo (-target-flash-erase): New MI command description.
1282 (flash-erase): New CLI command description.
1283
387360da
JB
12842017-01-04 John Baldwin <jhb@FreeBSD.org>
1285
1286 * gdb.texinfo (Contributors): Add SRI International and University
1287 of Cambridge for FreeBSD/mips.
1288
34c41c68
DE
12892016-12-22 Doug Evans <xdje42@gmail.com>
1290
1291 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1292 commands.
1293
df3ee9ca
PA
12942016-12-02 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.texinfo (User-defined Commands): Limit on number of
1297 arguments passed to user-defined commands removed; update.
1298
01770bbd
PA
12992016-12-02 Pedro Alves <palves@redhat.com>
1300
1301 PR cli/20559
1302 * gdb.texinfo (Define): Add example of using "eval" to process a
1303 variable number of arguments.
1304 (Output) <eval>: Add anchor.
1305
ad02e4fe
SM
13062016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1307
1308 * Makefile.in: Likewise.
1309
8504e097
AA
13102016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1311
1312 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1313 xref.
1314
39402e6c
PA
13152016-10-29 Pedro Alves <palves@redhat.com>
1316
1317 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1318 actions.
1319
ca6eff59
PA
13202016-10-26 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1323 actions that match a thread, and what happens when an action
1324 matches a thread that is already running.
1325
be06ba8c
SM
13262016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1327
1328 * gdb.texinfo (Using Trace Files): Fix typo.
1329 (GDB/MI Tracepoint Commands): Likewise.
1330
99e61eda
SM
13312016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1332
1333 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1334 of -trace-save.
1335
9c37b5ae
TT
13362016-10-06 Tom Tromey <tom@tromey.com>
1337
1338 * guile.texi (Types In Guile): Remove Java mentions.
1339 * python.texi (Types In Python): Remove Java mentions.
1340 * gdb.texinfo (Address Locations, Supported Languages)
1341 (Index Section Format): Remove Java mentions.
1342
ee8da4b8
DE
13432016-08-15 Doug Evans <dje@google.com>
1344
1345 * gdb.texinfo (Target Description Format): Update docs on "end"
1346 field spec and field default type.
1347
4034d0ff
AT
13482016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13492016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1350
1351 PR gdb/20487
1352 * gdb.texinfo (Context management): Update mention of frame
1353 change notifications.
1354 (gdb/mi Async Records): Document frame field in
1355 =thread-select event.
1356 * observer.texi (GDB Observers): New user_selected_context_changed
1357 observer.
1358
4435e1cc
TT
13592016-09-28 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1362 than "memory breakpoint". Further document "kind". Move
1363 protocol-details link earlier.
1364 <z1>: Document the cmd_list argument. Fix typo.
1365 <g>: Remove incorrect sentence.
1366 (Stop Reply Packets): Document "OK" response to requests when in
1367 non-stop mode.
1368 <swbreak>: Use "software breakpoint" rather than "memory
1369 breakpoint".
1370 <create>: Document that "R" is ignored.
1371 <W, X, w>: Document formatting of "AA".
1372 (Notification Packets): Use "%Stop", not "%%Stop".
1373
ad0a504f
AK
13742016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1375
1376 * gdb.texinfo (Embedded Processors): Document ARC.
1377 (Synopsys ARC): New section.
1378 (Standard Target Features): Document ARC features.
1379 (ARC Features): New section.
1380
74172ecf
SM
13812016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1382
1383 * .gitignore: New file.
1384
0a1ddfa6
SM
13852016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1386
1387 * gdb.texinfo (Input/Output): Mention possibility to unset
1388 inferior-tty.
1389
c0272db5
TW
13902016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1391
1392 * gdb.texinfo: Resume btrace on reconnect.
1393
e3487908
GKB
13942016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1395
1396 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1397 syscall.
1398
463888ab
РИ
13992016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1400
1401 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1402 command.
1403
dac790e1
TT
14042016-07-13 Tom Tromey <tom@tromey.com>
1405
1406 PR python/15620, PR python/18620:
1407 * python.texi (Events In Python): Document new breakpoint events.
1408
93daf339
TT
14092016-07-13 Tom Tromey <tom@tromey.com>
1410
1411 PR python/17698:
1412 * python.texi (Breakpoints In Python): Document
1413 Breakpoint.pending.
1414
cda75e70
TT
14152016-07-13 Tom Tromey <tom@tromey.com>
1416
1417 * python.texi (Breakpoints In Python): Move table of types and
1418 table of watchpoint types earlier in node.
1419
e0f3fd7c
TT
14202016-07-12 Tom Tromey <tom@tromey.com>
1421
1422 PR python/19293:
1423 * python.texi (Frames In Python): Document
1424 gdb.invalidate_cached_frames.
1425
86f78169
PA
14262016-06-21 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1429 document new-ui and explain use case.
1430
a28d8e50
YTL
14312016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1432
1433 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1434 (NDS32 Features): New Section.
1435
bb556f1f
TK
14362016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1437
1438 * gdb.texinfo (Examining Memory): Document negative repeat
1439 count in the 'x' command.
1440
38b022b4
SM
14412016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1442
1443 * gdb.texinfo (GDB/MI Async Records): Document method and
1444 format fields in =record-started.
1445 * observer.texi (record_changed): Add method and format
1446 parameters.
1447
c185ba27
EZ
14482016-05-27 Eli Zaretskii <eliz@gnu.org>
1449
1450 * gdb.texinfo (General Query Packets): Move the description of the
1451 response before the long list of the specific 'read' and 'write'
1452 requests.
1453
1957f6b8
TT
14542016-05-23 Tom Tromey <tom@tromey.com>
1455
1456 * python.texi (Basic Python): Document gdb.breakpoints return.
1457
224f10c1
TT
14582016-05-24 Tom Tromey <tom@tromey.com>
1459
1460 PR gdb/19194:
1461 * gdb.texinfo (gdb man): Fix typo.
1462
0bdfa368
TT
14632016-05-17 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1466 (Rust): New node.
1467
dcd1f979
TT
14682016-05-17 Tom Tromey <tom@tromey.com>
1469
1470 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1471
310cdbb6
YQ
14722016-04-27 Yao Qi <yao.qi@linaro.org>
1473
1474 * gdb.texinfo (tfind): Complete doc about tfind without
1475 argument.
1476
b8162e5a
AT
14772016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1478
1479 * agentexpr.texi (byte): Fix zero_ext description.
1480
f7c38292
PA
14812016-03-31 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.texinfo (M32R/SDI): Delete node.
1484 (MIPS Embedded): Remove references to the MIPS remote debugging
1485 protocol, PMON and variants, and the associated commands.
1486
81516450
DE
14872016-03-15 Doug Evans <dje@google.com>
1488
1489 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1490 (Target Description Format): Mention enum types. Update docs on
1491 flags types.
1492 (Predefined Target Types): Add "bool".
1493 (Enum Target Types): New node.
1494
2a60e18f
PA
14952016-03-15 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.texinfo (Tracepoint Actions): Fix typo.
1498
45fa2529
PA
14992016-03-15 Pedro Alves <palves@redhat.com>
1500 Andreas Arnez <arnez@linux.vnet.ibm.com>
1501 Marcin Kościelnicki <koriakin@0x04.net>
1502
1503 * gdb.texinfo (Tracepoint Actions): Document possible
1504 unreliability of '$_ret'.
1505
f2403c39
AB
15062016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1509 command.
1510
f2f3ccb9
SM
15112016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1512
1513 * gdb.texinfo (Convenience Functions): Document $_as_string.
1514
cce0e923
DE
15152016-02-23 Doug Evans <dje@google.com>
1516
1517 * gdb.texinfo (Skipping Over Functions and Files): Document new
1518 options to "skip" command. Update docs of output of "info skip".
1519
012b3a21
WT
15202016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1521
1522 * gdb.texinfo (Signals): Add bound violation display hints for
1523 a SIGSEGV.
1524
0748bf3e
MK
15252016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1526
1527 * gdb.texinfo (Trace File Format): Add documentation for description
1528 section lines.
1529
e909d859
MK
15302016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1531
1532 * gdb.texinfo (Trace File Format): Remove misleading information
1533 about register block ordering.
1534
713cdcbf
DE
15352016-02-01 Doug Evans <dje@google.com>
1536
1537 * gdb.texinfo (Value Sizes): Fix typo.
1538
8244c20d
DE
15392016-02-01 Doug Evans <dje@google.com>
1540
1541 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1542
5fdf6324
AB
15432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * gdb.texinfo (Value Sizes): New section.
1546 (Data): Add the 'Value Sizes' node to the menu.
1547
67ebd9cb
JB
15482016-01-26 John Baldwin <jhb@FreeBSD.org>
1549
1550 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1551
6e9567fe
JB
15522016-01-19 John Baldwin <jhb@FreeBSD.org>
1553
1554 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1555
f303dbd6
PA
15562016-01-18 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1559 of the thread that hit a breakpoint or received a signal.
1560
71ef29a8
PA
15612016-01-15 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1564
663f6d42
PA
15652016-01-13 Pedro Alves <palves@redhat.com>
1566
1567 * gdb.texinfo (Threads): Document the $_gthread convenience
1568 variable.
1569 (Convenience Vars): Likewise.
1570
c84f6bbf
PA
15712016-01-13 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.texinfo (Threads): Document "info threads -gid".
1574
22a02324
PA
15752016-01-13 Pedro Alves <palves@redhat.com>
1576
1577 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1578 anchor.
1579 (Threads In Python): Document new InferiorThread.global_num
1580 attribute.
1581
5d5658a1
PA
15822016-01-07 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1585 qualified thread IDs, global thread IDs and thread ID lists.
1586 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1587 thread IDs.
1588 (Convenience Vars): Document the $_thread convenience variable.
1589 (Ada Tasks): Adjust to refer to thread IDs.
1590 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1591 Commands, GDB/MI Variable Objects): Update to mention global
1592 thread IDs.
1593 * guile.texi (Breakpoints In Guile)
1594 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1595 global thread IDs instead of thread IDs.
1596 * python.texi (Threads In Python): Adjust documentation of
1597 InferiorThread.num.
1598 (Breakpoint.thread): Mention global thread IDs instead of thread
1599 IDs.
1600
84654457
PA
16012016-01-13 Pedro Alves <palves@redhat.com>
1602
1603 * python.texi (Threads In Python): Document
1604 InferiorThread.inferior.
1605
e3940304
PA
16062016-01-13 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1609 convenience variable.
1610 (Convenience Vars): Likewise.
1611
82075af2
JS
16122016-01-12 Josh Stone <jistone@redhat.com>
1613 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1614
1615 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1616 (Stop Reply Packets): List the syscall entry and return stop reasons.
1617 (General Query Packets): Describe QCatchSyscalls, and add it to the
1618 table and the detailed list of stub features.
1619
bc504a31
PA
16202016-01-12 Pedro Alves <palves@redhat.com>
1621
1622 Remove use of the registered trademark symbol throughout.
1623
cde67b27
YQ
16242016-01-12 Yao Qi <yao.qi@linaro.org>
1625
1626 * gdb.texinfo (Interrupts): Update the document on handling
1627 interrupt when program is stopped.
1628
19d9d4ef
DB
16292015-12-11 Don Breazeal <donb@codesourcery.com>
1630
1631 * gdb.texinfo (Forks): Correct Linux kernel version where
1632 fork and exec events are supported, add notes about support
1633 of these events in target remote mode.
1634 (Connecting): Reorganize and clarify distinctions between
1635 target remote, extended-remote, and multiprocess.
1636 Reorganize related text from separate sections into new
1637 sections.
1638 (Server): Note effects of target extended-remote mode.
1639 Delete section on Multi-Process Mode for gdbserver.
1640 Move some text to "Connecting" node.
1641
f4f4330e
PA
16422015-12-10 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.texinfo (Threads): Replace warning with explanation
1645 about single-threaded programs.
1646
b1236ac3
PA
16472015-12-10 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.texinfo (Threads): Remove mention of SGI.
1650 (Forks): Remove mention of HP-UX.
1651 (Breakpoints): Remove mention of HP-UX.
1652 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1653 Reword in terms of architectures.
1654 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1655 mention supported systems.
1656 (Convenience Vars): Don't mention HP-UX.
1657 (Jumping): Remove mention of HP-UX in comment.
1658 (Files) <shared libraries>: Update supported shared library types
1659 list. Remove mention of HP-UX.
1660 (Native): Remove HP-UX subsection.
1661 (SVR4 Process Information): Remove mention of HP-UX.
1662
0f59c28f
PA
16632015-12-10 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.texinfo (Stack): Reorder menu.
1666
1c35a88f
LM
16672015-12-09 Luis Machado <lgustavo@codesourcery.com>
1668
1669 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1670 -var-set-format's new zero-hexadecimal format.
1671
3685b09f
PMR
16722015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1673
1674 * gdb.texinfo (Ada Mode Into): Move overloading support
1675 description to its own node.
1676 (Overloading support for Ada): New node.
1677
f2faf941
PA
16782015-11-30 Pedro Alves <palves@redhat.com>
1679
1680 PR 14618
1681 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1682 (Remote Configuration): Add the "set/show remote
1683 no-resumed-stop-reply" to the available settings table.
1684 (General Query Packets): Document the "no-resumed" qSupported
1685 feature.
1686
65706a29
PA
16872015-11-30 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.texinfo (Remote Configuration): List "set/show remote
1690 thread-events" command in configuration table.
1691 (Stop Reply Packets): Document "T05 create" stop
1692 reason and 'w' stop reply.
1693 (General Query Packets): Document QThreadEvents packet. Document
1694 QThreadEvents qSupported feature.
1695
de979965
PA
16962015-11-30 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1699 anchor.
1700 (Packets): Document vCtrlC.
1701
79efa585
SM
17022015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1703
1704 * gdb.texinfo (Thread List Format): Mention thread names.
1705
7e0aa6aa
PA
17062015-11-24 Pedro Alves <palves@redhat.com>
1707
1708 PR 17539
1709 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1710 program-spaces" example to ascending order listing.
1711 (Threads): Adjust "info threads" example to ascending order
1712 listing.
1713 (Forks): Adjust "info inferiors" example to ascending order
1714 listing.
1715
0c532a29
MM
17162015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1717
1718 * gdb.texinfo (Process Record and Replay): Document "record
1719 instruction-history" modifiers.
1720
fc58fa65
AB
17212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1724 description.
1725 (Frame Filter Management): Move to later in the 'Examining the
1726 Stack' chapter.
1727 (Selection): Add entry for 'select-frame'.
1728
792005b0
DE
17292015-09-25 Doug Evans <dje@google.com>
1730
1731 * gdb.texinfo (Process Record and Replay): Fix syntax of
1732 "record instruction-history begin, end" and
1733 "record function-call-history begin, end".
1734
c58b006b
SM
17352015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1736
1737 * gdb.texinfo (Specifying Source Directories): Fix
1738 substitute-path example.
1739
f2665db5
MM
17402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1741
1742 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1743
e68fa6f0
PA
17442015-09-15 Pedro Alves <palves@redhat.com>
1745
1746 PR remote/18965
1747 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1748 the vforkdone description.
1749
8228463c
PA
17502015-09-15 Pedro Alves <palves@redhat.com>
1751
1752 PR remote/18965
1753 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1754 part indicates the thread ID of the parent process.
1755
750ce8d1
YQ
17562015-09-15 Yao Qi <yao.qi@linaro.org>
1757
1758 * gdb.texinfo (General Query Packets): Add vContSupported to
1759 tables of 'gdbfeatures' and 'stub features' supported in the
1760 qSupported packet, as well as to the list containing stub
1761 feature details.
1762
b459a59b
DB
17632015-09-11 Don Breazeal <donb@codesourcery.com>
1764
1765 * gdb.texinfo (Remote Configuration): Add exec event
1766 feature to table of packet settings.
1767 (Stop Reply Packets): Add exec events to the list of stop
1768 reasons.
1769 (General Query Packets): Add exec events to tables of
1770 'gdbfeatures' and 'stub features' supported in the qSupported
1771 packet, as well as to the list containing stub feature
1772 details.
1773
73b8c1fd
PA
17742015-08-24 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.texinfo (Remote Configuration): Document the "set/show
1777 remote multiprocess-extensions-packet" commands.
1778
bb615428
PA
17792015-08-24 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1782 <M32R>: Remove references to M32R/D.
1783 <M68K>: Remove references to target dbug.
1784 <MIPS Embedded>: Remove references to target r3900 and target
1785 array.
1786 <PowerPC Embedded>: Remove references to target dink32 and target
1787 ppcbug, target sds
1788 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1789
2b4bf6af
AB
17902015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1793
566f5e3b
AB
17942015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1797
18989b3c
AB
17982015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1801 info bfds" to...
1802 (File Caching): A New section. Outline bfd caching, and add new
1803 description for "main set/show bfd-sharing".
1804
6ff0ba5f
DE
18052015-08-14 Doug Evans <xdje42@gmail.com>
1806
1807 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1808 disassembly.
1809 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1810
629500fa
KS
18112015-08-11 Keith Seitz <keiths@redhat.com>
1812
1813 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1814 Use "location(s)"instead of "linespec(s)".
1815 (Specifying a Location): Rewrite.
1816 Add subsections describing linespec, address, and explicit locations.
1817 Add node/menu for each subsection.
1818 (Source and Machine Code, C Preprocessor Macros)
1819 (Create and Delete Trace points)
1820 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1821 (Continuing at a Different Address): Remove "linespec" examples.
1822 Add reference to "Specify a Location"
1823 (The -break-insert Command): Rewrite. Add anchor.
1824 Add reference to appropriate manual section discussing locations.
1825 (The -dprintf-insert Command): Refer to -break-insert for
1826 specification of 'location'.
1827
fbea99ea
PA
18282015-08-07 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1831 target-non-stop".
1832
da8c46d2
MM
18332015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1834
1835 * gdb.texinfo (Process Record and Replay): Document prefixing of
1836 speculatively executed instructions in the "record instruction-history"
1837 command.
1838
a3b5281e
DE
18392015-07-20 Doug Evans <dje@google.com>
1840
1841 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1842
6bcb1f97
DE
18432015-07-16 Doug Evans <dje@google.com>
1844
1845 * stabs.texinfo: @include gdb-cfg.texi.
1846
db1ff28b
JK
18472015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1848
1849 Revert the previous 2 commits:
1850 gdbserver build-id attribute generator
1851 Validate symbol file using build-id
1852
ca5268b6
JK
18532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 * gdb.texinfo (Files): Add 'set validate-build-id'
1856 and 'show validate-build-id'.
1857
700ca40f
JK
18582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1859 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 gdbserver build-id attribute generator.
1862 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1863 'build-id' in description, example, new attribute in dtd.
1864
7c7f93f6
AB
18652015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.texinfo (Selection): Update documentation for 'frame'
1868 command.
1869
b0627500
MM
18702015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1871
72f4393d 1872 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
1873 commands.
1874
b20a6524
MM
18752015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1876
1877 * gdb.texinfo (Process Record and Replay): Spell out that variables
1878 and registers are not available during btrace replay.
1879 Describe the new "record btrace pt" command.
1880 Describe the new "set|show record btrace pt buffer-size" options.
1881 (General Query Packets): Describe the new Qbtrace:pt and
1882 Qbtrace-conf:pt:size packets.
1883 Expand "bts" to "Branch Trace Store".
1884 Update the branch trace DTD.
1885
fc637f04
PP
18862015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1887
1888 * gdb.texinfo (Command History): Document the new option
1889 "history remove-duplicates".
1890
18a94d75
DE
18912015-06-19 Doug Evans <dje@google.com>
1892
1893 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1894 longer supported.
1895
0eacb298
PP
18962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1897
1898 * gdb.texinfo (Command History): Mention that setting
1899 GDBHISTSIZE to the empty string disables history truncation.
1900
bc460514
PP
19012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1902
1903 PR gdb/16999
1904 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1905 behavior.
1906
b58c513b
PP
19072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1908
1909 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1910 with GDBHISTSIZE.
1911
a86c90e6
SM
19122015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1913
1914 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1915 bytes and memory units for -data-{read,write}-memory-bytes.
1916 (Packets): Same for m, M and X packets.
1917 * python.texi (Inferiors In Python): Same for read_memory and
1918 write_memory.
1919
c74f7d1c
JT
19202015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1921
1922 * gdb.texinfo (Separate Debug Files): Document that PE is also
1923 supported.
1924
51f0e40d
AB
19252015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1928 single table entry.
1929
966f0aef
WT
19302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1931
1932 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1933
1934
15a201c8
GB
19352015-06-10 Gary Benson <gbenson@redhat.com>
1936
1937 * gdb.texinfo (Remote Configuration): Document the
1938 "set/show remote hostio-setfs-packet" command.
1939 (Host I/O Packets): Document the vFile:setfs packet.
1940
7a6a1731
GB
19412015-06-10 Gary Benson <gbenson@redhat.com>
1942
1943 * gdb.texinfo (Debugging Output): Document the "set/show debug
1944 linux-namespaces" command.
1945
7d73c23c 19462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1947 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1948
1949 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1950 and "set mpx bound".
1951
27e0867f
DE
19522015-05-27 Doug Evans <dje@google.com>
1953
1954 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1955
b4f54984
DE
19562015-05-26 Doug Evans <dje@google.com>
1957
1958 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1959 command renamings.
1960 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1961
55b40027
AB
19622015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1965
a4ea0946
AB
19662015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1969 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1970
37442ce1
DE
19712015-05-16 Doug Evans <xdje42@gmail.com>
1972
1973 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1974 memory ports.
1975
36de76f9
JK
19762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1979
0d71eef5
DB
19802015-05-12 Don Breazeal <donb@codesourcery.com>
1981
1982 * gdb.texinfo (Forks): Note that fork debugging is
1983 supported in extended mode.
1984 (Remote Configuration): Add fork event features to table
1985 of packet settings.
1986 (Stop Reply Packets): Add fork events to list of stop reasons.
1987 (General Query Packets): Add fork events to tables of
1988 'gdbfeatures' and 'stub features' supported in the qSupported
1989 packet, as well as to the list containing stub feature
1990 details.
1991
835205d0
GB
19922015-05-12 Gary Benson <gbenson@redhat.com>
1993
1994 * gdb.texinfo (General Query Packets): Document
1995 qXfer:exec-file:read with empty annex.
1996
4c082a81
SC
19972015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1998
1999 * python.texi (Values From Inferior): Add descriptions of new
2000 methods gdb.Value.reference_value and gdb.Value.const_value.
2001
b30a0bc3
JB
20022015-05-06 Joel Brobecker <brobecker@adacore.com>
2003
2004 * gdb.texinfo (Files): Add "info dll" documentation.
2005 (Cygwin Native): Remove "info dll" documentation.
2006
2ce1cdbf
DE
20072015-04-29 Doug Evans <dje@google.com>
2008
2009 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2010 Document.
2011 (Writing an Xmethod): Add get_result_type to example.
2012
59fb7612
SS
20132015-04-28 Sasha Smundak <asmundak@google.com>
2014
2015 * python.texi: New method documented.
2016
cf75d6c3
AB
20172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2020 format.
2021
897c3d32
DE
20222015-04-24 Doug Evans <dje@google.com>
2023
2024 * python.texi (Xmethods In Python): Fix name of method to call the
2025 xmethod.
2026
1b6e6f5c
GB
20272015-04-17 Gary Benson <gbenson@redhat.com>
2028
2029 * gdb.texinfo (Connecting to a Remote Target): Mention that
2030 GDB can access program files from remote targets that support
2031 qXfer:exec-file:read and Host I/O packets.
2032
c78fa86a
GB
20332015-04-17 Gary Benson <gbenson@redhat.com>
2034
2035 * gdb.texinfo (Remote Configuration): Document the "set/show
2036 remote pid-to-exec-file-packet" command.
2037 (General Query Packets): Document the qXfer:exec-file:read
2038 qSupported features. Document the qXfer:exec-file:read packet.
2039
a9a5a3d1
GB
20402015-04-17 Gary Benson <gbenson@redhat.com>
2041
2042 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2043 applies to executable paths if supplied to GDB as absolute.
2044
4f45d445
JK
20452015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 * gdb.texinfo (Mode Options): Remove -xdb.
2048
e7a8570f
JK
20492015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2050 Eli Zaretskii <eliz@gnu.org>
2051
72f4393d
L
2052 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2053 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2054 the compile command. New subsection Compiler search for the compile
2055 command.
2056
f2983cc3
AW
20572015-04-09 Andy Wingo <wingo@igalia.com>
2058
2059 * guile.texi (Frames In Guile): Describe frame-read-register.
2060
599bd15c
GB
20612015-04-02 Gary Benson <gbenson@redhat.com>
2062
2063 * gdb.texinfo (set sysroot): Document "target:".
2064
d11916aa
SS
20652015-04-01 Sasha Smundak <asmundak@google.com>
2066
2067 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2068 section.
2069
df8411da
SDJ
20702015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2071
2072 PR corefiles/16092
2073 * gdb.texinfo (gcore): Mention new command 'set
2074 use-coredump-filter'.
2075 (set use-coredump-filter): Document new command.
2076
d33279b3
AT
20772015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2078
2079 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2080 documentation, reorder the info os entries in alphabetical order.
2081
852f8402
SM
20822015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2083
2084 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2085 -data-write-memory-bytes.
2086
856e7dd6
PA
20872015-03-24 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2090 mention that threads may sometimes run unlocked.
2091
236af5e3
YG
20922015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2093
2094 * gdb.texinfo (Remote configuration): Document "set/show
2095 serial parity" command.
2096
464b0089
GB
20972015-03-18 Gary Benson <gbenson@redhat.com>
2098
2099 * gdb.texinfo (General Query Packets): Remove documentation
2100 for now-removed vFile:fstat qSupported features.
2101
0a93529c
GB
21022015-03-11 Gary Benson <gbenson@redhat.com>
2103
2104 * gdb.texinfo (Remote Configuration): Document the
2105 "set/show remote hostio-fstat-packet" command.
2106 (General Query Packets): Document the vFile:fstat
2107 qSupported features.
2108 (Host I/O Packets): Document the vFile:fstat packet.
2109
85642ba0
AW
21102015-03-11 Andy Wingo <wingo@igalia.com>
2111
2112 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2113
f7e6eed5
PA
21142015-03-04 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.texinfo (Remote Configuration): Document the "set/show
2117 remote swbreak-feature-packet" and "set/show remote
2118 hwbreak-feature-packet" commands.
2119 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2120 decription.
2121 (Stop Reply Packets): Document the swbreak and hwbreak stop
2122 reasons.
2123 (General Query Packets): Document the swbreak and hwbreak
2124 qSupported features.
2125 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2126
f873665f 21272015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2128
2129 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2130 under *stopped.
2131
9a284c97
DE
21322015-03-02 Doug Evans <xdje42@gmail.com>
2133
2134 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2135
446899e4
AA
21362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2137
2138 * gdb.texinfo (S/390 and System z Features): Describe new feature
2139 "org.gnu.gdb.s390.vx".
2140
7ee67ee4
SDJ
21412015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2142
2143 PR gdb/18008
2144 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2145 demangler-warning): Fix typo ("problam").
2146
53cf2ee0
DT
21472015-02-19 David Taylor <dtaylor@emc.com>
2148
2149 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2150
3133f8c1
JM
21512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2152
2153 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2154 point, DTrace'.
2155 (Static Probe Points): Modified to cover DTrace probes in addition
2156 to SystemTap probes. Also modified to cover the `enable probe'
2157 and `disable probe' commands.
2158
9aca2ff8
JM
21592015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2160
2161 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2162 `disable probe' commands.
2163
fa3f8d5a
DT
21642015-02-12 David Taylor <dtaylor@emc.com>
2165
2166 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2167 fields of the QTDV packet.
2168
d33501a5
MM
21692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2170
2171 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2172 (Process Record and Replay): Describe new set|show commands.
2173 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2174
f4abbc16
MM
21752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2176
2177 * gdb.texinfo (Process Record and Replay): Describe the "record
2178 btrace bts" command.
2179 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2180 (Branch Trace Configuration Format): New.
2181
cfb069a8
GB
21822015-01-31 Gary Benson <gbenson@redhat.com>
2183 Doug Evans <dje@google.com>
2184
2185 * gdb.texinfo (Command Completion): Document new
2186 "set/show max-completions" option.
2187
f57d2163
DE
21882015-01-31 Doug Evans <xdje42@gmail.com>
2189
2190 * gdb.texinfo (Symbols): Document new commands
2191 "maint print symbol-cache", "maint print symbol-cache-statistics",
2192 "maint flush-symbol-cache". Document new option
2193 "maint set symbol-cache-size".
2194
9f050062
DE
21952015-01-31 Doug Evans <xdje42@gmail.com>
2196
2197 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2198 distinguish script files vs inlined scripts.
2199 * python.texi (Python Auto-loading): Ditto.
2200
b6577aab
DE
22012015-01-30 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2204 string if present.
2205
3a8b707a
DE
22062015-01-27 Doug Evans <dje@google.com>
2207
2208 * python.texi (Objfiles In Python): Document Objfile.username.
2209
1b549396
DE
22102015-01-27 Doug Evans <dje@google.com>
2211
2212 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2213 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2214
253828f1
JK
22152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2218
bf555842
EZ
22192015-01-16 Eli Zaretskii <eliz@gnu.org>
2220
2221 * doc/gdb.texinfo (TUI Commands): Document the possible
2222 values of NAME argument to 'winheight' command. Explain the
2223 effect of 'tabset' setting better.
2224
439250fb
DE
22252015-01-11 Doug Evans <xdje42@gmail.com>
2226
2227 PR gdb/15830
2228 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2229 (Symbols): Ditto.
2230 (Maintenance Commands): Delete docs for "maint demangle".
2231
6bf6fd09
JB
22322014-12-31 Joel Brobecker <brobecker@adacore.com>
2233
2234 * gdb.texinfo (Files): Remove documentation of the
2235 "add-shared-symbol-files" and "assf" commands.
2236 (Cygwin Native): Remove documentation of the "dll-symbols"
2237 command.
2238
cc485e62
DE
22392014-12-17 Doug Evans <xdje42@gmail.com>
2240
2241 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2242
bb2ec1b3
TT
22432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2244 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * gdb.texinfo (Altering): Update.
2247 (Compiling and Injecting Code): New node.
2248
6dddd6a5
DE
22492014-12-12 Doug Evans <dje@google.com>
2250
2251 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2252
f5b95c01
AA
22532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2254
2255 * gdb.texinfo: Document "maint print user-registers".
2256
a0be3e44
DE
22572014-12-08 Doug Evans <dje@google.com>
2258
2259 * python.texi (Objfiles In Python): Document Objfile.owner.
2260
86e4ed39
DE
22612014-12-04 Doug Evans <dje@google.com>
2262
2263 * python.texi (Objfiles In Python): Document
2264 Objfile.add_separate_debug_file.
2265
7c50a931
DE
22662014-12-04 Doug Evans <dje@google.com>
2267
2268 * python.texi (Objfiles In Python): Document Objfile.build_id.
2269
162078c8
NB
22702014-12-02 Nick Bull <nicholaspbull@gmail.com>
2271
2272 * python.texi (Events In Python): Document new events
2273 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2274 and RegisterChangedEvent.
2275
f10c5b19
JK
22762014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 Add add-auto-load-scripts-directory.
2279 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2280 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2281
413b59ae
JK
22822014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2285 description typo.
2286
02be9a71
DE
22872014-10-30 Doug Evans <dje@google.com>
2288
2289 * python.texi (Progspaces In Python): Document ability to add
2290 random attributes to gdb.Progspace objects.
2291 (Objfiles In Python): Document ability to add random attributes to
2292 gdb.objfile objects.
2293
e5f8a7cc
PA
22942014-10-27 Pedro Alves <palves@redhat.com>
2295
2296 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2297 info on stepping and signal handlers.
2298 (Signals): Explain stepping and signal handlers. Add context
2299 index entry, and cross references.
2300
fab3a15d
SM
23012014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2302
2303 * python.texi (Breakpoints In Python): Add parenthesis after
2304 Breakpoint.delete. Clarify Breakpoint.enabled description so
2305 that it contains "disable".
2306
4ffbba72
DE
23072014-10-17 Doug Evans <dje@google.com>
2308
2309 * python.texi (Events In Python): Document clear_objfiles event.
2310
d096d8c1
DE
23112014-10-17 Doug Evans <dje@google.com>
2312
2313 * python.texi (Objfiles In Python): Document new progspace attribute.
2314
32a8097b
PA
23152014-10-17 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2318 (SVR4 Process Information): Delete mention of OSF/1.
2319
2ddf4301
SM
23202014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2321
2322 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2323 exit-code field in -list-thread-groups output.
2324
342cc091
JBG
23252014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2326
2327 * gdb.texinfo (Set Breaks): Add missing "@end table".
2328
a25a5a45
PA
23292014-09-22 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2332 always-inserted off" is the default mode now. Delete
2333 documentation of "set breakpoint always-inserted auto".
2334
2b4fd423
DE
23352014-09-18 Doug Evans <dje@google.com>
2336
2337 * python.texi (Symbol Tables In Python): Document "producer"
2338 attribute of gdb.Symtab objects.
2339
deb8ff2b
PA
23402014-09-16 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2343 (Embedded OS): Remove VxWorks menu entry.
2344 (VxWorks): Remove node.
2345
81219e53
DE
23462014-09-13 Doug Evans <xdje42@gmail.com>
2347
2348 * gdb.texinfo (Signaling): Document new queue-signal command.
2349
faa42425
DE
23502014-09-06 Doug Evans <xdje42@gmail.com>
2351
2352 PR 15276
2353 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2354 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2355
1a6a384b
JL
23562014-09-03 Justin Lebar <jlebar@google.com>
2357
2358 * python.texi (Types In Python): Type.template_argument(n) returns a
2359 gdb.Value or a gdb.Type and throws an exception if n is out of
2360 range.
2361
5f3b99cf
SS
23622014-09-03 Sasha Smundak <asmundak@google.com>
2363
2364 * python.texi (Frames in Python): Add read_register description.
2365
3cecbbbe
TT
23662014-08-04 Tom Tromey <tromey@redhat.com>
2367
2368 * gdb.texinfo (Debugging Output): Update for change to "set debug
2369 target".
2370
90debf20
MM
23712014-08-01 Masaki Muranaka <monaka@monami-software.com>
2372
2373 Pushed by Joel Brobecker <brobecker@adacore.com>.
2374 * Makefile.in (transform): New variable.
2375 (install-man1, install-man5): Apply $(transform) to man file names.
2376
ee7333ae
DE
23772014-07-26 Doug Evans <xdje42@gmail.com>
2378
2379 PR guile/17177
2380 * guile.texi (Guile Pretty Printing API): Fix typo.
2381 Document set-pretty-printers!, pretty-printers.
2382 (Selecting Guile Pretty-Printers): Update.
2383 Mention program-space based pretty-printers.
2384
70509625
PA
23852014-07-25 Pedro Alves <palves@redhat.com>
2386 Eli Zaretskii <eliz@gnu.org>
2387
2388 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2389 with multi-threaded programs.
2390
b67a2c6f
YQ
23912014-06-27 Yao Qi <yao@codesourcery.com>
2392
2393 * gdb.texinfo (Maintenance Commands): Update the output of
2394 'maint print dummy-frames' command.
2395
f179cf97
EZ
23962014-06-24 Eli Zaretskii <eliz@gnu.org>
2397
2398 * gdb.texinfo (Screen Size): Improve indexing.
2399
992c7d70
GB
24002014-06-19 Gary Benson <gbenson@redhat.com>
2401
2402 * gdb.texinfo (Maintenance Commands): Document new
2403 "maint set/show catch-demangler-crashes" option.
2404
57fcfb1b
GB
24052014-06-19 Gary Benson <gbenson@redhat.com>
2406
2407 * gdb.texinfo (Maintenance Commands): Document new
2408 "maint demangler-warning" command and new
2409 "maint set/show demangler-warning" option.
2410
dd5d5494
SC
24112014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2412
2413 * python.texi (Xmethod API): Add space before the opening
2414 parenthesis in function descriptions.
2415
25326a28 24162014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2417
2418 * guile.texi (Guile Configuration): Document guile-data-directory.
2419
0a770bb2 24202014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2421
2422 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2423
16f691fb
DE
24242014-06-04 Doug Evans <xdje42@gmail.com>
2425
2426 * guile.texi (Breakpoints In Guile): Update.
2427
1e47491b
JB
24282014-06-03 Joel Brobecker <brobecker@adacore.com>
2429
2430 * python.texi (Xmethod API): Fix reference to "Progspaces In
2431 Python".
2432
0c6e92a5
SC
24332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2434
2435 * python.texi (Xmethods In Python, XMethod API)
2436 (Writing an Xmethod): New nodes.
2437 (Python API): New menu entries "Xmethods In Python",
2438 "Xmethod API", "Writing an Xmethod".
2439
06eb1586
DE
24402014-06-02 Doug Evans <xdje42@gmail.com>
2441
2442 * guile.texi (Guile API): Add entry for Parameters In Guile.
2443 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2444 (Parameters In Guile): New node.
2445
e698b8c4
DE
24462014-06-02 Doug Evans <xdje42@gmail.com>
2447
2448 * guile.texi (Guile API): Add entry for Commands In Guile.
2449 (Basic Guile) <parse-and-eval>: Add reference.
2450 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2451 (GDB Scheme Data Types): Mention <gdb:command> object.
2452 (Commands In Guile): New node.
2453
ded03782
DE
24542014-06-02 Doug Evans <xdje42@gmail.com>
2455
2456 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2457 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2458 (Progspaces In Guile): New node.
2459
53e8a631
AB
24602014-05-30 Andrew Burgess <aburgess@broadcom.com>
2461
2462 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2463 * python.texi (Frames In Python): Mention
2464 gdb.FRAME_UNWIND_MEMORY_ERROR.
2465
329ea579
PA
24662014-05-29 Pedro Alves <palves@redhat.com>
2467 Tom Tromey <tromey@redhat.com>
2468
2469 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2470 from example.
2471 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2472 Mention that target-async is now deprecated.
2473 (Maintenance Commands): Document maint set/show target-async.
2474
92bcb5f9
PA
24752014-05-29 Pedro Alves <palves@redhat.com>
2476
2477 * observer.texi (sync_execution_done, command_error): New
2478 subjects.
2479
fd664c91
PA
24802014-05-29 Pedro Alves <palves@redhat.com>
2481
2482 PR gdb/13860
2483 * observer.texi (signal_received, end_stepping_range)
2484 (signal_exited, exited, no_history): New observer subjects.
2485
b2715b27
AW
24862014-05-26 Andy Wingo <wingo@igalia.com>
2487
2488 * guile.texi (GDB Scheme Data Types): Remove documentation for
2489 removed interfaces. Update spelling of gdb-object-kind.
2490
9eaa4c1e
AW
24912014-05-26 Andy Wingo <wingo@igalia.com>
2492
2493 * guile.texi (Basic Guile): Fix some typos.
2494
0f1e8403
AW
24952014-05-26 Andy Wingo <wingo@igalia.com>
2496
2497 * guile.texi (Writing a Guile Pretty-Printer)
2498 (Guile Types Module): Fix excess parentheses in use-modules forms.
2499
697aa1b7
EZ
25002014-05-24 Eli Zaretskii <eliz@gnu.org>
2501
2502 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2503 (Breakpoints In Guile, Guile Printing Module)
2504 (Guile Exception Handling, Values From Inferior In Guile)
2505 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2506 Don't use @var at the beginning of a sentence.
2507
2508 * gdb.texinfo (Frame Filter Management, Trace Files)
2509 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2510 (PowerPC Embedded, Define, Annotations for Running)
2511 (IPA Protocol Commands, Packets, General Query Packets)
2512 (Tracepoint Packets, Notification Packets, Environment)
2513 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2514 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2515 (Frames, Backtrace, Selection, Expressions, Registers)
2516 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2517 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2518 (Source Annotations, Using JIT Debug Info Readers, Packets)
2519 (Stop Reply Packets, Host I/O Packets)
2520 (Target Description Format): Don't use @var at the beginning of a
2521 sentence.
2522
2523 * python.texi (Basic Python, Types In Python)
2524 (Commands In Python, Frames In Python, Line Tables In Python)
2525 (Breakpoints In Python, gdb.printing, gdb.types)
2526 (Type Printing API): Don't use @var at the beginning of a
2527 sentence.
2528
67b5c0c1
MM
25292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2530
2531 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2532 replay-memory-access".
2533
6a3cb8e8
PA
25342014-05-21 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.texinfo (Starting): Document "set/show
2537 auto-connect-native-target".
2538 (Target Commands): Document "target native".
2539
936d2992
PA
25402014-05-20 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2543 not be remote specific. Add cross reference to the qCRC packet.
2544 (Separate Debug Files): Update cross reference to the qCRC packet.
2545 (General Query Packets) <qCRC packet>: Add anchor.
2546
b3ce5e5f
DE
25472014-05-17 Doug Evans <xdje42@gmail.com>
2548
2549 Copy over changes from guile.texi.
2550 * python.texi (Basic Python) <gdb.execute>: Add text.
2551 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2552 (Values From Inferior) <Python string>: Add text.
2553 (Values From Inferior) <Value.string>: Clarify string length handling.
2554 (Pretty Printing API): Add cindex.
2555 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2556 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2557 @vindex.
2558 (Commands In Python) <COMPLETE_*>: Similarly.
2559 (Symbols In Python) <SYMBOL_*>: Similarly.
2560 (Breakpoints In Python) <WP_*>: Similarly.
2561 (Breakpoints In Python) <BP_*>: Similarly.
2562
8dfcab11
DT
25632014-05-17 David Taylor <dtaylor@emc.com>
2564
2565 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2566 mentioned in the qfThreadInfo reply.
2567
8d551b02
DE
25682014-05-16 Doug Evans <dje@google.com>
2569
2570 * gdb.texinfo (Mode Options): Add -D.
2571
e20bd8f4
SB
25722014-05-09 Samuel Bronson <naesten@gmail.com>
2573
2574 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2575 "make -C".
2576
f989a1c8
TT
25772014-04-29 Tom Tromey <tromey@redhat.com>
2578
2579 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2580 "show debug varobj".
2581
95cf3b38
DT
25822014-05-01 David Taylor <dtaylor@emc.com>
2583
2584 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2585 option.
2586
01f9f808
MS
25872014-04-24 Michael Sturm <michael.sturm@mintel.com>
2588 Walfred Tedeschi <walfred.tedeschi@intel.com>
2589
2590 * gdb.texinfo (i386 Features): Add description of AVX512
2591 registers.
2592
770e7fc7
DE
25932014-03-31 Doug Evans <dje@google.com>
2594
2595 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2596
97d8f0ee
DE
25972014-03-30 Doug Evans <dje@google.com>
2598
2599 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2600 (Background Execution): Ditto.
2601
36cb1214
HZ
26022014-03-21 Pedro Alves <palves@redhat.com>
2603 Stan Shebs <stan@codesourcery.com>
2604 Hui Zhu <hui@codesourcery.com>
2605
2606 * gdb.texinfo (Packets): Add anchor to "? packet".
2607 Remove fixme and update introduction of "k packet".
2608 Add anchor to "vKill packet".
2609
5e3a2c38
SS
26102014-03-12 Stan Shebs <stan@codesourcery.com>
2611
2612 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2613
7a5a839f
LC
26142014-02-26 Ludovic Courtès <ludo@gnu.org>
2615
dc6ae996 2616 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2617
95060284
JB
26182014-02-20 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2621 and "assf" as being deprecated.
2622 (Cygwin Native): Likewise for "dll-symbols".
2623 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2624 as a way to force the loading of symbols from a DLL.
2625
f7bd0f78
SC
26262014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2627
2628 * python.texi (Values From Inferior): Add description about the
2629 new feature.
2630
329baa95
DE
26312014-02-17 Doug Evans <xdje42@gmail.com>
2632
2633 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2634 * gdb.texinfo (Python): Moved to ...
2635 * python.texi: ... here. New file.
2636
687894f5
DE
26372014-02-17 Ludovic Courtès <ludo@gnu.org>
2638
d25f38ee 2639 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2640 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2641 parameter to 'str-lookup-function' procedure. Look for
2642 the "std::string<" prefix.
2643 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2644 Adjust description.
2645
6fb526ee
DE
26462014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2647
d25f38ee 2648 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2649 parantheses for deffn.
2650 (Disassembly In Guile): Ditto.
2651
1e0a5178
SS
26522014-02-10 Stan Shebs <stan@codesourcery.com>
2653
2654 Add Doxygen support.
2655 * Makefile.in (doxy): New action, generates Doxygen files.
2656 (DOXYGEN): New.
2657 (doxyedit): New.
2658 * Doxyfile-base.in: New file.
2659 * Doxyfile-gdb-api.in: New file.
2660 * Doxyfile-gdb-xref.in: New file.
2661 * Doxyfile-gdbserver.in: New file.
2662 * doxy-index.in: New file.
2663 * filter-for-doxygen: New file.
2664 * filter-params.pl: New file.
2665
ed3ef339
DE
26662014-02-10 Doug Evans <xdje42@gmail.com>
2667
2668 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2669 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2670 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2671 (Guile docs): Include guile.texi.
2672 (objfile-gdbdotext file): Add objfile-gdb.scm.
2673 (dotdebug_gdb_scripts section): Mention Guile scripts.
2674 (Multiple Extension Languages): New node.
2675 * guile.texi: New file.
2676
c6044dd1
JB
26772014-01-28 Joel Brobecker <brobecker@adacore.com>
2678
2679 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2680 ignore-descriptive-types". commands.
2681
87ce2a04
DE
26822014-01-22 Doug Evans <dje@google.com>
2683
2684 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2685 (gdbserver man): Ditto.
2686
52834460
MM
26872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2688
2689 * gdb.texinfo: Document limited reverse/replay support
2690 for target record-btrace.
2691
0688d04e
MM
26922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2693
2694 * gdb.texinfo (Process Record and Replay): Update documentation.
2695
8710b709
MM
26962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2697
2698 * gdb.texinfo (Process Record and Replay): Document new /c
2699 modifier accepted by "record function-call-history".
2700 Add /i modifier to "record function-call-history" example.
2701
dcf106f3
JB
27022014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2703 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2706 markers. Remove one that was misplaced.
2707
41ef2965
PA
27082014-01-10 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.texinfo (Your Program's Environment) <set environment>:
2711 Mention the shell, and point at 'set exec-wrapper'.
2712
c0d48811
JB
27132014-01-07 Joel Brobecker <brobecker@adacore.com>
2714
2715 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2716
5fba4c0f
JB
27172013-12-30 Joel Brobecker <brobecker@adacore.com>
2718
2719 * gdb.texinfo (Types In Python): Clarify the documentation
2720 of attribute gdb.Field.bitpos.
2721
0809504b
JB
27222013-12-28 Joel Brobecker <brobecker@adacore.com>
2723
2724 * gdb.texinfo (Types In Python): Fix the documentation of
2725 attribute "bitpos" in class gdb.Field for enum types. Add
2726 documentation for attribute "enumval" in that same class.
2727
edef6000
JB
27282013-12-28 Joel Brobecker <brobecker@adacore.com>
2729
2730 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2731 @ftable.
2732
71b8c845
DE
27332013-12-23 Doug Evans <xdje42@gmail.com>
2734
2735 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2736 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2737 corresponding section in Extending GDB.
2738 (Extending GDB): Move menu up. New menu item "Auto-loading
2739 extensions".
2740 (Sequences): New menu item "Auto-loading sequences".
2741 (Auto-loading sequences): New node.
2742 (Python): Rename section from Scripting GDB to Extending GDB.
2743 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2744 Move docs on ways to auto-load extensions to ...
2745 (Auto-loading extensions): ... here. New node.
2746
d192b373
JB
27472013-12-23 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2750 in menu.
2751 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2752 command, now in a new node.
2753 (GDB/MI Support Commands): New node, with its contents being
2754 extracted from the "GDB/MI Miscellaneous Commands" node.
2755 A small paragraph introducing the section is also added at
2756 the start.
2757 (GDB/MI Miscellaneous Commands): Delete the description of the
2758 -info-gdb-mi-command, -list-features and -list-target-features
2759 commands, now hosted in the "GDB/MI Support Commands" node.
2760
a16b0e22
SC
27612013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2762
2763 PR python/16113
2764 * gdb.texinfo (Values From Inferior): Add a note about using
2765 gdb.Field objects as subscripts on gdb.Value objects.
2766 (Types In Python): Add description about the new attribute
2767 "parent_type" of gdb.Field objects.
2768
9b26f0fb
JB
27692013-12-12 Joel Brobecker <brobecker@adacore.com>
2770
2771 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2772 entry for section docuumenting the -list-features GDB/MI command.
2773
72bfa06c
JB
27742013-12-10 Joel Brobecker <brobecker@adacore.com>
2775
2776 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2777 "exec-run-start-option" entry in the output of the "-list-features"
2778 command.
2779
3ea8680f
EZ
27802013-12-04 Eli Zaretskii <eliz@gnu.org>
2781
2782 * gdb.texinfo (i386): Fix yesterday's commit.
2783
1a4f73eb
TT
27842013-12-03 Tom Tromey <tromey@redhat.com>
2785
2786 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2787 documented here.
2788
6cb999f8
TT
27892013-12-03 Tom Tromey <tromey@redhat.com>
2790
2791 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2792
ca8941bb
WT
27932013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2794
2795 * gdb.texinfo (i386 Features): Add MPX feature registers.
2796 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2797 a subsubsection for MPX and describes the display of the
2798 boundary registers.
2799
688981c9
JB
28002013-12-03 Joel Brobecker <brobecker@adacore.com>
2801
2802 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2803 documentation of the "ada-exceptions" entry.
2804
2ea126fa
JB
28052013-12-03 Joel Brobecker <brobecker@adacore.com>
2806
2807 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2808 "^error" result record concerning the error message. Document
2809 the error code that may also be part of that result record.
2810 (GDB/MI Miscellaneous Commands): Document the
2811 "undefined-command-error-code" element in the output of
2812 the "-list-features" GDB/MI command.
2813
6b7cbff1
JB
28142013-12-03 Joel Brobecker <brobecker@adacore.com>
2815
2816 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2817 the new -info-gdb-mi-command GDB/MI command. Document
2818 the meaning of "-info-gdb-mi-command" in the output of
2819 -list-features.
2820
20e1ca3b
PA
28212013-11-29 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2824 Update comment.
2825
29453a14
YQ
28262013-11-24 Yao Qi <yao@codesourcery.com>
2827
2828 * gdb.texinfo (Caching Remote Data): Document new
2829 "set/show stack-cache" option.
2830
6dd315ba
YQ
28312013-11-24 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2834 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2835 "off" respectively.
2836
9df9dbe0
YQ
28372013-11-23 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2840 of "displayhint" to the table about child results.
2841
c78feb39
YQ
28422013-11-21 Yao Qi <yao@codesourcery.com>
2843
2844 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2845 'dynamic' for the output of command -var-list-children.
2846
27b81af3
YQ
28472013-11-21 Yao Qi <yao@codesourcery.com>
2848
2849 * gdb.texinfo (Caching Target Data): Remove "see" before
2850 @pxref.
2851
b26dfc9a
YQ
28522013-11-20 Yao Qi <yao@codesourcery.com>
2853
2854 * gdb.texinfo (Caching Target Data): Update doc for
2855 per-address-space dcache.
2856
b12039c6
YQ
28572013-11-20 Yao Qi <yao@codesourcery.com>
2858
2859 * gdb.texinfo (Data): Rename menu item.
2860 (Caching Remote Data): Rename to ...
2861 (Caching Target Data): ... it. Update.
2862
422ad5c2
JB
28632013-11-18 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2866 "language-option" entry in the output of the "-list-features"
2867 command.
2868
805e1f19
TT
28692013-11-15 Tom Tromey <tromey@redhat.com>
2870
2871 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2872 Add example.
2873
8fe1b653
TT
28742013-11-14 Tom Tromey <tromey@redhat.com>
2875
2876 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2877
403cb6b1
JB
28782013-11-14 Joel Brobecker <brobecker@adacore.com>
2879
2880 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2881 (Context management): Place current subsection text into its own
2882 subsubsection. Add new subsubsection describing the "--language"
2883 command option.
2884
93973826
JB
28852013-11-13 Joel Brobecker <brobecker@adacore.com>
2886
2887 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2888 the documentation of "info-ada-exceptions" in the output
2889 of the "-list-features" command. Add the documentation
2890 of the "ada-exception" entry instead.
2891
6adcee18
JB
28922013-11-12 Joel Brobecker <brobecker@adacore.com>
2893
93973826 2894
6adcee18
JB
2895 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2896 word of a couple of sentences to start with a capital letter.
2897
58d06528
JB
28982013-11-12 Joel Brobecker <brobecker@adacore.com>
2899
2900 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2901 (Ada Exceptions): New node.
2902 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2903 Commands" node.
2904 (GDB/MI Ada Exceptions Commands): New node.
2905 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2906 field in the output of the "-list-features" command.
2907 * NEWS: Add entry for the new "info exceptions" CLI command,
2908 and for the new "-info-ada-exceptions" GDB/MI command.
2909
bc79de95
PM
29102013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2911
2912 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2913 (Line Tables In Python): New node.
2914
73be47f5
DE
29152013-11-08 Doug Evans <dje@google.com>
2916
2917 * gdb.texinfo (Debugging Output): Update text for
2918 "set debug dwarf2-read".
2919
db0fec5c
DE
29202013-11-08 Doug Evans <dje@google.com>
2921
2922 * gdb.texinfo (Debugging Output): Update text for
2923 "set debug symtab-create".
2924
92e32e33
PM
29252013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2926
72f4393d
L
2927 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2928 constant.
92e32e33 2929
f76c27b5
PM
29302013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2931
2932 * gdb.texinfo (Breakpoints In Python): Document temporary
2933 option in breakpoint constructor, and add documentation to the
2934 temporary attribute.
2935
fa4d0c40
YQ
29362013-11-07 Yao Qi <yao@codesourcery.com>
2937
2938 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2939 output of "-var-info-expression".
2940
afa332ce
PA
29412013-11-06 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2944 non-interactive mode.
2945 (Environment) <shell startup files warning>: Mention
2946 non-interactive mode. Mention .zshenv for Z shell, and talk about
2947 BASH_ENV instead of .bashrc for BASH.
2948
9ac69859
NB
29492013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2950
2951 * gdb.texinfo (Commands to Specify Files): Add description
2952 of the remove-symbol-file command.
2953 * observer.texi: New free_objfile event
2954
98882a26
PA
29552013-10-24 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2958
ce13fade
JB
29592013-10-11 Joel Brobecker <brobecker@adacore.com>
2960
2961 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2962 New subsection inside which the "-catch-load" and "-catch-unload"
2963 commands documentation is now placed.
2964 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2965 documenting the "-catch-assert" and "-catch-exception" new
2966 GDB/MI commands.
2967
2446f5ea
JB
29682013-10-10 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2971
0d12017b
JB
29722013-10-10 Joel Brobecker <brobecker@adacore.com>
2973
bd80dc1a
JB
2974 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2975 serial baud".
2976 (Remote Configuration): Replace "set remotebaud" by "set serial
2977 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 2978
f4fb82a1
PA
29792013-10-07 Pedro Alves <palves@redhat.com>
2980
2981 PR breakpoints/11568
2982 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2983 when the thread is removed from the thread list.
2984
0c557179
SDJ
29852013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2986
2987 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2988 Update entry for $_exitcode.
2989
5713b9b5
JB
29902013-10-04 Joel Brobecker <brobecker@adacore.com>
2991
2992 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2993 new "--start" option.
2994
901461f8
PA
29952013-10-02 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.texinfo (Registers): Expand description of saved registers
2998 in frames. Explain <not saved>.
2999
8fb8eb5c
DE
30002013-09-25 Doug Evans <dje@google.com>
3001
3002 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3003
0a7cfe2c
SS
30042013-09-16 Stan Shebs <stan@codesourcery.com>
3005
3006 Remove the internals manual gdbint.texinfo.
3007 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3008 (PDFFILES): Remove gdbint.pdf.
3009 (HTMLFILES): Remove gdbint/index.html.
3010 (HTMLFILES_INSTALL): Remove gdbint.
3011 (GDBINT_DOC_FILES): Remove.
3012 (dvi): Remove gdbint.dvi.
3013 (ps): Remove gdbint.ps.
3014 * gdbint.texinfo: Remove file.
3015 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3016
a280dbd1
SDJ
30172013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3018
3019 * gdb.texinfo (Convenience Functions): Mention new convenience
3020 function $_isvoid.
3021
4ac33720
UW
30222013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3023
3024 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3025 (Standard Target Features): Add new node to menu.
3026 (S/390 and System z Features): New node.
3027
b3d3b4bd
SA
30282013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3029
3030 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3031 -list-target-features in the example.
3032
edf9f00c
JK
30332013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3036 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3037
1d236d23
JK
30382013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3039
3040 Sync documentation with gdb.base/gnu-debugdata.exp.
3041 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3042
5423b017
JK
30432013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3046
6211c335
YQ
30472013-08-27 Pedro Alves <pedro@codesourcery.com>
3048 Yao Qi <yao@codesourcery.com>
3049
3050 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3051 Document new --skip-unavailable option.
3052 <-stack-list-variables>: Document new --skip-unavailable option.
3053
52e260a3
DE
30542013-08-26 Doug Evans <dje@google.com>
3055
3056 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3057 an optional regexp.
3058
5e92f71a
TT
30592013-08-13 Tom Tromey <tromey@redhat.com>
3060
3061 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3062 Document GDB_PARALLEL and GDB_INOTIFY.
3063
c5d7073b
SS
30642013-08-09 Stan Shebs <stan@codesourcery.com>
3065
3066 * LRS: Remove file, describes a long-abandoned live-range
3067 splitting extension to stabs.
3068
6fbe845e
AB
30692013-07-25 Andrew Burgess <aburgess@broadcom.com>
3070
3071 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3072
e7045703
DE
30732013-07-17 Doug Evans <dje@google.com>
3074
3075 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3076
3105ebf9
TT
30772013-07-02 Tom Tromey <tromey@redhat.com>
3078
3079 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3080
d6c2da54
TT
30812013-06-28 Tom Tromey <tromey@redhat.com>
3082
3083 * Makefile.in (version.subst): Use version.in, not
3084 common/version.in.
3085 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3086 Likewise.
3087
e5823f1c
PA
30882013-06-27 Pedro Alves <palves@redhat.com>
3089
3090 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3091 dynamic symbol resolution code>: New section, based on infrun.c
3092 comment.
3093
92dcb9ff
TT
30942013-06-26 Tom Tromey <tromey@redhat.com>
3095
3096 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3097 Update.
3098 (Releasing GDB): Likewise.
3099
dc673c81
YQ
31002013-06-26 Pedro Alves <pedro@codesourcery.com>
3101 Yao Qi <yao@codesourcery.com>
3102
3103 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3104 -trace-frame-collected.
3105
28a93511
YQ
31062013-06-26 Pedro Alves <pedro@codesourcery.com>
3107
3108 * gdb.texinfo (Traceframe Info Format): Document tvar element
3109 and its attributes.
3110
a0743c90
YQ
31112013-06-25 Yao Qi <yao@codesourcery.com>
3112
3113 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3114
01208463
TT
31152013-06-24 Tom Tromey <tromey@redhat.com>
3116
3117 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3118 (GDBvn.texi): Use version.subst.
3119 (version.subst): New target.
3120 (mostlyclean): Remove version.subst.
3121
c898adb7
YQ
31222013-06-20 Pedro Alves <pedro@codesourcery.com>
3123
3124 * gdb.texinfo (GDB/MI Data Manipulation)
3125 <-data-list-register-values>: Document the --skip-unavailable
3126 option.
3127
7c57fa1e
YQ
31282013-06-07 Yao Qi <yao@codesourcery.com>
3129
3130 * gdb.texinfo (Symbols): Add kindex and cindex for
3131 'maint print msymbols'.
3132
0059c61a 31332013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3134
3135 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3136 response field name (thread-group to inferior).
3137
85dc5a12
GB
31382013-06-04 Gary Benson <gbenson@redhat.com>
3139
3140 * gdb.texinfo (General Query Packets/qSupported): Added
3141 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3142 to the table of currently defined stub features.
3143 Added a more detailed entry for "augmented-libraries-svr4-read".
3144 (General Query Packets/qXfer:libraries-svr4:read): Documented
3145 the augmented form of this packet.
3146
5901af59
JB
31472013-05-23 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.texinfo (System-wide Configuration Scripts): Renames
3150 "Installed System-wide Configuration Scripts". Add associated
3151 @menu block.
3152
c1e36e3e
PA
31532013-05-23 Yao Qi <yao@codesourcery.com>
3154 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.texinfo (Packets): Document 'vCont;r'.
3157 (Continuing and Stepping): Document target-assisted range
3158 stepping, and the 'set range-stepping' and 'show range-stepping'
3159 commands.
3160
0201faac
JB
31612013-05-23 Joel Brobecker <brobecker@adacore.com>
3162
3163 * gdb.texinfo (Installed System-wide Configuration Scripts):
3164 Add subsection describing the scripts now available under
3165 the data-dir's system-gdbbinit subdirectory.
3166 * NEWS: Add entry announcing the availability of system-wide
3167 configuration scripts for ElinOS and Wind River Linux.
3168
c5867ab6
HZ
31692013-05-21 Hui Zhu <hui@codesourcery.com>
3170
3171 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3172 "-dprintf-insert" command.
3173
7d0c9981
DE
31742013-05-17 Doug Evans <dje@google.com>
3175
3176 * gdb.texinfo (Maintenance Commands): Update doc for
3177 "maint check-psymtabs". Add doc for "maint check-symtabs",
3178 "maint expand-symtabs".
3179
742ce053
MM
31802013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3181
3182 * gdb.texinfo (Process Record and Replay): Document the
3183 "record goto" command and its sub-commands.
3184
1e611234
PM
31852013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3186
3187 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3188 (Python API): Add Frame Filters API, Frame Wrapper API,
3189 Writing a Frame Filter/Wrapper, Managing Management of Frame
3190 Filters chapter entries.
3191 (Frame Filters API): New Node.
3192 (Frame Wrapper API): New Node.
3193 (Writing a Frame Filter): New Node.
3194 (Managing Frame Filters): New Node.
3195 (Progspaces In Python): Add note about frame_filters attribute.
3196 (Objfiles in Python): Ditto.
3197 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3198 @anchors and --no-frame-filters option to -stack-list-variables,
3199 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3200 commands.
3201
2874cb83
JB
32022013-05-08 Joel Brobecker <brobecker@adacore.com>
3203
3204 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3205 Support" subsection documenting the XML format used to transfer
3206 shared library info on AIX.
3207
9a005eb9
JB
32082013-05-08 Joel Brobecker <brobecker@adacore.com>
3209
3210 * gdb.texinfo (Debugging Output): Add documentation of
3211 "set debug aix-solib" and "show debug aix-solib" commands.
3212
a1217d97
SL
32132013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3214
3215 * gdb.texinfo (Nios II): New section.
3216 (Nios II Features): New section.
3217
4d1eb6b4
JB
32182013-05-06 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdbint.texinfo (Algorithms): Remove entries documenting
3221 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3222 SOLIB_CREATE_INFERIOR_HOOK.
3223
3f84184e
TT
32242013-04-29 Tom Tromey <tromey@redhat.com>
3225
3226 PR python/14204:
3227 * gdb.texinfo (Python API): Fix menu entry.
3228 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3229 Define global and static block. Add example. Clarify
3230 block relationship for inline functions.
3231
60155234
TT
32322013-04-29 Tom Tromey <tromey@redhat.com>
3233
3234 * gdb.texinfo (Python API): Mention Python help and keyword
3235 arguments. Move pagination text to Basic Python.
3236 (Basic Python): Put pagination text here. Document
3237 close-on-exec, SIGCHLD, and SIGINT.
3238
5360976e
PA
32392013-04-19 Pedro Alves <palves@redhat.com>
3240
3241 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3242 "signedness" instead of "signness".
3243
bd3f3b55
PA
32442013-04-19 Pedro Alves <palves@redhat.com>
3245
3246 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3247 -Wno-pointer-sign text with text on -Wpointer-sign.
3248
dee368d3
TT
32492013-04-16 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3252 GCC that has the SDT probe points.
3253
cc16e6c9
TT
32542013-04-15 Tom Tromey <tromey@redhat.com>
3255
3256 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3257 exception catchpoints.
3258
72f1fe8a
TT
32592013-04-15 Tom Tromey <tromey@redhat.com>
3260
3261 * gdb.texinfo (Set Catchpoints): Document $_exception.
3262 (Convenience Vars): Mention $_exception.
3263
591f19e8
TT
32642013-04-15 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.texinfo (Set Catchpoints): Reorganize exception
3267 catchpoints. Document "catch rethrow".
3268 (Debugging C Plus Plus): Mention "catch rethrow".
3269
02ae6bad
TT
32702013-04-15 Tom Tromey <tromey@redhat.com>
3271
3272 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3273
2c91021c
JK
32742013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3275 Eli Zaretskii <eliz@gnu.org>
3276
3277 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3278 line below the sample output.
3279
6eaaf48b
EZ
32802013-04-12 Eli Zaretskii <eliz@gnu.org>
3281
3282 * gdb.texinfo (Mode Options): Document '-configuration'.
3283 (Help): Document "show configuration".
3284 (Bug Reporting): Add requirements to include the configuration
3285 details in bug reports.
3286
b292c783
JK
32872013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3288
3289 * Makefile.in (MAN1S): Add gcore.1.
3290 Remove "Host, target, and site specific Makefile fragments" comment.
3291 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3292 (install-man1, uninstall-man1): Conditionalize gcore.1.
3293 (gcore.1): New.
3294 * gdb.texinfo (Man Pages): Add gcore man.
3295 (gcore man): New node.
3296
f81d1120
PA
32972013-04-10 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.texinfo (Process Record and Replay): Document that "set
3300 record full insn-number-max", "set record
3301 instruction-history-size" and "set record
3302 function-call-history-size" accept "unlimited".
3303 (Backtrace): Document that "set backtrace limit" accepts
3304 "unlimited".
3305 (List): Document that "set listsize" accepts "unlimited".
3306 (Print Settings)" Document that "set print max-symbolic-offset",
3307 "set print elements" and "set print repeats" accept "unlimited".
3308 (Starting and Stopping Trace Experiments): Document that "set
3309 trace-buffer-size" accepts "unlimited".
3310 (Remote Configuration): Document that "set tcp connect-timeout"
3311 accepts "unlimited".
3312 (Command History): Document that "set history size" accepts
3313 "unlimited".
3314 (Screen Size): Document that "set height" and "set width" accepts
3315 "unlimited". Adjust "set pagination"'s description to suggest
3316 "set height unlimited" instead of "set height 0".
3317
393fd4c3
YQ
33182013-04-10 Yao Qi <yao@codesourcery.com>
3319
3320 * gdb.texinfo (Trace Files): Add "target ctf".
3321
cba5a7bf
JK
33222013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3325
0ed630cb
JK
3326 * Makefile.in (install-man1, install-man5, uninstall-man1)
3327 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3328
afe1492b
JK
3329 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3330
5b8b6385
JK
33312013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3332 Eli Zaretskii <eliz@gnu.org>
3333
3334 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3335 parameters order. Remove "On some targets" for --attach. Document the
3336 --multi parameter and extended-remote command. Document all the
3337 options.
3338
906ccdf0
JK
33392013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3342 the list of supported languages.
3343
43662968
JK
33442013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3347 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3348 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3349 (diststuff): Add man.
3350 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3351 (uninstall-man5): New.
3352 (STAGESTUFF): Add *.1 and *.5.
3353 (GDBvn.texi): Add SYSTEM_GDBINIT.
3354 (gdb.1, gdbserver.1, gdbinit.5): New.
3355 (maintainer-clean realclean): Add $(MANS).
3356 (install): Add install-man.
3357 (uninstall): Add uninstall-man.
3358 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3359 (@copying): Wrap it by @c man begin COPYRIGHT.
3360 (Top): Add Man Pages.
3361 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3362
be9a8770
PA
33632013-04-02 Pedro Alves <palves@redhat.com>
3364
3365 * gdb.texinfo (Debugging Output): Document "set/show debug
3366 aarch64", "set/show debug coff-pe-read" and "set/show debug
3367 mach-o".
3368
a46c1e42
PA
33692013-04-02 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3372 table>: Add entry for "trace-buffer-size".
3373
bd3eecc3
PA
33742013-03-28 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3377 table>: Add entry for "trace-status".
3378
215b9f98
EZ
33792013-03-28 Eli Zaretskii <eliz@gnu.org>
3380
3381 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3382 @bullet", which is invalid (makeinfo 5.1 barfs).
3383
7f7cc265
PA
33842013-03-28 Pedro Alves <palves@redhat.com>
3385
3386 PR gdb/15294
3387
3388 * gdb.texinfo (List) <set listsize>: Adjust to document that
3389 listsize 0 means no limit, and remove mention of -1.
3390
9c0be723
YQ
33912013-03-22 Yao Qi <yao@codesourcery.com>
3392
3393 * gdb.texinfo (Embedded Processors): Remove menu item
3394 "OpenRISC 1000".
3395 (OpenRISC 1000): Remove.
3396
bd712aed
DE
33972013-03-21 Doug Evans <dje@google.com>
3398
3399 * gdb.texinfo (Maintenance Commands): Add docs for
3400 "mt set per-command {space,time,symtab} {on,off}".
3401
d0353e76
YQ
34022013-03-14 Hui Zhu <hui@codesourcery.com>
3403 Yao Qi <yao@codesourcery.com>
3404
3405 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3406
6dd24dfa
KS
34072013-03-13 Keith Seitz <keiths@redhat.com>
3408
3409 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3410 "maint agent" reference to Dynamic printf.
3411
5c4808ca
EZ
34122013-03-11 Eli Zaretskii <eliz@gnu.org>
3413
3414 * gdb.texinfo (General Query Packets): Don't use colon in index
3415 entries visible to Info format.
3416
59ea5688
MM
34172013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3418
3419 * gdb.texinfo (Process Record and Replay): Document record
3420 changes.
3421
2ae8c8e7
MM
34222013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3423
3424 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3425 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3426 qXfer:btrace:read.
3427
28abe188
EZ
34282013-03-09 Eli Zaretskii <eliz@gnu.org>
3429
3430 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3431 use colons in @anchor and @cindex entries.
3432
be9a119c 34332013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3434
3435 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3436
be9a119c 34372013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3438 Hafiz Abid Qadeer <abidh@codesourcery.com>
3439
3440 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3441 trace-buffer-size set and show commands.
3442 (Tracepoint Packets): Document QTBuffer:size.
3443 (General Query Packets): Document QTBuffer:size.
3444
d57350ea
TT
34452013-02-21 Tom Tromey <tromey@redhat.com>
3446
3447 * gdb.texinfo: Remove bad @syncodeindex.
3448 (Values From Inferior, Types In Python, Inferiors In Python)
3449 (Events In Python, Threads In Python, Frames In Python, Blocks In
3450 Python, Symbols In Python, Symbol Tables In Python): Remove
3451 @tables.
3452 (Packets, General Query Packets, Tracepoint Packets)
3453 (Host I/O Packets): Use @w{} for empty @item.
3454
9f44fbc0
SCR
34552013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3456
3457 * gdb.texinfo (Architectures In Python): Add description about
3458 the new method gdb.Architecture.disassemble.
3459
f5911ea1
HAQ
34602013-02-15 Pedro Alves <pedro@codesourcery.com>
3461 Hafiz Abid Qadeer <abidh@codesourcery.com>
3462
3463 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3464 Document the "trace-file" field.
3465
7e1e0340
DE
34662013-02-07 Doug Evans <dje@google.com>
3467
3468 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3469 command.
3470
134a2066
YQ
34712013-02-06 Yao Qi <yao@codesourcery.com>
3472
3473 * gdb.texinfo (GDB/MI Async Records): Document new MI
3474 notification "=tsv-modified". Update the document of MI
3475 notification "=tsv-created".
3476 * observer.texi (GDB Observers): New observer tsv_modified.
3477 Update observer tsv_created and tsv_delete.
3478
430ed3f0
MS
34792013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3480
3481 * gdb.texinfo (AArch64 Features): New section; document
3482 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3483 (Architectures): Add new AArch64 section to document AArch64
3484 architecture specific commands.
3485 (ABI): Add description of the new OS ABI "Newlib" and its influence
3486 on the longjmp handling.
3487
1b56eb55
JK
34882013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3489 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3492 variable in 'set/show backtrace' section.
3493
c4957902
TT
34942013-01-31 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Target Commands): Fix typo.
3497
bea883fd
SCR
34982013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3499
3500 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3501 describing the gdb.Architecture class.
3502 (Frames In Python): Add description about the new method
3503 gdb.Frame.architecture().
3504
796a7ff8
DE
35052013-01-23 Doug Evans <dje@google.com>
3506
3507 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3508
998580f1
MK
35092013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3510
3511 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3512 'thread-groups' field when printing a breakpoint in MI.
3513
c9fb1240
SD
35142012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3515 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3516 to reflect that jit-reader-load now supports absolute file-names.
3517
ab04a2af
TT
35182013-01-16 Tom Tromey <tromey@redhat.com>
3519
3520 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3521 (Signals): Likewise.
3522
8ac3646f
TT
35232013-01-16 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3526 "catch-type" field.
3527 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3528
e93a8774
TT
35292013-01-07 Tom Tromey <tromey@redhat.com>
3530
3531 * gdb.texinfo (Mode Options): Don't mention -epoch.
3532 (Data, Emacs): Remove obsolete comments.
3533
54516a0b
TT
35342013-01-02 Tom Tromey <tromey@redhat.com>
3535
3536 * gdb.texinfo (GDB/MI Output Records): Update menu.
3537 (GDB/MI Breakpoint Information): New node.
3538 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3539 <-break-insert>: Likewise.
3540
8dbe8ece
YQ
35412012-12-31 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3544 (Packets): Move "vStopped" packet to ...
3545 (Notification Packets): ... here. Describe the components
3546 of notification. Add a table of supported notifications.
3547 Add an example on the process of he async notification.
3548
f35a17b5
JK
35492012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3552 present.
3553 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3554 fullname output always present.
3555
0dfd2fad
PM
35562012-12-23 Pierre Muller <muller@sourceware.org>
3557
72f4393d
L
3558 * gdbint.texinfo (Function prototypes): Require use of "extern"
3559 modifier for function prototypes in headers.
0dfd2fad 3560
7785b880
JB
35612012-12-19 Joel Brobecker <brobecker@adacore.com>
3562
3563 * refcard.tex: Update copyright notice to GPL v3 or later.
3564 Update contact info.
3565
3d745be3
JK
35662012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3567
3568 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3569
c9b6281a
YQ
35702012-12-15 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.texinfo (Debugging Output): Document 'set debug
3573 notification' and 'show debug notification'.
3574
f2a8bc8a
YQ
35752012-12-15 Yao Qi <yao@codesourcery.com>
3576
3577 * gdb.texinfo (Listing Tracepoints): New item and example about
3578 'installed on target' output.
3579 Add more in the example about 'installed on target'.
3580 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3581
451b7c33
TT
35822012-12-14 Tom Tromey <tromey@redhat.com>
3583
72f4393d 3584 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3585
3fa7bf06 35862012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3587
3fa7bf06
MG
3588 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3589
05b4bd79
PA
35902012-12-11 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.texinfo: Remove all mentions of Unixware throughout.
3593
74a0d9f6
JK
35942012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3595
3596 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3597
0c631110
TT
35982012-11-29 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.texinfo (SVR4 Process Information): Document missing
3601 "info proc" subcommands.
3602
891df0ea
YQ
36032012-11-29 Yao Qi <yao@codesourcery.com>
3604
3605 PR gdb/1477.
3606 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3607 to 'auto' instead of 'gnu'.
3608
608e2dbb
TT
36092012-11-26 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.texinfo (MiniDebugInfo): New node.
3612 (GDB Files): Update.
3613
e64e0392
DE
36142012-11-16 Doug Evans <dje@google.com>
3615
3616 * gdb.texinfo (System-wide configuration): If the system-wide init
3617 file lives in the data-directory, and --data-directory is provided,
3618 look for it there.
3619
ae606bee
TT
36202012-11-15 Tom Tromey <tromey@redhat.com>
3621
3622 * gdb.texinfo (Signaling): Fix typo.
3623
62747a60
TT
36242012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3625
3626 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3627 parameter "count" of -data-write-memory-bytes, and add an example.
3628
18a9fc12
TT
36292012-11-12 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (Symbols): Document "info type-printers",
3632 "enable type-printer" and "disable type-printer".
3633 (Python API): Add new node to menu.
3634 (Type Printing API): New node.
3635 (Progspaces In Python): Document type_printers field.
3636 (Objfiles In Python): Likewise.
3637 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3638 register_type_printer, TypePrinter>: Document.
3639
53342f27
TT
36402012-11-12 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.texinfo (Symbols): Document "set print type methods",
3643 "set print type typedefs", and flags to ptype and whatis.
3644
ed8a1c2d
AB
36452012-11-09 Andrew Burgess <aburgess@broadcom.com>
3646
3647 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3648 the example -data-disassemble output. Extend the description of
3649 the -data-disassemble results to document all fields. Document
3650 the cli disassemble command as being related to -data-disassemble.
3651
8506d139
YQ
36522012-11-09 Yao Qi <yao@codesourcery.com>
3653
3654 PR gdb/14777.
3655 * gdb.texinfo (OS Information): Remove doc on command
3656 'info udot'.
3657
4d3f93a2
JB
36582012-11-08 Joel Brobecker <brobecker@adacore.com>
3659
3660 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3661 gdb.ini warning for Windows port.
3662
1e96de83
YQ
36632012-11-08 Yao Qi <yao@codesourcery.com>
3664
3665 * gdb.texinfo (Search): Add kindex for 'fo'.
3666
dc939229
TT
36672012-11-05 Tom Tromey <tromey@redhat.com>
3668
3669 PR python/14802:
3670 * gdb.texinfo (Functions In Python): Add example.
3671
6f6484cd
YQ
36722012-11-03 Yao Qi <yao@codesourcery.com>
3673
3674 * observer.texi (GDB Observers): Remove observer
3675 'tracepoint_modified', 'tracepoint_created' and
3676 'tracepoint_deleted'.
3677
af4238e5
TT
36782012-10-26 Tom Tromey <tromey@redhat.com>
3679
3680 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3681
687e43a4
TT
36822012-10-25 Tom Tromey <tromey@redhat.com>
3683
3684 * gdb.texinfo (General Query Packets): Use @itemx.
3685
8de0566d
YQ
36862012-10-17 Yao Qi <yao@codesourcery.com>
3687
3688 * observer.texi (GDB Observers): Update observer
3689 'memory_changed'.
3690 * gdb.texinfo (GDB/MI Async Records): Document for
3691 "memory-changed" notification.
3692
07540c15
DE
36932012-10-15 Doug Evans <dje@google.com>
3694
3695 * gdb.texinfo (Mode Options): Document -nh.
3696 Elaborate on docs for -nx.
3697
d7019589
SP
36982012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3699
3700 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3701
82a90ccf 37022012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3703 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3704
3705 * gdb.texinfo (GDB/MI Async Records): Document notification
3706 'record-started' and 'record-stopped'.
3707 * observer.texi (GDB Observers): New observer 'record-changed'.
3708
aa9259cc
TS
37092012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3710
3711 * gdb.texinfo: Document the removal of SH's 'regs' command.
3712
c1d780c2
SDJ
37132012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3714
3715 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3716
bb25a15c
YQ
37172012-09-18 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.texinfo (GDB/MI Async Records): Document new MI
3720 notifications '=tsv-created' and '=tsv-deleted'.
3721 * observer.texi (GDB Observers): New observer tsv_created and
3722 tsv_deleted.
3723
201b4506
YQ
37242012-09-18 Yao Qi <yao@codesourcery.com>
3725
3726 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3727 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3728 '=traceframe-changed'.
3729
6fc1c773
YQ
37302012-09-17 Yao Qi <yao@codesourcery.com>
3731
3732 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3733 'set listsize'.
3734
121c73f3
JK
37352012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3736 Eli Zaretskii <eliz@gnu.org>
3737
3738 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3739 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3740 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3741
e9687799
JK
37422012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3745
3b5e4d35
YPK
37462012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3747
3748 Document how to return from "python-interactive" to GDB.
3749 * gdb.texinfo (Python Commands): Update documentation.
3750
37512012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3752
3753 Add a new "python-interactive" command that starts a standard
3754 Python interactive prompt with "pi" as alias, and add "py" as
3755 an alias to "python".
3756 * gdb.texinfo (Python Commands): Document the new commands.
3757
b583003e
TT
37582012-08-22 Tom Tromey <tromey@redhat.com>
3759
3760 * gdbint.texinfo (Host Definition): Remove documentation for
3761 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3762
a451cb65
KS
37632012-08-17 Keith Seitz <keiths@redhat.com>
3764
3765 PR c++/13356
3766 * gdb.texinfo (Type and Range Checking): Remove warning.
3767 Remove spurious commas.
3768 Update text and examples for re-implementation of set/show
3769 check type.
3770 (C and C++ Type and Range Checks): Likewise.
3771
6b1755ce
YQ
37722012-08-16 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3775 is deprecated.
3776
f47f77df
DE
37772012-08-13 Doug Evans <dje@google.com>
3778
3779 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3780 to include functions.
3781
a72c3253
DE
37822012-08-10 Doug Evans <dje@google.com>
3783
3784 * gdb.texinfo (Convenience Funs): New node.
3785 (Types In Python): Document Type.vector.
3786
5b9afe8a
YQ
37872012-08-09 Yao Qi <yao@codesourcery.com>
3788
3789 * observer.texi: New observer command_param_changed.
3790 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3791
dc1039df
JK
37922012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdbint.texinfo (Debugging GDB): In section
3795 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3796 Mention also gdb-gdb.py.
3797
4abf930d
YQ
37982012-08-07 Yao Qi <yao@codesourcery.com>
3799
3800 Revert the folloing patch:
3801 2012-08-06 Yao Qi <yao@codesourcery.com>
3802 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3803 remote hardware-watchpoint-limit' and 'set
3804 remote hardware-breakpoint-limit'.
3805
f3c8a52a
JK
38062012-08-06 Nathaniel Flath <flat0103@gmail.com>
3807
3808 * gdb.texinfo (Working Directory): Added information about new
3809 default argument for 'cd' command.
3810
77a91025
YQ
38112012-08-06 Yao Qi <yao@codesourcery.com>
3812
3813 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3814 remote hardware-watchpoint-limit' and 'set
3815 remote hardware-breakpoint-limit'.
3816
d9f08f52
YQ
38172012-08-06 Yao Qi <yao@codesourcery.com>
3818
3819 Fix PR14371.
3820
3821 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3822 '=breakpoint-deleted'.
3823
95b07c96
YQ
38242012-08-02 Yao Qi <yao@codesourcery.com>
3825
3826 * gdb.texinfo (Native): Remove node Neutrino.
3827
7255706c
YQ
38282012-07-27 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.texinfo (IPA Protocol Commands): Document new command
3831 'close'.
3832
d6b28940
TT
38332012-07-25 Tom Tromey <tromey@redhat.com>
3834
3835 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3836
e615022a
DE
38372012-07-20 Doug Evans <dje@google.com>
3838
3839 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3840 (Index Files): Document how to control the use of deprecated index
3841 sections.
3842 (Index Section Format): Replace --use-deprecated-index-sections with
3843 "set use-deprecated-index-sections on".
3844
055855a4
EZ
38452012-07-12 Eli Zaretskii <eliz@gnu.org>
3846
3847 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3848 indices into a single node "Index". Instead, join function and
3849 variable indices into a single index, separate from the concept
3850 index. Requested in
3851 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3852 (Top): Update the top-level menu: instead of one "Index" there are
3853 now separate entries "Concept Index" and "Function and Variable
3854 Index".
3855 (Concept Index, Function and Variable Index): New nodes.
3856 (Index): Node deleted.
3857
f77cc5f0
HZ
38582012-07-05 Hui Zhu <hui_zhu@mentor.com>
3859
3860 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3861 and "maint agent-eval".
3862
00595b5e
EZ
38632012-07-03 Eli Zaretskii <eliz@gnu.org>
3864
3865 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3866 avoid file-name clashes between Index.html and index.html on
3867 case-insensitive filesystems. See the discussion starting in
3868 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3869 details of the problem.
3870 (Top): Update the master menu for the above.
3871 (Concept Index, Command and Variable Index): New nodes, instead of
3872 the old "Index" node that was deleted. All cross-references
3873 updated.
3874
d3ce09f5
SS
38752012-07-02 Stan Shebs <stan@codesourcery.com>
3876
3877 * gdb.texinfo (Dynamic Printf): Mention agent style and
3878 disconnected dprintf.
3879 (Maintenance Commands): Describe maint agent-printf.
3880 (General Query Packets): Mention BreakpointCommands feature.
3881 (Packets): Document commands extension to Z0 packet.
3882 * agentexpr.texi (Bytecode Descriptions): Document printf
3883 bytecode.
3884
2d7b58e8
JK
38852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3888 only after gdbinit files.
3889 (Startup): Move -iex and -iex commands down after gdbinit files.
3890
202cbf1c
JK
38912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3892
3893 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3894 possibility.
3895
b6ba681c
TT
38962012-06-29 Tom Tromey <tromey@redhat.com>
3897
3898 * gdb.texinfo (Index Section Format): Update for version 7.
3899
71caed83
SS
39002012-06-28 Stan Shebs <stan@codesourcery.com>
3901
3902 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3903 example, add note about title column.
3904
ee0bf529
SCR
39052012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3906
3907 * gdb.texinfo (Symbol Tables In Python): Add description about
3908 the new 'last' attribute of gdb.Symtab_and line.
3909
3c15d565
SCR
39102012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3911
3912 * gdb.texinfo (Symbol Tables In Python): Correct the description
3913 of the 'pc' attribute of gdb.Symtab_and_line.
3914
45cfd468
DE
39152012-06-26 Doug Evans <dje@google.com>
3916
3917 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3918 and symtab-create.
3919
496ee73e
KS
39202012-06-25 Keith Seitz <keiths@redhat.com>
3921
3922 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3923 from example. Remove "rbreak" from list of corresponding
3924 gdb commands.
3925
156942c7
DE
39262012-06-23 Doug Evans <dje@google.com>
3927
3928 * gdb.texinfo (Index Section Format): Document version 7 format.
3929
c614397c
YQ
39302012-06-22 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.texinfo: Add missing cindex for some packets.
3933
472a2379
KS
39342012-06-20 Keith Seitz <keiths@redhat.com>
3935
3936 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3937 for -break-insert and document -p.
3938
2678e2af
YQ
39392012-06-20 Yao Qi <yao@codesourcery.com>
3940
3941 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3942 and "gdb.write_memory" with "Inferior.read_memory" and
3943 "Inferior.write_memory".
3944
984359d2
EZ
39452012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3946
3947 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3948 (Free Documentation): Add @node line.
3949 (Continuing and Stepping) <advance location>: Use @item instead of
3950 @itemx.
3951 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3952 @itemx.
3953 (Embedded Processors): Put the link to "PA" to its correct place,
3954 according to document structure.
3955 (Python API): Put the link to "Lazy Strings In Python" to its
3956 correct place.
3957 (Index): Use @@ in @tex block to get a literal @.
3958
3959 * gdbint.texinfo: Fix the @subtitle line.
3960
3961 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3962 correct place.
3963
16bdd41f
YQ
39642012-06-08 Yao Qi <yao@codesourcery.com>
3965
3966 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3967 Protocol'.
3968 (In-Process Agent Protocol, IPA Protocol Objects)
3969 (IPA Protocol Commands): New nodes.
3970 (Tracepoint Packets): Add anchors.
3971
2d4c29c5
TS
39722012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3973
3974 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3975
6bd110c5
YQ
39762012-06-06 Yao Qi <yao@codesourcery.com>
3977
3978 * gdb.texinfo: Update copyright year.
3979
f3e0e960
SS
39802012-05-23 Stan Shebs <stan@codesourcery.com>
3981 Kwok Cheung Yeung <kcy@codesourcery.com>
3982
3983 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3984
1564a261
JK
39852012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3988 Mention also --with-separate-debug-dir.
3989 (Auto-loading): Prepend $debugdir in the sample output.
3990 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3991 auto-load safe-path variable.
3992 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3993 Mention also $debugdir for 'set auto-load scripts-directory'.
3994
eb17f351
EZ
39952012-05-19 Eli Zaretskii <eliz@gnu.org>
3996
3997 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3998 (MIPS Embedded, MIPS, MIPS Register packet Format)
3999 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4000 appropriate.
4001
4cc0665f 40022012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4003 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4004
4005 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4006 mips compression".
4007 (MIPS Breakpoint Kinds): New subsubsection.
4008
7af8dcf8 40092012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4010
4011 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4012 nodes for subsections. Add @acronym mark-ups and adjust
4013 formatting.
4014
aff139ff
JK
40152012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4016
4017 Rename $ddir to $datadir.
4018 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4019 (objfile-gdb.py file): Rename $ddir to $datadir.
4020
9cb709b6
TT
40212012-05-18 Tom Tromey <tromey@redhat.com>
4022
4023 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4024
e7e0cddf
SS
40252012-05-14 Stan Shebs <stan@codesourcery.com>
4026
4027 * gdb.texinfo (Dynamic Printf): New subsection.
4028
7efc75aa
SCR
40292012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4030
4031 * gdb.texinfo (Basic Python): Add description about the function
4032 gdb.find_pc_line
4033
f307c045
JK
40342012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4035 Eli Zaretskii <eliz@gnu.org>
4036
4037 * gdb.texinfo (Separate Debug Files): Use plural form for global
4038 debugging information directory.
4039
85d4a676
SS
40402012-05-11 Stan Shebs <stan@codesourcery.com>
4041 Kwok Cheung Yeung <kcy@codesourcery.com>
4042
4043 * gdb.texinfo (Operating System Auxiliary Information): Document new
4044 'info os' subcommands.
4045
c1668e4e
JK
40462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4047
4048 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4049 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4050 (dotdebug_gdb_scripts section): Add reference
4051 to 'Auto-loading safe path'.
4052
7349ff92
JK
40532012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 Implement multi-component --with-auto-load-dir.
4056 * gdb.texinfo (Auto-loading): New references
4057 for 'set auto-load scripts-directory'
4058 and 'show auto-load scripts-directory'.
4059 (Auto-loading safe path): Describe the new default. Move $ddir
4060 substituation reference to 'objfile-gdb.py file'.
4061 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4062 script-name. Describe new 'set auto-load scripts-directory'
4063 and 'show auto-load scripts-directory'.
4064
6dea1fbd
JK
40652012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4066
4067 Provide $ddir substitution for --with-auto-load-safe-path.
4068 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4069 (Auto-loading safe path): Likewise. Mention the default value,
4070 $ddir substitution, --with-auto-load-safe-path and
4071 --without-auto-load-safe-path.
4072 * observer.texi (gdb_datadir_changed): New.
4073
1ccacbcd
JK
40742012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4077 Twice.
4078
d9242c17
JK
4079 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4080 directory separator by path separator.
4081
af2c1515
JK
40822012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4085 for 'set auto-load safe-path' optional. Mention if it is omitted.
4086 Change disabling security protection condition to "/", twice.
4087
a20ee7a4
SCR
40882012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4089
4090 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4091 the new methods global_block and static_block on gdb.Symtab
4092 objects.
4093
56af09aa
SCR
40942012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4095
4096 * gdb.texinfo (Blocks In Python): Add a note saying that future
4097 improvements to GDB and its infrastructure can move symbols
4098 across blocks within a symbol table.
4099
2746b0ef
YQ
41002012-04-29 Yao Qi <yao@codesourcery.com>
4101
4102 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4103 (A29K): Remove.
4104
62e5f89c
SDJ
41052012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4106 Tom Tromey <tromey@redhat.com>
4107
4108 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4109 and generic static probe support on GDB.
4110
a766d390
DE
41112012-04-25 Doug Evans <dje@google.com>
4112
50f042b9
DE
4113 * gdb.texinfo (Go): Fix thinko.
4114
a766d390
DE
4115 * gdb.texinfo (Supported Languages): Add Go.
4116 (Go): New node.
4117
f02e2b19
YQ
41182012-04-25 Yao Qi <yao@codesourcery.com>
4119
4120 * gdbint.texinfo (Testsuite): New section `Board settings'.
4121
68d41a48
JK
41222012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4125 Three times.
4126
174bb630
JK
4127 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4128 Three times.
4129
0511cc75
JK
41302012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4133 by @table @asis. Fix formatting of one item.
4134
0070f25a
JK
41352012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4136
4137 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4138
4dc84fd1
JK
41392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4140
4141 New option "set debug auto-load".
4142 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4143 (auto-load verbose mode): New node.
4144
bccbefd2
JK
41452012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4146
4147 New option "set auto-load safe-path".
4148 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4149 and "info auto-load" examples for safe-path. Put there also references
4150 for "set auto-load safe-path" and "show auto-load safe-path".
4151 New menu item for Auto-loading safe path.
4152 (Auto-loading safe path): New node.
4153 (Python Auto-loading): Update the expected output from "Missing"
4154 to "No".
4155
bf88dd68
JK
41562012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 auto-load: Implementation.
4159 * gdb.texinfo (Mode Options): New anchor for -nx.
4160 (Startup): New anchors for Option -init-eval-command,
4161 Home Directory Init File
4162 and Init File in the Current Directory during Startup.
4163 Mention set auto-load local-gdbinit with a reference.
4164 Change the sample code to "set auto-load python-scripts".
4165 (Threads): New anchor set libthread-db-search-path.
4166 Provide references to libthread_db.so.1 file.
4167 (Controlling GDB): New menu item for Auto-loading.
4168 (Auto-loading, Init File in the Current Directory)
4169 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4170 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4171 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4172 reference.
4173 (Auto-loading): Rename to ...
4174 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4175 "set auto-load python-scripts", new anchor for it. Change
4176 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4177 for it. Change "info auto-load-scripts"
4178 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4179 to "Python scripts".
4180
8264ba82
AG
41812012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4182
4183 PR mi/13393
4184 * gdb.texinfo (Print Settings): Extend the description for "set print
4185 object".
4186 (GDB/MI Variable Objects): Extend the description for -var-create and
4187 -var-list-children.
4188
06fc020f
SCR
41892012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4190
4191 * gdb.texinfo (Examining Data): Document the 'explore' command.
4192
7191c139
JB
41932012-03-28 Joel Brobecker <brobecker@adacore.com>
4194
4195 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4196 to the children of a varobj and its update range when -var-update
4197 returns that the varobj's type changed.
4198
3708f05e
JK
41992012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4202 Create two new links fir 'objfile-gdb.py file'
4203 and 'dotdebug_gdb_scripts section'.
4204
8e0583c8
JK
42052012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4206
4207 * gdb.texinfo (Auto-loading): Rename node reference
4208 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4209 Twice.
4210 (.debug_gdb_scripts section): Rename the node ...
4211 (dotdebug_gdb_scripts section): ... here.
4212 (Maintenance Commands): Also rename this node reference.
4213
7b282c5a
SCR
42142012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4215
4216 * gdb.texinfo (Python API/Values From Inferior): Add description
4217 about the new method Value.referenced_value. Add description on
4218 how Value.dereference is different (and similar) to
4219 Value.referenced_value.
4220
8320cc4f
JK
42212012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4224 --init-eval-command=COMMAND, -iex.
4225 (Startup): Describe -iex and -ix. Simplify the example
4226 for "set auto-load-scripts off".
4227
481860b3
GB
42282012-03-16 Gary Benson <gbenson@redhat.com>
4229
4230 PR breakpoints/10738
4231 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4232 stating that GDB cannot set breakpoints on inlined functions.
4233 (Mode Options): Document --use-deprecated-index-sections.
4234 (Index Section Format): Document new index section version format.
4235
c4aeac85
TT
42362012-03-15 Tom Tromey <tromey@redhat.com>
4237
4238 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4239
16899756
DE
42402012-03-13 Doug Evans <dje@google.com>
4241
4242 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4243 of "reload".
4244 (Symbols): Delete docs for set/show symbol-reloading.
4245 * gdbint.texinfo (Defining Other Architecture Features): Delete
4246 SYMBOL_RELOADING_DEFAULT.
4247 * refcard.tex: Delete reference to symbol-reloading.
4248
9b224c5e
PA
42492012-03-07 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.texinfo (General Query Packets): Document new
4252 QProgramSignals packet.
4253 * gdb.texinfo (Remote configuration): Mention
4254 "program-signals-packet".
4255
169081d0
TG
42562012-03-05 Tristan Gingold <gingold@adacore.com>
4257
4258 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4259
d1feda86
YQ
42602012-03-03 Yao Qi <yao@codesourcery.com>
4261
4262 * gdb.texinfo (In-Process Agent): New node.
4263 Document new commands.
4264 (General Query Packets): Add packet `QAgent'.
4265
1faeff08
MR
42662012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4267
4268 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4269
7d74f244
DE
42702012-03-01 Scott J. Goldman <scottjg@vmware.com>
4271
4272 * gdb.texinfo (Commands In Python): Put example python macro in
4273 COMMAND_USER category rather than COMMAND_OBSCURE.
4274 Document gdb.COMMAND_USER.
4275 (User-defined Commands): Update documentation to clarify
4276 "set/show max-user-call-depth" and "show user" don't apply to python
4277 commands. Update documentation to clarify "help user-defined" may
4278 also include python commands defined as COMMAND_USER.
4279
6fe37d23
JK
42802012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * gdb.texinfo (Startup): Add option -ex description to the option -x
4283 description.
4284
83364271
LM
42852012-02-24 Luis Machado <lgustavo@codesourcery.com>
4286
4287 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4288 condition-evaluation breakpoint parameter.
4289 Mention condition-evaluation mode being shown in "info break".
4290 (Break Conditions): Add description for target-side
4291 conditional breakpoints.
72f4393d 4292 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4293 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4294 cond-expr.
4295 (General Query Packets): Mention new ConditionalBreakpoint feature.
4296
bdb1994d
TT
42972012-02-22 Tom Tromey <tromey@redhat.com>
4298
4299 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4300
4d241c86
TT
43012012-02-17 Tom Tromey <tromey@redhat.com>
4302
4303 PR python/10753:
4304 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4305 directory.
4306
816338b5
SS
43072012-02-14 Stan Shebs <stan@codesourcery.com>
4308
4309 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4310
cc30c4bd
PA
43112012-02-13 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4314 mips-idt-ecoff.
4315
035d1e5b
YQ
43162012-02-09 Yao Qi <yao@codesourcery.com>
4317
4318 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4319
f0823d2c
TT
43202012-02-07 Tom Tromey <tromey@redhat.com>
4321
4322 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4323 Symbol.value.
4324
64e7d9dd
TT
43252012-02-07 Tom Tromey <tromey@redhat.com>
4326
4327 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4328
4220b2f8
TS
43292012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4330
4331 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4332
edcc5120
TT
43332012-01-24 Tom Tromey <tromey@redhat.com>
4334
4335 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4336 unload".
4337 (Files): Mention new catch commands.
4338 (GDB/MI Async Records): Likewise.
4339
53fe1783
GB
43402012-01-24 Gary Benson <gbenson@redhat.com>
4341
4342 Delete #if 0'd out code.
4343 * gdb.texinfo (Frame Info): Remove "info catch".
4344
b9e7b9c3
UW
43452012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4346
4347 * gdb.texinfo (Remote Configuration): Document
4348 "set remote hostio-readlink-packet" command.
4349 (General Query Packets): Document vFile:readlink packet.
4350
4aac40c8
TT
43512012-01-16 Tom Tromey <tromey@redhat.com>
4352
4353 * gdb.texinfo (Specify Location): Document relative file name
4354 handling.
4355
cafec441
TT
43562012-01-16 Tom Tromey <tromey@redhat.com>
4357
4358 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4359
0ee339bc
JK
43602012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4361 Eli Zaretskii <eliz@gnu.org>
4362
4363 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4364 code.
4365
72384ba3
PH
43662012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4367
4368 * gdb.texinfo (Variables): Document use of :: for non-static
4369 variables.
4370
ce1b17c4
JB
43712012-01-05 Joel Brobecker <brobecker@adacore.com>
4372
4373 * gdbint.texinfo (Start of New Year Procedure): Update
4374 to replace use of copyright.sh by use of copyright.py.
4375
217bff3e
JK
43762012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 Remove the gdbtui binary.
4379 * all-cfg.texi (GDBTUI): Remove.
4380 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4381 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4382 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4383
cc72b2a2
KP
43842011-12-23 Kevin Pouget <kevin.pouget@st.com>
4385
4386 Introduce gdb.FinishBreakpoint in Python.
4387 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4388 (Python API): Add menu entry for Finish Breakpoints.
4389
13ac8d2c
JK
43902011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4393 tests.
4394
e0f9f062
DE
43952011-12-16 Doug Evans <dje@google.com>
4396
4397 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4398
80b6e756
PM
43992011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4400
1c3ad6ab 4401 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4402 stack". Add documentation for "set/show python print-stack".
4403
2fb860fc
PA
44042011-12-14 Pedro Alves <pedro@codesourcery.com>
4405
4406 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4407 should transfer control to the stub in the startup code instead of
4408 in main. Mention the need to get past the initial breakpoint.
4409
f8eba3c6
TT
44102011-12-06 Tom Tromey <tromey@redhat.com>
4411
4412 * gdb.texinfo (Set Breaks): Update for new behavior.
4413
2268b414
JK
44142011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4417 List Format for SVR4 Targets'.
4418 (General Query Packets): New item qXfer:libraries-svr4:read.
4419 (Library List Format for SVR4 Targets): New node.
4420
ae6f0d5b
TT
44212011-12-01 Tom Tromey <tromey@redhat.com>
4422
4423 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4424 add.
4425
36dfb11c
TT
44262011-11-22 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4429 reasons.
4430
f196051f
SS
44312011-11-20 Stan Shebs <stan@codesourcery.com>
4432
4433 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4434 note-related options and variables.
4435 (Tracepoint Packets): Document packet changes.
4436
f85b53f8
SD
44372011-11-20 Sanjoy Das <sdas@igalia.com>
4438
4439 * gdb.texinfo (JIT Interface): Add documentation on writing and
4440 usind JIT debug info readers.
4441 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4442 Debug Info Readers): New nodes.
4443
bfccc43c
YQ
44442011-11-18 Yao Qi <yao@codesourcery.com>
4445
4446 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4447 tracepoint.
4448
c011a4f4
DE
44492011-11-15 Doug Evans <dje@google.com>
4450
4451 * gdb.texinfo (Files): Document basenames-may-differ.
4452
ed59ded5
DE
44532011-11-14 Doug Evans <dje@google.com>
4454
4455 * gdb.texinfo (Shell Commands): Document "!".
4456
405f8e94
SS
44572011-11-14 Stan Shebs <stan@codesourcery.com>
4458 Kwok Cheung Yeung <kcy@codesourcery.com>
4459
4460 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4461 needed to get shorter fast tracepoints.
4462 (Tracepoint Packets): Document new qTMinFTPILen packet.
4463
1e4d1764
YQ
44642011-11-14 Yao Qi <yao@codesourcery.com>
4465
4466 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4467 behavior of tracepoint.
4468 (General Query Packets): New feature InstallInTrace.
4469 (Remote Configuration): Document "set remote
4470 install-in-trace-packet".
4471
71eba9c2 44722011-11-12 Matt Rice <ratmice@gmail.com>
4473
4474 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4475 Add arguments to info macro.
4476
e0f8f636
TT
44772011-11-10 Tom Tromey <tromey@redhat.com>
4478
4479 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4480 manual.
4481 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4482 (Macros): Add a footnote.
4483 (C): Remove paragraph about compiler options.
4484 (C Constants): Mention wide character and string constants.
4485 (C Plus Plus Expressions): Update compiler option advice. Mention
4486 using declarations. Mention ADL. Remove old HP compiler
4487 information.
4488
625c0d47
TT
44892011-11-10 Tom Tromey <tromey@redhat.com>
4490
4491 PR c++/9257:
4492 * gdb.texinfo (Print Settings): Add an extra note about the need
4493 for a vtable.
4494
4be2aacc
MR
44952011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4496
4497 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4498 "set mips abi" documentation.
4499
0a1c4d10
DE
45002011-11-04 Doug Evans <dje@google.com>
4501
4502 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4503
aad1c02c
TT
45042011-11-03 Tom Tromey <tromey@redhat.com>
4505
4506 * gdb.texinfo (Stopping): Add menu entry.
4507 (Continuing and Stepping): Restore @node. Use @section, not
4508 @subsection.
4509
983fb131
MR
45102011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4511
4512 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4513 designation. Fix "Specify Location" cross-reference.
4514
3065dfb6
SS
45152011-11-02 Stan Shebs <stan@codesourcery.com>
4516
4517 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4518 (General Query Packets): Describe tracenz feature.
4519 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4520
0aaaf063
PK
45212011-10-28 Paul Koning <paul_koning@dell.com>
4522
4523 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4524
2231f1fb
KP
45252011-10-27 Kevin Pouget <kevin.pouget@st.com>
4526
72f4393d 4527 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4528 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4529
5110b5df
PK
45302011-10-26 Paul Koning <paul_koning@dell.com>
4531
4532 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4533
22dbab46
PK
45342011-10-25 Paul Koning <paul_koning@dell.com>
4535
4536 PR python/13327
72f4393d 4537
22dbab46
PK
4538 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4539 fetch_lazy method.
4540
9df2fbc4
PM
45412011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4542
4543 PR python/12656
4544
4545 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4546 global_block, static_block function.
4547
f05e2e1d
TT
45482011-10-19 Tom Tromey <tromey@redhat.com>
4549
4550 * gdb.texinfo (Commands In Python): Add missing "@"s.
4551
a7fc3f37
KP
45522011-10-13 Kevin Pouget <kevin.pouget@st.com>
4553
4554 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4555 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4556 constants.
4557
5048e516
JK
45582011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 Fix compatibility with texinfo versions older than 4.12.
4561 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4562 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4563 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4564 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4565 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4566 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4567 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4568
5a56e9c5
DE
45692011-10-09 Doug Evans <dje@google.com>
4570
4571 * gdb.texinfo (Extending GDB): Document alias command.
4572
36b11add
JK
45732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 Support @entry in input expressions.
4576 * gdb.texinfo (Variables): Describe @entry names suffix.
4577 (Print Settings): Add anchor for `set print entry-values'.
4578
e18b2753
JK
45792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4580 Eli Zaretskii <eliz@gnu.org>
4581
4582 Display @entry parameter values (without references).
4583 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4584 example.
4585 (Print Settings): New description of set print entry-values and show
4586 print entry-values.
4587
111c6489
JK
45882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4589 Eli Zaretskii <eliz@gnu.org>
4590
4591 Recognize virtual tail call frames.
4592 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4593 (Tail Call Frames): New node.
4594 (Frames In Python): Add gdb.TAILCALL_FRAME.
4595
9c15afc4
DE
45962011-10-07 Doug Evans <dje@google.com>
4597
4598 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4599 register_pretty_printer.
4600
99f5279d
PM
46012011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4602
4603 PR python/12930
4604 PR python/12802
4605
4606 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4607 stop method.
4608
03583c20
UW
46092011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4610
4611 * gdb.texinfo (Starting your Program): "set disable-randomization"
4612 is no longer Linux-specific.
4613 (Remote Configuration): Document "set remote
4614 disable-randomization-packet".
4615 (General Query Packets): Document "QDisableRandomization" packet
4616 and add it to "qSupported" list.
4617
bd054e06
KP
46182011-10-07 Kevin Pouget <kevin.pouget@st.com>
4619
4620 Allow Python notification of new object-file loadings.
4621 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4622 event type.
4623
cb6be26b
KP
46242011-10-04 Kevin Pouget <kevin.pouget@st.com>
4625
4626 PR python/12691: Add the inferior to Python exited event
4627 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4628
a05336a1
JB
46292011-10-03 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4632 rephasing.
4633
5d77fe44
JB
46342011-10-03 Joel Brobecker <brobecker@adacore.com>
4635
4636 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4637 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4638 as possible feature returned by the `-list-features'
4639 command.
4640
699df94d
PK
46412011-09-28 Paul Koning <paul_koning@dell.com>
4642
4643 * gdb.texinfo (gdb.Type): Document field access by dictionary
4644 key syntax.
4645
24bdad53
YQ
46462011-09-28 Yao Qi <yao@codesourcery.com>
4647
4648 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4649 Add one space after option `-s'. Remove @r{} markup.
4650
6710bf39
SS
46512011-09-27 Stan Shebs <stan@codesourcery.com>
4652
4653 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4654
d99f7e48
HZ
46552011-09-16 Hui Zhu <teawater@gmail.com>
4656
4657 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4658 to *(unsigned char *)$esp@300.
4659
d812018b
PK
46602011-09-15 Paul Koning <paul_koning@dell.com>
4661
4662 * gdb.texinfo: Make style of Python functions and methods match
4663 the syntax of Python. Also put class and module names explicitly
4664 on function, member, and variable names, matching Python
4665 documentation conventions.
72f4393d 4666
2aa48337
KP
46672011-09-15 Kevin Pouget <kevin.pouget@st.com>
4668
4669 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4670 * gdb.texinfo (Inferiors In Python): Describe new
4671 gdb.selected_inferior() function.
4672
6839b47f
KP
46732011-09-15 Kevin Pouget <kevin.pouget@st.com>
4674
4675 Handle multiple breakpoint hits in Python interface:
4676 * gdb.texinfo (Events In Python): New function documentation:
4677 gdb.BreakpointEvent.breakpoints. Indicate that
4678 gdb.BreakpointEvent.breakpoint is now deprecated.
4679
26829f2b
JB
46802011-09-04 Joel Brobecker <brobecker@adacore.com>
4681
4682 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4683
a9f54f60
TT
46842011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4685
4686 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4687
fa3a4f15
PM
46882011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4689
72f4393d
L
4690 * gdb.texinfo (Prompt): Add set/show extended-prompt
4691 documentation
4692 (Basic Python): Add prompt_hook anchor.
4693 (Python modules): Reword module text to reflect multiple modules.
4694 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4695
224bbe49
YQ
46962011-08-14 Yao Qi <yao@codesourcery.com>
4697
78d85199
YQ
4698 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4699
47002011-08-14 Yao Qi <yao@codesourcery.com>
4701
4702 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4703 (TIC6x Features): New node.
4704
457e09f0
DE
47052011-08-12 Doug Evans <dje@google.com>
4706
4707 * gdb.texinfo (Symbols In Python): Document symbol.type.
4708
5e239b84
PM
47092011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4710
4711 * gdb.texinfo (Python): Document command and function
4712 auto-loading.
4713
177bc839
JK
47142011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4715 Eli Zaretskii <eliz@gnu.org>
4716
4717 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4718 typedefs unrolling. Extend the sample code by an inner typedef and
4719 outer typedefs unrolling.
4720
1a532630
PP
47212011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4722
4723 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4724 size and line-size.
4725
9b158ba0 47262011-07-21 Matt Rice <ratmice@gmail.com>
4727
4728 PR macros/12999
4729 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4730 Update text and cindex entries for info macro command.
4731
d17b6f81
PM
47322011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4733
4734 * observer.texi (GDB Observers): Add before_prompt observer.
4735 * gdb.texinfo (Basic Python): Add documentation for prompt
4736 substitution.
4737
713389e0
PM
47382011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4739
72f4393d 4740 PR python/12438
713389e0 4741 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4742 set/show python print-stack. Document set/show python
4743 print-backtrace.
713389e0 4744
177b42fe
TJB
47452011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4746
4747 * gdb.texinfo: Fix typos.
4748
900e11f9
JK
47492011-07-01 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.texinfo (Debugging Output): Document set debug
4752 check-physname.
4753
39c4d40a
TT
47542011-06-29 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4757 breakpoint-notifications feature.
4758
6f5def7d
UW
47592011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4760
4761 * gdb.texinfo (Target Description): Remove warning about
4762 possibly unstable format.
4763
8cf64490
TT
47642011-06-03 Tom Tromey <tromey@redhat.com>
4765
4766 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4767 (Events In Python): Note that exit_code is optional.
4768
393eab54
PA
47692011-05-17 Pedro Alves <pedro@codesourcery.com>
4770
4771 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4772 required for multi-threading support.
4773 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4774 Hc are deprecated for multi-threading debugging. Point readers at
4775 the vCont packet.
4776
75fc9810
DE
47772011-05-15 Doug Evans <dje@google.com>
4778
4779 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4780
01124a23
DE
47812011-05-13 Doug Evans <dje@google.com>
4782
98a5dd13
DE
4783 * gdb.texinfo (Threads): Document $sdir,$pdir.
4784 (Server): Document $pdir exception.
4785
dbaefcf7
DE
4786 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4787
cc63ef9b
DE
4788 * gdb.texinfo (Threads): Clarify default value for
4789 libthread-db-search-path.
7e0396aa 4790
01124a23
DE
4791 * gdb.texinfo (Completion): Update example.
4792 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4793
d248b706
KY
47942011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4795
4796 * gdb.texinfo: Document change in the behaviour of the enable and
4797 disable GDB commands when applied to tracepoints.
4798 Document the EnableDisableTracepoints remote stub feature.
4799 Document QTEnable and QTDisable in the list of tracepoint packets.
4800
cc88a640
JK
48012011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4802
4803 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4804 hsuser.texi.
4805 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4806 comment to hsuser.texi. Change rluser.texi name in the comment.
4807
84e578fb
DE
48082011-05-10 Doug Evans <dje@google.com>
4809
4810 * gdb.texinfo (Threads): If an empty path is provided for
4811 libthread-db-search-path it is reset to its default value.
4812 (Server): Ditto.
4813
478aac75
DE
48142011-05-09 Doug Evans <dje@google.com>
4815
4816 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4817
9c06b0b4
TJB
48182011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4819 Thiago Jung Bauermann <bauerman@br.ibm.com>
4820
4821 Implement support for PowerPC BookE masked watchpoints.
4822 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4823 (PowerPC Embedded): Mention support of masked watchpoints.
4824
9ed350ad
JB
48252011-05-03 Joel Brobecker <brobecker@adacore.com>
4826
4827 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4828 `@value{GDBN}'.
4829
4ceed123
JB
48302011-05-03 Joel Brobecker <brobecker@adacore.com>
4831
4832 * gdb.texinfo (titlepage): Remove dedication.
4833 (In Memoriam): New appendix.
4834
559a7a62
JK
48352011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4836 Eli Zaretskii <eliz@gnu.org>
4837
4838 * gdb.texinfo (Index Section Format): Change the version to 5.
4839 Describe the different formula.
4840
03f2bd59
JK
48412011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4842 Eli Zaretskii <eliz@gnu.org>
4843
4844 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4845 for disconnected tracing.
4846 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4847 extended-remote relationship. Mention --once.
4848 (TCP port allocation lifecycle of @code{gdbserver}): New.
4849
d9b1a651
EZ
48502011-04-23 Eli Zaretskii <eliz@gnu.org>
4851
4852 * gdb.texinfo (Server): Improve indexing. Index all optional
4853 switches to gdbserver.
4854
90476074
TT
48552011-04-20 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Index Section Format): New node.
4858 (Top): Add new node to menu.
4859
c21236dc
PA
48602011-04-20 Pedro Alves <pedro@codesourcery.com>
4861
4862 * gdb.texinfo (Maintenance Commands): Document `maint print
4863 remote-registers'.
4864
05c8c3f5
TT
48652011-04-20 Tom Tromey <tromey@redhat.com>
4866
4867 * gdb.texinfo (Trace File Format): Move node later.
4868
7a9dd1b2
TT
48692011-04-19 Tom Tromey <tromey@redhat.com>
4870
4871 * gdbint.texinfo (Register Information Functions): Remove
4872 duplicate "the".
4873 * gdb.texinfo (Emacs): Remove duplicate "to".
4874 (GDB/MI Variable Objects): Remove duplicate "the".
4875 (General Query Packets): Likewise.
4876
4368ebeb
JB
48772011-04-02 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4880 "GDB/MI Ada Exception Information" node.
4881
956a9fb9
JB
48822011-04-01 Joel Brobecker <brobecker@adacore.com>
4883
4884 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4885 the "exception-name" field in the *stopped async record.
4886
f1310107
TJB
48872011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4888 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4889
4890 Implement support for PowerPC BookE ranged breakpoints.
4891 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4892
8786b2bd
TT
48932011-03-28 Tom Tromey <tromey@redhat.com>
4894
4895 * gdb.texinfo (Set Tracepoints): Fix typo.
4896
9ef07c8c
TT
48972011-03-24 Tom Tromey <tromey@redhat.com>
4898
4899 * gdb.texinfo (Specify Location): Document `function:label'
4900 linespec.
4901
99c3dc11
PM
49022011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4903
f1310107 4904 PR python/12149
99c3dc11
PM
4905
4906 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4907
29703da4
PM
49082011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4909
4910 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4911 (Inferiors In Python): Likewise.
4912 (Threads In Python): Likewise.
4913 (Symbols In Python): Likewise.
4914 (Objfiles In Python): Likewise.
4915 (Symbol Tables In Python): Likewise.
4916
c9174737
PA
49172011-03-15 Pedro Alves <pedro@codesourcery.com>
4918
4919 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4920 display>: Explain that the commands accept number ranges.
4921
7371cf6d
PM
49222011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4923
4924 * gdb.texinfo (Breakpoints In Python): Add description and example
4925 of Python stop function operation.
4926
ecec24e6
PM
49272011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4928
4929 * gdb.texinfo (Parameters In Python): Document get_set_string and
4930 get_show_string methods.
4931
6dcd5565
JK
49322011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4933
4934 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4935
81896e36
JK
4936 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4937 circular-trace-buffer name.
4938
5e30da2c
JB
49392011-02-28 Joel Brobecker <brobecker@adacore.com>
4940
4941 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4942 in the previous change.
4943
3bd0f5ef 49442011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 4945
72f4393d 4946 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
4947 that they can accept multiple arguments.
4948
4ec7539c
JB
49492011-02-24 Joel Brobecker <brobecker@adacore.com>
4950
4951 Revert the following patch (code patch was not approved):
4952 2011-02-21 Hui Zhu <teawater@gmail.com>
4953 * agentexpr.texi (bytecode descriptions): add printf.
4954 * gdb.texinfo (tracepoint action lists): add printf.
4955
82809774
DE
49562011-02-23 Doug Evans <dje@google.com>
4957
4958 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4959
e5a67952
MS
49602011-02-23 Michael Snyder <msnyder@vmware.com>
4961
4962 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4963 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4964 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4965
6e6fbe60
DE
49662011-02-22 Doug Evans <dje@google.com>
4967
4968 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4969 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4970 add description of result, fix @defun formatting.
4971
f994e27a
HZ
49722011-02-21 Hui Zhu <teawater@gmail.com>
4973
4974 * agentexpr.texi (Bytecode Descriptions): Add printf.
4975 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4976
c7f96d2b
TT
49772011-02-18 Tom Tromey <tromey@redhat.com>
4978
4979 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4980
60f98dde
MS
49812011-02-14 Michael Snyder <msnyder@vmware.com>
4982
4983 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4984 Document new command "thread find".
4985
08e796bc
MS
49862011-02-14 Michael Snyder <msnyder@vmware.com>
4987
4988 * gdb.texinfo (Threads): Update example of new thread message.
4989
b3b9301e
PA
49902011-02-14 Pedro Alves <pedro@codesourcery.com>
4991
4992 * gdb.texinfo (Remote Configuration): Mention set/show remote
4993 traceframe-info.
4994 (Tools/Packages Optional for Building GDB): Mention that expat is
4995 used for traceframe info.
4996 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4997 (General Query Packets) <qSupported>: Describe the
4998 qXfer:traceframe-info:read feature.
4999 (qXfer::read): Describe qXfer:traceframe-info:read.
5000 (Traceframe Info Format): New section.
5001
cef35b0f
PA
50022011-02-04 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5005 for casts and unary operators.
5006
f1cbe1d3
TT
50072011-02-04 Tom Tromey <tromey@redhat.com>
5008
5009 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5010 is not useful.
5011
585fdaa1
PA
50122011-01-25 Pedro Alves <pedro@codesourcery.com>
5013
5014 * gdb.texinfo: s/value optimized out/optimized out/g
5015
7bfc9434
JB
50162011-01-21 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdb.texinfo (Other Misc Settings): Rework part of the
5019 documentation of the "set interactive mode" command.
5020
4694da01
TT
50212011-01-19 Tom Tromey <tromey@redhat.com>
5022
5023 * gdb.texinfo (Threads): Document thread name output and `thread
5024 name' command.
5025 (Threads In Python): Document Thread.name attribute.
5026 (GDB/MI Thread Commands): Document thread attributes.
5027
b716877b
AB
50282011-01-12 Andrew Burgess <aburgess@broadcom.com>
5029
5030 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5031 changes in mi/mi-cmd-disas.c
5032
13fd8b81
TT
50332011-01-12 Tom Tromey <tromey@redhat.com>
5034
5035 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5036 Fix "thread apply" text.
5037
e09342b5
TJB
50382011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5039 Thiago Jung Bauermann <bauerman@br.ibm.com>
5040
5041 Implement support for PowerPC BookE ranged watchpoints.
5042 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5043 the "set powerpc exact-watchpoints" flag.
5044
06e65f44
TT
50452011-01-07 Tom Tromey <tromey@redhat.com>
5046
5047 * gdb.texinfo (Python API): Add descriptions to @menu items.
5048
d8e22779
TT
50492011-01-06 Tom Tromey <tromey@redhat.com>
5050
5051 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5052
a255712f
PP
50532010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5054
e09342b5 5055 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5056
ccfc3d6e
TT
50572011-01-06 Tom Tromey <tromey@redhat.com>
5058
5059 PR python/12133:
5060 * gdb.texinfo (Frames In Python): Document various frame
5061 constants.
5062
44944448
JB
50632011-01-05 Joel Brobecker <brobecker@adacore.com>
5064
5065 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5066 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5067 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5068
42ea3d7a
JK
50692011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5070
5071 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5072 (clean): Add GDBvn.texi.
5073
720d1a40
JB
50742010-12-29 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5077 occasional case where the debugger prints an array address
5078 instead of the array itself.
5079
ad196637
PA
50802010-12-23 Pedro Alves <pedro@codesourcery.com>
5081
5082 * gdb.texinfo (Packets) <read registers packet>: Document support
5083 for registers that were not collected.
5084
a86caf66
DE
50852010-12-15 Doug Evans <dje@google.com>
5086
5087 * gdb.texinfo (Startup): Document auto-loading of scripts during
5088 startup.
5089 (Auto-loading): Delete "maint set python auto-load on|off".
5090 Add "set auto-load-scripts on|off".
5091
aae1c79a
DE
50922010-12-07 Doug Evans <dje@google.com>
5093
5094 * gdb.texinfo (Mode Options): Document -data-directory.
5095 (Data Files): Add reference to -data-directory.
5096
4e04c971
DE
50972010-11-29 Doug Evans <dje@google.com>
5098
5099 * gdb.texinfo (Pretty-Printer Introduction): Change
5100 printer-name:subprinter-name to printer-name;subprinter-name.
5101
94b6973e
PM
51022010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5103
72f4393d 5104 PR python/12199
94b6973e
PM
5105
5106 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5107
39037522
TT
51082010-11-23 Tom Tromey <tromey@redhat.com>
5109
5110 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5111 (Editing): Likewise.
5112 (Command History): Likewise.
5113 (TUI Keys): Likewise.
5114 (Bug Reporting): Conditionally include rluser.texi and
5115 inc-history.texinfo.
5116 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5117 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5118 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5119 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5120 (gdb.pdf): Likewise.
5121 (gdb.info): Likewise.
5122 (gdb/index.html): Likewise.
5123
5ae98d25
TT
51242010-11-23 Tom Tromey <tromey@redhat.com>
5125
5126 * Makefile.in (Makefile): Run ../config.status.
5127 (distclean): Update.
5128 * configure: Remove.
5129 * configure.ac: Remove.
5130
621c8364
TT
51312010-11-12 Tom Tromey <tromey@redhat.com>
5132
5133 * gdb.texinfo (Basic Python): Update. Add xref.
5134 (Exception Handling): Document new exception classes.
5135 (Types In Python): Update.
5136 (Frames In Python): Update.
5137
84f4c1fe
PM
51382010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5139
5140 * gdb.texinfo (Breakpoints In Python): Document "internal"
5141 parameter, and visible attribute.
5142
99e7ae30
DE
51432010-11-05 Doug Evans <dje@google.com>
5144
5145 * gdb.texinfo (Source Path): Document "set directories".
5146
f4b8a18d
KW
51472010-11-05 Ken Werner <ken.werner@de.ibm.com>
5148
5149 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5150 (OpenCL C): New node.
5151
7b51bc51
DE
51522010-11-02 Doug Evans <dje@google.com>
5153
5154 * gdb.texinfo (Pretty Printing): Expand into three sections,
5155 introduction, example, and commands.
5156 (Python API): Delete section Disabling Pretty-Printers, merge into
5157 Selecting Pretty-Printers.
5158 (Writing a Pretty-Printer): New section. Move the pretty-printer
5159 example here, and reformat to match python coding style. Add a second
5160 example using the gdb.printing module.
5161 (Python modules): Add gdb.printing.
5162
9eeee977
DE
51632010-10-29 Doug Evans <dje@google.com>
5164
5165 * gdb.texinfo (Python): Fix long line.
5166
a0e0ffdf
DE
51672010-10-20 Doug Evans <dje@google.com>
5168
5169 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5170 All references updated. Correct sections marked as subsections.
5171 (Coding Standards): New chapter. Move the coding standard related
5172 subsections here. Add section on Python coding standards.
5173
0e3509db
DE
51742010-10-13 Doug Evans <dje@google.com>
5175
5176 * gdb.texinfo (Python): Add "Python modules".
5177 (Types in Python): Add reference to gdb.types section.
5178 (Python modules): New node.
5179
44592cc4
DE
51802010-10-11 Doug Evans <dje@google.com>
5181
5182 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5183 Python" from gdb.Value.type description.
5184
6e1bb179
JB
51852010-09-28 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.texinfo (Ravenscar Profile): New node.
5188
e8467610
TT
51892010-09-22 Tom Tromey <tromey@redhat.com>
5190
5191 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5192
fccd1d1e
EZ
51932010-09-22 Eli Zaretskii <eliz@gnu.org>
5194
5195 * gdb.texinfo (Values From Inferior): Clarify that
5196 value.dynamic_type works only in C++ programs with RTTI.
5197
c1b6b909
TT
51982010-09-15 Paul Bolle <pebolle@tiscali.nl>
5199
5200 * gdb.texinfo (Character Sets): Correctly reference host-charset
5201 in example.
5202
7d288aaa
TT
52032010-09-13 Tom Tromey <tromey@redhat.com>
5204
5205 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5206 Document "fullname" and "from".
5207
f75d858b
MK
52082010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5209
5210 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5211 feature `reverse' output by -list-target-features.
5212
83b9503b
L
52132010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5214
5215 * gdb.texinfo (i386 Features): Remove an extra "@item".
5216
03f17ccf
TT
52172010-08-30 Tom Tromey <tromey@redhat.com>
5218
5219 PR python/11792:
5220 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5221
9779414d
DJ
52222010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5223
5224 * gdb.texinfo (ARM Features): Document
5225 org.gnu.gdb.arm.m-profile.
5226
f9ffd4bb
TT
52272010-08-23 Tom Tromey <tromey@redhat.com>
5228
5229 PR python/11145:
5230 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5231 reinterpret_cast methods.
5232
702c2711
TT
52332010-08-23 Tom Tromey <tromey@redhat.com>
5234
5235 PR python/11915:
5236 * gdb.texinfo (Types In Python): Document array method.
5237
66b73624
TJB
52382010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5239
5240 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5241
06a64a0b
TT
52422010-08-16 Tom Tromey <tromey@redhat.com>
5243
5244 * gdb.texinfo (Set Watchpoints): Document -location option.
5245
a3a7127e
DE
52462010-08-13 Doug Evans <dje@google.com>
5247
5248 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5249
8dedea02
VP
52502010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5251
5252 * gdb.texinfo (GDB/MI Data Manipulation): Document
5253 -data-read-memory-raw and -data-write-memory-raw.
5254
ca5c20b6 52552010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5256 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5257
5258 * gdb.texinfo (Basic Python): Describe post_event API.
5259
cb2e07a6
PM
52602010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5261
5262 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5263 decode_line Python APIs
cb2e07a6 5264
464b3efb
TT
52652010-08-10 Tom Tromey <tromey@redhat.com>
5266
5267 * gdb.texinfo (Pretty Printing API): Document
5268 gdb.default_visualizer.
5269
c29c521f
TT
52702010-08-10 Tom Tromey <tromey@redhat.com>
5271
5272 Revert gdb-add-index addition:
5273 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5274
5da1313b
JK
52752010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5276 Eli Zaretskii <eliz@gnu.org>
5277
5278 * gdb.texinfo (Mode Options) <-batch>
5279 (Basic Python) <gdb.execute>: Describe setting width and height.
5280
02d868e8
PP
52812010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5282
5283 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5284
c2bbed2a
TT
52852010-07-30 Tom Tromey <tromey@redhat.com>
5286
5287 * gdb.texinfo (Index Files): Mention gdb-add-index.
5288
6c13bbe1
HZ
52892010-07-30 Hui Zhu <teawater@gmail.com>
5290
5291 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5292 "detach inferior" and "kill inferior".
5293
53a71c06
CR
52942010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5295
5296 * gdb.texinfo (Machine Code): Update description of two forms of
5297 arguments, and add new example to demonstrate the new form.
5298
5374244e
PM
52992010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5300
5301 * gdb.texinfo (Values From Inferior): Add value inferior function
5302 call description.
5303
8ea5bce5
JK
53042010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5307
c0edd9ed
JK
53082010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5309 Eli Zaretskii <eliz@gnu.org>
5310
5311 Make core files the process_stratum.
5312 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5313 record_stratum example.
5314
9291a0cd
TT
53152010-07-13 Tom Tromey <tromey@redhat.com>
5316
5317 * gdb.texinfo (Index Files): New node.
5318
f5011d11
TT
53192010-07-13 Tom Tromey <tromey@redhat.com>
5320
5321 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5322
0f5238ed
TT
53232010-07-13 Tom Tromey <tromey@redhat.com>
5324
5325 * gdb.texinfo (Specify Location): Document labels.
5326
74c761c1
PA
53272010-07-01 Pedro Alves <pedro@codesourcery.com>
5328
5329 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5330 entries for fast tracepoints and static tracepoints.
5331
501994c0
PA
53322010-07-01 Pedro Alves <pedro@codesourcery.com>
5333
5334 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5335 qsThreadInfo>: Spell out `l' as ell.
5336
0fb4aa4b
PA
53372010-07-01 Pedro Alves <pedro@codesourcery.com>
5338
5339 * gdb.texinfo (Convenience Variables): Document $_sdata.
5340 (Commands to Set Tracepoints): Describe static tracepoints. Add
5341 `Listing Static Tracepoint Markers' menu entry. Document
5342 "strace".
5343 (Tracepoint Action Lists): Document collecting $_sdata.
5344 (Listing Static Tracepoint Markers): New subsection.
5345 (Tracepoints support in gdbserver): Mention static tracepoints.
5346 (remote packets, enabling and disabling): Mention
5347 read-sdata-object.
5348 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5349 and StaticTracepoint.
5350 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5351 Document qXfer:sdata:read.
5352 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5353
dc3b15be
JB
53542010-06-29 Joel Brobecker <brobecker@adacore.com>
5355
5356 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5357
595939de
PM
53582010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5359 Tom Tromey <tromey@redhat.com>
5360 Thiago Jung Bauermann <bauerman@br.ibm.com>
5361
5362 * gdb.texinfo (Inferiors In Python): New node.
5363 * gdb.texinfo (Threads In Python): New node.
5364
9279c692
JB
53652010-06-28 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.texinfo (Python): Document what the python directory is
5368 and what its location is.
5369 (Basic Python): Document the gdb.PYTHONDIR constant.
5370
bc9f0842
TT
53712010-06-25 Tom Tromey <tromey@redhat.com>
5372
5373 PR python/10808:
5374 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5375
f1421989
HZ
53762010-06-24 Hui Zhu <teawater@gmail.com>
5377
5378 * gdb.texinfo: (Commands for Controlled Output): Add
5379 documentation for command "eval".
5380
e4c0cfae
SS
53812010-06-21 Stan Shebs <stan@codesourcery.com>
5382
5383 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5384 * annotate.texinfo: Ditto.
5385 * gdbint.texinfo: Ditto.
5386 * stabs.texinfo: Ditto.
5387
bb08c432
HZ
53882010-06-22 Hui Zhu <teawater@gmail.com>
5389
5390 * gdb.texinfo: (Process Record and Replay): Add documentation
5391 for command "set record memory-query".
5392
4f5d9f07
SS
53932010-06-21 Stan Shebs <stan@codesourcery.com>
5394
5395 * gdb.texinfo: Relicense under GFDL version 1.3.
5396 * annotate.texinfo: Relicense under GFDL version 1.3.
5397 * gdbint.texinfo: Relicense under GFDL version 1.3.
5398 * stabs.texinfo: Relicense under GFDL version 1.3.
5399 * fdl.texi: Update to version 1.3.
5400
6aed2dbc
SS
54012010-06-18 Stan Shebs <stan@codesourcery.com>
5402
a61408f8
SS
5403 * gdb.texinfo (Operating System Auxiliary Information): Describe
5404 "info os" when no arguments given.
5405
6aed2dbc
SS
5406 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5407 $_thread.
5408
24e933df
HZ
54092010-06-18 Hui Zhu <teawater@gmail.com>
5410
5411 * gdb.texinfo: (Process Record and Replay): Add documentation
5412 for commands "record save" and "record restore".
5413
65d79d4b
SDJ
54142010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5415
5416 * gdb.texinfo: Include information about the correct use
5417 of addresses in the `watch' command.
5418
d914c394
SS
54192010-06-11 Stan Shebs <stan@codesourcery.com>
5420
5421 * gdb.texinfo (Observer Mode): New section.
5422 (General Query Packets): Document QAllow.
889bf7c5 5423
967cf477
DE
54242010-06-04 Doug Evans <dje@google.com>
5425
5426 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5427
aaf4119b
DE
54282010-06-03 Doug Evans <dje@google.com>
5429
5430 * gdbint.texinfo (Coding): Add subsection on command names.
5431
9eae7c52
TT
54322010-06-02 Tom Tromey <tromey@redhat.com>
5433
5434 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5435 always-disassemble.
5436
fa593d66
PA
54372010-06-01 Pedro Alves <pedro@codesourcery.com>
5438
5439 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5440 gdbserver, and add cross reference.
5441 (Tracepoints support in gdbserver): New subsection.
5442
dde08ee1
PA
54432010-05-26 Pedro Alves <pedro@codesourcery.com>
5444
5445 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5446 `qRelocInsn' feature.
5447 (Relocate instruction reply packet): New subsection
5448 of `Tracepoint Packets'.
5449 (Tracepoint Packets): Mention that packets QTDP and QTStart
5450 support the qRelocInsn request, and add cross reference to new
5451 subsection.
5452
07ca107c
DE
54532010-05-25 Doug Evans <dje@google.com>
5454
5455 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5456 (Commands In Python): Document gdb.string_to_argv.
5457
c25c4a8b
JK
54582010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5461 ATTR_NORETURN.
5462
d7b32ed3 54632010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5464 Tom Tromey <tromey@redhat.com>
5465 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5466
c25c4a8b 5467 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5468
6aecb9c2
JB
54692010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5470
5471 * gdb.texinfo: (Summary) Add mention about D language support.
5472 (Filenames): Add D suffixes.
5473 (D): New node.
5474
b7da9e9f
PM
54752010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5476
5477 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5478 of macro deleted from GDB code.
5479
ab38a727
PA
54802010-04-24 Pedro Alves <pedro@codesourcery.com>
5481
5482 * gdb.texinfo (Commands to specify files): Describe what how GDB
5483 looks up DOS-based filesystem paths on the system root. Document
5484 the new `set/show target-file-system-kind' commands.
5485
66d09542
DE
54862010-04-23 Doug Evans <dje@google.com>
5487
5488 * gdb.texinfo (Python): Move Auto-loading section here ...
5489 (Python API): from here.
5490 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5491 (Maintenance Commands): Add docs for "maint print section-scripts".
5492
8bd10a10
CM
54932010-04-20 Chris Moller <cmoller@redhat.com>
5494
5495 * gdb.texinfo (Setting Breakpoints): Added description of
5496 filename-qualified rbreak.
5497 * refcard.tex (Breakpoints and Watchpoints): Added brief
5498 description of filename-qualified rbreak.
5499
4c374409
JK
55002010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5503 (Python API): Change the reference to Pretty Printing API.
5504 (Pretty Printing): Move the user part under the Data node. Reformat
5505 the sample output to 72 columns. Create a new reference to Pretty
5506 Printing API. Rename the API part ...
5507 (Pretty Printing API): To a new node name.
5508 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5509 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5510
5a9351ae
SS
55112010-04-21 Stan Shebs <stan@codesourcery.com>
5512
5513 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5514 and commands.
5a9351ae 5515 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5516
9a22f0d0
PM
55172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5518
5519 * gdb.texinfo (Examining memory): Update for change in string
5520 display with explicit size.
5521
6149aea9
PA
55222010-04-19 Pedro Alves <pedro@codesourcery.com>
5523
5524 PR breakpoints/8554.
5525
5526 * gdb.texinfo (Save Breakpoints): New node.
5527 (save-tracepoints): Rename to ...
5528 (save tracepoints): ... this. Mention that `save-tracepoints' is
5529 a deprecated alias to `save tracepoints'.
5530
711e434b
PM
55312010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5532
645797a8 5533 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5534 (info w32 thread-information-block): Document new command.
5535 (qGetTIBAddress): Document new gdbserver query.
5536 (maint set/show show-all-tib): Document new command.
5537
3f7b2faa
DE
55382010-04-15 Doug Evans <dje@google.com>
5539
fa33c3cd
DE
5540 * gdb.texinfo (Python API): Add progspaces section.
5541 (Selecting Pretty-Printers): Progspace pretty-printers are
5542 searched too.
5543 (Progspaces In Python): New section.
5544
3f7b2faa
DE
5545 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5546
79f283fe
PM
55472010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5548
5549 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5550 returns None.
5551
87290684
SS
55522010-04-09 Stan Shebs <stan@codesourcery.com>
5553
5554 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5555 Describe the `frames-created' field, tweak grammar.
5556
a97153c7
PA
55572010-04-09 Pedro Alves <pedro@codesourcery.com>
5558
5559 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5560 Describe the `circular' and `disconnected' fields.
5561
5c5dcc1b
L
55622010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5563
5564 * gdb.texinfo (maint print registers): Mention unavailable and
5565 invisible registers.
5566
adc36818
PM
55672010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5568 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5569 Tom Tromey <tromey@redhat.com>
adc36818
PM
5570
5571 * gdb.texinfo (Breakpoints In Python): New Node.
5572
33da3f1c
SS
55732010-04-08 Stan Shebs <stan@codesourcery.com>
5574
5575 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5576 trace status fields.
5577
3a13a53b
L
55782010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5579
5580 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5581 optional. Make org.gnu.gdb.i386.avx requires
5582 org.gnu.gdb.i386.avx.
5583
08001717
DE
55842010-04-08 Doug Evans <dje@google.com>
5585
5586 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5587 search path, and document that gdb only scans the search path if
5588 the script's path doesn't specify a directory.
5589
c375651d
DE
55902010-04-05 Doug Evans <dje@google.com>
5591
5592 * gdb.texinfo (maint show python auto-load): Fix typo.
5593
af54718e
SS
55942010-04-04 Stan Shebs <stan@codesourcery.com>
5595
d77f58be
SS
5596 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5597 (Setting Watchpoints): Update description of "info watch".
5598 (Disabling Breakpoints): Only "info break" lists all.
5599
af54718e
SS
5600 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5601 (tdump): Explain how tdump works.
5602
86b17b60
PA
56032010-04-01 Pedro Alves <pedro@codesourcery.com>
5604
5605 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5606 add cross reference.
5607
ff12863f
PA
56082010-03-31 Pedro Alves <pedro@codesourcery.com>
5609
5610 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5611 commands error out.
5612
f68eb612
L
56132010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5614
5615 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5616
c8d5aac9
L
56172010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5618
5619 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5620
7d13fe92
SS
56212010-03-29 Stan Shebs <stan@codesourcery.com>
5622 Nathan Sidwell <nathan@codesourcery.com>
5623
5624 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5625 GDBN equivalent.
5626 (Set Tracepoints): Remove mention that conditional tracepoints
5627 don't exist.
5628 (Tracepoint Actions): Clarify when while-stepping collection
5629 happens, note that while-stepping does not automatically collect
5630 $pc.
5631
409873ef 56322010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5633
409873ef
SS
5634 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5635 (General Query Packets): Describe TracepointSource.
5636
ee8e71d4
EZ
56372010-03-27 Matt Rice <ratmice@gmail.com>
5638
c8d5aac9
L
5639 * gdb.texinfo (ARM): Document arguments to "target sim".
5640 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5641
99b5e152
PA
56422010-03-26 Pedro Alves <pedro@codesourcery.com>
5643
5644 * gdb.texinfo (Tracepoint Packets): Remove mention that
5645 terror:string may be plain text, and drop mention of X prefix.
5646
cd64ee31
VP
56472010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5648
5649 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5650
6c28cbf2
SS
56512010-03-24 Stan Shebs <stan@codesourcery.com>
5652
5653 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5654
95a42b64
TT
56552010-03-24 Tom Tromey <tromey@redhat.com>
5656
5657 PR breakpoints/9352:
5658 * gdb.texinfo (Break Commands): Update.
5659
18148017
VP
56602010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5661
5662 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5663 commands.
5664
4daf5ac0
SS
56652010-03-16 Stan Shebs <stan@codesourcery.com>
5666
5667 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5668 circular-trace-buffer.
5669 (Tracepoint Packets): Describe QTBuffer, and details of the
5670 qTStatus reply.
5671
c9429232
SS
56722010-03-12 Stan Shebs <stan@codesourcery.com>
5673 Nathan Sidwell <nathan@codesourcery.com>
5674
5675 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5676 doing instruction stepping.
5677 (Tracepoint Restrictions): New node.
5678
ccefe4c4
TT
56792010-03-10 Tom Tromey <tromey@redhat.com>
5680
5681 * gdbint.texinfo (Symbol Handling): Update.
5682
7c953934
TT
56832010-03-08 Tom Tromey <tromey@redhat.com>
5684
5685 PR cli/9591:
5686 * gdb.texinfo (Mode Options): Mention lack of pagination and
5687 confirmation with --batch.
5688 (Screen Size): Mention --batch.
5689 (Messages/Warnings): Likewise.
5690
f870a310
TT
56912010-03-05 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.texinfo (Basic Python): Document target_charset and
5694 target_wide_charset.
5695
78e2826b
TT
56962010-03-05 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.texinfo (Data): Link to pretty-printing.
5699 (Output Formats): Likewise. Correct text.
5700
f5dff777
DJ
57012010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5702
5703 * gdb.texinfo (Types): Describe <struct> and <flags>.
5704
dc00d89f
PM
57052010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5706
5707 * gdb.texinfo (Frames In Python): Add block parameter and
5708 description to read_var text.
5709
5107b149 57102010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5711 Tom Tromey <tromey@redhat.com>
5107b149
PM
5712
5713 * gdb.texinfo (Types In Python): Describe block argument in
5714 template_argument and gdb.lookup_type.
5715
e03e5e7b
TT
57162010-02-24 Tom Tromey <tromey@redhat.com>
5717
5718 * gdb.texinfo (Cygwin Native): Fix typo.
5719
f3e9a817
PM
57202010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5721
5722 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5723 and select method descriptions.
5724 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5725 Tables in Python to menu.
5726 (Blocks In Python): New node.
5727 (Symbols In Python): New node.
5728 (Symbol Tables in Python): New node.
5729
a79b8f6e
VP
57302010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5731
5732 Multiexec MI
5733
5734 gdb/
5735 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5736
5737 gdb/doc/
5738 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5739 changes.
5740 (GDB/MI Program Execution): Document current behaviour of
5741 --all and --thread-group.
5742 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5743 -remove-inferior.
5744 * observer.texi (inferior_added, inferior_removed): New
5745 observers.
5746
629d6a47
TT
57472010-02-19 Tom Tromey <tromey@redhat.com>
5748
5749 * gdbint.texinfo (Getting Started): Fix @node.
5750 (Debugging GDB): Likewise.
5751
c09529e5
JB
57522010-02-13 Joel Brobecker <brobecker@adacore.com>
5753
5754 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5755 documenting the gdb_test_timeout variable.
5756
540aa8e7
MS
57572010-02-12 Jakob Engblom <jakob@virtutech.com>
5758
5759 * gdb.texinfo (MI commands): Added documentation of --reverse
5760 option to a set of MI commands. Restructured documentation of MI
5761 commands --exec-continue to reflect the complexity of reverse
5762 execution.
5763
081dfbf7
PA
57642010-02-12 Pedro Alves <pedro@codesourcery.com>
5765
5766 * gdb.texinfo (Using the Collected Data): Specify that the address
5767 range of `tfind outsize' is exclusive, and that the address range
5768 of `tfind range' is inclusive.
5769 (Tracepoint Packets): Specify that the address range of
5770 `QTFrame:range' is inclusive, and that the address range of
5771 `QTFrame:outside' is exclusive
5772
8e9c5e02
VP
57732010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5774
5775 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5776
92981e24
TT
57772010-02-10 Tom Tromey <tromey@redhat.com>
5778
5779 * gdb.texinfo (Debugging Output): Document set debug parser and
5780 show debug parser.
5781
075b51b7
L
57822010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5783
5784 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5785 i386_eflags and i386_mxcsr.
5786
3bb8d5c3
L
57872010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5788
5789 * gdb.texinfo: Document i386 target features.
5790
c5f80513
DE
57912010-02-05 Doug Evans <dje@google.com>
5792
5793 * gdbint.texinfo (Testsuite): Add a new section to document the
5794 various DejaGnu variables that may be overridden.
1be00882 5795 Document INTERNAL_GDBFLAGS.
c5f80513 5796
6ac33a4e
TT
57972010-02-04 Tom Tromey <tromey@redhat.com>
5798
5799 PR cli/8830:
5800 * gdb.texinfo (Files): -readnow comes before the filename for file
5801 and symbol-file.
5802
a1dcb23a
DJ
58032010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5804
5805 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5806 Document ARM breakpoint types.
5807 (Register Packet Format): Move into the new section.
5808 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5809
95433b34
JB
58102010-01-21 Joel Brobecker <brobecker@adacore.com>
5811
5812 * gdb.texinfo (File Options): Adjust the documentation of this
5813 switch to refer to the "source" command rather than partially
5814 duplicating some of the relevant information.
5815 (Extending GDB): Introduce and document the set/show script-extension
5816 setting.
5817 (Command Files): Add note explaining that the "source" command
5818 is also used to evalute scripts written in other languages.
5819 Remove the short slightly incorrect reference to sourcing Python
5820 scripts.
5821 (Python Commands): Document how to execute a Python script from GDB.
5822
8d576872
JB
58232010-01-19 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdb.texinfo (Command Files): Fix typo.
5826
8150ff9c
JB
58272010-01-18 Tom Tromey <tromey@redhat.com>
5828
5829 * gdb.texinfo (File Options): Document -x on .py files.
5830 (Command Files): Document handling of Python scripts.
5831
23db03a6
JZ
58322010-01-18 Jie Zhang <jie.zhang@analog.com>
5833
5834 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5835
00bf0b85
SS
58362010-01-15 Stan Shebs <stan@codesourcery.com>
5837
5838 * gdb.texinfo (Trace Files): New section.
5839 (Tracepoint Packets): Document QTSave and qTBuffer.
5840 (Trace File Format): New appendix.
5841
be759fcf
PM
58422010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5843
5844 * gdb.texinfo (Values From Inferior): Document lazy_string value
5845 method.
5846 (Python API): Add Lazy strings menu item.
5847 (Lazy Strings In Python): New node.
5848
dc146f7c
VP
58492010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5850
5851 * gdb.texinfo (GDB/MI Thread Information): New.
5852 (GDB/MI Async Records): Document the core field in *stopped.
5853 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5854 documentation
5855 (Process list): Document that osdata document may contain
5856 threads.
5857 (Remote Serial Protocol): Document qXfer:threads.
5858
d5551862
SS
58592010-01-06 Stan Shebs <stan@codesourcery.com>
5860
5861 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5862 disconnected tracing.
5863 (Tracepoint Packets): Document new protocol.
5864
7a697b8d
SS
58652010-01-05 Stan Shebs <stan@codesourcery.com>
5866
5867 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5868 tracepoints.
5869 (Tracepoint Packets): Describe remote protocol for fast
5870 tracepoints.
5871
e6f3ec50
JB
58722010-01-01 Joel Brobecker <brobecker@adacore.com>
5873
5874 Update the "Start of New Year Procedure".
5875 * gdbint.texinfo: Add the list of files that need to be updated
5876 manually. Minor reformatting.
5877
ddc4e9c1
JB
58782010-01-01 Joel Brobecker <brobecker@adacore.com>
5879
5880 * refcard.tex: Update copyright year in header and text.
5881
9d2897ad
JB
58822010-01-01 Joel Brobecker <brobecker@adacore.com>
5883
5884 * agentexpr.texi: Add 2010 to the list of copyright years.
5885 * annotate.texinfo: Likewise.
5886 * gdb.texinfo: Likewise.
5887 * gdbint.texinfo: Likewise.
5888 * observer.texi: Likewise.
5889 * stabs.texinfo: Likewise.
5890
6da95a67
SS
58912009-12-31 Stan Shebs <stan@codesourcery.com>
5892
5893 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 5894
236f1d4d
SS
58952009-12-29 Stan Shebs <stan@codesourcery.com>
5896
5897 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 5898
f61e138d
SS
58992009-12-28 Stan Shebs <stan@codesourcery.com>
5900
5901 * gdb.texinfo (Trace State Variables): New section.
5902 (Tracepoint Packets): Describe trace state variable packets.
5903 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5904 variable bytecodes.
5905
0fe7935b
DJ
59062009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5907
5908 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5909 declarations.
5910
a6b29f87
VP
59112009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5912
5913 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5914 -gdb-exit behaviour.
5915
5e4bde96
JB
59162009-12-20 Joel Brobecker <brobecker@adacore.com>
5917
5918 * gpl.texi: Update to version 3 of the GPL.
5919
a1715244
JB
59202009-12-20 Joel Brobecker <brobecker@adacore.com>
5921
5922 * Makefile.in: Update copyright header.
5923 * observer.texi: Fix the copyright header of the generated files.
5924
361ae042
PM
59252009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5926
5927 * gdb.texinfo (Types In Python): Describe range function.
5928
bfd31e71
PM
59292009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5930
5931 * gdb.texinfo (Types In Python): Describe "is_base_class".
5932
57a1d736
TT
59332009-12-03 Tom Tromey <tromey@redhat.com>
5934
5935 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5936
8cebebb9
PP
59372009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5938
5939 * observer.texi: New memory_changed observer.
5940
16af530a
TT
59412009-12-01 Tom Tromey <tromey@redhat.com>
5942
5943 * gdb.texinfo (Reverse Execution): Fix typo.
5944
b6199126
DJ
59452009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5946
5947 PR gdb/8704
5948
5949 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5950 are allowed after the breakpoint condition.
5951
7a6973ad
TT
59522009-11-23 Tom Tromey <tromey@redhat.com>
5953
5954 PR python/10782:
5955 * gdb.texinfo (Types In Python): Document Type.pointer.
5956
21a0512e
PP
59572009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5958
5959 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 5960
a5832c8f
PA
59612009-11-11 Pedro Alves <pedro@codesourcery.com>
5962
5963 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5964 (Using Agent Expressions): Delete cross reference.
5965
1eb7cd77
JB
59662009-11-07 Joel Brobecker <brobecker@adacore.com>
5967
5968 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5969 and @settitle directives up to help makeinfo find them.
5970
24ddea62
JK
59712009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5974 (Auto-loading): Use plural and note one can use multiple components now.
5975
3afae151
VP
59762009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5977
5978 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5979 -stack-list-arguments have the same documentation for parameter
5980 as -stack-list-locals. Add comas.
5981
14ff2235
PM
59822009-10-27 Tom Tromey <tromey@redhat.com>
5983 Eli Zaretskii <eliz@gnu.org>
5984
c8d5aac9 5985 PR python/10781
14ff2235
PM
5986
5987 * gdb.texinfo (Values From Inferior): Document cast method.
5988
9c419145
PP
59892009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5990
5991 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5992 and adjust example.
889bf7c5 5993
29153c24
MS
59942009-10-22 Michael Snyder <msnyder@vmware.com>
5995
5996 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5997 info record command. Also document the new save and restore
29153c24
MS
5998 commands.
5999
2b28d209
PP
60002009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6001
6002 * gdb.texinfo (Machine Code): Mention current pc marker.
6003 (Memory): Likewise.
6004
6c95b8df
PA
60052009-10-19 Pedro Alves <pedro@codesourcery.com>
6006 Stan Shebs <stan@codesourcery.com>
6007
6008 * observer.texi (new_inferior): Rename to...
6009 (inferior_appeared): ... this.
6010
6011 * gdb.texinfo (Inferiors): Rename node to ...
6012 (Inferiors and Programs): ... this. Mention running multiple
6013 programs in the same debug session.
6014 <info inferiors>: Mention the new 'Executable' column if "info
6015 inferiors". Update examples. Document the "add-inferior",
6016 "clone-inferior", "remove-inferior" and "maint info
6017 program-spaces" commands.
6018 (Process): Rename node to...
6019 (Forks): ... this. Document "set|show follow-exec-mode".
6020
2f8132f3
MS
60212009-10-11 Michael Snyder <msnyder@vmware.com>
6022
6023 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6024 (ReverseContinue): Ditto.
6025
cba4b2d3
PP
60262009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6027
6028 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6029
da082f17
JK
60302009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6031
6032 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6033
08be9d71
ME
60342009-10-06 Michael Eager <eager@eagercon.com>
6035
6036 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6037 (Embedded Processors): Add MicroBlaze.
6038 (MicroBlaze): New. Describe Xilinx MicroBlaze
6039
08a0efd0
PA
60402009-10-04 Pedro Alves <pedro@codesourcery.com>
6041
6042 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6043
cbb8f428
EZ
60442009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6045
6046 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6047
30a4a70c
JB
60482009-09-23 Joel Brobecker <brobecker@adacore.com>
6049
6050 * observer.texi (solib_unloaded): Document explicitly the fact that
6051 this observer is called before the associated symbols are unloaded.
6052
b3372f91
VP
60532009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6054
6055 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6056 -stack-list-variables.
6057
f43030c4
TT
60582009-09-18 Tom Tromey <tromey@redhat.com>
6059
6060 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6061 is experimental.
6062
ec7e75e7
PP
60632009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6064
6065 * gdb.texinfo (convenince variables): Mention
6066 $_siginfo could be empty.
f43030c4 6067
0cc7d26f
TT
60682009-09-15 Tom Tromey <tromey@redhat.com>
6069
6070 * gdb.texinfo (GDB/MI Variable Objects): Document
6071 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6072 Expand -var-update documentation.
6073
a96d9b2e
SDJ
60742009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6075
6076 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6077 feature.
6078
005ca36a
JB
60792009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6080
6081 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6082
0d772ac9
MS
60832009-09-10 Michael Snyder <msnyder@vmware.com>
6084
6085 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6086 ReverseStep replies to the qSupported query.
6087
14fb1bac
JB
60882009-09-10 Joel Brobecker <brobecker@adacore.com>
6089
6090 Add documentation for set/show interactive-mode.
6091 * gdb.texinfo (Other Misc Settings): New node.
6092
29b090c0
DE
60932009-09-01 Doug Evans <dje@google.com>
6094
6095 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6096 non-stop mode's affect on remote caching.
6097
4e5d721f
DE
60982009-08-31 Jacob Potter <jdpotter@google.com>
6099 Doug Evans <dje@google.com>
6100
6101 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6102 Mark `set/show remotecache' options as obsolete.
6103 Document new `set/show stack-cache' option.
6104 Update text for `info dcache'.
6105
55333a84
DE
61062009-08-27 Doug Evans <dje@google.com>
6107
6108 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6109 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6110
bc3a0b4d
RW
61112009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6112
6113 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6114 about autoconf.
6115
3a1ff0b6
PA
61162009-08-25 Pedro Alves <pedro@codesourcery.com>
6117
6118 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6119 small example, and describe its columns. Replace "inferior-id" by
6120 "infno" throughout.
6121
81ecdfbb
RW
61222009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6123
af542c2e
RW
6124 * gdbint.texinfo (Releasing GDB): Point to
6125 README-maintainer-mode file for required autoconf version.
6126 * configure.ac: Do not substitute datarootdir, htmldir,
6127 pdfdir, docdir. Do not process --with-datarootdir,
6128 --with-htmldir, --with-pdfdir, --with-docdir.
6129 * configure: Regenerate.
6130
81ecdfbb
RW
6131 * configure: Regenerate.
6132
4efc6507
DE
61332009-08-20 Reid Kleckner <reid@kleckner.net>
6134
6135 * gdb.texinfo: Add chapter on JIT interface.
6136
43089a6e
NR
61372009-08-07 Nick Roberts <nickrob@snap.net.nz>
6138
6139 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6140 confirmation request.
43089a6e 6141
99e008fe
EZ
61422009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6143
c8d5aac9
L
6144 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6145 CRC definitions.
99e008fe 6146
48cb2d85
VP
61472009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6148
6149 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6150 -break-commands.
48cb2d85 6151
ff1a52c6
UW
61522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6153
6154 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6155 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6156
3285f3fe
UW
61572009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6158
6159 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6160 "set spu stop-on-load" and "show spu stop-on-load" commands.
6161
e35359c5
UW
61622009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6163
6164 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6165
58d6951d
DJ
61662009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6169 org.gnu.gdb.arm.neon.
6170
08d16641
PA
61712009-07-20 Pedro Alves <pedro@codesourcery.com>
6172
6173 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6174 optional element.
6175 (subsection OS ABI): New subsection.
6176
782b2b07
SS
61772009-07-14 Stan Shebs <stan@codesourcery.com>
6178
6179 * gdb.texinfo (Tracepoint Conditions): New section.
6180 (General Query Packets): Describe ConditionalTracepoints.
6181 (Tracepoint Packets): Describe condition field.
6182 (Maintenance Commands): Describe maint agent-eval.
6183 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6184
9b117ef3
HZ
61852009-07-11 Hui Zhu <teawater@gmail.com>
6186
6187 * gdb.texinfo (disassemble): Add a new modifier /r
6188 to "disassemble" command to make it print the raw instructions
6189 in hex as well as in symbolic form.
6190
f5a33284
TT
61912009-07-09 Tom Tromey <tromey@redhat.com>
6192
6193 * gdbint.texinfo (Testsuite): Document parallel make check.
6194
812f7342
TT
61952009-07-09 Tom Tromey <tromey@redhat.com>
6196
6197 * gdbint.texinfo (Testsuite): Document test transcripts.
6198
fbb8f299
PM
61992009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6200
6201 * gdb.texinfo (Values From Inferior): Add length parameter
6202 description.
6203
dd8f35ac
EZ
62042009-07-04 Chris Genly <chris@genly.us>
6205
6206 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6207 in -var-list-children. Fix example according to what the code
6208 does.
6209
2277426b
PA
62102009-07-02 Pedro Alves <pedro@codesourcery.com>
6211
6212 * gdb.texinfo (Debugging multiple inferiors): Document the
6213 "inferior", "detach inferior" and "kill inferior" commands.
6214 (Debugging Programs with Multiple Processes): Adjust to mention
6215 generic "inferior" commands. Delete mention of "detach fork" and
6216 "delete fork". Cross reference to "Debugging multiple inferiors"
6217 section.
6218
a6d9a66e
UW
62192009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6220
5af949e3
UW
6221 * gdbint.texinfo (Item Output Functions): Update signature
6222 for ui_out_field_core_addr.
6223
62242009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6225
6226 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6227 Update example code extrated from breakpoint.c.
6228
9901a55b 62292009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6230
9901a55b
PP
6231 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6232 MI commands.
6233 (GDB/MI Symbol Query): Likewise.
6234 (GDB/MI File Commands): Likewise.
6235 (GDB/MI File Transfer Commands): Likewise.
6236 (GDB/MI Target Manipulation): Likewise.
6237 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6238
edb3359d
DJ
62392009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6240
6241 * gdb.texinfo (Debugging Optimized Code): New chapter.
6242 (Compiling for Debugging): Reference it. Move some
6243 text to the new section.
6244
7cd1089b
PM
62452009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6246
6247 * doc/gdb.texinfo (Calling): Document
6248 set-unwind-on-terminating-exception usage.
6249
d4db2f36
PA
62502009-06-11 Pedro Alves <pedro@codesourcery.com>
6251
6252 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6253 command.
6254
d1a7880c
PA
62552009-06-07 Pedro Alves <pedro@codesourcery.com>
6256
6257 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6258 references.
6259
473f94e6
UW
62602009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6261
6262 * gdbint.texinfo: Rename formal parameters to gdbarch function
6263 protoypes from "current_gdbarch" to "gdbarch".
6264
8f500870
TT
62652009-05-28 Tom Tromey <tromey@redhat.com>
6266
6267 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6268
b6313243
TT
62692009-05-27 Tom Tromey <tromey@redhat.com>
6270
6271 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6272 feature.
6273 (GDB/MI Variable Objects): Document -var-set-visualizer.
6274
62752009-04-02 Tom Tromey <tromey@redhat.com>
6276
6277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6278 feature.
6279 (GDB/MI Variable Objects): Document -var-set-visualizer.
6280
a6bac58e
TT
62812009-05-27 Tom Tromey <tromey@redhat.com>
6282 Thiago Jung Bauermann <bauerman@br.ibm.com>
6283 Phil Muldoon <pmuldoon@redhat.com>
6284
6285 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6286 (Pretty Printing): New node.
6287 (Selecting Pretty-Printers): Likewise.
6288 (Python API): Update.
6289 (Output Formats): Document /r format.
6290
2c74e833
TT
62912009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6292 Tom Tromey <tromey@redhat.com>
6293
6294 * gdb.texinfo (Types In Python): New node.
6295 (Values From Inferior): "type" is now an attribute.
6296 (Python API): Update.
6297
89c73ade
TT
62982009-05-27 Tom Tromey <tromey@redhat.com>
6299 Thiago Jung Bauermann <bauerman@br.ibm.com>
6300 Phil Muldoon <pmuldoon@redhat.com>
6301
6302 * gdb.texinfo: Add @syncodeindex for `tp'.
6303 (Python API): Update.
6304 (Auto-loading): New node.
6305 (Objfiles In Python): New node.
6306
17a37d48
PP
63072009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6308
6309 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6310
6718376f
NR
63112009-05-15 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6314
cbe54154
PA
63152009-05-12 Pedro Alves <pedro@codesourcery.com>
6316
6317 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6318 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6319 show show-debug-regs' docs.
6320
8e05493c
EZ
63212009-05-08 Eli Zaretskii <eliz@gnu.org>
6322
6323 * gdb.texinfo (Process Record and Replay): Add description of
6324 reverse execution.
6325
b39f4988
JB
63262009-05-07 Joel Brobecker <brobecker@adacore.com>
6327
6328 * gdbint.texinfo (Adding support for debugging core files): New node.
6329 (Native Debugging): Remove the ``Native core file Support'' section.
6330
a2311334
EZ
63312009-05-01 Eli Zaretskii <eliz@gnu.org>
6332
6333 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6334 Add index entries.
6335
53cc454a 63362009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6337 Michael Snyder <msnyder@vmware.com>
53cc454a 6338
a2311334
EZ
6339 * gdb.texinfo: (Process Record and Replay): Add documentation for
6340 process record and replay.
53cc454a 6341
484086b7
JK
63422009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6345 a new part on command-line defined macros.
6346
32ae1842
EZ
63472009-04-25 Eli Zaretskii <eliz@gnu.org>
6348
6349 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6350 clarify the wording.
6351
b14b1491
TT
63522009-04-23 Tom Tromey <tromey@redhat.com>
6353
6354 * gdb.texinfo (Data Files): New node.
6355 (GDB Files): Update menu.
6356
5c1e86e1
JB
63572009-04-23 Joel Brobecker <brobecker@adacore.com>
6358
6359 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6360 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6361
83eba9b7
VP
63622009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6363
6364 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6365
e31198c4
HZ
63662009-04-22 Hui Zhu <teawater@gmail.com>
6367
6368 * gdb.texinfo (disassemble-next-line): Set the default of
6369 disassemble-next-line to off.
6370
26e251b6
JM
63712009-04-21 Joseph Myers <joseph@codesourcery.com>
6372
6373 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6374 --with-htmldir): New.
6375 * configure: Regenerate.
6376 * Makefile.in (datarootdir, docdir): Define.
6377 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6378 instead of $(SET_TEXINPUTS).
6379 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6380 gdbint.info instead of $(SET_TEXINPUTS).
6381 (gdbint/index.html): Use same -I options as for building
6382 gdbint.info.
6383 (stabs.dvi, stabs.pdf): Use same -I options as for building
6384 stabs.info instead of $(SET_TEXINPUTS).
6385 (stabs/index.html): Use same -I options as for building
6386 stabs.info.
6387 (annotate.dvi, annotate.pdf): Use same -I options as for building
6388 annotate.info instead of $(SET_TEXINPUTS).
6389 (annotate/index.html): Use same -I options as for building
6390 annotate.info.
6391
eac35c4e
DD
63922009-04-21 David Daney <ddaney@caviumnetworks.com>
6393
6394 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6395
29b0e8a2
JM
63962009-04-21 Joseph Myers <joseph@codesourcery.com>
6397
6398 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6399
2b831889 64002009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6401 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6402
6403 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6404 (MAKEHTMLFLAGS): Set to empty.
6405 (html__strip_dir): Define.
6406 (HTMLFILES): Define.
6407 (HTMLFILES_INSTALL): Define.
6408 (install-html): Copy new automake rule.
6409 (html): Depend on $(HTMLFILES).
6410 (gdb_toc.html): Rename to gdb/index.html.
6411 (gdbint_toc.html): Rename to gdbint/index.html.
6412 (stabs_toc.html): Rename to stabs/index.html.
6413 (annotate_toc.html): Rename to annotate/index.html.
6414
89a34d1b
JM
64152009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6416
6417 * Makefile.in: Set pdfdir and htmldir from configure
6418 substitutions.
6419 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6420 * configure: Regenerate.
6421
a2d5da46
JB
64222009-04-16 Joel Brobecker <brobecker@adacore.com>
6423
6424 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6425 This macro is no longer used.
6426
732f6a93
TT
64272009-04-15 Tom Tromey <tromey@redhat.com>
6428
6429 * gdb.texinfo (Character Sets): Document default character set.
6430
87f9adc1
PM
64312009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6432
6433 * gdbint.texinfo: Change server name from sources.redhat.com to
6434 sourceware.org throughout.
6435
2c88c651
JB
64362009-04-09 Joel Brobecker <brobecker@adacore.com>
6437
6438 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6439 about a missing dot or coma after @xref.
6440
4f5376b2
JB
64412009-04-02 Joel Brobecker <brobecker@adacore.com>
6442
6443 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6444 example, and add a small explanation about it.
6445 (Print Settings): Change the documentation of the "set print
6446 frame-arguments" to reflect the fact that the default is now "scalars".
6447
a0381d3a
JB
64482009-04-02 Joel Brobecker <brobecker@adacore.com>
6449
6450 * gdb.texinfo (Print Settings): Add kindex for command "set
6451 print frame-arguments".
6452
45ac276d
JB
64532009-03-31 Joel Brobecker <brobecker@adacore.com>
6454
6455 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6456 breakpoints.
6457 (Set Breaks): Add reference to thread-specific and task-specific
6458 breakpoints.
6459
32cd1edc
JB
64602009-03-31 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.texinfo (Ada Tasks): Remove the documentation about
6463 the "Running" state, as this state has been eliminated.
6464 Now all runnable tasks are shown as "Runnable".
6465
1042e4c0
SS
64662009-03-30 Stan Shebs <stan@codesourcery.com>
6467
6468 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6469 special case of breakpoints.
6470 (Enable and Disable Tracepoints): Mention deprecation.
6471 (Listing Tracepoints): Update description and example.
6472
f8f6f20b
TJB
64732009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6474
6475 * gdb.texinfo (Frames in Python): New node.
6476 (Python API): Update.
6477
c0c6f777
TJB
64782009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6479
6480 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6481 from a method to an attribute.
6482
def2b000
TJB
64832009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6484
6485 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6486 attribute.
6487
a07daef3
PA
64882009-03-25 Pedro Alves <pedro@codesourcery.com>
6489
6490 * observer.texi (thread_exit): Add "silent" parameter.
6491
f3b1572e
PA
64922009-03-22 Pedro Alves <pedro@codesourcery.com>
6493
6494 * observer.texi (about_to_proceed): New.
6495
587afa38
EZ
64962009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6497
6498 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6499 field throughout to handle types with spaces in them. Fix typos
6500 found by aspell.
6501 (Summary, Requirements, Contributors): New first chapter,
6502 "Summary" added, old Requirements section moved there, and new
6503 section, "Contributors" added.
6504 (Initializing a New Architecture, Register Representation)
6505 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6506 (Porting gdb): These sections extended and updated.
6507 (Compiler Characteristics): This section (empty) deleted.
6508 (Defining Other Architecture Features): This section renamed and
6509 duplicate material removed from (formerly "Target Conditionals").
6510 Use braces {} in @deftypeXX type field throughout to handle types
6511 with spaces in them. Typos found by aspell fixed.
6512
6513 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6514 * stack_frame.pdf: Version of image for PDF output.
6515 * stack_frame.png: Version of image for HTML output and for Emacs.
6516 * stack_frame.txt: Version of image for Info output.
1db61298 6517 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6518
10af6951
EZ
65192009-03-21 Eli Zaretskii <eliz@gnu.org>
6520
6521 * gdb.texinfo (Character Sets): Fix last change.
6522
cc924cad
TJB
65232009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6524
6525 * gdb.texinfo (Values From Inferior): Fix optional arguments
6526 markup.
6527 (Commands In Python): Adjust argument names of gdb.Command.__init__
6528 to what the function accepts as keywords.
6529
bc3b79fd
TJB
65302008-03-20 Tom Tromey <tromey@redhat.com>
6531
6532 * gdb.texinfo (Convenience Vars): Document convenience functions.
6533 (Functions In Python): New node.
6534 (Python API): Update.
6535
6c7a06a3
TT
65362009-03-20 Tom Tromey <tromey@redhat.com>
6537
6538 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6539 set target-wide-charset.
6540 (Requirements): Mention iconv.
6541
b646ddd4
HZ
65422009-03-17 Hui Zhu <teawater@gmail.com>
6543
6544 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6545
91440f57
HZ
65462009-03-17 Hui Zhu <teawater@gmail.com>
6547
6548 * gdb.texinfo: Add documentation for disassemble-next-line.
6549
8fd41227
TJB
65502009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6551
6552 * gdb.texinfo (Commands In Python): Remove tindex entries.
6553
61ff14c6
JK
65542009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6555
6556 * gdb.texinfo (Returning): New description for missing debug info.
6557
0b16c5cf
PA
65582009-03-14 Pedro Alves <pedro@codesourcery.com>
6559
6560 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6561 (General Query Packets): Document qAttached.
0b16c5cf 6562
32fc0df9
PA
65632009-03-05 Pedro Alves <pedro@codesourcery.com>
6564
6565 * gdb.texinfo (Background Execution): Better describe the set
6566 target-async command.
6567 (Maintenance Commands): Delete description of the `maint set/show
6568 linux-async' and `maint set/show remote-async' commands.
6569
134eb42c
VP
65702009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6571
6572 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6573 between sentences.
6574
c86cf029
VP
65752009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6576
6577 * gdb.texinfo (GDB/MI Async Records): Document the
6578 =library-loaded and =library-unloaded notifications.
6579
3ea85240
VP
65802009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6581
6582 * observer.texi (test_notification): New observer.
6583
1d33d6ba
VP
65842009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6585
61ff14c6
JK
6586 * observer.texi: Add parameter 'print_frame' to normal_stop
6587 observer.
1d33d6ba 6588
d721c933
EZ
65892009-02-07 Eli Zaretskii <eliz@gnu.org>
6590
6591 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6592 (Commands In Python): Fix COMMAND_* constants in last change. Use
6593 @kbd for interactive input. Add cross-references and index
6594 entries.
6595
4aa995e1
PA
65962009-02-06 Pedro Alves <pedro@codesourcery.com>
6597
6598 * gdb.texinfo (Signals): Document $_siginfo.
6599 (Convenience Variables): Mention $_siginfo.
6600 (Remote Configuration): Document qXfer:siginfo:read,
6601 qXfer:siginfo:write packets, and the read-siginfo-object,
6602 write-siginfo-object commands.
6603
5f5233d4
PA
66042009-02-06 Pedro Alves <pedro@codesourcery.com>
6605
6606 * gdbint.texinfo (Values): New chapter.
6607
d8906c6f
TJB
66082009-02-06 Tom Tromey <tromey@redhat.com>
6609
6610 * gdb.texinfo (Python API): Add entry for Commands In Python.
6611 (Commands In Python): New node.
6612
b6cb8e7d
TJB
66132009-02-05 Tom Tromey <tromey@redhat.com>
6614
6615 * gdb.texinfo (Values From Inferior): Document Value.string.
6616
12453b93
TJB
66172009-02-05 Tom Tromey <tromey@redhat.com>
6618
6619 * gdb.texinfo (Basic Python): Document execute's from_tty
6620 argument.
6621
08c637de
TJB
66222009-02-04 Tom Tromey <tromey@redhat.com>
6623
6624 * gdb.texinfo (Basic Python): Document gdb.history.
6625
592375cd
VP
66262009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6627
6628 * gdb.texinfo (GDB/MI Thread Commands): Document the
6629 'current-thread-id' field. Remove the example with zero threads,
6630 since current GDB won't ever report that if there's inferior.
6631
41447f92
VP
66322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6633
6634 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6635 option to -break-insert.
6636
098b41a6
JG
66372009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6638 Jerome Guitton <guitton@adacore.com>
6639
6640 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6641 (System-wide configuration): New section.
6642
3c16cced
PA
66432009-01-26 Pedro Alves <pedro@codesourcery.com>
6644
6645 PR gdb/7580:
6646 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6647 internal-error|internal-warning quit|corefile ask|yes|no".
6648
62709adf
PA
66492009-01-26 Pedro Alves <pedro@codesourcery.com>
6650
6651 * gdb.texinfo (Using the `gdbserver' Program): Document
6652 --remote-debug.
6653
7ce58dd2
DE
66542009-01-23 Doug Evans <dje@google.com>
6655
6656 * gdb.texinfo: Add nexti to list of commands that support
6657 background execution.
6658
adb483fe
DJ
66592009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * gdb.texinfo (Define, Hooks): Document prefix command support.
6662
a67ec3f4 66632009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6664 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6665
6666 Fixes for makeinfo --html.
6667
6668 * annotate.texinfo: Use @copying and @insertcopying. Use
6669 @ifnottex in place of @ifinfo.
6670 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6671 place of @ifinfo. Use @ifnotinfo for one index entry.
6672 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6673 in place of @ifinfo.
6674 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6675 in place of @ifinfo. Include contents at start unconditionally.
6676
84fcdf95
PA
66772009-01-13 Pedro Alves <pedro@codesourcery.com>
6678
6679 * gdb.texinfo (General Query Packets): Remove @var{} around the
6680 "spu" literal string.
6681
fa3a767f
PA
66822009-01-07 Pedro Alves <pedro@codesourcery.com>
6683
6684 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6685 program may be running in another process" errors.
6686 * gdbint.texinfo (Native Conditionals): Delete
6687 ONE_PROCESS_WRITETEXT description.
6688
9cb011d3
JB
66892009-01-07 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6692 emacs local variable to be placed at the end of the ChangeLog.
6693 Add server.c and gdbreplay.c to the list of files where the
6694 copyright year needs to be updated.
6695
84603566
SL
66962009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6697
6698 * gdb.texinfo (Remote Configuration): Document new
6699 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6700 commands.
6701
a53f55d8
PA
67022008-12-28 Pedro Alves <pedro@codesourcery.com>
6703
6704 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6705 FETCH_INFERIOR_REGISTERS.
6706 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6707 FETCH_INFERIOR_REGISTERS descriptions. Remove
6708 gdbarch_get_longjmp_target descrition, since already described in
6709 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6710 (Target Conditionals): ... here.
6711
077e0a52
JB
67122008-12-16 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6715 examples.
6716 (Additions to Ada): Likewise. Add the missing opening and closing
6717 parenthesis of the GDB prompt in one of the examples.
6718
023eb17c
JB
67192008-12-14 Joel Brobecker <brobecker@adacore.com>
6720
6721 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6722 about the result of 'Address not being of type System.Address.
6723 This problem has been fixed a while ago.
6724
c3b108f7
VP
67252008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6726
6727 MI non-stop and multiprocess docs.
6728
c8d5aac9
L
6729 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6730 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6731 Adjust documentation for *stopped, document =thread-created,
6732 =thread-exited, =thread-group-created and =thread-group-exited.
6733 (GDB/MI Thread Commands): Document the 'state' field in
6734 -thread-info output.
6735 (GDB/MI Program Execution): Mention --all and --thread-group
6736 options.
6737 (GDB/MI Variable Objects): Describe floating and fixed variable
6738 objects.
6739 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6740
07e059b5
VP
67412008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6742
c8d5aac9
L
6743 * gdb.texinfo (Operating System Information): New appendix.
6744 (Operating System Auxiliary Information): Document 'info os processes'
6745 (Remote Configuration): Document 'osdata'
6746 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6747
a80b95ba
TG
67482008-11-27 Tristan Gingold <gingold@adacore.com>
6749
6750 * gdb.texinfo (Darwin): Document Darwin specific features.
6751
a655d424
JK
67522008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6753
6754 * gdbint.texinfo (Target Conditionals): Extend the
6755 gdbarch_breakpoint_from_pc description.
6756
249e1128
VP
67572008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * gdb.texinfo (M68K Features): Fix typo.
6760
c14c28ba
PP
67612008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6762
6763 * gdb.texinfo (Symbols): Mention printing containing
6764 image name in "info symbol".
6765 (Maint translate-address): Likewise.
889bf7c5 6766
394a6666
JB
67672008-11-18 Joel Brobecker <brobecker@adacore.com>
6768
6769 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6770 commands "catch load" and "catch unload".
6771
66bb093b
VP
67722008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6773
6774 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 6775 =thread-selected.
889bf7c5 6776
4a92f99b
VP
67772008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6778
c8d5aac9 6779 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 6780
f0323ca0
PA
67812008-10-27 Pedro Alves <pedro@codesourcery.com>
6782
6783 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6784 .mt files, TM_CLIBS or TM_CDEPS.
6785 (x86 Watchpoints): Don't mention TDEPFILES.
6786
8b23ecc4
SL
67872008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6788
6789 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6790 (Overview): Mention notifications and non-stop mode behavior.
6791 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6792 with non-stop mode behavior. Add vStopped description.
6793 (Stop Reply Packets): Update list of packets that return
6794 stop replies. Mention non-stop behavior.
6795 (General Query Packets): Document QNonStop packet and associated
6796 qSupported query response.
6797 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6798 behavior.
6799 (Notification Packets): New section.
6800 (Remote Non-Stop): New section.
6801 (File-I/O Overview): Mention non-stop behavior.
6802
fff08868
HZ
68032008-10-24 Hui Zhu <teawater@gmail.com>
6804 Pedro Alves <pedro@codesourcery.com>
6805
6806 * gdb.texinfo (displaced-stepping): Describe the auto mode
6807 setting, and say it's the default. This is now a mainstream
6808 setting instead of a maintenance setting.
6809
252fbfc8
PA
68102008-10-23 Pedro Alves <pedro@codesourcery.com>
6811
6812 * observer.texi (thread_stop_requested): New.
6813
20924a55
JB
68142008-10-22 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6817 (Patching): Replace incorrect usage of @samp by @kbd.
6818
bacec72f
MS
68192008-10-17 Michael Snyder <msnyder@vmware.com>
6820
6821 * gdb.texinfo: Add documentation for reverse execution.
6822
a08702d6 68232008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 6824 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
6825
6826 * gdb.texinfo. (Values From Inferior): New subsubsection.
6827
d97bc12b
DE
68282008-10-06 Doug Evans <dje@google.com>
6829
6830 * gdb.texinfo (set debug dwarf2-die): Document it.
6831
87f67dba
JB
68322008-10-01 Joel Brobecker <brobecker@adacore.com>
6833
6834 * gdb.texinfo (catch) [exception]: Document how to insert
6835 a breakpoint on user-defined exceptions when the exception
6836 name is identical to one of the language-defined ones.
6837
2fae03e8
TT
68382008-09-27 Tom Tromey <tromey@redhat.com>
6839
6840 * gdb.texinfo (Macros): Remove text about stringification,
6841 varargs, and splicing.
6842
5c6ce71d
TT
68432008-09-27 Tom Tromey <tromey@redhat.com>
6844
6845 * gdbint.texinfo (Language Support): Remove text about omitting
6846 support for a language.
6847
07128da0
DE
68482008-09-23 Doug Evans <dje@google.com>
6849
6850 * gdb.texinfo (info dcache): Update.
6851
b90a069a
SL
68522008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6853
6854 * gdb.texinfo (Packets): Add info on thread-id syntax and
6855 multiprocess extensions.
6856 <D>: Document multiprocess form of packet.
6857 <H>: Use thread-id syntax.
6858 <T>: Likewise.
6859 <vCont>: Likewise. Note this is required for multiprocess.
6860 <vKill>: New packet.
6861 (Stop Reply Packets) <T>: Use thread-id syntax.
6862 <W>: Document multiprocess form of reply.
6863 <X>: Likewise.
6864 (General Query Packets) <qC>: Use thread-id syntax.
6865 <qfThreadInfo>: Likewise.
6866 <qGetTLSAddr>: Likewise.
6867 <qP>: Likewise.
6868 <qSupported>: Add "multiprocess" feature.
6869 <qThreadExtraInfo>: Use thread-id syntax.
6870
b77209e0
PA
68712008-09-22 Stan Shebs <stan@codesourcery.com>
6872
6873 * gdb.texinfo (Inferiors): New section.
6874
3d0bb823
PA
68752008-09-12 Pedro Alves <pedro@codesourcery.com>
6876
6877 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6878
f8dcfc0a
UW
68792008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6880
6881 * gdbint.texinfo (Target Conditionals): Remove documentation
6882 for gdbarch_name_of_malloc.
6883
8775bb90
MS
68842008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6885
6886 * gdb.texinfo (Interrupts): Mention TCP interface for
6887 sending BREAK.
6888
f1838a98
UW
68892008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6890
6891 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6892 argument prefix to "set sysroot".
6893
158c7665
PH
68942008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6895
6896 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6897 and False.
6898
30e026bb
VP
68992008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6900
c8d5aac9
L
6901 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6902 for possible features of -list-features.
30e026bb 6903
c6ebd6cf
VP
69042008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6905
c8d5aac9 6906 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
6907 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6908
aeac0ff9
VP
69092008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6910
6911 * doc/gdb.texinfo (PowerPC): Fix typo.
6912 (PowerPC features): Fix typo.
6913
5231c1fd
PA
69142008-08-18 Pedro Alves <pedro@codesourcery.com>
6915
6916 * observer.texi (thread_ptid_changed): New.
6917
677c5bb1
LM
69182008-08-18 Luis Machado <luisgpm@br.ibm.com>
6919
6920 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6921 (PowerPC features): Mention feature set for VSX registers.
6922
f3a2dd1a
JB
69232008-08-13 Joel Brobecker <brobecker@adacore.com>
6924
6925 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6926 the direct visibility of all names in user-written packages.
6927
33e5cbd6
PA
69282008-08-13 Pedro Alves <pedro@codesourcery.com>
6929
6930 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6931 setting, and make it the default.
6932 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6933 non-stop script example.
6934
d0384fc4
TJB
69352008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6936
6937 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6938 reference to the "Using Different Register and Memory Data
6939 Representation" section.
6940
a6f3e723
SL
69412008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6942
6943 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6944 (Remote Protocol): Add Packet Acknowledgment to menu.
6945 (Overview): Mention +/- can be disabled, and point to new section
6946 where this is discussed in detail.
6947 (General Query Packets): Document QStartNoAckMode packet, and
6948 corresponding qSupported reply.
6949 (Packet Acknowledgment): New section.
6950
0606b73b
SL
69512008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6952 Pedro Alves <pedro@codesourcery.com>
6953
6954 * gdb.texinfo (Threads): Move paragraph about automatic thread
6955 selection to All-Stop Mode subsection.
6956 (Thread Stops): Reorganize existing material into subsections.
6957 Add introductory blurb and menu.
6958 (Non-Stop Mode): New subsection.
6959 (Background Execution): New subsection.
6960 (Maintenance Commands): Add cross-references from async mode
6961 commands to the new Background Execution section.
6962
d57a3c85
TJB
69632008-08-06 Tom Tromey <tromey@redhat.com>
6964
6965 * gdb.texinfo (Extending GDB): New chapter.
6966 (Sequences): Demoted chapter, now a section under the new
6967 Extending GDB chapter.
6968 (Python): New section.
6969
6d76a53d
SS
69702008-07-31 Stan Shebs <stan@codesourcery.com>
6971
6972 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6973
1f70da6a
SS
69742008-07-29 Stan Shebs <stan@codesourcery.com>
6975
6976 * gdbint.texinfo: General round of cleanup and minor
6977 clarifications.
6978 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6979 (Longjmp Support): Update description to reflect how it is done
6980 for targets without using native header.
6981 (Symbol Handling): Add a little more general explanation.
6982 (COFF, ELF): Mention stabs encapsulation.
6983 (DWARF 3): New section.
6984 (Adding a New Host): Scrub out some obsolete bits.
6985 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6986 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6987 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6988 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6989 SEEK_SET, STOP_SIGNAL, USG.
6990 (Raw and Virtual Register Representations): Ditto for
6991 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6992 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6993 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6994 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6995 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6996 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6997 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6998 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6999 DEPRECATED_USE_STRUCT_CONVENTION.
7000 Describe gdbarch_deprecated_fp_regnum.
7001 Update description of gdbarch_print_insn.
7002 (Adding a New Target): Scrub out obsolete bits.
7003 (Obsolete Conditionals): Remove entire section.
7004
383f836e
TT
70052008-07-25 Tom Tromey <tromey@redhat.com>
7006
7007 * observer.texi (GDB Observers): Document new observers:
7008 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7009 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7010 architecture_changed.
7011
cfd8ab24
SS
70122008-07-21 Stan Shebs <stan@codesourcery.com>
7013
7014 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7015 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7016
781b42b0
TT
70172008-07-21 Tom Tromey <tromey@redhat.com>
7018
7019 * observer.texi (GDB Observers): Remove obsolete comment.
7020 <executable_changed>: Remove argument.
7021
d7d9f01e
TT
70222008-07-18 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7025
bf250677
DE
70262008-07-10 Doug Evans <dje@google.com>
7027
7028 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7029
10568435
JK
70302008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 * gdb.texinfo (Starting): Document "set disable-randomization".
7033
5ae4183a
AS
70342008-07-07 Andreas Schwab <schwab@suse.de>
7035
7036 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7037
b56e7235
VP
70382008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7039
7040 * gdb.texinfo (GDB/MI Target Manipulation): Add
7041 example of -target-attach.
7042
e1ac3328
VP
70432008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7044
7045 * observer.texi (target_resumed): New observer.
5ae4183a 7046 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7047
65d12d83
TT
70482008-06-06 Tom Tromey <tromey@redhat.com>
7049
7050 * gdb.texinfo (Completion): Add field name example.
7051
fbc5282e
MK
70522008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7053
7054 * gdb.texinfo (GDB/MI Program Context): Added example
7055 to -exec-arguments
5ae4183a 7056
fbc5282e 70572008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7058
7059 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7060 annotation.
7061
c16158bc 70622008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7063 Nathan Sidwell <nathan@codesourcery.com>
7064 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7065
7066 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7067 and ACX_BUGURL.
7068 * configure: Regenerate.
7069 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7070 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7071 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7072 mailing-list-specific text about bug reporting unless
7073 BUGURL_DEFAULT.
7074
75c99385
PA
70752008-06-05 Pedro Alves <pedro@codesourcery.com>
7076
7077 * gdb.texinfo (-target-select): Remove reference to target async.
7078 (Maintenance Commands): Document "maint set/show remote-async".
7079
1763a388
MK
70802008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7081
7082 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7083 in -target-file-get section.
5ae4183a 7084
d0d064df
PA
70852008-05-22 Pedro Alves <pedro@codesourcery.com>
7086
9b562ab8
PA
7087 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7088 killing the inferior when it is already debugging a process.
d0d064df 7089
8dfa32fc
JB
70902008-05-21 Joel Brobecker <brobecker@adacore.com>
7091
7092 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7093 abbreviation for "finish".
7094
55f996a7
NR
70952008-05-21 Nick Roberts <nickrob@snap.net.nz>
7096
7097 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7098
ba2b1c56
DJ
70992008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7100
7101 * gdbint.texinfo (Target Conditionals): Delete entry for
7102 gdbarch_dwarf_reg_to_regnum.
7103
08388c79
DE
71042008-05-09 Doug Evans <dje@google.com>
7105
a3c83fae 7106 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7107
d14508fe
DE
71082008-05-05 Doug Evans <dje@google.com>
7109
7110 * gdb.texinfo (disassemble): Document /m modifier.
7111
e2b7ddea
VP
71122008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7113
5ae4183a
AS
7114 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7115 will not report the time of commands that run the target.
e2b7ddea 7116
8eb41542
VP
71172008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7118
7119 * gdb.texinfo (GDB/MI Output Records): Add
7120 missing semicolon.
7121
82f68b1c
VP
71222008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7123
7124 * gdb.texinfo (GDB/MI Output Records):
7125 Document =thread-create and =thread-exited.
7126
fa0f268d
VP
71272008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7128
7129 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7130 Remove mention of dmi-discuss.
fa0f268d 7131
063bfe2e
VP
71322008-05-03 Pedro Alves <pedro@codesourcery.com>
7133
7134 * observer.texi (thread_exit): New.
7135
237fc4c9
PA
71362008-05-02 Pedro Alves <pedro@codesourcery.com>
7137
7138 * gdb.texinfo (Debugging Output): Document "set/show debug
7139 displaced".
7140 (Maintenance Commands): Document "maint set/show
7141 can-use-displaced-stepping".
7142
0428b8f5
DJ
71432008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7144
7145 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7146 and set/show arm force-mode.
7147
5009afc5
AS
71482008-05-02 Andreas Schwab <schwab@suse.de>
7149
7150 * gdbint.texinfo (Algorithms): Describe
7151 target_watchpoint_addr_within_range.
7152
669fac23
DJ
71532008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7154
7155 * gdbint.texinfo (Stack Frames): New chapter.
7156 (Algorithms): Move Frames text to the new chapter.
7157 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7158 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7159
721c02de
VP
71602008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7161
5ae4183a
AS
7162 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7163 output does not necessary include any tokens.
721c02de 7164
c055b101
CV
71652008-04-22 Corinna Vinschen <vinschen@redhat.com>
7166
7167 * gdb.texinfo (Set SH Calling convention): New @item.
7168 (Show SH Calling convention): Ditto.
7169
68837c9d
MD
71702008-04-22 Markus Deuling <deuling@de.ibm.com>
7171
7172 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7173
2e9132cc
EZ
71742008-04-20 Eli Zaretskii <eliz@gnu.org>
7175
7176 * gdb.texinfo (Set Breaks): Mention that multiple location
7177 breakpoints need line number info. Add index entries.
7178
31fffb02
CS
71792008-04-19 Craig Silverstein <csilvers@google.com>
7180
7181 * gdb.texinfo (Requirements): Add an optional requirement on
7182 zlib.
7183 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7184 Compressed DWARF 2.
7185
a47ec5fe
AR
71862008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7187
7188 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7189 sample output for 'stopped,reason="breakpoint-hit"' message.
7190 (GDB/MI Program Execution): Likewise.
7191
de051565
MK
71922008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7193
5ae4183a 7194 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7195 -var-set-format. Add -f option to -var-evaluate-expression.
7196
6ba66d6a
JB
71972008-04-03 Joel Brobecker <brobecker@adacore.com>
7198
7199 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7200 new node "Ambiguous Expressions". Replace references to this
7201 node by references to "Ambiguous Expressions" throughout.
7202 (Ambiguous Expressions): New node.
7203
1e26b4f8
DJ
72042008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7205
7206 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7207
b84876c2
PA
72082008-03-21 Pedro Alves <pedro@codesourcery.com>
7209
7210 * gdb.texinfo (Debugging Output): Document
7211 "set/show debug lin-lwp-async".
7212 (Maintenance Commands): Document "maint set/show linux-async".
7213
63092375
DJ
72142008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7215
7216 * gdb.texinfo (Expressions): Update description of malloced arrays.
7217
8e8901c5
VP
72182008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7219
7220 * gdb.texinfo (Thread Commands): Document
7221 -thread-info. Remove -thread-list-all-threads.
7222
1fddbabb
PA
72232008-03-14 Pedro Alves <pedro@codesourcery.com>
7224 Sandra Loosemore <sandra@codesourcery.com>
7225
7226 * gdb.texinfo (Library List Format): Update to mention the
7227 possibility to pass section addresses instead of segment
7228 addresses.
7229
ccd213ac
DJ
72302008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7231
7232 * gdb.texinfo (Starting): Document "set exec-wrapper".
7233 (Server): Document gdbserver --wrapper.
7234
fa4727a6
DJ
72352008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7236
7237 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7238 unreadable memory. Delete obsolete SPARClite reference.
7239
8edfe269
DJ
72402008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7241
7242 * gdb.texinfo (Starting): Mention always-running targets.
7243 (Target Commands): Add an anchor for load.
7244 (Connecting): Explain continue instead of run.
7245
1843f87b
DJ
72462008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7247
7248 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7249
f9082629
NR
72502008-02-26 Nick Roberts <nickrob@snap.net.nz>
7251
7252 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7253 breakpoint table.
7254
fd96d250
PA
72552008-02-19 Pedro Alves <pedro@codesourcery.com>
7256
7257 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7258 killing the inferior when it is already debugging a process.
7259
36af4ef6
MD
72602008-02-13 Markus Deuling <deuling@de.ibm.com>
7261
7262 * gdbint.texinfo (Build Script): New section. Mention new build script
7263 gdb_buildall.sh.
7264
cda4ce5a
JB
72652008-02-01 Jim Blandy <jimb@red-bean.com>
7266
7267 * gdb.texinfo (Help): Summarize 'info args' correctly.
7268
4acd40f3
TJB
72692008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7270
7271 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7272 available in PowerPC architecture.
7273 (Embedded Processors): Change node name of PowerPC item in menu.
7274 (PowerPC): Rename to...
7275 (PowerPC Embedded): this.
7276 (Architectures): Add new PowerPC item in menu.
7277 (PowerPC): New node.
7278
6e6c6f50
DJ
72792008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7280
7281 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7282 commands.
7283
5ee187d7
DJ
72842008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.texinfo (Setting Catchpoints): Mention features
7287 supported on GNU/Linux.
7288
e275c0d9
NR
72892008-01-30 Nick Roberts <nickrob@snap.net.nz>
7290
7291 * gdb.texinfo (GDB/MI File Commands): Describe new output
7292 field for MI command -file-list-exec-source-file.
7293
2d717e4f
DJ
72942008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7295
7296 * gdb.texinfo (Using the `gdbserver' Program): Add security
7297 warning. Rearrange into subsections and subsubsections. Document
7298 --multi and --debug. Correct --with-sysroot typo. Update --attach
7299 usage. Make load reference clearer. Document monitor exit.
7300 (Remote Configuration): Document set remote exec-file, attach-packet,
7301 and run-packet.
7302 (Packets): Document vAttach and vRun.
7303
d35a4257 73042008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7305
7306 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7307 detach-on-follow -> detach-on-fork.
f663676d 7308
c78d192c
DJ
73092008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7310
7311 * gdbint.texinfo (Native Conditionals): Remove
7312 SHELL_COMMAND_CONCAT and SHELL_FILE.
7313
d35a4257
EZ
73142008-01-26 Eli Zaretskii <eliz@gnu.org>
7315
7316 * gdb.texinfo (Specify Location): Improve wording.
7317
93815fbf
VP
73182008-01-23 Chris Demetriou <cgd@google.com>
7319
7320 * gdb.texinfo (Threads): Document new "set print thread-events"
7321 and "show print thread-events" commands.
7322
2a25a5ba
EZ
73232008-01-19 Eli Zaretskii <eliz@gnu.org>
7324
7325 * gdb.texinfo (Specify Location): New section.
7326 (Delete Breaks, Edit, Set Breaks): Remove description of
7327 locations. Instead, add a reference to "Specify Location".
7328 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7329 (Symbols): Refer to "Specify Location" for the valid forms of
7330 linespecs and locations.
7331
32c9a795
MD
73322008-01-18 Markus Deuling <deuling@de.ibm.com>
7333
7334 * gdbint.texinfo (Target Conditionals): Replace the description of
7335 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7336
b17828ca
JB
73372008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7338
7339 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7340 about &&var, which is rejected by the expression parser.
7341
0aea4bf3
LM
73422008-01-09 Luis Machado <luisgpm@br.ibm.com>
7343
7344 * gdb.texinfo (Output): Update documentation on using printf with DFP
7345 types.
7346
febe4383
TJB
73472008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7348
7349 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7350 subsubsection.
7351 (Decimal Floating Point format): New subsubsection.
7352
7a404eba
PA
73532008-01-05 Pedro Alves <pedro@codesourcery.com>
7354
7355 * gdb.texinfo (File Options): Remove mention of the attempt to
7356 open a core file with the -p option. Don't list -c as a valid
7357 option to attach to a process.
7358
a4d9b460
PA
73592008-01-05 Pedro Alves <pedro@codesourcery.com>
7360
7361 * gdbint.texinfo (Host Conditionals): Remove mention of
7362 ALIGN_STACK_ON_ENTRY.
7363
6ec2edbe
JB
73642008-01-05 Joel Brobecker <brobecker@adacore.com>
7365
7366 * gdbint.texinfo (Start of New Year Procedure): Add item
7367 describing how to update the source and documentation copyright
7368 notices.
7369
d8b2a693
JB
73702007-12-18 Jim Blandy <jimb@codesourcery.com>
7371
ab209b3a 7372 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7373 watchpoint explanation into the main description of the watchpoint
7374 command; update synopses of 'watch', 'rwatch', and 'awatch'
7375 commands.
7376
8b4ed427
VP
73772007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7378
7379 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7380 Document 'pending-breakpoints' feature of
7381 -list-features.
7382
37e4754d
LM
73832007-12-17 Luis Machado <luisgpm@br.ibm.com>
7384
669fac23 7385 * gdb.texinfo: Add new parameter's description.
37e4754d 7386
1d3811f6
DJ
73872007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7388
7389 * gdb.texinfo (Overview): Clarify run-length encoding
7390 example. Remove the restriction on "+" and "-" characters.
7391
c1c25a1a
EZ
73922007-12-15 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7395
afe8ab22 73962007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7397
afe8ab22
VP
7398 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7399 the -f option for -break-insert, remove -r option,
7400 and clarify specification of location.
7401
a6b151f1
DJ
74022007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7403
7404 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7405 formatting.
7406 (Remote Debugging): Add File Transfer section.
7407 (Remote Configuration): Document Host I/O packets.
7408 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7409 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7410 (Packets): Add vFile.
7411
3b784c4f
EZ
74122007-11-17 Eli Zaretskii <eliz@gnu.org>
7413
7414 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7415 breakpoints with multiple locations.
7416 (Breakpoint Menus): Improve wording.
7417 (Output): Fix last change.
7418
a4ce5b0d
UW
74192007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7420
7421 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7422
1b39d5c0
DE
74232007-11-15 Doug Evans <dje@google.com>
7424
7425 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7426
7a72d44c
VP
74272007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7428
7429 * gdbint.texinfo (Native Conditionals): Remove
7430 mention of CLEAR_SOLIB.
5ae4183a 7431
6d1829bf 74322007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7433
7434 * gdb.texinfo (Print Settings): Add documentation for "set/show
7435 print frame-arguments".
7436
1a619819
LM
74372007-11-05 Luis Machado <luisgpm@br.ibm.com>
7438
3b784c4f 7439 * gdb.texinfo (Output): Update printf command's description.
1a619819 7440
55eddb0f
DJ
74412007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7442
7443 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7444 powerpc soft-float".
7445
9cceb671
DJ
74462007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7447
7448 * gdb.texinfo (Files): Correct formatting. Mention Expat
7449 requirement.
7450 (Requirements for Building GDB): Expand the list of Expat
7451 uses.
7452 (Library List Format, Memory Map Format): Mention Expat.
7453 (Target Descriptions): Update Expat wording.
7454
83acabca
DJ
74552007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7458 Document that gdbarch_convert_register_p should return zero for no-op
7459 conversions.
7460
e35879db
UW
74612007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7462
83acabca 7463 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7464 of set_gdbarch_sofun_address_maybe_missing back to ...
7465 (Target Conditionals): ... here to fix build break.
7466
203c3895
UW
74672007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7468
83acabca 7469 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7470 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7471 (Compiler Characteristics): ... documentation of
7472 set_gdbarch_sofun_address_maybe_missing.
7473
11411de3
DJ
74742007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7475
7476 * gdbint.texinfo (Target Conditionals): Use
7477 frame_unwind_register_unsigned in examples instead of
7478 frame_unwind_unsigned_register.
7479
7cc46491
DJ
74802007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Predefined Target Types): Add int128
7483 and uint128.
7484 (Standard Target Features): Add PowerPC features.
7485
81adfced
DJ
74862007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7489
c1874924
UW
74902007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7491
7492 * gdbint.texi (Target Conditionals): Remove documentation
7493 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7494 gdbarch_extract_return_value, and gdbarch_store_return_value.
7495
f6e56ab3
UW
74962007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7497
7498 * gdbint.texi (Target Conditionals): Remove documentation of
7499 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7500
56cf5405
KH
75012007-10-11 Kazu Hirata <kazu@codesourcery.com>
7502
7503 * gdb.texinfo: Mention that inaccessible-by-default is on by
7504 default.
7505
35156bae
DJ
75062007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7507
7508 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7509
d983da9c
DJ
75102007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7511
7512 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7513 multi-threaded watchpoints.
7514 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7515 checked. Describe sticky notification. Expand description
7516 of steppable and continuable watchpoints.
7517 (Watchpoints and Threads): New subsection.
7518
fe6fbf8b
VP
75192007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7520
7521 * gdb.texinfo (Setting Breakpoints): Revise
7522 documentation for pending breakpoints. Document
7523 breakpoints with multiple locations.
5ae4183a 7524
084344da
VP
75252007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7526
7527 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7528 Document -list-features.
5ae4183a 7529
82160952
EZ
75302007-09-15 Eli Zaretskii <eliz@gnu.org>
7531
7532 * gdb.texinfo (Output): Spell out which features of C's printf are
7533 not supported by GDB's printf.
7e27a47a
EZ
7534 (Separate Debug Files): More accurate wording regarding build ID
7535 and a reference to the ld manual rather than the Fedora wiki.
82160952 7536
ea37ba09
DJ
75372007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7538 Jim Blandy <jimb@codesourcery.com>
7539
7540 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7541 (Examining Memory): Update mentions of the 's' format.
7542 (Automatic Display): Likewise.
7543
b8533aec
DJ
75442007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7545
7546 * gdb.texinfo: Update the FSF's Back-Cover Text.
7547
83f83d7f
JK
75482007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7549 Eli Zaretskii <eliz@gnu.org>
7550
7551 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7552 Fixed the ``build ID'' name. New binaries build instructions for the
7553 build ID inclusion. Explain how the commands are specific to the build
7554 ID vs. debug link.
7555
c7e83d54
EZ
75562007-09-01 Eli Zaretskii <eliz@gnu.org>
7557
7558 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7559 indexing for ``build ID'' support.
7560
d3750b24
JK
75612007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7562
7563 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7564 Enlisted BUILD ID to the debug file searching example.
7565 Included a BUILD ID `.note.gnu.build-id' section description.
7566 Updated/added the debug files splitting instructions for OBJCOPY.
7567
02142340
VP
75682007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7569
7570 * gdb.texinfo (Variable Objects): Adjust docs
7571 for -var-info-expression and document
7572 -var-info-path-expression.
7573
d3bdde98
JB
75742007-08-20 Jim Blandy <jimb@codesourcery.com>
7575
3fb6a982
JB
7576 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7577 (title page): Include the dedication in the printed manual, as a
7578 separate page after the copyright notice.
5ae4183a 7579
d3bdde98
JB
7580 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7581 don't break a @var across a line.
7582
c80a96a8
MR
75832007-07-25 Maciej W. Rozycki <macro@mips.com>
7584
7585 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7586 for include files.
7587
5824a901
NR
75882007-07-12 Nick Roberts <nickrob@snap.net.nz>
7589
7590 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7591 in annotate.texinfo.
7592 (Command History): Link to new node.
5824a901 7593
d52e7ea3
UW
75942007-07-05 Markus Deuling <deuling@de.ibm.com>
7595
7596 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7597
5fc14d0a
EZ
75982007-07-05 Eli Zaretskii <eliz@gnu.org>
7599
7600 * gdbint.texinfo (Target Conditionals): Fix last change.
7601
4a9bb1df
UW
76022007-07-03 Markus Deuling <deuling@de.ibm.com>
7603
7604 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7605 routines:
7606 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7607 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7608 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7609 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7610 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7611 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7612 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7613 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7614 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7615 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7616 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7617 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7618 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7619 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7620 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7621 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7622 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7623 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7624 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7625 (SOFTWARE_SINGLE_STEP_P)
7626
7627 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7628 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7629
7630 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7631 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7632 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7633 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7634 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7635 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7636 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7637 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7638 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7639 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7640
7641 (Converting an existing Target Architecture to Multi-arch): Remove
7642 section.
7643
7644 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7645 (gdbarch_addr_bits_remove): Add code example.
7646
7647 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7648
cfa9d6d9
DJ
76492007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7652 Add other missing entries. Adjust the table size to fit.
7653 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7654 stop reasons including the new "library" event.
7655 (General Query Packets): Adjust table widths for qSupported. Mention
7656 qXfer:libraries:read reply to qSupported and document the new packet.
7657 (Library List Format): New section.
7658
159fcc13
JK
76592007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7662
f66d1690
MS
76632007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7664
7665 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7666
67102876
NR
76672007-06-25 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * gdbint.texinfo (Register and Memory Data): Break sections
7670 into nodes and add a menu.
7671
a4642986
MR
76722007-06-21 Maciej W. Rozycki <macro@mips.com>
7673
7674 * gdb.texinfo (Examining Memory): Document the new behaviour.
7675
e9c17194
VP
76762007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7677
7678 * gdb.texinfo (Standard Target Features): Document
7679 m68k features.
7680
31d99776
DJ
76812007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7682
7683 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7684
1780a0ed
DJ
76852007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7686
7687 * gdb.texinfo (Target Description Format): Add version attribute
7688 for <target>.
7689
822b6570
DJ
76902007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7691
7692 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7693
f8b73d13
DJ
76942007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7695
7696 * gdb.texinfo (MIPS Features): New subsection.
7697
0e7f50da
UW
76982007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7699 Markus Deuling <deuling@de.ibm.com>
7700
7701 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7702 and qXfer:spu:write packets and mention them under qSupported.
7703
23d964e7
UW
77042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7705 Markus Deuling <deuling@de.ibm.com>
7706
7707 * gdb.texinfo (Architectures): Add new SPU section to document
7708 Cell Broadband Engine SPU architecture specific commands.
7709
9f708cb2
VP
77102007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7711
7712 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7713 comments.
7714
7579b5f8
NR
77152007-06-07 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7718
bf06d120
JB
77192007-05-29 Jim Blandy <jimb@codesourcery.com>
7720
7721 * gdb.texinfo (Overview): Doc fix.
7722
23776285
MR
77232007-05-22 Maciej W. Rozycki <macro@mips.com>
7724
7725 * gdb.texinfo (Remote Configuration): Document "set/show
7726 remoteflow".
7727
1a69e1e4
DJ
77282007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7729
bf06d120
JB
7730 * gdb.texinfo (MIPS): Remove documentation for set mips
7731 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7732 stack-arg-size.
1a69e1e4 7733
46ba6afa 77342007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7735
46ba6afa
BW
7736 * all-cfg.texi (GDBTUI): New.
7737 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7738 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7739 (TUI Configuration): Edit to improve clarity and fix problems of
7740 both style and content.
5ae4183a 7741
06d3b283
UW
77422007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7743
7744 * observer.texi (GDB Observers): New observer "new_objfile".
7745
179101d6
UW
77462007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7747
7748 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7749
25d5ea92
VP
77502007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7751
7752 * gdb.texinfo (GDB/MI Variable Objects): Document
7753 frozen variables objects.
5ae4183a 7754
ea35711c
DJ
77552007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7756
7757 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7758 (Character Sets, Caching Data of Remote Targets): Likewise.
7759 (Targets): Delete Remote node. Move its text...
7760 (Debugging Remote Programs): ...to here. Delete description
7761 of the "remote" command.
7762 (Remote configuration): Delete description of "set remotedevice"
7763 and "show remotedevice".
7764 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7765
db2e3e2e
BW
77662007-04-11 Bob Wilson <bob.wilson@acm.org>
7767
5ae4183a
AS
7768 * gdb.texinfo (Contributors, Continuing and Stepping)
7769 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7770 (General Query Packets, File-I/O Remote Protocol Extension)
7771 (Protocol Basics, The F Reply Packet, Write)
7772 (Protocol-specific Representation of Datatypes, Memory Transfer):
7773 Fix hyphenation, punctuation and grammar problems.
7774 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7775 'section' instead of 'subsection' in the text.
7776 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7777 (i386): Remove period from section name.
db2e3e2e
BW
7778 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7779 (Config Names, Configure Options): Use @file{configure}.
7780
8a3dae3e
DJ
77812007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7782
7783 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7784 and tab expansion.
7785
1a92f856
DJ
77862007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7789
79a6e687 77902007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7791
79a6e687
BW
7792 * gdb.texinfo: Consistently capitalize all significant words in
7793 node names, chapter titles, section titles, and headings. Update
7794 cross references to match.
7795 (Starting and Stopping Trace Experiment): Make node name plural.
7796 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 7797
ad527d2e
PA
77982007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7799
7800 * gdb.texinfo (WinCE): Delete obsolete subsection.
7801
7ce59000
DJ
78022007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7803
7804 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7805 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7806 references.
7807
8807d78b
DJ
78082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * gdb.texinfo (Startup): Delete references to some alternate
7811 names for .gdbinit.
7812 (Thread): Remove LynxOS reference.
7813 (Tandem ST2000): Delete target-specific documentation.
7814 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7815 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7816 and GDB_OSABI_LYNXOS.
7817
5f402660
UW
78182007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7819
7820 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7821
bac718a6
UW
78222007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7823
7824 * gdbint.texinfo (Target Conditionals): Remove mention of
7825 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7826 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7827
9453113a
DJ
78282007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7829
7830 * Makefile.in: Add "pdfdir" installation
7831 directory, PDFTEX macro, support for "install-pdf" target,
7832 and rules for making a pdf version of refcard.texi.
7833 * refcard.tex: Specify paper size for PDF output.
7834
ae21e955 78352007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7836
ae21e955 7837 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 7838
3f94c067 78392007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7840
3f94c067
BW
7841 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7842 (Source Path, Character Sets, Macros, Define)
7843 (GDB/MI Result Records, GDB/MI Simple Examples)
7844 (GDB/MI Program Execution, GDB/MI File Commands)
7845 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7846 (Bug Reporting): Use @value{GCC}.
5ae4183a 7847
12c27660 78482007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7849
12c27660
BW
7850 * gdb.texinfo (Help): Fix formatting of examples.
7851 (Variables): Use @ifnotinfo instead of @iftex.
7852 (Non-debug DLL symbols): Use @ref instead of @pxref.
7853 (Sparclet File): Use @samp instead of quotes.
5ae4183a 7854
ce9341a1
BW
78552007-03-26 Bob Wilson <bob.wilson@acm.org>
7856
7857 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7858
c8f4133a
BW
78592007-03-26 Bob Wilson <bob.wilson@acm.org>
7860
7861 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7862 the order of the nodes.
7863 (C Operators, C Constants, Debugging C): Remove extra menus.
7864 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 7865
c8f4133a 78662007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
7867
7868 * gdb.texinfo (File Options): Add missing parenthesis.
7869 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7870
c74d0ad8
DJ
78712007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7874
ff6f572f
DJ
78752007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7876
669fac23 7877 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
7878 case insensitivity.
7879 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7880
994337c3
NR
78812007-02-18 Nick Roberts <nickrob@snap.net.nz>
7882
7883 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7884 (Files): Add section name to argument list for pxref.
7885 (Non-debug DLL symbols): Don't use `see' for pxref.
7886 (Embedded Processors): Fix typo.
7887 (GDB/MI Breakpoint Commands): Execution commands generate
7888 *stopped not ^done.
7889
eb819d70
NR
78902007-02-13 Nick Roberts <nickrob@snap.net.nz>
7891
7892 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7893 values for in_scope. Mention that only root variables can be
7894 updated.
7895 (GDB/MI Development and Front Ends): Explain new values may be
7896 added to existing fields.
7897
123dc839
DJ
78982007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7899
7900 * gdb.texinfo (-target-disconnect): Use @smallexample.
7901 (Requirements): Add anchor for Expat. Update description.
7902 (Target Descriptions): Mention Expat.
7903 (Target Description Format): Document new elements. Use
7904 @smallexample.
7905 (Predefined Target Types, Standard Target Features): New sections.
669fac23 7906 * gdbint.texinfo (Target Descriptions): New section.
123dc839 7907
108546a0
DJ
79082007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.texinfo (Target Description Format): Add section on XInclude.
7911
95a98c01
NR
79122006-02-03 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7915 command -enable-timings.
7916
f4b3909f
EZ
79172007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7918
5ae4183a 7919 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
7920 descriptions for new/deleted elements in gdb_osabi. Add missing
7921 description for function generic_elf_osabi_sniff_abi_tag_sections.
7922
c7ba131e
JB
79232007-01-29 Joel Brobecker <brobecker@adacore.com>
7924
7925 * gdb.texinfo (Maintenance Commands): Add documentation for
7926 the new "maint print target-stack" command.
7927
3a60f64e
JK
79282007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7929 Eli Zaretskii <eliz@gnu.org>
7930
f4b3909f 7931 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 7932
c582f8b6
EZ
79332007-01-26 Eli Zaretskii <eliz@gnu.org>
7934
7935 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7936 Use @value{NGCC} instead of @value{GCC}.
7937
d3e8051b
EZ
79382007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7939
7940 * agentexpr.texi: Fix typos.
7941 * annotate.texinfo: Likewise.
7942 * gdb.texinfo: Likewise.
7943 * gdbint.texinfo: Likewise.
7944 * observer.texi: Likewise.
7945 * stabs.texinfo: Likewise.
7946
86f04699
EZ
79472007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7948
7949 * gdbint.texinfo (Support Libraries): Remove mmalloc
7950 entry. Describe readline library.
7951
23181151
DJ
79522007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7953
7954 * gdb.texinfo (Target Descriptions): New section.
7955 (General Query Packets): Add QPassSignals anchor. Mention
7956 qXfer:features:read under qSupported. Expand mentions of
7957 qXfer:memory-map:read and QPassSignals. Document
7958 qXfer:features:read.
7959
f822c95b
DJ
79602007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7961
7962 * gdb.texinfo (Commands to specify files): Describe
7963 "set sysroot" and "show sysroot".
7964 (Using the `gdbserver' program): Lowercase argument
7965 to @var. Expand description of setting up GDB on the
7966 host.
7967
8936fcda
JB
79682007-01-05 Joel Brobecker <brobecker@adacore.com>
7969
7970 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7971 catch exception, catch exception unhandled, and catch assert
7972 commands.
7973
e776119f
DJ
79742007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7975
7976 * gdb.texinfo (Debugging Output): Document "set debug xml"
7977 and "show debug xml".
7978
aa79a185
DJ
79792007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7980
7981 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7982
7f893741
JB
79832007-01-01 Joel Brobecker <brobecker@adacore.com>
7984
7985 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7986
a1b5960f
VP
79872006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7988
7989 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7990 note in @ignore, to be removed later if nobody complains.
7991
9f470e6e
NR
79922006-12-04 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7995 of -var-delete.
7996
765dc015 79972006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7998
765dc015 7999 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8000 automatic software/hardware breakpoint usage and
8001 the "set breakpoint auto-hw" command.
765dc015 8002
4b5752d0
VP
80032006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8004
8005 * gdb.texinfo (Memory Access Checking): New.
8006
89be2091
DJ
80072006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * gdb.texinfo (Remote configuration): Mention
8010 "pass-signals-packet".
8011 (General Query Packets): Document QPassSignals. Fix
8012 a typo.
8013
ca3bf3bd
DJ
80142006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8015
8016 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8017
427c3a89
DJ
80182006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8019
8020 * gdb.texinfo (Remote configuration): Rewrite documentation for
8021 packet configuration commands.
8022 (OS Information): Adjust reference to qXfer:auxv:read.
8023 (General Query Packets): Remove references to read-aux-vector-packet
8024 and set remote get-thread-local-storage-address.
8025
7a107747
DJ
80262006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8027
8028 * gdbint.texinfo (Target Architecture Definition): Add new
8029 Initializing a New Architecture section.
8030
1c56eb0e
EZ
80312006-10-31 David Taylor <dtaylor@emc.com>
8032
8033 * stabs.texinfo (Macro define and undefine): New node describing
8034 stabs for #define and #undef.
8035
f73adfeb
AS
80362006-10-27 Andreas Schwab <schwab@suse.de>
8037
8038 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8039
fd60e0df
EZ
80402006-10-21 Eli Zaretskii <eliz@gnu.org>
8041
8042 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8043 clarify on the possible meanings of ``expression'' watched by
8044 watchpoints. Add indexing.
e5ac9b53
EZ
8045 (Prompting, Errors, Invalidation, Annotations for Running)
8046 (Source Annotations): Fix index entries by adding "annotation" to
8047 them, to discriminate from index entries that point to the more
8048 general topic descriptions.
fd60e0df 8049
52bb452f
DJ
80502006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8051
8052 * gdbint.texinfo (Target Vector Definition): Move most
8053 content into Existing Targets. Add a menu.
8054 (Existing Targets): New section, moved from Target Vector
8055 Definition. Use @subsection.
8056 (Managing Execution State): New section.
8057
58955e58
BW
80582006-10-16 Bob Wilson <bob.wilson@acm.org>
8059
8060 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8061
c8aa23ab
EZ
80622006-10-15 Eli Zaretskii <eliz@gnu.org>
8063
8064 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8065 (Command Syntax, Signals, Backtrace, Connecting)
8066 (Remote configuration, Renesas Boards, Console I/O): Fix last
8067 change: use Ctrl- instead of C-, except wrt Emacs.
8068 (File-I/O Examples): Put Ctrl-c in @kbd.
8069 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8070 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8071 (Signals, Set Breaks, Set Watchpoints): Document optional
8072 arguments to `info signals' `handle', `info breakpoints', and
8073 `info watchpoints'.
c8aa23ab 8074
e7109c7e
EZ
80752006-10-14 Eli Zaretskii <eliz@gnu.org>
8076
8077 * gdb.texinfo (Backtrace): Fix last change.
8078
de3aea7b
NR
80792006-10-14 Nick Roberts <nickrob@snap.net.nz>
8080
8081 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8082
7f9087cb
BW
80832006-10-10 Bob Wilson <bob.wilson@acm.org>
8084
c8aa23ab
EZ
8085 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8086 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8087 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8088
68437a39
DJ
80892006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8090 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * gdb.texinfo (Packets): Document vFlashErase,
8093 vFlashWrite and vFlashDone packets.
8094 (General Query Packets): Document qXfer:memory-map:read.
8095 Add a new feature for qXfer:memory-map:read.
8096 (Memory map format): New section.
8097 (Target Commands): Mention that gdb can write flash.
8098
fd79ecee
DJ
80992006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8100 Daniel Jacobowitz <dan@codesourcery.com>
8101
8102 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8103 memory regions and "mem auto".
8104
350da6ee
DJ
81052006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8106
8107 * gdbint.texinfo (Array Containers): New section.
8108
2f1acb09
VP
81092006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8110
8111 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8112 -stack-list-arguments HIGH_FRAME argument can be larger then the
8113 actual number of frames.
8114
2ab1eb7a
VP
81152006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8116
8117 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8118 -stack-list-locals HIGH_FRAME argument can be larger then the
8119 actual number of frames.
2ab1eb7a 8120
599b237a
BW
81212006-09-02 Bob Wilson <bob.wilson@acm.org>
8122
8123 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8124 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8125
25ab7e6d
EZ
81262006-09-02 Eli Zaretskii <eliz@gnu.org>
8127
8128 * gdbint.texinfo (Overall Structure): New section "Source Tree
8129 Structure".
8130
940178d3
JB
81312006-08-17 Jim Blandy <jimb@codesourcery.com>
8132
8133 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8134 responses.
8135
30daae6c
JB
81362006-08-08 Joel Brobecker <brobecker@adacore.com>
8137
8138 * gdb.texinfo (Source Path): Add documentation for new
8139 substitute-path commands.
8140
7fa2210b
DJ
81412006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8142
8143 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8144 (Running Configure): ...here.
8145 (Requirements): New node. Mention expat.
8146
3d00d119
DJ
81472006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8148
5ae4183a 8149 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8150 'set download-write-size' and 'show download-write-size'.
8151
0cbfa4ee
DJ
81522006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8153
8154 * stabs.texinfo (Member Type Descriptor): Correct example for
8155 pointer to member types.
8156
16026cd7
AS
81572006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8158
8159 * gdb.texinfo (Optional warnings and messages): Add
8160 'set/show trace-commands'.
8161 (Command files): Add '-v' to source command.
8162
0876f84a
DJ
81632006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8164
8165 * gdb.texinfo (OS Information): Update qPart reference to
8166 qXfer.
8167 (Remote configuration): Likewise.
8168 (Overview): Move @cindex to the start of a paragraph. Talk
8169 about binary data encoding.
8170 (Packets): Refer to the overview for the details of the X
8171 packet encoding.
8172 (General Query Packets): Remove qPart description. Add qXfer
8173 description. Add an anchor to qSupported. Correct feature
8174 table title. Add a new feature for qXfer:auxv:read.
8175 (Interrupts): Add a missing parenthesis.
8176
2ec3381a
DJ
81772006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8178
669fac23 8179 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8180 (GDB/MI Kod Commands): Remove commented out node.
8181
594fe323
EZ
81822006-07-01 Eli Zaretskii <eliz@gnu.org>
8183
8184 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8185 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8186 (GDB/MI Thread Commands, GDB/MI Program Execution)
8187 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8188 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8189 (GDB/MI File Commands, GDB/MI Target Manipulation)
8190 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8191 since the MI prompt is hard-wired into the code.
8192
7e3fb70c
NR
81932006-07-01 Nick Roberts <nickrob@snap.net.nz>
8194
8195 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8196 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8197 (GDB/MI Data Manipulation): Remove description of unimplemented
8198 display related commands as variable objects perform this function
8199 and are superior: -display-delete, -display-disable,
8200 -display-enable, -display-insert and -display-list. Move
8201 -environment-cd, -environment-directory, -environment-path
8202 and -environment-pwd to "Program Context".
8203 (GDB/MI Program Control): Rename to "Program Execution". Move
8204 -exec-arguments -exec-abort to...
8205 (GDB/MI Program Context): ...here. New node split from "Data
8206 Manipulation".
8207
be2a5f71
DJ
82082006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8209
8210 * gdb.texinfo (Remote configuration): Document set / show
8211 remote supported-packets.
8212 (General Query Packets): Document qSupported packet.
8213
fc320d37
SL
82142006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8215
8216 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8217 and font markup.
8218 (Protocol basics): Likewise.
8219 (The F request packet): Likewise.
8220 (The F reply packet): Likewise.
8221 (Memory transfer): Move this node to be a subsubsection of
8222 "Protocol specific representation of datatypes".
8223 (The Ctrl-C message): More copy editing.
8224 (Console I/O): Likewise.
8225 (The isatty call): Delete this node, and merge its content into
8226 the "isatty" node. Fixed references elsewhere.
8227 (The system call): Delete this node, and merge its content into
8228 the "system" node. Fixed references elsewhere.
8229 (open): Reformat to use @table, and add appropriate font markup.
8230 (close): Likewise.
8231 (read): Likewise.
8232 (write): Likewise.
8233 (lseek): Likewise.
8234 (rename): Likewise.
8235 (unlink): Likewise.
8236 (stat/fstat): Likewise.
8237 (gettimeofday): Likewise.
8238 (isatty): Likewise.
8239 (system): Likewise, plus minor changes to fix confusing wording.
8240 (Integral datatypes): Fix font markup.
8241 (Pointer values): Likewise.
8242 (struct stat): Fix markup to use @table, plus minor copy editing.
8243 (struct timeval): Fix font markup, plus minor copy editing.
8244 (Constants): Minor copy editing.
8245 (Errno values): Add font markup.
8246 (File-I/O Examples): Likewise.
8247
158fdf5c
NR
82482006-06-10 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8251 (GDB/MI Simple Examples): Move node up one level. Use real
8252 examples.
8253 (GDB/MI Compatibility with CLI): Update.
8254 (GDB/MI Result Records): Add "connected" and "exit" result
8255 classes.
8256 (GDB/MI Stream Records): Clarify target output.
8257 (GDB/MI Command Description Format): Modify example description.
8258 (GDB/MI Breakpoint Table Commands): Rename to...
8259 (GDB/MI Breakpoint Commands): ...this
8260 (GDB/MI Breakpoint Commands): Add optional thread field.
8261 (GDB/MI Program Control): Add an introduction. Move "Program
8262 termination" examples into exec-run description.
8263 (GDB/MI File Commands): Mention similar CLI commands.
8264 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8265 is similar to "-gdb-version".
8266
ddb50cd7
EZ
82672006-06-09 Eli Zaretskii <eliz@gnu.org>
8268
8269 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8270
2aef0d6b
NR
82712006-06-02 Nick Roberts <nickrob@snap.net.nz>
8272
8273 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8274 sourceware.org for mailing lists.
d5e40d59 8275 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8276
383a5c52
NR
82772006-06-01 Nick Roberts <nickrob@snap.net.nz>
8278
d5e40d59 8279 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8280
e16b02ee
EZ
82812006-05-22 Eli Zaretskii <eliz@gnu.org>
8282
8283 * gdb.texinfo (Cygwin Native): Fix last change.
8284
be90c084
CF
82852006-05-22 Christopher Faylor <cgf@timesys.com>
8286
8287 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8288
347ceba5
NR
82892006-05-15 Nick Roberts <nickrob@snap.net.nz>
8290
8291 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8292 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8293
369af7bd
DJ
82942006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8295
8296 * gdb.texinfo (General Query Packets): Recommend not starting
8297 new packets with qC and clarify.
8298
2ffdbde8 82992006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8300
8301 * gdb.texinfo (M2 Types): New section.
72019c9c 8302
16d1a084
DJ
83032006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8304
8305 * agentexpr.texi: Add a copyright and license notice.
8306 * observer.texi: Likewise, with GPL clause for function prototypes.
8307 Remove trailing whitespace.
8308
aa56d27a
JB
83092006-05-05 Jim Blandy <jimb@codesourcery.com>
8310
8311 * gdb.texinfo (General Query Packets): Document conventions for
8312 terminating packet names, and their violations.
8313
5bdf8622
DJ
83142006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8315
8316 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8317 * gdb.texinfo: Likewise.
8318
605a56cb
DJ
83192006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8320
8321 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8322 and "show remotedebug".
8323 (Debugging Output): Add additional index entries.
8324
b8db102d
MS
83252006-04-27 Michael Snyder <msnyder@redhat.com>
8326
8327 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8328
c5e30d01
AC
83292006-04-22 Andrew Cagney <cagney@redhat.com>
8330
8331 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8332 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8333
8181d85f
DJ
83342006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8335
8336 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8337 and remove breakpoint prototypes.
8338 (Watchpoints): Move description of target_insert_hw_breakpoint and
8339 target_remove_hw_breakpoint ...
8340 (Breakpoints): ... to here. Document target_insert_breakpoint and
8341 target_remove_breakpoint.
8342
4f553f88
JB
83432006-04-17 Jim Blandy <jimb@codesourcery.com>
8344
8345 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8346 and C packets are optional.
8347
cd852561
FR
83482006-04-14 Frederic Riss <frederic.riss@st.com>
8349
8350 * gdb.texinfo (Specifying source directories): Update the description
8351 of the source file search to reflect the fact that the source path
8352 always contains at least $cdir and $cwd.
8353
b620eb07
MS
83542006-03-31 Michael Snyder <msnyder@redhat.com>
8355
8356 * gdb.texinfo: Update copyright dates.
8357
3156cdaf
EZ
83582006-03-31 Eli Zaretskii <eliz@gnu.org>
8359
8360 * gdb.texinfo (Overview): Add an index entry to "empty response".
8361
7d30c22d
JB
83622006-03-28 Jim Blandy <jimb@codesourcery.com>
8363
8364 * gdbint.texinfo (Prologue Analysis): New section.
8365
86941c27
JB
83662006-03-07 Jim Blandy <jimb@red-bean.com>
8367
66b8c7f6
JB
8368 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8369
1a10341b
JB
8370 * gdb.texinfo (Target Commands): Update text describing how to
8371 specify a target. Refer to the detailed section on remote
8372 debugging, not the brief mention.
8373
86941c27
JB
8374 * gdb.texinfo (Connecting): Organize the different 'target remote'
8375 connection methods into a table. Add a 'target remote' index
8376 entry. (!!!)
8377
62f3a2ba
FF
83782006-02-17 Fred Fish <fnf@specifix.com>
8379
8380 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8381 'ptype' commands to reflect the fact that the only significant
8382 difference between them is that ptype prints the complete type
8383 description instead of just the name.
8384
8b9a88ea
WZ
83852006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8386
8387 * gdbint.texinfo (Watchpoints): Delete
8388 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8389
7e8dc855
NR
83902006-02-10 Nick Roberts <nickrob@snap.net.nz>
8391
8392 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8393 times fields where needed. Fix typos. Update general form given
8394 for output of -break-insert.
8395 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8396
c91d38aa
DJ
83972006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8398
8399 * gdbint.texinfo (Symbol Handling): Add a section
8400 on memory management.
8401
38fcd64c
DJ
84022006-02-06 Vladimir Prus <ghost@cs.msu.su>
8403
8404 * gdb.texinfo (Breakpoint table commands): Document the fullname
8405 field in -break-list output.
8406
219eec71
EZ
84072006-02-03 Eli Zaretskii <eliz@gnu.org>
8408
8409 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8410 debugging information produced by the various "set debug..."
8411 options.
8412
ae5a43e0
DJ
84132006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.texinfo (Files): Remove obsolete bits from the description
8416 of "symbol-file".
8417
a9f158ec
JB
84182006-01-25 Jim Blandy <jimb@redhat.com>
8419
8420 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8421
410dd08e
JB
84222006-01-24 Jim Blandy <jimb@redhat.com>
8423
8424 * gdbint.texinfo (Frames): Document the basics of GDB's register
8425 unwinding model, and explain the existence of the "sentinel" frame.
8426
4b505b12
AS
84272006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8428
8429 * gdb.texinfo (Choosing files): Mention that -directory is used
8430 for script files.
8431 (Specifying source directories): Likewise.
8432 (Command files): Explain how script files are found.
8433
839c27b7
EZ
84342006-01-21 Eli Zaretskii <eliz@gnu.org>
8435
8436 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8437 the threads in a multi-threaded program.
8438 (Threads): The threadno argument of "thread apply" can be a range
8439 of numbers.
8440
7be93b9e
JB
84412006-01-18 Jim Blandy <jimb@redhat.com>
8442
8443 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8444 of warning flags.
8445
fcc73fe3
EZ
84462006-01-13 Eli Zaretskii <eliz@gnu.org>
8447
8448 * gdb.texinfo (Sequences): Improve menu annotations.
8449 (Define): Add index entries for arguments of user-defined
8450 commands. Move the description of flow-control commands...
8451 (Command Files): ...to here. Document loop_break and
8452 loop_continue.
ca91424e
EZ
8453 (Define, Command Files): Document `end' and add index entries for
8454 it.
fcc73fe3 8455
5c95884b
MS
84562006-01-04 Michael Snyder <msnyder@redhat.com>
8457
8458 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8459 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8460
860701dc
PH
84612006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8462
8463 * gdb.texinfo (Omissions from Ada): Document that there is now
8464 limited aggregate support.
8465
36b80e65
EZ
84662005-12-28 Eli Zaretskii <eliz@gnu.org>
8467
8468 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8469 registers and the likes.
8470
c1468174
EZ
84712005-12-24 Eli Zaretskii <eliz@gnu.org>
8472
8473 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8474 (Symbols): Fix usage of "e.g.".
359df76b 8475 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8476
8477 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8478 (Coding): Fix usage of "e.g.".
8479
c02a867d
EZ
84802005-12-23 Eli Zaretskii <eliz@gnu.org>
8481
5ae4183a
AS
8482 * stabs.texinfo:
8483 * refcard.tex:
c02a867d 8484 * gpl.texi:
5ae4183a
AS
8485 * gdbint.texinfo:
8486 * gdb.texinfo:
8487 * gdb-cfg.texi:
c02a867d 8488 * fdl.texi:
5ae4183a
AS
8489 * annotate.texinfo:
8490 * all-cfg.texi:
c02a867d
EZ
8491 * Makefile.in: Add (C) after Copyright. Update the FSF
8492 address.
8493
fad38dfa
EZ
84942005-12-03 Eli Zaretskii <eliz@gnu.org>
8495
8496 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8497 extend GDB with commands for external monitor.
8498
53e5f3cf
AS
84992005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8500
8501 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8502
55f6ca0f
JB
85032005-11-25 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8506
c1947b85
JB
85072005-11-21 Jim Blandy <jimb@redhat.com>
8508
8509 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8510 placement of 'R' actions in tracepoint action packets; document
8511 dependence of 'X' and 'M' actions on a preceding 'R' action for
8512 their registers.
8513
9d29849a
JB
85142005-11-19 Jim Blandy <jimb@redhat.com>
8515
8516 * gdb.texinfo (Tracepoint Packets): New node.
8517 (General Query Packets): Add entries for the tracepoint packets,
8518 referring to the "Tracepoint Packets" node.
8519 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8520
9a6253be
KB
85212005-11-18 Kevin Buettner <kevinb@redhat.com>
8522
8523 * gdb.texinfo (set remotebreak): Add anchor.
8524 (X packet): Likewise.
8525 (Remote Protocol): Add new section `Interrupts' and new index
8526 entry `interrupts (remote protocol)'.
8527
5f3bebba
JB
85282005-11-18 Jim Blandy <jimb@redhat.com>
8529
8530 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8531 entries into the General Query Packets section. Add a
8532 cross-reference to that section. Drop description of replies, as
8533 these are covered in the descriptions of each packet.
8534 (General Query Packets): Add introductory text. Explain naming
8535 conventions, and how the end of a name is recognized.
8536
9a7a1b36
KB
85372005-11-17 Kevin Buettner <kevinb@redhat.com>
8538
0564b6cf 8539 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8540 "set remotebreak" command.
8541
b8ff78ce
JB
85422005-11-16 Jim Blandy <jimb@redhat.com>
8543
8544 * gdb.texinfo (Packets, Stop Reply Packets)
8545 (General Query Packets): Various formatting cleanups.
8546 - Use @samp for packet contents.
8547 - Drop summaries from packet @item lines; the same information appears
8548 immediately below in the description.
8549 - Delete paragraph breaks after packet @item commands, so that the
8550 description appears directly to the right of the packet prototype
8551 in the printed manual, if it fits.
8552 - Place spaces in packet prototypes between @vars and non-@var
8553 letters, and explain that they're just for formatting.
8554 - Use @dots{} instead of '...'.
8555 - Fix uses of @code where @var was needed.
8556 - Replace "deprecated" markers with English text spelling out the
8557 packet's status and the preferred alternatives.
8558 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8559 what this ever meant.
8560 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8561 this for a long time.
8562 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8563 implemented several times, and have been in use for years.
8564
8ffe2530
JB
85652005-11-15 Jim Blandy <jimb@redhat.com>
8566
c43c5473
JB
8567 * gdb.texinfo (Packets): Add index entries for 'm' packet
8568 disclaimers.
5ae4183a 8569
fb031cdf
JB
8570 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8571 of stub when processing an 'm' packet.
8572
8ffe2530
JB
8573 * gdb.texinfo (Packets): Mention that packets beginning with
8574 letters are reserved once, at the top, instead of actually listing
8575 them all and saying "reserved".
8576
c03c782f
AS
85772005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8578
8579 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8580 Change @var{$arg0 to @code{$arg0.
8581
814e32d7
WZ
85822005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8583
8584 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8585
fa93a9d8
JB
85862005-11-12 Jim Blandy <jimb@redhat.com>
8587
8588 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8589 order. Remove extraneous 'z'.
8590
8a5a3c82
AS
85912005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8592
8593 * gdb.texinfo (Choosing files): Add --eval-command.
8594
4b0ad762
AS
85952005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8596
8597 * gdb.texinfo (Choosing modes): Add --return-child-result.
8598
8599
1a088d06
AS
86002005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8601
8602 * gdb.texinfo (Choosing modes): Add --batch-silent.
8603
656d5e12
EZ
86042005-10-28 Eli Zaretskii <eliz@gnu.org>
8605
8606 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8607 "The -var-update Command".
8608
3c9c013a
JB
86092005-10-03 Joel Brobecker <brobecker@adacore.com>
8610
8611 * gdb.texinfo (Print Settings): Add documentation for set/show
8612 print array-indexes.
8613
7ba3cf9c
DJ
86142005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8615
8616 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8617 6.2 and 6.3.
8618
a94ab193
EZ
86192005-08-27 Eli Zaretskii <eliz@gnu.org>
8620
8621 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8622 since 19-Jan-2004.
8623 (Files): Likewise.
ab1adacd
EZ
8624 (Variables, Symbols): Document the "<incomplete type>" message and
8625 its reasons.
a94ab193 8626
ca06016a
FF
86272005-08-01 Fred Fish <fnf@specifix.com>
8628
8629 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8630
cf58170d
NR
86312005-07-15 Nick Roberts <nickrob@snap.net.nz>
8632
8633 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8634 option for -var-list-children and -var-update.
8635 (GDB/MI Stack Manipulation): Simplify description of
8636 print-values option for -stack-list-locals.
8637 (GDB/MI Command Description Format): Clarify.
8638 (Mode Options): Spelling of superseded.
8639
38f1196a
BR
86402005-07-12 Bob Rossi <bob@brasko.net>
8641
8642 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8643 corresponding GDB command comment.
8644
3cb3b8df
BR
86452005-07-06 Bob Rossi <bob@brasko.net>
8646
8647 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8648 and -inferior-tty-show.
8649 (Input/Output): Document "set/show inferior-tty" and tty alias.
8650
10fac096
NW
86512005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8652
8653 * gdb.texinfo (Packets): Change description of 'D' packet to note
8654 that GDB does wait for a response.
8655
d1b6db76
NR
86562005-06-22 Nick Roberts <nickrob@snap.net.nz>
8657
8658 * gdb.texinfo (History) Rename "Command History".
8659 (Command History): Move node "Server Prefix" from section on
8660 Annotations here.
8661
29629dcf
NR
86622005-06-19 Nick Roberts <nickrob@snap.net.nz>
8663
8664 * gdb.texinfo (GDB/MI Stack Manipulation):
8665 Re-instate -stack-info-frame with example. Say that it gets
8666 info on selected frame, not current frame.
8667
397ca115
EZ
86682005-06-18 Eli Zaretskii <eliz@gnu.org>
8669
8670 * gdb.texinfo (Server): Clarify that `file' should be used before
8671 connecting to the server.
8672 (Files): Add an xref to the above description.
51274035
EZ
8673 (Output Formats): More detailed description of the `c' format.
8674 (Memory): List explicitly all the formats supported by `x'.
638ac427 8675 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8676 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8677 files. Add more indexing for solib-absolute-prefix and
8678 --with-sysroot.
76d17f34
EZ
8679 (Machine Code): Document possible problems with locations in
8680 shared libraries.
d416eeec
EZ
8681 (Backtrace): Document that free-standing environments do not need
8682 to have a `main' function.
397ca115 8683
74f6deaa
NR
86842005-06-18 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8687 -stack-info-frame.
8688
a9967aef
AC
86892005-06-07 Andrew Cagney <cagney@gnu.org>
8690
8691 * gdb.texinfo (Contributors): Note the original multi-arch
8692 contributors.
8693
e09f16f9
EZ
86942005-06-03 Eli Zaretskii <eliz@gnu.org>
8695
8696 * gdb.texinfo (Registers): Add index entries for the standard
8697 registers.
8698 (Frames): Add cross-reference from frame pointer description to
8699 the Registers node.
8700 (Annotations Overview): Fix the reference to GDB name.
8701
d87ba7ee
EZ
87022005-06-01 Eli Zaretskii <eliz@gnu.org>
8703
8704 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8705 can-use-hw-watchpoints.
8706
034dad6f
BR
87072005-05-28 Bob Rossi <bob@brasko.net>
8708
8709 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8710 the possible reasons why an exec async record would be returned to FE.
8711
ffed4509
AC
87122005-05-26 Andrew Cagney <cagney@gnu.org>
8713
8714 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8715 Andrew Cagney implemented the original GDB/MI.
8716
e22e55c9
OF
87172005-05-23 Orjan Friberg <orjanf@axis.com>
8718
8719 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8720 documentation. Add documentation for cris-mode.
8721
a78e13ce
EZ
87222005-05-20 Eli Zaretskii <eliz@gnu.org>
8723
8724 * gdb.texinfo (Numbers): Explain the example and make the wording
8725 more acurate.
8726
76ff342d
DJ
87272005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8728 Dennis Brueni <dennis@slickedit.com>
8729
8730 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8731 (GDB/MI Data Manipulation, GDB/MI Program Control)
8732 (GDB/MI Stack Manipulation): Update examples to include the fullname
8733 attribute in stack frames.
8734
119b882a
EZ
87352005-05-12 Eli Zaretskii <eliz@gnu.org>
8736
8737 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8738 do with other non-standard names of init files.
8739
6fc08d32
EZ
87402005-05-11 Eli Zaretskii <eliz@gnu.org>
8741
8742 * gdb.texinfo (Command Files): Move the description of the startup
8743 from here...
8744 (Startup): ...to this new subsection of the Invocation chapter.
8745 Rearrange the description of init files more logically and add a
8746 cross-reference to "Command Files". Document the special gdbinit
8747 name for CISCO 68k. Expand the description of what GDB does
8748 during startup.
8749 (History): Add index entry for HISTSIZE.
8750
a561754a
MK
87512005-05-02 Mark Kettenis <kettenis@gnu.org>
8752
8753 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8754
2eecc4ab
EZ
87552005-05-02 Eli Zaretskii <eliz@gnu.org>
8756
8757 * gdb.texinfo (SVR4 Process Information, The isatty call)
8758 (The system call): Don't use foo(N) notation for man pages and
8759 functions.
514c4d71 8760 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 8761
18999be5
EZ
87622005-04-27 Eli Zaretskii <eliz@gnu.org>
8763
8764 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8765 were optimized away.
8766
0abb7bc7
EZ
87672005-04-22 Eli Zaretskii <eliz@gnu.org>
8768
8769 * gdb.texinfo (Remote configuration): Document "set/show
8770 get-thread-local-storage-address". Add cross-reference to the
8771 description of the qGetTLSAddr packet.
8772 (General Query Packets): Mention "set remote
8773 get-thread-local-storage-address" and add a reference to its
8774 description.
8775
6f61acb1
NR
87762005-04-19 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * gdb.texinfo (Backtrace): Describe 'bt full'.
8779
9d59903a
NR
87802005-04-17 Nick Roberts <nickrob@snap.net.nz>
8781
8782 * gdb.texinfo (Mode Options): Fix typo.
8783 (GDB/MI): Describe how to invoke GDB/MI.
8784
721c2651
EZ
87852005-04-16 Eli Zaretskii <eliz@gnu.org>
8786
8787 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 8788 references changed. Add description of "info udot".
721c2651
EZ
8789 (Files): Document "set/show stop-on-solib-events".
8790 (M32R/D): Document "set/show download-path", "set/show
8791 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
8792 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8793 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
8794 (Maintenance Commands): Improve indexing.
8795 (Target Commands): Document "set/show hash", "set/show debug
8796 monitor".
8797 (SVR4 Process Information): Document "info pidlist" and "info
8798 meminfo". Document "set/show procfs-tarce" and "set/show
8799 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8800 (Symbols, The Print Command with Objective-C): Improve indexing.
8801 (Objective-C): Add references to "info classes" and "info
8802 selectors".
c45da7e6
EZ
8803 (Debugging Output): Improve wording. Document "set/show debug
8804 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
8805 (Set Breaks): Add index entry for "hardware breakpoints".
8806 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8807 and "set/show usehardbreakpoints".
8808 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8809 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
8810 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8811 rdiromatzero", "set/show rdiheartbeat".
8812 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8813 "sds".
8814 (Embedded Processors): Document the "sim" command.
8815 (Remote): Document the "remote" command.
8816 (DJGPP Native): Document the "info serial" command.
8817 (Threads): Document "maint info sol-threads".
8818 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8819 (Set Breaks): Improve indexing.
8820 (Command Syntax): Add a reference to dont-repeat.
8821 (Define): Document "dont-repeat".
8822 (TUI Commands): Document "tabset".
8823 (WinCE): New subsection. Document "set/show remotedirectory",
8824 "set/show remoteupload", "set/show remoteaddhost".
721c2651 8825
14d6dd68
EZ
88262005-04-15 Eli Zaretskii <eliz@gnu.org>
8827
8828 * gdb.texinfo (Hurd Native): New subsection, documents
8829 Hurd-specific commands.
a64548ea 8830 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 8831 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
8832 (MIPS): Improve documentation of heuristic-fence-post. Document
8833 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8834 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8835 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 8836 (ARM): Document ARM-specific commands.
a64548ea
EZ
8837 (AVR): New section. Document "info io_registers".
8838 (CRIS): New section. Document "set/show cris-version" and
8839 "set/show cris-dwarf2-cfi".
8840 (HPPA): New section. Document "set/show debug hppa" and "maint
8841 print unwind".
a5adf40f 8842 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 8843 (Super-H): New section. Document the "regs" command.
721c2651 8844 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 8845
9c16f35a
EZ
88462005-04-09 Eli Zaretskii <eliz@gnu.org>
8847
8848 * gdb.texinfo (Print Settings): Document "set/show print
8849 pascal_static-members", "set print repeats", "show print
8850 null-stop". Improve indexing. Fix documentation of "set print
8851 union".
8852 (Pascal): New section.
8853 (Supported languages): Rename from "Support"; all references
8854 updated. Add a menu item for Pascal.
8855 (Numbers): Document "set radix.
8856 (Screen Size): Document "set/show pagination".
8857 (MIPS Embedded): Remove "set processor" documentation.
8858 (Remote configuration): Document "set/show X/P/Z-packet",
8859 "set/show read-aux-vector-packet", "set/show remote
8860 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8861 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8862 remotedebug", "set/show remotebreak", "set/show remotedevice",
8863 "set/show remotelogfile".
8864 (Auxiliary Vector): Add reference to the description of the
8865 read-aux-vector-packet setting.
8866 (Set Watchpoints): Add a cross-reference to "set remote
8867 hardware-breakpoint-limit".
8868 (General Query Packets): Add indexing of requests and
8869 cross-references to related commands in "Remote configuration".
8870 (File-I/O Overview, The system call): Fix wording and typos.
8871 (Thread Stops): Add index entries.
8872 (Continuing and Stepping): Document "show step-mode".
8873 (i386): New node. Document "set/show struct-convention".
8874 (Files): Document "show trust-readonly-sections".
8875 (Calling): Document "set/show unwindonsignal".
8876 (Messages/Warnings): Add index entries.
8877 (Maintenance Commands): Document "set/show watchdog".
8878 (Annotations Overview): Document "show annotate".
8879 (Set Watchpoints): Add index entries.
8880 (Symbols): Fix doc of case-sensitive.
8881 (ABI): Document "show coerce-float-to-double".
8882 (Convenience Vars, Help): Improve indexing.
8883 (Machine Code): Document "show disassembly-flavor".
8884 (Debugging C plus plus): Document "show overload-resolution".
8885 (Value History, Signaling): Add index entries.
8886
88872005-04-08 Eli Zaretskii <eliz@gnu.org>
8888
8889 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8890 (Processes): Fix wording.
8891 (History, List, Logging output, Define, Symbols, Print Settings):
8892 Improve indexing.
8893
a8f24a35
EZ
88942005-04-03 Eli Zaretskii <eliz@gnu.org>
8895
8896 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8897 redundant index entry for "target" command.
8898 (Backtrace): Add index entries.
8899 (Symbols, Fortran): Document the "set case-sensitive" command.
8900 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8901 (Print Settings): Add index entry for "set demangle-style".
8902 (Target Commands): Document "set download-write-size".
8903 (Debugging Output): Document "set exec-done-display".
8904
09d4efe1
EZ
89052005-04-02 Eli Zaretskii <eliz@gnu.org>
8906
8907 * gdb.texinfo (Files): Fix the name and documentation of
8908 add-shared-symbol-files. Document its alias assf. Update the
8909 list of OSs where GDB supports shared libraries. Fix markup.
8910 (Continuing and Stepping): Add reference to @var{location} in the
8911 text.
8912 (Dump/Restore Files): Fix reference to @{filename}.
8913 (Help): Fix wording.
8914 (Attach): Ditto.
8915 (Set Watchpoints): Ditto.
8916 (Backtrace): Remove redundant index entries. Improve index
8917 entries.
8918 (Delete Breaks): Fix wording.
8919 (Memory): Document the compare-sections command.
8920 (Memory Region Attributes): Improve wording.
8921 (Disabling): Improve wording.
8922 (Fortran): New subsection. Document the "info common" command.
8923 (Help): Document aliases "info copying" and "info warranty".
8924 (Caching Remote Data): New section. Document the "set/show
8925 remotecache" and "info dcache" commands.
8926 (Show): Fix wording of the documentation of the "set
8927 extension-language" command.
8928 (Signals): Add index entry for "info handle".
8929 (Memory Region Attributes): Fix punctuation.
8930 (Symbols): Change the arg name to "location" and refer to it in
8931 the text. Fix wording of "info types" doc.
8932 (Threads): Fix usage of @enumerate @item's.
8933 (Listing Tracepoints): Add index entry for "info tp".
8934 (Set Watchpoints): Add xref to "info break" description.
8935 (Macros): Add an index entry for "macro exp1". Document the
8936 "macro list" command.
8937 (Maintenance Commands): Document "flushregs", "maint agent",
8938 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8939 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8940 "maint print architecture", "maint print objfiles", "maint print
8941 statistics", "maint print type", "maint show-debug-regs", "maint
8942 space", "maint time", and "maint translate-address".
8943 (Connecting): Document the "monitor" command.
8944 (Annotations Overview): Describe the "set annotate" command.
8945
82f2d802
EZ
89462005-04-01 Eli Zaretskii <eliz@gnu.org>
8947
8948 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8949 Rearrange index entries and improve wording about support for
8950 hardware watchpoints.
8951
7d51c7de
BR
89522005-03-10 Bob Rossi <bob@brasko.net>
8953
8954 * gdb.texinfo: Update copyright
8955
68c71a2e
TR
89562005-02-09 Theodore A. Roth <troth@openavr.org>
8957
8958 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8959 error.
8960
83761cbd
KB
89612005-02-03 Kevin Buettner <kevinb@redhat.com>
8962
8963 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8964
9f1c6395
MS
89652005-01-17 Michael Snyder <msnyder@redhat.com>
8966
8967 * gdb.texinfo: Fix spelling, infinte -> infinite.
8968
fbd1b305
MK
89692005-01-08 Mark Kettenis <kettenis@gnu.org>
8970
8971 * observer.texi (GDB Observers): Document "solib_loaded".
8972
3ace7edb
AC
89732005-01-07 Andrew Cagney <cagney@gnu.org>
8974
bec39cab
AC
8975 * configure.ac: Rename configure.in, require autoconf 2.59.
8976 * configure: Re-generate.
8977
3ace7edb
AC
8978 * configure.in: Replace configdirs with multiple references to
8979 AC_CONFIG_SUBDIRS.
8980 * configure: Re-generate.
5ae4183a 8981
53531fc1
AC
89822005-01-04 Andrew Cagney <cagney@gnu.org>
8983
8984 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8985 part of the version number.
8986
536ffdb7
MK
89872004-12-24 Mark Kettenis <kettenis@gnu.org>
8988
8989 * gdbint.texinfo (Algorithms): Remove description of
8990 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8991
e1aac25b
JB
89922004-12-07 Jim Blandy <jimb@redhat.com>
8993
8994 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8995 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8996 numbers.
8997
f47b1503
AS
89982004-12-07 Andreas Schwab <schwab@suse.de>
8999
9000 * gdb.texinfo (Mode Options): Document -l option.
9001
b6b8ece6
EZ
90022004-12-04 Eli Zaretskii <eliz@gnu.org>
9003
9004 * gdbint.texinfo (Algorithms): More accurate description of
9005 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9006 is not needed unless data-read and data-access watchpoints are
9007 supported. Add a description of how GDB checks whether the
9008 inferior stopped because a watchpoint was hit.
9009
01371747
EZ
90102004-11-23 Eli Zaretskii <eliz@gnu.org>
9011
9012 * gdb.texinfo (Files): Add cross-reference to description of
9013 -readnow command-line switch.
9014
2315ffec
RC
90152004-11-10 Randolph Chung <tausq@debian.org>
9016
9017 * gdb.texinfo: Document set/show backtrace past-entry commands.
9018 Rearrange index entries for set/show backtrace past-main.
9019
69065f5d
AC
90202004-11-10 Jon Beniston <jon@beniston.com>
9021
9022 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9023 * gdb.texinfo (Remote Serial Protocol): Further describe
9024 binary transfer escaping mechanism .
69065f5d 9025
30e91e0b
RC
90262004-11-08 Randolph Chung <tausq@debian.org>
9027
9028 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9029 and "show debug infrun". Add index entries.
9030
60bf7e09
EZ
90312004-10-23 Eli Zaretskii <eliz@gnu.org>
9032
9033 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9034 "info proc" that are already implemented. Add index entries.
9035 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9036 (Files): Add a tip for decreasing memory used for symtabs from
9037 shared libraries.
f018e82f
EZ
9038 (Starting): Fix whitespace; make "elaboration" stand out where it
9039 is first used, and add an index entry for the term.
f8568604
EZ
9040 (Calling): Expand and elaborate text. Add "print". Add the
9041 description of problems with weak aliases.
384ee23f 9042 (Core File Generation): New section.
60bf7e09 9043
d52fe014
AC
90442004-10-12 Andrew Cagney <cagney@gnu.org>
9045
9046 * gdbint.texinfo (Versions and Branches): New chapter.
9047 (Releasing GDB): Delete "Versions and Branches" section.
9048 (Top): Add "Versions and Branches".
9049
703663ab
EZ
90502004-10-08 Eli Zaretskii <eliz@gnu.org>
9051
9052 * gdb.texinfo (Editing, History): Add cross-references to the
9053 included Readline and History user documentation. Remove
9054 references to the symbol have-readline-appendices which is unused
9055 and undefined.
9056 (History): Fix indexing.
9057
ac77d04f
JJ
90582004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9059
9060 * gdbint.texinfo (target_stopped_data_address): Update to
9061 new prototype.
9062 (i386_stopped_data_address): Update prototype and description.
9063 (i386_stopped_by_watchpoint): New function and description.
9064
e07c999f
PH
90652004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9066
9067 * gdb.texinfo (Filenames): Add Ada suffixes.
9068 (Ada) New section.
9069
2e868123
AC
90702004-09-27 Andrew Cagney <cagney@gnu.org>
9071 Robert Picco <Robert.Picco@hp.com>
9072
9073 * gdb.texinfo (Packets): Document the "p" packet.
9074
02a57714
JM
90752004-09-21 Jason Molenda (jmolenda@apple.com)
9076
9077 * gdb.texinfo (Paths and Names of the Source Files): Document the
9078 meaning of values in the 'desc' field of a SO stab.
9079
ae038cb0
DJ
90802004-09-20 Daniel Jacobowitz <dan@debian.org>
9081
9082 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9083 max-cache-age" and "maint show dwarf2 max-cache-age".
9084
f7dc1244
EZ
90852004-09-16 Eli Zaretskii <eliz@gnu.org>
9086
9087 * gdb.texinfo (Set Breaks): Add index entry for setting
9088 breakpoints on overloaded C++ functions that are not members of
9089 any classes. Add an example and an index entry for setting
9090 breakpoints on all program functions.
9091 (Character Sets, Macros, Overlay Commands)
9092 (Non-debug DLL symbols, GDB/MI Output Syntax)
9093 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9094 Use "(@value{GDBP})" instead of a literal "(gdb)".
9095
f810308b
AC
90962004-09-12 Andrew Cagney <cagney@gnu.org>
9097
9098 * gdbint.texinfo (Native Debugging): Delete description of
9099 FILES_INFO_HOOK.
9100
15a661f3
PH
91012004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9102
5ae4183a
AS
9103 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9104 to hex_string_custom (not historically correct, but more
15a661f3
PH
9105 understandable, given the current code).
9106
f3219c75
AC
91072004-09-03 Andrew Cagney <cagney@gnu.org>
9108
9109 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9110
f3bb6704
JJ
91112004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9112
9113 * observer.texi (solib_unloaded): New observer.
9114
8d2c00cb
AC
91152004-08-24 Andrew Cagney <cagney@gnu.org>
9116
9117 * gdbint.texinfo (Target Architecture Definition): Add missing
9118 comma.
9119
e7dc800a
MC
91202004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9121
9122 * (Using the Testsuite): build != host is supported,
9123 but some test scripts do not support build != host.
9124
73b03683
MK
91252004-08-14 Mark Kettenis <kettenis@gnu.org>
9126
9127 * gdbint.texinfo (Host Definition): Delete description of
9128 FCLOSE_PROVIDED and GETENV_PROVIDED.
9129
c0ccb908
MK
91302004-08-05 Mark Kettenis <kettenis@chello.nl>
9131
9132 * gdbint.texinfo (Host Definition): Delete description of
9133 NO_SYS_FILE.
9134 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9135 PTRACE_FP_BUG.
9136
9c8dbfa9
AC
91372004-08-05 Andrew Cagney <cagney@gnu.org>
9138
9139 * gdbint.texinfo (Target Architecture Definition): Delete
9140 reference to deprecated_read_fp.
9141
f42accbe
AC
91422004-08-02 Andrew Cagney <cagney@gnu.org>
9143
9144 * gdbint.texinfo (Target Architecture Definition): Delete
9145 description of DEPRECATED_REGISTER_BYTES.
9146
0b66e38c
EZ
91472004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9148
9149 * gdb.texinfo (Source Path): Document the new behavior of
9150 searching for the source files.
9151
15387254
EZ
91522004-07-17 Eli Zaretskii <eliz@gnu.org>
9153
9154 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9155 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9156 (Auto Display): Improve indexing.
9157
2c07db7a
AC
91582004-07-16 Andrew Cagney <cagney@gnu.org>
9159
9160 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9161 "-noasync".
9162
4644b6e3
EZ
91632004-07-09 Eli Zaretskii <eliz@gnu.org>
9164
9165 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9166 have the same prefix have only their prefix in the index.
9167
7561d450
MK
91682004-07-03 Mark Kettenis <kettenis@gnu.org>
9169
9170 * gdb.texinfo (BSD libkvm Interface): New node (section)
9171 (Native): Add it to the menu.
9172
67bebe79
MK
91732004-07-01 Mark Kettenis <kettenis@gnu.org>
9174
9175 * gdbint.texinfo (Target Architecture Definition): Remove
9176 PCC_SOL_BROKEN.
9177
1a6923e0
MK
91782004-06-24 Mark Kettenis <kettenis@gnu.org>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Remove
9181 SUN_FIXED_LBRAC_BUG.
9182
b435e160
AC
91832004-06-26 Andrew Cagney <cagney@gnu.org>
9184
9185 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9186
b5622e8d
AC
91872004-06-20 Andrew Cagney <cagney@gnu.org>
9188
9189 * gdbint.texinfo (Target Architecture Definition): Deprecate
9190 USE_STRUCT_CONVENTION.
9191
e0c07bf0
MC
91922004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9193
9194 gdb.texinfo (Bug Reporting): Mention session recording,
9195 with the script command or Emacs.
9196
782263ab
AC
91972004-06-18 Andrew Cagney <cagney@gnu.org>
9198
9199 * gdbint.texinfo (Target Architecture Definition): Deprecate
9200 FUNCTION_START_OFFSET.
9201
03727ca6
AC
92022004-06-14 Andrew Cagney <cagney@gnu.org>
9203
9204 Based on changes from Karl Berry.
9205 * gdb.texinfo: Do not use @sc in a direntry.
9206 * stabs.texinfo: Change @dircateogry to "Software development".
9207 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9208
97092415
AC
92092004-06-13 Andrew Cagney <cagney@gnu.org>
9210
9211 * gdbint.texinfo (Target Architecture Definition): Delete
9212 description of RETURN_VALUE_ON_STACK.
9213
1f6d4158
AC
92142004-06-09 Andrew Cagney <cagney@gnu.org>
9215
9216 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9217 deleted by previous patch.
9218
d966f0cb
AC
92192004-06-08 Andrew Cagney <cagney@gnu.org>
9220
9221 * gdbint.texinfo (Native Debugging): Delete documentation on
9222 ATTACH_DETACH.
9223
86fe4aaa
RC
92242004-06-06 Randolph Chung <tausq@debian.org>
9225
9226 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9227
d4b6d575
RC
92282004-06-06 Randolph Chung <tausq@debian.org>
9229
5ae4183a 9230 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9231 the new push_dummy_call method signature. Describe the function
9232 argument.
9233
4e8b0763
JB
92342004-05-24 Joel Brobecker <brobecker@gnat.com>
9235
9236 * gdb.texinfo (Starting): Document new start command.
9237
59caf092
AC
92382004-05-21 Andrew Cagney <cagney@redhat.com>
9239
9240 * observer.texi (GDB Observers): Document "inferior_created".
9241
e4a2df64
AC
92422004-05-08 Andrew Cagney <cagney@redhat.com>
9243
e6b55ae2
AC
9244 * gdbint.texinfo (Target Architecture Definition): Delete
9245 description of DO_DEFERRED_STORES.
9246
28954179
AC
9247 * gdbint.texinfo (Target Architecture Definition): Delete
9248 references to DEPRECATED_FIX_CALL_DUMMY.
9249
434b87dd
AC
9250 * gdbint.texinfo (Target Architecture Definition): Delete
9251 description of DEPRECATED_CALL_DUMMY_WORDS,
9252 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9253
58d28df8
AC
9254 * gdbint.texinfo (Target Architecture Definition): Delete
9255 description of DEPRECATED_PUSH_DUMMY_FRAME.
9256
e4a2df64
AC
9257 * gdbint.texinfo (Target Architecture Definition): Delete
9258 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9259
2b4855ab
AC
92602004-05-07 Andrew Cagney <cagney@redhat.com>
9261
9262 * observer.texi (GDB Observers): Add "Debugging" section. Include
9263 cross reference to "set/show debug observer".
9264 * gdb.texinfo (Debugging Output): Document "set/show debug
9265 observer".
9266
fcf70625
AC
92672004-05-01 Andrew Cagney <cagney@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Delete
9270 description of DEPRECATED_PC_IN_SIGTRAMP.
9271
8ee56bcf
AC
92722004-04-30 Andrew Cagney <cagney@redhat.com>
9273
9274 * gdbint.texinfo (Target Architecture Definition): Delete
9275 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9276
67ab9a76
OF
92772004-04-30 Orjan Friberg <orjanf@axis.com>
9278
9279 * observer.texi (GDB Observers): Correct spelling.
9280
79346bcb
OF
92812004-04-26 Orjan Friberg <orjanf@axis.com>
9282
9283 * observer.texi (GDB Observers): Add target_changed event.
9284
7a464420
AC
92852004-04-08 Andrew Cagney <cagney@redhat.com>
9286
9287 * observer.texi (GDB Observers): Rework, provide generic observer
9288 definitions and then a list of observable events.
9289
6cdf9d98
AC
92902004-04-04 Andrew Cagney <cagney@redhat.com>
9291
9292 * gdbint.texinfo (Host Definition): Delete reference to
9293 NO_SIGINTERRUPT.
9294
ddc135a4
AC
92952004-04-02 Andrew Cagney <cagney@redhat.com>
9296
9297 * gdbint.texinfo (Target Architecture Definition): Delete
9298 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9299
6a1b180d
SC
93002004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9301
9302 * gdb.texinfo (TUI Commands): Document tui reg commands.
9303
d0d5df6f
AC
93042004-03-26 Andrew Cagney <cagney@redhat.com>
9305
9306 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9307 "gdbtui".
9308 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9309 (Contributors): Mention both Text and Terminal User Interface.
9310
aa2a3f87
AC
93112004-03-23 Andrew Cagney <cagney@redhat.com>
9312
9313 * gdbint.texinfo (Target Architecture Definition): Deprecate
9314 references to SIGTRAMP_START and SIGTRAMP_END.
9315
f561f026
AC
93162004-03-23 Andrew Cagney <cagney@redhat.com>
9317
9318 * gdbint.texinfo (Target Architecture Definition): Deprecate
9319 references to PC_IN_SIGTRAMP.
9320
33cb8b0f
AC
93212004-03-19 Andrew Cagney <cagney@redhat.com>
9322
9323 * gdbint.texinfo (Target Architecture Definition): Delete
9324 reference to GDB_TARGET_IS_HPPA.
9325
fc989b7a
AC
93262004-03-18 Andrew Cagney <cagney@redhat.com>
9327
9328 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9329 describe pre_init and post_init.
9330
701b08bb
DJ
93312004-03-09 Daniel Jacobowitz <drow@mvista.com>
9332
9333 * gdb.texinfo (Debugging Output): Document values for "set debug
9334 target".
9335
faae5abe
AC
93362004-02-28 Andrew Cagney <cagney@redhat.com>
9337
9338 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9339
dd79a6cf
JJ
93402004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9341
9342 * gdb.texinfo (breakpoints): Add information about the
9343 new "set breakpoint pending" and "show breakpoint pending"
9344 commands.
9345
e7f16015
AC
93462004-02-26 Andrew Cagney <cagney@redhat.com>
9347
9348 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9349 in Per-architecture module data section.
9350
7161a3a6
RM
93512004-02-25 Roland McGrath <roland@redhat.com>
9352
9353 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9354
2154891a
AC
93552004-02-24 Andrew Cagney <cagney@redhat.com>
9356
9357 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9358 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9359 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9360
6c74ac8b
AC
93612004-02-17 Andrew Cagney <cagney@redhat.com>
9362
9363 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9364
19772a2c
AC
93652004-02-16 Andrew Cagney <cagney@redhat.com>
9366
9367 * gdbint.texinfo (Target Architecture Definition): Deprecate
9368 FRAMELESS_FUNCTION_INVOCATION.
9369
c9830293
AC
93702004-02-16 Andrew Cagney <cagney@redhat.com>
9371
9372 * gdbint.texinfo (Coding): Mention -Wunused-function.
9373
b9d26eb9
AC
93742004-02-14 Andrew Cagney <cagney@redhat.com>
9375
9376 * gdbint.texinfo (Target Architecture Definition): Delete
9377 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9378
49efadf5
EZ
93792004-02-12 Elena Zannoni <ezannoni@redhat.com>
9380
9381 * gdb.texinfo: Properly quote the name "C++".
9382 * gdbint.texinfo: Ditto.
9383 * stabs.texinfo: Ditto.
9384
1eb288ea
EZ
93852004-02-11 Elena Zannoni <ezannoni@redhat.com>
9386
9387 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9388 minimal information about libiberty.
9389
e4937fc1
MC
93902004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9391
9392 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9393
a9331b3f
RM
93942004-02-04 Roland McGrath <roland@redhat.com>
9395
9396 * gdb.texinfo (Auxiliary Vector): New node (section).
9397 (Data): Add it to the menu.
9398
2650777c
JJ
93992004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9400
9401 * gdb.texinfo (Breakpoints): Add information about pending
9402 breakpoint support.
9403
b4501125
AC
94042004-01-26 Andrew Cagney <cagney@redhat.com>
9405
9406 * gdb.texinfo (Overview): Delete references to the cisco protocol
9407 including the "N" response.
9408
74055713
AC
94092004-01-26 Andrew Cagney <cagney@redhat.com>
9410
9411 * gdbint.texinfo (Target Architecture Definition): Rename
9412 EXTRACT_STRUCT_VALUE_ADDRESS to
9413 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9414
3bbe9696
EZ
94152004-01-24 Eli Zaretskii <eliz@gnu.org>
9416
9417 * gdb.texinfo (KOD): Document "show os". Add index entries for
9418 "set/show os" and "info cisco" commands.
9419
5843504f
EZ
94202004-01-21 Eli Zaretskii <eliz@gnu.org>
9421
9422 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9423
9175c9a3
MC
94242004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9425
9426 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9427 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9428
8e94b928
NR
94292004-01-19 Nick Roberts <nick@nick.uklinux.net>
9430
9431 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9432 -stack-list-locals.
9433 (GDB/MI Variable Objects): Describe extension to
9434 -var-list-children.
9435
a20cf136
DJ
94362004-01-17 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9439
afb18d0f
AC
94402004-01-17 Andrew Cagney <cagney@redhat.com>
9441
9442 * gdbint.texinfo (Target Architecture Definition): Delete
9443 documentation on DEPRECATED_NPC_REGNUM.
9444
b51970ac
DJ
94452004-01-13 Daniel Jacobowitz <drow@mvista.com>
9446
9447 * gdb.texinfo: Update copyright year. Mention that set
9448 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9449 "set follow-fork-mode ask".
9450
0f0cffd2
AC
94512004-01-13 Andrew Cagney <cagney@redhat.com>
9452
9453 * gdbint.texinfo: Update copyright year.
9454 (Coding): Add -Wunused-label to list of -Werror warnings.
9455
c552b3bb 94562004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9457 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9458
9459 * gdb.texinfo: Update copyright.
9460 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9461 around names, as appropriate. Minor syntax cleanup of
9462 _NSPrintForDebugger explanation. Two spaces after periods.
9463 GDBN used instead of lit. "gdb". Index entries added for
9464 print-object and _NSPrintForDebugger. @noindent added in one spot.
9465
afe157ca
EZ
94662003-11-11 Elena Zannoni <ezannoni@redhat.com>
9467
9468 * stabs.texinfo: Add dircategory and direntry commands.
9469 * annotate.texinfo: Ditto.
9470
963e2bb7
AC
94712003-11-10 Andrew Cagney <cagney@redhat.com>
9472
9473 * gdbint.texinfo (Target Architecture Definition): Replace the
9474 return_value method's "inval" and "outval" parameters with
9475 "readbuf" and "writebuf".
9476
1d8b2f28
JB
94772003-10-28 Jim Blandy <jimb@redhat.com>
9478
9479 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9480 from "The `F' request packet" and "The `F' reply packet", to make
9481 texi2dvi happy.
9482 (File-I/O remote protocol extension): Update menu entries, too.
9483
36d86913
MC
94842003-10-26 Michael Chastain <mec@shout.net>
9485
9486 * gdb.texinfo (Thread Stops): Document the issue with
9487 premature return from system calls in multi-threaded programs.
9488
ce2826aa
AC
94892003-10-24 Andrew Cagney <cagney@redhat.com>
9490
9491 * annotate.texinfo: Fix "fortunatly"[sic].
9492
f24c5e49
KI
94932003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9494
9495 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9496 with "Hitachi" and "Mitsubishi".
9497
92ad9cd9
AC
94982003-10-20 Andrew Cagney <cagney@redhat.com>
9499
9500 * gdbint.texinfo (Target Architecture Definition): Document
9501 gdbarch_return_value. Add cross references from
9502 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9503 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9504
0ab4b752
MK
95052003-10-18 Mark Kettenis <kettenis@gnu.org>
9506
9507 * gdbint.texinfo (Target Architecture Definition): Document
9508 regset_from_core_section.
fb3e19c0
KI
9509
95102003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9511
9512 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9513
a9331b3f 95142003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9515
9516 From Anthony Green <green@redhat.com>:
5ae4183a 9517 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9518
1485d690
KB
95192003-10-14 Kevin Buettner <kevinb@redhat.com>
9520
889bf7c5
PA
9521 * gdb.texinfo (Breakpoint related warnings): New node.
9522 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9523
86d30acc
DJ
95242003-10-13 Daniel Jacobowitz <drow@mvista.com>
9525
9526 * gdb.texinfo (Remote Protocol): Document v and vCont.
9527
172c2a43
KI
95282003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9529
9530 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9531 * gdbint.texinfo: Ditto.
9532
71952f4c
AC
95332003-10-09 Andrew Cagney <cagney@redhat.com>
9534
9535 From 2003-09-18 David Anderson <davea@sgi.com>:
9536 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9537 "command".
9538
268e2188
AC
95392003-10-03 Andrew Cagney <cagney@redhat.com>
9540
9541 * gdbint.texinfo (Target Architecture Definition): Deprecate
9542 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9543 just target.
9544
12c266ea 95452003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9546
f30992d4 9547 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9548 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9549 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9550 * gdbint.texinfo (Target Architecture Definition): Rename
9551
95522003-09-30 Andrew Cagney <cagney@redhat.com>
9553
f30992d4 9554 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9555 (Target Architecture Definition):
f30992d4 9556
2e092625
AC
9557 * gdbint.texinfo (Target Architecture Definition): Rename
9558 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9559
0717ae8a
AC
95602003-09-29 Andrew Cagney <cagney@redhat.com>
9561
dad809b7
AC
9562 * gdbint.texinfo (Target Architecture Definition): Delete
9563 documentation for NEED_TEXT_START_END.
9564
0717ae8a
AC
9565 * gdbint.texinfo (Target Architecture Definition): Rename
9566 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9567 TARGET_WRITE_PC.
a9331b3f 9568
af6cf26d
MC
95692003-09-22 Michael Chastain <mec@shout.net>
9570
9571 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9572
ee206350
AG
95732003-09-21 Anthony Green <green@redhat.com>
9574
9575 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9576
a38c9fe6
MK
95772003-09-21 Mark Kettenis <kettenis@gnu.org>
9578
9579 * gdbint.texinfo (Target Architecture Definition): Document
9580 stabs_argument_has_addr.
9581
77949794
AC
95822003-09-18 Andrew Cagney <cagney@redhat.com>
9583
9584 * gdbint.texinfo (Target Architecture Definition): Delete
9585 documentation on REGISTER_NAMES.
9586
8e823e25
MK
95872003-09-13 Mark Kettenis <kettenis@gnu.org>
9588
9589 * gdbint.texinfo (Target Architecture Definition): Replace
9590 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9591
f27dd7fd
AC
95922003-09-11 Andrew Cagney <cagney@redhat.com>
9593
9594 * gdbint.texinfo (Target Architecture Definition): Replace
9595 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9596
8b148df9
AC
95972003-08-18 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Document
9600 "frame_red_zone_size".
9601
25d29d70
AC
96022003-08-09 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9605 with "set/show backtrace past-main" and "set/show backtrace
9606 limit".
9607
c938e9b0
L
96082003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9609
9610 * Makefile.in (install-info): Support DESTDIR.
9611 (install-html): Likewise.
9612
64fabec2
AC
96132003-08-07 Andrew Cagney <cagney@redhat.com>
9614
9615 Patch from Nick Roberts.
9616 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9617 bindings. Remove description of send-gdb-command.
9618
2fcf52f0
AC
96192003-08-07 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9622 GDB 6.0.
9623
086432e2
AC
96242003-08-06 Andrew Cagney <cagney@redhat.com>
9625
9626 * gdb.texinfo (Mode Options): Mention that level three is the
9627 highest available and that level 2 is deprecated.
9628 (Annotations Overview): Mention annotation levels. Cross reference
9629 to "Limitations of the Annotation Interface" in annotate.texi.
9630 (TODO, Value Annotations, Frame Annotations): Delete section.
9631 (Displays, Breakpoint Info): Delete.
9632
e5249f67
AC
96332003-08-04 Andrew Cagney <cagney@redhat.com>
9634
9635 * agentexpr.texi: Delete @bye.
9636 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9637 (stabs.info): Add $(srcdir) to include search path.
9638 (html): Depend on "annotate_toc.html", and not "annotate.html".
9639 * stabs.texinfo: Ditto. Include "fdl.texi".
9640 * gdbint.texinfo: Update copyright statement's list of invariant
9641 sections.
9642
e6f672d2
AC
96432003-07-28 Andrew Cagney <cagney@redhat.com>
9644
9645 * Makefile.in (INFO_DEPS): Add annotate.info.
9646 (dvi, ps, html, pdf): Add annotate.
9647 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9648 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9649 (ANNOTATE_DOC_FILES): New macro.
9650 (ANNOTATE_TEX_TMPS): New macro.
9651 (annotate.info, annotate_toc.html): Specify dependencies.
9652 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9653 * annotate.texinfo: Rename annotate.texi. Get building. Add
9654 "Migrating to GDB/MI" and "Limitations of the Annotation
9655 Interface" chapters. Mention why it is not part of the user
9656 guide. Update copyright notice. Include "fdl.texi".
9657
72ffddc9
SC
96582003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9659
9660 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9661
a9f12a31
DJ
96622003-07-24 Daniel Jacobowitz <drow@mvista.com>
9663
9664 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9665
b1fe9455
DJ
96662003-07-24 Daniel Jacobowitz <drow@mvista.com>
9667
9668 * gdb.texinfo (Server): Mention pidof.
9669
153721e6
AC
96702003-07-22 Andrew Cagney <cagney@redhat.com>
9671
9672 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9673 list.
9674
0fac0b41
DJ
96752003-06-28 Daniel Jacobowitz <drow@mvista.com>
9676
9677 * gdb.texinfo (Logging output): New chapter.
9678
4e562065
JB
96792003-06-24 Joel Brobecker <brobecker@gnat.com>
9680
9681 * gdb.texinfo (Unsupported languages): New section.
9682 (Languages): Add link to new section.
9683
f2c06f52
AC
96842003-06-22 Andrew Cagney <cagney@redhat.com>
9685
9686 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9687
b4177fca
DJ
96882003-06-22 Daniel Jacobowitz <drow@mvista.com>
9689
9690 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9691
f418dd93
DJ
96922003-06-22 Daniel Jacobowitz <drow@mvista.com>
9693
9694 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9695 * agentexpr.texi: Retitle section, and change it to an appendix.
9696 Comment out texinfo initialization. Factor a @var{} into two
9697 pieces to prevent makeinfo warnings.
9698 * gdb.texinfo: Add Agent Expressions appendix.
9699
4ca61388
DJ
97002003-06-19 Daniel Jacobowitz <drow@mvista.com>
9701
9702 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9703
07f31aa6
DJ
97042003-06-18 Daniel Jacobowitz <drow@mvista.com>
9705
5ae4183a 9706 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9707 remote target". Document the "detach" and "disconnect" commands.
9708 (Server, Netware, Debug Session): Reference "Connecting to a
9709 remote target".
9710 (GDB/MI Target Manipulation): Document "-target-disconnect".
9711
2dd0da42
AC
97122003-06-13 Andrew Cagney <cagney@redhat.com>
9713
9714 * gdbint.texinfo (Target Architecture Definition): Deprecate
9715 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9716 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9717
e7a3abfc
JB
97182003-06-09 Jim Blandy <jimb@redhat.com>
9719
9720 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9721
25e3a86b
AC
97222003-06-08 Andrew Cagney <cagney@redhat.com>
9723
9724 * gdbint.texinfo (Target Architecture Definition): Delete
9725 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9726
a9e5fdc2
AC
97272003-06-08 Andrew Cagney <cagney@redhat.com>
9728
9729 * gdbint.texinfo (Target Architecture Definition): Document
9730 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9731
b37303ee
AF
97322003-06-07 Adam Fedor <fedor@gnu.org>
9733
9734 * gdb.texinfo: Add Objective-C documentation.
9735
39fe6e80
AC
97362003-06-01 Andrew Cagney <cagney@redhat.com>
9737
9738 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9739 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9740
125309b2
AC
97412003-05-21 Andrew Cagney <cagney@redhat.com>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Delete
9744 references to "extract_address" and "store_address".
9745
b8b527c5
AC
97462003-05-16 Andrew Cagney <cagney@redhat.com>
9747
9748 * gdbint.texinfo (Target Architecture Definition): Replace
9749 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9750 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9751
50e3ee83
TR
97522003-05-14 Theodore A. Roth <troth@openavr.org>
9753
9754 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9755
44e2be90
L
97562003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9757
9758 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9759 (gdb.dvi): Likewise.
9760 (gdb.pdf): Likewise.
9761 (links2roff): Likewise.
9762
df5215a6
JB
97632003-05-08 Jim Blandy <jimb@redhat.com>
9764
9765 * gdb.texinfo (Dump/Restore Files): Update documentation for
9766 'dump', 'append', and 'restore': note that format argument is
9767 optional; simplify presentation of the command variants; and be
9768 more precise about the formats.
9769
5e7b2f39
JB
97702003-05-07 Jim Blandy <jimb@redhat.com>
9771
9772 * gdb.texinfo (Symbols): Update documentation: 'maint list
9773 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9774 symtabs' and 'maint info psymtabs'.
9775
b1e29e33
AC
97762003-05-05 Andrew Cagney <cagney@redhat.com>
9777
9778 * gdbint.texinfo (Target Architecture Definition): Make
9779 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9780 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9781 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9782
00905d52
AC
97832003-05-04 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdb.texinfo (Maintenance Commands): Document "maint print
9786 dummy-frames".
9787
54ff5908
AC
97882003-05-04 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9791
32e7087d
JB
97922003-05-03 J. Brobecker <brobecker@gnat.com>
9793
9794 Thierry Schneider <tpschneider1@yahoo.com>
9795 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9796 for new MI command.
9797
7043d8dc
AC
97982003-05-03 Andrew Cagney <cagney@redhat.com>
9799
9800 * gdbint.texinfo (Target Architecture Definition): Document
9801 push_dummy_code. Add cross references.
9802
e33d66ec
EZ
98032003-05-02 Elena Zannoni <ezannoni@redhat.com>
9804
9805 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9806 set/show charsets commands.
9807
0ba6dca9
AC
98082003-04-28 Andrew Cagney <cagney@redhat.com>
9809
9810 * gdbint.texinfo (Target Architecture Definition): Replace
9811 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9812 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9813
d7a27068
AC
98142003-04-28 Andrew Cagney <cagney@redhat.com>
9815
9816 * gdbint.texinfo (Target Architecture Definition): Rename
9817 "tm_print_insn" to "deprecated_tm_print_insn".
9818
44ea7b70
JB
98192003-04-09 Jim Blandy <jimb@redhat.com>
9820
9821 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9822 list psymtabs'.
9823
fb8f8949
AC
98242003-04-08 Andrew Cagney <cagney@redhat.com>
9825
9826 * gdbint.texinfo (Target Architecture Definition): Delete
9827 references to EXTRA_FRAME_INFO.
9828
32fb0f22
AC
98292003-04-08 Andrew Cagney <cagney@redhat.com>
9830
9831 * gdbint.texinfo (Target Architecture Definition): Delete
9832 PRINT_TYPELESS_INTEGER.
9833
6be67e67
JB
98342003-04-02 J. Brobecker <brobecker@gnat.com>
9835
9836 * observer.texi (GDB Observers): Adjust the documentation for the
9837 normal_stop notification to better describe reality. Fix a couple
9838 of minor typos.
9839
4e35d5f0
BR
98402003-04-02 Bob Rossi <bob_rossi@cox.net>
9841
a9331b3f 9842 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
9843 '-file-list-exec-source-file'
9844
e8a8712a
AC
98452003-03-31 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdbint.texinfo (Target Architecture Definition): Delete
9848 references to CALL_DUMMY_P.
9849
6c0e89ed
AC
98502003-03-30 Andrew Cagney <cagney@redhat.com>
9851
9852 * gdbint.texinfo (Target Architecture Definition): Remove
9853 reference to TARGET_WRITE_SP.
a9331b3f 9854
378bfd1b
AC
98552003-03-27 Andrew Cagney <cagney@redhat.com>
9856
9857 * gdbint.texinfo (Target Architecture Definition): Remove
9858 references to write_sp.
6c0e89ed 9859
922fbb7b
AC
98602003-03-27 Andrew Cagney <cagney@redhat.com>
9861
9862 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9863 chapter body. Use @smallexample instead of @example.
9864 (Annotations): Ditto.
9865 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9866 annotate.texi.
9867
b81774d8
AC
98682003-03-26 Andrew Cagney <cagney@redhat.com>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Replace
9871 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9872 dummy_addr parameters.
9873
1bf6d5cc
AC
98742003-03-25 Andrew Cagney <cagney@redhat.com>
9875
9876 * gdbint.texinfo (Target Architecture Definition): Delete
9877 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9878 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9879 Add reference to PUSH_ARGUMENTS.
9880
618ce49f
AC
98812003-03-23 Andrew Cagney <cagney@redhat.com>
9882
9883 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9884 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9885
bcd7e15f
JB
98862003-03-18 J. Brobecker <brobecker@gnat.com>
9887
9888 * gdbint.texinfo (Algorithms): Add new section describing the
9889 Observer paradigm.
9890 (Top): Add menu entry to new observer appendix.
9891 * observer.texi: New file.
9892 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9893 new observer.texi file.
9894
9fe8321b
AC
98952003-03-17 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9898 that GNU Press update the manual version number.
9899
ac2adee5
AC
99002003-03-12 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Delete
9903 references to get_saved_register. Rename GET_SAVED_REGISTER to
9904 DEPRECATED_GET_SAVED_REGISTER.
9905
749b82f6
AC
99062003-03-13 Andrew Cagney <cagney@redhat.com>
9907
9908 * gdbint.texinfo (Target Architecture Definition): Replace
9909 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9910
8bedc050
AC
99112003-03-12 Andrew Cagney <cagney@redhat.com>
9912
9913 * gdbint.texinfo (Target Architecture Definition): Rename
9914 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 9915
0ce1b118
CV
99162003-03-10 Corinna Vinschen <vinschen@redhat.com>
9917
9918 * gdb.texinfo: Add File-I/O documentation.
9919
12cc2063
AC
99202003-03-10 Andrew Cagney <cagney@redhat.com>
9921
9922 * gdbint.texinfo (Target Architecture Definition): Cross reference
9923 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9924
7453dc06
AC
99252003-03-07 Andrew Cagney <cagney@redhat.com>
9926
9927 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9928 frame" command.
9929
6314f104
AC
99302003-03-05 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdbint.texinfo (Target Architecture Definition): Document
9933 unwind_dummy_id. Cross reference unwind_dummy_id and
9934 SAVE_DUMMY_FRAME_TOS.
9935
f1212245
DJ
99362003-03-05 James Ingham <jingham@apple.com>
9937 Daniel Jacobowitz <drow@mvista.com>
9938
9939 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9940 and "show cp-abi".
9941
77e7e267
AC
99422003-03-03 Andrew Cagney <cagney@redhat.com>
9943
9944 * gdbint.texinfo (Target Architecture Definition): Document
9945 register_type.
9946
838a8221
AC
99472003-03-03 Andrew Cagney <cagney@redhat.com>
9948
9949 * stabs.texinfo (Structures): Use @samp and separate @var's
9950 instead of a single @var containing a comma separated list.
9951 (Unions): Ditto.
9952
d7f4a264
DJ
99532003-03-02 Daniel Jacobowitz <drow@mvista.com>
9954
9955 * Makefile.in (distclean): Remove config.log.
9956
f30ee0bc
AC
99572003-03-01 Andrew Cagney <cagney@redhat.com>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Rename
9960 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9961
99622003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
9963
9964 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9965 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9966
be448670
CF
99672003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9968
9969 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9970 (Non-debug DLL symbols): New node, describing the minimal symbols
9971 loaded from DLLs without real debugging symbols.
9972
501eef12
AC
99732003-02-20 Andrew Cagney <ac131313@redhat.com>
9974
9975 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9976 hardware-breakpoint-limit".
9977 (Set Watchpoints): Add cross reference to "set remote
9978 hardware-watchpoint-limit".
9979 (Remote configuration options): New section.
9980
21c294e6
AC
99812003-02-04 Andrew Cagney <ac131313@redhat.com>
9982
e9be73e4
AC
9983 * gdbint.texinfo (Target Architecture Definition): Delete
9984 descrption of IS_TRAPPED_INTERNALVAR.
9985
21c294e6
AC
9986 From Keith Seitz <keiths@redhat.com>:
9987 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9988 option "-i"/"--interpreter" to this chapter. Include index
9989 entries.
9990
0179ffac
DC
99912003-02-04 David Carlton <carlton@math.stanford.edu>
9992
9993 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9994 (Variables): Recommend stabs+ and DWARF 2.
9995 (C plus plus expressions): Correct info about
9996 compiler versions, debug formats.
9997 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9998 PR symtab/874.
9999
7ca9f392
AC
100002003-02-01 Andrew Cagney <ac131313@redhat.com>
10001
10002 * gdbint.texinfo (Target Architecture Definition): Delete
10003 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10004 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10005 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10006 references to nindy and i960.
10007 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10008
31a85ea2
AC
100092003-02-01 Andrew Cagney <ac131313@redhat.com>
10010
10011 * gdbint.texinfo (Target Architecture Definition): Delete
10012 FLOAT_INFO.
10013
6b894e49
AC
100142003-01-30 Andrew Cagney <ac131313@redhat.com>
10015
10016 * stabs.texinfo (Member Type Descriptor): Clarify description of
10017 `@'. Suggested by Ben Hutchings.
10018
c48861fb
AC
100192003-01-29 Andrew Cagney <ac131313@redhat.com>
10020
10021 * gdb.texinfo (M68K): Delete reference to es1800.
10022
617073a9
AC
100232003-01-29 Andrew Cagney <ac131313@redhat.com>
10024
10025 * gdb.texinfo (Maintenance Commands): Document `maint print
10026 reggroups' and `maint print register-groups'.
10027 * gdbint.texinfo (Target Architecture Definition): Document
10028 register_reggroup_p.
10029
5b5d99cf
JB
100302003-01-23 Jim Blandy <jimb@redhat.com>
10031
10032 * gdb.texinfo (Separate Debug Files): New section.
10033
e7ba9c65
DJ
100342003-01-22 Daniel Jacobowitz <drow@mvista.com>
10035
10036 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10037 and "maint show profile".
10038
94e91d6d
MC
100392003-01-16 Michael Chastain <mec@shout.net>
10040
10041 * gdb.texinfo (Installing GDB): Warn against
10042 ".../gdb-VERSION/gdb/configure".
10043 (Separate Objdir): Likewise.
10044
867f3898
AC
100452003-01-15 Andrew Cagney <ac131313@redhat.com>
10046
10047 * gdbint.texinfo (Target Architecture Definition): Delete
10048 definition of PRINT_REGISTER_HOOK.
10049
f153cc92
EZ
100502003-01-15 Elena Zannoni <ezannoni@redhat.com>
10051
10052 (OpenRISC 1000): Fix formatting of command names.
10053
c60eb6f1
EZ
100542003-01-15 Elena Zannoni <ezannoni@redhat.com>
10055
10056 * gdb.texinfo (Continuing and Stepping): Add new command
10057 'advance'. Clarify behavior of 'until'.
10058
f5ebfba0
DJ
100592003-01-13 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * gdb.texinfo (Files): Document solib-absolute-prefix and
10062 solib-search-path.
10063
4ce8657e
MC
100642003-01-09 Michael Chastain <mec@shout.net>
10065
10066 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10067 (Create a Release): Add new instructions for new @file{src-release}.
10068 Document existing instructions for @file{Makefile.in} as
10069 being for @value{GDBN} 5.3.1 or earlier.
10070
372613e3
AC
100712003-01-09 Andrew Cagney <ac131313@redhat.com>
10072
10073 * gdbint.texinfo (Target Architecture Definition): Mention
10074 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10075 allocate memory.
10076
b4e9345d
DJ
100772003-01-04 Daniel Jacobowitz <drow@mvista.com>
10078
10079 * gdb.texinfo (Controlling GDB): Add @kindex for
10080 "show osabi".
10081 (Backtraces): Add @kindex's for backtrace-below-main.
10082
98b45e30
DJ
100832003-01-04 Daniel Jacobowitz <drow@mvista.com>
10084
10085 * gdb.texinfo (Controlling GDB): Document "set osabi".
10086
95f90d25
DJ
100872003-01-04 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10090 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10091
1e698235
DJ
100922003-01-04 Daniel Jacobowitz <drow@mvista.com>
10093
10094 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10095 "set coerce-float-to-double".
10096 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10097
e632838e
AC
100982003-01-02 Andrew Cagney <ac131313@redhat.com>
10099
10100 * stabs.texinfo: Remove obsolete text.
10101 * gdbint.texinfo: Ditto.
10102 * gdb.texinfo: Ditto.
10103
c133ab7a
MK
101042002-12-22 Mark Kettenis <kettenis@gnu.org>
10105
10106 * gdbint.texinfo (Target Architecture Definition): Update
10107 description of gdbarch_register_osabi.
10108
f821f325
KH
101092002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10110
10111 * agentexpr.texi: Fix typos.
10112 * annotate.texi: Likewise.
10113 * fdl.texi: Likewise.
10114
85a6d8d3 101152002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10116
10117 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10118 DEPRECATED_INIT_FRAME_PC.
10119
ae45cd16
AC
101202002-12-01 Andrew Cagney <ac131313@redhat.com>
10121
10122 * gdbint.texinfo (Target Architecture Definition): Delete
10123 PC_IN_CALL_DUMMY.
10124
07555a72
AC
101252002-11-28 Andrew Cagney <ac131313@redhat.com>
10126
10127 * gdbint.texinfo (Host Definition): Delete documentation on
10128 USE_GENERIC_DUMMY_FRAMES.
10129
c166cdc7
EZ
101302002-11-26 Elena Zannoni <ezannoni@redhat.com>
10131
5ae4183a 10132 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10133 * Makefile.in (install-info): Run the install-info command as part
10134 of the post install steps only.
10135 (uninstall-info): New target.
10136 (uninstall): New target.
10137
35db0260
EZ
101382002-11-22 Elena Zannoni <ezannoni@redhat.com>
10139
10140 * Makefile.in (install): Make install do some real work.
10141
9ba8d803
AC
101422002-11-19 Andrew Cagney <ac131313@redhat.com>
10143
10144 Fix POSIX problem reported by Paul Eggert.
10145 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10146 Fix PR gdb/527.
10147
903ad3a6
AC
101482002-10-26 Andrew Cagney <cagney@redhat.com>
10149
10150 * gdbint.texinfo (Target Architecture Definition): Delete
10151 definition of DO_REGISTERS_INFO.
10152
f2abfe65
KB
101532002-10-18 Kevin Buettner <kevinb@redhat.com>
10154
10155 * gdbint.texinfo (Address Classes): Fix problems with insertion
10156 of ``{'' and ``}'' in example.
10157
b5b0480a
KB
101582002-10-17 Kevin Buettner <kevinb@redhat.com>
10159
10160 * gdbint.texinfo (Address Classes): New section.
10161 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10162 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10163 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10164 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10165
c85508ee
KD
101662002-10-11 Klee Dienes <kdienes@apple.com>
10167
10168 * gdb.texinfo (Registers): Mention vector registers as well as
10169 floating registers in the documentation for 'info registers' and
10170 'info all-registers'.
10171
6d12fc3d
DJ
101722002-10-11 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10175
8d19fbd2
JJ
101762002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10177
10178 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10179 interface definition.
10180
a37295f9
MM
101812002-10-03 Marko Mlinar <markom@opencores.org>
10182
10183 * gdb.texinfo (Target Commands): Add or1k target specific
10184 commands.
10185 * gdb.texinfo (Contributors): Add myself to the contributors list.
10186
da0f9dcd
AC
101872002-10-01 Andrew Cagney <ac131313@redhat.com>
10188
10189 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10190 and "mi1" instead of "mi1" and "mi0".
10191
2e834e49
HPN
101922002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10193
10194 * gdb.texinfo (Packets): Fix typos "alligned".
10195 Correct z3/Z3 description. Correct z4/Z4 title.
10196
050be0dc
AC
101972002-09-27 Andrew Cagney <ac131313@redhat.com>
10198
10199 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10200
1104b9e7
KB
102012002-09-25 Kevin Buettner <kevinb@redhat.com>
10202
10203 * gdb.texinfo: Use GNU/Linux instead of Linux.
10204
512217c7
AC
102052002-09-25 Andrew Cagney <ac131313@redhat.com>
10206
10207 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10208
10998722
AC
102092002-09-24 Andrew Cagney <ac131313@redhat.com>
10210
512217c7 10211 * gdb.texinfo: Replace @example with @smallexample.
10998722 10212
a0eb71c5
KB
102132002-09-20 Kevin Buettner <kevinb@redhat.com>
10214
f7dc1244 10215 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10216 * gdb.texinfo (Character Sets): Use @smallexample instead of
10217 @example. Use GNU/Linux instead of Linux.
10218
102192002-09-20 Jim Blandy <jimb@redhat.com>
10220
10221 * gdb.texinfo: Add character set documentation.
10222
2f870471
AC
102232002-09-19 Andrew Cagney <ac131313@redhat.com>
10224
10225 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10226 (Packets): Add cross reference from `b' packet to `z' packets.
10227
790eb8f5
AC
102282002-09-19 Andrew Cagney <ac131313@redhat.com>
10229
8d30a00d
AC
10230 * gdb.texinfo (Maintenance Commands): Document ``maint
10231 internal-error'' and ``maint internal-warning''.
10232
790eb8f5
AC
10233 * gdbint.texinfo (Target Architecture Definition): Revise
10234 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10235
a23a7bf1
JB
102362002-09-19 Joel Brobecker <brobecker@gnat.com>
10237
10238 * gdbint.texinfo (Target Conditionals): Document the new
10239 NAME_OF_MALLOC macro.
10240
299ffc64
AC
102412002-09-05 Andrew Cagney <ac131313@redhat.com>
10242
10243 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10244 engineer.
10245
b7bb15bc
SC
102462002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10247
10248 * gdb.texinfo (TUI Overview): Document status line fields.
10249
3d757584
SC
102502002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10251
10252 * gdb.texinfo (TUI Commands): Document info win command.
10253
269c21fe
SC
102542002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10255
10256 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10257
7cf36c78
SC
102582002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10259
10260 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10261 (TUI Keys): Likewise.
10262
d2c6833e
AC
102632002-08-25 Andrew Cagney <ac131313@redhat.com>
10264
10265 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10266 for a packet receive.
10267
46d8b1c3
AC
102682002-08-25 Andrew Cagney <ac131313@redhat.com>
10269
10270 * Makefile.in (clean): Move to end of file.
10271 (distclean, maintainer-clean, realclean): Ditto.
10272 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10273 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10274 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10275 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10276
b0787093
AC
102772002-08-24 Andrew Cagney <ac131313@redhat.com>
10278
10279 * Makefile.in (GDBINT_TEX_TMPS): Define.
10280 (gdbint.dvi, gdbint.pdf): Use
10281 (GDB_TEX_TMPS): Define.
10282 (gdb.dvi, gdb.pdf): Use.
10283 (STABS_TEX_TMPS): Define.
10284 (stabs.dvi, stabs.pdf): Use.
10285 (GDB_DOC_SOURCE_INCLUDES): New macros.
10286 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10287 (GDBINT_DOC_FILES_INCLUDES): New macros.
10288 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10289 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10290 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10291 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10292 (links2roff): Replace SFILES_INCLUDED with
10293 GDB_DOC_SOURCE_INCLUDES.
10294 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10295 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10296 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10297 dependencies.
10298 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10299 dependencies.
10300 (gdbmi.texinfo): Delete rule.
10301 (inc-hist.texinfo): Delete rule.
10302 (rluser.texinfo): Delete rule.
10303
ebba8386
AC
103042002-08-23 Andrew Cagney <cagney@redhat.com>
10305
10306 * gdbint.texinfo (Target Architecture Definition): Update
10307 STORE_RETURN_VALUE, mention regcache.
10308
0ab7a791
AC
103092002-08-21 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdbint.texinfo (Target Architecture Definition): Document
10312 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10313
ee2d5c50
AC
103142002-08-19 Andrew Cagney <ac131313@redhat.com>
10315
10316 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10317 Fix minor typos. Add index entries.
10318
53c69bd7
AC
103192002-08-18 Andrew Cagney <ac131313@redhat.com>
10320
10321 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10322
e76f1f2e
AC
103232002-08-15 Andrew Cagney <ac131313@redhat.com>
10324
10325 * gdbint.texinfo (Target Architecture Definition): Document
10326 PRINT_VECTOR_INFO.
10327 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10328
0680b120
AC
103292002-08-13 Andrew Cagney <ac131313@redhat.com>
10330
10331 * gdb.texinfo (Maintenance Commands): Document "maint print
10332 registers", "maint print raw-registers" and "maint print
10333 cooked-registers".
10334
3c3bea1c
GS
103352002-08-08 Grace Sainsbury <graces@redhat.com>
10336
a9331b3f 10337 From Mark Salter:
3c3bea1c
GS
10338 * gdb.texinfo (Protocol): Document T packet extension to
10339 allow watchpoint address reporting.
10340
42f9b0a5
AC
103412002-08-03 Andrew Cagney <ac131313@redhat.com>
10342
10343 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10344
db034ac5
AC
103452002-08-01 Andrew Cagney <cagney@redhat.com>
10346
10347 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10348 to CHILL.
10349
e2b28d04
AC
103502002-08-01 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdbint.texinfo (Coding): Revise section "Include Files".
10353
7fb623f7
AC
103542002-07-24 Andrew Cagney <cagney@redhat.com>
10355
10356 * gdbint.texinfo: Obsolete references to m88k.
10357 * gdb.texinfo: Ditto.
10358
4a2b4636
JB
103592002-07-10 Joel Brobecker <brobecker@gnat.com>
10360
7fb623f7 10361 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10362 where the proper version of autoconf can be retrieved.
10363
a71ec265
DH
103642002-07-09 Don Howard <dhoward@redhat.com>
10365
10366 * gdb.texinfo (Command Files): Further describe the behavior of
10367 sourced command files.
10368
b9aa90c9
AC
103692002-06-27 Andrew Cagney <ac131313@redhat.com>
10370
10371 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10372 (Coding): Clarify ISO C version that GDB assumes.
10373
40dd2248
TT
103742002-06-26 Tom Tromey <tromey@redhat.com>
10375
10376 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10377 add_setshow_cmd_full.
10378
bfac230e
DH
103792002-06-25 Don Howard <dhoward@redhat.com>
10380
10381 * gdb.texinfo (Memory Region Attributes): Document new behavior
10382 for 'mem' command.
10383
475b0867
JB
103842002-06-11 Jim Blandy <jimb@redhat.com>
10385
919d772c
JB
10386 * gdb.texinfo (Symbols): Update documentation for `info source'
10387 command.
10388
475b0867
JB
10389 * gdb.texinfo (Macros): Call the command `info macro', not
10390 `show macro'.
10391
ba8c9337
AC
103922002-06-09 Andrew Cagney <ac131313@redhat.com>
10393
10394 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10395 data''.
10396
1029b7fa
MK
103972002-06-09 Mark Kettenis <kettenis@gnu.org>
10398
10399 * gdbint.texinfo (Target Architecture Definition): Document
10400 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10401
16737d73
AC
104022002-06-08 Andrew Cagney <ac131313@redhat.com>
10403
10404 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10405 lists.
10406
30107679
AC
104072002-06-08 Andrew Cagney <ac131313@redhat.com>
10408
10409 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10410 Branch''.
10411
3352e23e
AC
104122002-06-01 Andrew Cagney <ac131313@redhat.com>
10413
10414 * gdbint.texinfo (Target Architecture Definition): Add section
10415 ``Converting an existing Target Architecture to Multi-arch''.
10416
cbb09e6a
AC
104172002-05-30 Andrew Cagney <ac131313@redhat.com>
10418
10419 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10420 to ``Obsoleting code''. Revise.
10421
e2e0bcd1
JB
104222002-05-17 Jim Blandy <jimb@redhat.com>
10423
10424 * gdb.texinfo (C Preprocessor Macros): New chapter.
10425 Include it in the main menu.
10426 (Contributors): Credit Jim Blandy with macro support.
10427 (Compilation): Explain how to get macro information into the
10428 executable.
10429 (Expressions): Note that preprocessor macros are expanded.
10430
9db8d71f
DJ
104312002-05-14 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10434 options for `target remote'.
10435
6d531722
AC
104362002-05-13 Andrew Cagney <ac131313@redhat.com>
10437
10438 * gdbint.texinfo (Target Architecture Definition): Delete
10439 documentation on NNPC_REGNUM.
10440
13d01224
AC
104412002-05-11 Andrew Cagney <ac131313@redhat.com>
10442
10443 * gdbint.texinfo (Target Architecture Definition): Document
10444 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10445 (Target Architecture Definition): Revise section `Using Different
10446 Register and Memory Data Representations'. Add section `Raw and
10447 Virtual Register Representations'.
10448
b2e75d78
AC
104492002-05-11 Andrew Cagney <ac131313@redhat.com>
10450
10451 * gdbint.texinfo (Target Architecture Definition): Mention
10452 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10453 (Target Architecture Definition): Mention same. Add references to
10454 web pages.
10455
2c8682ee
MS
104562002-05-08 Michael Snyder <msnyder@redhat.com>
10457
10458 * stabs.texinfo (Attributes): Document new "vector" attribute.
10459
0816590b
AC
104602002-05-04 Andrew Cagney <ac131313@redhat.com>
10461
10462 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10463
2653173e
AC
104642002-05-04 Andrew Cagney <ac131313@redhat.com>
10465
10466 * gdb.texinfo: Delete obsolete references to a29k.
10467
d7bd68ca
AC
104682002-04-24 Andrew Cagney <ac131313@redhat.com>
10469
10470 * gdbint.texinfo (Target Architecture Definition): Replace
10471 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10472
21d83aa5
DM
104732002-04-24 David S. Miller <davem@redhat.com>
10474
10475 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10476
7673a6cc
DM
104772002-04-21 David S. Miller <davem@redhat.com>
10478
10479 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10480
d49d1e0a
AC
104812002-04-21 Andrew Cagney <ac131313@redhat.com>
10482
10483 * gdbint.texinfo (Target Architecture Definition): Delete
10484 definition of HAVE_REGISTER_WINDOWS.
10485
f7dc1244 104862002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10487
10488 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10489 "Theodore A. Roth" <troth@verinet.com>.
10490
5ca0cb28
DH
104912002-04-15 Don Howard <dhoward@redhat.com>
10492
f7dc1244 10493 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10494 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10495 Provide a better explaination of this feature.
5ca0cb28 10496
f208ba17
AC
104972002-04-14 Andrew Cagney <ac131313@redhat.com>
10498
10499 * gdbint.texinfo (Target Architecture Definition): Remove
10500 FRAME_CHAIN_COMBINE.
10501
d5ba91de
MC
105022002-04-12 Michael Chastain <mec@shout.net>
10503
10504 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10505 REG_STACK_SEGMENT.
10506
26818220
MC
105072002-04-09 Michael Chastain <mec@shout.net>
10508
10509 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10510 PYRAMID_* macros.
10511
129188f6
AC
105122002-04-07 Andrew Cagney <ac131313@redhat.com>
10513
10514 * gdb.texinfo (Bug Reporting): Document that the web is the
10515 prefered way of submitting bug reports.
10516 (Bug Reporting): Delete the s-mail address as the last resort.
10517
8227c0ff
AC
105182002-04-05 Andrew Cagney <ac131313@redhat.com>
10519
10520 * gdbint.texinfo (Target Architecture Definition): Delete
10521 references to TARGET_WRITE_FP and write_fp.
10522
16d9dec6
MS
105232002-03-27 Michael Snyder <msnyder@redhat.com>
10524
10525 * gdb.texinfo: Document new commands dump, append, and restore.
10526
9ae8b82c
AC
105272002-03-27 Andrew Cagney <ac131313@redhat.com>
10528
10529 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10530 Branch'.
10531
474c8240
AC
105322002-03-18 Andrew Cagney <ac131313@redhat.com>
10533
10534 * gdb.texinfo: Change all examples to @smallexample.
10535 * gdbint.texinfo: Ditto.
a9331b3f 10536
fb0ff88f
AC
105372002-03-18 Andrew Cagney <ac131313@redhat.com>
10538
10539 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10540 Branches''.
10541
9bb0a4d8
AC
105422002-03-18 Andrew Cagney <ac131313@redhat.com>
10543
10544 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10545 Policy''.
10546
937f164b
FF
105472002-03-04 Fred Fish <fnf@redhat.com>
10548
10549 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10550 expresson, suports, dependant, trhe, perhaphs, situtations,
10551 explictily, taged, oportunity, unfortunatly).
10552
a7b40f07
AC
105532002-02-24 Andrew Cagney <ac131313@redhat.com>
10554
10555 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10556 Remove reference to 3.12.
10557
aab4e0ec
AC
105582002-02-23 Andrew Cagney <ac131313@redhat.com>
10559
10560 * gdbint.texinfo: Include fdl.texi.
10561 (Top): Add GNU Free Documentation License.
10562 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10563 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10564 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10565 (gdbint.info): Add srcdir to include path.
10566 * gdb.texinfo: Include gpl.texi.
10567 (Top): Add Copying.
10568 * gpl.texi: New file.
10569
47b95330
AC
105702002-02-23 Andrew Cagney <ac131313@redhat.com>
10571
10572 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10573
78c47bea
PM
105742002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10575
10576 * gdb.texinfo: Document Cygwin native specific commands.
10577
56460a61
DJ
105782002-02-15 Daniel Jacobowitz <drow@mvista.com>
10579
10580 * gdb.texinfo: Document gdbserver ``--attach'' command.
10581
def71bfa
MS
105822002-02-07 Michael Snyder <msnyder@redhat.com>
10583
10584 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10585 to @code(_ovly_debug_event).
10586
c928edc0
AC
105872002-02-07 Andrew Cagney <ac131313@redhat.com>
10588
10589 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10590
81d46470
MS
105912002-02-06 Michael Snyder <msnyder@redhat.com>
10592
10593 * gdb.texinfo (overlays): Mention new magic symbol
10594 '_ovly_debug_event', which allows GDB to keep better track
10595 of overlays.
10596
f7dc1244 105972002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10598
10599 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10600 Suggested by Dmitry Sivachenko.
10601
10602 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10603
15110bc3
MS
106042002-02-01 Michael Snyder <msnyder@redhat.com>
10605
10606 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10607
6763aef9
MS
106082002-01-30 Michael Snyder <msnyder@redhat.com>
10609
ac282366
MS
10610 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10611 (set trust-readonly-sections): Document.
6763aef9 10612
8642bc8f
AC
106132002-01-29 Andrew Cagney <ac131313@redhat.com>
10614
10615 * gdbint.texinfo (Releasing GDB): Revise and update.
10616
afe64c1a
AC
106172002-01-28 Andrew Cagney <ac131313@redhat.com>
10618
10619 * gdbint.texinfo (Target Architecture Definition): Delete
10620 description of TARGET_BYTE_ORDER_DEFAULT.
10621
f7dc1244 106222002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10623
10624 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10625 <mitya@cavia.pp.ru>.
10626
3d6e1b5a
AC
106272002-01-23 Andrew Cagney <ac131313@redhat.com>
10628
10629 * libgdb.texinfo: Delete file.
10630
6c0e9fb3
AC
106312002-01-22 Andrew Cagney <ac131313@redhat.com>
10632
10633 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10634 * gdbint.texinfo: Ditto.
10635
e0ce93ac
AC
10636Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10637
10638 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10639
be298bcc
AC
106402002-01-22 Andrew Cagney <ac131313@redhat.com>
10641
10642 * Makefile.in: Update copyright.
10643 (TEXI2DVI): Define.
10644 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10645 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10646 gdb-cfg.texi.
10647 (TEXINDEX, PDFTEX): Delete makefile variables.
10648
8e04817f
AC
106492002-01-22 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdb.texinfo (Protocol): Move section to appendix.
10652
6b2f586d
AC
106532002-01-21 Andrew Cagney <ac131313@redhat.com>
10654
10655 * gdb.texinfo (Remote Debugging): Create a menu.
10656 (Top): Add ``Remote Debugging'' to menu.
10657
6f05cf9f
AC
106582002-01-21 Andrew Cagney <ac131313@redhat.com>
10659
10660 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10661 serial protocol'' from here.
10662 (Remote Debugging): To here. New chapter.
10663
3fd3d7d2
AC
106642002-01-20 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbint.texinfo (Target Architecture Definition): Delete
10667 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10668
7fd60527
AC
106692002-01-20 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10672 are no longer needed.
10673 (Porting GDB): Add maintainer note about configure.host.
10674
c2f05ac9
AC
106752002-01-20 Andrew Cagney <ac131313@redhat.com>
10676
10677 * gdbint.texinfo (Target Architecture Definition): Remove
10678 definition of IEEE_FLOAT.
10679
f7dc1244 106802002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10681
10682 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10683 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10684 <3diff@gnu.org>
231b2aad 10685
82600034
AC
106862002-01-19 Andrew Cagney <ac131313@redhat.com>
10687
10688 * gdbint.texinfo (Host Definition): Remove references to
10689 MALLOC_INCOMPATIBLE.
10690
7708fa01
AC
106912002-01-17 Andrew Cagney <ac131313@redhat.com>
10692
10693 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10694 and xyz-xdep.o.
10695
eb12ee30
AC
106962002-01-17 Andrew Cagney <ac131313@redhat.com>
10697
889bf7c5 10698 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
10699 (Set Breaks): Copy ``maint info breakpoint'' doco to
10700 ``Maintenance Commands'' appendix. Add reference.
10701
c9ccaa92
AC
107022002-01-17 Andrew Cagney <ac131313@redhat.com>
10703
10704 * fdl.texi: Remove next/prev from @node.
10705
f7dc1244 107062002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
10707
10708 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10709 for monstrous @multitable (from Brian Youmans).
10710
10711 * fdl.texi: New file.
10712
10713 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10714
8973da3a
AC
107152002-01-15 Andrew Cagney <ac131313@redhat.com>
10716
10717 * gdbint.texinfo (Releasing GDB): New chapter.
10718
7d86b5d5
AC
107192002-01-14 Andrew Cagney <ac131313@redhat.com>
10720
10721 * gdb.texinfo (Embedded Processors, Calling program functions):
10722 Obsolete references to a29k.
10723
cc1cb004
AC
107242002-01-13 Andrew Cagney <ac131313@redhat.com>
10725
10726 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10727 examples. Document that a code-block should do or discard its
10728 cleanups before exit.
10729
79f12247
MS
107302002-01-11 Michael Snyder <msnyder@redhat.com>
10731
10732 * gdb.texinfo (Choosing files): Change @samp to @file.
10733
19837790
MS
107342002-01-05 Michael Snyder <msnyder@redhat.com>
10735
10736 * gdb.texinfo (--pid): Document new command line option (attach).
10737
f7dc1244 107382002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
10739
10740 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10741 in the stub.
10742
d7449b42
AC
107432002-01-04 Andrew Cagney <ac131313@redhat.com>
10744
10745 * gdbint.texinfo (Target Architecture Definition): Replace
10746 BIG_ENDIAN with BFD_ENDIAN_BIG.
10747
f23631e4
AC
107482002-01-03 Andrew Cagney <ac131313@redhat.com>
10749
10750 * gdbint.texinfo (Target Architecture Definition): Replace
10751 value_ptr with struct value pointer.
10752
72c9928d
EZ
107532002-01-02 Eli Zaretskii <eliz@gnu.org>
10754
10755 * gdb.texinfo (Free Software): Fix wording.
10756
959acfd1
EZ
107572001-12-31 Eli Zaretskii <eliz@gnu.org>
10758
10759 * gdb.texinfo (Free Software): New section ``Free Software Needs
10760 Free Documentation''.
10761
f7dc1244 107622001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
10763
10764 * stabs.texinfo:
10765 * gdb.texinfo:
10766 * gdbint.texinfo:
10767 * libgdb.texinfo:
10768 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10769
6600abed
MS
107702001-12-29 Michael Snyder <msnyder@redhat.com>
10771
10772 * gdb.texinfo (maint info sections): Fix typo.
10773
f6680716
MS
107742001-12-26 Michael Snyder <msnyder@redhat.com>
10775
fe95c787
MS
10776 * gdb.texinfo (maint info sections): Document.
10777
a9331b3f 10778 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
10779 'info proc' sub-options that are currently not implemented.
10780
c3d3ce5b
JB
107812001-12-20 Jim Blandy <jimb@redhat.com>
10782
10783 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10784
778eb05e
AC
107852001-12-15 Andrew Cagney <ac131313@redhat.com>
10786
10787 * gdbint.texinfo (Target Architecture Definition): Replace
10788 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10789
2607059c
AC
107902001-12-01 Andrew Cagney <ac131313@redhat.com>
10791
10792 * gdbint.texinfo (Host Definition): Delete documentation on
10793 HOST_BYTE_ORDER.
10794
df0cd8c5
JB
107952001-11-30 Jim Blandy <jimb@redhat.com>
10796
10797 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 10798 overlay support. Add to top-level menu.
df0cd8c5 10799
88118b3a
TT
108002001-11-26 Tom Tromey <tromey@redhat.com>
10801
10802 * gdb.texinfo (Command Syntax): Document C-o binding.
10803
96565e91
CF
108042001-07-26 Christopher Faylor <cgf@redhat.com>
10805
10806 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10807 use since it is described in the referenced section.
10808
f7dc1244 10809 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
10810 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10811 clearer when using DJGPP.
10812
2a3d5645
CF
108132001-11-24 Christopher Faylor <cgf@redhat.com>
10814
10815 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10816 specifically refer to MS-DOS.
10817 (command files): Mention gdb.ini is only used on MS-DOS.
10818
aa26fa3a
TT
108192001-11-21 Tom Tromey <tromey@redhat.com>
10820
10821 * gdb.texinfo (Invoking GDB): Document --args.
10822 (Mode Options): Likewise.
10823
4f8ada06
JB
108242001-11-21 Jim Blandy <jimb@redhat.com>
10825
10826 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
10827 Delete documentation; this macro has been removed from the
10828 sources.
4f8ada06 10829
3fe0dc10
JB
108302001-11-13 Jim Blandy <jimb@redhat.com>
10831
10832 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10833
9e5abb06
CV
108342001-11-06 Corinna Vinschen <vinschen@redhat.com>
10835
10836 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10837
1c5dfdad
MS
108382001-11-05 Michael Snyder <msnyder@redhat.com>
10839
a9331b3f 10840 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
10841 quote regexp chars in function names such as "operator*()".
10842
990f9fe3
FF
108432001-11-01 Fred Fish <fnf@redhat.com>
10844
10845 * gdbint.texinfo (SOLIB_ADD): Document additional new
10846 "readsyms" arg.
10847
b433d00b
DH
108482001-10-30 Don Howard <dhoward@redhat.com>
10849
070b1dd3
DH
10850 * gdb.texinfo: (Command Files) Added documentation for the
10851 behavior of gdb with input redirected from a file.
b433d00b 10852
b7209cb4
FF
108532001-10-28 Fred Fish <fnf@redhat.com>
10854
10855 * gdb.texinfo (auto-solib-add): Change docs to match
10856 implementation change.
10857 (auto-solib-limit): Add docs for new variable.
10858
1aa20aa8
AC
108592001-10-15 Andrew Cagney <ac131313@redhat.com>
10860
10861 * gdbint.texinfo (Target Architecture Definition): Function
10862 value_as_pointer renamed to value_as_address.
10863
fc0c74b1
AC
108642001-10-15 Andrew Cagney <ac131313@redhat.com>
10865
10866 * gdbint.texinfo (Target Architecture Definition): Default
10867 POINTER_TO_ADDRESS functions assume unsigned addresses.
10868 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10869 posting by Jim Blandy.
10870
f4846649
JB
108712001-10-12 Jim Blandy <jimb@redhat.com>
10872
10873 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10874 version of texi2html (1.64) doesn't support this flag any more.
10875
f277788b
MK
108762001-09-08 Mark Kettenis <kettenis@gnu.org>
10877
a9dc4918
MK
10878 * gdbint.texinfo (Host Definition): Remove description of
10879 MEM_FNS_DECLARED.
10880
d28379df
MK
10881 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10882
f277788b
MK
10883 * gdbint.texinfo (Host Definition): Remove description of
10884 HAVE_SIGSETMASK.
10885
7ccaa899
EZ
108862001-09-04 Elena Zannoni <ezannoni@redhat.com>
10887
10888 * gdbint.texinfo (Target Architecture Definition): Add
10889 explanation of TARGET_PRINT_INSN macro.
10890
17d9d558
JB
108912001-08-30 Jim Blandy <jimb@redhat.com>
10892
10893 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10894 Explain what it means to load relocatable files.
10895
72cde065
JB
108962001-08-28 Jim Blandy <jimb@redhat.com>
10897
10898 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10899 info `top' menu.
10900
9e678452
CF
10901Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10902
10903 * gdbint.texinfo: Add a cautionary note about macro use.
10904
a2bea4c3 109052001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 10906
a2bea4c3
CV
10907 * gdb.texinfo: Explain omitting the hostname in the
10908 `target remote' command.
10909
1129bf27
DJ
109102001-07-30 Daniel Jacobowitz <drow@mvista.com>
10911
10912 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10913 and END-INFO-DIR-ENTRY.
10914
732b3002
SC
109152001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10916
10917 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10918
89437448
AC
109192001-07-25 Andrew Cagney <ac131313@redhat.com>
10920
10921 * gdbint.texinfo (libgdb): Rewrite.
10922
f7dc1244 109232001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
10924
10925 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10926
c4555f82
SC
109272001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10928
10929 * gdb.texinfo (TUI): New chapter, document the TUI.
10930 (Mode Options): Document the -tui option.
10931
2f45a6e0
MK
109322001-07-23 Mark Kettenis <kettenis@gnu.org>
10933
10934 * gdbint.texinfo (Host Definition): Remove description of
10935 NEED_POSIX_SETPGID.
10936
f7dc1244 109372001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
10938
10939 * gdb.tex (DJGPP Native): New node, with descriptions of
10940 DJGPP-specific commands.
10941
be9c6c35
JM
109422001-07-19 John R. Moore <jmoore@redhat.com>
10943
10944 * gdbint.texinfo: Three misspellings.
10945
dfa249fb
AC
109462001-07-06 Andrew Cagney <ac131313@redhat.com>
10947
10948 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10949 `test` expressions on bash. Problem reported by Colin Walters.
10950
c72e7388
AC
109512001-07-04 Andrew Cagney <ac131313@redhat.com>
10952
10953 * gdbint.texinfo (User Interface): Update ui-out documentation to
10954 refelect recent UI/MI updates.
10955
94bbb2c0
AC
109562001-07-04 Andrew Cagney <ac131313@redhat.com>
10957
10958 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10959 interpreters.
10960
af6c57ea
AC
109612001-06-15 Andrew Cagney <ac131313@redhat.com>
10962
10963 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10964 structure and not macros.
10965 (Host Definition): Document that much of this chapter is obsolete.
10966 (Target Architecture Definition): Update list of files that make
10967 up a target architecture.
10968 (Coding): Update.
10969
83aa8bc6
AC
109702001-06-28 Andrew Cagney <ac131313@redhat.com>
10971
10972 * gdbint.texinfo (Target Architecture Definition): Update
10973 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10974 The latter has been changed to a true predicate.
10975
f7dc1244 109762001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
10977
10978 * annotate.texi: Add @noindent where needed. From Dmitry
10979 Sivachenko <dima@Chg.RU>.
10980 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10981
656db9b0
AC
109822001-06-16 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10985
df2396a1
AC
109862001-06-14 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10989 returns ``OK''. Document that the ``R'' packet does not reply.
10990
0f1f2b0a
MS
109912001-06-13 Michael Snyder <msnyder@redhat.com>
10992
10993 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10994
f7dc1244 109952001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10996
10997 * gdb.texinfo (Signals): Clarify the default setting of signal
10998 handling.
10999
a5d7c491
AC
110002001-05-14 Andrew Cagney <ac131313@redhat.com>
11001
11002 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11003 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11004
05a54c4f
AC
110052001-05-12 Andrew Cagney <ac131313@redhat.com>
11006
11007 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11008
f7dc1244 110092001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11010
11011 * gdbint.texinfo (Clean Design and Portable Implementation):
11012 Renamed from "Clean Design".
11013 (Clean Design and Portable Implementation): Document portable
11014 methods of handling file names, and the associated macros.
11015
f7dc1244 110162001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11017
11018 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11019 command and provide a cross-reference to its description.
11020 (Symbols): Note that "info scope" is useful for trace experiments.
11021
f7dc1244 110222001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11023
b37052ae
EZ
11024 * gdb.texinfo (Symbols): Document "info scope".
11025 (Tracepoints): New chapter.
11026 (Contributors): Update for v5.1.
11027 <All nodes>: Change "C++" to "C@t{++}".
11028
0ee54786
EZ
11029 * gdbint.texinfo (User Interface): A new section about ui_out
11030 functions, based on text written by Fernando Nasser.
11031
c534679c
EZ
11032 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11033
f7dc1244 110342001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11035
e9c75b65
EZ
11036 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11037
11038 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11039
11040 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11041 Replace "GDB" with "@value{GDBN}". Fix markup.
11042
11043 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11044
3d67e040
EZ
11045 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11046 a cross-reference to its description.
11047 (Symbols): Document "info symbol".
11048
f7dc1244 110492001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11050
11051 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11052 subsection "x86 Watchpoints".
11053 (Target Architecture Definition): Document the macros
11054 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11055 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11056
b0ed3589
AC
110572001-03-20 Andrew Cagney <ac131313@redhat.com>
11058
11059 * gdbint.texinfo (Target Architecture Definition): Update
11060 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11061 list.
11062
b6ba6518
KB
110632001-03-06 Kevin Buettner <kevinb@redhat.com>
11064
11065 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11066 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11067
f7dc1244 110682001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11069
11070 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11071
f7dc1244 110722001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11073
17cc6a06
EZ
11074 * gdb.texinfo (Environment): Document that `path' does not change
11075 the value of PATH in GDB's own environment (it did in the past,
11076 but that was changed on March 15, 1994). Reported by Doug Evans
11077 <dje@transmeta.com>.
11078
56caf160
EZ
11079 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11080 its line. Fix markup of commands and macros. Add an Index node
11081 and index entries.
11082
29e57380
C
110832001-01-23 J.T. Conklin <jtc@redback.com>
11084
11085 * gdb.texinfo (Memory region attributes): New manual section.
11086
1c6147de
ND
110872001-01-04 Nicholas Duffek <nsd@redhat.com>
11088
11089 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11090
f7dc1244 110912000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11092
11093 * refcard.tex: Version and copyright fixed. From Phil Edwards
11094 <pedwards@disaster.jaj.com>.
11095
0dcedd82
AC
11096Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11097
11098 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11099 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11100
3b851bce
AC
11101Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11102
11103 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11104 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11105
f7dc1244 111062000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11107
11108 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11109 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11110
b90a5f51
CF
111112000-11-10 Christopher Faylor <cgf@cygnus.com>
11112
11113 * gdb.texinfo: Document new 'set step-mode' command.
11114
f7dc1244 111152000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11116
11117 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11118 changes from Dmitry Sivachenko <dima@Chg.RU>.
11119
f7dc1244 111202000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11121
11122 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11123 From Steven Johnson <sbjohnson@ozemail.com.au>.
11124
2e685b93
MK
111252000-08-10 Mark Kettenis <kettenis@gnu.org>
11126
11127 * gdbint.texinfo (Overall Structure): Spelling fix.
11128
f7dc1244 111292000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11130
11131 * gdbint.texinfo (Target Architecture Definition): Document that
11132 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11133 for which REGISTER_CONVERTIBLE returns a zero value.
11134
63ac3005
EZ
111352000-07-08 Christopher Faylor <cgf@cygnus.com>
11136
11137 * Makefile.in (install-info): Find files to install in either the
11138 build or source directories (adapted from Makefile.am).
11139
bd79f757
ND
111402000-07-07 Nicholas Duffek <nsd@redhat.com>
11141
11142 * stabs.texinfo: Fix spelling errors.
11143 (String Field): FILE-NUMBER starts from 0, not 1.
11144
f7dc1244 111452000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11146
11147 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11148 Brian Youmans.
5f208f6d 11149
f7dc1244 111502000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11151
11152 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11153 the source directory. Reported by Mark Harig
11154 <markh@frazier.landmark.com>.
cc542d3b 11155
f3b28801
C
111562000-06-20 J.T. Conklin <jtc@redback.com>
11157
11158 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11159
449f3b6c
AC
11160Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11161
11162 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11163 Generate using pdftex.
449f3b6c 11164 (PDFTEX): Define.
889bf7c5 11165 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11166 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11167 @contents at the start.
449f3b6c 11168
f7dc1244 111692000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11170
11171 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11172 Youmans.
48e934c6 11173
9e9c5ae7
AC
11174Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11175
11176 From Brian Youmans:
11177 * gdb.texinfo: Fix ``et al.''.
11178
c741b251
AC
11179Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11180
11181 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11182 loop.
c741b251 11183
4ab64e14
JG
111842000-05-19 Jimmy Guo <guo@cup.hp.com>
11185
11186 * configure: Regenerate.
11187
f7dc1244 111882000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11189
11190 * Makefile.in (install-info): Run install-info on installed Info
11191 files.
11192
8c70017b
AC
11193Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11194
a7cb598a 11195 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11196 Andrew Cagney.
8c70017b 11197
f7dc1244 111982000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11199
11200 * gdb.texinfo: Proofreading changes from Brian Youmans.
11201
bf0184be
ND
112022000-05-01 Nick Duffek <nsd@cygnus.com>
11203
11204 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11205 startup sequence, minor edits.
11206
f7dc1244 112072000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11208
11209 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11210 TeX.
11211
11212 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11213 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11214 like `n' and `s' which look weird. Convert some of the @kindex to
11215 @vindex, when they refer to variables, not commands.
11216
33e16fad
AC
11217Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11218
11219 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11220
f7dc1244 112212000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11222
11223 * Makefile.in (GDBMI_DIR): New variable.
11224 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11225 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11226 (gdbmi.texinfo): New target, for texi2roff.
11227 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11228 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11229
11230 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11231 gdbmi.texinfo.
11232 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11233 comment.
11234
d167840f
EZ
112352000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11236
11237 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11238 command.
d167840f 11239
f7dc1244 112402000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11241
11242 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11243 prevents the build (and is generally a Bad Idea).
11244
f7dc1244 112452000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11246
11247 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11248 a comma inside @var.
11249 (Command Files): Index markup changes from Dmitry Sivachenko
11250 <dima@Chg.RU>.
11251
f7dc1244 112522000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11253
11254 * Makefile.in (LN_S): Define.
11255 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11256 invoke "ln -s" unless it is known to work.
11257
11258 * configure.in (AC_PROG_LN_S): Add.
11259
8dc7983f
JB
112602000-04-14 Jim Blandy <jimb@redhat.com>
11261
11262 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11263 section.
11264 (Target Conditionals): Document ADDRESS_TO_POINTER,
11265 POINTER_TO_ADDRESS.
11266
1a8237e8
DB
112672000-04-11 Daniel Berlin <dan@cgsoftware.com>
11268
11269 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11270 gdb-cfg.texi to get the value.
11271
ca526f1a
JB
112722000-04-10 Jim Blandy <jimb@redhat.com>
11273
11274 * gdbint.texinfo (Target Architecture Definition): Fix
11275 cross-references.
11276
faaafcb4
JB
112772000-04-08 Jim Blandy <jimb@redhat.com>
11278
11279 * gdbint.texinfo (Using Different Register and Memory Data
11280 Representations): New section.
11281 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11282 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11283 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11284
1b27397f
AC
11285Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11286
11287 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11288 for acknowledgments.
1b27397f 11289
480ff1fb
AC
11290Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11291
11292 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11293 qThreadExtraInfo.
480ff1fb 11294
a9331b3f 112952000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11296
a9331b3f
RM
11297 * gdb.texinfo: Clarify which remote debug protocol commands are
11298 required and which are optional.
f1251bdd 11299
dbeb8dbd
AC
11300Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11301
11302 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11303 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11304 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11305 * annotate.texi: Update.
11306
6d2ebf8b
SS
113072000-03-28 Stan Shebs <shebs@apple.com>
11308
11309 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11310 expectation of additional changes before release), update
11311 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11312 node links, rephrase and/or shorten lines to fix formatting
11313 problem in both regular and @smallbook formats.
11314 * annotate.texi: Shorten lines in example, use smallexample
11315 consistently everywhere.
11316 * Makefile.in: Add comment about texinfo 4.0 html generation.
11317 (SFILES_INCLUDED): Add annotate.texi.
11318
5d161b24
DB
113192000-03-27 Daniel Berlin <dan@cgsoftware.com>
11320
5ae4183a
AS
11321 * gdb.texinfo (Debugging Output): Added new section, documenting
11322 the "set/show debug" commands.
5d161b24 11323
b9deaee7
AC
11324Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11325
11326 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11327 entry.
b9deaee7
AC
11328
11329 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11330 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11331 @chapter and @node entries.
a9331b3f 11332
b9deaee7 11333 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11334
9ef47d30
AC
11335Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11336
11337 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11338 files.
9ef47d30 11339
cfeada60
FN
113402000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11341
11342 From David Whedon <dwhedon@gordian.com>
5ae4183a 11343 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11344
6837a0a2
DB
113452000-03-22 Daniel Berlin <dan@cgsoftware.com>
11346
11347 * gdb.texinfo: Add documentation for the apropos command.
11348
bba2971c
MS
113492000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11350
11351 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11352
2b628194
MS
113532000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11354
a9331b3f 11355 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11356 two places.
11357
96a2c332
SS
113582000-03-17 Stan Shebs <shebs@apple.com>
11359
11360 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11361 <dima@Chg.RU>, also clarification of allowed content for
11362 string constants.
11363
f7dc1244 113642000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11365
11366 * gdb.texinfo (main menu): Add Annotations.
11367 (File Options): Add @cindex entries for each command-line option.
11368 Document --epoch, --annotate, --async, --interpreter, --write,
11369 --statistics, and --version.
11370
11371 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11372 of GDB.
11373
9d233477
JB
113742000-02-23 Jim Blandy <jimb@redhat.com>
11375
11376 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11377
14e0eb3b
JB
113782000-02-22 Jim Blandy <jimb@redhat.com>
11379
11380 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11381
3555de01
JM
113822000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11383
11384 * Makefile.in (diststuff): New target.
11385
5e35df8e
KB
113862000-02-15 Kevin Buettner <kevinb@redhat.com>
11387
11388 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11389 architecture. [From Jim Wilson.]
5e35df8e 11390
c5394b80
JM
113912000-01-16 Tom Tromey <tromey@cygnus.com>
11392
11393 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11394 (Delete Breaks): Mention range arguments.
11395 (Disabling): Likewise.
11396
c3f6f71d
JM
113972000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11398
11399 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11400
c4093a6a
JM
11401Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11402
11403 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11404 valid functions.
c4093a6a 11405
11cf8741
JM
114061999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11407
11408 * gdb.texinfo: Clarify regular expressions used in rbreak.
11409
917317f4
JM
114101999-10-15 Kevin Buettner <kevinb@cygnus.com>
11411
11412 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11413 MEMORY_REMOVE_BREAKPOINT): Document.
11414
11415Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11416
11417 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11418 offset re-using the DATA offset instead.
917317f4 11419
2df3850c
JM
114201999-10-11 Jim Kingdon <kingdon@redhat.com>
11421
11422 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11423
114241999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11425
11426 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11427 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11428 typos.
11429
11430 * gdb.texinfo: Various minor wording and formatting improvements,
11431 mentions of additional command-line options.
11432
2acceee2
JM
114331999-09-30 Fred Fish <fnf@cygnus.com>
11434
11435 * gdb.texinfo: Document additional forms of specifying section
11436 names and addresses for the add-symbol-file command.
11437
c2c6d25f
JM
114381999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11439
11440 * gdbint.texinfo: Fix typo, add the word "have".
11441
114421999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11443
11444 * gdbint.texinfo (Target Architecture Definition): Document the
11445 SKIP_PERMANENT_BREAKPOINT macro.
11446
d4f3574e
SS
114471999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11448
11449 * gdb.texinfo: Fiks speling errers.
11450
11451 * gdb.texinfo: Fix uses of @multitable.
11452
f7dc1244 11453 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11454 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11455 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11456 comments about using with optimization, add more indexing,
11457 fix info about disassembly-flavor.
11458
11459Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11460
11461 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11462 SKIP_SOLIB_RESOLVER): Define.
11463
11464Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11465
11466 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11467 ``g'' packets.
d4f3574e 11468
104c1213
JM
114691999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11470
11471 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11472 platform-specific info, inline remote.texi and move sections of it
11473 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11474 and register stack into the new chapter.
11475 * remote.texi: Remove, now part of gdb.texinfo.
11476 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11477
114781999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11479
11480 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11481 GDB_TARGET_IS_MACH386): These kludges have gone away.
11482
11483Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11484
11485 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11486 TDEPLIBS.
104c1213 11487
53a5351d
JM
114881999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11489
11490 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11491 surrounding text to fit HP-UX bits into general info.
11492 (HPPA-cfg.texi): Remove, no longer useful.
11493
11494 * gdb.texinfo: Remove explicit links from @node lines, remove
11495 HP-added "Detailed Node Listing" from main menu which confuses
11496 things.
11497
11498 From Dmitry Sivachenko <dima@Chg.RU>:
11499 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11500 in description of `set environment'.
53a5351d
JM
11501
115021999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11503
11504 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11505
7be570e7
JM
115061999-08-12 Ben Elliston <bje@cygnus.com>
11507
11508 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11509
f7dc1244 115101999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11511
11512 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11513 watch, awatch, and rwatch. Explain why the latter two cannot be
11514 set as software watchpoints. Document that watchpoints for local
11515 variables are deleted when the debuggee terminates.
7be570e7
JM
11516
11517Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11518
11519 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11520 packet. Allow E.. response packet. "qRcmd" packet is no longer
11521 reserved.
7be570e7
JM
11522
115231999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11524
a9331b3f
RM
11525 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11526 * gdb.texinfo: Ditto.
7be570e7 11527
96baa820
JM
115281999-08-06 Tom Tromey <tromey@cygnus.com>
11529
11530 * gdb.texinfo (KOD): New node.
11531
11532Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11533
11534 * remote.texi (Rcmd): Fix minor formatting typos.
11535
11536Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11537
11538 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11539 packets.
96baa820 11540
adf40b2e
JM
115411999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11542
11543 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11544 fixes.
11545
43ff13b4
JM
11546Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11547
11548 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11549
085dd6e6
JM
11550Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11551
11552 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11553 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11554 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11555 packets that are not supported on all hosts. Expand examples.
11556 Spell check.
085dd6e6
JM
11557
115581999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11559
11560 * Makefile.in: Recognize html, install-html. Add targets
11561 to build HTML versions of documentation via texi2html.
11562
11563Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11564
11565 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11566 testsuite.
085dd6e6
JM
11567
11568Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11569
11570 * remote.texi (Communication Protocol): Rewrite.
11571
11572Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11573
11574 * stabs.texinfo: Fix uses of xref.
11575
9e0b60a8
JM
11576Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11577
11578 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11579 info about patch submission.
11580
cce74817
JM
11581Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11582
11583 From Per Bothner <bothner@cygnus.com>:
11584 * gdb.texinfo: Document Chill support.
11585
11586Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11587
11588 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11589 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11590 Document that the value should be greater-than or equal-to zero.
11591 (NO_STD_REGS): Document. Deprecate.
cce74817 11592
ac9a91a7
JM
11593Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11594
11595 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11596 Document that these are not used.
ac9a91a7
JM
11597
11598Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11599
11600 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11601
392a587b
JM
11602Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11603
11604 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11605 numargs was dropped.
392a587b
JM
11606
11607Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11608
11609 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11610
b83266a0
SS
11611Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11612
11613 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11614 Update.
b83266a0 11615
7a292a7a
SS
11616Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11617
11618 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11619 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11620
11621Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11622
11623 * gdbint.texinfo: Fix typos: $ -> @.
11624
11625Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11626
11627 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11628 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11629 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11630 BREAKPOINT_FROM_PC.
a9331b3f 11631
7a292a7a
SS
11632Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11633
11634 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11635 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11636
11637Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11638
11639 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11640 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11641
116421999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11643
11644 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11645 longer exists.
11646
11647Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11648
11649 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11650 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11651 they make the manual source incomprehensible.
7a292a7a
SS
11652 * h8-cfg.texi: Remove, hasn't been used in years.
11653
c906108c
SS
11654Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11655
11656 * gdb.texinfo: Update the credits.
11657
11658Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11659
11660 * gdb.texinfo: Fix mistakes noticed in printout of last
11661 draft, add Alpha to discussion of heuristic fence post.
11662
11663Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11664
11665 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11666 Edition, merge some HP changes into mainline, describe some
11667 previously undocumented features, describe more of the target
11668 commands available, eliminate obsolete section on renamed
11669 commands.
c906108c
SS
11670 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11671
11672Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11673
11674 * gdb.texinfo: Make many HPPA conditionals unconditional,
11675 including catchpoint description, since now on for all configs.
11676 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11677 specializations.
11678
11679Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11680
11681 * Makefile.in (GDBvn.texi): Fix match expression to work with
11682 current format of VERSION in gdb/Makefile.in.
11683 * gdb.texinfo: Fix node ref to match new readline.
11684
11685Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11686
a9331b3f
RM
11687 * gdb.texinfo: Changes made as part of a project to merge in
11688 changes made by HP. Documentation makes extensive use of
c906108c
SS
11689 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11690 on remote debugging. There are differences in documentation
889bf7c5 11691 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
11692 the HP manual discusses catchpoints, hardware watchpoints, and
11693 some HPUX specific limitations for shared library support.
a9331b3f 11694
c906108c
SS
11695 There are also a number of @node changes.
11696
116971999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11698
11699 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11700 (C Usage): Same.
11701
11702Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11703
11704 The following changes were made by Edith Epstein
889bf7c5
PA
11705 <eepstein@cygnus.com> as part of a project to merge in changes
11706 made by HP.
a9331b3f 11707
c906108c
SS
11708 * HPPA-cfg.texi: new file.
11709
11710 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11711
11712 * refcard.tex: change documentation about catch.
11713 removed info catch.
11714
11715Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11716
11717 * gdbint.texinfo: Expand on GDB's coding standards,
11718 specify the use of arg names with prototypes.
11719
117201998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11721
11722 * gdb.texinfo: Fix tipo.
11723
11724Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11725
11726 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 11727 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
11728
11729Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11730
11731 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11732
117331998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11734
11735 * agentexpr.texi: New file.
11736
11737Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11738
11739 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11740
117411998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11742
11743 * remote.texi: Changed wording that implied that the GDB remote
11744 protocol caches register values instead of GDB itself.
11745
11746Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11747
11748 * gdbint.texinfo: Add some info about symbol readers.
11749 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11750 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11751 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11752 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11753
11754Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11755
a9331b3f 11756 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
11757
11758Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11759
11760 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11761
11762Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11763
11764 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 11765 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
11766
11767Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11768
11769 * gdbint.texinfo: Fix minor typos.
11770
11771Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11772
11773 * gdbint.texinfo: Complete overhaul. Group descriptions more
11774 logically, add more info on generic algorithms, remove much
11775 obsolete and/or wrong material.
11776
11777Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11778
11779 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11780
11781Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11782
11783 * refcard.tex: Copyright, address updates.
11784
11785Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11786
11787 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11788 for the edition instead of confusing GDB-version-like numbers.
11789
11790Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11791
11792 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11793
11794Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11795
5ae4183a 11796 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
11797
11798Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11799
11800 * gdb.texinfo: Add some credits, mention bug monitor.
11801 * remote.texi: Mention mips monitor targets.
11802 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 11803
c906108c
SS
11804Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11805
11806 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
11807 files, finish sorting of host vs target vs native macros, describe
11808 some more of them.
c906108c
SS
11809
11810Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11811
11812 * gdbint.texinfo (Host Conditionals): Document change from
11813 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11814
11815Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11816
11817 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 11818 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
11819
11820Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11821
11822 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11823 Document LSEEK_NOT_LINEAR.
11824
11825Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11826
11827 * stabs.texinfo (Stab Section Basics): Make it clear that only
11828 some versions of the GNU linker remove the leading N_UNDF symbol.
11829
11830Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11831
11832 * stabs.texinfo (String Field): Document type number pairs here,
11833 instead of in the Sun specific section.
11834 (Include Files): The GNU linker supports the N_BINCL
11835 optimization. Clarify the N_BINCL value, and what it is used
11836 for.
11837 (Procedures): Document N_FUN with an empty string to mark the end
11838 of a function.
11839 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11840 (Sun Differences): Remove this node, as the information is now
11841 elsewhere in the main document.
11842 (Stab Section Basics): Mention that the GNU linker may optimize
11843 stabs and remove the leading N_UNDF symbol.
11844
11845Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11846
11847 * gdb.texinfo, refcard.tex: Restore author credit
11848
11849Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11850
11851 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11852 documentation to account for START and END macros taking
11853 one arg.
11854
11855Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11856
11857 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11858 * gdb.texinfo (Frames): Fix typo.
11859
11860Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11861
11862 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11863 a target_signal as arg type, not a pid.
11864
11865Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11866
11867 * gdb.texinfo: Document `set assembly-language'.
11868
11869Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11870
11871 * remote.texi: Update list of stubs in the GDB distribution.
11872
11873Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11874
11875 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
11876 Also document that some systems can use mmalloc but must define
11877 this if their C runtime allocates memory that is later freed.
c906108c 11878 (MMCHECK_FORCE): Document new macro.
a9331b3f 11879
c906108c
SS
11880Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11881
11882 * remote.texi: Add documentation for target Sparclet.
11883
11884Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11885
a9331b3f 11886 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
11887 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11888 * configure.in: Rewritten for autoconf.
11889 * configure: New.
11890
11891Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11892
11893 * Makefile.in (DVIPS): New define, set to dvips.
11894 (dvi): Add stabs.dvi.
11895 (ps): New target.
11896 (all-doc): Depend on info, dvi, and ps targets.
11897 (STAGESTUFF): Add *.ps and *.dvi files.
11898 (clean-info, clean-dvi): Remove.
11899 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11900 rules completely rewritten.
11901 (maintainer-clean): Remove clean-info and clean-dvi
11902 dependencies and put their actions in the rules.
11903 (gdb.ps): New target
a9331b3f 11904 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
11905 intermediate TeX files, whether they have 2 or 3 character
11906 extensions.
11907 (gdbint.ps): Add target and rules.
11908 (gdb-internals): Delete unused target.
11909 (Makefile): Depends upon config.status also.
11910
11911Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11912
11913 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11914 set.
11915
11916Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11917
11918 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11919 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11920
11921Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11922
11923 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11924
11925Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11926
11927 * gdb.texinfo (Print settings): Document
11928 `set/show print static-members' commands.
11929
11930Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11931
11932 * gdbint.texinfo (Native): Document name change, coredep.c to
11933 core-aout.c.
11934
11935Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11936
11937 * stabs.texinfo (Include Files): Document the values the SunOS4
11938 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11939
11940Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11941
11942 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11943 Fix typo.
11944
11945Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11946
11947 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11948 "gdb.tar.Z".
11949
11950Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11951
11952 * Makefile.in (maintainer-clean): New target, synonym for
11953 realclean.
11954
11955Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11956
11957 * Update all FSF addresses except those in COPYING* files.
11958
11959Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11960
11961 From Richard Earnshaw (rearnsha@armltd.co.uk):
11962 * gdb.texinfo (convenience variables): Document $_exitcode.
11963 (quit): Document optional expression to use as exit code.
11964
11965Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11966
11967 * gdb.texinfo, remote.texi: Brought up to date with various
11968 GDB changes.
11969
11970Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11971
11972 * gdb.texinfo: Update dates and versions, fix comments about
11973 hardware watchpoints in future releases and about the
11974 sharedlibrary command.
11975
11976Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11977
11978 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11979 C_FUN stab. Other cleanups.
11980
11981Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11982
11983 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11984 for the sparc stub.
11985
11986Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11987
11988 * annotate.texi: Clarify which addresses have differing formats
11989 depending on the language and which do not.
11990
11991Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11992
11993 * remote.texi (NetWare): Changed example to use BOARD= instead of
11994 NODE= argument to reflect correspoding change to gdbserve.nlm.
11995
11996Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11997
11998 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11999 GDB, as well as AIX dbx, supports the size type attribute.
12000
12001Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12002
12003 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12004
12005Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12006
12007 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12008 and new 'if' and 'while' commands.
12009
12010Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12011
12012 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12013
12014Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12015
12016 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12017 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12018 NetWare targets. Mostly stolen from the Server node.
12019
12020Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * gdb.texinfo (Setting): Talk about the language of a source file
12023 versus the working language. The old documentation did not match
12024 what GDB did.
12025
12026Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12027
12028 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12029 of a source file.
12030
12031Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12032
12033 * gdb.texinfo (Processes): New node.
12034
12035Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12036
12037 * remote.texi: Update documentation of set/show mipsfpu.
12038
3fc11d3e
JM
12039Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12040
12041 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12042 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12043
12044Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12045
12046 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12047 obsolete conditionals, described some others.
12048
12049Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12050
12051 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12052 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12053
12054Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12055
12056 * gdbint.texinfo: Put regex conditionals in their own table.
12057
12058Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12059
12060 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12061 described or fixed the descriptions of many others.
12062
12063Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12064
12065 * gdb.texinfo: Add some more credits.
12066 * gdbint.texinfo: Capitalize GDB consistently, describe some
12067 macros and remove some.
12068
12069Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12070
12071 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12072 obsolete conditionals, described some others.
12073
12074Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12075
12076 * gdb.texinfo (help targets): Changed to `help target', which
12077 is the correct gdb command.
12078
12079Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12080
12081 * annotate.texi (TODO): New node, for keeping track of annotations
12082 suggested but not yet implemented.
12083
12084Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12085
12086 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12087 another symbol, it is not the address itself.
12088
12089Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12090
12091 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12092 of stabs-in-coff sections.
12093
12094Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12095
12096 * annotate.texi: Change edition to 0.5 and date to May 1994.
12097 Add index.
12098 (Frames): New node, for frame annotation.
12099 (Displays): New node, for display annotation.
12100
12101 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12102 when waiting for your program to stop.
12103
12104Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * annotate.texi (Breakpoint Info): Document annotation of header
12107 fields and record annotation.
12108
12109Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12110
12111 * annotate.texi: New file, to document annotations.
12112
12113Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12114
12115 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12116 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12117
12118Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12121 section, and say n_strx field is compilation unit relative.
12122 * stabs.texinfo: Don't use @code for a.out when it is the name of
12123 an object file format.
12124
12125Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12126
12127 * gdb.texinfo: Refer to file names, not path names, per rms
12128 convention.
12129 (Arguments): Fix typo.
12130
12131Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12132
12133 * stabs.texinfo (Global Variables): Talk about stabs in files
12134 where variables are referenced, but not defined.
12135
12136Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12137
12138 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12139 Cplusplus to new nodes Member Type Descriptor and Method Type
12140 Descriptor. Re-write stuff for #.
12141
12142Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12143
12144 * gdb.texinfo (Print Settings): Don't document "set print
12145 fast-symbolic-addr off". The bug which it worked around was fixed
12146 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12147
12148 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12149 N_ENTRY node.
12150
12151 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12152
12153Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12154
12155 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12156 references to ieee-float.c.
12157
12158Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12159
12160 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12161 match what the code actually does.
12162
12163Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12164
12165 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12166
12167Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12168
12169 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12170 i, and b.
12171
12172Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12173
12174 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12175 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12176 as "stabs in sections" rather than just saying "ELF and SOM".
12177 Also make that stuff apply to COFF.
12178
12179Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12180
12181 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12182 Ghostscript.
12183
12184Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12187 versus functions without line numbers, also mention stepping into
12188 them as well as "step" when you are in them. Tell the user how to
12189 deal with the situation. Add comment about "debugging information".
12190
12191Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12192
12193 * stabs.texinfo (Enumerations): Document restriction on where
12194 enumeration types can appear and still win with GDB.
12195
12196Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12197
12198 * stabs.texinfo (Negative Type Numbers): Document format for type
12199 -16.
12200
12201Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12202
12203 * gdb.texinfo (Selection, Frame Info): Update information about
12204 arbitrary frame specficiations.
12205
12206Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12207
12208 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12209
12210Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12211
12212 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12213
12214Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12215
12216 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12217
12218Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12219
12220 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12221 Differences node to Statics node.
12222 (Statics): Discuss XCOFF use of V symbol descriptor.
12223
12224 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12225 not clean.
12226
12227Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12228
12229 * gdb.texinfo (Print Settings): Document `set print
12230 fast-symbolic-addr' and improve the doc for some other
12231 `set print's.
12232
12233Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12234
12235 * stabs.texinfo (String Field): Talk about defining several type
12236 numbers at once.
12237 Fix lint regarding changing node ELF Transformations to
12238 ELF and SOM Transformations.
12239
12240Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12241
12242 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12243
12244Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12245
12246 * stabs.texinfo (Cross-References): `::' is for nested types only
12247 within <>.
12248 (Structures): Document static members.
12249
12250Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * stabs.texinfo: Document S type attribute.
12253
12254Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12255
12256 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12257
12258Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12259
12260 * gdbint.texinfo: Fix a few typos.
12261
12262Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12263
12264 * gdb.texinfo, remote.texi: formatting improvements
12265
12266 * gdb.texinfo (New Features): mention threads.
12267 (Summary, C): fix xrefs in newly contributed text.
12268 (Threads): index entries, clarifications, example
12269 (passim): minor typos fixed, phrasing improvements
12270
12271 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12272 entries; (Server): explain use of gdbserver w/real-time systems,
12273 add example of conflicting TCP port; (MIPS Remote) break up
12274 running text into table, highlighting commands, and add example.
a9331b3f 12275
c906108c
SS
12276Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12277
12278 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12279
12280Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12281
12282 * stabs.texinfo (Nested Symbols): New node.
12283 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12284
12285Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12286
12287 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12288 to picking which Bbss.bss symbol to use, and (because there seems to
12289 be no good way of doing it) re-write some of the text to make it
12290 sound like Bbss.bss isn't such a great idea after all (as currently
12291 designed).
12292
12293 * gdb.texinfo (C): In addition to saying people have to use g++ for
12294 good results, say they have to use stabs. Specifically say cfront
12295 doesn't work well.
12296 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12297 the gdb README. Add xrefs to places where the support for the various
12298 languages is described in detail.
12299
12300Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12301
12302 * stabs.texinfo: Clean up stuff about visibility and virtual
12303 characters.
12304
12305 * stabs.texinfo (N_M2C): Cite Sun doc.
12306
12307Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12308
12309 * gdb.texinfo: updates re threads.
12310 * remote.texinfo: avoid index entries starting with digits.
12311
12312Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12313
12314 * stabs.texinfo (Enumerations): Talk about large, negative and
12315 octal values. Clean up cross reference to type attributes.
12316 (String Field): Say that GDB 4.11 supports size attribute.
12317
12318Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12319
12320 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12321 is a mandatory step. Make the stuff about that more concise.
12322
12323Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12324
12325 * stabs.texinfo (Class Names): New node.
12326
12327 * gdb.texinfo (Command Files): Explain order of init file reading.
12328
12329 * remote.texi (Bootstrapping): Talk about getting the serial driver
12330 to deal with ^C sent by gdb to stop the remote system.
12331
12332Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12333
12334 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12335
12336 * libgdb.texinfo (Defining Commands): made the DOC arg
12337 to gdb_define_app_command a char * instead of char **
12338 per a suggestion from kingdon.
12339
12340 * libgdb.texinfo: total rewrite from a different starting
12341 premise.
12342
12343Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12344
12345 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12346 floats passed as doubles (to improve clarity).
12347
12348Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12349
12350 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12351
12352 * a4rc.sed: update to work with Andreas Vogel papersize params
12353
12354 * refcard.tex: use Andreas Vogel simplifications of papersize
12355 params; remove useless version info; update copyright date.
12356
12357Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12358
12359 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12360
12361Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * gdb.texinfo (Files): Say what address the load command loads it at.
12364
12365 * stabs.texinfo (Common Blocks): Minor cleanups.
12366
12367 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12368 that Sun has backed away from the linker kludge and thus the relevant
12369 issue is changes to the SunPRO tools, not the Solaris linker.
12370
12371 * stabs.texinfo (Traditional Integer Types): Clean up description
12372 of octal bounds a little bit. Document extra leading zeroes.
12373
12374Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12375
12376 * gdb.texinfo (Signaling): Update for symbolic symbol names
12377 and add a section explaining the difference between the GDB
12378 signal command and the shell kill utility.
12379
12380Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12381
12382 * libgdb.texinfo: added `@' to braces that were unescaped.
12383
12384Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12385
12386 * libgdb.texinfo: new file. Spec for the gdb library.
12387
12388Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12389
12390 * stabs.texinfo (Include Files): Fix typo (start -> end).
12391
12392Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12393
12394 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12395 from Melissa at FSF's editing pass.
12396
12397Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12398
12399 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12400 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12401 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12402
12403Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12404
12405 * remote.texi (Bootstrapping): Discuss 386 call gates.
12406
12407Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12408
12409 * stabs.texinfo (Based Variables): New node.
12410
12411Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12412
12413 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12414 names, sizes, and formats to suggest how not to lose.
12415
12416Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12417
12418 * stabs.texinfo (Methods): Fix typo.
12419
12420Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12421
12422 * gdb.texinfo: Fix a few typos.
12423
12424Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * gdb.texinfo: Clarify how well it works with Fortran.
12427
12428 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12429 More on relocating stabs in ELF files.
12430
12431Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12432
12433 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12434
12435Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12436
12437 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12438 parameters on VAX.
12439
12440Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12441
12442 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12443
12444Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * stabs.texinfo: Make info author notice match the TeX author notice.
12447
12448Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12449
12450 * stabs.texinfo: Initial-caps all words in node names and
12451 non-trivial words in section names.
12452
12453Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12454
12455 * stabs.texinfo: Many minor cleanups.
12456
12457 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12458
12459Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12460
12461 * stabs.texinfo: Remove full description of big example.
12462 It's not really helpful; just use pieces of it where appropriate.
12463 Add more Texinfo formatting directives (@samp, etc.).
12464 Use @deffn to define stab types.
12465 Eliminate some wordiness. Break up some nodes.
12466 Add an (alphabetized) index of symbol types.
12467 Use consistent capitalization style in node and section names.
12468
12469Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12470
12471 * gdb.texinfo: Change typo "Two two" to "The two".
12472
12473Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12474
12475 * stabs.texinfo (XCOFF-differences): Remove references to
12476 non-existent types N_DECL and N_RPSYM.
12477
12478 * stabs.texinfo (String Field): Say that type attributes bug is
12479 fixed in GDB 4.10, since it is.
12480
12481 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12482
12483Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12484
12485 * stabs.texinfo: Formatting cleanups.
12486
12487Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12488
12489 * stabs.texinfo: When explaining the n_type of a stab, standardize
12490 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12491 no tabs, use @r).
12492 (Global Variables): Clean up.
12493
12494Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12495
12496 * stabs.texinfo (Stack Variables): Re-write.
12497
12498Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12499
12500 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12501 addresses of a source file. Also revise formatting.
12502 Change "object module" or "object file" to "source file".
12503 Various: Miscellaneous cleanups.
12504
12505Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12506
12507 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12508
12509Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12510
12511 * gdbint.texinfo: Removed many nonsensical machine-collected
12512 host and target conditionals, described some of the remainder.
12513
12514Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12515
12516 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12517
12518 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12519 paragraph which follows.
12520
12521 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12522 variables. Looks better and avoids overful hbox.
12523
12524Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12525
12526 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12527
12528Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12529
12530 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12531 retransmit-timeout
12532
12533Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12534
12535 * gdbint.texinfo: Update statement about `some ancient Unix
12536 systems, like Ultrix 4.0' to Ultrix 4.2.
12537
12538Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12539
12540 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12541
12542 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12543
12544 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12545 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12546
12547 * remote.texi: new name for former gdbinv-s.texi
12548
12549 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12550
12551Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12552
12553 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12554 variables for MIPS remote debugging protocol.
12555
12556Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12557
12558 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12559
12560Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12561
12562 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12563
12564Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12565
12566 * gdb.texinfo: repair conditional bugs in text markup
12567
12568Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12569
12570 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12571 to select Modula-2 material.
12572
12573Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * stabs.texinfo: Cleanups regarding statics.
12576
12577 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12578 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12579
12580Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12581
12582 * stabs.texinfo: N_MAIN is sometimes used for C.
12583
12584Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12585
12586 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12587
12588Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12589
12590 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12591 removed from the code by Kingdon.
c906108c
SS
12592
12593Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12594
12595 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12596 input when evaluating breakpoint conditions; the bug has been fixed.
12597
12598 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12599 sets the ignore count to N-1, not to N.
12600
12601Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12602
12603 * refcard.tex (\hoffset): correct longstanding error to match
12604 intended offset; avoids cutting off edge on some printers
12605
12606Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12607
12608 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12609
12610Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12611
12612 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12613
12614Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12615
12616 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12617 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12618 collect sed edits if any, apply to refcard before formatting;
12619 (refcard.ps) stop implying PS fonts if PS output requested;
12620 (lrefcard.ps) delete extra target for variant PS fonts
12621
12622 * refcard.tex: parametrize papersize dependent info, collect
12623 in easily replaced spot
12624
12625 * a4rc.sed: new file, edits to refcard for A4 paper
12626
12627Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12628
12629 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12630
12631Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12632
12633 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12634
12635Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12636
12637 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12638 politely rather than rudely.
12639
12640Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12641
12642 * stabs.texinfo: Document common blocks.
12643
12644Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12645
12646 * stabs.texinfo: Add some basic info about stabs-in-elf.
12647
12648Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12649
12650 * stabs.texinfo (Top): Minor cleanup.
12651
12652Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12653
12654 * Makefile.in (install-info): remove parentdir support
12655
12656Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12657
12658 * gdb.texinfo (Copying): delete this node and references to it;
12659 RMS says this manual need not carry GPL. (passim): Improvements
12660 from last round at FSF, largely due to Ian Taylor review, and
12661 minor formatting improvements.
12662
12663 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12664 largely due to Ian Taylor review. (Debug Session): minor edits to
12665 new text.
12666
12667Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12668
12669 * Makefile.in (realclean): Remove info and dvi files too.
12670
12671Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12672
12673 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12674 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12675 * gdb.texinfo: Change accordingly.
12676
12677 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12678 N_{L,R}BRAC,N_SLINE are relative to.
12679
12680Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12681
12682 * Makefile.in (GDBvn.texi): Update atomically.
12683
12684Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12685
12686 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12687
12688Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12689
12690 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12691 addresses together. Also motivate the set print symbol-filename
12692 command and suggest other solutions.
12693
12694Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12695
12696 * gdb.texinfo (set print elements): Note that the number of
12697 elements is set to unlimited by "set print elements 0".
12698
12699Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12700
12701 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12702 NF_LDOUBLE means.
12703 (Stab Types): Include Solaris stab types.
12704 (Procedures): Document Solaris extensions.
12705
12706Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12707
12708 * gdb.texinfo: Add `set print symbol-filename' doc.
12709
12710Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12711
12712 * stabs.texinfo (Arrays): Talk about type definition vs. type
12713 information.
12714
12715 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12716 the trailing semicolon.
12717
12718Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12721 and merge in other parts of the document addressing these subjects.
12722 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12723
12724 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12725 at the end of a range type.
12726
12727 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12728 AIX extensions.
12729
12730Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12731
12732 * stabs.texinfo (Stabs Format): Misc fixes.
12733
12734Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12735
12736 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12737 (Traditional builtin types): Document convex convention for long long.
12738 (Negative builtin types): Discuss type names, and misc fixes.
12739
12740Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12741
12742 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12743 point types used with @samp{R} type descriptor.
12744 (Symbol Descriptors): Describe how to handle conflict between
12745 different meanings of @samp{P} symbol descriptor.
12746
12747Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12748
12749 * stabs.texinfo: Remove node Quick Reference and put its children
12750 directly under the main menu.
12751
12752 * stabs.texinfo: Many more changes to bring it into line with
12753 AIX documentation and reality. I think it now has all the
12754 information from the AIX documentation, except that I burned
12755 out when I got to variant records (Pascal and Modula-2) and
12756 all the COBOL types. Oh well, we can add them later when we're
12757 worrying more about those languages.
12758
12759 * stabs.texinfo (Automatic variables): Talk about what it means
12760 to omit the symbol descriptor.
12761
12762Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12763
12764 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12765 gcc2 behavior with promoted args.
12766
12767Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12768
12769 * gdb.texinfo: include readline appendices in info version of manual
12770
12771Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12772
12773 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12774 target remote.
12775
12776 * gdb.texinfo (Machine Code): more index entries for disassemble
12777
12778Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12779
12780 * Clarify the intended use of the gdb-testers and gdb-patches
12781 mailing lists, and shrink gzip comment.
12782
12783Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12784
12785 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12786 DOSHOST configuration of manual.
12787
12788 * gdb.texinfo (MIPS Stack): new node.
12789
12790 * all-config.texi (MIPS) new switch.
12791
12792 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12793 tense; (MIPS Remote) new node.
12794
12795 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12796 bug; (Environment) less passive, other small cleanups in text about
12797 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12798 (Remote) new MIPS Remote menu entry.
12799
12800Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12801
12802 * stabs.texinfo: Many changes to include information from the
12803 AIX documentation.
12804
12805 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12806
12807Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12808
12809 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12810 Move a bunch of information from ../README.
12811 (Getting Started): New node.
12812
12813Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12814
12815 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12816
12817 * gdb.texinfo: advance manual revision dates to present
12818
12819 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12820 stop using silly Roman numerals in @set variable names
12821
12822Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12823
12824 * stabs.texinfo (Parameters): Keep trying to get this right.
12825
12826Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12827
12828 * stabs.texinfo (Parameters): More on "local parameters".
12829
12830Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12831
12832 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12833
12834Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12835
12836 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12837 (Parameters): Rewrite.
12838 (xcoff-differences, Sun-differences): Minor changes.
12839
12840Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12841
12842 * stabs.texinfo: Minor cleanup.
12843
12844Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12845
12846 * gdbint.texinfo: Minor xcoff stuff.
12847
12848Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12849
12850 * gdbint.texinfo: Update for new config directory structure.
12851 Add info about internal type data structures.
12852
12853Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12854
12855 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12856 $(srcdir).
12857 (gdb-config.texi): Depend on file in $(srcdir).
12858
12859Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12860
12861 * stabs.texinfo: Fixes about N_SO.
12862
12863Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12864
12865 * gdb.texinfo: include list of nonstandard init file names
12866
12867 * *-config.texi: new switch GENERIC for text that applies *only*
12868 to (usual) multiple-target version of manual
12869
12870 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12871 h8 config
12872
12873 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12874 in menus (rather than conditionally selected multiple alternative
12875 menus).
12876
12877 * Makefile.in: define and use DOC_CONFIG var to select
12878 configuration for GDB user manual.
12879
12880 * gdb-config.texi: delete from repository, generate from Makefile.
12881
12882 * all-config.texi: normal `generic' configuration file, formerly
12883 stored as gdb-config.texi
12884
12885Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12886
12887 * Makefile.in: add dvi target to build all .dvi files
12888
12889Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12890
12891 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12892
12893Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12894
12895 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12896 host conditionals.
12897 * stabs.texinfo: More array fixes inspired by Jim's.
12898
12899Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12900
12901 * stabs.texinfo: Fixes re arrays and continuations.
12902
12903 * gdbint.texinfo: Add XCOFF node.
12904
12905Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12906
12907 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12908
12909Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12910
12911 * stabs.texinfo: Fix for array types to mention lower bounds.
12912
12913Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12914
12915 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12916
12917Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12918
12919 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12920
12921Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12922
12923 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12924 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12925
12926Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12927
12928 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12929
12930Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12931
12932 * gdb.texinfo, gdbinv-s.texi: misc updates
12933
12934Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12935
12936 * gdbint.texinfo: Brief documentation for longjmp support,
12937 from an email msg by Stu.
12938
12939Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12940
12941 * stabs.texinfo: Fix description of floating point "range"
12942 types (which really define basic types). Reported by Jim Meehan,
12943 <meehan@src.dec.com>.
12944
12945 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12946
12947Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12948
12949 * gdbint.texinfo: Slightly expand section on supporting a new
12950 object file format.
12951
12952Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12953
12954 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12955 intermediate file.
12956
12957Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12958
12959 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12960
12961Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12962
12963 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12964
12965 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12966 as well as Z8002.
12967
12968Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12969
12970 * gdbint.texinfo: Add sections on clean design and on how to send
12971 in changes.
12972
12973Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12974
12975 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12976
12977Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12978
12979 * gdb.texinfo: Fix typo, reported by Karl Berry.
12980
12981Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12982
12983 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12984
12985Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12986
12987 * gdbint.texinfo: fixed a stray email address (needs @@),
12988 added @table @code to node "Native Conditionals"
12989
12990Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12991
12992 * gdbint.texinfo: Describe coding style of GDB.
12993
12994Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12995
12996 * stabs.texinfo: Minor wording changes.
12997
12998Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12999
13000 * gdbint.texinfo: Improve release doc slightly.
13001
13002Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13003
13004 * gdbint.texinfo: Improve doc of GDB config macros.
13005
13006Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13007
13008 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13009 These will be reinserted when examined.
13010
13011Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13012
13013 * gdbint.texinfo: Make a start at documenting all the #if macros
13014 in GDB. At least list them all, and start separating them into
13015 host-specific and target-specific.
13016
13017Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13018
13019 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13020 examples (not consistent w others).
c906108c
SS
13021 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13022 for generic vn of doc
13023
13024Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13025
13026 * Makefile.in: always create installation directories.
13027
13028Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13029
13030 * gdb.texinfo: in h8 config, do not describe searching commands.
13031
13032Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13033
13034 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13035 conditionals; introduce a few generic switches that may be
13036 useful for other cross-dev or dos-hosted configs.
13037
13038 * gdb.texinfo: fix typo in "info reg" description
13039
13040Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13041
13042 * stabs.texinfo: Minor updates from running TeX over it.
13043 * Makefile.in (stabs.dvi, stabs.ps): Add.
13044
13045Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13046
13047 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13048 First pass at converting it to texinfo.
13049
13050Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13051
13052 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13053 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13054
13055Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13056
13057 * gdbint.texinfo: Add section on partial symbol tables.
13058
13059Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13060
13061 * gdb.texinfo: document `set remotedebug' and `set
13062 rstack_high_address'.
13063
13064Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13065
13066 * gdb.texinfo: slight expansion of new text on reading info files
13067 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13068 H8/300 from DOS.
13069
13070Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13071
13072 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13073
13074Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13075
13076 * gdb.texinfo: Say how to read the `info' files.
13077
13078Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13079
13080 * Makefile.in: gm4 -> m4.
13081
13082Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13083
13084 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13085 Documentation' ahead of `Installing GDB' to match README.
13086 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13087 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13088
13089Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13090
13091 * Makefile.in: remove $(srcdir) from gdb.info rule.
13092
13093Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13094
13095 * Makefile.in: commented out gdb-all.texinfo rule. This is
13096 temporary.
13097
13098Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13099
13100 * Makefile.in, configure.in: removed traces of namesubdir,
13101 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13102 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13103
13104Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13105
13106 * gdb.texinfo: Improve how we ask for bug reports.
13107
13108Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13109
13110 * Makefile.in: infodir belongs in datadir.
13111
13112Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13113
13114 * Makefile.in: remove spaces following hyphens, bsd make can't
13115 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13116 standards.text support.
c906108c
SS
13117
13118Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13119
13120 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13121 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13122 and mandir now keyed off datadir by default.
13123
13124\f
13125Local Variables:
9e9c5ae7 13126mode: change-log
c906108c
SS
13127left-margin: 8
13128fill-column: 74
13129version-control: never
463888ab 13130coding: utf-8
c906108c 13131End:
This page took 2.039619 seconds and 4 git commands to generate.