gdb/python: Add architecture method to gdb.PendingFrame
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
87dbc774
AB
12020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * python.texi (Unwinding Frames in Python): Document
4 PendingFrame.architecture method.
5
edf92af0
EZ
62020-06-26 Eli Zaretskii <eliz@gnu.org>
7
8 * gdb.texinfo (Shell Commands): More accurate description of use
9 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
10
caa7fd04
AB
112020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.texinfo (Maintenance Commands): Document new 'maint print
14 xml-desc' command.
15
5b860c93
PW
162020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17
18 * gdb.texinfo (Command aliases default args): New node documenting
19 how to use default args for a command using aliases.
20 (Aliases): Document the new 'DEFAULT-ARGS...' option.
21 (Help): Update help aliases text and describe when full alias
22 definition is provided.
23
914592f9
TT
242020-06-11 Tom Tromey <tromey@adacore.com>
25
26 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
27
c5a6a07f
JG
282020-06-10 Jonny Grant <jg@jguk.org>
29
30 * gdb.texinfo: Remove broken links Previous and Up from
31 contents.
32
0a4f5f8c
TT
332020-05-23 Tom Tromey <tom@tromey.com>
34
35 * gdb.texinfo (Output Styling): Don't mention completion styling.
36 (Editing): Don't mention readline completion styling.
37
eca1f90c
TT
382020-05-23 Tom Tromey <tom@tromey.com>
39
40 * gdb.texinfo (Output Styling): Mention completion styling.
41 (Editing): Mention readline completion styling.
42
98c59b52
PA
432020-05-19 Pedro Alves <palves@redhat.com>
44
45 * gdb.texinfo (Attach): Update exec-file-mismatch description to
46 mention build IDs.
47 (Separate Debug Files): Add "build id" anchor.
48
5b4a1a8d
PW
492020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
50
51 * gdb.texinfo (Help): Document the help and apropos changes.
52 (Aliases): Document new meaning of -a abbreviation flag.
53
aa8509b4
KR
542020-05-05 Kamil Rytarowski <n54@gmx.com>
55
56 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
57 (info proc exe, info proc mappings, info proc stat): Mention
58 NetBSD support.
59
2b2fbab8
TT
602020-04-28 Tom Tromey <tom@tromey.com>
61
62 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
63
45fc7c99
TT
642020-04-27 Tom Tromey <tromey@adacore.com>
65
66 * python.texi (Types In Python): Mention missing fields. Add
67 dynamic type example.
68
1acda803
TT
692020-04-24 Tom Tromey <tromey@adacore.com>
70
71 PR python/23662:
72 * python.texi (Types In Python): Document new features.
73
0ca4866a
AS
742020-04-15 Artur Shepilko <nomadbyte@gmail.com>
75
76 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
77 clears makeinfo warnings.
78 * python.texi: Add a missing period trailing an @xref{} clause;
79 this clears a makeinfo warning.
80
09f2921c
TV
812020-03-06 Tom de Vries <tdevries@suse.de>
82
83 * gdb.texinfo: Fix "the the".
84
0bab6cf1
TV
852020-03-04 Tom de Vries <tdevries@suse.de>
86
87 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
88 * python.texi: Same.
89
63e163f2
AB
902020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
91
92 * gdb.texinfo (Command History): Extend description for
93 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
94 'set history filename' being optional. Describe the effect of an
95 empty history filename on 'set history save on'.
96
e56d7f1e
AB
972020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
100 output.
101
01b1af32
TT
1022020-02-22 Tom Tromey <tom@tromey.com>
103
104 * python.texi (Python API): Add menu item.
105 (TUI Windows In Python): New node.
106
7c043ba6
TT
1072020-02-22 Tom Tromey <tom@tromey.com>
108
109 PR tui/17850:
110 * gdb.texinfo (TUI Commands): Document horizontal layouts.
111
ee325b61
TT
1122020-02-22 Tom Tromey <tom@tromey.com>
113
114 * gdb.texinfo (TUI Overview): Mention user layouts.
115 (TUI Commands): Document "tui new-layout".
116
b7d2fe14
TT
1172020-01-26 Tom Tromey <tromey@adacore.com>
118
119 * gdb.texinfo (M68K Features): Document floating-point feature
120 correspondence.
121
e47e48f6
PW
1222020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
123
124 * gdb.texinfo (Attach): Document the new option and the
125 set/show commands.
126 (Connecting): Reference the exec-file-mismatch option.
127
65c574f6
PA
1282020-01-10 Pedro Alves <palves@redhat.com>
129
130 * gdb.texinfo (Starting): Say "current inferior not connected"
131 instead of "GDB not connected".
132 (Inferiors and Programs): Rename node to ...
133 (Inferiors Connections and Programs): ... this. Update all
134 references. Talk about multiple target connections. Update "info
135 inferiors" info to mention the connections column. Describe "info
136 connections". Document "add-inferior -no-connection".
137 * guile.texi, python.texi: Update cross references.
138
e5d78223
JB
1392020-01-01 Joel Brobecker <brobecker@adacore.com>
140
141 * gdb.texinfo, refcard.tex: Update copyright year range.
142
db178f47
AB
1432019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * python.texi (Symbols In Python): Remove duplicate description of
146 gdb.lookup_global_symbol.
147
27f7b2f6
SM
1482019-12-11 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
151
d8edc8b7
PW
1522019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
153
154 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
155 as -r is ambiguous. Update the print - TAB TAB completion result.
156 (Data): Document new option -raw-values. Use -p and -pretty in the
157 example, as -r is ambiguous.
158 (Print Settings): Document set print raw values.
159 (Pretty-Printer Commands): Document interaction between enabled
160 pretty printers and -raw-values/-raw-frame-arguments.
161
77bb17b6
TT
1622019-12-10 Tom Tromey <tom@tromey.com>
163
164 * python.texi (gdb.prompt): Use correct quotes in example.
165 Shorten sample text.
166
c2512106
AB
1672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
170 -max-results to some -symbol-info-* commands.
171
293b38d6
AB
1722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
173
174 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
175 -symbol-info-module-functions and -symbol-info-module-variables.
176
a2a7af0c
TT
1772019-12-01 Tom Tromey <tom@tromey.com>
178
179 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
180 (Output Styling): Document new settings.
181
d1da6b01
TT
1822019-12-01 Tom Tromey <tom@tromey.com>
183
184 * gdb.texinfo (TUI Configuration): Document new setting.
185
bf498525
PW
1862019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
187
188 * gdb.texinfo (Define): Indicate that user-defined prefix can
189 be used in 'define' command. Document 'define-prefix' command.
190
db5960b4
AB
1912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
194 -symbol-info-modules.
195
7dc42066
AB
1962019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
199 -symbol-info-functions, -symbol-info-types, and
200 -symbol-info-variables.
201
22138db6
TT
2022019-11-26 Tom Tromey <tom@tromey.com>
203
204 * gdb.texinfo (Maintenance Commands): Document new maint
205 commands.
206
6cc8564b
LM
2072019-11-25 Luis Machado <luis.machado@linaro.org>
208
209 * gdb.texinfo (Debugging Output): Document set debug
210 remote-packet-max-chars.
211
6b92c0d3
TV
2122019-11-14 Tom de Vries <tdevries@suse.de>
213
214 * gdb.texinfo: Fix typos.
215 * python.texi: Same.
216 * stabs.texinfo: Same.
217
45e42163
TT
2182019-11-12 Tom Tromey <tom@tromey.com>
219
220 * gdb.texinfo (Maintenance Commands): Document new command.
221
c86d74cc
TT
2222019-11-11 Tom Tromey <tom@tromey.com>
223
224 * gdb.texinfo (TUI Keys): Document readline function names.
225
c71acd15
TT
2262019-11-11 Tom Tromey <tom@tromey.com>
227
228 * gdb.texinfo (Editing): Document operate-and-get-next.
229
fb092e09
TT
2302019-11-11 Tom Tromey <tromey@adacore.com>
231
232 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
233
086baaf1
AB
2342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * python.texi (Symbols In Python): Add documentation for
237 gdb.lookup_static_symbols.
238
09ff83af
AB
2392019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * python.texi (Symbols In Python): Extend documentation for
242 gdb.lookup_static_symbol.
243
165f8965
AB
2442019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.texinfo (Symbols): Document new 'info module variables' and
247 'info module functions' commands.
248
59c35742
AB
2492019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.texinfo (Symbols): Document new 'info modules' command.
252
aed61d02
PW
2532019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
254
255 * gdb.texinfo (Convenience Funs): Document the new
256 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
257 convenience functions.
258
ed2a2229
CB
2592019-10-29 Christian Biesinger <cbiesinger@google.com>
260
261 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
262 generation.
263 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
264 option.
265
6999161a
TT
2662019-10-23 Tom Tromey <tom@tromey.com>
267
268 * Makefile.in (READLINE_DIR): Update.
269
14796d29
CB
2702019-10-23 Christian Biesinger <cbiesinger@google.com>
271
272 * python.texi (Threads In Python): Add a note for how to get the
273 list of threads.
274
760f7560
TV
2752019-10-07 Tom de Vries <tdevries@suse.de>
276
277 * gdb.texinfo: Fix typo.
278 * guile.texi: Same.
279 * python.texi: Same.
280
0a4b0913
AB
2812019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
282
283 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
284
37f6a7f4
TT
2852019-10-02 Tom Tromey <tromey@adacore.com>
286
287 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
288 $_ada_exception.
289
abf516c6
UW
2902019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
291
292 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
293 qXfer:spu:read and qXfer:spu:write.
294 (General Query Packets): Likewise.
295 (Cell Broadband Engine SPU architecture): Remove subsection.
296
11061048
TT
2972019-09-18 Tom Tromey <tom@tromey.com>
298
299 * gdb.texinfo (Editing): Document readline application name.
300 (TUI Single Key Mode): Document TUI SingleKey keymap name.
301
f1b620e9
MG
3022019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.texinfo (Source Path): Additional text to better describe
305 how the source path directory list is used when searching for
306 source files.
307
4993045d
PW
3082019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
309
310 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
311 examples.
312
2d601616
TT
3132019-09-10 Tom Tromey <tromey@adacore.com>
314
315 * gdb.texinfo (Index Files): Update Ada text.
316
4acfdd20
AB
3172019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.texinfo (Symbols): Add information about the -n flag to
320 "info variables" and "info functions".
321
e3ec872f
YS
3222019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
323
324 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
325
aa7ca1bb
AH
3262019-08-16 Alan Hayward <alan.hayward@arm.com>
327
328 * gdb.texinfo (AArch64 Pointer Authentication)
329 (GDB/MI Breakpoint Information) (Frame Information): Document
330 addr_field.
331
86c6b807
TT
3322019-08-12 Tom Tromey <tom@tromey.com>
333
334 * gdb.texinfo (Configure Options): Document minimum version of
335 readline.
336
1ba7cdcd
AH
3372019-08-09 Alan Hayward <alan.hayward@arm.com>
338
339 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
340
3d31bc39
AH
3412019-08-07 Alan Hayward <alan.hayward@arm.com>
342
343 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
344
0b27c27d
CB
3452019-08-05 Christian Biesinger <cbiesinger@google.com>
346
347 * python.texi (Blocks In Python): Document dictionary access on blocks.
348
ae60f04e
PW
3492019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
350
351 * gdb.texinfo (Symbols): Document new args -dirname and -basename
352 of "info sources" command.
353
2906593f
CB
3542019-07-30 Christian Biesinger <cbiesinger@google.com>
355
356 * python.texi (Symbols In Python): Document new function
357 gdb.lookup_static_symbol.
358
c620ed88
CB
3592019-07-29 Christian Biesinger <cbiesinger@google.com>
360
361 * python.texi (Objfiles In Python): Document new functions
362 Objfile.lookup_{global,static}_symbol.
363
bc4268a5
PW
3642019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
365
366 * gdb.texinfo (Backtrace): Document the new '-frame-info'
367 backtrace option. Reference 'set print frame-info'.
368 (Print Settings): Document 'set|show print frame-info'.
369 Document new 'presence' value for 'set print frame-arguments.
370
a8eab7c6
AB
3712019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.texinfo (Symbols): Add information about -q flag to "info
374 types".
375
86ceaf98
KB
3762019-07-20 Kevin Buettner <kevinb@redhat.com>
377
378 * python.texi (python command): Revise example to match
379 command behavior.
380
cb1e4e32
PA
3812019-07-09 Pedro Alves <palves@redhat.com>
382
383 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
384 examples to show type=catchpoint instead of type=breakpoint and an
385 address.
386
fdbc9870
PA
3872019-07-03 Pedro Alves <palves@redhat.com>
388 Philippe Waroquiers <philippe.waroquiers@skynet.be>
389
390 * gdb.texinfo (Command Settings): New node documenting the general
391 concept of settings, how to change them, and the new "with"
392 command.
393 (Maintenance Commands): Document "maint with".
394
c6ac8931
PA
3952019-07-03 Pedro Alves <palves@redhat.com>
396
397 * gdb.texinfo (Maintenance Commands): Document "maint set/show
398 test-settings" instead of "maint test-settings set/show".
399
4ed4690f
SM
4002019-06-18 Simon Marchi <simon.marchi@efficios.com>
401
402 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
403 deals with a file that has the same name as the specified pid to
404 attach to. Add example using -p option.
405 (gdb man): Remove same sentence as in previous item.
406
30056ea0
AB
4072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
410 node.
411 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
412 new MI commands.
413
3345721a
PA
4142019-06-13 Pedro Alves <palves@redhat.com>
415
416 * gdb.texinfo (Command Completion): Mention command options too.
417 (Command Options): New node.
418 (Threads): Add anchors. Extend descriptions of the "taas" and
419 "tfaas" commands.
420 (Backtrace): Describe new options of the "backtrace" command. Add
421 anchors.
422 (Frame Apply): Describe new options of the "frame apply" and
423 "faas" commands. Add anchors.
424 (Data): Describe new options of the "print" command. Add anchors.
425 (Compiling and Injecting Code): Mention options of the "compile
426 print" command.
427 (Maintenance Commands): Mention "maint test-options" subcommands
428 and the "maint show test-options-completion-result" command.
429
2daf894e
PA
4302019-06-13 Pedro Alves <palves@redhat.com>
431
432 * gdb.texinfo (Print Settings): Document "set/show print
433 raw-frame-arguments" instead of "set/show print raw
434 frame-arguments".
435
dca0f6c0
PA
4362019-06-13 Pedro Alves <palves@redhat.com>
437
438 * gdb.texinfo (Maintenance Commands): Document "maint
439 test-settings" commands.
440
1a3da2cd
AB
4412019-06-06 Amos Bird <amosbird@gmail.com>
442
443 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
444 annotation.
445
e1f2e1a2
CB
4462019-06-04 Christian Biesinger <cbiesinger@google.com>
447
d3238f7d 448 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 449
e664d728
PW
4502019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
451
452 * gdb.texinfo (Help): Document the new -v apropos flag.
453 (Output Styling): Document the style name styling done by "show style".
454 Document the new title and highlight styles.
455
e2c52041
PW
4562019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
457
458 * gdb.texinfo (Shell Commands): Document pipe command.
459 (Logging Output): Add a reference to pipe command.
460 (Convenience Variables): Document $_shell_exitcode and
461 $_shell_exitstatus.
462
000439d5
TT
4632019-05-29 Tom Tromey <tromey@adacore.com>
464
465 * gdb.texinfo (Continuing and Stepping): Document new
466 commands.
467
b7060614
AH
4682019-05-22 Alan Hayward <alan.hayward@arm.com>
469
470 * gdb.texinfo (Shell Commands): Add debugredirect.
471
7166f90a
JV
4722019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
473
474 * gdb.texinfo: Minor formatting fixes.
475
26648588
JV
4762019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
477
478 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
479 MI command -complete.
480
a0a3a1e9
TV
4812019-05-14 Tom de Vries <tdevries@suse.de>
482
483 * gdb.texinfo (Automatic symbol index cache): Add concept and command
484 index entries.
485
3c2fcaf9
TV
4862019-05-14 Tom de Vries <tdevries@suse.de>
487
488 * gdb.texinfo (Maintenance Commands): Remove superfluous
489 quoting on command index entry for "maint info selftests".
490
a97c8e56
TT
4912019-05-10 Tom Tromey <tromey@adacore.com>
492
493 * python.texi (Pretty Printing API): Mention lazy computation for
494 "children".
495
b8e07335
TT
4962019-05-10 Tom Tromey <tromey@adacore.com>
497
498 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
499 exception" and "catch handlers". Move "catch exception unhandled"
500 text. Use @var for "catch load" and "catch unload"
501
9d3421af
TT
5022019-05-08 Tom Tromey <tromey@adacore.com>
503
504 * gdb.texinfo (Symbols): Document change to ptype/o.
505
5f2459c2
EZ
5062019-05-03 Eli Zaretskii <eliz@gnu.org>
507
508 * gdb.texinfo (Separate Debug Files): Document how the
509 subdirectory of the global debug directory is computed on
510 MS-Windows/MS-DOS.
511
2e62ab40
AB
5122019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.texinfo (Print Settings): Document 'print max-depth'.
515 * guile.texi (Guile Pretty Printing API): Document that 'print
516 max-depth' can effect the display of a values children.
517 * python.texi (Pretty Printing API): Likewise.
518 (Values From Inferior): Document max_depth keyword.
519
136afab8
PW
5202019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
521
522 * gdb.texinfo (Calling): Document the new
523 set|show may-call-functions.
524
73f8a590
PA
5252019-04-22 Pedro Alves <palves@redhat.com>
526
527 * gdb.texinfo (Reverse Execution): Mention and xref process record
528 and replay. Mention remote and system emulators.
529 (Process Record and Replay): List supported architectures.
530 Mention that "record btrace" is only supported on Intel
531 processors.
532
aeb2e706
AH
5332019-04-17 Alan Hayward <alan.hayward@arm.com>
534
535 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
536 (Monitor Commands for gdbserver)
537 (gdbserver man): Add debug-file option.
538
2b0c8b01
KB
5392019-04-08 Kevin Buettner <kevinb@redhat.com>
540
541 * python.texi (Inferiors In Python): Rename
542 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
543 Add note about the former being deprecated.
544
c369f8f0
KB
5452019-04-08 Kevin Buettner <kevinb@redhat.com>
546
547 * python.texi (Threads In Python): Add description for method
548 InferiorThread.handle.
549
48ab418e
TT
5502019-04-07 Tom Tromey <tom@tromey.com>
551
552 * Makefile.in (all): Depend on "info".
553
8bdc1658
AB
5542019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.texinfo (Convenience Funs): Document '$_creal' and
557 '$_cimag'.
558
7734102d
EZ
5592019-03-30 Eli Zaretskii <eliz@gnu.org>
560
561 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
562 $_gdb_minor.
563
9f9aa852
AB
5642019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
565
566 * python.texi (Pretty Printing API): Document use of None for the
567 display_hint.
568
6dc0ebde
AH
5692019-03-22 Alan Hayward <alan.hayward@arm.com>
570 Jiong Wang <jiong.wang@arm.com>
571
572 * gdb.texinfo (AArch64 Features): Describe pauth feature.
573
48869a5f
TT
5742019-03-20 Tom Tromey <tromey@adacore.com>
575
576 * python.texi (Selecting Pretty-Printers): Use @defvar for
577 gdb.pretty_printers.
578
5c85e20d
SM
5792019-03-14 Simon Marchi <simon.marchi@efficios.com>
580
581 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
582 of table, "@end @table" -> "@end table".
583
d085f989
TT
5842019-03-14 Tom Tromey <tromey@adacore.com>
585
586 * gdb.texinfo (Output Styling): Document "set style source" and
587 "show style source".
588
b4be1b06
SM
5892019-03-13 Simon Marchi <simon.marchi@ericsson.com>
590
591 * gdb.texinfo (Mode Options): Mention mi3.
592 (Interpreters): Likewise.
593 (GDB/MI Development and Front Ends): Add entry for MI 3 in
594 version table. Document -fix-multi-location-breakpoint-output.
595 (GDB/MI Breakpoint Information): Document format of breakpoint
596 location output.
597
ff6c8b35
SM
5982019-03-05 Simon Marchi <simon.marchi@efficios.com>
599
600 * python.texi (Values From Inferior): Change synopsys of the
601 second form of Value.__init__.
602
e3624a40
EZ
6032019-03-02 Eli Zaretskii <eliz@gnu.org>
604
605 * gdb.texinfo (Output Styling): Fix typos. Document the default
606 foreground colors of the available styles.
607
2c3fc25d
KB
6082019-02-27 Kevin Buettner <kevinb@redhat.com>
609
610 * gdb.texinfo (Configure Options): Document minimum python
611 version.
612
af54ade9
KB
6132019-02-26 Kevin Buettner <kevinb@redhat.com>
614
615 * python.texi (Values From Inferior): Document second form
616 of Value.__init__.
617
c97a7739
JB
6182019-02-23 Joel Brobecker <brobecker@adacore.com>
619
620 * gdb.texinfo: Update copyright year ranges.
621 * refcard.tex: Likewise.
622
7557a514
AH
6232019-02-21 Alan Hayward <alan.hayward@arm.com>
624
625 * gdb.texinfo: Update style defaults.
626
2d8b6830
TT
6272019-02-21 Tom Tromey <tromey@adacore.com>
628
629 * gdb.texinfo (Remote Configuration): Remove trailing "." from
630 @item.
631
1fea0d53
SM
6322019-01-16 Simon Marchi <simon.marchi@ericsson.com>
633
634 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
635 MI versions. Update text around it.
636
6f072a10
PFC
6372019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
638
639 * gdb.texinfo (PowerPC Features): Document the alias
640 pseudo-registers for the org.gnu.gdb.power.altivec feature.
641
041be526
SM
6422019-01-09 Simon Marchi <simon.marchi@ericsson.com>
643
644 * gdb.texinfo (Print Settings): Remove mention of specific
645 demangle-style values, just refer to the in-process help.
646
140a4bc0
TT
6472018-12-28 Tom Tromey <tom@tromey.com>
648
649 * gdb.texinfo (Output Styling): New node.
650
e9076973
JB
6512018-12-13 John Baldwin <jhb@FreeBSD.org>
652
653 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
654 (Native): Add a FreeBSD subsection.
655 (FreeBSD): Document use of system call aliases for compatibility
656 system calls.
657
b5ffee31
AB
6582018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.texinfo (Standard Target Features): Add RISC-V Features
661 sub-section.
662
20813a0b
PW
6632018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
664
665 * gdb.texinfo (Examining the Symbol Table): Document language choice
666 for 'info types|functions|variables' commands.
667 (Setting Breakpoints): Document language choice to print
668 the functions in which a breakpoint is set.
669
4b905ae1
PFC
6702018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
671
672 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
673 requirements for the org.gnu.gdb.power.vsx feature.
674
87f7ab7b
JB
6752018-11-01 Joel Brobecker <brobecker@adacore.com>
676
677 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
678 output to match the current implementation.
679
d321477b
PW
6802018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
681
682 * gdb.texinfo (Information About a Frame): Document changes
683 to 'info args' and 'info locals'.
684 (Examining the Symbol Table): Document changes to 'info functions'
685 and 'info variables'.
686
8d619c01
EBM
6872018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
688
689 * gdb.texinfo (PowerPC Features): Describe new features
690 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
691 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
692 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
693 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
694
232bfb86
EBM
6952018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
696
697 * gdb.texinfo (PowerPC Features): Describe new features
698 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
699
f2cf6173
EBM
7002018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
701
702 * gdb.texinfo (PowerPC Features): Describe new feature
703 "org.gnu.gdb.power.tar".
704
7ca18ed6
EBM
7052018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
706
707 * gdb.texinfo (PowerPC Features): Describe new features
708 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
709
d6677607
TT
7102018-10-20 Tom Tromey <tom@tromey.com>
711
712 * gdb.texinfo (TUI Commands): Add @end table.
713 (TUI Configuration): Remove stray @end table.
714
7806cea7
TT
7152018-10-19 Tom Tromey <tom@tromey.com>
716
717 PR tui/18388:
718 * gdb.texinfo (TUI Commands): Remove tabset documentation.
719 (TUI Configuration): Document "set tui tab-width".
720
163cffef
TT
7212018-10-09 Tom Tromey <tom@tromey.com>
722
723 * python.texi (Inferiors In Python): Link to "Frames In Python",
724 not "Unwinding Frames in Python".
725
eff98030
TT
7262018-10-09 Tom Tromey <tom@tromey.com>
727
728 * gdb.texinfo (Configure Options): Update --enable-ubsan
729 documentation.
730
74792ff7
JB
7312018-10-08 John Baldwin <jhb@FreeBSD.org>
732
733 * gdb.texinfo (Contributors): Add SRI International and University
734 of Cambridge for FreeBSD/riscv.
735
add5ded5
TT
7362018-10-06 Tom Tromey <tom@tromey.com>
737
738 PR python/19399:
739 * python.texi (Inferiors In Python): Document
740 Inferior.Architecture.
741
51e78fc5
TT
7422018-10-06 Tom Tromey <tom@tromey.com>
743
744 PR python/21765:
745 * python.texi (Symbols In Python): Document the module and
746 common-block domains. Remove documentation for incorrect
747 domains.
748
f35d5ade
TT
7492018-10-03 Tom Tromey <tom@tromey.com>
750
751 * gdb.texinfo (Configure Options): Document --enable-ubsan.
752
c1168a2f
JD
7532018-10-02 John Darrington <john@darrington.wattle.id.au>
754
755 * gdb.texinfo (Remote Connection Commands): Describe
756 the changes to target remote and target extended-remote
757 relating to Unix domain sockets.
758
a95746f9
TT
7592018-10-01 Tom Tromey <tom@tromey.com>
760
761 * gdb.texinfo (Configure Options): Document configure options.
762
7f0bd420
TT
7632018-09-29 Tom Tromey <tom@tromey.com>
764
765 * gdb.texinfo (Requirements): Mention C++, GNU make.
766 (Requirements): Sort the table. Add more libraries.
767 (Running Configure): Remove obsolete text.
768 (Separate Objdir): Likewise.
769 (Configure Options): Likewise.
770
f67ffa6a
AB
7712018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
774 to highlight that the number is also the frame's level.
775 (Selection): Rewrite documentation for 'frame' and 'select-frame'
776 commands.
777 (Frame Info): Rewrite documentation for 'info frame' command.
778
ae778caf
TT
7792018-09-23 Tom Tromey <tom@tromey.com>
780
781 PR python/18852:
782 * python.texi (Parameters In Python): Document exception behavior
783 of get_set_string.
784
73f1bd76
JB
7852018-09-18 John Baldwin <jhb@FreeBSD.org>
786
787 * gdb.texinfo (info proc): Remove "running".
788 (info proc mappings): Replace "program" with "process".
789
8b113111
JB
7902018-09-18 John Baldwin <jhb@FreeBSD.org>
791
792 * gdb.texinfo (Process Information): Document "info proc files"
793 command.
794
e6cd1dc1
TT
7952018-09-17 Tom Tromey <tom@tromey.com>
796
797 * gdb.texinfo (Index Files): Update for cache directory change on
798 macOS.
799
8743a9cd
TT
8002018-09-16 Tom Tromey <tom@tromey.com>
801
802 * python.texi (Basic Python): Update docs for find_pc_line,
803 solib_name.
804 (Progspaces In Python): Update docs for current_progspace.
805 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
806 Move method documentation before example.
807
74d3fbbb
SM
8082018-09-13 Simon Marchi <simon.marchi@ericsson.com>
809
810 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
811
0ae1a321
SM
8122018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8132018-09-13 Tom Tromey <tom@tromey.com>
814
815 * python.texi (Program Spaces In Python): Document the
816 Progspace.objfiles method.
817 (Objfiles In Python): Mention that gdb.objfiles() is identical
818 to gdb.selected_inferior().progspace.objfiles().
819
a40bf0c2
SM
8202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8212018-09-13 Tom Tromey <tom@tromey.com>
822
823 * python.texi (Inferiors In Python): Document
824 Inferior.progspace.
825 (Program Spaces In Python): Document that
826 gdb.current_progspace() is the same as
827 gdb.selected_inferior().progspace.
828
1256af7d
SM
8292018-09-13 Simon Marchi <simon.marchi@ericsson.com>
830
831 * python.texi (Basic Python): Mention the string representation
832 of GDB Python objects.
833
3e68067f
SM
8342018-09-12 Simon Marchi <simon.marchi@ericsson.com>
835
836 * gdb.texinfo (Skipping Over Functions and Files): Document
837 set/show debug skip.
838
849cba3b
TT
8392018-09-10 Tom Tromey <tom@tromey.com>
840
841 * python.texi (Frames In Python, Blocks In Python)
842 (Symbols In Python, Symbol Tables In Python)
843 (Lazy Strings In Python): Remove periods from section titles.
844
27a9fec6
TT
8452018-09-10 Tom Tromey <tom@tromey.com>
846
847 * python.texi (Pretty Printing API): Swap sentence order.
848
9da10427
TT
8492018-09-10 Tom Tromey <tom@tromey.com>
850
851 PR python/16461:
852 * python.texi (Values From Inferior): Mention use of virtual
853 table.
854
0d2a5839
TT
8552018-09-10 Tom Tromey <tom@tromey.com>
856
857 * python.texi (Basic Python): Parenthesize argument to
858 decode_line.
859
05c6bdc1
TT
8602018-09-10 Tom Tromey <tom@tromey.com>
861
862 * python.texi (Python): Mention Python versions. Don't mention
863 execfile.
864
e7b5068c
TT
8652018-09-10 Tom Tromey <tom@tromey.com>
866
867 PR python/19808:
868 * python.texi (Unwinding Frames in Python): Rewrite
869 create_unwind_info documentation. Update read_register
870 documentation and add a note about unwinder caution.
871
fb5af5e3
TT
8722018-09-10 Tom Tromey <tom@tromey.com>
873
874 PR python/18909:
875 * python.texi (Events In Python): Fix inferior_call
876 documentation.
877
521b499b
TT
8782018-09-10 Tom Tromey <tom@tromey.com>
879
880 PR python/17752:
881 * python.texi (Frame Filter API): Remove period from subsection
882 title. Mention 100 as good default priority.
883 (Frame Decorator API): Remove period from subsection title.
884 Mention FrameDecorator module.
885
4a5a194a
TT
8862018-09-10 Tom Tromey <tom@tromey.com>
887
888 PR python/23108:
889 * python.texi (Exception Handling): Rearrange gdb.GdbError text
890 and add a table.
891
f5a476a7
TT
8922018-09-10 Tom Tromey <tom@tromey.com>
893
894 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
895 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
896 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
897 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
898
60c0454d
TT
8992018-09-10 Tom Tromey <tom@tromey.com>
900
901 PR python/16484:
902 * python.texi (Frames In Python): Document that Frame.block can
903 throw.
904
088a96da
TT
9052018-09-10 Tom Tromey <tom@tromey.com>
906
907 PR python/23487:
908 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
909
22eb9e92
TT
9102018-09-10 Tom Tromey <tom@tromey.com>
911
912 PR python/16033:
913 * python.texi (Blocks In Python): Document that Block.end is
914 exclusive.
915
078a0207
KS
9162018-08-29 Keith Seitz <keiths@redhat.com>
917
918 * gdb.texinfo (Compiling and injecting code in GDB): Document
919 set/show "compile-oracle" and "compile-cplus-types" commands.
920
6d52907e
JV
9212018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
922
923 * gdb.texinfo (The -stack-list-frames Command): Update description
924 to mention "arch".
925 Update MI examples throughout the document to contain "arch" in
926 frame output.
927
1461bdac
AH
9282018-08-21 Alan Hayward <alan.hayward@arm.com>
929
930 * gdb.texinfo (AArch64 SVE): New subsubsection.
931
26fb3983
JV
9322018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
933
934 * gdb.texinfo (GDB/MI Data Manipulation): Document
935 "-data-disassemble -a addr".
936 (GDB/MI Support Commands): Document "data-disassemble-a-option"
937 feature.
938
7d11235d
SM
9392018-08-07 Simon Marchi <simon.marchi@ericsson.com>
940
941 * gdb.texinfo (Index Files Speed Up GDB): Add section about
942 symbol index cache.
943
129eb0f1
SDJ
9442018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
945
946 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
947 option sections to further clarify that gcore can take more
948 than one PID, and that "-o" is used to specify a prefix, not a
949 filename.
950
3c3bb058
AB
9512018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.texinfo (Maintenance Commands): Add description of
954 maintenance command to control dwarf unwinders.
955
0a232300
PW
9562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
957
958 * gdb.texinfo (Debugging Programs with Multiple Threads):
959 Document changes to 'thread apply'. Document 'taas'.
960 Document 'tfaas'.
961 (Examining the Stack): Document 'frame apply'. Document 'faas'.
962
c7ab0aef
SDJ
9632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
964 Jan Kratochvil <jan.kratochvil@redhat.com>
965 Paul Fertser <fercerpav@gmail.com>
966 Tsutomu Seki <sekiriki@gmail.com>
967
968 * gdb.texinfo (Remote Connection Commands): Add explanation
969 about new IPv6 support. Add new connection prefixes.
970
055303e2
AB
9712018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.texinfo (Remote Configuration): Update descriptions for
974 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
975 and hardware-watchpoint-length-limit variables.
976
471b9d15
MR
9772018-07-02 Maciej W. Rozycki <macro@mips.com>
978
979 PR tdep/8282
980 * gdb.texinfo (Source and Machine Code): Document `set
981 disassembler-options' support for the MIPS target.
982
291f9a96
PT
9832018-06-28 Petr Tesarik <ptesarik@suse.cz>
984
985 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
986
ed6dfe51
PT
9872018-06-28 Petr Tesarik <ptesarik@suse.cz>
988
989 * gdb.texinfo (Files): The address argument for "add-symbol-file"
990 is no longer mandatory.
991
d4d429d5
PT
9922018-06-28 Petr Tesarik <ptesarik@suse.cz>
993
994 * gdb.texinfo (Files): Document "symbol-file -o offset".
995
0dbfed25
TV
9962018-06-14 Tom de Vries <tdevries@suse.de>
997
998 * gdb.texinfo (Background Execution): Add @cindex for '&'.
999
41fc26a2
EZ
10002018-06-11 Eli Zaretskii <eliz@gnu.org>
1001
1002 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1003
5045b3d7
GB
10042018-06-08 Gary Benson <gbenson@redhat.com>
1005
1006 * gdb.texinfo (Maintenance Commands): Document "maint check
1007 libthread-db" and "maint set/show check-libthread-db".
1008
eb6af809
TT
10092018-06-05 Tom Tromey <tom@tromey.com>
1010
1011 PR cli/12326:
1012 * gdb.texinfo (Screen Size): Document "c" response to pagination
1013 prompt.
1014
4b2dfa9d
MR
10152018-05-31 Maciej W. Rozycki <macro@mips.com>
1016
1017 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1018 selection details with the `set endian auto' mode.
1019
701adfb0
PA
10202018-05-31 Alan Hayward <alan.hayward@arm.com>
1021
1022 * gdb.texinfo: Describe SVE feature.
1023
a913fffb
TT
10242018-05-04 Tom Tromey <tom@tromey.com>
1025
1026 PR python/22731:
1027 * python.texi (Breakpoints In Python): Mention that "commands" is
1028 writable.
1029
0489430a
TT
10302018-05-02 Tom Tromey <tom@tromey.com>
1031
1032 PR python/20084:
1033 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1034 PARAM_ZUINTEGER_UNLIMITED.
1035
6d7bb824
TT
10362018-04-30 Tom Tromey <tom@tromey.com>
1037
1038 * python.texi (Types In Python): Document Type.align.
1039
b744723f
AA
10402018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1041
1042 * gdb.texinfo (Symbols): Mention the fact that "info
1043 variables/functions/types" show source files and line numbers.
1044
4a4495d6
MM
10452018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1046
1047 * gdb.texinfo: Document set/show record btrace cpu.
1048
3fcded8f
JB
10492018-03-27 Joel Brobecker <brobecker@adacore.com>
1050
1051 * gdb.texinfo (Ada Settings): New subsubsection.
1052
978d6c75
TT
10532018-03-26 Tom Tromey <tom@tromey.com>
1054
1055 PR backtrace/15582:
1056 * gdb.texinfo (Backtrace): Mention "hide" argument.
1057
ea3b0687
TT
10582018-03-26 Tom Tromey <tom@tromey.com>
1059
1060 * gdb.texinfo (Backtrace): Describe options individually.
1061
76727919
TT
10622018-03-19 Tom Tromey <tom@tromey.com>
1063
1064 * observer.texi: Remove.
1065
386a8676
JB
10662018-03-04 John Baldwin <jhb@FreeBSD.org>
1067
1068 * gdb.texinfo (Debugging Output): Document "set/show debug
1069 fbsd-nat".
1070
db1ae9c5
AB
10712018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.texinfo (Machine Code): Additional information about "info
1074 line" command.
1075
d726cb5d
SN
10762018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1077
1078 * gdb.texinfo (gdb-add-index man): Add pindex.
1079
dbfa4523
SN
10802018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1081
1082 * gdb.texinfo (set cwd): Add period.
1083 (gdb-add-index man): Move anchor.
1084
ba643918
SDJ
10852017-01-12 Tom Tromey <tom@tromey.com>
1086 Sergio Durigan Junior <sergiodj@redhat.com>
1087
1088 * gdb.texinfo (Index Files): Mention gdb-add-index.
1089 (gdb-add-index man): New section.
1090 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1091 from gdb.texinfo.
1092
754452f0
SN
10932018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1094
1095 * gdb.texinfo (pwd): Fix whitespace.
1096
2d97a5d9
JB
10972018-01-09 John Baldwin <jhb@FreeBSD.org>
1098
1099 * gdb.texinfo (pwd): Update cross-reference for Process Information
1100 node and remove explicit /proc reference.
1101 (Native): Rename subsection from SVR4 Process Information to
1102 Process Information.
1103 (Process Information): Reword introduction to be less /proc
1104 centric. Document support for "info proc" on FreeBSD.
1105
9f757bf7
XR
11062018-01-03 Xavier Roirand <roirand@adacore.com>
1107
1108 * gdb.texinfo (Set Catchpoints): Add documentation for new
1109 "catch handlers" action.
1110
cef0f868
SH
11112017-12-27 Stafford Horne <shorne@gmail.com>
1112
1113 * gdb.texinfo (Target Description Format): Explain that arbitrary
1114 strings are now allowed for register groups.
1115
b67d92b0
SH
11162017-12-27 Stafford Horne <shorne@gmail.com>
1117
1118 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1119
7c161838
SDJ
11202017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1121
1122 PR cli/16224
1123 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1124
b89641ba
SM
11252017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * python.texi (Manipulating breakpoints using Python): Document
1128 qualified parameter to gdb.Breakpoint.
1129
0b982d68
SM
11302017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1131
1132 * python.texi (Manipulating breakpoints using Python): Split doc
1133 of Breakpoint.__init__ in two, split text in multiple
1134 paragraphs, don't nest parameter square brackets.
1135
a994fec4
FJ
11362017-12-12 Stafford Horne <shorne@gmail.com>
1137 Stefan Wallentowitz <stefan@wallentowitz.de>
1138 Franck Jullien <franck.jullien@gmail.com>
1139 Jeremy Bennett <jeremy.bennett@embecosm.com>
1140
1141 * gdb.texinfo: Add OpenRISC documentation.
1142
437afbb8
JK
11432017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1146
883fd55a
KS
11472017-12-07 Keith Seitz <keiths@redhat.com>
1148
1149 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1150 and "show print type nested-type-limit".
1151
824cc835
PM
11522017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1153
1154 * python.texi (Breakpoints In Python): Add text relating
1155 to allowed explicit locations and keywords in gdb.Breakpoints.
1156
7403715e
TT
11572017-12-04 Tom Tromey <tom@tromey.com>
1158
1159 * gdb.texinfo (Rust): Update trait object status
1160
97cbe998
SDJ
11612017-12-01 Andrew Cagney <cagney@redhat.com>
1162 Joel Brobecker <brobecker@adacore.com>
1163 Sergio Durigan Junior <sergiodj@redhat.com>
1164
1165 * gdb.texinfo (File Options): Document --readnever.
1166 (Commands to Specify Files): Likewise, for 'symbol-file' and
1167 'add-symbol-file'.
1168
bd69330d
PA
11692017-11-29 Pedro Alves <palves@redhat.com>
1170
1171 PR c++/19436
1172 * gdb.texinfo (Debugging C Plus Plus): Document setting
1173 breakpoints in functions with ABI tags.
1174
a20714ff
PA
11752017-11-29 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.texinfo (Linespec Locations): Document how "function" is
1178 interpreted in C++ and Ada. Document "-qualified".
1179 (Explicit Locations): Document how "-function" is interpreted in
1180 C++ and Ada. Document "-qualified".
1181
ee9a09e9
DC
11822017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1183
1184 PR gdb/21945
1185 * gdb.texinfo (Search Memory): Update description and example
1186 about how to search a string without NULL terminator.
1187
e547c119
JB
11882017-11-24 Joel Brobecker <brobecker@adacore.com>
1189
1190 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1191 new "exception-message" field.
1192
5f1ca24a
SM
11932017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1196
d044bac8
PA
11972017-11-24 Pedro Alves <palves@redhat.com>
1198
1199 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1200 false claim that GDB inserts quoting automatically.
1201 (Symbols): Add anchor.
1202
2400729e
UW
12032017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1204
1205 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1206
d8ae99a7
PM
12072017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1208
1209 * python.texi (Basic Python): Add rbreak documentation.
1210
d0fe4701
XR
12112017-11-07 Xavier Roirand <roirand@adacore.com>
1212 Pedro Alves <palves@redhat.com>
1213
1214 * gdb.texinfo (Set Breaks): Document support for breakpoint
1215 location ranges in the enable/disable commands.
1216
bc3b087d
SDJ
12172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1218
1219 * gdb.texinfo (Starting your Program) <The working directory.>:
1220 Mention remote debugging.
1221 (Working Directory) <Your Program's Working Directory>:
1222 Likewise.
1223 (Connecting) <Remote Packet>: Add "set-working-dir"
1224 and "QSetWorkingDir" to the table.
1225 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1226 packet.
1227
d092c5a2
SDJ
12282017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1229
1230 * gdb.texinfo (Starting your Program) <The working directory.>:
1231 Mention new "set cwd" command.
1232 (Working Directory) <Your Program's Working Directory>:
1233 Rephrase to explain that "set cwd" exists and is the default
1234 way to change the inferior's cwd.
1235
289e23aa
AA
12362017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1237
1238 * gdb.texinfo (S/390 and System z Features): Document the new
1239 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1240
f2ff95c5
KB
12412017-09-21 Kevin Buettner <kevinb@redhat.com>
1242
1243 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1244 attribute.
1245
da2c323b
KB
12462017-09-21 Kevin Buettner <kevinb@redhat.com>
1247
1248 * python.texi (Inferiors In Python): Add description for method
1249 Inferior.thread_from_thread_handle.
1250
4e5a4f58
JB
12512017-09-19 John Baldwin <jhb@FreeBSD.org>
1252
1253 * gdb.texinfo (Starting your Program): Add description of
1254 starti command. Mention starti command as an alternative for
1255 debugging the elaboration phase.
1256
1526853e
SM
12572017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1258
1259 * gdb.texinfo (Maintenance Commands): Document filter parameter
1260 of "maint selftest". Document "maint info selftests" command.
1261
7c96f8c1
TT
12622017-09-11 Tom Tromey <tom@tromey.com>
1263
1264 * python.texi (Events In Python): Document new events.
1265
d69cf9b2
PA
12662017-09-04 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1269 no-debug-info variables.
1270 (Symbols) <Examining the Symbol Table>: Document inspecting
1271 no-debug-info types.
1272 (Calling) <Calling functions with no debug info>: New subsection,
1273 documenting calling no-debug-info functions.
1274 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1275
0a2dde4a
SDJ
12762017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1277
1278 * gdb.texinfo (set environment): Add @anchor. Explain that
1279 environment variables set by the user are sent to GDBserver.
1280 (unset environment): Likewise, but for unsetting variables.
1281 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1282 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1283 "environment-reset" and "QEnvironmentReset" to the table.
1284 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1285 QEnvironmentReset>: New item, explaining the packet.
1286
6e41ddec
JK
12872017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1288
1289 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1290 "Compiler search for the compile command" descriptions of set
1291 compile-gcc and show compile-gcc.
1292
58afddc6
WP
12932017-08-07 Weimin Pan <weimin.pan@oracle.com>
1294
1295 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1296 ADI support.
1297 * NEWS: Add "adi examine" and "adi assign" commands.
1298
6d580b63
YQ
12992017-08-18 Yao Qi <yao.qi@linaro.org>
1300
1301 * gdb.texinfo (Server): Document "--selftest".
1302
a5afdb16
RK
13032017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1304
1305 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1306 Single-Key mode.
1307
ca145713
SDJ
13082017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1309
1310 PR gdb/21925
1311 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1312 set...").
1313
0968fbae
SM
13142017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1317 conditional expression.
1318
791fb3d7
SM
13192017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1320
1321 * agentexpr.texi (rot): Fix symbolic description, improve
1322 textual description.
1323
27d41eac
YQ
13242017-07-26 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.texinfo (Maintenance Commands): Document command
1327 "maint check xml-descriptions".
1328
8e2141c6
YQ
13292017-07-26 Yao Qi <yao.qi@linaro.org>
1330
1331 * gdb.texinfo (Maintenance Commands): Document optional
1332 argument of "maint print c-tdesc".
1333
c646b4e8
YQ
13342017-07-18 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.texinfo (Maintenance Commands): Improve the doc to
1337 command "maint print c-tdesc".
1338
eb83230b
SDJ
13392017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1340
1341 PR gdb/21606
1342 * python.texi (Python representation of Symbols.): Replace
1343 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1344 * guile.texi (Guile representation of Symbols.): Likewise.
1345
c4dcb155
SM
13462017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1347
1348 * gdb.texinfo (Optional Messages about Internal Happenings):
1349 Document {set,show} debug separate-debug-file commands.
1350
aefd8b33
SDJ
13512017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1352
1353 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1354 (Connecting) <Remote Packet>: Add "startup-with-shell"
1355 and "QStartupWithShell" to the table.
1356 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1357 packet.
1358
176efed1
AB
13592017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1362
d050f7d7
TW
13632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1364
1365 * python.texi (Recording in Python): Factor out the documentation of
1366 gdb.RecordInstruction's super class.
1367
14f819c8
TW
13682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1369
1370 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1371 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1372 prev and next.
1373
0ed5da75
TW
13742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1375
1376 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1377 gdb.RecordInstruction
1378
913aeadd
TW
13792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1380
1381 * python.texi (Recording in Python): Add documentation for
1382 gdb.RecordGap and remove documentation of special cases for
1383 gdb.BtraceInstruction.
1384
a3be24ad
TW
13852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1386
1387 * python.texi (Recording in Python): Remove Record.ptid defvar.
1388
ebe553db
SM
13892017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1390
1391 * gdb.texinfo (GDB/MI Thread Information): Add missing
1392 fields, re-word some things.
1393 (GDB/MI Thread Commands): Describe fields found in the output of
1394 -thread-info, remove description of fields in the
1395 thread output tuple, replace with a cross-reference to "GDB/MI
1396 Thread Information".
1397
9be21bb4
SM
13982017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1399
1400 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1401 from -thread-info output.
1402
fe5f7374
AK
14032017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1404
1405 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1406
eea78757
AK
14072017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1408
1409 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1410
79778b30
YQ
14112017-03-22 Yao Qi <yao.qi@linaro.org>
1412
1413 * python.texi (Inferiors In Python): Remove @code from Python.
1414
cee59b3f
TW
14152017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1416
1417 * python.texi (Recordings In Python): Document return type of
1418 gdb.BtraceInstruction.data.
1419
51457a05
MAL
14202017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1421
1422 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1423 command file-list-shared-libraries
1424 (GDB/MI Async Records): Update documentation of library-loaded with new
1425 field.
1426
701adfb0
PA
14272017-03-20 Artemiy Volkov <artemiyv@acm.org>
1428
1429 PR gdb/14441
1430 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1431 supports both lvalue and rvalue references.
1432
14332017-03-20 Artemiy Volkov <artemiyv@acm.org>
1434
1435 PR gdb/14441
1436 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1437 table of constants.
1438
f8d99587
DE
14392017-03-16 Doug Evans <dje@google.com>
1440
1441 * guile.texi (Lazy Strings In Guile): Mention arrays.
1442 * python.texi (Lazy Strings In Python): Ditto.
1443
5cf70512
JW
14442017-03-08 Jiong Wang <jiong.wang@arm.com>
1445
1446 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1447 character "@".
1448
4a612d6f
WT
14492017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1450
1451 * Memory Protection Extensions: Add information about inferior
1452 calls.
1453
701adfb0
PA
14542017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1455
1456 * gdb.texinfo: Document new set/show disassembler-options
1457 commands.
1458
216f72a1
JK
14592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1462 DW_TAG_GNU_* and DW_AT_GNU_*.
1463
4e746bb6
TW
14642017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1465
1466 * python.texi (Recordings In Python): New section.
1467
3f77c769
TT
14682017-02-14 Tom Tromey <tom@tromey.com>
1469
1470 PR python/13598:
1471 * python.texi (Events In Python): Document events.before_prompt.
1472
5cf30ebf
LM
14732017-02-13 Luis Machado <lgustavo@codesourcery.com>
1474
1475 * gdb.texinfo (Target Commands): Document the optional offset
1476 argument for the load command.
1477
18da0c51
MG
14782017-02-10 Martin Galvan <martingalvan@sourceware.org>
1479
1480 PR gdb/21122
1481 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1482 space-separated breakpoint lists. Also add a missing @table command
1483 and @cindex for breakpoint lists.
1484
3f7b46f2
IR
14852017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1486
1487 PR tdep/20936
1488 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1489 (Sparc Features): New node.
1490
2735833d
WT
14912017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1492
1493 * gdb.texinfo (i386 Features): Add system segment registers
1494 as feature.
1495
373832b6
SM
14962017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1497
1498 * python.texi (Events In Python): Fix typo.
1499
78cbbba8
LM
15002017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1501 Luis Machado <lgustavo@codesourcery.com>
1502
1503 * gdb.texinfo (-target-flash-erase): New MI command description.
1504 (flash-erase): New CLI command description.
1505
387360da
JB
15062017-01-04 John Baldwin <jhb@FreeBSD.org>
1507
1508 * gdb.texinfo (Contributors): Add SRI International and University
1509 of Cambridge for FreeBSD/mips.
1510
34c41c68
DE
15112016-12-22 Doug Evans <xdje42@gmail.com>
1512
1513 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1514 commands.
1515
df3ee9ca
PA
15162016-12-02 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.texinfo (User-defined Commands): Limit on number of
1519 arguments passed to user-defined commands removed; update.
1520
01770bbd
PA
15212016-12-02 Pedro Alves <palves@redhat.com>
1522
1523 PR cli/20559
1524 * gdb.texinfo (Define): Add example of using "eval" to process a
1525 variable number of arguments.
1526 (Output) <eval>: Add anchor.
1527
ad02e4fe
SM
15282016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1529
1530 * Makefile.in: Likewise.
1531
8504e097
AA
15322016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1533
1534 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1535 xref.
1536
39402e6c
PA
15372016-10-29 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1540 actions.
1541
ca6eff59
PA
15422016-10-26 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1545 actions that match a thread, and what happens when an action
1546 matches a thread that is already running.
1547
be06ba8c
SM
15482016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1549
1550 * gdb.texinfo (Using Trace Files): Fix typo.
1551 (GDB/MI Tracepoint Commands): Likewise.
1552
99e61eda
SM
15532016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1554
1555 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1556 of -trace-save.
1557
9c37b5ae
TT
15582016-10-06 Tom Tromey <tom@tromey.com>
1559
1560 * guile.texi (Types In Guile): Remove Java mentions.
1561 * python.texi (Types In Python): Remove Java mentions.
1562 * gdb.texinfo (Address Locations, Supported Languages)
1563 (Index Section Format): Remove Java mentions.
1564
ee8da4b8
DE
15652016-08-15 Doug Evans <dje@google.com>
1566
1567 * gdb.texinfo (Target Description Format): Update docs on "end"
1568 field spec and field default type.
1569
4034d0ff
AT
15702016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15712016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1572
1573 PR gdb/20487
1574 * gdb.texinfo (Context management): Update mention of frame
1575 change notifications.
1576 (gdb/mi Async Records): Document frame field in
1577 =thread-select event.
1578 * observer.texi (GDB Observers): New user_selected_context_changed
1579 observer.
1580
4435e1cc
TT
15812016-09-28 Tom Tromey <tom@tromey.com>
1582
1583 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1584 than "memory breakpoint". Further document "kind". Move
1585 protocol-details link earlier.
1586 <z1>: Document the cmd_list argument. Fix typo.
1587 <g>: Remove incorrect sentence.
1588 (Stop Reply Packets): Document "OK" response to requests when in
1589 non-stop mode.
1590 <swbreak>: Use "software breakpoint" rather than "memory
1591 breakpoint".
1592 <create>: Document that "R" is ignored.
1593 <W, X, w>: Document formatting of "AA".
1594 (Notification Packets): Use "%Stop", not "%%Stop".
1595
ad0a504f
AK
15962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1597
1598 * gdb.texinfo (Embedded Processors): Document ARC.
1599 (Synopsys ARC): New section.
1600 (Standard Target Features): Document ARC features.
1601 (ARC Features): New section.
1602
74172ecf
SM
16032016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1604
1605 * .gitignore: New file.
1606
0a1ddfa6
SM
16072016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1608
1609 * gdb.texinfo (Input/Output): Mention possibility to unset
1610 inferior-tty.
1611
c0272db5
TW
16122016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1613
1614 * gdb.texinfo: Resume btrace on reconnect.
1615
e3487908
GKB
16162016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1617
1618 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1619 syscall.
1620
463888ab
РИ
16212016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1622
1623 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1624 command.
1625
dac790e1
TT
16262016-07-13 Tom Tromey <tom@tromey.com>
1627
1628 PR python/15620, PR python/18620:
1629 * python.texi (Events In Python): Document new breakpoint events.
1630
93daf339
TT
16312016-07-13 Tom Tromey <tom@tromey.com>
1632
1633 PR python/17698:
1634 * python.texi (Breakpoints In Python): Document
1635 Breakpoint.pending.
1636
cda75e70
TT
16372016-07-13 Tom Tromey <tom@tromey.com>
1638
1639 * python.texi (Breakpoints In Python): Move table of types and
1640 table of watchpoint types earlier in node.
1641
e0f3fd7c
TT
16422016-07-12 Tom Tromey <tom@tromey.com>
1643
1644 PR python/19293:
1645 * python.texi (Frames In Python): Document
1646 gdb.invalidate_cached_frames.
1647
86f78169
PA
16482016-06-21 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1651 document new-ui and explain use case.
1652
a28d8e50
YTL
16532016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1654
1655 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1656 (NDS32 Features): New Section.
1657
bb556f1f
TK
16582016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1659
1660 * gdb.texinfo (Examining Memory): Document negative repeat
1661 count in the 'x' command.
1662
38b022b4
SM
16632016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1664
1665 * gdb.texinfo (GDB/MI Async Records): Document method and
1666 format fields in =record-started.
1667 * observer.texi (record_changed): Add method and format
1668 parameters.
1669
c185ba27
EZ
16702016-05-27 Eli Zaretskii <eliz@gnu.org>
1671
1672 * gdb.texinfo (General Query Packets): Move the description of the
1673 response before the long list of the specific 'read' and 'write'
1674 requests.
1675
1957f6b8
TT
16762016-05-23 Tom Tromey <tom@tromey.com>
1677
1678 * python.texi (Basic Python): Document gdb.breakpoints return.
1679
224f10c1
TT
16802016-05-24 Tom Tromey <tom@tromey.com>
1681
1682 PR gdb/19194:
1683 * gdb.texinfo (gdb man): Fix typo.
1684
0bdfa368
TT
16852016-05-17 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1688 (Rust): New node.
1689
dcd1f979
TT
16902016-05-17 Tom Tromey <tom@tromey.com>
1691
1692 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1693
310cdbb6
YQ
16942016-04-27 Yao Qi <yao.qi@linaro.org>
1695
1696 * gdb.texinfo (tfind): Complete doc about tfind without
1697 argument.
1698
b8162e5a
AT
16992016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1700
1701 * agentexpr.texi (byte): Fix zero_ext description.
1702
f7c38292
PA
17032016-03-31 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.texinfo (M32R/SDI): Delete node.
1706 (MIPS Embedded): Remove references to the MIPS remote debugging
1707 protocol, PMON and variants, and the associated commands.
1708
81516450
DE
17092016-03-15 Doug Evans <dje@google.com>
1710
1711 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1712 (Target Description Format): Mention enum types. Update docs on
1713 flags types.
1714 (Predefined Target Types): Add "bool".
1715 (Enum Target Types): New node.
1716
2a60e18f
PA
17172016-03-15 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.texinfo (Tracepoint Actions): Fix typo.
1720
45fa2529
PA
17212016-03-15 Pedro Alves <palves@redhat.com>
1722 Andreas Arnez <arnez@linux.vnet.ibm.com>
1723 Marcin Kościelnicki <koriakin@0x04.net>
1724
1725 * gdb.texinfo (Tracepoint Actions): Document possible
1726 unreliability of '$_ret'.
1727
f2403c39
AB
17282016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1731 command.
1732
f2f3ccb9
SM
17332016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1734
1735 * gdb.texinfo (Convenience Functions): Document $_as_string.
1736
cce0e923
DE
17372016-02-23 Doug Evans <dje@google.com>
1738
1739 * gdb.texinfo (Skipping Over Functions and Files): Document new
1740 options to "skip" command. Update docs of output of "info skip".
1741
012b3a21
WT
17422016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1743
1744 * gdb.texinfo (Signals): Add bound violation display hints for
1745 a SIGSEGV.
1746
0748bf3e
MK
17472016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1748
1749 * gdb.texinfo (Trace File Format): Add documentation for description
1750 section lines.
1751
e909d859
MK
17522016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1753
1754 * gdb.texinfo (Trace File Format): Remove misleading information
1755 about register block ordering.
1756
713cdcbf
DE
17572016-02-01 Doug Evans <dje@google.com>
1758
1759 * gdb.texinfo (Value Sizes): Fix typo.
1760
8244c20d
DE
17612016-02-01 Doug Evans <dje@google.com>
1762
1763 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1764
5fdf6324
AB
17652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1766
1767 * gdb.texinfo (Value Sizes): New section.
1768 (Data): Add the 'Value Sizes' node to the menu.
1769
67ebd9cb
JB
17702016-01-26 John Baldwin <jhb@FreeBSD.org>
1771
1772 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1773
6e9567fe
JB
17742016-01-19 John Baldwin <jhb@FreeBSD.org>
1775
1776 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1777
f303dbd6
PA
17782016-01-18 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1781 of the thread that hit a breakpoint or received a signal.
1782
71ef29a8
PA
17832016-01-15 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1786
663f6d42
PA
17872016-01-13 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.texinfo (Threads): Document the $_gthread convenience
1790 variable.
1791 (Convenience Vars): Likewise.
1792
c84f6bbf
PA
17932016-01-13 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.texinfo (Threads): Document "info threads -gid".
1796
22a02324
PA
17972016-01-13 Pedro Alves <palves@redhat.com>
1798
1799 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1800 anchor.
1801 (Threads In Python): Document new InferiorThread.global_num
1802 attribute.
1803
5d5658a1
PA
18042016-01-07 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1807 qualified thread IDs, global thread IDs and thread ID lists.
1808 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1809 thread IDs.
1810 (Convenience Vars): Document the $_thread convenience variable.
1811 (Ada Tasks): Adjust to refer to thread IDs.
1812 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1813 Commands, GDB/MI Variable Objects): Update to mention global
1814 thread IDs.
1815 * guile.texi (Breakpoints In Guile)
1816 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1817 global thread IDs instead of thread IDs.
1818 * python.texi (Threads In Python): Adjust documentation of
1819 InferiorThread.num.
1820 (Breakpoint.thread): Mention global thread IDs instead of thread
1821 IDs.
1822
84654457
PA
18232016-01-13 Pedro Alves <palves@redhat.com>
1824
1825 * python.texi (Threads In Python): Document
1826 InferiorThread.inferior.
1827
e3940304
PA
18282016-01-13 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1831 convenience variable.
1832 (Convenience Vars): Likewise.
1833
82075af2
JS
18342016-01-12 Josh Stone <jistone@redhat.com>
1835 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1836
1837 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1838 (Stop Reply Packets): List the syscall entry and return stop reasons.
1839 (General Query Packets): Describe QCatchSyscalls, and add it to the
1840 table and the detailed list of stub features.
1841
bc504a31
PA
18422016-01-12 Pedro Alves <palves@redhat.com>
1843
1844 Remove use of the registered trademark symbol throughout.
1845
cde67b27
YQ
18462016-01-12 Yao Qi <yao.qi@linaro.org>
1847
1848 * gdb.texinfo (Interrupts): Update the document on handling
1849 interrupt when program is stopped.
1850
19d9d4ef
DB
18512015-12-11 Don Breazeal <donb@codesourcery.com>
1852
1853 * gdb.texinfo (Forks): Correct Linux kernel version where
1854 fork and exec events are supported, add notes about support
1855 of these events in target remote mode.
1856 (Connecting): Reorganize and clarify distinctions between
1857 target remote, extended-remote, and multiprocess.
1858 Reorganize related text from separate sections into new
1859 sections.
1860 (Server): Note effects of target extended-remote mode.
1861 Delete section on Multi-Process Mode for gdbserver.
1862 Move some text to "Connecting" node.
1863
f4f4330e
PA
18642015-12-10 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.texinfo (Threads): Replace warning with explanation
1867 about single-threaded programs.
1868
b1236ac3
PA
18692015-12-10 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.texinfo (Threads): Remove mention of SGI.
1872 (Forks): Remove mention of HP-UX.
1873 (Breakpoints): Remove mention of HP-UX.
1874 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1875 Reword in terms of architectures.
1876 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1877 mention supported systems.
1878 (Convenience Vars): Don't mention HP-UX.
1879 (Jumping): Remove mention of HP-UX in comment.
1880 (Files) <shared libraries>: Update supported shared library types
1881 list. Remove mention of HP-UX.
1882 (Native): Remove HP-UX subsection.
1883 (SVR4 Process Information): Remove mention of HP-UX.
1884
0f59c28f
PA
18852015-12-10 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.texinfo (Stack): Reorder menu.
1888
1c35a88f
LM
18892015-12-09 Luis Machado <lgustavo@codesourcery.com>
1890
1891 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1892 -var-set-format's new zero-hexadecimal format.
1893
3685b09f
PMR
18942015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1895
1896 * gdb.texinfo (Ada Mode Into): Move overloading support
1897 description to its own node.
1898 (Overloading support for Ada): New node.
1899
f2faf941
PA
19002015-11-30 Pedro Alves <palves@redhat.com>
1901
1902 PR 14618
1903 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1904 (Remote Configuration): Add the "set/show remote
1905 no-resumed-stop-reply" to the available settings table.
1906 (General Query Packets): Document the "no-resumed" qSupported
1907 feature.
1908
65706a29
PA
19092015-11-30 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.texinfo (Remote Configuration): List "set/show remote
1912 thread-events" command in configuration table.
1913 (Stop Reply Packets): Document "T05 create" stop
1914 reason and 'w' stop reply.
1915 (General Query Packets): Document QThreadEvents packet. Document
1916 QThreadEvents qSupported feature.
1917
de979965
PA
19182015-11-30 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1921 anchor.
1922 (Packets): Document vCtrlC.
1923
79efa585
SM
19242015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * gdb.texinfo (Thread List Format): Mention thread names.
1927
7e0aa6aa
PA
19282015-11-24 Pedro Alves <palves@redhat.com>
1929
1930 PR 17539
1931 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1932 program-spaces" example to ascending order listing.
1933 (Threads): Adjust "info threads" example to ascending order
1934 listing.
1935 (Forks): Adjust "info inferiors" example to ascending order
1936 listing.
1937
0c532a29
MM
19382015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1939
1940 * gdb.texinfo (Process Record and Replay): Document "record
1941 instruction-history" modifiers.
1942
fc58fa65
AB
19432015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1946 description.
1947 (Frame Filter Management): Move to later in the 'Examining the
1948 Stack' chapter.
1949 (Selection): Add entry for 'select-frame'.
1950
792005b0
DE
19512015-09-25 Doug Evans <dje@google.com>
1952
1953 * gdb.texinfo (Process Record and Replay): Fix syntax of
1954 "record instruction-history begin, end" and
1955 "record function-call-history begin, end".
1956
c58b006b
SM
19572015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1958
1959 * gdb.texinfo (Specifying Source Directories): Fix
1960 substitute-path example.
1961
f2665db5
MM
19622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1963
1964 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1965
e68fa6f0
PA
19662015-09-15 Pedro Alves <palves@redhat.com>
1967
1968 PR remote/18965
1969 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1970 the vforkdone description.
1971
8228463c
PA
19722015-09-15 Pedro Alves <palves@redhat.com>
1973
1974 PR remote/18965
1975 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1976 part indicates the thread ID of the parent process.
1977
750ce8d1
YQ
19782015-09-15 Yao Qi <yao.qi@linaro.org>
1979
1980 * gdb.texinfo (General Query Packets): Add vContSupported to
1981 tables of 'gdbfeatures' and 'stub features' supported in the
1982 qSupported packet, as well as to the list containing stub
1983 feature details.
1984
b459a59b
DB
19852015-09-11 Don Breazeal <donb@codesourcery.com>
1986
1987 * gdb.texinfo (Remote Configuration): Add exec event
1988 feature to table of packet settings.
1989 (Stop Reply Packets): Add exec events to the list of stop
1990 reasons.
1991 (General Query Packets): Add exec events to tables of
1992 'gdbfeatures' and 'stub features' supported in the qSupported
1993 packet, as well as to the list containing stub feature
1994 details.
1995
73b8c1fd
PA
19962015-08-24 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.texinfo (Remote Configuration): Document the "set/show
1999 remote multiprocess-extensions-packet" commands.
2000
bb615428
PA
20012015-08-24 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2004 <M32R>: Remove references to M32R/D.
2005 <M68K>: Remove references to target dbug.
2006 <MIPS Embedded>: Remove references to target r3900 and target
2007 array.
2008 <PowerPC Embedded>: Remove references to target dink32 and target
2009 ppcbug, target sds
2010 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2011
2b4bf6af
AB
20122015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2015
566f5e3b
AB
20162015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2017
2018 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2019
18989b3c
AB
20202015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2023 info bfds" to...
2024 (File Caching): A New section. Outline bfd caching, and add new
2025 description for "main set/show bfd-sharing".
2026
6ff0ba5f
DE
20272015-08-14 Doug Evans <xdje42@gmail.com>
2028
2029 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2030 disassembly.
2031 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2032
629500fa
KS
20332015-08-11 Keith Seitz <keiths@redhat.com>
2034
2035 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2036 Use "location(s)"instead of "linespec(s)".
2037 (Specifying a Location): Rewrite.
2038 Add subsections describing linespec, address, and explicit locations.
2039 Add node/menu for each subsection.
2040 (Source and Machine Code, C Preprocessor Macros)
2041 (Create and Delete Trace points)
2042 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2043 (Continuing at a Different Address): Remove "linespec" examples.
2044 Add reference to "Specify a Location"
2045 (The -break-insert Command): Rewrite. Add anchor.
2046 Add reference to appropriate manual section discussing locations.
2047 (The -dprintf-insert Command): Refer to -break-insert for
2048 specification of 'location'.
2049
fbea99ea
PA
20502015-08-07 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2053 target-non-stop".
2054
da8c46d2
MM
20552015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2056
2057 * gdb.texinfo (Process Record and Replay): Document prefixing of
2058 speculatively executed instructions in the "record instruction-history"
2059 command.
2060
a3b5281e
DE
20612015-07-20 Doug Evans <dje@google.com>
2062
2063 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2064
6bcb1f97
DE
20652015-07-16 Doug Evans <dje@google.com>
2066
2067 * stabs.texinfo: @include gdb-cfg.texi.
2068
db1ff28b
JK
20692015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2070
2071 Revert the previous 2 commits:
2072 gdbserver build-id attribute generator
2073 Validate symbol file using build-id
2074
ca5268b6
JK
20752015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2076
2077 * gdb.texinfo (Files): Add 'set validate-build-id'
2078 and 'show validate-build-id'.
2079
700ca40f
JK
20802015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2081 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 gdbserver build-id attribute generator.
2084 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2085 'build-id' in description, example, new attribute in dtd.
2086
7c7f93f6
AB
20872015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.texinfo (Selection): Update documentation for 'frame'
2090 command.
2091
701adfb0
PA
20922015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2095 focus commands.
2096
20972015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.texinfo (TUI): Add comma after @xref.
2100
b0627500
MM
21012015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2102
72f4393d 2103 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2104 commands.
2105
b20a6524
MM
21062015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2107
2108 * gdb.texinfo (Process Record and Replay): Spell out that variables
2109 and registers are not available during btrace replay.
2110 Describe the new "record btrace pt" command.
2111 Describe the new "set|show record btrace pt buffer-size" options.
2112 (General Query Packets): Describe the new Qbtrace:pt and
2113 Qbtrace-conf:pt:size packets.
2114 Expand "bts" to "Branch Trace Store".
2115 Update the branch trace DTD.
2116
fc637f04
PP
21172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2118
2119 * gdb.texinfo (Command History): Document the new option
2120 "history remove-duplicates".
2121
18a94d75
DE
21222015-06-19 Doug Evans <dje@google.com>
2123
2124 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2125 longer supported.
2126
0eacb298
PP
21272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2128
2129 * gdb.texinfo (Command History): Mention that setting
2130 GDBHISTSIZE to the empty string disables history truncation.
2131
bc460514
PP
21322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2133
2134 PR gdb/16999
2135 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2136 behavior.
2137
b58c513b
PP
21382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2139
2140 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2141 with GDBHISTSIZE.
2142
a86c90e6
SM
21432015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2144
2145 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2146 bytes and memory units for -data-{read,write}-memory-bytes.
2147 (Packets): Same for m, M and X packets.
2148 * python.texi (Inferiors In Python): Same for read_memory and
2149 write_memory.
2150
c74f7d1c
JT
21512015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2152
2153 * gdb.texinfo (Separate Debug Files): Document that PE is also
2154 supported.
2155
51f0e40d
AB
21562015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2159 single table entry.
2160
966f0aef
WT
21612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2162
2163 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2164
2165
15a201c8
GB
21662015-06-10 Gary Benson <gbenson@redhat.com>
2167
2168 * gdb.texinfo (Remote Configuration): Document the
2169 "set/show remote hostio-setfs-packet" command.
2170 (Host I/O Packets): Document the vFile:setfs packet.
2171
7a6a1731
GB
21722015-06-10 Gary Benson <gbenson@redhat.com>
2173
2174 * gdb.texinfo (Debugging Output): Document the "set/show debug
2175 linux-namespaces" command.
2176
7d73c23c 21772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2178 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2179
2180 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2181 and "set mpx bound".
2182
27e0867f
DE
21832015-05-27 Doug Evans <dje@google.com>
2184
2185 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2186
b4f54984
DE
21872015-05-26 Doug Evans <dje@google.com>
2188
2189 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2190 command renamings.
2191 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2192
55b40027
AB
21932015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2196
a4ea0946
AB
21972015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2200 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2201
37442ce1
DE
22022015-05-16 Doug Evans <xdje42@gmail.com>
2203
2204 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2205 memory ports.
2206
36de76f9
JK
22072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2210
0d71eef5
DB
22112015-05-12 Don Breazeal <donb@codesourcery.com>
2212
2213 * gdb.texinfo (Forks): Note that fork debugging is
2214 supported in extended mode.
2215 (Remote Configuration): Add fork event features to table
2216 of packet settings.
2217 (Stop Reply Packets): Add fork events to list of stop reasons.
2218 (General Query Packets): Add fork events to tables of
2219 'gdbfeatures' and 'stub features' supported in the qSupported
2220 packet, as well as to the list containing stub feature
2221 details.
2222
835205d0
GB
22232015-05-12 Gary Benson <gbenson@redhat.com>
2224
2225 * gdb.texinfo (General Query Packets): Document
2226 qXfer:exec-file:read with empty annex.
2227
4c082a81
SC
22282015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2229
2230 * python.texi (Values From Inferior): Add descriptions of new
2231 methods gdb.Value.reference_value and gdb.Value.const_value.
2232
b30a0bc3
JB
22332015-05-06 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.texinfo (Files): Add "info dll" documentation.
2236 (Cygwin Native): Remove "info dll" documentation.
2237
2ce1cdbf
DE
22382015-04-29 Doug Evans <dje@google.com>
2239
2240 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2241 Document.
2242 (Writing an Xmethod): Add get_result_type to example.
2243
59fb7612
SS
22442015-04-28 Sasha Smundak <asmundak@google.com>
2245
2246 * python.texi: New method documented.
2247
cf75d6c3
AB
22482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2251 format.
2252
897c3d32
DE
22532015-04-24 Doug Evans <dje@google.com>
2254
2255 * python.texi (Xmethods In Python): Fix name of method to call the
2256 xmethod.
2257
1b6e6f5c
GB
22582015-04-17 Gary Benson <gbenson@redhat.com>
2259
2260 * gdb.texinfo (Connecting to a Remote Target): Mention that
2261 GDB can access program files from remote targets that support
2262 qXfer:exec-file:read and Host I/O packets.
2263
c78fa86a
GB
22642015-04-17 Gary Benson <gbenson@redhat.com>
2265
2266 * gdb.texinfo (Remote Configuration): Document the "set/show
2267 remote pid-to-exec-file-packet" command.
2268 (General Query Packets): Document the qXfer:exec-file:read
2269 qSupported features. Document the qXfer:exec-file:read packet.
2270
a9a5a3d1
GB
22712015-04-17 Gary Benson <gbenson@redhat.com>
2272
2273 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2274 applies to executable paths if supplied to GDB as absolute.
2275
4f45d445
JK
22762015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 * gdb.texinfo (Mode Options): Remove -xdb.
2279
e7a8570f
JK
22802015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2281 Eli Zaretskii <eliz@gnu.org>
2282
72f4393d
L
2283 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2284 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2285 the compile command. New subsection Compiler search for the compile
2286 command.
2287
f2983cc3
AW
22882015-04-09 Andy Wingo <wingo@igalia.com>
2289
2290 * guile.texi (Frames In Guile): Describe frame-read-register.
2291
599bd15c
GB
22922015-04-02 Gary Benson <gbenson@redhat.com>
2293
2294 * gdb.texinfo (set sysroot): Document "target:".
2295
d11916aa
SS
22962015-04-01 Sasha Smundak <asmundak@google.com>
2297
2298 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2299 section.
2300
df8411da
SDJ
23012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2302
2303 PR corefiles/16092
2304 * gdb.texinfo (gcore): Mention new command 'set
2305 use-coredump-filter'.
2306 (set use-coredump-filter): Document new command.
2307
d33279b3
AT
23082015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2309
2310 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2311 documentation, reorder the info os entries in alphabetical order.
2312
852f8402
SM
23132015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2314
2315 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2316 -data-write-memory-bytes.
2317
856e7dd6
PA
23182015-03-24 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2321 mention that threads may sometimes run unlocked.
2322
236af5e3
YG
23232015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2324
2325 * gdb.texinfo (Remote configuration): Document "set/show
2326 serial parity" command.
2327
464b0089
GB
23282015-03-18 Gary Benson <gbenson@redhat.com>
2329
2330 * gdb.texinfo (General Query Packets): Remove documentation
2331 for now-removed vFile:fstat qSupported features.
2332
0a93529c
GB
23332015-03-11 Gary Benson <gbenson@redhat.com>
2334
2335 * gdb.texinfo (Remote Configuration): Document the
2336 "set/show remote hostio-fstat-packet" command.
2337 (General Query Packets): Document the vFile:fstat
2338 qSupported features.
2339 (Host I/O Packets): Document the vFile:fstat packet.
2340
85642ba0
AW
23412015-03-11 Andy Wingo <wingo@igalia.com>
2342
2343 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2344
f7e6eed5
PA
23452015-03-04 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.texinfo (Remote Configuration): Document the "set/show
2348 remote swbreak-feature-packet" and "set/show remote
2349 hwbreak-feature-packet" commands.
2350 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2351 decription.
2352 (Stop Reply Packets): Document the swbreak and hwbreak stop
2353 reasons.
2354 (General Query Packets): Document the swbreak and hwbreak
2355 qSupported features.
2356 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2357
f873665f 23582015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2359
2360 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2361 under *stopped.
2362
9a284c97
DE
23632015-03-02 Doug Evans <xdje42@gmail.com>
2364
2365 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2366
446899e4
AA
23672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2368
2369 * gdb.texinfo (S/390 and System z Features): Describe new feature
2370 "org.gnu.gdb.s390.vx".
2371
7ee67ee4
SDJ
23722015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2373
2374 PR gdb/18008
2375 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2376 demangler-warning): Fix typo ("problam").
2377
53cf2ee0
DT
23782015-02-19 David Taylor <dtaylor@emc.com>
2379
2380 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2381
3133f8c1
JM
23822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2383
2384 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2385 point, DTrace'.
2386 (Static Probe Points): Modified to cover DTrace probes in addition
2387 to SystemTap probes. Also modified to cover the `enable probe'
2388 and `disable probe' commands.
2389
9aca2ff8
JM
23902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2391
2392 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2393 `disable probe' commands.
2394
fa3f8d5a
DT
23952015-02-12 David Taylor <dtaylor@emc.com>
2396
2397 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2398 fields of the QTDV packet.
2399
d33501a5
MM
24002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2401
2402 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2403 (Process Record and Replay): Describe new set|show commands.
2404 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2405
f4abbc16
MM
24062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2407
2408 * gdb.texinfo (Process Record and Replay): Describe the "record
2409 btrace bts" command.
2410 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2411 (Branch Trace Configuration Format): New.
2412
cfb069a8
GB
24132015-01-31 Gary Benson <gbenson@redhat.com>
2414 Doug Evans <dje@google.com>
2415
2416 * gdb.texinfo (Command Completion): Document new
2417 "set/show max-completions" option.
2418
f57d2163
DE
24192015-01-31 Doug Evans <xdje42@gmail.com>
2420
2421 * gdb.texinfo (Symbols): Document new commands
2422 "maint print symbol-cache", "maint print symbol-cache-statistics",
2423 "maint flush-symbol-cache". Document new option
2424 "maint set symbol-cache-size".
2425
9f050062
DE
24262015-01-31 Doug Evans <xdje42@gmail.com>
2427
2428 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2429 distinguish script files vs inlined scripts.
2430 * python.texi (Python Auto-loading): Ditto.
2431
b6577aab
DE
24322015-01-30 Doug Evans <dje@google.com>
2433
2434 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2435 string if present.
2436
3a8b707a
DE
24372015-01-27 Doug Evans <dje@google.com>
2438
2439 * python.texi (Objfiles In Python): Document Objfile.username.
2440
1b549396
DE
24412015-01-27 Doug Evans <dje@google.com>
2442
2443 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2444 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2445
253828f1
JK
24462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2449
bf555842
EZ
24502015-01-16 Eli Zaretskii <eliz@gnu.org>
2451
2452 * doc/gdb.texinfo (TUI Commands): Document the possible
2453 values of NAME argument to 'winheight' command. Explain the
2454 effect of 'tabset' setting better.
2455
439250fb
DE
24562015-01-11 Doug Evans <xdje42@gmail.com>
2457
2458 PR gdb/15830
2459 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2460 (Symbols): Ditto.
2461 (Maintenance Commands): Delete docs for "maint demangle".
2462
6bf6fd09
JB
24632014-12-31 Joel Brobecker <brobecker@adacore.com>
2464
2465 * gdb.texinfo (Files): Remove documentation of the
2466 "add-shared-symbol-files" and "assf" commands.
2467 (Cygwin Native): Remove documentation of the "dll-symbols"
2468 command.
2469
cc485e62
DE
24702014-12-17 Doug Evans <xdje42@gmail.com>
2471
2472 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2473
bb2ec1b3
TT
24742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2475 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 * gdb.texinfo (Altering): Update.
2478 (Compiling and Injecting Code): New node.
2479
6dddd6a5
DE
24802014-12-12 Doug Evans <dje@google.com>
2481
2482 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2483
f5b95c01
AA
24842014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2485
2486 * gdb.texinfo: Document "maint print user-registers".
2487
a0be3e44
DE
24882014-12-08 Doug Evans <dje@google.com>
2489
2490 * python.texi (Objfiles In Python): Document Objfile.owner.
2491
86e4ed39
DE
24922014-12-04 Doug Evans <dje@google.com>
2493
2494 * python.texi (Objfiles In Python): Document
2495 Objfile.add_separate_debug_file.
2496
7c50a931
DE
24972014-12-04 Doug Evans <dje@google.com>
2498
2499 * python.texi (Objfiles In Python): Document Objfile.build_id.
2500
701adfb0
PA
25012014-12-02 Nick Bull <nicholaspbull@gmail.com>
2502
2503 * observer.texi (inferior_call_pre, inferior_call_post)
2504 (memory_changed, register_changed): New observers.
2505
162078c8
NB
25062014-12-02 Nick Bull <nicholaspbull@gmail.com>
2507
2508 * python.texi (Events In Python): Document new events
2509 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2510 and RegisterChangedEvent.
2511
f10c5b19
JK
25122014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2513
2514 Add add-auto-load-scripts-directory.
2515 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2516 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2517
413b59ae
JK
25182014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2519
2520 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2521 description typo.
2522
02be9a71
DE
25232014-10-30 Doug Evans <dje@google.com>
2524
2525 * python.texi (Progspaces In Python): Document ability to add
2526 random attributes to gdb.Progspace objects.
2527 (Objfiles In Python): Document ability to add random attributes to
2528 gdb.objfile objects.
2529
e5f8a7cc
PA
25302014-10-27 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2533 info on stepping and signal handlers.
2534 (Signals): Explain stepping and signal handlers. Add context
2535 index entry, and cross references.
2536
fab3a15d
SM
25372014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2538
2539 * python.texi (Breakpoints In Python): Add parenthesis after
2540 Breakpoint.delete. Clarify Breakpoint.enabled description so
2541 that it contains "disable".
2542
4ffbba72
DE
25432014-10-17 Doug Evans <dje@google.com>
2544
2545 * python.texi (Events In Python): Document clear_objfiles event.
2546
d096d8c1
DE
25472014-10-17 Doug Evans <dje@google.com>
2548
2549 * python.texi (Objfiles In Python): Document new progspace attribute.
2550
32a8097b
PA
25512014-10-17 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2554 (SVR4 Process Information): Delete mention of OSF/1.
2555
2ddf4301
SM
25562014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2557
2558 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2559 exit-code field in -list-thread-groups output.
2560
342cc091
JBG
25612014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2562
2563 * gdb.texinfo (Set Breaks): Add missing "@end table".
2564
a25a5a45
PA
25652014-09-22 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2568 always-inserted off" is the default mode now. Delete
2569 documentation of "set breakpoint always-inserted auto".
2570
2b4fd423
DE
25712014-09-18 Doug Evans <dje@google.com>
2572
2573 * python.texi (Symbol Tables In Python): Document "producer"
2574 attribute of gdb.Symtab objects.
2575
deb8ff2b
PA
25762014-09-16 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2579 (Embedded OS): Remove VxWorks menu entry.
2580 (VxWorks): Remove node.
2581
81219e53
DE
25822014-09-13 Doug Evans <xdje42@gmail.com>
2583
2584 * gdb.texinfo (Signaling): Document new queue-signal command.
2585
faa42425
DE
25862014-09-06 Doug Evans <xdje42@gmail.com>
2587
2588 PR 15276
2589 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2590 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2591
1a6a384b
JL
25922014-09-03 Justin Lebar <jlebar@google.com>
2593
2594 * python.texi (Types In Python): Type.template_argument(n) returns a
2595 gdb.Value or a gdb.Type and throws an exception if n is out of
2596 range.
2597
5f3b99cf
SS
25982014-09-03 Sasha Smundak <asmundak@google.com>
2599
2600 * python.texi (Frames in Python): Add read_register description.
2601
3cecbbbe
TT
26022014-08-04 Tom Tromey <tromey@redhat.com>
2603
2604 * gdb.texinfo (Debugging Output): Update for change to "set debug
2605 target".
2606
90debf20
MM
26072014-08-01 Masaki Muranaka <monaka@monami-software.com>
2608
2609 Pushed by Joel Brobecker <brobecker@adacore.com>.
2610 * Makefile.in (transform): New variable.
2611 (install-man1, install-man5): Apply $(transform) to man file names.
2612
ee7333ae
DE
26132014-07-26 Doug Evans <xdje42@gmail.com>
2614
2615 PR guile/17177
2616 * guile.texi (Guile Pretty Printing API): Fix typo.
2617 Document set-pretty-printers!, pretty-printers.
2618 (Selecting Guile Pretty-Printers): Update.
2619 Mention program-space based pretty-printers.
2620
70509625
PA
26212014-07-25 Pedro Alves <palves@redhat.com>
2622 Eli Zaretskii <eliz@gnu.org>
2623
2624 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2625 with multi-threaded programs.
2626
701adfb0
PA
26272014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2628
2629 * gdb.texinfo (MicroBlaze Features): Added.
2630
b67a2c6f
YQ
26312014-06-27 Yao Qi <yao@codesourcery.com>
2632
2633 * gdb.texinfo (Maintenance Commands): Update the output of
2634 'maint print dummy-frames' command.
2635
f179cf97
EZ
26362014-06-24 Eli Zaretskii <eliz@gnu.org>
2637
2638 * gdb.texinfo (Screen Size): Improve indexing.
2639
992c7d70
GB
26402014-06-19 Gary Benson <gbenson@redhat.com>
2641
2642 * gdb.texinfo (Maintenance Commands): Document new
2643 "maint set/show catch-demangler-crashes" option.
2644
57fcfb1b
GB
26452014-06-19 Gary Benson <gbenson@redhat.com>
2646
2647 * gdb.texinfo (Maintenance Commands): Document new
2648 "maint demangler-warning" command and new
2649 "maint set/show demangler-warning" option.
2650
dd5d5494
SC
26512014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2652
2653 * python.texi (Xmethod API): Add space before the opening
2654 parenthesis in function descriptions.
2655
25326a28 26562014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2657
2658 * guile.texi (Guile Configuration): Document guile-data-directory.
2659
0a770bb2 26602014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2661
2662 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2663
16f691fb
DE
26642014-06-04 Doug Evans <xdje42@gmail.com>
2665
2666 * guile.texi (Breakpoints In Guile): Update.
2667
1e47491b
JB
26682014-06-03 Joel Brobecker <brobecker@adacore.com>
2669
2670 * python.texi (Xmethod API): Fix reference to "Progspaces In
2671 Python".
2672
0c6e92a5
SC
26732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2674
2675 * python.texi (Xmethods In Python, XMethod API)
2676 (Writing an Xmethod): New nodes.
2677 (Python API): New menu entries "Xmethods In Python",
2678 "Xmethod API", "Writing an Xmethod".
2679
06eb1586
DE
26802014-06-02 Doug Evans <xdje42@gmail.com>
2681
2682 * guile.texi (Guile API): Add entry for Parameters In Guile.
2683 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2684 (Parameters In Guile): New node.
2685
e698b8c4
DE
26862014-06-02 Doug Evans <xdje42@gmail.com>
2687
2688 * guile.texi (Guile API): Add entry for Commands In Guile.
2689 (Basic Guile) <parse-and-eval>: Add reference.
2690 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2691 (GDB Scheme Data Types): Mention <gdb:command> object.
2692 (Commands In Guile): New node.
2693
ded03782
DE
26942014-06-02 Doug Evans <xdje42@gmail.com>
2695
2696 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2697 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2698 (Progspaces In Guile): New node.
2699
53e8a631
AB
27002014-05-30 Andrew Burgess <aburgess@broadcom.com>
2701
2702 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2703 * python.texi (Frames In Python): Mention
2704 gdb.FRAME_UNWIND_MEMORY_ERROR.
2705
329ea579
PA
27062014-05-29 Pedro Alves <palves@redhat.com>
2707 Tom Tromey <tromey@redhat.com>
2708
2709 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2710 from example.
2711 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2712 Mention that target-async is now deprecated.
2713 (Maintenance Commands): Document maint set/show target-async.
2714
92bcb5f9
PA
27152014-05-29 Pedro Alves <palves@redhat.com>
2716
2717 * observer.texi (sync_execution_done, command_error): New
2718 subjects.
2719
fd664c91
PA
27202014-05-29 Pedro Alves <palves@redhat.com>
2721
2722 PR gdb/13860
2723 * observer.texi (signal_received, end_stepping_range)
2724 (signal_exited, exited, no_history): New observer subjects.
2725
b2715b27
AW
27262014-05-26 Andy Wingo <wingo@igalia.com>
2727
2728 * guile.texi (GDB Scheme Data Types): Remove documentation for
2729 removed interfaces. Update spelling of gdb-object-kind.
2730
9eaa4c1e
AW
27312014-05-26 Andy Wingo <wingo@igalia.com>
2732
2733 * guile.texi (Basic Guile): Fix some typos.
2734
0f1e8403
AW
27352014-05-26 Andy Wingo <wingo@igalia.com>
2736
2737 * guile.texi (Writing a Guile Pretty-Printer)
2738 (Guile Types Module): Fix excess parentheses in use-modules forms.
2739
697aa1b7
EZ
27402014-05-24 Eli Zaretskii <eliz@gnu.org>
2741
2742 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2743 (Breakpoints In Guile, Guile Printing Module)
2744 (Guile Exception Handling, Values From Inferior In Guile)
2745 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2746 Don't use @var at the beginning of a sentence.
2747
2748 * gdb.texinfo (Frame Filter Management, Trace Files)
2749 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2750 (PowerPC Embedded, Define, Annotations for Running)
2751 (IPA Protocol Commands, Packets, General Query Packets)
2752 (Tracepoint Packets, Notification Packets, Environment)
2753 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2754 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2755 (Frames, Backtrace, Selection, Expressions, Registers)
2756 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2757 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2758 (Source Annotations, Using JIT Debug Info Readers, Packets)
2759 (Stop Reply Packets, Host I/O Packets)
2760 (Target Description Format): Don't use @var at the beginning of a
2761 sentence.
2762
2763 * python.texi (Basic Python, Types In Python)
2764 (Commands In Python, Frames In Python, Line Tables In Python)
2765 (Breakpoints In Python, gdb.printing, gdb.types)
2766 (Type Printing API): Don't use @var at the beginning of a
2767 sentence.
2768
67b5c0c1
MM
27692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2770
2771 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2772 replay-memory-access".
2773
6a3cb8e8
PA
27742014-05-21 Pedro Alves <palves@redhat.com>
2775
2776 * gdb.texinfo (Starting): Document "set/show
2777 auto-connect-native-target".
2778 (Target Commands): Document "target native".
2779
936d2992
PA
27802014-05-20 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2783 not be remote specific. Add cross reference to the qCRC packet.
2784 (Separate Debug Files): Update cross reference to the qCRC packet.
2785 (General Query Packets) <qCRC packet>: Add anchor.
2786
b3ce5e5f
DE
27872014-05-17 Doug Evans <xdje42@gmail.com>
2788
2789 Copy over changes from guile.texi.
2790 * python.texi (Basic Python) <gdb.execute>: Add text.
2791 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2792 (Values From Inferior) <Python string>: Add text.
2793 (Values From Inferior) <Value.string>: Clarify string length handling.
2794 (Pretty Printing API): Add cindex.
2795 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2796 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2797 @vindex.
2798 (Commands In Python) <COMPLETE_*>: Similarly.
2799 (Symbols In Python) <SYMBOL_*>: Similarly.
2800 (Breakpoints In Python) <WP_*>: Similarly.
2801 (Breakpoints In Python) <BP_*>: Similarly.
2802
8dfcab11
DT
28032014-05-17 David Taylor <dtaylor@emc.com>
2804
2805 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2806 mentioned in the qfThreadInfo reply.
2807
8d551b02
DE
28082014-05-16 Doug Evans <dje@google.com>
2809
2810 * gdb.texinfo (Mode Options): Add -D.
2811
e20bd8f4
SB
28122014-05-09 Samuel Bronson <naesten@gmail.com>
2813
2814 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2815 "make -C".
2816
f989a1c8
TT
28172014-04-29 Tom Tromey <tromey@redhat.com>
2818
2819 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2820 "show debug varobj".
2821
95cf3b38
DT
28222014-05-01 David Taylor <dtaylor@emc.com>
2823
2824 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2825 option.
2826
01f9f808
MS
28272014-04-24 Michael Sturm <michael.sturm@mintel.com>
2828 Walfred Tedeschi <walfred.tedeschi@intel.com>
2829
2830 * gdb.texinfo (i386 Features): Add description of AVX512
2831 registers.
2832
770e7fc7
DE
28332014-03-31 Doug Evans <dje@google.com>
2834
2835 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2836
97d8f0ee
DE
28372014-03-30 Doug Evans <dje@google.com>
2838
2839 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2840 (Background Execution): Ditto.
2841
36cb1214
HZ
28422014-03-21 Pedro Alves <palves@redhat.com>
2843 Stan Shebs <stan@codesourcery.com>
2844 Hui Zhu <hui@codesourcery.com>
2845
2846 * gdb.texinfo (Packets): Add anchor to "? packet".
2847 Remove fixme and update introduction of "k packet".
2848 Add anchor to "vKill packet".
2849
5e3a2c38
SS
28502014-03-12 Stan Shebs <stan@codesourcery.com>
2851
2852 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2853
7a5a839f
LC
28542014-02-26 Ludovic Courtès <ludo@gnu.org>
2855
dc6ae996 2856 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 2857
95060284
JB
28582014-02-20 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2861 and "assf" as being deprecated.
2862 (Cygwin Native): Likewise for "dll-symbols".
2863 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2864 as a way to force the loading of symbols from a DLL.
2865
f7bd0f78
SC
28662014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2867
2868 * python.texi (Values From Inferior): Add description about the
2869 new feature.
2870
329baa95
DE
28712014-02-17 Doug Evans <xdje42@gmail.com>
2872
2873 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2874 * gdb.texinfo (Python): Moved to ...
2875 * python.texi: ... here. New file.
2876
687894f5
DE
28772014-02-17 Ludovic Courtès <ludo@gnu.org>
2878
d25f38ee 2879 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
2880 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2881 parameter to 'str-lookup-function' procedure. Look for
2882 the "std::string<" prefix.
2883 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2884 Adjust description.
2885
6fb526ee
DE
28862014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2887
d25f38ee 2888 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
2889 parantheses for deffn.
2890 (Disassembly In Guile): Ditto.
2891
1e0a5178
SS
28922014-02-10 Stan Shebs <stan@codesourcery.com>
2893
2894 Add Doxygen support.
2895 * Makefile.in (doxy): New action, generates Doxygen files.
2896 (DOXYGEN): New.
2897 (doxyedit): New.
2898 * Doxyfile-base.in: New file.
2899 * Doxyfile-gdb-api.in: New file.
2900 * Doxyfile-gdb-xref.in: New file.
2901 * Doxyfile-gdbserver.in: New file.
2902 * doxy-index.in: New file.
2903 * filter-for-doxygen: New file.
2904 * filter-params.pl: New file.
2905
ed3ef339
DE
29062014-02-10 Doug Evans <xdje42@gmail.com>
2907
2908 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2909 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2910 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2911 (Guile docs): Include guile.texi.
2912 (objfile-gdbdotext file): Add objfile-gdb.scm.
2913 (dotdebug_gdb_scripts section): Mention Guile scripts.
2914 (Multiple Extension Languages): New node.
2915 * guile.texi: New file.
2916
c6044dd1
JB
29172014-01-28 Joel Brobecker <brobecker@adacore.com>
2918
2919 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2920 ignore-descriptive-types". commands.
2921
87ce2a04
DE
29222014-01-22 Doug Evans <dje@google.com>
2923
2924 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2925 (gdbserver man): Ditto.
2926
52834460
MM
29272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2928
2929 * gdb.texinfo: Document limited reverse/replay support
2930 for target record-btrace.
2931
0688d04e
MM
29322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2933
2934 * gdb.texinfo (Process Record and Replay): Update documentation.
2935
8710b709
MM
29362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2937
2938 * gdb.texinfo (Process Record and Replay): Document new /c
2939 modifier accepted by "record function-call-history".
2940 Add /i modifier to "record function-call-history" example.
2941
dcf106f3
JB
29422014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2943 Joel Brobecker <brobecker@adacore.com>
2944
2945 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2946 markers. Remove one that was misplaced.
2947
41ef2965
PA
29482014-01-10 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.texinfo (Your Program's Environment) <set environment>:
2951 Mention the shell, and point at 'set exec-wrapper'.
2952
c0d48811
JB
29532014-01-07 Joel Brobecker <brobecker@adacore.com>
2954
2955 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2956
5fba4c0f
JB
29572013-12-30 Joel Brobecker <brobecker@adacore.com>
2958
2959 * gdb.texinfo (Types In Python): Clarify the documentation
2960 of attribute gdb.Field.bitpos.
2961
0809504b
JB
29622013-12-28 Joel Brobecker <brobecker@adacore.com>
2963
2964 * gdb.texinfo (Types In Python): Fix the documentation of
2965 attribute "bitpos" in class gdb.Field for enum types. Add
2966 documentation for attribute "enumval" in that same class.
2967
edef6000
JB
29682013-12-28 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2971 @ftable.
2972
71b8c845
DE
29732013-12-23 Doug Evans <xdje42@gmail.com>
2974
2975 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2976 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2977 corresponding section in Extending GDB.
2978 (Extending GDB): Move menu up. New menu item "Auto-loading
2979 extensions".
2980 (Sequences): New menu item "Auto-loading sequences".
2981 (Auto-loading sequences): New node.
2982 (Python): Rename section from Scripting GDB to Extending GDB.
2983 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2984 Move docs on ways to auto-load extensions to ...
2985 (Auto-loading extensions): ... here. New node.
2986
d192b373
JB
29872013-12-23 Joel Brobecker <brobecker@adacore.com>
2988
2989 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2990 in menu.
2991 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2992 command, now in a new node.
2993 (GDB/MI Support Commands): New node, with its contents being
2994 extracted from the "GDB/MI Miscellaneous Commands" node.
2995 A small paragraph introducing the section is also added at
2996 the start.
2997 (GDB/MI Miscellaneous Commands): Delete the description of the
2998 -info-gdb-mi-command, -list-features and -list-target-features
2999 commands, now hosted in the "GDB/MI Support Commands" node.
3000
a16b0e22
SC
30012013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3002
3003 PR python/16113
3004 * gdb.texinfo (Values From Inferior): Add a note about using
3005 gdb.Field objects as subscripts on gdb.Value objects.
3006 (Types In Python): Add description about the new attribute
3007 "parent_type" of gdb.Field objects.
3008
9b26f0fb
JB
30092013-12-12 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3012 entry for section docuumenting the -list-features GDB/MI command.
3013
72bfa06c
JB
30142013-12-10 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3017 "exec-run-start-option" entry in the output of the "-list-features"
3018 command.
3019
3ea8680f
EZ
30202013-12-04 Eli Zaretskii <eliz@gnu.org>
3021
3022 * gdb.texinfo (i386): Fix yesterday's commit.
3023
1a4f73eb
TT
30242013-12-03 Tom Tromey <tromey@redhat.com>
3025
3026 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3027 documented here.
3028
6cb999f8
TT
30292013-12-03 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3032
ca8941bb
WT
30332013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3034
3035 * gdb.texinfo (i386 Features): Add MPX feature registers.
3036 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3037 a subsubsection for MPX and describes the display of the
3038 boundary registers.
3039
688981c9
JB
30402013-12-03 Joel Brobecker <brobecker@adacore.com>
3041
3042 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3043 documentation of the "ada-exceptions" entry.
3044
2ea126fa
JB
30452013-12-03 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3048 "^error" result record concerning the error message. Document
3049 the error code that may also be part of that result record.
3050 (GDB/MI Miscellaneous Commands): Document the
3051 "undefined-command-error-code" element in the output of
3052 the "-list-features" GDB/MI command.
3053
6b7cbff1
JB
30542013-12-03 Joel Brobecker <brobecker@adacore.com>
3055
3056 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3057 the new -info-gdb-mi-command GDB/MI command. Document
3058 the meaning of "-info-gdb-mi-command" in the output of
3059 -list-features.
3060
20e1ca3b
PA
30612013-11-29 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3064 Update comment.
3065
29453a14
YQ
30662013-11-24 Yao Qi <yao@codesourcery.com>
3067
3068 * gdb.texinfo (Caching Remote Data): Document new
3069 "set/show stack-cache" option.
3070
6dd315ba
YQ
30712013-11-24 Yao Qi <yao@codesourcery.com>
3072
3073 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3074 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3075 "off" respectively.
3076
9df9dbe0
YQ
30772013-11-23 Yao Qi <yao@codesourcery.com>
3078
3079 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3080 of "displayhint" to the table about child results.
3081
c78feb39
YQ
30822013-11-21 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3085 'dynamic' for the output of command -var-list-children.
3086
27b81af3
YQ
30872013-11-21 Yao Qi <yao@codesourcery.com>
3088
3089 * gdb.texinfo (Caching Target Data): Remove "see" before
3090 @pxref.
3091
b26dfc9a
YQ
30922013-11-20 Yao Qi <yao@codesourcery.com>
3093
3094 * gdb.texinfo (Caching Target Data): Update doc for
3095 per-address-space dcache.
3096
b12039c6
YQ
30972013-11-20 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.texinfo (Data): Rename menu item.
3100 (Caching Remote Data): Rename to ...
3101 (Caching Target Data): ... it. Update.
3102
422ad5c2
JB
31032013-11-18 Joel Brobecker <brobecker@adacore.com>
3104
3105 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3106 "language-option" entry in the output of the "-list-features"
3107 command.
3108
805e1f19
TT
31092013-11-15 Tom Tromey <tromey@redhat.com>
3110
3111 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3112 Add example.
3113
8fe1b653
TT
31142013-11-14 Tom Tromey <tromey@redhat.com>
3115
3116 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3117
403cb6b1
JB
31182013-11-14 Joel Brobecker <brobecker@adacore.com>
3119
3120 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3121 (Context management): Place current subsection text into its own
3122 subsubsection. Add new subsubsection describing the "--language"
3123 command option.
3124
93973826
JB
31252013-11-13 Joel Brobecker <brobecker@adacore.com>
3126
3127 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3128 the documentation of "info-ada-exceptions" in the output
3129 of the "-list-features" command. Add the documentation
3130 of the "ada-exception" entry instead.
3131
6adcee18
JB
31322013-11-12 Joel Brobecker <brobecker@adacore.com>
3133
93973826 3134
6adcee18
JB
3135 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3136 word of a couple of sentences to start with a capital letter.
3137
58d06528
JB
31382013-11-12 Joel Brobecker <brobecker@adacore.com>
3139
3140 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3141 (Ada Exceptions): New node.
3142 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3143 Commands" node.
3144 (GDB/MI Ada Exceptions Commands): New node.
3145 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3146 field in the output of the "-list-features" command.
3147 * NEWS: Add entry for the new "info exceptions" CLI command,
3148 and for the new "-info-ada-exceptions" GDB/MI command.
3149
bc79de95
PM
31502013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3151
3152 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3153 (Line Tables In Python): New node.
3154
73be47f5
DE
31552013-11-08 Doug Evans <dje@google.com>
3156
3157 * gdb.texinfo (Debugging Output): Update text for
3158 "set debug dwarf2-read".
3159
db0fec5c
DE
31602013-11-08 Doug Evans <dje@google.com>
3161
3162 * gdb.texinfo (Debugging Output): Update text for
3163 "set debug symtab-create".
3164
92e32e33
PM
31652013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3166
72f4393d
L
3167 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3168 constant.
92e32e33 3169
f76c27b5
PM
31702013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3171
3172 * gdb.texinfo (Breakpoints In Python): Document temporary
3173 option in breakpoint constructor, and add documentation to the
3174 temporary attribute.
3175
fa4d0c40
YQ
31762013-11-07 Yao Qi <yao@codesourcery.com>
3177
3178 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3179 output of "-var-info-expression".
3180
afa332ce
PA
31812013-11-06 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3184 non-interactive mode.
3185 (Environment) <shell startup files warning>: Mention
3186 non-interactive mode. Mention .zshenv for Z shell, and talk about
3187 BASH_ENV instead of .bashrc for BASH.
3188
9ac69859
NB
31892013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3190
3191 * gdb.texinfo (Commands to Specify Files): Add description
3192 of the remove-symbol-file command.
3193 * observer.texi: New free_objfile event
3194
98882a26
PA
31952013-10-24 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3198
ce13fade
JB
31992013-10-11 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3202 New subsection inside which the "-catch-load" and "-catch-unload"
3203 commands documentation is now placed.
3204 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3205 documenting the "-catch-assert" and "-catch-exception" new
3206 GDB/MI commands.
3207
2446f5ea
JB
32082013-10-10 Joel Brobecker <brobecker@adacore.com>
3209
3210 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3211
0d12017b
JB
32122013-10-10 Joel Brobecker <brobecker@adacore.com>
3213
bd80dc1a
JB
3214 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3215 serial baud".
3216 (Remote Configuration): Replace "set remotebaud" by "set serial
3217 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3218
f4fb82a1
PA
32192013-10-07 Pedro Alves <palves@redhat.com>
3220
3221 PR breakpoints/11568
3222 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3223 when the thread is removed from the thread list.
3224
0c557179
SDJ
32252013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3226
3227 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3228 Update entry for $_exitcode.
3229
5713b9b5
JB
32302013-10-04 Joel Brobecker <brobecker@adacore.com>
3231
3232 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3233 new "--start" option.
3234
901461f8
PA
32352013-10-02 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.texinfo (Registers): Expand description of saved registers
3238 in frames. Explain <not saved>.
3239
8fb8eb5c
DE
32402013-09-25 Doug Evans <dje@google.com>
3241
3242 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3243
0a7cfe2c
SS
32442013-09-16 Stan Shebs <stan@codesourcery.com>
3245
3246 Remove the internals manual gdbint.texinfo.
3247 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3248 (PDFFILES): Remove gdbint.pdf.
3249 (HTMLFILES): Remove gdbint/index.html.
3250 (HTMLFILES_INSTALL): Remove gdbint.
3251 (GDBINT_DOC_FILES): Remove.
3252 (dvi): Remove gdbint.dvi.
3253 (ps): Remove gdbint.ps.
3254 * gdbint.texinfo: Remove file.
3255 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3256
a280dbd1
SDJ
32572013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3258
3259 * gdb.texinfo (Convenience Functions): Mention new convenience
3260 function $_isvoid.
3261
4ac33720
UW
32622013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3263
3264 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3265 (Standard Target Features): Add new node to menu.
3266 (S/390 and System z Features): New node.
3267
b3d3b4bd
SA
32682013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3269
3270 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3271 -list-target-features in the example.
3272
edf9f00c
JK
32732013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3276 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3277
1d236d23
JK
32782013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 Sync documentation with gdb.base/gnu-debugdata.exp.
3281 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3282
5423b017
JK
32832013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3284
3285 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3286
6211c335
YQ
32872013-08-27 Pedro Alves <pedro@codesourcery.com>
3288 Yao Qi <yao@codesourcery.com>
3289
3290 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3291 Document new --skip-unavailable option.
3292 <-stack-list-variables>: Document new --skip-unavailable option.
3293
52e260a3
DE
32942013-08-26 Doug Evans <dje@google.com>
3295
3296 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3297 an optional regexp.
3298
5e92f71a
TT
32992013-08-13 Tom Tromey <tromey@redhat.com>
3300
3301 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3302 Document GDB_PARALLEL and GDB_INOTIFY.
3303
c5d7073b
SS
33042013-08-09 Stan Shebs <stan@codesourcery.com>
3305
3306 * LRS: Remove file, describes a long-abandoned live-range
3307 splitting extension to stabs.
3308
6fbe845e
AB
33092013-07-25 Andrew Burgess <aburgess@broadcom.com>
3310
3311 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3312
e7045703
DE
33132013-07-17 Doug Evans <dje@google.com>
3314
3315 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3316
3105ebf9
TT
33172013-07-02 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3320
d6c2da54
TT
33212013-06-28 Tom Tromey <tromey@redhat.com>
3322
3323 * Makefile.in (version.subst): Use version.in, not
3324 common/version.in.
3325 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3326 Likewise.
3327
e5823f1c
PA
33282013-06-27 Pedro Alves <palves@redhat.com>
3329
3330 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3331 dynamic symbol resolution code>: New section, based on infrun.c
3332 comment.
3333
92dcb9ff
TT
33342013-06-26 Tom Tromey <tromey@redhat.com>
3335
3336 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3337 Update.
3338 (Releasing GDB): Likewise.
3339
dc673c81
YQ
33402013-06-26 Pedro Alves <pedro@codesourcery.com>
3341 Yao Qi <yao@codesourcery.com>
3342
3343 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3344 -trace-frame-collected.
3345
28a93511
YQ
33462013-06-26 Pedro Alves <pedro@codesourcery.com>
3347
3348 * gdb.texinfo (Traceframe Info Format): Document tvar element
3349 and its attributes.
3350
a0743c90
YQ
33512013-06-25 Yao Qi <yao@codesourcery.com>
3352
3353 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3354
01208463
TT
33552013-06-24 Tom Tromey <tromey@redhat.com>
3356
3357 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3358 (GDBvn.texi): Use version.subst.
3359 (version.subst): New target.
3360 (mostlyclean): Remove version.subst.
3361
c898adb7
YQ
33622013-06-20 Pedro Alves <pedro@codesourcery.com>
3363
3364 * gdb.texinfo (GDB/MI Data Manipulation)
3365 <-data-list-register-values>: Document the --skip-unavailable
3366 option.
3367
7c57fa1e
YQ
33682013-06-07 Yao Qi <yao@codesourcery.com>
3369
3370 * gdb.texinfo (Symbols): Add kindex and cindex for
3371 'maint print msymbols'.
3372
0059c61a 33732013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3374
3375 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3376 response field name (thread-group to inferior).
3377
85dc5a12
GB
33782013-06-04 Gary Benson <gbenson@redhat.com>
3379
3380 * gdb.texinfo (General Query Packets/qSupported): Added
3381 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3382 to the table of currently defined stub features.
3383 Added a more detailed entry for "augmented-libraries-svr4-read".
3384 (General Query Packets/qXfer:libraries-svr4:read): Documented
3385 the augmented form of this packet.
3386
5901af59
JB
33872013-05-23 Joel Brobecker <brobecker@adacore.com>
3388
3389 * gdb.texinfo (System-wide Configuration Scripts): Renames
3390 "Installed System-wide Configuration Scripts". Add associated
3391 @menu block.
3392
c1e36e3e
PA
33932013-05-23 Yao Qi <yao@codesourcery.com>
3394 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.texinfo (Packets): Document 'vCont;r'.
3397 (Continuing and Stepping): Document target-assisted range
3398 stepping, and the 'set range-stepping' and 'show range-stepping'
3399 commands.
3400
0201faac
JB
34012013-05-23 Joel Brobecker <brobecker@adacore.com>
3402
3403 * gdb.texinfo (Installed System-wide Configuration Scripts):
3404 Add subsection describing the scripts now available under
3405 the data-dir's system-gdbbinit subdirectory.
3406 * NEWS: Add entry announcing the availability of system-wide
3407 configuration scripts for ElinOS and Wind River Linux.
3408
c5867ab6
HZ
34092013-05-21 Hui Zhu <hui@codesourcery.com>
3410
3411 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3412 "-dprintf-insert" command.
3413
7d0c9981
DE
34142013-05-17 Doug Evans <dje@google.com>
3415
3416 * gdb.texinfo (Maintenance Commands): Update doc for
3417 "maint check-psymtabs". Add doc for "maint check-symtabs",
3418 "maint expand-symtabs".
3419
742ce053
MM
34202013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3421
3422 * gdb.texinfo (Process Record and Replay): Document the
3423 "record goto" command and its sub-commands.
3424
1e611234
PM
34252013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3426
3427 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3428 (Python API): Add Frame Filters API, Frame Wrapper API,
3429 Writing a Frame Filter/Wrapper, Managing Management of Frame
3430 Filters chapter entries.
3431 (Frame Filters API): New Node.
3432 (Frame Wrapper API): New Node.
3433 (Writing a Frame Filter): New Node.
3434 (Managing Frame Filters): New Node.
3435 (Progspaces In Python): Add note about frame_filters attribute.
3436 (Objfiles in Python): Ditto.
3437 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3438 @anchors and --no-frame-filters option to -stack-list-variables,
3439 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3440 commands.
3441
2874cb83
JB
34422013-05-08 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3445 Support" subsection documenting the XML format used to transfer
3446 shared library info on AIX.
3447
9a005eb9
JB
34482013-05-08 Joel Brobecker <brobecker@adacore.com>
3449
3450 * gdb.texinfo (Debugging Output): Add documentation of
3451 "set debug aix-solib" and "show debug aix-solib" commands.
3452
a1217d97
SL
34532013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3454
3455 * gdb.texinfo (Nios II): New section.
3456 (Nios II Features): New section.
3457
4d1eb6b4
JB
34582013-05-06 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdbint.texinfo (Algorithms): Remove entries documenting
3461 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3462 SOLIB_CREATE_INFERIOR_HOOK.
3463
3f84184e
TT
34642013-04-29 Tom Tromey <tromey@redhat.com>
3465
3466 PR python/14204:
3467 * gdb.texinfo (Python API): Fix menu entry.
3468 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3469 Define global and static block. Add example. Clarify
3470 block relationship for inline functions.
3471
60155234
TT
34722013-04-29 Tom Tromey <tromey@redhat.com>
3473
3474 * gdb.texinfo (Python API): Mention Python help and keyword
3475 arguments. Move pagination text to Basic Python.
3476 (Basic Python): Put pagination text here. Document
3477 close-on-exec, SIGCHLD, and SIGINT.
3478
5360976e
PA
34792013-04-19 Pedro Alves <palves@redhat.com>
3480
3481 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3482 "signedness" instead of "signness".
3483
bd3f3b55
PA
34842013-04-19 Pedro Alves <palves@redhat.com>
3485
3486 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3487 -Wno-pointer-sign text with text on -Wpointer-sign.
3488
dee368d3
TT
34892013-04-16 Tom Tromey <tromey@redhat.com>
3490
3491 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3492 GCC that has the SDT probe points.
3493
cc16e6c9
TT
34942013-04-15 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3497 exception catchpoints.
3498
72f1fe8a
TT
34992013-04-15 Tom Tromey <tromey@redhat.com>
3500
3501 * gdb.texinfo (Set Catchpoints): Document $_exception.
3502 (Convenience Vars): Mention $_exception.
3503
591f19e8
TT
35042013-04-15 Tom Tromey <tromey@redhat.com>
3505
3506 * gdb.texinfo (Set Catchpoints): Reorganize exception
3507 catchpoints. Document "catch rethrow".
3508 (Debugging C Plus Plus): Mention "catch rethrow".
3509
02ae6bad
TT
35102013-04-15 Tom Tromey <tromey@redhat.com>
3511
3512 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3513
2c91021c
JK
35142013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3515 Eli Zaretskii <eliz@gnu.org>
3516
3517 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3518 line below the sample output.
3519
6eaaf48b
EZ
35202013-04-12 Eli Zaretskii <eliz@gnu.org>
3521
3522 * gdb.texinfo (Mode Options): Document '-configuration'.
3523 (Help): Document "show configuration".
3524 (Bug Reporting): Add requirements to include the configuration
3525 details in bug reports.
3526
b292c783
JK
35272013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 * Makefile.in (MAN1S): Add gcore.1.
3530 Remove "Host, target, and site specific Makefile fragments" comment.
3531 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3532 (install-man1, uninstall-man1): Conditionalize gcore.1.
3533 (gcore.1): New.
3534 * gdb.texinfo (Man Pages): Add gcore man.
3535 (gcore man): New node.
3536
f81d1120
PA
35372013-04-10 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.texinfo (Process Record and Replay): Document that "set
3540 record full insn-number-max", "set record
3541 instruction-history-size" and "set record
3542 function-call-history-size" accept "unlimited".
3543 (Backtrace): Document that "set backtrace limit" accepts
3544 "unlimited".
3545 (List): Document that "set listsize" accepts "unlimited".
3546 (Print Settings)" Document that "set print max-symbolic-offset",
3547 "set print elements" and "set print repeats" accept "unlimited".
3548 (Starting and Stopping Trace Experiments): Document that "set
3549 trace-buffer-size" accepts "unlimited".
3550 (Remote Configuration): Document that "set tcp connect-timeout"
3551 accepts "unlimited".
3552 (Command History): Document that "set history size" accepts
3553 "unlimited".
3554 (Screen Size): Document that "set height" and "set width" accepts
3555 "unlimited". Adjust "set pagination"'s description to suggest
3556 "set height unlimited" instead of "set height 0".
3557
393fd4c3
YQ
35582013-04-10 Yao Qi <yao@codesourcery.com>
3559
3560 * gdb.texinfo (Trace Files): Add "target ctf".
3561
cba5a7bf
JK
35622013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3565
0ed630cb
JK
3566 * Makefile.in (install-man1, install-man5, uninstall-man1)
3567 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3568
afe1492b
JK
3569 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3570
5b8b6385
JK
35712013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3572 Eli Zaretskii <eliz@gnu.org>
3573
3574 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3575 parameters order. Remove "On some targets" for --attach. Document the
3576 --multi parameter and extended-remote command. Document all the
3577 options.
3578
906ccdf0
JK
35792013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3580
3581 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3582 the list of supported languages.
3583
43662968
JK
35842013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3585
3586 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3587 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3588 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3589 (diststuff): Add man.
3590 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3591 (uninstall-man5): New.
3592 (STAGESTUFF): Add *.1 and *.5.
3593 (GDBvn.texi): Add SYSTEM_GDBINIT.
3594 (gdb.1, gdbserver.1, gdbinit.5): New.
3595 (maintainer-clean realclean): Add $(MANS).
3596 (install): Add install-man.
3597 (uninstall): Add uninstall-man.
3598 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3599 (@copying): Wrap it by @c man begin COPYRIGHT.
3600 (Top): Add Man Pages.
3601 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3602
be9a8770
PA
36032013-04-02 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.texinfo (Debugging Output): Document "set/show debug
3606 aarch64", "set/show debug coff-pe-read" and "set/show debug
3607 mach-o".
3608
a46c1e42
PA
36092013-04-02 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3612 table>: Add entry for "trace-buffer-size".
3613
bd3eecc3
PA
36142013-03-28 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3617 table>: Add entry for "trace-status".
3618
215b9f98
EZ
36192013-03-28 Eli Zaretskii <eliz@gnu.org>
3620
3621 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3622 @bullet", which is invalid (makeinfo 5.1 barfs).
3623
7f7cc265
PA
36242013-03-28 Pedro Alves <palves@redhat.com>
3625
3626 PR gdb/15294
3627
3628 * gdb.texinfo (List) <set listsize>: Adjust to document that
3629 listsize 0 means no limit, and remove mention of -1.
3630
9c0be723
YQ
36312013-03-22 Yao Qi <yao@codesourcery.com>
3632
3633 * gdb.texinfo (Embedded Processors): Remove menu item
3634 "OpenRISC 1000".
3635 (OpenRISC 1000): Remove.
3636
bd712aed
DE
36372013-03-21 Doug Evans <dje@google.com>
3638
3639 * gdb.texinfo (Maintenance Commands): Add docs for
3640 "mt set per-command {space,time,symtab} {on,off}".
3641
d0353e76
YQ
36422013-03-14 Hui Zhu <hui@codesourcery.com>
3643 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3646
6dd24dfa
KS
36472013-03-13 Keith Seitz <keiths@redhat.com>
3648
3649 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3650 "maint agent" reference to Dynamic printf.
3651
5c4808ca
EZ
36522013-03-11 Eli Zaretskii <eliz@gnu.org>
3653
3654 * gdb.texinfo (General Query Packets): Don't use colon in index
3655 entries visible to Info format.
3656
59ea5688
MM
36572013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3658
3659 * gdb.texinfo (Process Record and Replay): Document record
3660 changes.
3661
2ae8c8e7
MM
36622013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3663
3664 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3665 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3666 qXfer:btrace:read.
3667
28abe188
EZ
36682013-03-09 Eli Zaretskii <eliz@gnu.org>
3669
3670 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3671 use colons in @anchor and @cindex entries.
3672
be9a119c 36732013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3674
3675 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3676
be9a119c 36772013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3678 Hafiz Abid Qadeer <abidh@codesourcery.com>
3679
3680 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3681 trace-buffer-size set and show commands.
3682 (Tracepoint Packets): Document QTBuffer:size.
3683 (General Query Packets): Document QTBuffer:size.
3684
d57350ea
TT
36852013-02-21 Tom Tromey <tromey@redhat.com>
3686
3687 * gdb.texinfo: Remove bad @syncodeindex.
3688 (Values From Inferior, Types In Python, Inferiors In Python)
3689 (Events In Python, Threads In Python, Frames In Python, Blocks In
3690 Python, Symbols In Python, Symbol Tables In Python): Remove
3691 @tables.
3692 (Packets, General Query Packets, Tracepoint Packets)
3693 (Host I/O Packets): Use @w{} for empty @item.
3694
9f44fbc0
SCR
36952013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3696
3697 * gdb.texinfo (Architectures In Python): Add description about
3698 the new method gdb.Architecture.disassemble.
3699
f5911ea1
HAQ
37002013-02-15 Pedro Alves <pedro@codesourcery.com>
3701 Hafiz Abid Qadeer <abidh@codesourcery.com>
3702
3703 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3704 Document the "trace-file" field.
3705
7e1e0340
DE
37062013-02-07 Doug Evans <dje@google.com>
3707
3708 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3709 command.
3710
134a2066
YQ
37112013-02-06 Yao Qi <yao@codesourcery.com>
3712
3713 * gdb.texinfo (GDB/MI Async Records): Document new MI
3714 notification "=tsv-modified". Update the document of MI
3715 notification "=tsv-created".
3716 * observer.texi (GDB Observers): New observer tsv_modified.
3717 Update observer tsv_created and tsv_delete.
3718
430ed3f0
MS
37192013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3720
3721 * gdb.texinfo (AArch64 Features): New section; document
3722 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3723 (Architectures): Add new AArch64 section to document AArch64
3724 architecture specific commands.
3725 (ABI): Add description of the new OS ABI "Newlib" and its influence
3726 on the longjmp handling.
3727
1b56eb55
JK
37282013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3729 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3732 variable in 'set/show backtrace' section.
3733
c4957902
TT
37342013-01-31 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.texinfo (Target Commands): Fix typo.
3737
bea883fd
SCR
37382013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3739
3740 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3741 describing the gdb.Architecture class.
3742 (Frames In Python): Add description about the new method
3743 gdb.Frame.architecture().
3744
796a7ff8
DE
37452013-01-23 Doug Evans <dje@google.com>
3746
3747 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3748
998580f1
MK
37492013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3750
3751 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3752 'thread-groups' field when printing a breakpoint in MI.
3753
c9fb1240
SD
37542012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3755 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3756 to reflect that jit-reader-load now supports absolute file-names.
3757
ab04a2af
TT
37582013-01-16 Tom Tromey <tromey@redhat.com>
3759
3760 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3761 (Signals): Likewise.
3762
8ac3646f
TT
37632013-01-16 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3766 "catch-type" field.
3767 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3768
e93a8774
TT
37692013-01-07 Tom Tromey <tromey@redhat.com>
3770
3771 * gdb.texinfo (Mode Options): Don't mention -epoch.
3772 (Data, Emacs): Remove obsolete comments.
3773
54516a0b
TT
37742013-01-02 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.texinfo (GDB/MI Output Records): Update menu.
3777 (GDB/MI Breakpoint Information): New node.
3778 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3779 <-break-insert>: Likewise.
3780
8dbe8ece
YQ
37812012-12-31 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3784 (Packets): Move "vStopped" packet to ...
3785 (Notification Packets): ... here. Describe the components
3786 of notification. Add a table of supported notifications.
3787 Add an example on the process of he async notification.
3788
f35a17b5
JK
37892012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3790
3791 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3792 present.
3793 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3794 fullname output always present.
3795
0dfd2fad
PM
37962012-12-23 Pierre Muller <muller@sourceware.org>
3797
72f4393d
L
3798 * gdbint.texinfo (Function prototypes): Require use of "extern"
3799 modifier for function prototypes in headers.
0dfd2fad 3800
7785b880
JB
38012012-12-19 Joel Brobecker <brobecker@adacore.com>
3802
3803 * refcard.tex: Update copyright notice to GPL v3 or later.
3804 Update contact info.
3805
3d745be3
JK
38062012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3809
c9b6281a
YQ
38102012-12-15 Yao Qi <yao@codesourcery.com>
3811
3812 * gdb.texinfo (Debugging Output): Document 'set debug
3813 notification' and 'show debug notification'.
3814
f2a8bc8a
YQ
38152012-12-15 Yao Qi <yao@codesourcery.com>
3816
3817 * gdb.texinfo (Listing Tracepoints): New item and example about
3818 'installed on target' output.
3819 Add more in the example about 'installed on target'.
3820 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3821
451b7c33
TT
38222012-12-14 Tom Tromey <tromey@redhat.com>
3823
72f4393d 3824 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 3825
3fa7bf06 38262012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 3827
3fa7bf06
MG
3828 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3829
701adfb0
PA
38302012-12-12 Paul Koning <paul_koning@dell.com>
3831
3832 Add support for Python 3.
3833 * gdb.texinfo (Inferior.read_memory): Mention that the return
3834 value is a memoryview object if Python 3.
3835
05b4bd79
PA
38362012-12-11 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.texinfo: Remove all mentions of Unixware throughout.
3839
74a0d9f6
JK
38402012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3843
0c631110
TT
38442012-11-29 Tom Tromey <tromey@redhat.com>
3845
3846 * gdb.texinfo (SVR4 Process Information): Document missing
3847 "info proc" subcommands.
3848
891df0ea
YQ
38492012-11-29 Yao Qi <yao@codesourcery.com>
3850
3851 PR gdb/1477.
3852 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3853 to 'auto' instead of 'gnu'.
3854
608e2dbb
TT
38552012-11-26 Tom Tromey <tromey@redhat.com>
3856
3857 * gdb.texinfo (MiniDebugInfo): New node.
3858 (GDB Files): Update.
3859
e64e0392
DE
38602012-11-16 Doug Evans <dje@google.com>
3861
3862 * gdb.texinfo (System-wide configuration): If the system-wide init
3863 file lives in the data-directory, and --data-directory is provided,
3864 look for it there.
3865
ae606bee
TT
38662012-11-15 Tom Tromey <tromey@redhat.com>
3867
3868 * gdb.texinfo (Signaling): Fix typo.
3869
62747a60
TT
38702012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3871
3872 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3873 parameter "count" of -data-write-memory-bytes, and add an example.
3874
18a9fc12
TT
38752012-11-12 Tom Tromey <tromey@redhat.com>
3876
3877 * gdb.texinfo (Symbols): Document "info type-printers",
3878 "enable type-printer" and "disable type-printer".
3879 (Python API): Add new node to menu.
3880 (Type Printing API): New node.
3881 (Progspaces In Python): Document type_printers field.
3882 (Objfiles In Python): Likewise.
3883 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3884 register_type_printer, TypePrinter>: Document.
3885
53342f27
TT
38862012-11-12 Tom Tromey <tromey@redhat.com>
3887
3888 * gdb.texinfo (Symbols): Document "set print type methods",
3889 "set print type typedefs", and flags to ptype and whatis.
3890
ed8a1c2d
AB
38912012-11-09 Andrew Burgess <aburgess@broadcom.com>
3892
3893 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3894 the example -data-disassemble output. Extend the description of
3895 the -data-disassemble results to document all fields. Document
3896 the cli disassemble command as being related to -data-disassemble.
3897
8506d139
YQ
38982012-11-09 Yao Qi <yao@codesourcery.com>
3899
3900 PR gdb/14777.
3901 * gdb.texinfo (OS Information): Remove doc on command
3902 'info udot'.
3903
4d3f93a2
JB
39042012-11-08 Joel Brobecker <brobecker@adacore.com>
3905
3906 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3907 gdb.ini warning for Windows port.
3908
1e96de83
YQ
39092012-11-08 Yao Qi <yao@codesourcery.com>
3910
3911 * gdb.texinfo (Search): Add kindex for 'fo'.
3912
dc939229
TT
39132012-11-05 Tom Tromey <tromey@redhat.com>
3914
3915 PR python/14802:
3916 * gdb.texinfo (Functions In Python): Add example.
3917
6f6484cd
YQ
39182012-11-03 Yao Qi <yao@codesourcery.com>
3919
3920 * observer.texi (GDB Observers): Remove observer
3921 'tracepoint_modified', 'tracepoint_created' and
3922 'tracepoint_deleted'.
3923
af4238e5
TT
39242012-10-26 Tom Tromey <tromey@redhat.com>
3925
3926 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3927
687e43a4
TT
39282012-10-25 Tom Tromey <tromey@redhat.com>
3929
3930 * gdb.texinfo (General Query Packets): Use @itemx.
3931
8de0566d
YQ
39322012-10-17 Yao Qi <yao@codesourcery.com>
3933
3934 * observer.texi (GDB Observers): Update observer
3935 'memory_changed'.
3936 * gdb.texinfo (GDB/MI Async Records): Document for
3937 "memory-changed" notification.
3938
07540c15
DE
39392012-10-15 Doug Evans <dje@google.com>
3940
3941 * gdb.texinfo (Mode Options): Document -nh.
3942 Elaborate on docs for -nx.
3943
d7019589
SP
39442012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3945
3946 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3947
82a90ccf 39482012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 3949 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
3950
3951 * gdb.texinfo (GDB/MI Async Records): Document notification
3952 'record-started' and 'record-stopped'.
3953 * observer.texi (GDB Observers): New observer 'record-changed'.
3954
aa9259cc
TS
39552012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3956
3957 * gdb.texinfo: Document the removal of SH's 'regs' command.
3958
c1d780c2
SDJ
39592012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3960
3961 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3962
bb25a15c
YQ
39632012-09-18 Yao Qi <yao@codesourcery.com>
3964
3965 * gdb.texinfo (GDB/MI Async Records): Document new MI
3966 notifications '=tsv-created' and '=tsv-deleted'.
3967 * observer.texi (GDB Observers): New observer tsv_created and
3968 tsv_deleted.
3969
201b4506
YQ
39702012-09-18 Yao Qi <yao@codesourcery.com>
3971
3972 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3973 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3974 '=traceframe-changed'.
3975
6fc1c773
YQ
39762012-09-17 Yao Qi <yao@codesourcery.com>
3977
3978 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3979 'set listsize'.
3980
121c73f3
JK
39812012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3982 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3985 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3986 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3987
e9687799
JK
39882012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3989
3990 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3991
3b5e4d35
YPK
39922012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3993
3994 Document how to return from "python-interactive" to GDB.
3995 * gdb.texinfo (Python Commands): Update documentation.
3996
39972012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3998
3999 Add a new "python-interactive" command that starts a standard
4000 Python interactive prompt with "pi" as alias, and add "py" as
4001 an alias to "python".
4002 * gdb.texinfo (Python Commands): Document the new commands.
4003
b583003e
TT
40042012-08-22 Tom Tromey <tromey@redhat.com>
4005
4006 * gdbint.texinfo (Host Definition): Remove documentation for
4007 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4008
a451cb65
KS
40092012-08-17 Keith Seitz <keiths@redhat.com>
4010
4011 PR c++/13356
4012 * gdb.texinfo (Type and Range Checking): Remove warning.
4013 Remove spurious commas.
4014 Update text and examples for re-implementation of set/show
4015 check type.
4016 (C and C++ Type and Range Checks): Likewise.
4017
6b1755ce
YQ
40182012-08-16 Yao Qi <yao@codesourcery.com>
4019
4020 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4021 is deprecated.
4022
f47f77df
DE
40232012-08-13 Doug Evans <dje@google.com>
4024
4025 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4026 to include functions.
4027
a72c3253
DE
40282012-08-10 Doug Evans <dje@google.com>
4029
4030 * gdb.texinfo (Convenience Funs): New node.
4031 (Types In Python): Document Type.vector.
4032
5b9afe8a
YQ
40332012-08-09 Yao Qi <yao@codesourcery.com>
4034
4035 * observer.texi: New observer command_param_changed.
4036 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4037
dc1039df
JK
40382012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4039
4040 * gdbint.texinfo (Debugging GDB): In section
4041 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4042 Mention also gdb-gdb.py.
4043
4abf930d
YQ
40442012-08-07 Yao Qi <yao@codesourcery.com>
4045
4046 Revert the folloing patch:
4047 2012-08-06 Yao Qi <yao@codesourcery.com>
4048 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4049 remote hardware-watchpoint-limit' and 'set
4050 remote hardware-breakpoint-limit'.
4051
f3c8a52a
JK
40522012-08-06 Nathaniel Flath <flat0103@gmail.com>
4053
4054 * gdb.texinfo (Working Directory): Added information about new
4055 default argument for 'cd' command.
4056
77a91025
YQ
40572012-08-06 Yao Qi <yao@codesourcery.com>
4058
4059 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4060 remote hardware-watchpoint-limit' and 'set
4061 remote hardware-breakpoint-limit'.
4062
d9f08f52
YQ
40632012-08-06 Yao Qi <yao@codesourcery.com>
4064
4065 Fix PR14371.
4066
4067 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4068 '=breakpoint-deleted'.
4069
95b07c96
YQ
40702012-08-02 Yao Qi <yao@codesourcery.com>
4071
4072 * gdb.texinfo (Native): Remove node Neutrino.
4073
7255706c
YQ
40742012-07-27 Yao Qi <yao@codesourcery.com>
4075
4076 * gdb.texinfo (IPA Protocol Commands): Document new command
4077 'close'.
4078
d6b28940
TT
40792012-07-25 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4082
e615022a
DE
40832012-07-20 Doug Evans <dje@google.com>
4084
4085 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4086 (Index Files): Document how to control the use of deprecated index
4087 sections.
4088 (Index Section Format): Replace --use-deprecated-index-sections with
4089 "set use-deprecated-index-sections on".
4090
055855a4
EZ
40912012-07-12 Eli Zaretskii <eliz@gnu.org>
4092
4093 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4094 indices into a single node "Index". Instead, join function and
4095 variable indices into a single index, separate from the concept
4096 index. Requested in
4097 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4098 (Top): Update the top-level menu: instead of one "Index" there are
4099 now separate entries "Concept Index" and "Function and Variable
4100 Index".
4101 (Concept Index, Function and Variable Index): New nodes.
4102 (Index): Node deleted.
4103
f77cc5f0
HZ
41042012-07-05 Hui Zhu <hui_zhu@mentor.com>
4105
4106 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4107 and "maint agent-eval".
4108
00595b5e
EZ
41092012-07-03 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4112 avoid file-name clashes between Index.html and index.html on
4113 case-insensitive filesystems. See the discussion starting in
4114 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4115 details of the problem.
4116 (Top): Update the master menu for the above.
4117 (Concept Index, Command and Variable Index): New nodes, instead of
4118 the old "Index" node that was deleted. All cross-references
4119 updated.
4120
d3ce09f5
SS
41212012-07-02 Stan Shebs <stan@codesourcery.com>
4122
4123 * gdb.texinfo (Dynamic Printf): Mention agent style and
4124 disconnected dprintf.
4125 (Maintenance Commands): Describe maint agent-printf.
4126 (General Query Packets): Mention BreakpointCommands feature.
4127 (Packets): Document commands extension to Z0 packet.
4128 * agentexpr.texi (Bytecode Descriptions): Document printf
4129 bytecode.
4130
2d7b58e8
JK
41312012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4134 only after gdbinit files.
4135 (Startup): Move -iex and -iex commands down after gdbinit files.
4136
202cbf1c
JK
41372012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4140 possibility.
4141
b6ba681c
TT
41422012-06-29 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.texinfo (Index Section Format): Update for version 7.
4145
71caed83
SS
41462012-06-28 Stan Shebs <stan@codesourcery.com>
4147
4148 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4149 example, add note about title column.
4150
ee0bf529
SCR
41512012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4152
4153 * gdb.texinfo (Symbol Tables In Python): Add description about
4154 the new 'last' attribute of gdb.Symtab_and line.
4155
3c15d565
SCR
41562012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4157
4158 * gdb.texinfo (Symbol Tables In Python): Correct the description
4159 of the 'pc' attribute of gdb.Symtab_and_line.
4160
45cfd468
DE
41612012-06-26 Doug Evans <dje@google.com>
4162
4163 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4164 and symtab-create.
4165
496ee73e
KS
41662012-06-25 Keith Seitz <keiths@redhat.com>
4167
4168 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4169 from example. Remove "rbreak" from list of corresponding
4170 gdb commands.
4171
156942c7
DE
41722012-06-23 Doug Evans <dje@google.com>
4173
4174 * gdb.texinfo (Index Section Format): Document version 7 format.
4175
c614397c
YQ
41762012-06-22 Yao Qi <yao@codesourcery.com>
4177
4178 * gdb.texinfo: Add missing cindex for some packets.
4179
472a2379
KS
41802012-06-20 Keith Seitz <keiths@redhat.com>
4181
4182 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4183 for -break-insert and document -p.
4184
2678e2af
YQ
41852012-06-20 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4188 and "gdb.write_memory" with "Inferior.read_memory" and
4189 "Inferior.write_memory".
4190
984359d2
EZ
41912012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4192
4193 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4194 (Free Documentation): Add @node line.
4195 (Continuing and Stepping) <advance location>: Use @item instead of
4196 @itemx.
4197 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4198 @itemx.
4199 (Embedded Processors): Put the link to "PA" to its correct place,
4200 according to document structure.
4201 (Python API): Put the link to "Lazy Strings In Python" to its
4202 correct place.
4203 (Index): Use @@ in @tex block to get a literal @.
4204
4205 * gdbint.texinfo: Fix the @subtitle line.
4206
4207 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4208 correct place.
4209
16bdd41f
YQ
42102012-06-08 Yao Qi <yao@codesourcery.com>
4211
4212 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4213 Protocol'.
4214 (In-Process Agent Protocol, IPA Protocol Objects)
4215 (IPA Protocol Commands): New nodes.
4216 (Tracepoint Packets): Add anchors.
4217
2d4c29c5
TS
42182012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4219
4220 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4221
6bd110c5
YQ
42222012-06-06 Yao Qi <yao@codesourcery.com>
4223
4224 * gdb.texinfo: Update copyright year.
4225
f3e0e960
SS
42262012-05-23 Stan Shebs <stan@codesourcery.com>
4227 Kwok Cheung Yeung <kcy@codesourcery.com>
4228
4229 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4230
1564a261
JK
42312012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4234 Mention also --with-separate-debug-dir.
4235 (Auto-loading): Prepend $debugdir in the sample output.
4236 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4237 auto-load safe-path variable.
4238 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4239 Mention also $debugdir for 'set auto-load scripts-directory'.
4240
eb17f351
EZ
42412012-05-19 Eli Zaretskii <eliz@gnu.org>
4242
4243 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4244 (MIPS Embedded, MIPS, MIPS Register packet Format)
4245 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4246 appropriate.
4247
4cc0665f 42482012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4249 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4250
4251 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4252 mips compression".
4253 (MIPS Breakpoint Kinds): New subsubsection.
4254
7af8dcf8 42552012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4256
4257 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4258 nodes for subsections. Add @acronym mark-ups and adjust
4259 formatting.
4260
aff139ff
JK
42612012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 Rename $ddir to $datadir.
4264 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4265 (objfile-gdb.py file): Rename $ddir to $datadir.
4266
9cb709b6
TT
42672012-05-18 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4270
e7e0cddf
SS
42712012-05-14 Stan Shebs <stan@codesourcery.com>
4272
4273 * gdb.texinfo (Dynamic Printf): New subsection.
4274
7efc75aa
SCR
42752012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4276
4277 * gdb.texinfo (Basic Python): Add description about the function
4278 gdb.find_pc_line
4279
f307c045
JK
42802012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4281 Eli Zaretskii <eliz@gnu.org>
4282
4283 * gdb.texinfo (Separate Debug Files): Use plural form for global
4284 debugging information directory.
4285
85d4a676
SS
42862012-05-11 Stan Shebs <stan@codesourcery.com>
4287 Kwok Cheung Yeung <kcy@codesourcery.com>
4288
4289 * gdb.texinfo (Operating System Auxiliary Information): Document new
4290 'info os' subcommands.
4291
c1668e4e
JK
42922012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4295 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4296 (dotdebug_gdb_scripts section): Add reference
4297 to 'Auto-loading safe path'.
4298
7349ff92
JK
42992012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 Implement multi-component --with-auto-load-dir.
4302 * gdb.texinfo (Auto-loading): New references
4303 for 'set auto-load scripts-directory'
4304 and 'show auto-load scripts-directory'.
4305 (Auto-loading safe path): Describe the new default. Move $ddir
4306 substituation reference to 'objfile-gdb.py file'.
4307 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4308 script-name. Describe new 'set auto-load scripts-directory'
4309 and 'show auto-load scripts-directory'.
4310
6dea1fbd
JK
43112012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 Provide $ddir substitution for --with-auto-load-safe-path.
4314 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4315 (Auto-loading safe path): Likewise. Mention the default value,
4316 $ddir substitution, --with-auto-load-safe-path and
4317 --without-auto-load-safe-path.
4318 * observer.texi (gdb_datadir_changed): New.
4319
1ccacbcd
JK
43202012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4321
4322 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4323 Twice.
4324
d9242c17
JK
4325 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4326 directory separator by path separator.
4327
af2c1515
JK
43282012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4331 for 'set auto-load safe-path' optional. Mention if it is omitted.
4332 Change disabling security protection condition to "/", twice.
4333
a20ee7a4
SCR
43342012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4335
4336 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4337 the new methods global_block and static_block on gdb.Symtab
4338 objects.
4339
56af09aa
SCR
43402012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4341
4342 * gdb.texinfo (Blocks In Python): Add a note saying that future
4343 improvements to GDB and its infrastructure can move symbols
4344 across blocks within a symbol table.
4345
2746b0ef
YQ
43462012-04-29 Yao Qi <yao@codesourcery.com>
4347
4348 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4349 (A29K): Remove.
4350
62e5f89c
SDJ
43512012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4352 Tom Tromey <tromey@redhat.com>
4353
4354 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4355 and generic static probe support on GDB.
4356
a766d390
DE
43572012-04-25 Doug Evans <dje@google.com>
4358
50f042b9
DE
4359 * gdb.texinfo (Go): Fix thinko.
4360
a766d390
DE
4361 * gdb.texinfo (Supported Languages): Add Go.
4362 (Go): New node.
4363
f02e2b19
YQ
43642012-04-25 Yao Qi <yao@codesourcery.com>
4365
4366 * gdbint.texinfo (Testsuite): New section `Board settings'.
4367
68d41a48
JK
43682012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4369
4370 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4371 Three times.
4372
174bb630
JK
4373 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4374 Three times.
4375
0511cc75
JK
43762012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4379 by @table @asis. Fix formatting of one item.
4380
0070f25a
JK
43812012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4384
4dc84fd1
JK
43852012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 New option "set debug auto-load".
4388 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4389 (auto-load verbose mode): New node.
4390
bccbefd2
JK
43912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 New option "set auto-load safe-path".
4394 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4395 and "info auto-load" examples for safe-path. Put there also references
4396 for "set auto-load safe-path" and "show auto-load safe-path".
4397 New menu item for Auto-loading safe path.
4398 (Auto-loading safe path): New node.
4399 (Python Auto-loading): Update the expected output from "Missing"
4400 to "No".
4401
bf88dd68
JK
44022012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 auto-load: Implementation.
4405 * gdb.texinfo (Mode Options): New anchor for -nx.
4406 (Startup): New anchors for Option -init-eval-command,
4407 Home Directory Init File
4408 and Init File in the Current Directory during Startup.
4409 Mention set auto-load local-gdbinit with a reference.
4410 Change the sample code to "set auto-load python-scripts".
4411 (Threads): New anchor set libthread-db-search-path.
4412 Provide references to libthread_db.so.1 file.
4413 (Controlling GDB): New menu item for Auto-loading.
4414 (Auto-loading, Init File in the Current Directory)
4415 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4416 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4417 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4418 reference.
4419 (Auto-loading): Rename to ...
4420 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4421 "set auto-load python-scripts", new anchor for it. Change
4422 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4423 for it. Change "info auto-load-scripts"
4424 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4425 to "Python scripts".
4426
8264ba82
AG
44272012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4428
4429 PR mi/13393
4430 * gdb.texinfo (Print Settings): Extend the description for "set print
4431 object".
4432 (GDB/MI Variable Objects): Extend the description for -var-create and
4433 -var-list-children.
4434
06fc020f
SCR
44352012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4436
4437 * gdb.texinfo (Examining Data): Document the 'explore' command.
4438
7191c139
JB
44392012-03-28 Joel Brobecker <brobecker@adacore.com>
4440
4441 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4442 to the children of a varobj and its update range when -var-update
4443 returns that the varobj's type changed.
4444
3708f05e
JK
44452012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4448 Create two new links fir 'objfile-gdb.py file'
4449 and 'dotdebug_gdb_scripts section'.
4450
8e0583c8
JK
44512012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4452
4453 * gdb.texinfo (Auto-loading): Rename node reference
4454 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4455 Twice.
4456 (.debug_gdb_scripts section): Rename the node ...
4457 (dotdebug_gdb_scripts section): ... here.
4458 (Maintenance Commands): Also rename this node reference.
4459
7b282c5a
SCR
44602012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4461
4462 * gdb.texinfo (Python API/Values From Inferior): Add description
4463 about the new method Value.referenced_value. Add description on
4464 how Value.dereference is different (and similar) to
4465 Value.referenced_value.
4466
8320cc4f
JK
44672012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4468
4469 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4470 --init-eval-command=COMMAND, -iex.
4471 (Startup): Describe -iex and -ix. Simplify the example
4472 for "set auto-load-scripts off".
4473
481860b3
GB
44742012-03-16 Gary Benson <gbenson@redhat.com>
4475
4476 PR breakpoints/10738
4477 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4478 stating that GDB cannot set breakpoints on inlined functions.
4479 (Mode Options): Document --use-deprecated-index-sections.
4480 (Index Section Format): Document new index section version format.
4481
c4aeac85
TT
44822012-03-15 Tom Tromey <tromey@redhat.com>
4483
4484 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4485
16899756
DE
44862012-03-13 Doug Evans <dje@google.com>
4487
4488 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4489 of "reload".
4490 (Symbols): Delete docs for set/show symbol-reloading.
4491 * gdbint.texinfo (Defining Other Architecture Features): Delete
4492 SYMBOL_RELOADING_DEFAULT.
4493 * refcard.tex: Delete reference to symbol-reloading.
4494
9b224c5e
PA
44952012-03-07 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.texinfo (General Query Packets): Document new
4498 QProgramSignals packet.
4499 * gdb.texinfo (Remote configuration): Mention
4500 "program-signals-packet".
4501
169081d0
TG
45022012-03-05 Tristan Gingold <gingold@adacore.com>
4503
4504 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4505
d1feda86
YQ
45062012-03-03 Yao Qi <yao@codesourcery.com>
4507
4508 * gdb.texinfo (In-Process Agent): New node.
4509 Document new commands.
4510 (General Query Packets): Add packet `QAgent'.
4511
1faeff08
MR
45122012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4513
4514 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4515
7d74f244
DE
45162012-03-01 Scott J. Goldman <scottjg@vmware.com>
4517
4518 * gdb.texinfo (Commands In Python): Put example python macro in
4519 COMMAND_USER category rather than COMMAND_OBSCURE.
4520 Document gdb.COMMAND_USER.
4521 (User-defined Commands): Update documentation to clarify
4522 "set/show max-user-call-depth" and "show user" don't apply to python
4523 commands. Update documentation to clarify "help user-defined" may
4524 also include python commands defined as COMMAND_USER.
4525
6fe37d23
JK
45262012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4527
4528 * gdb.texinfo (Startup): Add option -ex description to the option -x
4529 description.
4530
83364271
LM
45312012-02-24 Luis Machado <lgustavo@codesourcery.com>
4532
4533 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4534 condition-evaluation breakpoint parameter.
4535 Mention condition-evaluation mode being shown in "info break".
4536 (Break Conditions): Add description for target-side
4537 conditional breakpoints.
72f4393d 4538 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4539 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4540 cond-expr.
4541 (General Query Packets): Mention new ConditionalBreakpoint feature.
4542
bdb1994d
TT
45432012-02-22 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4546
4d241c86
TT
45472012-02-17 Tom Tromey <tromey@redhat.com>
4548
4549 PR python/10753:
4550 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4551 directory.
4552
816338b5
SS
45532012-02-14 Stan Shebs <stan@codesourcery.com>
4554
4555 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4556
cc30c4bd
PA
45572012-02-13 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4560 mips-idt-ecoff.
4561
035d1e5b
YQ
45622012-02-09 Yao Qi <yao@codesourcery.com>
4563
4564 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4565
f0823d2c
TT
45662012-02-07 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4569 Symbol.value.
4570
64e7d9dd
TT
45712012-02-07 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4574
4220b2f8
TS
45752012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4576
4577 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4578
edcc5120
TT
45792012-01-24 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4582 unload".
4583 (Files): Mention new catch commands.
4584 (GDB/MI Async Records): Likewise.
4585
53fe1783
GB
45862012-01-24 Gary Benson <gbenson@redhat.com>
4587
4588 Delete #if 0'd out code.
4589 * gdb.texinfo (Frame Info): Remove "info catch".
4590
b9e7b9c3
UW
45912012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4592
4593 * gdb.texinfo (Remote Configuration): Document
4594 "set remote hostio-readlink-packet" command.
4595 (General Query Packets): Document vFile:readlink packet.
4596
4aac40c8
TT
45972012-01-16 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (Specify Location): Document relative file name
4600 handling.
4601
cafec441
TT
46022012-01-16 Tom Tromey <tromey@redhat.com>
4603
4604 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4605
0ee339bc
JK
46062012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4607 Eli Zaretskii <eliz@gnu.org>
4608
4609 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4610 code.
4611
72384ba3
PH
46122012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4613
4614 * gdb.texinfo (Variables): Document use of :: for non-static
4615 variables.
4616
ce1b17c4
JB
46172012-01-05 Joel Brobecker <brobecker@adacore.com>
4618
4619 * gdbint.texinfo (Start of New Year Procedure): Update
4620 to replace use of copyright.sh by use of copyright.py.
4621
217bff3e
JK
46222012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 Remove the gdbtui binary.
4625 * all-cfg.texi (GDBTUI): Remove.
4626 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4627 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4628 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4629
cc72b2a2
KP
46302011-12-23 Kevin Pouget <kevin.pouget@st.com>
4631
4632 Introduce gdb.FinishBreakpoint in Python.
4633 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4634 (Python API): Add menu entry for Finish Breakpoints.
4635
13ac8d2c
JK
46362011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4637
4638 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4639 tests.
4640
e0f9f062
DE
46412011-12-16 Doug Evans <dje@google.com>
4642
4643 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4644
80b6e756
PM
46452011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4646
1c3ad6ab 4647 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4648 stack". Add documentation for "set/show python print-stack".
4649
2fb860fc
PA
46502011-12-14 Pedro Alves <pedro@codesourcery.com>
4651
4652 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4653 should transfer control to the stub in the startup code instead of
4654 in main. Mention the need to get past the initial breakpoint.
4655
f8eba3c6
TT
46562011-12-06 Tom Tromey <tromey@redhat.com>
4657
4658 * gdb.texinfo (Set Breaks): Update for new behavior.
4659
2268b414
JK
46602011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4663 List Format for SVR4 Targets'.
4664 (General Query Packets): New item qXfer:libraries-svr4:read.
4665 (Library List Format for SVR4 Targets): New node.
4666
ae6f0d5b
TT
46672011-12-01 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4670 add.
4671
36dfb11c
TT
46722011-11-22 Tom Tromey <tromey@redhat.com>
4673
4674 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4675 reasons.
4676
f196051f
SS
46772011-11-20 Stan Shebs <stan@codesourcery.com>
4678
4679 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4680 note-related options and variables.
4681 (Tracepoint Packets): Document packet changes.
4682
f85b53f8
SD
46832011-11-20 Sanjoy Das <sdas@igalia.com>
4684
4685 * gdb.texinfo (JIT Interface): Add documentation on writing and
4686 usind JIT debug info readers.
4687 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4688 Debug Info Readers): New nodes.
4689
bfccc43c
YQ
46902011-11-18 Yao Qi <yao@codesourcery.com>
4691
4692 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4693 tracepoint.
4694
c011a4f4
DE
46952011-11-15 Doug Evans <dje@google.com>
4696
4697 * gdb.texinfo (Files): Document basenames-may-differ.
4698
ed59ded5
DE
46992011-11-14 Doug Evans <dje@google.com>
4700
4701 * gdb.texinfo (Shell Commands): Document "!".
4702
405f8e94
SS
47032011-11-14 Stan Shebs <stan@codesourcery.com>
4704 Kwok Cheung Yeung <kcy@codesourcery.com>
4705
4706 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4707 needed to get shorter fast tracepoints.
4708 (Tracepoint Packets): Document new qTMinFTPILen packet.
4709
1e4d1764
YQ
47102011-11-14 Yao Qi <yao@codesourcery.com>
4711
4712 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4713 behavior of tracepoint.
4714 (General Query Packets): New feature InstallInTrace.
4715 (Remote Configuration): Document "set remote
4716 install-in-trace-packet".
4717
71eba9c2 47182011-11-12 Matt Rice <ratmice@gmail.com>
4719
4720 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4721 Add arguments to info macro.
4722
e0f8f636
TT
47232011-11-10 Tom Tromey <tromey@redhat.com>
4724
4725 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4726 manual.
4727 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4728 (Macros): Add a footnote.
4729 (C): Remove paragraph about compiler options.
4730 (C Constants): Mention wide character and string constants.
4731 (C Plus Plus Expressions): Update compiler option advice. Mention
4732 using declarations. Mention ADL. Remove old HP compiler
4733 information.
4734
625c0d47
TT
47352011-11-10 Tom Tromey <tromey@redhat.com>
4736
4737 PR c++/9257:
4738 * gdb.texinfo (Print Settings): Add an extra note about the need
4739 for a vtable.
4740
4be2aacc
MR
47412011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4742
4743 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4744 "set mips abi" documentation.
4745
0a1c4d10
DE
47462011-11-04 Doug Evans <dje@google.com>
4747
4748 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4749
aad1c02c
TT
47502011-11-03 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.texinfo (Stopping): Add menu entry.
4753 (Continuing and Stepping): Restore @node. Use @section, not
4754 @subsection.
4755
983fb131
MR
47562011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4757
4758 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4759 designation. Fix "Specify Location" cross-reference.
4760
3065dfb6
SS
47612011-11-02 Stan Shebs <stan@codesourcery.com>
4762
4763 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4764 (General Query Packets): Describe tracenz feature.
4765 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4766
0aaaf063
PK
47672011-10-28 Paul Koning <paul_koning@dell.com>
4768
4769 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4770
2231f1fb
KP
47712011-10-27 Kevin Pouget <kevin.pouget@st.com>
4772
72f4393d 4773 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
4774 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4775
5110b5df
PK
47762011-10-26 Paul Koning <paul_koning@dell.com>
4777
4778 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 4779
22dbab46
PK
47802011-10-25 Paul Koning <paul_koning@dell.com>
4781
4782 PR python/13327
72f4393d 4783
22dbab46
PK
4784 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4785 fetch_lazy method.
4786
9df2fbc4
PM
47872011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4788
4789 PR python/12656
4790
4791 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4792 global_block, static_block function.
4793
f05e2e1d
TT
47942011-10-19 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.texinfo (Commands In Python): Add missing "@"s.
4797
a7fc3f37
KP
47982011-10-13 Kevin Pouget <kevin.pouget@st.com>
4799
4800 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 4801 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
4802 constants.
4803
5048e516
JK
48042011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 Fix compatibility with texinfo versions older than 4.12.
4807 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4808 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4809 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4810 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4811 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4812 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4813 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4814
5a56e9c5
DE
48152011-10-09 Doug Evans <dje@google.com>
4816
4817 * gdb.texinfo (Extending GDB): Document alias command.
4818
36b11add
JK
48192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4820
4821 Support @entry in input expressions.
4822 * gdb.texinfo (Variables): Describe @entry names suffix.
4823 (Print Settings): Add anchor for `set print entry-values'.
4824
e18b2753
JK
48252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4826 Eli Zaretskii <eliz@gnu.org>
4827
4828 Display @entry parameter values (without references).
4829 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4830 example.
4831 (Print Settings): New description of set print entry-values and show
4832 print entry-values.
4833
111c6489
JK
48342011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4835 Eli Zaretskii <eliz@gnu.org>
4836
4837 Recognize virtual tail call frames.
4838 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4839 (Tail Call Frames): New node.
4840 (Frames In Python): Add gdb.TAILCALL_FRAME.
4841
9c15afc4
DE
48422011-10-07 Doug Evans <dje@google.com>
4843
4844 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4845 register_pretty_printer.
4846
99f5279d
PM
48472011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4848
4849 PR python/12930
4850 PR python/12802
4851
4852 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4853 stop method.
4854
03583c20
UW
48552011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4856
4857 * gdb.texinfo (Starting your Program): "set disable-randomization"
4858 is no longer Linux-specific.
4859 (Remote Configuration): Document "set remote
4860 disable-randomization-packet".
4861 (General Query Packets): Document "QDisableRandomization" packet
4862 and add it to "qSupported" list.
4863
bd054e06
KP
48642011-10-07 Kevin Pouget <kevin.pouget@st.com>
4865
4866 Allow Python notification of new object-file loadings.
4867 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4868 event type.
4869
cb6be26b
KP
48702011-10-04 Kevin Pouget <kevin.pouget@st.com>
4871
4872 PR python/12691: Add the inferior to Python exited event
4873 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4874
a05336a1
JB
48752011-10-03 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4878 rephasing.
4879
5d77fe44
JB
48802011-10-03 Joel Brobecker <brobecker@adacore.com>
4881
4882 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4883 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4884 as possible feature returned by the `-list-features'
4885 command.
4886
699df94d
PK
48872011-09-28 Paul Koning <paul_koning@dell.com>
4888
4889 * gdb.texinfo (gdb.Type): Document field access by dictionary
4890 key syntax.
4891
24bdad53
YQ
48922011-09-28 Yao Qi <yao@codesourcery.com>
4893
4894 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4895 Add one space after option `-s'. Remove @r{} markup.
4896
6710bf39
SS
48972011-09-27 Stan Shebs <stan@codesourcery.com>
4898
4899 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4900
d99f7e48
HZ
49012011-09-16 Hui Zhu <teawater@gmail.com>
4902
4903 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4904 to *(unsigned char *)$esp@300.
4905
d812018b
PK
49062011-09-15 Paul Koning <paul_koning@dell.com>
4907
4908 * gdb.texinfo: Make style of Python functions and methods match
4909 the syntax of Python. Also put class and module names explicitly
4910 on function, member, and variable names, matching Python
4911 documentation conventions.
72f4393d 4912
2aa48337
KP
49132011-09-15 Kevin Pouget <kevin.pouget@st.com>
4914
4915 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4916 * gdb.texinfo (Inferiors In Python): Describe new
4917 gdb.selected_inferior() function.
4918
6839b47f
KP
49192011-09-15 Kevin Pouget <kevin.pouget@st.com>
4920
4921 Handle multiple breakpoint hits in Python interface:
4922 * gdb.texinfo (Events In Python): New function documentation:
4923 gdb.BreakpointEvent.breakpoints. Indicate that
4924 gdb.BreakpointEvent.breakpoint is now deprecated.
4925
26829f2b
JB
49262011-09-04 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4929
a9f54f60
TT
49302011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4931
4932 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4933
fa3a4f15
PM
49342011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4935
72f4393d
L
4936 * gdb.texinfo (Prompt): Add set/show extended-prompt
4937 documentation
4938 (Basic Python): Add prompt_hook anchor.
4939 (Python modules): Reword module text to reflect multiple modules.
4940 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 4941
224bbe49
YQ
49422011-08-14 Yao Qi <yao@codesourcery.com>
4943
78d85199
YQ
4944 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4945
49462011-08-14 Yao Qi <yao@codesourcery.com>
4947
4948 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
4949 (TIC6x Features): New node.
4950
457e09f0
DE
49512011-08-12 Doug Evans <dje@google.com>
4952
4953 * gdb.texinfo (Symbols In Python): Document symbol.type.
4954
5e239b84
PM
49552011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4956
4957 * gdb.texinfo (Python): Document command and function
4958 auto-loading.
4959
177bc839
JK
49602011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4961 Eli Zaretskii <eliz@gnu.org>
4962
4963 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4964 typedefs unrolling. Extend the sample code by an inner typedef and
4965 outer typedefs unrolling.
4966
1a532630
PP
49672011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4968
4969 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4970 size and line-size.
4971
9b158ba0 49722011-07-21 Matt Rice <ratmice@gmail.com>
4973
4974 PR macros/12999
4975 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4976 Update text and cindex entries for info macro command.
4977
d17b6f81
PM
49782011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4979
4980 * observer.texi (GDB Observers): Add before_prompt observer.
4981 * gdb.texinfo (Basic Python): Add documentation for prompt
4982 substitution.
4983
713389e0
PM
49842011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4985
72f4393d 4986 PR python/12438
713389e0 4987 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
4988 set/show python print-stack. Document set/show python
4989 print-backtrace.
713389e0 4990
177b42fe
TJB
49912011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4992
4993 * gdb.texinfo: Fix typos.
4994
900e11f9
JK
49952011-07-01 Tom Tromey <tromey@redhat.com>
4996
4997 * gdb.texinfo (Debugging Output): Document set debug
4998 check-physname.
4999
39c4d40a
TT
50002011-06-29 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5003 breakpoint-notifications feature.
5004
6f5def7d
UW
50052011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5006
5007 * gdb.texinfo (Target Description): Remove warning about
5008 possibly unstable format.
5009
8cf64490
TT
50102011-06-03 Tom Tromey <tromey@redhat.com>
5011
5012 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5013 (Events In Python): Note that exit_code is optional.
5014
393eab54
PA
50152011-05-17 Pedro Alves <pedro@codesourcery.com>
5016
5017 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5018 required for multi-threading support.
5019 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5020 Hc are deprecated for multi-threading debugging. Point readers at
5021 the vCont packet.
5022
75fc9810
DE
50232011-05-15 Doug Evans <dje@google.com>
5024
5025 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5026
01124a23
DE
50272011-05-13 Doug Evans <dje@google.com>
5028
98a5dd13
DE
5029 * gdb.texinfo (Threads): Document $sdir,$pdir.
5030 (Server): Document $pdir exception.
5031
dbaefcf7
DE
5032 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5033
cc63ef9b
DE
5034 * gdb.texinfo (Threads): Clarify default value for
5035 libthread-db-search-path.
7e0396aa 5036
01124a23
DE
5037 * gdb.texinfo (Completion): Update example.
5038 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5039
d248b706
KY
50402011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5041
5042 * gdb.texinfo: Document change in the behaviour of the enable and
5043 disable GDB commands when applied to tracepoints.
5044 Document the EnableDisableTracepoints remote stub feature.
5045 Document QTEnable and QTDisable in the list of tracepoint packets.
5046
cc88a640
JK
50472011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5050 hsuser.texi.
5051 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5052 comment to hsuser.texi. Change rluser.texi name in the comment.
5053
84e578fb
DE
50542011-05-10 Doug Evans <dje@google.com>
5055
5056 * gdb.texinfo (Threads): If an empty path is provided for
5057 libthread-db-search-path it is reset to its default value.
5058 (Server): Ditto.
5059
478aac75
DE
50602011-05-09 Doug Evans <dje@google.com>
5061
5062 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5063
9c06b0b4
TJB
50642011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5065 Thiago Jung Bauermann <bauerman@br.ibm.com>
5066
5067 Implement support for PowerPC BookE masked watchpoints.
5068 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5069 (PowerPC Embedded): Mention support of masked watchpoints.
5070
9ed350ad
JB
50712011-05-03 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5074 `@value{GDBN}'.
5075
4ceed123
JB
50762011-05-03 Joel Brobecker <brobecker@adacore.com>
5077
5078 * gdb.texinfo (titlepage): Remove dedication.
5079 (In Memoriam): New appendix.
5080
559a7a62
JK
50812011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5082 Eli Zaretskii <eliz@gnu.org>
5083
5084 * gdb.texinfo (Index Section Format): Change the version to 5.
5085 Describe the different formula.
5086
03f2bd59
JK
50872011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5088 Eli Zaretskii <eliz@gnu.org>
5089
5090 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5091 for disconnected tracing.
5092 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5093 extended-remote relationship. Mention --once.
5094 (TCP port allocation lifecycle of @code{gdbserver}): New.
5095
d9b1a651
EZ
50962011-04-23 Eli Zaretskii <eliz@gnu.org>
5097
5098 * gdb.texinfo (Server): Improve indexing. Index all optional
5099 switches to gdbserver.
5100
90476074
TT
51012011-04-20 Tom Tromey <tromey@redhat.com>
5102
5103 * gdb.texinfo (Index Section Format): New node.
5104 (Top): Add new node to menu.
5105
c21236dc
PA
51062011-04-20 Pedro Alves <pedro@codesourcery.com>
5107
5108 * gdb.texinfo (Maintenance Commands): Document `maint print
5109 remote-registers'.
5110
05c8c3f5
TT
51112011-04-20 Tom Tromey <tromey@redhat.com>
5112
5113 * gdb.texinfo (Trace File Format): Move node later.
5114
7a9dd1b2
TT
51152011-04-19 Tom Tromey <tromey@redhat.com>
5116
5117 * gdbint.texinfo (Register Information Functions): Remove
5118 duplicate "the".
5119 * gdb.texinfo (Emacs): Remove duplicate "to".
5120 (GDB/MI Variable Objects): Remove duplicate "the".
5121 (General Query Packets): Likewise.
5122
4368ebeb
JB
51232011-04-02 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5126 "GDB/MI Ada Exception Information" node.
5127
956a9fb9
JB
51282011-04-01 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5131 the "exception-name" field in the *stopped async record.
5132
f1310107
TJB
51332011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5134 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5135
5136 Implement support for PowerPC BookE ranged breakpoints.
5137 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5138
8786b2bd
TT
51392011-03-28 Tom Tromey <tromey@redhat.com>
5140
5141 * gdb.texinfo (Set Tracepoints): Fix typo.
5142
9ef07c8c
TT
51432011-03-24 Tom Tromey <tromey@redhat.com>
5144
5145 * gdb.texinfo (Specify Location): Document `function:label'
5146 linespec.
5147
99c3dc11
PM
51482011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5149
f1310107 5150 PR python/12149
99c3dc11
PM
5151
5152 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5153
29703da4
PM
51542011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5155
5156 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5157 (Inferiors In Python): Likewise.
5158 (Threads In Python): Likewise.
5159 (Symbols In Python): Likewise.
5160 (Objfiles In Python): Likewise.
5161 (Symbol Tables In Python): Likewise.
5162
c9174737
PA
51632011-03-15 Pedro Alves <pedro@codesourcery.com>
5164
5165 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5166 display>: Explain that the commands accept number ranges.
5167
7371cf6d
PM
51682011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5169
5170 * gdb.texinfo (Breakpoints In Python): Add description and example
5171 of Python stop function operation.
5172
ecec24e6
PM
51732011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5174
5175 * gdb.texinfo (Parameters In Python): Document get_set_string and
5176 get_show_string methods.
5177
6dcd5565
JK
51782011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5179
5180 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5181
81896e36
JK
5182 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5183 circular-trace-buffer name.
5184
5e30da2c
JB
51852011-02-28 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5188 in the previous change.
5189
3bd0f5ef 51902011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5191
72f4393d 5192 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5193 that they can accept multiple arguments.
5194
4ec7539c
JB
51952011-02-24 Joel Brobecker <brobecker@adacore.com>
5196
5197 Revert the following patch (code patch was not approved):
5198 2011-02-21 Hui Zhu <teawater@gmail.com>
5199 * agentexpr.texi (bytecode descriptions): add printf.
5200 * gdb.texinfo (tracepoint action lists): add printf.
5201
82809774
DE
52022011-02-23 Doug Evans <dje@google.com>
5203
5204 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5205
e5a67952
MS
52062011-02-23 Michael Snyder <msnyder@vmware.com>
5207
5208 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5209 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5210 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5211
6e6fbe60
DE
52122011-02-22 Doug Evans <dje@google.com>
5213
5214 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5215 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5216 add description of result, fix @defun formatting.
5217
f994e27a
HZ
52182011-02-21 Hui Zhu <teawater@gmail.com>
5219
5220 * agentexpr.texi (Bytecode Descriptions): Add printf.
5221 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5222
c7f96d2b
TT
52232011-02-18 Tom Tromey <tromey@redhat.com>
5224
5225 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5226
60f98dde
MS
52272011-02-14 Michael Snyder <msnyder@vmware.com>
5228
5229 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5230 Document new command "thread find".
5231
08e796bc
MS
52322011-02-14 Michael Snyder <msnyder@vmware.com>
5233
5234 * gdb.texinfo (Threads): Update example of new thread message.
5235
b3b9301e
PA
52362011-02-14 Pedro Alves <pedro@codesourcery.com>
5237
5238 * gdb.texinfo (Remote Configuration): Mention set/show remote
5239 traceframe-info.
5240 (Tools/Packages Optional for Building GDB): Mention that expat is
5241 used for traceframe info.
5242 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5243 (General Query Packets) <qSupported>: Describe the
5244 qXfer:traceframe-info:read feature.
5245 (qXfer::read): Describe qXfer:traceframe-info:read.
5246 (Traceframe Info Format): New section.
5247
cef35b0f
PA
52482011-02-04 Pedro Alves <pedro@codesourcery.com>
5249
5250 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5251 for casts and unary operators.
5252
f1cbe1d3
TT
52532011-02-04 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5256 is not useful.
5257
585fdaa1
PA
52582011-01-25 Pedro Alves <pedro@codesourcery.com>
5259
5260 * gdb.texinfo: s/value optimized out/optimized out/g
5261
7bfc9434
JB
52622011-01-21 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.texinfo (Other Misc Settings): Rework part of the
5265 documentation of the "set interactive mode" command.
5266
4694da01
TT
52672011-01-19 Tom Tromey <tromey@redhat.com>
5268
5269 * gdb.texinfo (Threads): Document thread name output and `thread
5270 name' command.
5271 (Threads In Python): Document Thread.name attribute.
5272 (GDB/MI Thread Commands): Document thread attributes.
5273
b716877b
AB
52742011-01-12 Andrew Burgess <aburgess@broadcom.com>
5275
5276 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5277 changes in mi/mi-cmd-disas.c
5278
13fd8b81
TT
52792011-01-12 Tom Tromey <tromey@redhat.com>
5280
5281 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5282 Fix "thread apply" text.
5283
e09342b5
TJB
52842011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5285 Thiago Jung Bauermann <bauerman@br.ibm.com>
5286
5287 Implement support for PowerPC BookE ranged watchpoints.
5288 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5289 the "set powerpc exact-watchpoints" flag.
5290
06e65f44
TT
52912011-01-07 Tom Tromey <tromey@redhat.com>
5292
5293 * gdb.texinfo (Python API): Add descriptions to @menu items.
5294
d8e22779
TT
52952011-01-06 Tom Tromey <tromey@redhat.com>
5296
5297 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5298
a255712f
PP
52992010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5300
e09342b5 5301 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5302
ccfc3d6e
TT
53032011-01-06 Tom Tromey <tromey@redhat.com>
5304
5305 PR python/12133:
5306 * gdb.texinfo (Frames In Python): Document various frame
5307 constants.
5308
44944448
JB
53092011-01-05 Joel Brobecker <brobecker@adacore.com>
5310
5311 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5312 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5313 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5314
42ea3d7a
JK
53152011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5316
5317 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5318 (clean): Add GDBvn.texi.
5319
720d1a40
JB
53202010-12-29 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5323 occasional case where the debugger prints an array address
5324 instead of the array itself.
5325
ad196637
PA
53262010-12-23 Pedro Alves <pedro@codesourcery.com>
5327
5328 * gdb.texinfo (Packets) <read registers packet>: Document support
5329 for registers that were not collected.
5330
a86caf66
DE
53312010-12-15 Doug Evans <dje@google.com>
5332
5333 * gdb.texinfo (Startup): Document auto-loading of scripts during
5334 startup.
5335 (Auto-loading): Delete "maint set python auto-load on|off".
5336 Add "set auto-load-scripts on|off".
5337
aae1c79a
DE
53382010-12-07 Doug Evans <dje@google.com>
5339
5340 * gdb.texinfo (Mode Options): Document -data-directory.
5341 (Data Files): Add reference to -data-directory.
5342
4e04c971
DE
53432010-11-29 Doug Evans <dje@google.com>
5344
5345 * gdb.texinfo (Pretty-Printer Introduction): Change
5346 printer-name:subprinter-name to printer-name;subprinter-name.
5347
94b6973e
PM
53482010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5349
72f4393d 5350 PR python/12199
94b6973e
PM
5351
5352 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5353
39037522
TT
53542010-11-23 Tom Tromey <tromey@redhat.com>
5355
5356 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5357 (Editing): Likewise.
5358 (Command History): Likewise.
5359 (TUI Keys): Likewise.
5360 (Bug Reporting): Conditionally include rluser.texi and
5361 inc-history.texinfo.
5362 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5363 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5364 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5365 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5366 (gdb.pdf): Likewise.
5367 (gdb.info): Likewise.
5368 (gdb/index.html): Likewise.
5369
5ae98d25
TT
53702010-11-23 Tom Tromey <tromey@redhat.com>
5371
5372 * Makefile.in (Makefile): Run ../config.status.
5373 (distclean): Update.
5374 * configure: Remove.
5375 * configure.ac: Remove.
5376
621c8364
TT
53772010-11-12 Tom Tromey <tromey@redhat.com>
5378
5379 * gdb.texinfo (Basic Python): Update. Add xref.
5380 (Exception Handling): Document new exception classes.
5381 (Types In Python): Update.
5382 (Frames In Python): Update.
5383
84f4c1fe
PM
53842010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5385
5386 * gdb.texinfo (Breakpoints In Python): Document "internal"
5387 parameter, and visible attribute.
5388
99e7ae30
DE
53892010-11-05 Doug Evans <dje@google.com>
5390
5391 * gdb.texinfo (Source Path): Document "set directories".
5392
f4b8a18d
KW
53932010-11-05 Ken Werner <ken.werner@de.ibm.com>
5394
5395 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5396 (OpenCL C): New node.
5397
7b51bc51
DE
53982010-11-02 Doug Evans <dje@google.com>
5399
5400 * gdb.texinfo (Pretty Printing): Expand into three sections,
5401 introduction, example, and commands.
5402 (Python API): Delete section Disabling Pretty-Printers, merge into
5403 Selecting Pretty-Printers.
5404 (Writing a Pretty-Printer): New section. Move the pretty-printer
5405 example here, and reformat to match python coding style. Add a second
5406 example using the gdb.printing module.
5407 (Python modules): Add gdb.printing.
5408
9eeee977
DE
54092010-10-29 Doug Evans <dje@google.com>
5410
5411 * gdb.texinfo (Python): Fix long line.
5412
a0e0ffdf
DE
54132010-10-20 Doug Evans <dje@google.com>
5414
5415 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5416 All references updated. Correct sections marked as subsections.
5417 (Coding Standards): New chapter. Move the coding standard related
5418 subsections here. Add section on Python coding standards.
5419
0e3509db
DE
54202010-10-13 Doug Evans <dje@google.com>
5421
5422 * gdb.texinfo (Python): Add "Python modules".
5423 (Types in Python): Add reference to gdb.types section.
5424 (Python modules): New node.
5425
44592cc4
DE
54262010-10-11 Doug Evans <dje@google.com>
5427
5428 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5429 Python" from gdb.Value.type description.
5430
6e1bb179
JB
54312010-09-28 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.texinfo (Ravenscar Profile): New node.
5434
e8467610
TT
54352010-09-22 Tom Tromey <tromey@redhat.com>
5436
5437 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5438
fccd1d1e
EZ
54392010-09-22 Eli Zaretskii <eliz@gnu.org>
5440
5441 * gdb.texinfo (Values From Inferior): Clarify that
5442 value.dynamic_type works only in C++ programs with RTTI.
5443
c1b6b909
TT
54442010-09-15 Paul Bolle <pebolle@tiscali.nl>
5445
5446 * gdb.texinfo (Character Sets): Correctly reference host-charset
5447 in example.
5448
7d288aaa
TT
54492010-09-13 Tom Tromey <tromey@redhat.com>
5450
5451 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5452 Document "fullname" and "from".
5453
f75d858b
MK
54542010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5455
5456 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5457 feature `reverse' output by -list-target-features.
5458
83b9503b
L
54592010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5460
5461 * gdb.texinfo (i386 Features): Remove an extra "@item".
5462
03f17ccf
TT
54632010-08-30 Tom Tromey <tromey@redhat.com>
5464
5465 PR python/11792:
5466 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5467
9779414d
DJ
54682010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5469
5470 * gdb.texinfo (ARM Features): Document
5471 org.gnu.gdb.arm.m-profile.
5472
f9ffd4bb
TT
54732010-08-23 Tom Tromey <tromey@redhat.com>
5474
5475 PR python/11145:
5476 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5477 reinterpret_cast methods.
5478
702c2711
TT
54792010-08-23 Tom Tromey <tromey@redhat.com>
5480
5481 PR python/11915:
5482 * gdb.texinfo (Types In Python): Document array method.
5483
66b73624
TJB
54842010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5485
5486 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5487
06a64a0b
TT
54882010-08-16 Tom Tromey <tromey@redhat.com>
5489
5490 * gdb.texinfo (Set Watchpoints): Document -location option.
5491
a3a7127e
DE
54922010-08-13 Doug Evans <dje@google.com>
5493
5494 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5495
8dedea02
VP
54962010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5497
5498 * gdb.texinfo (GDB/MI Data Manipulation): Document
5499 -data-read-memory-raw and -data-write-memory-raw.
5500
ca5c20b6 55012010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5502 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5503
5504 * gdb.texinfo (Basic Python): Describe post_event API.
5505
cb2e07a6
PM
55062010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5507
5508 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5509 decode_line Python APIs
cb2e07a6 5510
464b3efb
TT
55112010-08-10 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.texinfo (Pretty Printing API): Document
5514 gdb.default_visualizer.
5515
c29c521f
TT
55162010-08-10 Tom Tromey <tromey@redhat.com>
5517
5518 Revert gdb-add-index addition:
5519 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5520
5da1313b
JK
55212010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5522 Eli Zaretskii <eliz@gnu.org>
5523
5524 * gdb.texinfo (Mode Options) <-batch>
5525 (Basic Python) <gdb.execute>: Describe setting width and height.
5526
02d868e8
PP
55272010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5528
5529 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5530
c2bbed2a
TT
55312010-07-30 Tom Tromey <tromey@redhat.com>
5532
5533 * gdb.texinfo (Index Files): Mention gdb-add-index.
5534
6c13bbe1
HZ
55352010-07-30 Hui Zhu <teawater@gmail.com>
5536
5537 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5538 "detach inferior" and "kill inferior".
5539
53a71c06
CR
55402010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5541
5542 * gdb.texinfo (Machine Code): Update description of two forms of
5543 arguments, and add new example to demonstrate the new form.
5544
5374244e
PM
55452010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5546
5547 * gdb.texinfo (Values From Inferior): Add value inferior function
5548 call description.
5549
8ea5bce5
JK
55502010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5553
c0edd9ed
JK
55542010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5555 Eli Zaretskii <eliz@gnu.org>
5556
5557 Make core files the process_stratum.
5558 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5559 record_stratum example.
5560
9291a0cd
TT
55612010-07-13 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.texinfo (Index Files): New node.
5564
f5011d11
TT
55652010-07-13 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5568
0f5238ed
TT
55692010-07-13 Tom Tromey <tromey@redhat.com>
5570
5571 * gdb.texinfo (Specify Location): Document labels.
5572
74c761c1
PA
55732010-07-01 Pedro Alves <pedro@codesourcery.com>
5574
5575 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5576 entries for fast tracepoints and static tracepoints.
5577
501994c0
PA
55782010-07-01 Pedro Alves <pedro@codesourcery.com>
5579
5580 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5581 qsThreadInfo>: Spell out `l' as ell.
5582
0fb4aa4b
PA
55832010-07-01 Pedro Alves <pedro@codesourcery.com>
5584
5585 * gdb.texinfo (Convenience Variables): Document $_sdata.
5586 (Commands to Set Tracepoints): Describe static tracepoints. Add
5587 `Listing Static Tracepoint Markers' menu entry. Document
5588 "strace".
5589 (Tracepoint Action Lists): Document collecting $_sdata.
5590 (Listing Static Tracepoint Markers): New subsection.
5591 (Tracepoints support in gdbserver): Mention static tracepoints.
5592 (remote packets, enabling and disabling): Mention
5593 read-sdata-object.
5594 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5595 and StaticTracepoint.
5596 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5597 Document qXfer:sdata:read.
5598 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5599
dc3b15be
JB
56002010-06-29 Joel Brobecker <brobecker@adacore.com>
5601
5602 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5603
595939de
PM
56042010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5605 Tom Tromey <tromey@redhat.com>
5606 Thiago Jung Bauermann <bauerman@br.ibm.com>
5607
5608 * gdb.texinfo (Inferiors In Python): New node.
5609 * gdb.texinfo (Threads In Python): New node.
5610
9279c692
JB
56112010-06-28 Joel Brobecker <brobecker@adacore.com>
5612
5613 * gdb.texinfo (Python): Document what the python directory is
5614 and what its location is.
5615 (Basic Python): Document the gdb.PYTHONDIR constant.
5616
bc9f0842
TT
56172010-06-25 Tom Tromey <tromey@redhat.com>
5618
5619 PR python/10808:
5620 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5621
f1421989
HZ
56222010-06-24 Hui Zhu <teawater@gmail.com>
5623
5624 * gdb.texinfo: (Commands for Controlled Output): Add
5625 documentation for command "eval".
5626
e4c0cfae
SS
56272010-06-21 Stan Shebs <stan@codesourcery.com>
5628
5629 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5630 * annotate.texinfo: Ditto.
5631 * gdbint.texinfo: Ditto.
5632 * stabs.texinfo: Ditto.
5633
bb08c432
HZ
56342010-06-22 Hui Zhu <teawater@gmail.com>
5635
5636 * gdb.texinfo: (Process Record and Replay): Add documentation
5637 for command "set record memory-query".
5638
4f5d9f07
SS
56392010-06-21 Stan Shebs <stan@codesourcery.com>
5640
5641 * gdb.texinfo: Relicense under GFDL version 1.3.
5642 * annotate.texinfo: Relicense under GFDL version 1.3.
5643 * gdbint.texinfo: Relicense under GFDL version 1.3.
5644 * stabs.texinfo: Relicense under GFDL version 1.3.
5645 * fdl.texi: Update to version 1.3.
5646
6aed2dbc
SS
56472010-06-18 Stan Shebs <stan@codesourcery.com>
5648
a61408f8
SS
5649 * gdb.texinfo (Operating System Auxiliary Information): Describe
5650 "info os" when no arguments given.
5651
6aed2dbc
SS
5652 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5653 $_thread.
5654
24e933df
HZ
56552010-06-18 Hui Zhu <teawater@gmail.com>
5656
5657 * gdb.texinfo: (Process Record and Replay): Add documentation
5658 for commands "record save" and "record restore".
5659
65d79d4b
SDJ
56602010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5661
5662 * gdb.texinfo: Include information about the correct use
5663 of addresses in the `watch' command.
5664
d914c394
SS
56652010-06-11 Stan Shebs <stan@codesourcery.com>
5666
5667 * gdb.texinfo (Observer Mode): New section.
5668 (General Query Packets): Document QAllow.
889bf7c5 5669
967cf477
DE
56702010-06-04 Doug Evans <dje@google.com>
5671
5672 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5673
aaf4119b
DE
56742010-06-03 Doug Evans <dje@google.com>
5675
5676 * gdbint.texinfo (Coding): Add subsection on command names.
5677
9eae7c52
TT
56782010-06-02 Tom Tromey <tromey@redhat.com>
5679
5680 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5681 always-disassemble.
5682
fa593d66
PA
56832010-06-01 Pedro Alves <pedro@codesourcery.com>
5684
5685 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5686 gdbserver, and add cross reference.
5687 (Tracepoints support in gdbserver): New subsection.
5688
dde08ee1
PA
56892010-05-26 Pedro Alves <pedro@codesourcery.com>
5690
5691 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5692 `qRelocInsn' feature.
5693 (Relocate instruction reply packet): New subsection
5694 of `Tracepoint Packets'.
5695 (Tracepoint Packets): Mention that packets QTDP and QTStart
5696 support the qRelocInsn request, and add cross reference to new
5697 subsection.
5698
07ca107c
DE
56992010-05-25 Doug Evans <dje@google.com>
5700
5701 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5702 (Commands In Python): Document gdb.string_to_argv.
5703
c25c4a8b
JK
57042010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5707 ATTR_NORETURN.
5708
d7b32ed3 57092010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5710 Tom Tromey <tromey@redhat.com>
5711 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5712
c25c4a8b 5713 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5714
6aecb9c2
JB
57152010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5716
5717 * gdb.texinfo: (Summary) Add mention about D language support.
5718 (Filenames): Add D suffixes.
5719 (D): New node.
5720
b7da9e9f
PM
57212010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5722
5723 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5724 of macro deleted from GDB code.
5725
ab38a727
PA
57262010-04-24 Pedro Alves <pedro@codesourcery.com>
5727
5728 * gdb.texinfo (Commands to specify files): Describe what how GDB
5729 looks up DOS-based filesystem paths on the system root. Document
5730 the new `set/show target-file-system-kind' commands.
5731
66d09542
DE
57322010-04-23 Doug Evans <dje@google.com>
5733
5734 * gdb.texinfo (Python): Move Auto-loading section here ...
5735 (Python API): from here.
5736 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5737 (Maintenance Commands): Add docs for "maint print section-scripts".
5738
8bd10a10
CM
57392010-04-20 Chris Moller <cmoller@redhat.com>
5740
5741 * gdb.texinfo (Setting Breakpoints): Added description of
5742 filename-qualified rbreak.
5743 * refcard.tex (Breakpoints and Watchpoints): Added brief
5744 description of filename-qualified rbreak.
5745
4c374409
JK
57462010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5749 (Python API): Change the reference to Pretty Printing API.
5750 (Pretty Printing): Move the user part under the Data node. Reformat
5751 the sample output to 72 columns. Create a new reference to Pretty
5752 Printing API. Rename the API part ...
5753 (Pretty Printing API): To a new node name.
5754 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5755 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5756
5a9351ae
SS
57572010-04-21 Stan Shebs <stan@codesourcery.com>
5758
5759 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5760 and commands.
5a9351ae 5761 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5762
9a22f0d0
PM
57632010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5764
5765 * gdb.texinfo (Examining memory): Update for change in string
5766 display with explicit size.
5767
6149aea9
PA
57682010-04-19 Pedro Alves <pedro@codesourcery.com>
5769
5770 PR breakpoints/8554.
5771
5772 * gdb.texinfo (Save Breakpoints): New node.
5773 (save-tracepoints): Rename to ...
5774 (save tracepoints): ... this. Mention that `save-tracepoints' is
5775 a deprecated alias to `save tracepoints'.
5776
711e434b
PM
57772010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5778
645797a8 5779 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
5780 (info w32 thread-information-block): Document new command.
5781 (qGetTIBAddress): Document new gdbserver query.
5782 (maint set/show show-all-tib): Document new command.
5783
3f7b2faa
DE
57842010-04-15 Doug Evans <dje@google.com>
5785
fa33c3cd
DE
5786 * gdb.texinfo (Python API): Add progspaces section.
5787 (Selecting Pretty-Printers): Progspace pretty-printers are
5788 searched too.
5789 (Progspaces In Python): New section.
5790
3f7b2faa
DE
5791 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5792
79f283fe
PM
57932010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5794
5795 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5796 returns None.
5797
87290684
SS
57982010-04-09 Stan Shebs <stan@codesourcery.com>
5799
5800 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5801 Describe the `frames-created' field, tweak grammar.
5802
a97153c7
PA
58032010-04-09 Pedro Alves <pedro@codesourcery.com>
5804
5805 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5806 Describe the `circular' and `disconnected' fields.
5807
5c5dcc1b
L
58082010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5809
5810 * gdb.texinfo (maint print registers): Mention unavailable and
5811 invisible registers.
5812
adc36818
PM
58132010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5814 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 5815 Tom Tromey <tromey@redhat.com>
adc36818
PM
5816
5817 * gdb.texinfo (Breakpoints In Python): New Node.
5818
33da3f1c
SS
58192010-04-08 Stan Shebs <stan@codesourcery.com>
5820
5821 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5822 trace status fields.
5823
3a13a53b
L
58242010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5825
5826 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5827 optional. Make org.gnu.gdb.i386.avx requires
5828 org.gnu.gdb.i386.avx.
5829
08001717
DE
58302010-04-08 Doug Evans <dje@google.com>
5831
5832 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5833 search path, and document that gdb only scans the search path if
5834 the script's path doesn't specify a directory.
5835
c375651d
DE
58362010-04-05 Doug Evans <dje@google.com>
5837
5838 * gdb.texinfo (maint show python auto-load): Fix typo.
5839
af54718e
SS
58402010-04-04 Stan Shebs <stan@codesourcery.com>
5841
d77f58be
SS
5842 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5843 (Setting Watchpoints): Update description of "info watch".
5844 (Disabling Breakpoints): Only "info break" lists all.
5845
af54718e
SS
5846 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5847 (tdump): Explain how tdump works.
5848
86b17b60
PA
58492010-04-01 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5852 add cross reference.
5853
ff12863f
PA
58542010-03-31 Pedro Alves <pedro@codesourcery.com>
5855
5856 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5857 commands error out.
5858
f68eb612
L
58592010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5860
5861 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5862
c8d5aac9
L
58632010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5864
5865 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5866
7d13fe92
SS
58672010-03-29 Stan Shebs <stan@codesourcery.com>
5868 Nathan Sidwell <nathan@codesourcery.com>
5869
5870 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5871 GDBN equivalent.
5872 (Set Tracepoints): Remove mention that conditional tracepoints
5873 don't exist.
5874 (Tracepoint Actions): Clarify when while-stepping collection
5875 happens, note that while-stepping does not automatically collect
5876 $pc.
5877
409873ef 58782010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 5879
409873ef
SS
5880 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5881 (General Query Packets): Describe TracepointSource.
5882
ee8e71d4
EZ
58832010-03-27 Matt Rice <ratmice@gmail.com>
5884
c8d5aac9
L
5885 * gdb.texinfo (ARM): Document arguments to "target sim".
5886 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 5887
99b5e152
PA
58882010-03-26 Pedro Alves <pedro@codesourcery.com>
5889
5890 * gdb.texinfo (Tracepoint Packets): Remove mention that
5891 terror:string may be plain text, and drop mention of X prefix.
5892
cd64ee31
VP
58932010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5894
5895 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5896
6c28cbf2
SS
58972010-03-24 Stan Shebs <stan@codesourcery.com>
5898
5899 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5900
95a42b64
TT
59012010-03-24 Tom Tromey <tromey@redhat.com>
5902
5903 PR breakpoints/9352:
5904 * gdb.texinfo (Break Commands): Update.
5905
18148017
VP
59062010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5907
5908 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5909 commands.
5910
4daf5ac0
SS
59112010-03-16 Stan Shebs <stan@codesourcery.com>
5912
5913 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5914 circular-trace-buffer.
5915 (Tracepoint Packets): Describe QTBuffer, and details of the
5916 qTStatus reply.
5917
c9429232
SS
59182010-03-12 Stan Shebs <stan@codesourcery.com>
5919 Nathan Sidwell <nathan@codesourcery.com>
5920
5921 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5922 doing instruction stepping.
5923 (Tracepoint Restrictions): New node.
5924
ccefe4c4
TT
59252010-03-10 Tom Tromey <tromey@redhat.com>
5926
5927 * gdbint.texinfo (Symbol Handling): Update.
5928
7c953934
TT
59292010-03-08 Tom Tromey <tromey@redhat.com>
5930
5931 PR cli/9591:
5932 * gdb.texinfo (Mode Options): Mention lack of pagination and
5933 confirmation with --batch.
5934 (Screen Size): Mention --batch.
5935 (Messages/Warnings): Likewise.
5936
f870a310
TT
59372010-03-05 Tom Tromey <tromey@redhat.com>
5938
5939 * gdb.texinfo (Basic Python): Document target_charset and
5940 target_wide_charset.
5941
78e2826b
TT
59422010-03-05 Tom Tromey <tromey@redhat.com>
5943
5944 * gdb.texinfo (Data): Link to pretty-printing.
5945 (Output Formats): Likewise. Correct text.
5946
f5dff777
DJ
59472010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Types): Describe <struct> and <flags>.
5950
dc00d89f
PM
59512010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5952
5953 * gdb.texinfo (Frames In Python): Add block parameter and
5954 description to read_var text.
5955
5107b149 59562010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 5957 Tom Tromey <tromey@redhat.com>
5107b149
PM
5958
5959 * gdb.texinfo (Types In Python): Describe block argument in
5960 template_argument and gdb.lookup_type.
5961
e03e5e7b
TT
59622010-02-24 Tom Tromey <tromey@redhat.com>
5963
5964 * gdb.texinfo (Cygwin Native): Fix typo.
5965
f3e9a817
PM
59662010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5967
5968 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5969 and select method descriptions.
5970 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5971 Tables in Python to menu.
5972 (Blocks In Python): New node.
5973 (Symbols In Python): New node.
5974 (Symbol Tables in Python): New node.
5975
a79b8f6e
VP
59762010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5977
5978 Multiexec MI
5979
5980 gdb/
5981 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5982
5983 gdb/doc/
5984 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5985 changes.
5986 (GDB/MI Program Execution): Document current behaviour of
5987 --all and --thread-group.
5988 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5989 -remove-inferior.
5990 * observer.texi (inferior_added, inferior_removed): New
5991 observers.
5992
629d6a47
TT
59932010-02-19 Tom Tromey <tromey@redhat.com>
5994
5995 * gdbint.texinfo (Getting Started): Fix @node.
5996 (Debugging GDB): Likewise.
5997
c09529e5
JB
59982010-02-13 Joel Brobecker <brobecker@adacore.com>
5999
6000 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6001 documenting the gdb_test_timeout variable.
6002
540aa8e7
MS
60032010-02-12 Jakob Engblom <jakob@virtutech.com>
6004
6005 * gdb.texinfo (MI commands): Added documentation of --reverse
6006 option to a set of MI commands. Restructured documentation of MI
6007 commands --exec-continue to reflect the complexity of reverse
6008 execution.
6009
081dfbf7
PA
60102010-02-12 Pedro Alves <pedro@codesourcery.com>
6011
6012 * gdb.texinfo (Using the Collected Data): Specify that the address
6013 range of `tfind outsize' is exclusive, and that the address range
6014 of `tfind range' is inclusive.
6015 (Tracepoint Packets): Specify that the address range of
6016 `QTFrame:range' is inclusive, and that the address range of
6017 `QTFrame:outside' is exclusive
6018
8e9c5e02
VP
60192010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6020
6021 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6022
92981e24
TT
60232010-02-10 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.texinfo (Debugging Output): Document set debug parser and
6026 show debug parser.
6027
075b51b7
L
60282010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6029
6030 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6031 i386_eflags and i386_mxcsr.
6032
3bb8d5c3
L
60332010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6034
6035 * gdb.texinfo: Document i386 target features.
6036
c5f80513
DE
60372010-02-05 Doug Evans <dje@google.com>
6038
6039 * gdbint.texinfo (Testsuite): Add a new section to document the
6040 various DejaGnu variables that may be overridden.
1be00882 6041 Document INTERNAL_GDBFLAGS.
c5f80513 6042
6ac33a4e
TT
60432010-02-04 Tom Tromey <tromey@redhat.com>
6044
6045 PR cli/8830:
6046 * gdb.texinfo (Files): -readnow comes before the filename for file
6047 and symbol-file.
6048
a1dcb23a
DJ
60492010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6050
6051 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6052 Document ARM breakpoint types.
6053 (Register Packet Format): Move into the new section.
6054 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6055
95433b34
JB
60562010-01-21 Joel Brobecker <brobecker@adacore.com>
6057
6058 * gdb.texinfo (File Options): Adjust the documentation of this
6059 switch to refer to the "source" command rather than partially
6060 duplicating some of the relevant information.
6061 (Extending GDB): Introduce and document the set/show script-extension
6062 setting.
6063 (Command Files): Add note explaining that the "source" command
6064 is also used to evalute scripts written in other languages.
6065 Remove the short slightly incorrect reference to sourcing Python
6066 scripts.
6067 (Python Commands): Document how to execute a Python script from GDB.
6068
8d576872
JB
60692010-01-19 Joel Brobecker <brobecker@adacore.com>
6070
6071 * gdb.texinfo (Command Files): Fix typo.
6072
8150ff9c
JB
60732010-01-18 Tom Tromey <tromey@redhat.com>
6074
6075 * gdb.texinfo (File Options): Document -x on .py files.
6076 (Command Files): Document handling of Python scripts.
6077
23db03a6
JZ
60782010-01-18 Jie Zhang <jie.zhang@analog.com>
6079
6080 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6081
00bf0b85
SS
60822010-01-15 Stan Shebs <stan@codesourcery.com>
6083
6084 * gdb.texinfo (Trace Files): New section.
6085 (Tracepoint Packets): Document QTSave and qTBuffer.
6086 (Trace File Format): New appendix.
6087
be759fcf
PM
60882010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6089
6090 * gdb.texinfo (Values From Inferior): Document lazy_string value
6091 method.
6092 (Python API): Add Lazy strings menu item.
6093 (Lazy Strings In Python): New node.
6094
dc146f7c
VP
60952010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6096
6097 * gdb.texinfo (GDB/MI Thread Information): New.
6098 (GDB/MI Async Records): Document the core field in *stopped.
6099 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6100 documentation
6101 (Process list): Document that osdata document may contain
6102 threads.
6103 (Remote Serial Protocol): Document qXfer:threads.
6104
d5551862
SS
61052010-01-06 Stan Shebs <stan@codesourcery.com>
6106
6107 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6108 disconnected tracing.
6109 (Tracepoint Packets): Document new protocol.
6110
7a697b8d
SS
61112010-01-05 Stan Shebs <stan@codesourcery.com>
6112
6113 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6114 tracepoints.
6115 (Tracepoint Packets): Describe remote protocol for fast
6116 tracepoints.
6117
e6f3ec50
JB
61182010-01-01 Joel Brobecker <brobecker@adacore.com>
6119
6120 Update the "Start of New Year Procedure".
6121 * gdbint.texinfo: Add the list of files that need to be updated
6122 manually. Minor reformatting.
6123
ddc4e9c1
JB
61242010-01-01 Joel Brobecker <brobecker@adacore.com>
6125
6126 * refcard.tex: Update copyright year in header and text.
6127
9d2897ad
JB
61282010-01-01 Joel Brobecker <brobecker@adacore.com>
6129
6130 * agentexpr.texi: Add 2010 to the list of copyright years.
6131 * annotate.texinfo: Likewise.
6132 * gdb.texinfo: Likewise.
6133 * gdbint.texinfo: Likewise.
6134 * observer.texi: Likewise.
6135 * stabs.texinfo: Likewise.
6136
6da95a67
SS
61372009-12-31 Stan Shebs <stan@codesourcery.com>
6138
6139 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6140
236f1d4d
SS
61412009-12-29 Stan Shebs <stan@codesourcery.com>
6142
6143 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6144
f61e138d
SS
61452009-12-28 Stan Shebs <stan@codesourcery.com>
6146
6147 * gdb.texinfo (Trace State Variables): New section.
6148 (Tracepoint Packets): Describe trace state variable packets.
6149 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6150 variable bytecodes.
6151
0fe7935b
DJ
61522009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6153
6154 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6155 declarations.
6156
a6b29f87
VP
61572009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6158
6159 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6160 -gdb-exit behaviour.
6161
5e4bde96
JB
61622009-12-20 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gpl.texi: Update to version 3 of the GPL.
6165
a1715244
JB
61662009-12-20 Joel Brobecker <brobecker@adacore.com>
6167
6168 * Makefile.in: Update copyright header.
6169 * observer.texi: Fix the copyright header of the generated files.
6170
361ae042
PM
61712009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6172
6173 * gdb.texinfo (Types In Python): Describe range function.
6174
bfd31e71
PM
61752009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6176
6177 * gdb.texinfo (Types In Python): Describe "is_base_class".
6178
57a1d736
TT
61792009-12-03 Tom Tromey <tromey@redhat.com>
6180
6181 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6182
8cebebb9
PP
61832009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6184
6185 * observer.texi: New memory_changed observer.
6186
16af530a
TT
61872009-12-01 Tom Tromey <tromey@redhat.com>
6188
6189 * gdb.texinfo (Reverse Execution): Fix typo.
6190
b6199126
DJ
61912009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 PR gdb/8704
6194
6195 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6196 are allowed after the breakpoint condition.
6197
7a6973ad
TT
61982009-11-23 Tom Tromey <tromey@redhat.com>
6199
6200 PR python/10782:
6201 * gdb.texinfo (Types In Python): Document Type.pointer.
6202
21a0512e
PP
62032009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6204
6205 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6206
a5832c8f
PA
62072009-11-11 Pedro Alves <pedro@codesourcery.com>
6208
6209 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6210 (Using Agent Expressions): Delete cross reference.
6211
1eb7cd77
JB
62122009-11-07 Joel Brobecker <brobecker@adacore.com>
6213
6214 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6215 and @settitle directives up to help makeinfo find them.
6216
24ddea62
JK
62172009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6218
6219 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6220 (Auto-loading): Use plural and note one can use multiple components now.
6221
3afae151
VP
62222009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6223
6224 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6225 -stack-list-arguments have the same documentation for parameter
6226 as -stack-list-locals. Add comas.
6227
14ff2235
PM
62282009-10-27 Tom Tromey <tromey@redhat.com>
6229 Eli Zaretskii <eliz@gnu.org>
6230
c8d5aac9 6231 PR python/10781
14ff2235
PM
6232
6233 * gdb.texinfo (Values From Inferior): Document cast method.
6234
9c419145
PP
62352009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6236
6237 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6238 and adjust example.
889bf7c5 6239
29153c24
MS
62402009-10-22 Michael Snyder <msnyder@vmware.com>
6241
6242 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6243 info record command. Also document the new save and restore
29153c24
MS
6244 commands.
6245
2b28d209
PP
62462009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6247
6248 * gdb.texinfo (Machine Code): Mention current pc marker.
6249 (Memory): Likewise.
6250
6c95b8df
PA
62512009-10-19 Pedro Alves <pedro@codesourcery.com>
6252 Stan Shebs <stan@codesourcery.com>
6253
6254 * observer.texi (new_inferior): Rename to...
6255 (inferior_appeared): ... this.
6256
6257 * gdb.texinfo (Inferiors): Rename node to ...
6258 (Inferiors and Programs): ... this. Mention running multiple
6259 programs in the same debug session.
6260 <info inferiors>: Mention the new 'Executable' column if "info
6261 inferiors". Update examples. Document the "add-inferior",
6262 "clone-inferior", "remove-inferior" and "maint info
6263 program-spaces" commands.
6264 (Process): Rename node to...
6265 (Forks): ... this. Document "set|show follow-exec-mode".
6266
2f8132f3
MS
62672009-10-11 Michael Snyder <msnyder@vmware.com>
6268
6269 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6270 (ReverseContinue): Ditto.
6271
cba4b2d3
PP
62722009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6273
6274 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6275
da082f17
JK
62762009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6279
08be9d71
ME
62802009-10-06 Michael Eager <eager@eagercon.com>
6281
6282 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6283 (Embedded Processors): Add MicroBlaze.
6284 (MicroBlaze): New. Describe Xilinx MicroBlaze
6285
08a0efd0
PA
62862009-10-04 Pedro Alves <pedro@codesourcery.com>
6287
6288 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6289
cbb8f428
EZ
62902009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6291
6292 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6293
30a4a70c
JB
62942009-09-23 Joel Brobecker <brobecker@adacore.com>
6295
6296 * observer.texi (solib_unloaded): Document explicitly the fact that
6297 this observer is called before the associated symbols are unloaded.
6298
701adfb0
PA
62992009-09-21 Jie Zhang <jie.zhang@analog.com>
6300
6301 * gdb.texinfo: Escape "{" and "}".
6302
b3372f91
VP
63032009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6306 -stack-list-variables.
6307
f43030c4
TT
63082009-09-18 Tom Tromey <tromey@redhat.com>
6309
6310 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6311 is experimental.
6312
ec7e75e7
PP
63132009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6314
6315 * gdb.texinfo (convenince variables): Mention
6316 $_siginfo could be empty.
f43030c4 6317
0cc7d26f
TT
63182009-09-15 Tom Tromey <tromey@redhat.com>
6319
6320 * gdb.texinfo (GDB/MI Variable Objects): Document
6321 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6322 Expand -var-update documentation.
6323
a96d9b2e
SDJ
63242009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6325
6326 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6327 feature.
6328
005ca36a
JB
63292009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6330
6331 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6332
0d772ac9
MS
63332009-09-10 Michael Snyder <msnyder@vmware.com>
6334
6335 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6336 ReverseStep replies to the qSupported query.
6337
14fb1bac
JB
63382009-09-10 Joel Brobecker <brobecker@adacore.com>
6339
6340 Add documentation for set/show interactive-mode.
6341 * gdb.texinfo (Other Misc Settings): New node.
6342
29b090c0
DE
63432009-09-01 Doug Evans <dje@google.com>
6344
6345 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6346 non-stop mode's affect on remote caching.
6347
4e5d721f
DE
63482009-08-31 Jacob Potter <jdpotter@google.com>
6349 Doug Evans <dje@google.com>
6350
6351 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6352 Mark `set/show remotecache' options as obsolete.
6353 Document new `set/show stack-cache' option.
6354 Update text for `info dcache'.
6355
55333a84
DE
63562009-08-27 Doug Evans <dje@google.com>
6357
6358 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6359 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6360
bc3a0b4d
RW
63612009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6362
6363 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6364 about autoconf.
6365
3a1ff0b6
PA
63662009-08-25 Pedro Alves <pedro@codesourcery.com>
6367
6368 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6369 small example, and describe its columns. Replace "inferior-id" by
6370 "infno" throughout.
6371
81ecdfbb
RW
63722009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6373
af542c2e
RW
6374 * gdbint.texinfo (Releasing GDB): Point to
6375 README-maintainer-mode file for required autoconf version.
6376 * configure.ac: Do not substitute datarootdir, htmldir,
6377 pdfdir, docdir. Do not process --with-datarootdir,
6378 --with-htmldir, --with-pdfdir, --with-docdir.
6379 * configure: Regenerate.
6380
81ecdfbb
RW
6381 * configure: Regenerate.
6382
4efc6507
DE
63832009-08-20 Reid Kleckner <reid@kleckner.net>
6384
6385 * gdb.texinfo: Add chapter on JIT interface.
6386
43089a6e
NR
63872009-08-07 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6390 confirmation request.
43089a6e 6391
99e008fe
EZ
63922009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6393
c8d5aac9
L
6394 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6395 CRC definitions.
99e008fe 6396
48cb2d85
VP
63972009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6398
6399 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6400 -break-commands.
48cb2d85 6401
ff1a52c6
UW
64022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6403
6404 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6405 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6406
3285f3fe
UW
64072009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6408
6409 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6410 "set spu stop-on-load" and "show spu stop-on-load" commands.
6411
e35359c5
UW
64122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6413
6414 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6415
58d6951d
DJ
64162009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6417
6418 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6419 org.gnu.gdb.arm.neon.
6420
08d16641
PA
64212009-07-20 Pedro Alves <pedro@codesourcery.com>
6422
6423 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6424 optional element.
6425 (subsection OS ABI): New subsection.
6426
782b2b07
SS
64272009-07-14 Stan Shebs <stan@codesourcery.com>
6428
6429 * gdb.texinfo (Tracepoint Conditions): New section.
6430 (General Query Packets): Describe ConditionalTracepoints.
6431 (Tracepoint Packets): Describe condition field.
6432 (Maintenance Commands): Describe maint agent-eval.
6433 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6434
9b117ef3
HZ
64352009-07-11 Hui Zhu <teawater@gmail.com>
6436
6437 * gdb.texinfo (disassemble): Add a new modifier /r
6438 to "disassemble" command to make it print the raw instructions
6439 in hex as well as in symbolic form.
6440
f5a33284
TT
64412009-07-09 Tom Tromey <tromey@redhat.com>
6442
6443 * gdbint.texinfo (Testsuite): Document parallel make check.
6444
812f7342
TT
64452009-07-09 Tom Tromey <tromey@redhat.com>
6446
6447 * gdbint.texinfo (Testsuite): Document test transcripts.
6448
fbb8f299
PM
64492009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6450
6451 * gdb.texinfo (Values From Inferior): Add length parameter
6452 description.
6453
dd8f35ac
EZ
64542009-07-04 Chris Genly <chris@genly.us>
6455
6456 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6457 in -var-list-children. Fix example according to what the code
6458 does.
6459
2277426b
PA
64602009-07-02 Pedro Alves <pedro@codesourcery.com>
6461
6462 * gdb.texinfo (Debugging multiple inferiors): Document the
6463 "inferior", "detach inferior" and "kill inferior" commands.
6464 (Debugging Programs with Multiple Processes): Adjust to mention
6465 generic "inferior" commands. Delete mention of "detach fork" and
6466 "delete fork". Cross reference to "Debugging multiple inferiors"
6467 section.
6468
a6d9a66e
UW
64692009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6470
5af949e3
UW
6471 * gdbint.texinfo (Item Output Functions): Update signature
6472 for ui_out_field_core_addr.
6473
64742009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6475
6476 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6477 Update example code extrated from breakpoint.c.
6478
9901a55b 64792009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6480
9901a55b
PP
6481 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6482 MI commands.
6483 (GDB/MI Symbol Query): Likewise.
6484 (GDB/MI File Commands): Likewise.
6485 (GDB/MI File Transfer Commands): Likewise.
6486 (GDB/MI Target Manipulation): Likewise.
6487 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6488
edb3359d
DJ
64892009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 * gdb.texinfo (Debugging Optimized Code): New chapter.
6492 (Compiling for Debugging): Reference it. Move some
6493 text to the new section.
6494
7cd1089b
PM
64952009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6496
6497 * doc/gdb.texinfo (Calling): Document
6498 set-unwind-on-terminating-exception usage.
6499
d4db2f36
PA
65002009-06-11 Pedro Alves <pedro@codesourcery.com>
6501
6502 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6503 command.
6504
d1a7880c
PA
65052009-06-07 Pedro Alves <pedro@codesourcery.com>
6506
6507 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6508 references.
6509
473f94e6
UW
65102009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6511
6512 * gdbint.texinfo: Rename formal parameters to gdbarch function
6513 protoypes from "current_gdbarch" to "gdbarch".
6514
8f500870
TT
65152009-05-28 Tom Tromey <tromey@redhat.com>
6516
6517 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6518
b6313243
TT
65192009-05-27 Tom Tromey <tromey@redhat.com>
6520
6521 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6522 feature.
6523 (GDB/MI Variable Objects): Document -var-set-visualizer.
6524
65252009-04-02 Tom Tromey <tromey@redhat.com>
6526
6527 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6528 feature.
6529 (GDB/MI Variable Objects): Document -var-set-visualizer.
6530
a6bac58e
TT
65312009-05-27 Tom Tromey <tromey@redhat.com>
6532 Thiago Jung Bauermann <bauerman@br.ibm.com>
6533 Phil Muldoon <pmuldoon@redhat.com>
6534
6535 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6536 (Pretty Printing): New node.
6537 (Selecting Pretty-Printers): Likewise.
6538 (Python API): Update.
6539 (Output Formats): Document /r format.
6540
2c74e833
TT
65412009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6542 Tom Tromey <tromey@redhat.com>
6543
6544 * gdb.texinfo (Types In Python): New node.
6545 (Values From Inferior): "type" is now an attribute.
6546 (Python API): Update.
6547
89c73ade
TT
65482009-05-27 Tom Tromey <tromey@redhat.com>
6549 Thiago Jung Bauermann <bauerman@br.ibm.com>
6550 Phil Muldoon <pmuldoon@redhat.com>
6551
6552 * gdb.texinfo: Add @syncodeindex for `tp'.
6553 (Python API): Update.
6554 (Auto-loading): New node.
6555 (Objfiles In Python): New node.
6556
17a37d48
PP
65572009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6558
6559 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6560
6718376f
NR
65612009-05-15 Nick Roberts <nickrob@snap.net.nz>
6562
6563 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6564
cbe54154
PA
65652009-05-12 Pedro Alves <pedro@codesourcery.com>
6566
6567 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6568 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6569 show show-debug-regs' docs.
6570
8e05493c
EZ
65712009-05-08 Eli Zaretskii <eliz@gnu.org>
6572
6573 * gdb.texinfo (Process Record and Replay): Add description of
6574 reverse execution.
6575
b39f4988
JB
65762009-05-07 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdbint.texinfo (Adding support for debugging core files): New node.
6579 (Native Debugging): Remove the ``Native core file Support'' section.
6580
a2311334
EZ
65812009-05-01 Eli Zaretskii <eliz@gnu.org>
6582
6583 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6584 Add index entries.
6585
53cc454a 65862009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6587 Michael Snyder <msnyder@vmware.com>
53cc454a 6588
a2311334
EZ
6589 * gdb.texinfo: (Process Record and Replay): Add documentation for
6590 process record and replay.
53cc454a 6591
484086b7
JK
65922009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6593
6594 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6595 a new part on command-line defined macros.
6596
32ae1842
EZ
65972009-04-25 Eli Zaretskii <eliz@gnu.org>
6598
6599 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6600 clarify the wording.
6601
b14b1491
TT
66022009-04-23 Tom Tromey <tromey@redhat.com>
6603
6604 * gdb.texinfo (Data Files): New node.
6605 (GDB Files): Update menu.
6606
5c1e86e1
JB
66072009-04-23 Joel Brobecker <brobecker@adacore.com>
6608
6609 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6610 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6611
83eba9b7
VP
66122009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6613
6614 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6615
e31198c4
HZ
66162009-04-22 Hui Zhu <teawater@gmail.com>
6617
6618 * gdb.texinfo (disassemble-next-line): Set the default of
6619 disassemble-next-line to off.
6620
26e251b6
JM
66212009-04-21 Joseph Myers <joseph@codesourcery.com>
6622
6623 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6624 --with-htmldir): New.
6625 * configure: Regenerate.
6626 * Makefile.in (datarootdir, docdir): Define.
6627 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6628 instead of $(SET_TEXINPUTS).
6629 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6630 gdbint.info instead of $(SET_TEXINPUTS).
6631 (gdbint/index.html): Use same -I options as for building
6632 gdbint.info.
6633 (stabs.dvi, stabs.pdf): Use same -I options as for building
6634 stabs.info instead of $(SET_TEXINPUTS).
6635 (stabs/index.html): Use same -I options as for building
6636 stabs.info.
6637 (annotate.dvi, annotate.pdf): Use same -I options as for building
6638 annotate.info instead of $(SET_TEXINPUTS).
6639 (annotate/index.html): Use same -I options as for building
6640 annotate.info.
6641
eac35c4e
DD
66422009-04-21 David Daney <ddaney@caviumnetworks.com>
6643
6644 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6645
29b0e8a2
JM
66462009-04-21 Joseph Myers <joseph@codesourcery.com>
6647
6648 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6649
2b831889 66502009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6651 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6652
6653 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6654 (MAKEHTMLFLAGS): Set to empty.
6655 (html__strip_dir): Define.
6656 (HTMLFILES): Define.
6657 (HTMLFILES_INSTALL): Define.
6658 (install-html): Copy new automake rule.
6659 (html): Depend on $(HTMLFILES).
6660 (gdb_toc.html): Rename to gdb/index.html.
6661 (gdbint_toc.html): Rename to gdbint/index.html.
6662 (stabs_toc.html): Rename to stabs/index.html.
6663 (annotate_toc.html): Rename to annotate/index.html.
6664
89a34d1b
JM
66652009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6666
6667 * Makefile.in: Set pdfdir and htmldir from configure
6668 substitutions.
6669 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6670 * configure: Regenerate.
6671
a2d5da46
JB
66722009-04-16 Joel Brobecker <brobecker@adacore.com>
6673
6674 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6675 This macro is no longer used.
6676
732f6a93
TT
66772009-04-15 Tom Tromey <tromey@redhat.com>
6678
6679 * gdb.texinfo (Character Sets): Document default character set.
6680
87f9adc1
PM
66812009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6682
6683 * gdbint.texinfo: Change server name from sources.redhat.com to
6684 sourceware.org throughout.
6685
2c88c651
JB
66862009-04-09 Joel Brobecker <brobecker@adacore.com>
6687
6688 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6689 about a missing dot or coma after @xref.
6690
4f5376b2
JB
66912009-04-02 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6694 example, and add a small explanation about it.
6695 (Print Settings): Change the documentation of the "set print
6696 frame-arguments" to reflect the fact that the default is now "scalars".
6697
a0381d3a
JB
66982009-04-02 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.texinfo (Print Settings): Add kindex for command "set
6701 print frame-arguments".
6702
45ac276d
JB
67032009-03-31 Joel Brobecker <brobecker@adacore.com>
6704
6705 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6706 breakpoints.
6707 (Set Breaks): Add reference to thread-specific and task-specific
6708 breakpoints.
6709
32cd1edc
JB
67102009-03-31 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.texinfo (Ada Tasks): Remove the documentation about
6713 the "Running" state, as this state has been eliminated.
6714 Now all runnable tasks are shown as "Runnable".
6715
1042e4c0
SS
67162009-03-30 Stan Shebs <stan@codesourcery.com>
6717
6718 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6719 special case of breakpoints.
6720 (Enable and Disable Tracepoints): Mention deprecation.
6721 (Listing Tracepoints): Update description and example.
6722
f8f6f20b
TJB
67232009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6724
6725 * gdb.texinfo (Frames in Python): New node.
6726 (Python API): Update.
6727
c0c6f777
TJB
67282009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6729
6730 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6731 from a method to an attribute.
6732
def2b000
TJB
67332009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6734
6735 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6736 attribute.
6737
a07daef3
PA
67382009-03-25 Pedro Alves <pedro@codesourcery.com>
6739
6740 * observer.texi (thread_exit): Add "silent" parameter.
6741
f3b1572e
PA
67422009-03-22 Pedro Alves <pedro@codesourcery.com>
6743
6744 * observer.texi (about_to_proceed): New.
6745
587afa38
EZ
67462009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6747
6748 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6749 field throughout to handle types with spaces in them. Fix typos
6750 found by aspell.
6751 (Summary, Requirements, Contributors): New first chapter,
6752 "Summary" added, old Requirements section moved there, and new
6753 section, "Contributors" added.
6754 (Initializing a New Architecture, Register Representation)
6755 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6756 (Porting gdb): These sections extended and updated.
6757 (Compiler Characteristics): This section (empty) deleted.
6758 (Defining Other Architecture Features): This section renamed and
6759 duplicate material removed from (formerly "Target Conditionals").
6760 Use braces {} in @deftypeXX type field throughout to handle types
6761 with spaces in them. Typos found by aspell fixed.
6762
6763 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6764 * stack_frame.pdf: Version of image for PDF output.
6765 * stack_frame.png: Version of image for HTML output and for Emacs.
6766 * stack_frame.txt: Version of image for Info output.
1db61298 6767 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 6768
10af6951
EZ
67692009-03-21 Eli Zaretskii <eliz@gnu.org>
6770
6771 * gdb.texinfo (Character Sets): Fix last change.
6772
cc924cad
TJB
67732009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6774
6775 * gdb.texinfo (Values From Inferior): Fix optional arguments
6776 markup.
6777 (Commands In Python): Adjust argument names of gdb.Command.__init__
6778 to what the function accepts as keywords.
6779
bc3b79fd
TJB
67802008-03-20 Tom Tromey <tromey@redhat.com>
6781
6782 * gdb.texinfo (Convenience Vars): Document convenience functions.
6783 (Functions In Python): New node.
6784 (Python API): Update.
6785
6c7a06a3
TT
67862009-03-20 Tom Tromey <tromey@redhat.com>
6787
6788 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6789 set target-wide-charset.
6790 (Requirements): Mention iconv.
6791
b646ddd4
HZ
67922009-03-17 Hui Zhu <teawater@gmail.com>
6793
6794 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6795
91440f57
HZ
67962009-03-17 Hui Zhu <teawater@gmail.com>
6797
6798 * gdb.texinfo: Add documentation for disassemble-next-line.
6799
8fd41227
TJB
68002009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6801
6802 * gdb.texinfo (Commands In Python): Remove tindex entries.
6803
61ff14c6
JK
68042009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.texinfo (Returning): New description for missing debug info.
6807
0b16c5cf
PA
68082009-03-14 Pedro Alves <pedro@codesourcery.com>
6809
6810 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 6811 (General Query Packets): Document qAttached.
0b16c5cf 6812
32fc0df9
PA
68132009-03-05 Pedro Alves <pedro@codesourcery.com>
6814
6815 * gdb.texinfo (Background Execution): Better describe the set
6816 target-async command.
6817 (Maintenance Commands): Delete description of the `maint set/show
6818 linux-async' and `maint set/show remote-async' commands.
6819
134eb42c
VP
68202009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6821
6822 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6823 between sentences.
6824
c86cf029
VP
68252009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6826
6827 * gdb.texinfo (GDB/MI Async Records): Document the
6828 =library-loaded and =library-unloaded notifications.
6829
3ea85240
VP
68302009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6831
6832 * observer.texi (test_notification): New observer.
6833
1d33d6ba
VP
68342009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6835
61ff14c6
JK
6836 * observer.texi: Add parameter 'print_frame' to normal_stop
6837 observer.
1d33d6ba 6838
d721c933
EZ
68392009-02-07 Eli Zaretskii <eliz@gnu.org>
6840
6841 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6842 (Commands In Python): Fix COMMAND_* constants in last change. Use
6843 @kbd for interactive input. Add cross-references and index
6844 entries.
6845
4aa995e1
PA
68462009-02-06 Pedro Alves <pedro@codesourcery.com>
6847
6848 * gdb.texinfo (Signals): Document $_siginfo.
6849 (Convenience Variables): Mention $_siginfo.
6850 (Remote Configuration): Document qXfer:siginfo:read,
6851 qXfer:siginfo:write packets, and the read-siginfo-object,
6852 write-siginfo-object commands.
6853
5f5233d4
PA
68542009-02-06 Pedro Alves <pedro@codesourcery.com>
6855
6856 * gdbint.texinfo (Values): New chapter.
6857
d8906c6f
TJB
68582009-02-06 Tom Tromey <tromey@redhat.com>
6859
6860 * gdb.texinfo (Python API): Add entry for Commands In Python.
6861 (Commands In Python): New node.
6862
b6cb8e7d
TJB
68632009-02-05 Tom Tromey <tromey@redhat.com>
6864
6865 * gdb.texinfo (Values From Inferior): Document Value.string.
6866
12453b93
TJB
68672009-02-05 Tom Tromey <tromey@redhat.com>
6868
6869 * gdb.texinfo (Basic Python): Document execute's from_tty
6870 argument.
6871
08c637de
TJB
68722009-02-04 Tom Tromey <tromey@redhat.com>
6873
6874 * gdb.texinfo (Basic Python): Document gdb.history.
6875
592375cd
VP
68762009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6877
6878 * gdb.texinfo (GDB/MI Thread Commands): Document the
6879 'current-thread-id' field. Remove the example with zero threads,
6880 since current GDB won't ever report that if there's inferior.
6881
41447f92
VP
68822009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6883
6884 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6885 option to -break-insert.
6886
098b41a6
JG
68872009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6888 Jerome Guitton <guitton@adacore.com>
6889
6890 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6891 (System-wide configuration): New section.
6892
3c16cced
PA
68932009-01-26 Pedro Alves <pedro@codesourcery.com>
6894
6895 PR gdb/7580:
6896 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6897 internal-error|internal-warning quit|corefile ask|yes|no".
6898
62709adf
PA
68992009-01-26 Pedro Alves <pedro@codesourcery.com>
6900
6901 * gdb.texinfo (Using the `gdbserver' Program): Document
6902 --remote-debug.
6903
7ce58dd2
DE
69042009-01-23 Doug Evans <dje@google.com>
6905
6906 * gdb.texinfo: Add nexti to list of commands that support
6907 background execution.
6908
adb483fe
DJ
69092009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6910
6911 * gdb.texinfo (Define, Hooks): Document prefix command support.
6912
a67ec3f4 69132009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 6914 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
6915
6916 Fixes for makeinfo --html.
6917
6918 * annotate.texinfo: Use @copying and @insertcopying. Use
6919 @ifnottex in place of @ifinfo.
6920 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6921 place of @ifinfo. Use @ifnotinfo for one index entry.
6922 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6923 in place of @ifinfo.
6924 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6925 in place of @ifinfo. Include contents at start unconditionally.
6926
84fcdf95
PA
69272009-01-13 Pedro Alves <pedro@codesourcery.com>
6928
6929 * gdb.texinfo (General Query Packets): Remove @var{} around the
6930 "spu" literal string.
6931
fa3a767f
PA
69322009-01-07 Pedro Alves <pedro@codesourcery.com>
6933
6934 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6935 program may be running in another process" errors.
6936 * gdbint.texinfo (Native Conditionals): Delete
6937 ONE_PROCESS_WRITETEXT description.
6938
9cb011d3
JB
69392009-01-07 Joel Brobecker <brobecker@adacore.com>
6940
6941 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6942 emacs local variable to be placed at the end of the ChangeLog.
6943 Add server.c and gdbreplay.c to the list of files where the
6944 copyright year needs to be updated.
6945
84603566
SL
69462009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6947
6948 * gdb.texinfo (Remote Configuration): Document new
6949 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6950 commands.
6951
a53f55d8
PA
69522008-12-28 Pedro Alves <pedro@codesourcery.com>
6953
6954 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6955 FETCH_INFERIOR_REGISTERS.
6956 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6957 FETCH_INFERIOR_REGISTERS descriptions. Remove
6958 gdbarch_get_longjmp_target descrition, since already described in
6959 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6960 (Target Conditionals): ... here.
6961
077e0a52
JB
69622008-12-16 Joel Brobecker <brobecker@adacore.com>
6963
6964 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6965 examples.
6966 (Additions to Ada): Likewise. Add the missing opening and closing
6967 parenthesis of the GDB prompt in one of the examples.
6968
023eb17c
JB
69692008-12-14 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6972 about the result of 'Address not being of type System.Address.
6973 This problem has been fixed a while ago.
6974
c3b108f7
VP
69752008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6976
6977 MI non-stop and multiprocess docs.
6978
c8d5aac9
L
6979 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6980 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6981 Adjust documentation for *stopped, document =thread-created,
6982 =thread-exited, =thread-group-created and =thread-group-exited.
6983 (GDB/MI Thread Commands): Document the 'state' field in
6984 -thread-info output.
6985 (GDB/MI Program Execution): Mention --all and --thread-group
6986 options.
6987 (GDB/MI Variable Objects): Describe floating and fixed variable
6988 objects.
6989 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 6990
07e059b5
VP
69912008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6992
c8d5aac9
L
6993 * gdb.texinfo (Operating System Information): New appendix.
6994 (Operating System Auxiliary Information): Document 'info os processes'
6995 (Remote Configuration): Document 'osdata'
6996 (General Query Packets): Document qXfer:osdata:read.
07e059b5 6997
a80b95ba
TG
69982008-11-27 Tristan Gingold <gingold@adacore.com>
6999
7000 * gdb.texinfo (Darwin): Document Darwin specific features.
7001
a655d424
JK
70022008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7003
7004 * gdbint.texinfo (Target Conditionals): Extend the
7005 gdbarch_breakpoint_from_pc description.
7006
249e1128
VP
70072008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7008
7009 * gdb.texinfo (M68K Features): Fix typo.
7010
c14c28ba
PP
70112008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7012
7013 * gdb.texinfo (Symbols): Mention printing containing
7014 image name in "info symbol".
7015 (Maint translate-address): Likewise.
889bf7c5 7016
394a6666
JB
70172008-11-18 Joel Brobecker <brobecker@adacore.com>
7018
7019 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7020 commands "catch load" and "catch unload".
7021
66bb093b
VP
70222008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7023
7024 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7025 =thread-selected.
889bf7c5 7026
4a92f99b
VP
70272008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7028
c8d5aac9 7029 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7030
f0323ca0
PA
70312008-10-27 Pedro Alves <pedro@codesourcery.com>
7032
7033 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7034 .mt files, TM_CLIBS or TM_CDEPS.
7035 (x86 Watchpoints): Don't mention TDEPFILES.
7036
8b23ecc4
SL
70372008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7038
7039 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7040 (Overview): Mention notifications and non-stop mode behavior.
7041 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7042 with non-stop mode behavior. Add vStopped description.
7043 (Stop Reply Packets): Update list of packets that return
7044 stop replies. Mention non-stop behavior.
7045 (General Query Packets): Document QNonStop packet and associated
7046 qSupported query response.
7047 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7048 behavior.
7049 (Notification Packets): New section.
7050 (Remote Non-Stop): New section.
7051 (File-I/O Overview): Mention non-stop behavior.
7052
fff08868
HZ
70532008-10-24 Hui Zhu <teawater@gmail.com>
7054 Pedro Alves <pedro@codesourcery.com>
7055
7056 * gdb.texinfo (displaced-stepping): Describe the auto mode
7057 setting, and say it's the default. This is now a mainstream
7058 setting instead of a maintenance setting.
7059
252fbfc8
PA
70602008-10-23 Pedro Alves <pedro@codesourcery.com>
7061
7062 * observer.texi (thread_stop_requested): New.
7063
20924a55
JB
70642008-10-22 Joel Brobecker <brobecker@adacore.com>
7065
7066 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7067 (Patching): Replace incorrect usage of @samp by @kbd.
7068
bacec72f
MS
70692008-10-17 Michael Snyder <msnyder@vmware.com>
7070
7071 * gdb.texinfo: Add documentation for reverse execution.
7072
a08702d6 70732008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7074 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7075
7076 * gdb.texinfo. (Values From Inferior): New subsubsection.
7077
d97bc12b
DE
70782008-10-06 Doug Evans <dje@google.com>
7079
7080 * gdb.texinfo (set debug dwarf2-die): Document it.
7081
87f67dba
JB
70822008-10-01 Joel Brobecker <brobecker@adacore.com>
7083
7084 * gdb.texinfo (catch) [exception]: Document how to insert
7085 a breakpoint on user-defined exceptions when the exception
7086 name is identical to one of the language-defined ones.
7087
2fae03e8
TT
70882008-09-27 Tom Tromey <tromey@redhat.com>
7089
7090 * gdb.texinfo (Macros): Remove text about stringification,
7091 varargs, and splicing.
7092
5c6ce71d
TT
70932008-09-27 Tom Tromey <tromey@redhat.com>
7094
7095 * gdbint.texinfo (Language Support): Remove text about omitting
7096 support for a language.
7097
07128da0
DE
70982008-09-23 Doug Evans <dje@google.com>
7099
7100 * gdb.texinfo (info dcache): Update.
7101
b90a069a
SL
71022008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7103
7104 * gdb.texinfo (Packets): Add info on thread-id syntax and
7105 multiprocess extensions.
7106 <D>: Document multiprocess form of packet.
7107 <H>: Use thread-id syntax.
7108 <T>: Likewise.
7109 <vCont>: Likewise. Note this is required for multiprocess.
7110 <vKill>: New packet.
7111 (Stop Reply Packets) <T>: Use thread-id syntax.
7112 <W>: Document multiprocess form of reply.
7113 <X>: Likewise.
7114 (General Query Packets) <qC>: Use thread-id syntax.
7115 <qfThreadInfo>: Likewise.
7116 <qGetTLSAddr>: Likewise.
7117 <qP>: Likewise.
7118 <qSupported>: Add "multiprocess" feature.
7119 <qThreadExtraInfo>: Use thread-id syntax.
7120
b77209e0
PA
71212008-09-22 Stan Shebs <stan@codesourcery.com>
7122
7123 * gdb.texinfo (Inferiors): New section.
7124
3d0bb823
PA
71252008-09-12 Pedro Alves <pedro@codesourcery.com>
7126
7127 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7128
f8dcfc0a
UW
71292008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7130
7131 * gdbint.texinfo (Target Conditionals): Remove documentation
7132 for gdbarch_name_of_malloc.
7133
8775bb90
MS
71342008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7135
7136 * gdb.texinfo (Interrupts): Mention TCP interface for
7137 sending BREAK.
7138
f1838a98
UW
71392008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7140
7141 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7142 argument prefix to "set sysroot".
7143
158c7665
PH
71442008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7145
7146 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7147 and False.
7148
30e026bb
VP
71492008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7150
c8d5aac9
L
7151 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7152 for possible features of -list-features.
30e026bb 7153
c6ebd6cf
VP
71542008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7155
c8d5aac9 7156 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7157 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7158
aeac0ff9
VP
71592008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7160
7161 * doc/gdb.texinfo (PowerPC): Fix typo.
7162 (PowerPC features): Fix typo.
7163
5231c1fd
PA
71642008-08-18 Pedro Alves <pedro@codesourcery.com>
7165
7166 * observer.texi (thread_ptid_changed): New.
7167
677c5bb1
LM
71682008-08-18 Luis Machado <luisgpm@br.ibm.com>
7169
7170 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7171 (PowerPC features): Mention feature set for VSX registers.
7172
f3a2dd1a
JB
71732008-08-13 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7176 the direct visibility of all names in user-written packages.
7177
33e5cbd6
PA
71782008-08-13 Pedro Alves <pedro@codesourcery.com>
7179
7180 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7181 setting, and make it the default.
7182 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7183 non-stop script example.
7184
d0384fc4
TJB
71852008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7186
7187 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7188 reference to the "Using Different Register and Memory Data
7189 Representation" section.
7190
a6f3e723
SL
71912008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7192
7193 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7194 (Remote Protocol): Add Packet Acknowledgment to menu.
7195 (Overview): Mention +/- can be disabled, and point to new section
7196 where this is discussed in detail.
7197 (General Query Packets): Document QStartNoAckMode packet, and
7198 corresponding qSupported reply.
7199 (Packet Acknowledgment): New section.
7200
0606b73b
SL
72012008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7202 Pedro Alves <pedro@codesourcery.com>
7203
7204 * gdb.texinfo (Threads): Move paragraph about automatic thread
7205 selection to All-Stop Mode subsection.
7206 (Thread Stops): Reorganize existing material into subsections.
7207 Add introductory blurb and menu.
7208 (Non-Stop Mode): New subsection.
7209 (Background Execution): New subsection.
7210 (Maintenance Commands): Add cross-references from async mode
7211 commands to the new Background Execution section.
7212
d57a3c85
TJB
72132008-08-06 Tom Tromey <tromey@redhat.com>
7214
7215 * gdb.texinfo (Extending GDB): New chapter.
7216 (Sequences): Demoted chapter, now a section under the new
7217 Extending GDB chapter.
7218 (Python): New section.
7219
6d76a53d
SS
72202008-07-31 Stan Shebs <stan@codesourcery.com>
7221
7222 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7223
1f70da6a
SS
72242008-07-29 Stan Shebs <stan@codesourcery.com>
7225
7226 * gdbint.texinfo: General round of cleanup and minor
7227 clarifications.
7228 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7229 (Longjmp Support): Update description to reflect how it is done
7230 for targets without using native header.
7231 (Symbol Handling): Add a little more general explanation.
7232 (COFF, ELF): Mention stabs encapsulation.
7233 (DWARF 3): New section.
7234 (Adding a New Host): Scrub out some obsolete bits.
7235 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7236 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7237 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7238 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7239 SEEK_SET, STOP_SIGNAL, USG.
7240 (Raw and Virtual Register Representations): Ditto for
7241 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7242 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7243 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7244 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7245 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7246 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7247 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7248 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7249 DEPRECATED_USE_STRUCT_CONVENTION.
7250 Describe gdbarch_deprecated_fp_regnum.
7251 Update description of gdbarch_print_insn.
7252 (Adding a New Target): Scrub out obsolete bits.
7253 (Obsolete Conditionals): Remove entire section.
7254
383f836e
TT
72552008-07-25 Tom Tromey <tromey@redhat.com>
7256
7257 * observer.texi (GDB Observers): Document new observers:
7258 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7259 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7260 architecture_changed.
7261
cfd8ab24
SS
72622008-07-21 Stan Shebs <stan@codesourcery.com>
7263
7264 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7265 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7266
781b42b0
TT
72672008-07-21 Tom Tromey <tromey@redhat.com>
7268
7269 * observer.texi (GDB Observers): Remove obsolete comment.
7270 <executable_changed>: Remove argument.
7271
d7d9f01e
TT
72722008-07-18 Tom Tromey <tromey@redhat.com>
7273
7274 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7275
bf250677
DE
72762008-07-10 Doug Evans <dje@google.com>
7277
7278 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7279
10568435
JK
72802008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 * gdb.texinfo (Starting): Document "set disable-randomization".
7283
5ae4183a
AS
72842008-07-07 Andreas Schwab <schwab@suse.de>
7285
7286 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7287
b56e7235
VP
72882008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7289
7290 * gdb.texinfo (GDB/MI Target Manipulation): Add
7291 example of -target-attach.
7292
e1ac3328
VP
72932008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7294
7295 * observer.texi (target_resumed): New observer.
5ae4183a 7296 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7297
65d12d83
TT
72982008-06-06 Tom Tromey <tromey@redhat.com>
7299
7300 * gdb.texinfo (Completion): Add field name example.
7301
fbc5282e
MK
73022008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7303
7304 * gdb.texinfo (GDB/MI Program Context): Added example
7305 to -exec-arguments
5ae4183a 7306
fbc5282e 73072008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7308
7309 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7310 annotation.
7311
c16158bc 73122008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7313 Nathan Sidwell <nathan@codesourcery.com>
7314 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7315
7316 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7317 and ACX_BUGURL.
7318 * configure: Regenerate.
7319 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7320 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7321 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7322 mailing-list-specific text about bug reporting unless
7323 BUGURL_DEFAULT.
7324
75c99385
PA
73252008-06-05 Pedro Alves <pedro@codesourcery.com>
7326
7327 * gdb.texinfo (-target-select): Remove reference to target async.
7328 (Maintenance Commands): Document "maint set/show remote-async".
7329
1763a388
MK
73302008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7331
7332 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7333 in -target-file-get section.
5ae4183a 7334
d0d064df
PA
73352008-05-22 Pedro Alves <pedro@codesourcery.com>
7336
9b562ab8
PA
7337 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7338 killing the inferior when it is already debugging a process.
d0d064df 7339
8dfa32fc
JB
73402008-05-21 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7343 abbreviation for "finish".
7344
55f996a7
NR
73452008-05-21 Nick Roberts <nickrob@snap.net.nz>
7346
7347 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7348
ba2b1c56
DJ
73492008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7350
7351 * gdbint.texinfo (Target Conditionals): Delete entry for
7352 gdbarch_dwarf_reg_to_regnum.
7353
08388c79
DE
73542008-05-09 Doug Evans <dje@google.com>
7355
a3c83fae 7356 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7357
d14508fe
DE
73582008-05-05 Doug Evans <dje@google.com>
7359
7360 * gdb.texinfo (disassemble): Document /m modifier.
7361
e2b7ddea
VP
73622008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7363
5ae4183a
AS
7364 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7365 will not report the time of commands that run the target.
e2b7ddea 7366
8eb41542
VP
73672008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7368
7369 * gdb.texinfo (GDB/MI Output Records): Add
7370 missing semicolon.
7371
82f68b1c
VP
73722008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7373
7374 * gdb.texinfo (GDB/MI Output Records):
7375 Document =thread-create and =thread-exited.
7376
fa0f268d
VP
73772008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7378
7379 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7380 Remove mention of dmi-discuss.
fa0f268d 7381
063bfe2e
VP
73822008-05-03 Pedro Alves <pedro@codesourcery.com>
7383
7384 * observer.texi (thread_exit): New.
7385
237fc4c9
PA
73862008-05-02 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.texinfo (Debugging Output): Document "set/show debug
7389 displaced".
7390 (Maintenance Commands): Document "maint set/show
7391 can-use-displaced-stepping".
7392
0428b8f5
DJ
73932008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7396 and set/show arm force-mode.
7397
5009afc5
AS
73982008-05-02 Andreas Schwab <schwab@suse.de>
7399
7400 * gdbint.texinfo (Algorithms): Describe
7401 target_watchpoint_addr_within_range.
7402
669fac23
DJ
74032008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7404
7405 * gdbint.texinfo (Stack Frames): New chapter.
7406 (Algorithms): Move Frames text to the new chapter.
7407 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7408 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7409
721c02de
VP
74102008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7411
5ae4183a
AS
7412 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7413 output does not necessary include any tokens.
721c02de 7414
c055b101
CV
74152008-04-22 Corinna Vinschen <vinschen@redhat.com>
7416
7417 * gdb.texinfo (Set SH Calling convention): New @item.
7418 (Show SH Calling convention): Ditto.
7419
68837c9d
MD
74202008-04-22 Markus Deuling <deuling@de.ibm.com>
7421
7422 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7423
2e9132cc
EZ
74242008-04-20 Eli Zaretskii <eliz@gnu.org>
7425
7426 * gdb.texinfo (Set Breaks): Mention that multiple location
7427 breakpoints need line number info. Add index entries.
7428
31fffb02
CS
74292008-04-19 Craig Silverstein <csilvers@google.com>
7430
7431 * gdb.texinfo (Requirements): Add an optional requirement on
7432 zlib.
7433 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7434 Compressed DWARF 2.
7435
a47ec5fe
AR
74362008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7437
7438 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7439 sample output for 'stopped,reason="breakpoint-hit"' message.
7440 (GDB/MI Program Execution): Likewise.
7441
de051565
MK
74422008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7443
5ae4183a 7444 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7445 -var-set-format. Add -f option to -var-evaluate-expression.
7446
6ba66d6a
JB
74472008-04-03 Joel Brobecker <brobecker@adacore.com>
7448
7449 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7450 new node "Ambiguous Expressions". Replace references to this
7451 node by references to "Ambiguous Expressions" throughout.
7452 (Ambiguous Expressions): New node.
7453
1e26b4f8
DJ
74542008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7457
b84876c2
PA
74582008-03-21 Pedro Alves <pedro@codesourcery.com>
7459
7460 * gdb.texinfo (Debugging Output): Document
7461 "set/show debug lin-lwp-async".
7462 (Maintenance Commands): Document "maint set/show linux-async".
7463
63092375
DJ
74642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * gdb.texinfo (Expressions): Update description of malloced arrays.
7467
8e8901c5
VP
74682008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7469
7470 * gdb.texinfo (Thread Commands): Document
7471 -thread-info. Remove -thread-list-all-threads.
7472
701adfb0
PA
74732008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7474
7475 Implement MI notification for new threads.
7476 * observer.texi (new_thread): Document.
7477
1fddbabb
PA
74782008-03-14 Pedro Alves <pedro@codesourcery.com>
7479 Sandra Loosemore <sandra@codesourcery.com>
7480
7481 * gdb.texinfo (Library List Format): Update to mention the
7482 possibility to pass section addresses instead of segment
7483 addresses.
7484
ccd213ac
DJ
74852008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7486
7487 * gdb.texinfo (Starting): Document "set exec-wrapper".
7488 (Server): Document gdbserver --wrapper.
7489
fa4727a6
DJ
74902008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7491
7492 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7493 unreadable memory. Delete obsolete SPARClite reference.
7494
8edfe269
DJ
74952008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7496
7497 * gdb.texinfo (Starting): Mention always-running targets.
7498 (Target Commands): Add an anchor for load.
7499 (Connecting): Explain continue instead of run.
7500
1843f87b
DJ
75012008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7502
7503 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7504
f9082629
NR
75052008-02-26 Nick Roberts <nickrob@snap.net.nz>
7506
7507 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7508 breakpoint table.
7509
fd96d250
PA
75102008-02-19 Pedro Alves <pedro@codesourcery.com>
7511
7512 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7513 killing the inferior when it is already debugging a process.
7514
36af4ef6
MD
75152008-02-13 Markus Deuling <deuling@de.ibm.com>
7516
7517 * gdbint.texinfo (Build Script): New section. Mention new build script
7518 gdb_buildall.sh.
7519
cda4ce5a
JB
75202008-02-01 Jim Blandy <jimb@red-bean.com>
7521
7522 * gdb.texinfo (Help): Summarize 'info args' correctly.
7523
4acd40f3
TJB
75242008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7525
7526 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7527 available in PowerPC architecture.
7528 (Embedded Processors): Change node name of PowerPC item in menu.
7529 (PowerPC): Rename to...
7530 (PowerPC Embedded): this.
7531 (Architectures): Add new PowerPC item in menu.
7532 (PowerPC): New node.
7533
6e6c6f50
DJ
75342008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7537 commands.
7538
5ee187d7
DJ
75392008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7540
7541 * gdb.texinfo (Setting Catchpoints): Mention features
7542 supported on GNU/Linux.
7543
e275c0d9
NR
75442008-01-30 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * gdb.texinfo (GDB/MI File Commands): Describe new output
7547 field for MI command -file-list-exec-source-file.
7548
2d717e4f
DJ
75492008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.texinfo (Using the `gdbserver' Program): Add security
7552 warning. Rearrange into subsections and subsubsections. Document
7553 --multi and --debug. Correct --with-sysroot typo. Update --attach
7554 usage. Make load reference clearer. Document monitor exit.
7555 (Remote Configuration): Document set remote exec-file, attach-packet,
7556 and run-packet.
7557 (Packets): Document vAttach and vRun.
7558
d35a4257 75592008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7560
7561 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7562 detach-on-follow -> detach-on-fork.
f663676d 7563
c78d192c
DJ
75642008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7565
7566 * gdbint.texinfo (Native Conditionals): Remove
7567 SHELL_COMMAND_CONCAT and SHELL_FILE.
7568
d35a4257
EZ
75692008-01-26 Eli Zaretskii <eliz@gnu.org>
7570
7571 * gdb.texinfo (Specify Location): Improve wording.
7572
93815fbf
VP
75732008-01-23 Chris Demetriou <cgd@google.com>
7574
7575 * gdb.texinfo (Threads): Document new "set print thread-events"
7576 and "show print thread-events" commands.
7577
2a25a5ba
EZ
75782008-01-19 Eli Zaretskii <eliz@gnu.org>
7579
7580 * gdb.texinfo (Specify Location): New section.
7581 (Delete Breaks, Edit, Set Breaks): Remove description of
7582 locations. Instead, add a reference to "Specify Location".
7583 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7584 (Symbols): Refer to "Specify Location" for the valid forms of
7585 linespecs and locations.
7586
32c9a795
MD
75872008-01-18 Markus Deuling <deuling@de.ibm.com>
7588
7589 * gdbint.texinfo (Target Conditionals): Replace the description of
7590 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7591
b17828ca
JB
75922008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7593
7594 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7595 about &&var, which is rejected by the expression parser.
7596
0aea4bf3
LM
75972008-01-09 Luis Machado <luisgpm@br.ibm.com>
7598
7599 * gdb.texinfo (Output): Update documentation on using printf with DFP
7600 types.
7601
febe4383
TJB
76022008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7603
7604 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7605 subsubsection.
7606 (Decimal Floating Point format): New subsubsection.
7607
7a404eba
PA
76082008-01-05 Pedro Alves <pedro@codesourcery.com>
7609
7610 * gdb.texinfo (File Options): Remove mention of the attempt to
7611 open a core file with the -p option. Don't list -c as a valid
7612 option to attach to a process.
7613
a4d9b460
PA
76142008-01-05 Pedro Alves <pedro@codesourcery.com>
7615
7616 * gdbint.texinfo (Host Conditionals): Remove mention of
7617 ALIGN_STACK_ON_ENTRY.
7618
6ec2edbe
JB
76192008-01-05 Joel Brobecker <brobecker@adacore.com>
7620
7621 * gdbint.texinfo (Start of New Year Procedure): Add item
7622 describing how to update the source and documentation copyright
7623 notices.
7624
d8b2a693
JB
76252007-12-18 Jim Blandy <jimb@codesourcery.com>
7626
ab209b3a 7627 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7628 watchpoint explanation into the main description of the watchpoint
7629 command; update synopses of 'watch', 'rwatch', and 'awatch'
7630 commands.
7631
8b4ed427
VP
76322007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7633
7634 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7635 Document 'pending-breakpoints' feature of
7636 -list-features.
7637
37e4754d
LM
76382007-12-17 Luis Machado <luisgpm@br.ibm.com>
7639
669fac23 7640 * gdb.texinfo: Add new parameter's description.
37e4754d 7641
1d3811f6
DJ
76422007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7643
7644 * gdb.texinfo (Overview): Clarify run-length encoding
7645 example. Remove the restriction on "+" and "-" characters.
7646
c1c25a1a
EZ
76472007-12-15 Eli Zaretskii <eliz@gnu.org>
7648
7649 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7650
afe8ab22 76512007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7652
afe8ab22
VP
7653 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7654 the -f option for -break-insert, remove -r option,
7655 and clarify specification of location.
7656
a6b151f1
DJ
76572007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7658
7659 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7660 formatting.
7661 (Remote Debugging): Add File Transfer section.
7662 (Remote Configuration): Document Host I/O packets.
7663 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7664 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7665 (Packets): Add vFile.
7666
3b784c4f
EZ
76672007-11-17 Eli Zaretskii <eliz@gnu.org>
7668
7669 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7670 breakpoints with multiple locations.
7671 (Breakpoint Menus): Improve wording.
7672 (Output): Fix last change.
7673
a4ce5b0d
UW
76742007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7675
7676 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7677
1b39d5c0
DE
76782007-11-15 Doug Evans <dje@google.com>
7679
7680 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7681
7a72d44c
VP
76822007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7683
7684 * gdbint.texinfo (Native Conditionals): Remove
7685 mention of CLEAR_SOLIB.
5ae4183a 7686
6d1829bf 76872007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7688
7689 * gdb.texinfo (Print Settings): Add documentation for "set/show
7690 print frame-arguments".
7691
1a619819
LM
76922007-11-05 Luis Machado <luisgpm@br.ibm.com>
7693
3b784c4f 7694 * gdb.texinfo (Output): Update printf command's description.
1a619819 7695
55eddb0f
DJ
76962007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7697
7698 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7699 powerpc soft-float".
7700
9cceb671
DJ
77012007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7702
7703 * gdb.texinfo (Files): Correct formatting. Mention Expat
7704 requirement.
7705 (Requirements for Building GDB): Expand the list of Expat
7706 uses.
7707 (Library List Format, Memory Map Format): Mention Expat.
7708 (Target Descriptions): Update Expat wording.
7709
83acabca
DJ
77102007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7711
7712 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7713 Document that gdbarch_convert_register_p should return zero for no-op
7714 conversions.
7715
e35879db
UW
77162007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7717
83acabca 7718 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7719 of set_gdbarch_sofun_address_maybe_missing back to ...
7720 (Target Conditionals): ... here to fix build break.
7721
203c3895
UW
77222007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7723
83acabca 7724 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7725 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7726 (Compiler Characteristics): ... documentation of
7727 set_gdbarch_sofun_address_maybe_missing.
7728
11411de3
DJ
77292007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * gdbint.texinfo (Target Conditionals): Use
7732 frame_unwind_register_unsigned in examples instead of
7733 frame_unwind_unsigned_register.
7734
701adfb0
PA
77352007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7736
7737 * gdb.texinfo: Add TSIZE definition, removed statement about
7738 unbounded arrays being unimplemented.
7739
7cc46491
DJ
77402007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7741
7742 * gdb.texinfo (Predefined Target Types): Add int128
7743 and uint128.
7744 (Standard Target Features): Add PowerPC features.
7745
81adfced
DJ
77462007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7747
7748 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7749
c1874924
UW
77502007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7751
7752 * gdbint.texi (Target Conditionals): Remove documentation
7753 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7754 gdbarch_extract_return_value, and gdbarch_store_return_value.
7755
f6e56ab3
UW
77562007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7757
7758 * gdbint.texi (Target Conditionals): Remove documentation of
7759 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7760
56cf5405
KH
77612007-10-11 Kazu Hirata <kazu@codesourcery.com>
7762
7763 * gdb.texinfo: Mention that inaccessible-by-default is on by
7764 default.
7765
35156bae
DJ
77662007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7767
7768 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7769
d983da9c
DJ
77702007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7771
7772 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7773 multi-threaded watchpoints.
7774 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7775 checked. Describe sticky notification. Expand description
7776 of steppable and continuable watchpoints.
7777 (Watchpoints and Threads): New subsection.
7778
fe6fbf8b
VP
77792007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7780
7781 * gdb.texinfo (Setting Breakpoints): Revise
7782 documentation for pending breakpoints. Document
7783 breakpoints with multiple locations.
5ae4183a 7784
084344da
VP
77852007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7786
7787 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7788 Document -list-features.
5ae4183a 7789
82160952
EZ
77902007-09-15 Eli Zaretskii <eliz@gnu.org>
7791
7792 * gdb.texinfo (Output): Spell out which features of C's printf are
7793 not supported by GDB's printf.
7e27a47a
EZ
7794 (Separate Debug Files): More accurate wording regarding build ID
7795 and a reference to the ld manual rather than the Fedora wiki.
82160952 7796
ea37ba09
DJ
77972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7798 Jim Blandy <jimb@codesourcery.com>
7799
7800 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7801 (Examining Memory): Update mentions of the 's' format.
7802 (Automatic Display): Likewise.
7803
b8533aec
DJ
78042007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7805
7806 * gdb.texinfo: Update the FSF's Back-Cover Text.
7807
83f83d7f
JK
78082007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7809 Eli Zaretskii <eliz@gnu.org>
7810
7811 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7812 Fixed the ``build ID'' name. New binaries build instructions for the
7813 build ID inclusion. Explain how the commands are specific to the build
7814 ID vs. debug link.
7815
c7e83d54
EZ
78162007-09-01 Eli Zaretskii <eliz@gnu.org>
7817
7818 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7819 indexing for ``build ID'' support.
7820
d3750b24
JK
78212007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7822
7823 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7824 Enlisted BUILD ID to the debug file searching example.
7825 Included a BUILD ID `.note.gnu.build-id' section description.
7826 Updated/added the debug files splitting instructions for OBJCOPY.
7827
02142340
VP
78282007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7829
7830 * gdb.texinfo (Variable Objects): Adjust docs
7831 for -var-info-expression and document
7832 -var-info-path-expression.
7833
d3bdde98
JB
78342007-08-20 Jim Blandy <jimb@codesourcery.com>
7835
3fb6a982
JB
7836 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7837 (title page): Include the dedication in the printed manual, as a
7838 separate page after the copyright notice.
5ae4183a 7839
d3bdde98
JB
7840 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7841 don't break a @var across a line.
7842
c80a96a8
MR
78432007-07-25 Maciej W. Rozycki <macro@mips.com>
7844
7845 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7846 for include files.
7847
5824a901
NR
78482007-07-12 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
7851 in annotate.texinfo.
7852 (Command History): Link to new node.
5824a901 7853
d52e7ea3
UW
78542007-07-05 Markus Deuling <deuling@de.ibm.com>
7855
7856 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7857
5fc14d0a
EZ
78582007-07-05 Eli Zaretskii <eliz@gnu.org>
7859
7860 * gdbint.texinfo (Target Conditionals): Fix last change.
7861
4a9bb1df
UW
78622007-07-03 Markus Deuling <deuling@de.ibm.com>
7863
7864 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7865 routines:
7866 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7867 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7868 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7869 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7870 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7871 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7872 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7873 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7874 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7875 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7876 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7877 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7878 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7879 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7880 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7881 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7882 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7883 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7884 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7885 (SOFTWARE_SINGLE_STEP_P)
7886
7887 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7888 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7889
7890 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7891 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7892 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7893 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7894 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7895 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7896 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7897 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7898 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7899 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7900
7901 (Converting an existing Target Architecture to Multi-arch): Remove
7902 section.
7903
7904 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7905 (gdbarch_addr_bits_remove): Add code example.
7906
7907 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7908
cfa9d6d9
DJ
79092007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7910
7911 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7912 Add other missing entries. Adjust the table size to fit.
7913 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7914 stop reasons including the new "library" event.
7915 (General Query Packets): Adjust table widths for qSupported. Mention
7916 qXfer:libraries:read reply to qSupported and document the new packet.
7917 (Library List Format): New section.
7918
159fcc13
JK
79192007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7922
f66d1690
MS
79232007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7924
7925 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7926
67102876
NR
79272007-06-25 Nick Roberts <nickrob@snap.net.nz>
7928
7929 * gdbint.texinfo (Register and Memory Data): Break sections
7930 into nodes and add a menu.
7931
a4642986
MR
79322007-06-21 Maciej W. Rozycki <macro@mips.com>
7933
7934 * gdb.texinfo (Examining Memory): Document the new behaviour.
7935
e9c17194
VP
79362007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7937
7938 * gdb.texinfo (Standard Target Features): Document
7939 m68k features.
7940
31d99776
DJ
79412007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7942
7943 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7944
1780a0ed
DJ
79452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7946
7947 * gdb.texinfo (Target Description Format): Add version attribute
7948 for <target>.
7949
822b6570
DJ
79502007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7951
7952 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7953
f8b73d13
DJ
79542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7955
7956 * gdb.texinfo (MIPS Features): New subsection.
7957
0e7f50da
UW
79582007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7959 Markus Deuling <deuling@de.ibm.com>
7960
7961 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7962 and qXfer:spu:write packets and mention them under qSupported.
7963
23d964e7
UW
79642007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7965 Markus Deuling <deuling@de.ibm.com>
7966
7967 * gdb.texinfo (Architectures): Add new SPU section to document
7968 Cell Broadband Engine SPU architecture specific commands.
7969
9f708cb2
VP
79702007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7971
7972 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7973 comments.
7974
7579b5f8
NR
79752007-06-07 Nick Roberts <nickrob@snap.net.nz>
7976
7977 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7978
bf06d120
JB
79792007-05-29 Jim Blandy <jimb@codesourcery.com>
7980
7981 * gdb.texinfo (Overview): Doc fix.
7982
23776285
MR
79832007-05-22 Maciej W. Rozycki <macro@mips.com>
7984
7985 * gdb.texinfo (Remote Configuration): Document "set/show
7986 remoteflow".
7987
1a69e1e4
DJ
79882007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7989
bf06d120
JB
7990 * gdb.texinfo (MIPS): Remove documentation for set mips
7991 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7992 stack-arg-size.
1a69e1e4 7993
46ba6afa 79942007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 7995
46ba6afa
BW
7996 * all-cfg.texi (GDBTUI): New.
7997 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7998 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7999 (TUI Configuration): Edit to improve clarity and fix problems of
8000 both style and content.
5ae4183a 8001
06d3b283
UW
80022007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8003
8004 * observer.texi (GDB Observers): New observer "new_objfile".
8005
179101d6
UW
80062007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8007
8008 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8009
25d5ea92
VP
80102007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8011
8012 * gdb.texinfo (GDB/MI Variable Objects): Document
8013 frozen variables objects.
5ae4183a 8014
701adfb0
PA
80152007-04-13 Paul Brook <paul@codesourcery.com>
8016
8017 * gdb.texinfo: Document ieee_single and ieee_double target types.
8018
ea35711c
DJ
80192007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8022 (Character Sets, Caching Data of Remote Targets): Likewise.
8023 (Targets): Delete Remote node. Move its text...
8024 (Debugging Remote Programs): ...to here. Delete description
8025 of the "remote" command.
8026 (Remote configuration): Delete description of "set remotedevice"
8027 and "show remotedevice".
8028 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8029
701adfb0
PA
80302007-04-11 Steve Ellcey <sje@cup.hp.com>
8031
8032 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8033
db2e3e2e
BW
80342007-04-11 Bob Wilson <bob.wilson@acm.org>
8035
5ae4183a
AS
8036 * gdb.texinfo (Contributors, Continuing and Stepping)
8037 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8038 (General Query Packets, File-I/O Remote Protocol Extension)
8039 (Protocol Basics, The F Reply Packet, Write)
8040 (Protocol-specific Representation of Datatypes, Memory Transfer):
8041 Fix hyphenation, punctuation and grammar problems.
8042 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8043 'section' instead of 'subsection' in the text.
8044 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8045 (i386): Remove period from section name.
db2e3e2e
BW
8046 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8047 (Config Names, Configure Options): Use @file{configure}.
8048
8a3dae3e
DJ
80492007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8050
8051 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8052 and tab expansion.
8053
1a92f856
DJ
80542007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8055
8056 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8057
79a6e687 80582007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8059
79a6e687
BW
8060 * gdb.texinfo: Consistently capitalize all significant words in
8061 node names, chapter titles, section titles, and headings. Update
8062 cross references to match.
8063 (Starting and Stopping Trace Experiment): Make node name plural.
8064 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8065
ad527d2e
PA
80662007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8067
8068 * gdb.texinfo (WinCE): Delete obsolete subsection.
8069
7ce59000
DJ
80702007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8071
8072 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8073 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8074 references.
8075
8807d78b
DJ
80762007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8077
8078 * gdb.texinfo (Startup): Delete references to some alternate
8079 names for .gdbinit.
8080 (Thread): Remove LynxOS reference.
8081 (Tandem ST2000): Delete target-specific documentation.
8082 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8083 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8084 and GDB_OSABI_LYNXOS.
8085
5f402660
UW
80862007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8087
8088 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8089
bac718a6
UW
80902007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8091
8092 * gdbint.texinfo (Target Conditionals): Remove mention of
8093 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8094 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8095
9453113a
DJ
80962007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8097
8098 * Makefile.in: Add "pdfdir" installation
8099 directory, PDFTEX macro, support for "install-pdf" target,
8100 and rules for making a pdf version of refcard.texi.
8101 * refcard.tex: Specify paper size for PDF output.
8102
ae21e955 81032007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8104
ae21e955 8105 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8106
3f94c067 81072007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8108
3f94c067
BW
8109 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8110 (Source Path, Character Sets, Macros, Define)
8111 (GDB/MI Result Records, GDB/MI Simple Examples)
8112 (GDB/MI Program Execution, GDB/MI File Commands)
8113 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8114 (Bug Reporting): Use @value{GCC}.
5ae4183a 8115
12c27660 81162007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8117
12c27660
BW
8118 * gdb.texinfo (Help): Fix formatting of examples.
8119 (Variables): Use @ifnotinfo instead of @iftex.
8120 (Non-debug DLL symbols): Use @ref instead of @pxref.
8121 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8122
ce9341a1
BW
81232007-03-26 Bob Wilson <bob.wilson@acm.org>
8124
8125 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8126
c8f4133a
BW
81272007-03-26 Bob Wilson <bob.wilson@acm.org>
8128
8129 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8130 the order of the nodes.
8131 (C Operators, C Constants, Debugging C): Remove extra menus.
8132 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8133
c8f4133a 81342007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8135
8136 * gdb.texinfo (File Options): Add missing parenthesis.
8137 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8138
c74d0ad8
DJ
81392007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8140
8141 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8142
ff6f572f
DJ
81432007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8144
669fac23 8145 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8146 case insensitivity.
8147 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8148
994337c3
NR
81492007-02-18 Nick Roberts <nickrob@snap.net.nz>
8150
8151 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8152 (Files): Add section name to argument list for pxref.
8153 (Non-debug DLL symbols): Don't use `see' for pxref.
8154 (Embedded Processors): Fix typo.
8155 (GDB/MI Breakpoint Commands): Execution commands generate
8156 *stopped not ^done.
8157
eb819d70
NR
81582007-02-13 Nick Roberts <nickrob@snap.net.nz>
8159
8160 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8161 values for in_scope. Mention that only root variables can be
8162 updated.
8163 (GDB/MI Development and Front Ends): Explain new values may be
8164 added to existing fields.
8165
123dc839
DJ
81662007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8167
8168 * gdb.texinfo (-target-disconnect): Use @smallexample.
8169 (Requirements): Add anchor for Expat. Update description.
8170 (Target Descriptions): Mention Expat.
8171 (Target Description Format): Document new elements. Use
8172 @smallexample.
8173 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8174 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8175
108546a0
DJ
81762007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8177
8178 * gdb.texinfo (Target Description Format): Add section on XInclude.
8179
95a98c01
NR
81802006-02-03 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8183 command -enable-timings.
8184
f4b3909f
EZ
81852007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8186
5ae4183a 8187 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8188 descriptions for new/deleted elements in gdb_osabi. Add missing
8189 description for function generic_elf_osabi_sniff_abi_tag_sections.
8190
c7ba131e
JB
81912007-01-29 Joel Brobecker <brobecker@adacore.com>
8192
8193 * gdb.texinfo (Maintenance Commands): Add documentation for
8194 the new "maint print target-stack" command.
8195
3a60f64e
JK
81962007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8197 Eli Zaretskii <eliz@gnu.org>
8198
f4b3909f 8199 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8200
c582f8b6
EZ
82012007-01-26 Eli Zaretskii <eliz@gnu.org>
8202
8203 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8204 Use @value{NGCC} instead of @value{GCC}.
8205
d3e8051b
EZ
82062007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8207
8208 * agentexpr.texi: Fix typos.
8209 * annotate.texinfo: Likewise.
8210 * gdb.texinfo: Likewise.
8211 * gdbint.texinfo: Likewise.
8212 * observer.texi: Likewise.
8213 * stabs.texinfo: Likewise.
8214
86f04699
EZ
82152007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8216
8217 * gdbint.texinfo (Support Libraries): Remove mmalloc
8218 entry. Describe readline library.
8219
23181151
DJ
82202007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8221
8222 * gdb.texinfo (Target Descriptions): New section.
8223 (General Query Packets): Add QPassSignals anchor. Mention
8224 qXfer:features:read under qSupported. Expand mentions of
8225 qXfer:memory-map:read and QPassSignals. Document
8226 qXfer:features:read.
8227
f822c95b
DJ
82282007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8229
8230 * gdb.texinfo (Commands to specify files): Describe
8231 "set sysroot" and "show sysroot".
8232 (Using the `gdbserver' program): Lowercase argument
8233 to @var. Expand description of setting up GDB on the
8234 host.
8235
8936fcda
JB
82362007-01-05 Joel Brobecker <brobecker@adacore.com>
8237
8238 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8239 catch exception, catch exception unhandled, and catch assert
8240 commands.
8241
e776119f
DJ
82422007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8243
8244 * gdb.texinfo (Debugging Output): Document "set debug xml"
8245 and "show debug xml".
8246
aa79a185
DJ
82472007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8248
8249 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8250
7f893741
JB
82512007-01-01 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8254
a1b5960f
VP
82552006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8256
8257 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8258 note in @ignore, to be removed later if nobody complains.
8259
9f470e6e
NR
82602006-12-04 Nick Roberts <nickrob@snap.net.nz>
8261
8262 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8263 of -var-delete.
8264
765dc015 82652006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8266
765dc015 8267 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8268 automatic software/hardware breakpoint usage and
8269 the "set breakpoint auto-hw" command.
765dc015 8270
4b5752d0
VP
82712006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8272
8273 * gdb.texinfo (Memory Access Checking): New.
8274
89be2091
DJ
82752006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8276
8277 * gdb.texinfo (Remote configuration): Mention
8278 "pass-signals-packet".
8279 (General Query Packets): Document QPassSignals. Fix
8280 a typo.
8281
ca3bf3bd
DJ
82822006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8283
8284 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8285
427c3a89
DJ
82862006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8287
8288 * gdb.texinfo (Remote configuration): Rewrite documentation for
8289 packet configuration commands.
8290 (OS Information): Adjust reference to qXfer:auxv:read.
8291 (General Query Packets): Remove references to read-aux-vector-packet
8292 and set remote get-thread-local-storage-address.
8293
7a107747
DJ
82942006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Add new
8297 Initializing a New Architecture section.
8298
1c56eb0e
EZ
82992006-10-31 David Taylor <dtaylor@emc.com>
8300
8301 * stabs.texinfo (Macro define and undefine): New node describing
8302 stabs for #define and #undef.
8303
f73adfeb
AS
83042006-10-27 Andreas Schwab <schwab@suse.de>
8305
8306 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8307
fd60e0df
EZ
83082006-10-21 Eli Zaretskii <eliz@gnu.org>
8309
8310 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8311 clarify on the possible meanings of ``expression'' watched by
8312 watchpoints. Add indexing.
e5ac9b53
EZ
8313 (Prompting, Errors, Invalidation, Annotations for Running)
8314 (Source Annotations): Fix index entries by adding "annotation" to
8315 them, to discriminate from index entries that point to the more
8316 general topic descriptions.
fd60e0df 8317
52bb452f
DJ
83182006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8319
8320 * gdbint.texinfo (Target Vector Definition): Move most
8321 content into Existing Targets. Add a menu.
8322 (Existing Targets): New section, moved from Target Vector
8323 Definition. Use @subsection.
8324 (Managing Execution State): New section.
8325
58955e58
BW
83262006-10-16 Bob Wilson <bob.wilson@acm.org>
8327
8328 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8329
c8aa23ab
EZ
83302006-10-15 Eli Zaretskii <eliz@gnu.org>
8331
8332 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8333 (Command Syntax, Signals, Backtrace, Connecting)
8334 (Remote configuration, Renesas Boards, Console I/O): Fix last
8335 change: use Ctrl- instead of C-, except wrt Emacs.
8336 (File-I/O Examples): Put Ctrl-c in @kbd.
8337 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8338 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8339 (Signals, Set Breaks, Set Watchpoints): Document optional
8340 arguments to `info signals' `handle', `info breakpoints', and
8341 `info watchpoints'.
c8aa23ab 8342
e7109c7e
EZ
83432006-10-14 Eli Zaretskii <eliz@gnu.org>
8344
8345 * gdb.texinfo (Backtrace): Fix last change.
8346
de3aea7b
NR
83472006-10-14 Nick Roberts <nickrob@snap.net.nz>
8348
8349 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8350
7f9087cb
BW
83512006-10-10 Bob Wilson <bob.wilson@acm.org>
8352
c8aa23ab
EZ
8353 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8354 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8355 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8356
68437a39
DJ
83572006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8358 Daniel Jacobowitz <dan@codesourcery.com>
8359
8360 * gdb.texinfo (Packets): Document vFlashErase,
8361 vFlashWrite and vFlashDone packets.
8362 (General Query Packets): Document qXfer:memory-map:read.
8363 Add a new feature for qXfer:memory-map:read.
8364 (Memory map format): New section.
8365 (Target Commands): Mention that gdb can write flash.
8366
fd79ecee
DJ
83672006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8368 Daniel Jacobowitz <dan@codesourcery.com>
8369
8370 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8371 memory regions and "mem auto".
8372
350da6ee
DJ
83732006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8374
8375 * gdbint.texinfo (Array Containers): New section.
8376
2f1acb09
VP
83772006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8378
8379 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8380 -stack-list-arguments HIGH_FRAME argument can be larger then the
8381 actual number of frames.
8382
2ab1eb7a
VP
83832006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8384
8385 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8386 -stack-list-locals HIGH_FRAME argument can be larger then the
8387 actual number of frames.
2ab1eb7a 8388
599b237a
BW
83892006-09-02 Bob Wilson <bob.wilson@acm.org>
8390
8391 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8392 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8393
25ab7e6d
EZ
83942006-09-02 Eli Zaretskii <eliz@gnu.org>
8395
8396 * gdbint.texinfo (Overall Structure): New section "Source Tree
8397 Structure".
8398
940178d3
JB
83992006-08-17 Jim Blandy <jimb@codesourcery.com>
8400
8401 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8402 responses.
8403
30daae6c
JB
84042006-08-08 Joel Brobecker <brobecker@adacore.com>
8405
8406 * gdb.texinfo (Source Path): Add documentation for new
8407 substitute-path commands.
8408
7fa2210b
DJ
84092006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8410
8411 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8412 (Running Configure): ...here.
8413 (Requirements): New node. Mention expat.
8414
3d00d119
DJ
84152006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8416
5ae4183a 8417 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8418 'set download-write-size' and 'show download-write-size'.
8419
0cbfa4ee
DJ
84202006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8421
8422 * stabs.texinfo (Member Type Descriptor): Correct example for
8423 pointer to member types.
8424
16026cd7
AS
84252006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8426
8427 * gdb.texinfo (Optional warnings and messages): Add
8428 'set/show trace-commands'.
8429 (Command files): Add '-v' to source command.
8430
0876f84a
DJ
84312006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8432
8433 * gdb.texinfo (OS Information): Update qPart reference to
8434 qXfer.
8435 (Remote configuration): Likewise.
8436 (Overview): Move @cindex to the start of a paragraph. Talk
8437 about binary data encoding.
8438 (Packets): Refer to the overview for the details of the X
8439 packet encoding.
8440 (General Query Packets): Remove qPart description. Add qXfer
8441 description. Add an anchor to qSupported. Correct feature
8442 table title. Add a new feature for qXfer:auxv:read.
8443 (Interrupts): Add a missing parenthesis.
8444
2ec3381a
DJ
84452006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8446
669fac23 8447 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8448 (GDB/MI Kod Commands): Remove commented out node.
8449
594fe323
EZ
84502006-07-01 Eli Zaretskii <eliz@gnu.org>
8451
8452 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8453 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8454 (GDB/MI Thread Commands, GDB/MI Program Execution)
8455 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8456 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8457 (GDB/MI File Commands, GDB/MI Target Manipulation)
8458 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8459 since the MI prompt is hard-wired into the code.
8460
7e3fb70c
NR
84612006-07-01 Nick Roberts <nickrob@snap.net.nz>
8462
8463 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8464 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8465 (GDB/MI Data Manipulation): Remove description of unimplemented
8466 display related commands as variable objects perform this function
8467 and are superior: -display-delete, -display-disable,
8468 -display-enable, -display-insert and -display-list. Move
8469 -environment-cd, -environment-directory, -environment-path
8470 and -environment-pwd to "Program Context".
8471 (GDB/MI Program Control): Rename to "Program Execution". Move
8472 -exec-arguments -exec-abort to...
8473 (GDB/MI Program Context): ...here. New node split from "Data
8474 Manipulation".
8475
be2a5f71
DJ
84762006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8477
8478 * gdb.texinfo (Remote configuration): Document set / show
8479 remote supported-packets.
8480 (General Query Packets): Document qSupported packet.
8481
701adfb0
PA
84822006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8483
8484 * gdb.texinfo (system): Document behaviour with zero length
8485 string.
8486
fc320d37
SL
84872006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8488
8489 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8490 and font markup.
8491 (Protocol basics): Likewise.
8492 (The F request packet): Likewise.
8493 (The F reply packet): Likewise.
8494 (Memory transfer): Move this node to be a subsubsection of
8495 "Protocol specific representation of datatypes".
8496 (The Ctrl-C message): More copy editing.
8497 (Console I/O): Likewise.
8498 (The isatty call): Delete this node, and merge its content into
8499 the "isatty" node. Fixed references elsewhere.
8500 (The system call): Delete this node, and merge its content into
8501 the "system" node. Fixed references elsewhere.
8502 (open): Reformat to use @table, and add appropriate font markup.
8503 (close): Likewise.
8504 (read): Likewise.
8505 (write): Likewise.
8506 (lseek): Likewise.
8507 (rename): Likewise.
8508 (unlink): Likewise.
8509 (stat/fstat): Likewise.
8510 (gettimeofday): Likewise.
8511 (isatty): Likewise.
8512 (system): Likewise, plus minor changes to fix confusing wording.
8513 (Integral datatypes): Fix font markup.
8514 (Pointer values): Likewise.
8515 (struct stat): Fix markup to use @table, plus minor copy editing.
8516 (struct timeval): Fix font markup, plus minor copy editing.
8517 (Constants): Minor copy editing.
8518 (Errno values): Add font markup.
8519 (File-I/O Examples): Likewise.
8520
158fdf5c
NR
85212006-06-10 Nick Roberts <nickrob@snap.net.nz>
8522
8523 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8524 (GDB/MI Simple Examples): Move node up one level. Use real
8525 examples.
8526 (GDB/MI Compatibility with CLI): Update.
8527 (GDB/MI Result Records): Add "connected" and "exit" result
8528 classes.
8529 (GDB/MI Stream Records): Clarify target output.
8530 (GDB/MI Command Description Format): Modify example description.
8531 (GDB/MI Breakpoint Table Commands): Rename to...
8532 (GDB/MI Breakpoint Commands): ...this
8533 (GDB/MI Breakpoint Commands): Add optional thread field.
8534 (GDB/MI Program Control): Add an introduction. Move "Program
8535 termination" examples into exec-run description.
8536 (GDB/MI File Commands): Mention similar CLI commands.
8537 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8538 is similar to "-gdb-version".
8539
ddb50cd7
EZ
85402006-06-09 Eli Zaretskii <eliz@gnu.org>
8541
8542 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8543
2aef0d6b
NR
85442006-06-02 Nick Roberts <nickrob@snap.net.nz>
8545
8546 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8547 sourceware.org for mailing lists.
d5e40d59 8548 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8549
383a5c52
NR
85502006-06-01 Nick Roberts <nickrob@snap.net.nz>
8551
d5e40d59 8552 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8553
e16b02ee
EZ
85542006-05-22 Eli Zaretskii <eliz@gnu.org>
8555
8556 * gdb.texinfo (Cygwin Native): Fix last change.
8557
be90c084
CF
85582006-05-22 Christopher Faylor <cgf@timesys.com>
8559
8560 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8561
347ceba5
NR
85622006-05-15 Nick Roberts <nickrob@snap.net.nz>
8563
8564 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8565 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8566
369af7bd
DJ
85672006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8568
8569 * gdb.texinfo (General Query Packets): Recommend not starting
8570 new packets with qC and clarify.
8571
2ffdbde8 85722006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8573
8574 * gdb.texinfo (M2 Types): New section.
72019c9c 8575
16d1a084
DJ
85762006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8577
8578 * agentexpr.texi: Add a copyright and license notice.
8579 * observer.texi: Likewise, with GPL clause for function prototypes.
8580 Remove trailing whitespace.
8581
aa56d27a
JB
85822006-05-05 Jim Blandy <jimb@codesourcery.com>
8583
8584 * gdb.texinfo (General Query Packets): Document conventions for
8585 terminating packet names, and their violations.
8586
5bdf8622
DJ
85872006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8588
8589 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8590 * gdb.texinfo: Likewise.
8591
605a56cb
DJ
85922006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8593
8594 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8595 and "show remotedebug".
8596 (Debugging Output): Add additional index entries.
8597
b8db102d
MS
85982006-04-27 Michael Snyder <msnyder@redhat.com>
8599
8600 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8601
c5e30d01
AC
86022006-04-22 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8605 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8606
8181d85f
DJ
86072006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8608
8609 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8610 and remove breakpoint prototypes.
8611 (Watchpoints): Move description of target_insert_hw_breakpoint and
8612 target_remove_hw_breakpoint ...
8613 (Breakpoints): ... to here. Document target_insert_breakpoint and
8614 target_remove_breakpoint.
8615
4f553f88
JB
86162006-04-17 Jim Blandy <jimb@codesourcery.com>
8617
8618 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8619 and C packets are optional.
8620
cd852561
FR
86212006-04-14 Frederic Riss <frederic.riss@st.com>
8622
8623 * gdb.texinfo (Specifying source directories): Update the description
8624 of the source file search to reflect the fact that the source path
8625 always contains at least $cdir and $cwd.
8626
b620eb07
MS
86272006-03-31 Michael Snyder <msnyder@redhat.com>
8628
8629 * gdb.texinfo: Update copyright dates.
8630
3156cdaf
EZ
86312006-03-31 Eli Zaretskii <eliz@gnu.org>
8632
8633 * gdb.texinfo (Overview): Add an index entry to "empty response".
8634
701adfb0
PA
86352006-03-29 Steve Ellcey <sje@cup.hp.com>
8636
8637 * gdb.texinfo: Remove gdbserve.nlm documentation.
8638
7d30c22d
JB
86392006-03-28 Jim Blandy <jimb@codesourcery.com>
8640
8641 * gdbint.texinfo (Prologue Analysis): New section.
8642
86941c27
JB
86432006-03-07 Jim Blandy <jimb@red-bean.com>
8644
66b8c7f6
JB
8645 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8646
1a10341b
JB
8647 * gdb.texinfo (Target Commands): Update text describing how to
8648 specify a target. Refer to the detailed section on remote
8649 debugging, not the brief mention.
8650
86941c27
JB
8651 * gdb.texinfo (Connecting): Organize the different 'target remote'
8652 connection methods into a table. Add a 'target remote' index
8653 entry. (!!!)
8654
62f3a2ba
FF
86552006-02-17 Fred Fish <fnf@specifix.com>
8656
8657 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8658 'ptype' commands to reflect the fact that the only significant
8659 difference between them is that ptype prints the complete type
8660 description instead of just the name.
8661
8b9a88ea
WZ
86622006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8663
8664 * gdbint.texinfo (Watchpoints): Delete
8665 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8666
7e8dc855
NR
86672006-02-10 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8670 times fields where needed. Fix typos. Update general form given
8671 for output of -break-insert.
8672 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8673
c91d38aa
DJ
86742006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8675
8676 * gdbint.texinfo (Symbol Handling): Add a section
8677 on memory management.
8678
38fcd64c
DJ
86792006-02-06 Vladimir Prus <ghost@cs.msu.su>
8680
8681 * gdb.texinfo (Breakpoint table commands): Document the fullname
8682 field in -break-list output.
8683
219eec71
EZ
86842006-02-03 Eli Zaretskii <eliz@gnu.org>
8685
8686 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8687 debugging information produced by the various "set debug..."
8688 options.
8689
ae5a43e0
DJ
86902006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8691
8692 * gdb.texinfo (Files): Remove obsolete bits from the description
8693 of "symbol-file".
8694
a9f158ec
JB
86952006-01-25 Jim Blandy <jimb@redhat.com>
8696
8697 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8698
410dd08e
JB
86992006-01-24 Jim Blandy <jimb@redhat.com>
8700
8701 * gdbint.texinfo (Frames): Document the basics of GDB's register
8702 unwinding model, and explain the existence of the "sentinel" frame.
8703
4b505b12
AS
87042006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8705
8706 * gdb.texinfo (Choosing files): Mention that -directory is used
8707 for script files.
8708 (Specifying source directories): Likewise.
8709 (Command files): Explain how script files are found.
8710
839c27b7
EZ
87112006-01-21 Eli Zaretskii <eliz@gnu.org>
8712
8713 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8714 the threads in a multi-threaded program.
8715 (Threads): The threadno argument of "thread apply" can be a range
8716 of numbers.
8717
7be93b9e
JB
87182006-01-18 Jim Blandy <jimb@redhat.com>
8719
8720 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8721 of warning flags.
8722
fcc73fe3
EZ
87232006-01-13 Eli Zaretskii <eliz@gnu.org>
8724
8725 * gdb.texinfo (Sequences): Improve menu annotations.
8726 (Define): Add index entries for arguments of user-defined
8727 commands. Move the description of flow-control commands...
8728 (Command Files): ...to here. Document loop_break and
8729 loop_continue.
ca91424e
EZ
8730 (Define, Command Files): Document `end' and add index entries for
8731 it.
fcc73fe3 8732
5c95884b
MS
87332006-01-04 Michael Snyder <msnyder@redhat.com>
8734
8735 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8736 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8737
860701dc
PH
87382006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8739
8740 * gdb.texinfo (Omissions from Ada): Document that there is now
8741 limited aggregate support.
8742
36b80e65
EZ
87432005-12-28 Eli Zaretskii <eliz@gnu.org>
8744
8745 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8746 registers and the likes.
8747
c1468174
EZ
87482005-12-24 Eli Zaretskii <eliz@gnu.org>
8749
8750 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8751 (Symbols): Fix usage of "e.g.".
359df76b 8752 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8753
8754 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8755 (Coding): Fix usage of "e.g.".
8756
c02a867d
EZ
87572005-12-23 Eli Zaretskii <eliz@gnu.org>
8758
5ae4183a
AS
8759 * stabs.texinfo:
8760 * refcard.tex:
c02a867d 8761 * gpl.texi:
5ae4183a
AS
8762 * gdbint.texinfo:
8763 * gdb.texinfo:
8764 * gdb-cfg.texi:
c02a867d 8765 * fdl.texi:
5ae4183a
AS
8766 * annotate.texinfo:
8767 * all-cfg.texi:
c02a867d
EZ
8768 * Makefile.in: Add (C) after Copyright. Update the FSF
8769 address.
8770
fad38dfa
EZ
87712005-12-03 Eli Zaretskii <eliz@gnu.org>
8772
8773 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8774 extend GDB with commands for external monitor.
8775
53e5f3cf
AS
87762005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8777
8778 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8779
55f6ca0f
JB
87802005-11-25 Joel Brobecker <brobecker@adacore.com>
8781
8782 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8783
c1947b85
JB
87842005-11-21 Jim Blandy <jimb@redhat.com>
8785
8786 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8787 placement of 'R' actions in tracepoint action packets; document
8788 dependence of 'X' and 'M' actions on a preceding 'R' action for
8789 their registers.
8790
9d29849a
JB
87912005-11-19 Jim Blandy <jimb@redhat.com>
8792
8793 * gdb.texinfo (Tracepoint Packets): New node.
8794 (General Query Packets): Add entries for the tracepoint packets,
8795 referring to the "Tracepoint Packets" node.
8796 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 8797
9a6253be
KB
87982005-11-18 Kevin Buettner <kevinb@redhat.com>
8799
8800 * gdb.texinfo (set remotebreak): Add anchor.
8801 (X packet): Likewise.
8802 (Remote Protocol): Add new section `Interrupts' and new index
8803 entry `interrupts (remote protocol)'.
8804
5f3bebba
JB
88052005-11-18 Jim Blandy <jimb@redhat.com>
8806
8807 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8808 entries into the General Query Packets section. Add a
8809 cross-reference to that section. Drop description of replies, as
8810 these are covered in the descriptions of each packet.
8811 (General Query Packets): Add introductory text. Explain naming
8812 conventions, and how the end of a name is recognized.
8813
9a7a1b36
KB
88142005-11-17 Kevin Buettner <kevinb@redhat.com>
8815
0564b6cf 8816 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
8817 "set remotebreak" command.
8818
b8ff78ce
JB
88192005-11-16 Jim Blandy <jimb@redhat.com>
8820
8821 * gdb.texinfo (Packets, Stop Reply Packets)
8822 (General Query Packets): Various formatting cleanups.
8823 - Use @samp for packet contents.
8824 - Drop summaries from packet @item lines; the same information appears
8825 immediately below in the description.
8826 - Delete paragraph breaks after packet @item commands, so that the
8827 description appears directly to the right of the packet prototype
8828 in the printed manual, if it fits.
8829 - Place spaces in packet prototypes between @vars and non-@var
8830 letters, and explain that they're just for formatting.
8831 - Use @dots{} instead of '...'.
8832 - Fix uses of @code where @var was needed.
8833 - Replace "deprecated" markers with English text spelling out the
8834 packet's status and the preferred alternatives.
8835 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8836 what this ever meant.
8837 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8838 this for a long time.
8839 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8840 implemented several times, and have been in use for years.
8841
8ffe2530
JB
88422005-11-15 Jim Blandy <jimb@redhat.com>
8843
c43c5473
JB
8844 * gdb.texinfo (Packets): Add index entries for 'm' packet
8845 disclaimers.
5ae4183a 8846
fb031cdf
JB
8847 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8848 of stub when processing an 'm' packet.
8849
8ffe2530
JB
8850 * gdb.texinfo (Packets): Mention that packets beginning with
8851 letters are reserved once, at the top, instead of actually listing
8852 them all and saying "reserved".
8853
c03c782f
AS
88542005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8855
8856 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8857 Change @var{$arg0 to @code{$arg0.
8858
814e32d7
WZ
88592005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8860
8861 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8862
fa93a9d8
JB
88632005-11-12 Jim Blandy <jimb@redhat.com>
8864
8865 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8866 order. Remove extraneous 'z'.
8867
8a5a3c82
AS
88682005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8869
8870 * gdb.texinfo (Choosing files): Add --eval-command.
8871
4b0ad762
AS
88722005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8873
8874 * gdb.texinfo (Choosing modes): Add --return-child-result.
8875
8876
1a088d06
AS
88772005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8878
8879 * gdb.texinfo (Choosing modes): Add --batch-silent.
8880
656d5e12
EZ
88812005-10-28 Eli Zaretskii <eliz@gnu.org>
8882
8883 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8884 "The -var-update Command".
8885
3c9c013a
JB
88862005-10-03 Joel Brobecker <brobecker@adacore.com>
8887
8888 * gdb.texinfo (Print Settings): Add documentation for set/show
8889 print array-indexes.
8890
7ba3cf9c
DJ
88912005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8892
8893 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8894 6.2 and 6.3.
8895
a94ab193
EZ
88962005-08-27 Eli Zaretskii <eliz@gnu.org>
8897
8898 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8899 since 19-Jan-2004.
8900 (Files): Likewise.
ab1adacd
EZ
8901 (Variables, Symbols): Document the "<incomplete type>" message and
8902 its reasons.
a94ab193 8903
ca06016a
FF
89042005-08-01 Fred Fish <fnf@specifix.com>
8905
8906 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8907
cf58170d
NR
89082005-07-15 Nick Roberts <nickrob@snap.net.nz>
8909
8910 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8911 option for -var-list-children and -var-update.
8912 (GDB/MI Stack Manipulation): Simplify description of
8913 print-values option for -stack-list-locals.
8914 (GDB/MI Command Description Format): Clarify.
8915 (Mode Options): Spelling of superseded.
8916
38f1196a
BR
89172005-07-12 Bob Rossi <bob@brasko.net>
8918
8919 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8920 corresponding GDB command comment.
8921
3cb3b8df
BR
89222005-07-06 Bob Rossi <bob@brasko.net>
8923
8924 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8925 and -inferior-tty-show.
8926 (Input/Output): Document "set/show inferior-tty" and tty alias.
8927
10fac096
NW
89282005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8929
8930 * gdb.texinfo (Packets): Change description of 'D' packet to note
8931 that GDB does wait for a response.
8932
d1b6db76
NR
89332005-06-22 Nick Roberts <nickrob@snap.net.nz>
8934
8935 * gdb.texinfo (History) Rename "Command History".
8936 (Command History): Move node "Server Prefix" from section on
8937 Annotations here.
8938
29629dcf
NR
89392005-06-19 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * gdb.texinfo (GDB/MI Stack Manipulation):
8942 Re-instate -stack-info-frame with example. Say that it gets
8943 info on selected frame, not current frame.
8944
397ca115
EZ
89452005-06-18 Eli Zaretskii <eliz@gnu.org>
8946
8947 * gdb.texinfo (Server): Clarify that `file' should be used before
8948 connecting to the server.
8949 (Files): Add an xref to the above description.
51274035
EZ
8950 (Output Formats): More detailed description of the `c' format.
8951 (Memory): List explicitly all the formats supported by `x'.
638ac427 8952 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 8953 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
8954 files. Add more indexing for solib-absolute-prefix and
8955 --with-sysroot.
76d17f34
EZ
8956 (Machine Code): Document possible problems with locations in
8957 shared libraries.
d416eeec
EZ
8958 (Backtrace): Document that free-standing environments do not need
8959 to have a `main' function.
397ca115 8960
74f6deaa
NR
89612005-06-18 Nick Roberts <nickrob@snap.net.nz>
8962
8963 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8964 -stack-info-frame.
8965
a9967aef
AC
89662005-06-07 Andrew Cagney <cagney@gnu.org>
8967
8968 * gdb.texinfo (Contributors): Note the original multi-arch
8969 contributors.
8970
e09f16f9
EZ
89712005-06-03 Eli Zaretskii <eliz@gnu.org>
8972
8973 * gdb.texinfo (Registers): Add index entries for the standard
8974 registers.
8975 (Frames): Add cross-reference from frame pointer description to
8976 the Registers node.
8977 (Annotations Overview): Fix the reference to GDB name.
8978
d87ba7ee
EZ
89792005-06-01 Eli Zaretskii <eliz@gnu.org>
8980
8981 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8982 can-use-hw-watchpoints.
8983
034dad6f
BR
89842005-05-28 Bob Rossi <bob@brasko.net>
8985
8986 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8987 the possible reasons why an exec async record would be returned to FE.
8988
ffed4509
AC
89892005-05-26 Andrew Cagney <cagney@gnu.org>
8990
8991 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8992 Andrew Cagney implemented the original GDB/MI.
8993
e22e55c9
OF
89942005-05-23 Orjan Friberg <orjanf@axis.com>
8995
8996 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8997 documentation. Add documentation for cris-mode.
8998
a78e13ce
EZ
89992005-05-20 Eli Zaretskii <eliz@gnu.org>
9000
9001 * gdb.texinfo (Numbers): Explain the example and make the wording
9002 more acurate.
9003
76ff342d
DJ
90042005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9005 Dennis Brueni <dennis@slickedit.com>
9006
9007 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9008 (GDB/MI Data Manipulation, GDB/MI Program Control)
9009 (GDB/MI Stack Manipulation): Update examples to include the fullname
9010 attribute in stack frames.
9011
119b882a
EZ
90122005-05-12 Eli Zaretskii <eliz@gnu.org>
9013
9014 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9015 do with other non-standard names of init files.
9016
6fc08d32
EZ
90172005-05-11 Eli Zaretskii <eliz@gnu.org>
9018
9019 * gdb.texinfo (Command Files): Move the description of the startup
9020 from here...
9021 (Startup): ...to this new subsection of the Invocation chapter.
9022 Rearrange the description of init files more logically and add a
9023 cross-reference to "Command Files". Document the special gdbinit
9024 name for CISCO 68k. Expand the description of what GDB does
9025 during startup.
9026 (History): Add index entry for HISTSIZE.
9027
a561754a
MK
90282005-05-02 Mark Kettenis <kettenis@gnu.org>
9029
9030 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9031
2eecc4ab
EZ
90322005-05-02 Eli Zaretskii <eliz@gnu.org>
9033
9034 * gdb.texinfo (SVR4 Process Information, The isatty call)
9035 (The system call): Don't use foo(N) notation for man pages and
9036 functions.
514c4d71 9037 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9038
18999be5
EZ
90392005-04-27 Eli Zaretskii <eliz@gnu.org>
9040
9041 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9042 were optimized away.
9043
0abb7bc7
EZ
90442005-04-22 Eli Zaretskii <eliz@gnu.org>
9045
9046 * gdb.texinfo (Remote configuration): Document "set/show
9047 get-thread-local-storage-address". Add cross-reference to the
9048 description of the qGetTLSAddr packet.
9049 (General Query Packets): Mention "set remote
9050 get-thread-local-storage-address" and add a reference to its
9051 description.
9052
6f61acb1
NR
90532005-04-19 Nick Roberts <nickrob@snap.net.nz>
9054
9055 * gdb.texinfo (Backtrace): Describe 'bt full'.
9056
9d59903a
NR
90572005-04-17 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * gdb.texinfo (Mode Options): Fix typo.
9060 (GDB/MI): Describe how to invoke GDB/MI.
9061
721c2651
EZ
90622005-04-16 Eli Zaretskii <eliz@gnu.org>
9063
9064 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9065 references changed. Add description of "info udot".
721c2651
EZ
9066 (Files): Document "set/show stop-on-solib-events".
9067 (M32R/D): Document "set/show download-path", "set/show
9068 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9069 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9070 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9071 (Maintenance Commands): Improve indexing.
9072 (Target Commands): Document "set/show hash", "set/show debug
9073 monitor".
9074 (SVR4 Process Information): Document "info pidlist" and "info
9075 meminfo". Document "set/show procfs-tarce" and "set/show
9076 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9077 (Symbols, The Print Command with Objective-C): Improve indexing.
9078 (Objective-C): Add references to "info classes" and "info
9079 selectors".
c45da7e6
EZ
9080 (Debugging Output): Improve wording. Document "set/show debug
9081 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9082 (Set Breaks): Add index entry for "hardware breakpoints".
9083 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9084 and "set/show usehardbreakpoints".
9085 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9086 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9087 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9088 rdiromatzero", "set/show rdiheartbeat".
9089 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9090 "sds".
9091 (Embedded Processors): Document the "sim" command.
9092 (Remote): Document the "remote" command.
9093 (DJGPP Native): Document the "info serial" command.
9094 (Threads): Document "maint info sol-threads".
9095 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9096 (Set Breaks): Improve indexing.
9097 (Command Syntax): Add a reference to dont-repeat.
9098 (Define): Document "dont-repeat".
9099 (TUI Commands): Document "tabset".
9100 (WinCE): New subsection. Document "set/show remotedirectory",
9101 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9102
14d6dd68
EZ
91032005-04-15 Eli Zaretskii <eliz@gnu.org>
9104
9105 * gdb.texinfo (Hurd Native): New subsection, documents
9106 Hurd-specific commands.
a64548ea 9107 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9108 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9109 (MIPS): Improve documentation of heuristic-fence-post. Document
9110 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9111 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9112 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9113 (ARM): Document ARM-specific commands.
a64548ea
EZ
9114 (AVR): New section. Document "info io_registers".
9115 (CRIS): New section. Document "set/show cris-version" and
9116 "set/show cris-dwarf2-cfi".
9117 (HPPA): New section. Document "set/show debug hppa" and "maint
9118 print unwind".
a5adf40f 9119 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9120 (Super-H): New section. Document the "regs" command.
721c2651 9121 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9122
9c16f35a
EZ
91232005-04-09 Eli Zaretskii <eliz@gnu.org>
9124
9125 * gdb.texinfo (Print Settings): Document "set/show print
9126 pascal_static-members", "set print repeats", "show print
9127 null-stop". Improve indexing. Fix documentation of "set print
9128 union".
9129 (Pascal): New section.
9130 (Supported languages): Rename from "Support"; all references
9131 updated. Add a menu item for Pascal.
9132 (Numbers): Document "set radix.
9133 (Screen Size): Document "set/show pagination".
9134 (MIPS Embedded): Remove "set processor" documentation.
9135 (Remote configuration): Document "set/show X/P/Z-packet",
9136 "set/show read-aux-vector-packet", "set/show remote
9137 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9138 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9139 remotedebug", "set/show remotebreak", "set/show remotedevice",
9140 "set/show remotelogfile".
9141 (Auxiliary Vector): Add reference to the description of the
9142 read-aux-vector-packet setting.
9143 (Set Watchpoints): Add a cross-reference to "set remote
9144 hardware-breakpoint-limit".
9145 (General Query Packets): Add indexing of requests and
9146 cross-references to related commands in "Remote configuration".
9147 (File-I/O Overview, The system call): Fix wording and typos.
9148 (Thread Stops): Add index entries.
9149 (Continuing and Stepping): Document "show step-mode".
9150 (i386): New node. Document "set/show struct-convention".
9151 (Files): Document "show trust-readonly-sections".
9152 (Calling): Document "set/show unwindonsignal".
9153 (Messages/Warnings): Add index entries.
9154 (Maintenance Commands): Document "set/show watchdog".
9155 (Annotations Overview): Document "show annotate".
9156 (Set Watchpoints): Add index entries.
9157 (Symbols): Fix doc of case-sensitive.
9158 (ABI): Document "show coerce-float-to-double".
9159 (Convenience Vars, Help): Improve indexing.
9160 (Machine Code): Document "show disassembly-flavor".
9161 (Debugging C plus plus): Document "show overload-resolution".
9162 (Value History, Signaling): Add index entries.
9163
91642005-04-08 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9167 (Processes): Fix wording.
9168 (History, List, Logging output, Define, Symbols, Print Settings):
9169 Improve indexing.
9170
a8f24a35
EZ
91712005-04-03 Eli Zaretskii <eliz@gnu.org>
9172
9173 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9174 redundant index entry for "target" command.
9175 (Backtrace): Add index entries.
9176 (Symbols, Fortran): Document the "set case-sensitive" command.
9177 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9178 (Print Settings): Add index entry for "set demangle-style".
9179 (Target Commands): Document "set download-write-size".
9180 (Debugging Output): Document "set exec-done-display".
9181
09d4efe1
EZ
91822005-04-02 Eli Zaretskii <eliz@gnu.org>
9183
9184 * gdb.texinfo (Files): Fix the name and documentation of
9185 add-shared-symbol-files. Document its alias assf. Update the
9186 list of OSs where GDB supports shared libraries. Fix markup.
9187 (Continuing and Stepping): Add reference to @var{location} in the
9188 text.
9189 (Dump/Restore Files): Fix reference to @{filename}.
9190 (Help): Fix wording.
9191 (Attach): Ditto.
9192 (Set Watchpoints): Ditto.
9193 (Backtrace): Remove redundant index entries. Improve index
9194 entries.
9195 (Delete Breaks): Fix wording.
9196 (Memory): Document the compare-sections command.
9197 (Memory Region Attributes): Improve wording.
9198 (Disabling): Improve wording.
9199 (Fortran): New subsection. Document the "info common" command.
9200 (Help): Document aliases "info copying" and "info warranty".
9201 (Caching Remote Data): New section. Document the "set/show
9202 remotecache" and "info dcache" commands.
9203 (Show): Fix wording of the documentation of the "set
9204 extension-language" command.
9205 (Signals): Add index entry for "info handle".
9206 (Memory Region Attributes): Fix punctuation.
9207 (Symbols): Change the arg name to "location" and refer to it in
9208 the text. Fix wording of "info types" doc.
9209 (Threads): Fix usage of @enumerate @item's.
9210 (Listing Tracepoints): Add index entry for "info tp".
9211 (Set Watchpoints): Add xref to "info break" description.
9212 (Macros): Add an index entry for "macro exp1". Document the
9213 "macro list" command.
9214 (Maintenance Commands): Document "flushregs", "maint agent",
9215 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9216 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9217 "maint print architecture", "maint print objfiles", "maint print
9218 statistics", "maint print type", "maint show-debug-regs", "maint
9219 space", "maint time", and "maint translate-address".
9220 (Connecting): Document the "monitor" command.
9221 (Annotations Overview): Describe the "set annotate" command.
9222
82f2d802
EZ
92232005-04-01 Eli Zaretskii <eliz@gnu.org>
9224
9225 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9226 Rearrange index entries and improve wording about support for
9227 hardware watchpoints.
9228
7d51c7de
BR
92292005-03-10 Bob Rossi <bob@brasko.net>
9230
9231 * gdb.texinfo: Update copyright
9232
68c71a2e
TR
92332005-02-09 Theodore A. Roth <troth@openavr.org>
9234
9235 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9236 error.
9237
701adfb0
PA
92382005-03-07 Joel Brobecker <brobecker@adacore.com>
9239
9240 * observer.texi (executable_changed): New observer.
9241
83761cbd
KB
92422005-02-03 Kevin Buettner <kevinb@redhat.com>
9243
9244 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9245
9f1c6395
MS
92462005-01-17 Michael Snyder <msnyder@redhat.com>
9247
9248 * gdb.texinfo: Fix spelling, infinte -> infinite.
9249
fbd1b305
MK
92502005-01-08 Mark Kettenis <kettenis@gnu.org>
9251
9252 * observer.texi (GDB Observers): Document "solib_loaded".
9253
3ace7edb
AC
92542005-01-07 Andrew Cagney <cagney@gnu.org>
9255
bec39cab
AC
9256 * configure.ac: Rename configure.in, require autoconf 2.59.
9257 * configure: Re-generate.
9258
3ace7edb
AC
9259 * configure.in: Replace configdirs with multiple references to
9260 AC_CONFIG_SUBDIRS.
9261 * configure: Re-generate.
5ae4183a 9262
53531fc1
AC
92632005-01-04 Andrew Cagney <cagney@gnu.org>
9264
9265 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9266 part of the version number.
9267
536ffdb7
MK
92682004-12-24 Mark Kettenis <kettenis@gnu.org>
9269
9270 * gdbint.texinfo (Algorithms): Remove description of
9271 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9272
e1aac25b
JB
92732004-12-07 Jim Blandy <jimb@redhat.com>
9274
9275 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9276 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9277 numbers.
9278
f47b1503
AS
92792004-12-07 Andreas Schwab <schwab@suse.de>
9280
9281 * gdb.texinfo (Mode Options): Document -l option.
9282
b6b8ece6
EZ
92832004-12-04 Eli Zaretskii <eliz@gnu.org>
9284
9285 * gdbint.texinfo (Algorithms): More accurate description of
9286 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9287 is not needed unless data-read and data-access watchpoints are
9288 supported. Add a description of how GDB checks whether the
9289 inferior stopped because a watchpoint was hit.
9290
01371747
EZ
92912004-11-23 Eli Zaretskii <eliz@gnu.org>
9292
9293 * gdb.texinfo (Files): Add cross-reference to description of
9294 -readnow command-line switch.
9295
2315ffec
RC
92962004-11-10 Randolph Chung <tausq@debian.org>
9297
9298 * gdb.texinfo: Document set/show backtrace past-entry commands.
9299 Rearrange index entries for set/show backtrace past-main.
9300
69065f5d
AC
93012004-11-10 Jon Beniston <jon@beniston.com>
9302
9303 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9304 * gdb.texinfo (Remote Serial Protocol): Further describe
9305 binary transfer escaping mechanism .
69065f5d 9306
30e91e0b
RC
93072004-11-08 Randolph Chung <tausq@debian.org>
9308
9309 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9310 and "show debug infrun". Add index entries.
9311
60bf7e09
EZ
93122004-10-23 Eli Zaretskii <eliz@gnu.org>
9313
9314 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9315 "info proc" that are already implemented. Add index entries.
9316 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9317 (Files): Add a tip for decreasing memory used for symtabs from
9318 shared libraries.
f018e82f
EZ
9319 (Starting): Fix whitespace; make "elaboration" stand out where it
9320 is first used, and add an index entry for the term.
f8568604
EZ
9321 (Calling): Expand and elaborate text. Add "print". Add the
9322 description of problems with weak aliases.
384ee23f 9323 (Core File Generation): New section.
60bf7e09 9324
d52fe014
AC
93252004-10-12 Andrew Cagney <cagney@gnu.org>
9326
9327 * gdbint.texinfo (Versions and Branches): New chapter.
9328 (Releasing GDB): Delete "Versions and Branches" section.
9329 (Top): Add "Versions and Branches".
9330
703663ab
EZ
93312004-10-08 Eli Zaretskii <eliz@gnu.org>
9332
9333 * gdb.texinfo (Editing, History): Add cross-references to the
9334 included Readline and History user documentation. Remove
9335 references to the symbol have-readline-appendices which is unused
9336 and undefined.
9337 (History): Fix indexing.
9338
ac77d04f
JJ
93392004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9340
9341 * gdbint.texinfo (target_stopped_data_address): Update to
9342 new prototype.
9343 (i386_stopped_data_address): Update prototype and description.
9344 (i386_stopped_by_watchpoint): New function and description.
9345
e07c999f
PH
93462004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9347
9348 * gdb.texinfo (Filenames): Add Ada suffixes.
9349 (Ada) New section.
9350
2e868123
AC
93512004-09-27 Andrew Cagney <cagney@gnu.org>
9352 Robert Picco <Robert.Picco@hp.com>
9353
9354 * gdb.texinfo (Packets): Document the "p" packet.
9355
02a57714
JM
93562004-09-21 Jason Molenda (jmolenda@apple.com)
9357
9358 * gdb.texinfo (Paths and Names of the Source Files): Document the
9359 meaning of values in the 'desc' field of a SO stab.
9360
ae038cb0
DJ
93612004-09-20 Daniel Jacobowitz <dan@debian.org>
9362
9363 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9364 max-cache-age" and "maint show dwarf2 max-cache-age".
9365
f7dc1244
EZ
93662004-09-16 Eli Zaretskii <eliz@gnu.org>
9367
9368 * gdb.texinfo (Set Breaks): Add index entry for setting
9369 breakpoints on overloaded C++ functions that are not members of
9370 any classes. Add an example and an index entry for setting
9371 breakpoints on all program functions.
9372 (Character Sets, Macros, Overlay Commands)
9373 (Non-debug DLL symbols, GDB/MI Output Syntax)
9374 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9375 Use "(@value{GDBP})" instead of a literal "(gdb)".
9376
f810308b
AC
93772004-09-12 Andrew Cagney <cagney@gnu.org>
9378
9379 * gdbint.texinfo (Native Debugging): Delete description of
9380 FILES_INFO_HOOK.
9381
15a661f3
PH
93822004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9383
5ae4183a
AS
9384 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9385 to hex_string_custom (not historically correct, but more
15a661f3
PH
9386 understandable, given the current code).
9387
f3219c75
AC
93882004-09-03 Andrew Cagney <cagney@gnu.org>
9389
9390 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9391
f3bb6704
JJ
93922004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9393
9394 * observer.texi (solib_unloaded): New observer.
9395
8d2c00cb
AC
93962004-08-24 Andrew Cagney <cagney@gnu.org>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Add missing
9399 comma.
9400
e7dc800a
MC
94012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9402
9403 * (Using the Testsuite): build != host is supported,
9404 but some test scripts do not support build != host.
9405
73b03683
MK
94062004-08-14 Mark Kettenis <kettenis@gnu.org>
9407
9408 * gdbint.texinfo (Host Definition): Delete description of
9409 FCLOSE_PROVIDED and GETENV_PROVIDED.
9410
701adfb0
PA
94112004-08-11 Joel Brobecker <brobecker@gnat.com>
9412
9413 * gdbint.texinfo (Host Definition): Remove documentation for
9414 USE_O_NOCTTY, no longer used.
9415
c0ccb908
MK
94162004-08-05 Mark Kettenis <kettenis@chello.nl>
9417
9418 * gdbint.texinfo (Host Definition): Delete description of
9419 NO_SYS_FILE.
9420 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9421 PTRACE_FP_BUG.
9422
9c8dbfa9
AC
94232004-08-05 Andrew Cagney <cagney@gnu.org>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Delete
9426 reference to deprecated_read_fp.
9427
f42accbe
AC
94282004-08-02 Andrew Cagney <cagney@gnu.org>
9429
9430 * gdbint.texinfo (Target Architecture Definition): Delete
9431 description of DEPRECATED_REGISTER_BYTES.
9432
0b66e38c
EZ
94332004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9434
9435 * gdb.texinfo (Source Path): Document the new behavior of
9436 searching for the source files.
9437
15387254
EZ
94382004-07-17 Eli Zaretskii <eliz@gnu.org>
9439
9440 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9441 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9442 (Auto Display): Improve indexing.
9443
2c07db7a
AC
94442004-07-16 Andrew Cagney <cagney@gnu.org>
9445
9446 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9447 "-noasync".
9448
4644b6e3
EZ
94492004-07-09 Eli Zaretskii <eliz@gnu.org>
9450
9451 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9452 have the same prefix have only their prefix in the index.
9453
7561d450
MK
94542004-07-03 Mark Kettenis <kettenis@gnu.org>
9455
9456 * gdb.texinfo (BSD libkvm Interface): New node (section)
9457 (Native): Add it to the menu.
9458
67bebe79
MK
94592004-07-01 Mark Kettenis <kettenis@gnu.org>
9460
9461 * gdbint.texinfo (Target Architecture Definition): Remove
9462 PCC_SOL_BROKEN.
9463
1a6923e0
MK
94642004-06-24 Mark Kettenis <kettenis@gnu.org>
9465
9466 * gdbint.texinfo (Target Architecture Definition): Remove
9467 SUN_FIXED_LBRAC_BUG.
9468
b435e160
AC
94692004-06-26 Andrew Cagney <cagney@gnu.org>
9470
9471 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9472
b5622e8d
AC
94732004-06-20 Andrew Cagney <cagney@gnu.org>
9474
9475 * gdbint.texinfo (Target Architecture Definition): Deprecate
9476 USE_STRUCT_CONVENTION.
9477
e0c07bf0
MC
94782004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9479
9480 gdb.texinfo (Bug Reporting): Mention session recording,
9481 with the script command or Emacs.
9482
782263ab
AC
94832004-06-18 Andrew Cagney <cagney@gnu.org>
9484
9485 * gdbint.texinfo (Target Architecture Definition): Deprecate
9486 FUNCTION_START_OFFSET.
9487
03727ca6
AC
94882004-06-14 Andrew Cagney <cagney@gnu.org>
9489
9490 Based on changes from Karl Berry.
9491 * gdb.texinfo: Do not use @sc in a direntry.
9492 * stabs.texinfo: Change @dircateogry to "Software development".
9493 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9494
97092415
AC
94952004-06-13 Andrew Cagney <cagney@gnu.org>
9496
9497 * gdbint.texinfo (Target Architecture Definition): Delete
9498 description of RETURN_VALUE_ON_STACK.
9499
1f6d4158
AC
95002004-06-09 Andrew Cagney <cagney@gnu.org>
9501
9502 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9503 deleted by previous patch.
9504
d966f0cb
AC
95052004-06-08 Andrew Cagney <cagney@gnu.org>
9506
9507 * gdbint.texinfo (Native Debugging): Delete documentation on
9508 ATTACH_DETACH.
9509
86fe4aaa
RC
95102004-06-06 Randolph Chung <tausq@debian.org>
9511
9512 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9513
d4b6d575
RC
95142004-06-06 Randolph Chung <tausq@debian.org>
9515
5ae4183a 9516 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9517 the new push_dummy_call method signature. Describe the function
9518 argument.
9519
4e8b0763
JB
95202004-05-24 Joel Brobecker <brobecker@gnat.com>
9521
9522 * gdb.texinfo (Starting): Document new start command.
9523
59caf092
AC
95242004-05-21 Andrew Cagney <cagney@redhat.com>
9525
9526 * observer.texi (GDB Observers): Document "inferior_created".
9527
e4a2df64
AC
95282004-05-08 Andrew Cagney <cagney@redhat.com>
9529
e6b55ae2
AC
9530 * gdbint.texinfo (Target Architecture Definition): Delete
9531 description of DO_DEFERRED_STORES.
9532
28954179
AC
9533 * gdbint.texinfo (Target Architecture Definition): Delete
9534 references to DEPRECATED_FIX_CALL_DUMMY.
9535
434b87dd
AC
9536 * gdbint.texinfo (Target Architecture Definition): Delete
9537 description of DEPRECATED_CALL_DUMMY_WORDS,
9538 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9539
58d28df8
AC
9540 * gdbint.texinfo (Target Architecture Definition): Delete
9541 description of DEPRECATED_PUSH_DUMMY_FRAME.
9542
e4a2df64
AC
9543 * gdbint.texinfo (Target Architecture Definition): Delete
9544 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9545
2b4855ab
AC
95462004-05-07 Andrew Cagney <cagney@redhat.com>
9547
9548 * observer.texi (GDB Observers): Add "Debugging" section. Include
9549 cross reference to "set/show debug observer".
9550 * gdb.texinfo (Debugging Output): Document "set/show debug
9551 observer".
9552
fcf70625
AC
95532004-05-01 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Delete
9556 description of DEPRECATED_PC_IN_SIGTRAMP.
9557
8ee56bcf
AC
95582004-04-30 Andrew Cagney <cagney@redhat.com>
9559
9560 * gdbint.texinfo (Target Architecture Definition): Delete
9561 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9562
67ab9a76
OF
95632004-04-30 Orjan Friberg <orjanf@axis.com>
9564
9565 * observer.texi (GDB Observers): Correct spelling.
9566
79346bcb
OF
95672004-04-26 Orjan Friberg <orjanf@axis.com>
9568
9569 * observer.texi (GDB Observers): Add target_changed event.
9570
7a464420
AC
95712004-04-08 Andrew Cagney <cagney@redhat.com>
9572
9573 * observer.texi (GDB Observers): Rework, provide generic observer
9574 definitions and then a list of observable events.
9575
6cdf9d98
AC
95762004-04-04 Andrew Cagney <cagney@redhat.com>
9577
9578 * gdbint.texinfo (Host Definition): Delete reference to
9579 NO_SIGINTERRUPT.
9580
ddc135a4
AC
95812004-04-02 Andrew Cagney <cagney@redhat.com>
9582
9583 * gdbint.texinfo (Target Architecture Definition): Delete
9584 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9585
6a1b180d
SC
95862004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9587
9588 * gdb.texinfo (TUI Commands): Document tui reg commands.
9589
d0d5df6f
AC
95902004-03-26 Andrew Cagney <cagney@redhat.com>
9591
9592 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9593 "gdbtui".
9594 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9595 (Contributors): Mention both Text and Terminal User Interface.
9596
aa2a3f87
AC
95972004-03-23 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Deprecate
9600 references to SIGTRAMP_START and SIGTRAMP_END.
9601
f561f026
AC
96022004-03-23 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdbint.texinfo (Target Architecture Definition): Deprecate
9605 references to PC_IN_SIGTRAMP.
9606
33cb8b0f
AC
96072004-03-19 Andrew Cagney <cagney@redhat.com>
9608
9609 * gdbint.texinfo (Target Architecture Definition): Delete
9610 reference to GDB_TARGET_IS_HPPA.
9611
fc989b7a
AC
96122004-03-18 Andrew Cagney <cagney@redhat.com>
9613
9614 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9615 describe pre_init and post_init.
9616
701b08bb
DJ
96172004-03-09 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * gdb.texinfo (Debugging Output): Document values for "set debug
9620 target".
9621
faae5abe
AC
96222004-02-28 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9625
dd79a6cf
JJ
96262004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9627
9628 * gdb.texinfo (breakpoints): Add information about the
9629 new "set breakpoint pending" and "show breakpoint pending"
9630 commands.
9631
e7f16015
AC
96322004-02-26 Andrew Cagney <cagney@redhat.com>
9633
9634 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9635 in Per-architecture module data section.
9636
7161a3a6
RM
96372004-02-25 Roland McGrath <roland@redhat.com>
9638
9639 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9640
2154891a
AC
96412004-02-24 Andrew Cagney <cagney@redhat.com>
9642
9643 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9644 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9645 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9646
6c74ac8b
AC
96472004-02-17 Andrew Cagney <cagney@redhat.com>
9648
9649 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9650
19772a2c
AC
96512004-02-16 Andrew Cagney <cagney@redhat.com>
9652
9653 * gdbint.texinfo (Target Architecture Definition): Deprecate
9654 FRAMELESS_FUNCTION_INVOCATION.
9655
c9830293
AC
96562004-02-16 Andrew Cagney <cagney@redhat.com>
9657
9658 * gdbint.texinfo (Coding): Mention -Wunused-function.
9659
b9d26eb9
AC
96602004-02-14 Andrew Cagney <cagney@redhat.com>
9661
9662 * gdbint.texinfo (Target Architecture Definition): Delete
9663 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9664
49efadf5
EZ
96652004-02-12 Elena Zannoni <ezannoni@redhat.com>
9666
9667 * gdb.texinfo: Properly quote the name "C++".
9668 * gdbint.texinfo: Ditto.
9669 * stabs.texinfo: Ditto.
9670
1eb288ea
EZ
96712004-02-11 Elena Zannoni <ezannoni@redhat.com>
9672
9673 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9674 minimal information about libiberty.
9675
e4937fc1
MC
96762004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9677
9678 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9679
a9331b3f
RM
96802004-02-04 Roland McGrath <roland@redhat.com>
9681
9682 * gdb.texinfo (Auxiliary Vector): New node (section).
9683 (Data): Add it to the menu.
9684
2650777c
JJ
96852004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9686
9687 * gdb.texinfo (Breakpoints): Add information about pending
9688 breakpoint support.
9689
b4501125
AC
96902004-01-26 Andrew Cagney <cagney@redhat.com>
9691
9692 * gdb.texinfo (Overview): Delete references to the cisco protocol
9693 including the "N" response.
9694
74055713
AC
96952004-01-26 Andrew Cagney <cagney@redhat.com>
9696
9697 * gdbint.texinfo (Target Architecture Definition): Rename
9698 EXTRACT_STRUCT_VALUE_ADDRESS to
9699 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9700
3bbe9696
EZ
97012004-01-24 Eli Zaretskii <eliz@gnu.org>
9702
9703 * gdb.texinfo (KOD): Document "show os". Add index entries for
9704 "set/show os" and "info cisco" commands.
9705
5843504f
EZ
97062004-01-21 Eli Zaretskii <eliz@gnu.org>
9707
9708 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9709
9175c9a3
MC
97102004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9711
9712 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9713 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9714
8e94b928
NR
97152004-01-19 Nick Roberts <nick@nick.uklinux.net>
9716
9717 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9718 -stack-list-locals.
9719 (GDB/MI Variable Objects): Describe extension to
9720 -var-list-children.
9721
a20cf136
DJ
97222004-01-17 Daniel Jacobowitz <drow@mvista.com>
9723
9724 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9725
afb18d0f
AC
97262004-01-17 Andrew Cagney <cagney@redhat.com>
9727
9728 * gdbint.texinfo (Target Architecture Definition): Delete
9729 documentation on DEPRECATED_NPC_REGNUM.
9730
b51970ac
DJ
97312004-01-13 Daniel Jacobowitz <drow@mvista.com>
9732
9733 * gdb.texinfo: Update copyright year. Mention that set
9734 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9735 "set follow-fork-mode ask".
9736
0f0cffd2
AC
97372004-01-13 Andrew Cagney <cagney@redhat.com>
9738
9739 * gdbint.texinfo: Update copyright year.
9740 (Coding): Add -Wunused-label to list of -Werror warnings.
9741
c552b3bb 97422004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9743 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9744
9745 * gdb.texinfo: Update copyright.
9746 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9747 around names, as appropriate. Minor syntax cleanup of
9748 _NSPrintForDebugger explanation. Two spaces after periods.
9749 GDBN used instead of lit. "gdb". Index entries added for
9750 print-object and _NSPrintForDebugger. @noindent added in one spot.
9751
afe157ca
EZ
97522003-11-11 Elena Zannoni <ezannoni@redhat.com>
9753
9754 * stabs.texinfo: Add dircategory and direntry commands.
9755 * annotate.texinfo: Ditto.
9756
963e2bb7
AC
97572003-11-10 Andrew Cagney <cagney@redhat.com>
9758
9759 * gdbint.texinfo (Target Architecture Definition): Replace the
9760 return_value method's "inval" and "outval" parameters with
9761 "readbuf" and "writebuf".
9762
1d8b2f28
JB
97632003-10-28 Jim Blandy <jimb@redhat.com>
9764
9765 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9766 from "The `F' request packet" and "The `F' reply packet", to make
9767 texi2dvi happy.
9768 (File-I/O remote protocol extension): Update menu entries, too.
9769
36d86913
MC
97702003-10-26 Michael Chastain <mec@shout.net>
9771
9772 * gdb.texinfo (Thread Stops): Document the issue with
9773 premature return from system calls in multi-threaded programs.
9774
ce2826aa
AC
97752003-10-24 Andrew Cagney <cagney@redhat.com>
9776
9777 * annotate.texinfo: Fix "fortunatly"[sic].
9778
f24c5e49
KI
97792003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9780
9781 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9782 with "Hitachi" and "Mitsubishi".
9783
92ad9cd9
AC
97842003-10-20 Andrew Cagney <cagney@redhat.com>
9785
9786 * gdbint.texinfo (Target Architecture Definition): Document
9787 gdbarch_return_value. Add cross references from
9788 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9789 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9790
0ab4b752
MK
97912003-10-18 Mark Kettenis <kettenis@gnu.org>
9792
9793 * gdbint.texinfo (Target Architecture Definition): Document
9794 regset_from_core_section.
fb3e19c0
KI
9795
97962003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9797
9798 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9799
a9331b3f 98002003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
9801
9802 From Anthony Green <green@redhat.com>:
5ae4183a 9803 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 9804
1485d690
KB
98052003-10-14 Kevin Buettner <kevinb@redhat.com>
9806
889bf7c5
PA
9807 * gdb.texinfo (Breakpoint related warnings): New node.
9808 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 9809
86d30acc
DJ
98102003-10-13 Daniel Jacobowitz <drow@mvista.com>
9811
9812 * gdb.texinfo (Remote Protocol): Document v and vCont.
9813
172c2a43
KI
98142003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9815
9816 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9817 * gdbint.texinfo: Ditto.
9818
71952f4c
AC
98192003-10-09 Andrew Cagney <cagney@redhat.com>
9820
9821 From 2003-09-18 David Anderson <davea@sgi.com>:
9822 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9823 "command".
9824
268e2188
AC
98252003-10-03 Andrew Cagney <cagney@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Deprecate
9828 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9829 just target.
9830
12c266ea 98312003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 9832
f30992d4 9833 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
9834 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9835 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9836 * gdbint.texinfo (Target Architecture Definition): Rename
9837
98382003-09-30 Andrew Cagney <cagney@redhat.com>
9839
f30992d4 9840 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 9841 (Target Architecture Definition):
f30992d4 9842
2e092625
AC
9843 * gdbint.texinfo (Target Architecture Definition): Rename
9844 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9845
0717ae8a
AC
98462003-09-29 Andrew Cagney <cagney@redhat.com>
9847
dad809b7
AC
9848 * gdbint.texinfo (Target Architecture Definition): Delete
9849 documentation for NEED_TEXT_START_END.
9850
0717ae8a
AC
9851 * gdbint.texinfo (Target Architecture Definition): Rename
9852 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9853 TARGET_WRITE_PC.
a9331b3f 9854
af6cf26d
MC
98552003-09-22 Michael Chastain <mec@shout.net>
9856
9857 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9858
ee206350
AG
98592003-09-21 Anthony Green <green@redhat.com>
9860
9861 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9862
a38c9fe6
MK
98632003-09-21 Mark Kettenis <kettenis@gnu.org>
9864
9865 * gdbint.texinfo (Target Architecture Definition): Document
9866 stabs_argument_has_addr.
9867
77949794
AC
98682003-09-18 Andrew Cagney <cagney@redhat.com>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Delete
9871 documentation on REGISTER_NAMES.
9872
8e823e25
MK
98732003-09-13 Mark Kettenis <kettenis@gnu.org>
9874
9875 * gdbint.texinfo (Target Architecture Definition): Replace
9876 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9877
f27dd7fd
AC
98782003-09-11 Andrew Cagney <cagney@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Replace
9881 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9882
8b148df9
AC
98832003-08-18 Andrew Cagney <cagney@redhat.com>
9884
9885 * gdbint.texinfo (Target Architecture Definition): Document
9886 "frame_red_zone_size".
9887
25d29d70
AC
98882003-08-09 Andrew Cagney <cagney@redhat.com>
9889
9890 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9891 with "set/show backtrace past-main" and "set/show backtrace
9892 limit".
9893
c938e9b0
L
98942003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9895
9896 * Makefile.in (install-info): Support DESTDIR.
9897 (install-html): Likewise.
9898
64fabec2
AC
98992003-08-07 Andrew Cagney <cagney@redhat.com>
9900
9901 Patch from Nick Roberts.
9902 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9903 bindings. Remove description of send-gdb-command.
9904
2fcf52f0
AC
99052003-08-07 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9908 GDB 6.0.
9909
086432e2
AC
99102003-08-06 Andrew Cagney <cagney@redhat.com>
9911
9912 * gdb.texinfo (Mode Options): Mention that level three is the
9913 highest available and that level 2 is deprecated.
9914 (Annotations Overview): Mention annotation levels. Cross reference
9915 to "Limitations of the Annotation Interface" in annotate.texi.
9916 (TODO, Value Annotations, Frame Annotations): Delete section.
9917 (Displays, Breakpoint Info): Delete.
9918
e5249f67
AC
99192003-08-04 Andrew Cagney <cagney@redhat.com>
9920
9921 * agentexpr.texi: Delete @bye.
9922 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9923 (stabs.info): Add $(srcdir) to include search path.
9924 (html): Depend on "annotate_toc.html", and not "annotate.html".
9925 * stabs.texinfo: Ditto. Include "fdl.texi".
9926 * gdbint.texinfo: Update copyright statement's list of invariant
9927 sections.
9928
e6f672d2
AC
99292003-07-28 Andrew Cagney <cagney@redhat.com>
9930
9931 * Makefile.in (INFO_DEPS): Add annotate.info.
9932 (dvi, ps, html, pdf): Add annotate.
9933 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9934 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9935 (ANNOTATE_DOC_FILES): New macro.
9936 (ANNOTATE_TEX_TMPS): New macro.
9937 (annotate.info, annotate_toc.html): Specify dependencies.
9938 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9939 * annotate.texinfo: Rename annotate.texi. Get building. Add
9940 "Migrating to GDB/MI" and "Limitations of the Annotation
9941 Interface" chapters. Mention why it is not part of the user
9942 guide. Update copyright notice. Include "fdl.texi".
9943
72ffddc9
SC
99442003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9945
9946 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9947
a9f12a31
DJ
99482003-07-24 Daniel Jacobowitz <drow@mvista.com>
9949
9950 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9951
b1fe9455
DJ
99522003-07-24 Daniel Jacobowitz <drow@mvista.com>
9953
9954 * gdb.texinfo (Server): Mention pidof.
9955
153721e6
AC
99562003-07-22 Andrew Cagney <cagney@redhat.com>
9957
9958 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9959 list.
9960
0fac0b41
DJ
99612003-06-28 Daniel Jacobowitz <drow@mvista.com>
9962
9963 * gdb.texinfo (Logging output): New chapter.
9964
4e562065
JB
99652003-06-24 Joel Brobecker <brobecker@gnat.com>
9966
9967 * gdb.texinfo (Unsupported languages): New section.
9968 (Languages): Add link to new section.
9969
f2c06f52
AC
99702003-06-22 Andrew Cagney <cagney@redhat.com>
9971
9972 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9973
b4177fca
DJ
99742003-06-22 Daniel Jacobowitz <drow@mvista.com>
9975
9976 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9977
f418dd93
DJ
99782003-06-22 Daniel Jacobowitz <drow@mvista.com>
9979
9980 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9981 * agentexpr.texi: Retitle section, and change it to an appendix.
9982 Comment out texinfo initialization. Factor a @var{} into two
9983 pieces to prevent makeinfo warnings.
9984 * gdb.texinfo: Add Agent Expressions appendix.
9985
4ca61388
DJ
99862003-06-19 Daniel Jacobowitz <drow@mvista.com>
9987
9988 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9989
07f31aa6
DJ
99902003-06-18 Daniel Jacobowitz <drow@mvista.com>
9991
5ae4183a 9992 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
9993 remote target". Document the "detach" and "disconnect" commands.
9994 (Server, Netware, Debug Session): Reference "Connecting to a
9995 remote target".
9996 (GDB/MI Target Manipulation): Document "-target-disconnect".
9997
2dd0da42
AC
99982003-06-13 Andrew Cagney <cagney@redhat.com>
9999
10000 * gdbint.texinfo (Target Architecture Definition): Deprecate
10001 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10002 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10003
e7a3abfc
JB
100042003-06-09 Jim Blandy <jimb@redhat.com>
10005
10006 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10007
25e3a86b
AC
100082003-06-08 Andrew Cagney <cagney@redhat.com>
10009
10010 * gdbint.texinfo (Target Architecture Definition): Delete
10011 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10012
a9e5fdc2
AC
100132003-06-08 Andrew Cagney <cagney@redhat.com>
10014
10015 * gdbint.texinfo (Target Architecture Definition): Document
10016 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10017
b37303ee
AF
100182003-06-07 Adam Fedor <fedor@gnu.org>
10019
10020 * gdb.texinfo: Add Objective-C documentation.
10021
39fe6e80
AC
100222003-06-01 Andrew Cagney <cagney@redhat.com>
10023
10024 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10025 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10026
125309b2
AC
100272003-05-21 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdbint.texinfo (Target Architecture Definition): Delete
10030 references to "extract_address" and "store_address".
10031
b8b527c5
AC
100322003-05-16 Andrew Cagney <cagney@redhat.com>
10033
10034 * gdbint.texinfo (Target Architecture Definition): Replace
10035 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10036 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10037
50e3ee83
TR
100382003-05-14 Theodore A. Roth <troth@openavr.org>
10039
10040 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10041
44e2be90
L
100422003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10043
10044 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10045 (gdb.dvi): Likewise.
10046 (gdb.pdf): Likewise.
10047 (links2roff): Likewise.
10048
df5215a6
JB
100492003-05-08 Jim Blandy <jimb@redhat.com>
10050
10051 * gdb.texinfo (Dump/Restore Files): Update documentation for
10052 'dump', 'append', and 'restore': note that format argument is
10053 optional; simplify presentation of the command variants; and be
10054 more precise about the formats.
10055
5e7b2f39
JB
100562003-05-07 Jim Blandy <jimb@redhat.com>
10057
10058 * gdb.texinfo (Symbols): Update documentation: 'maint list
10059 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10060 symtabs' and 'maint info psymtabs'.
10061
b1e29e33
AC
100622003-05-05 Andrew Cagney <cagney@redhat.com>
10063
10064 * gdbint.texinfo (Target Architecture Definition): Make
10065 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10066 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10067 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10068
00905d52
AC
100692003-05-04 Andrew Cagney <cagney@redhat.com>
10070
10071 * gdb.texinfo (Maintenance Commands): Document "maint print
10072 dummy-frames".
10073
54ff5908
AC
100742003-05-04 Andrew Cagney <cagney@redhat.com>
10075
10076 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10077
32e7087d
JB
100782003-05-03 J. Brobecker <brobecker@gnat.com>
10079
10080 Thierry Schneider <tpschneider1@yahoo.com>
10081 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10082 for new MI command.
10083
7043d8dc
AC
100842003-05-03 Andrew Cagney <cagney@redhat.com>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Document
10087 push_dummy_code. Add cross references.
10088
e33d66ec
EZ
100892003-05-02 Elena Zannoni <ezannoni@redhat.com>
10090
10091 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10092 set/show charsets commands.
10093
0ba6dca9
AC
100942003-04-28 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Replace
10097 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10098 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10099
d7a27068
AC
101002003-04-28 Andrew Cagney <cagney@redhat.com>
10101
10102 * gdbint.texinfo (Target Architecture Definition): Rename
10103 "tm_print_insn" to "deprecated_tm_print_insn".
10104
44ea7b70
JB
101052003-04-09 Jim Blandy <jimb@redhat.com>
10106
10107 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10108 list psymtabs'.
10109
fb8f8949
AC
101102003-04-08 Andrew Cagney <cagney@redhat.com>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Delete
10113 references to EXTRA_FRAME_INFO.
10114
32fb0f22
AC
101152003-04-08 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdbint.texinfo (Target Architecture Definition): Delete
10118 PRINT_TYPELESS_INTEGER.
10119
6be67e67
JB
101202003-04-02 J. Brobecker <brobecker@gnat.com>
10121
10122 * observer.texi (GDB Observers): Adjust the documentation for the
10123 normal_stop notification to better describe reality. Fix a couple
10124 of minor typos.
10125
4e35d5f0
BR
101262003-04-02 Bob Rossi <bob_rossi@cox.net>
10127
a9331b3f 10128 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10129 '-file-list-exec-source-file'
10130
e8a8712a
AC
101312003-03-31 Andrew Cagney <cagney@redhat.com>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Delete
10134 references to CALL_DUMMY_P.
10135
6c0e89ed
AC
101362003-03-30 Andrew Cagney <cagney@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Remove
10139 reference to TARGET_WRITE_SP.
a9331b3f 10140
378bfd1b
AC
101412003-03-27 Andrew Cagney <cagney@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Remove
10144 references to write_sp.
6c0e89ed 10145
922fbb7b
AC
101462003-03-27 Andrew Cagney <cagney@redhat.com>
10147
10148 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10149 chapter body. Use @smallexample instead of @example.
10150 (Annotations): Ditto.
10151 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10152 annotate.texi.
10153
b81774d8
AC
101542003-03-26 Andrew Cagney <cagney@redhat.com>
10155
10156 * gdbint.texinfo (Target Architecture Definition): Replace
10157 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10158 dummy_addr parameters.
10159
1bf6d5cc
AC
101602003-03-25 Andrew Cagney <cagney@redhat.com>
10161
10162 * gdbint.texinfo (Target Architecture Definition): Delete
10163 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10164 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10165 Add reference to PUSH_ARGUMENTS.
10166
618ce49f
AC
101672003-03-23 Andrew Cagney <cagney@redhat.com>
10168
10169 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10170 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10171
bcd7e15f
JB
101722003-03-18 J. Brobecker <brobecker@gnat.com>
10173
10174 * gdbint.texinfo (Algorithms): Add new section describing the
10175 Observer paradigm.
10176 (Top): Add menu entry to new observer appendix.
10177 * observer.texi: New file.
10178 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10179 new observer.texi file.
10180
9fe8321b
AC
101812003-03-17 Andrew Cagney <cagney@redhat.com>
10182
10183 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10184 that GNU Press update the manual version number.
10185
ac2adee5
AC
101862003-03-12 Andrew Cagney <cagney@redhat.com>
10187
10188 * gdbint.texinfo (Target Architecture Definition): Delete
10189 references to get_saved_register. Rename GET_SAVED_REGISTER to
10190 DEPRECATED_GET_SAVED_REGISTER.
10191
749b82f6
AC
101922003-03-13 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Replace
10195 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10196
8bedc050
AC
101972003-03-12 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Rename
10200 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10201
0ce1b118
CV
102022003-03-10 Corinna Vinschen <vinschen@redhat.com>
10203
10204 * gdb.texinfo: Add File-I/O documentation.
10205
12cc2063
AC
102062003-03-10 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbint.texinfo (Target Architecture Definition): Cross reference
10209 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10210
7453dc06
AC
102112003-03-07 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10214 frame" command.
10215
6314f104
AC
102162003-03-05 Andrew Cagney <cagney@redhat.com>
10217
10218 * gdbint.texinfo (Target Architecture Definition): Document
10219 unwind_dummy_id. Cross reference unwind_dummy_id and
10220 SAVE_DUMMY_FRAME_TOS.
10221
f1212245
DJ
102222003-03-05 James Ingham <jingham@apple.com>
10223 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10226 and "show cp-abi".
10227
77e7e267
AC
102282003-03-03 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbint.texinfo (Target Architecture Definition): Document
10231 register_type.
10232
838a8221
AC
102332003-03-03 Andrew Cagney <cagney@redhat.com>
10234
10235 * stabs.texinfo (Structures): Use @samp and separate @var's
10236 instead of a single @var containing a comma separated list.
10237 (Unions): Ditto.
10238
d7f4a264
DJ
102392003-03-02 Daniel Jacobowitz <drow@mvista.com>
10240
10241 * Makefile.in (distclean): Remove config.log.
10242
f30ee0bc
AC
102432003-03-01 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdbint.texinfo (Target Architecture Definition): Rename
10246 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10247
102482003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10249
10250 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10251 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10252
be448670
CF
102532003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10254
10255 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10256 (Non-debug DLL symbols): New node, describing the minimal symbols
10257 loaded from DLLs without real debugging symbols.
10258
501eef12
AC
102592003-02-20 Andrew Cagney <ac131313@redhat.com>
10260
10261 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10262 hardware-breakpoint-limit".
10263 (Set Watchpoints): Add cross reference to "set remote
10264 hardware-watchpoint-limit".
10265 (Remote configuration options): New section.
10266
21c294e6
AC
102672003-02-04 Andrew Cagney <ac131313@redhat.com>
10268
e9be73e4
AC
10269 * gdbint.texinfo (Target Architecture Definition): Delete
10270 descrption of IS_TRAPPED_INTERNALVAR.
10271
21c294e6
AC
10272 From Keith Seitz <keiths@redhat.com>:
10273 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10274 option "-i"/"--interpreter" to this chapter. Include index
10275 entries.
10276
0179ffac
DC
102772003-02-04 David Carlton <carlton@math.stanford.edu>
10278
10279 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10280 (Variables): Recommend stabs+ and DWARF 2.
10281 (C plus plus expressions): Correct info about
10282 compiler versions, debug formats.
10283 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10284 PR symtab/874.
10285
7ca9f392
AC
102862003-02-01 Andrew Cagney <ac131313@redhat.com>
10287
10288 * gdbint.texinfo (Target Architecture Definition): Delete
10289 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10290 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10291 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10292 references to nindy and i960.
10293 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10294
31a85ea2
AC
102952003-02-01 Andrew Cagney <ac131313@redhat.com>
10296
10297 * gdbint.texinfo (Target Architecture Definition): Delete
10298 FLOAT_INFO.
10299
6b894e49
AC
103002003-01-30 Andrew Cagney <ac131313@redhat.com>
10301
10302 * stabs.texinfo (Member Type Descriptor): Clarify description of
10303 `@'. Suggested by Ben Hutchings.
10304
c48861fb
AC
103052003-01-29 Andrew Cagney <ac131313@redhat.com>
10306
10307 * gdb.texinfo (M68K): Delete reference to es1800.
10308
617073a9
AC
103092003-01-29 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdb.texinfo (Maintenance Commands): Document `maint print
10312 reggroups' and `maint print register-groups'.
10313 * gdbint.texinfo (Target Architecture Definition): Document
10314 register_reggroup_p.
10315
5b5d99cf
JB
103162003-01-23 Jim Blandy <jimb@redhat.com>
10317
10318 * gdb.texinfo (Separate Debug Files): New section.
10319
e7ba9c65
DJ
103202003-01-22 Daniel Jacobowitz <drow@mvista.com>
10321
10322 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10323 and "maint show profile".
10324
94e91d6d
MC
103252003-01-16 Michael Chastain <mec@shout.net>
10326
10327 * gdb.texinfo (Installing GDB): Warn against
10328 ".../gdb-VERSION/gdb/configure".
10329 (Separate Objdir): Likewise.
10330
867f3898
AC
103312003-01-15 Andrew Cagney <ac131313@redhat.com>
10332
10333 * gdbint.texinfo (Target Architecture Definition): Delete
10334 definition of PRINT_REGISTER_HOOK.
10335
f153cc92
EZ
103362003-01-15 Elena Zannoni <ezannoni@redhat.com>
10337
10338 (OpenRISC 1000): Fix formatting of command names.
10339
c60eb6f1
EZ
103402003-01-15 Elena Zannoni <ezannoni@redhat.com>
10341
10342 * gdb.texinfo (Continuing and Stepping): Add new command
10343 'advance'. Clarify behavior of 'until'.
10344
f5ebfba0
DJ
103452003-01-13 Daniel Jacobowitz <drow@mvista.com>
10346
10347 * gdb.texinfo (Files): Document solib-absolute-prefix and
10348 solib-search-path.
10349
4ce8657e
MC
103502003-01-09 Michael Chastain <mec@shout.net>
10351
10352 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10353 (Create a Release): Add new instructions for new @file{src-release}.
10354 Document existing instructions for @file{Makefile.in} as
10355 being for @value{GDBN} 5.3.1 or earlier.
10356
372613e3
AC
103572003-01-09 Andrew Cagney <ac131313@redhat.com>
10358
10359 * gdbint.texinfo (Target Architecture Definition): Mention
10360 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10361 allocate memory.
10362
b4e9345d
DJ
103632003-01-04 Daniel Jacobowitz <drow@mvista.com>
10364
10365 * gdb.texinfo (Controlling GDB): Add @kindex for
10366 "show osabi".
10367 (Backtraces): Add @kindex's for backtrace-below-main.
10368
98b45e30
DJ
103692003-01-04 Daniel Jacobowitz <drow@mvista.com>
10370
10371 * gdb.texinfo (Controlling GDB): Document "set osabi".
10372
95f90d25
DJ
103732003-01-04 Daniel Jacobowitz <drow@mvista.com>
10374
10375 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10376 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10377
1e698235
DJ
103782003-01-04 Daniel Jacobowitz <drow@mvista.com>
10379
10380 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10381 "set coerce-float-to-double".
10382 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10383
e632838e
AC
103842003-01-02 Andrew Cagney <ac131313@redhat.com>
10385
10386 * stabs.texinfo: Remove obsolete text.
10387 * gdbint.texinfo: Ditto.
10388 * gdb.texinfo: Ditto.
10389
701adfb0
PA
103902002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10391
10392 * fdl.texi: Revert the last change.
10393
c133ab7a
MK
103942002-12-22 Mark Kettenis <kettenis@gnu.org>
10395
10396 * gdbint.texinfo (Target Architecture Definition): Update
10397 description of gdbarch_register_osabi.
10398
f821f325
KH
103992002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10400
10401 * agentexpr.texi: Fix typos.
10402 * annotate.texi: Likewise.
10403 * fdl.texi: Likewise.
10404
85a6d8d3 104052002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10406
10407 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10408 DEPRECATED_INIT_FRAME_PC.
10409
ae45cd16
AC
104102002-12-01 Andrew Cagney <ac131313@redhat.com>
10411
10412 * gdbint.texinfo (Target Architecture Definition): Delete
10413 PC_IN_CALL_DUMMY.
10414
07555a72
AC
104152002-11-28 Andrew Cagney <ac131313@redhat.com>
10416
10417 * gdbint.texinfo (Host Definition): Delete documentation on
10418 USE_GENERIC_DUMMY_FRAMES.
10419
c166cdc7
EZ
104202002-11-26 Elena Zannoni <ezannoni@redhat.com>
10421
5ae4183a 10422 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10423 * Makefile.in (install-info): Run the install-info command as part
10424 of the post install steps only.
10425 (uninstall-info): New target.
10426 (uninstall): New target.
10427
35db0260
EZ
104282002-11-22 Elena Zannoni <ezannoni@redhat.com>
10429
10430 * Makefile.in (install): Make install do some real work.
10431
9ba8d803
AC
104322002-11-19 Andrew Cagney <ac131313@redhat.com>
10433
10434 Fix POSIX problem reported by Paul Eggert.
10435 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10436 Fix PR gdb/527.
10437
903ad3a6
AC
104382002-10-26 Andrew Cagney <cagney@redhat.com>
10439
10440 * gdbint.texinfo (Target Architecture Definition): Delete
10441 definition of DO_REGISTERS_INFO.
10442
f2abfe65
KB
104432002-10-18 Kevin Buettner <kevinb@redhat.com>
10444
10445 * gdbint.texinfo (Address Classes): Fix problems with insertion
10446 of ``{'' and ``}'' in example.
10447
b5b0480a
KB
104482002-10-17 Kevin Buettner <kevinb@redhat.com>
10449
10450 * gdbint.texinfo (Address Classes): New section.
10451 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10452 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10453 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10454 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10455
c85508ee
KD
104562002-10-11 Klee Dienes <kdienes@apple.com>
10457
10458 * gdb.texinfo (Registers): Mention vector registers as well as
10459 floating registers in the documentation for 'info registers' and
10460 'info all-registers'.
10461
6d12fc3d
DJ
104622002-10-11 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10465
8d19fbd2
JJ
104662002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10467
10468 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10469 interface definition.
10470
a37295f9
MM
104712002-10-03 Marko Mlinar <markom@opencores.org>
10472
10473 * gdb.texinfo (Target Commands): Add or1k target specific
10474 commands.
10475 * gdb.texinfo (Contributors): Add myself to the contributors list.
10476
da0f9dcd
AC
104772002-10-01 Andrew Cagney <ac131313@redhat.com>
10478
10479 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10480 and "mi1" instead of "mi1" and "mi0".
10481
2e834e49
HPN
104822002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10483
10484 * gdb.texinfo (Packets): Fix typos "alligned".
10485 Correct z3/Z3 description. Correct z4/Z4 title.
10486
050be0dc
AC
104872002-09-27 Andrew Cagney <ac131313@redhat.com>
10488
10489 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10490
1104b9e7
KB
104912002-09-25 Kevin Buettner <kevinb@redhat.com>
10492
10493 * gdb.texinfo: Use GNU/Linux instead of Linux.
10494
512217c7
AC
104952002-09-25 Andrew Cagney <ac131313@redhat.com>
10496
10497 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10498
10998722
AC
104992002-09-24 Andrew Cagney <ac131313@redhat.com>
10500
512217c7 10501 * gdb.texinfo: Replace @example with @smallexample.
10998722 10502
a0eb71c5
KB
105032002-09-20 Kevin Buettner <kevinb@redhat.com>
10504
f7dc1244 10505 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10506 * gdb.texinfo (Character Sets): Use @smallexample instead of
10507 @example. Use GNU/Linux instead of Linux.
10508
105092002-09-20 Jim Blandy <jimb@redhat.com>
10510
10511 * gdb.texinfo: Add character set documentation.
10512
701adfb0
PA
105132002-09-20 George Helffrich <george@gly.bris.ac.uk>
10514
10515 * gdb.texinfo: Document edit command.
10516
2f870471
AC
105172002-09-19 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10520 (Packets): Add cross reference from `b' packet to `z' packets.
10521
790eb8f5
AC
105222002-09-19 Andrew Cagney <ac131313@redhat.com>
10523
8d30a00d
AC
10524 * gdb.texinfo (Maintenance Commands): Document ``maint
10525 internal-error'' and ``maint internal-warning''.
10526
790eb8f5
AC
10527 * gdbint.texinfo (Target Architecture Definition): Revise
10528 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10529
a23a7bf1
JB
105302002-09-19 Joel Brobecker <brobecker@gnat.com>
10531
10532 * gdbint.texinfo (Target Conditionals): Document the new
10533 NAME_OF_MALLOC macro.
10534
299ffc64
AC
105352002-09-05 Andrew Cagney <ac131313@redhat.com>
10536
10537 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10538 engineer.
10539
b7bb15bc
SC
105402002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10541
10542 * gdb.texinfo (TUI Overview): Document status line fields.
10543
3d757584
SC
105442002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10545
10546 * gdb.texinfo (TUI Commands): Document info win command.
10547
269c21fe
SC
105482002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10549
10550 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10551
7cf36c78
SC
105522002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10553
10554 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10555 (TUI Keys): Likewise.
10556
d2c6833e
AC
105572002-08-25 Andrew Cagney <ac131313@redhat.com>
10558
10559 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10560 for a packet receive.
10561
46d8b1c3
AC
105622002-08-25 Andrew Cagney <ac131313@redhat.com>
10563
10564 * Makefile.in (clean): Move to end of file.
10565 (distclean, maintainer-clean, realclean): Ditto.
10566 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10567 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10568 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10569 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10570
b0787093
AC
105712002-08-24 Andrew Cagney <ac131313@redhat.com>
10572
10573 * Makefile.in (GDBINT_TEX_TMPS): Define.
10574 (gdbint.dvi, gdbint.pdf): Use
10575 (GDB_TEX_TMPS): Define.
10576 (gdb.dvi, gdb.pdf): Use.
10577 (STABS_TEX_TMPS): Define.
10578 (stabs.dvi, stabs.pdf): Use.
10579 (GDB_DOC_SOURCE_INCLUDES): New macros.
10580 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10581 (GDBINT_DOC_FILES_INCLUDES): New macros.
10582 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10583 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10584 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10585 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10586 (links2roff): Replace SFILES_INCLUDED with
10587 GDB_DOC_SOURCE_INCLUDES.
10588 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10589 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10590 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10591 dependencies.
10592 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10593 dependencies.
10594 (gdbmi.texinfo): Delete rule.
10595 (inc-hist.texinfo): Delete rule.
10596 (rluser.texinfo): Delete rule.
10597
ebba8386
AC
105982002-08-23 Andrew Cagney <cagney@redhat.com>
10599
10600 * gdbint.texinfo (Target Architecture Definition): Update
10601 STORE_RETURN_VALUE, mention regcache.
10602
0ab7a791
AC
106032002-08-21 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdbint.texinfo (Target Architecture Definition): Document
10606 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10607
ee2d5c50
AC
106082002-08-19 Andrew Cagney <ac131313@redhat.com>
10609
10610 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10611 Fix minor typos. Add index entries.
10612
53c69bd7
AC
106132002-08-18 Andrew Cagney <ac131313@redhat.com>
10614
10615 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10616
e76f1f2e
AC
106172002-08-15 Andrew Cagney <ac131313@redhat.com>
10618
10619 * gdbint.texinfo (Target Architecture Definition): Document
10620 PRINT_VECTOR_INFO.
10621 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10622
0680b120
AC
106232002-08-13 Andrew Cagney <ac131313@redhat.com>
10624
10625 * gdb.texinfo (Maintenance Commands): Document "maint print
10626 registers", "maint print raw-registers" and "maint print
10627 cooked-registers".
10628
3c3bea1c
GS
106292002-08-08 Grace Sainsbury <graces@redhat.com>
10630
a9331b3f 10631 From Mark Salter:
3c3bea1c
GS
10632 * gdb.texinfo (Protocol): Document T packet extension to
10633 allow watchpoint address reporting.
10634
42f9b0a5
AC
106352002-08-03 Andrew Cagney <ac131313@redhat.com>
10636
10637 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10638
db034ac5
AC
106392002-08-01 Andrew Cagney <cagney@redhat.com>
10640
10641 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10642 to CHILL.
10643
e2b28d04
AC
106442002-08-01 Andrew Cagney <ac131313@redhat.com>
10645
10646 * gdbint.texinfo (Coding): Revise section "Include Files".
10647
7fb623f7
AC
106482002-07-24 Andrew Cagney <cagney@redhat.com>
10649
10650 * gdbint.texinfo: Obsolete references to m88k.
10651 * gdb.texinfo: Ditto.
10652
4a2b4636
JB
106532002-07-10 Joel Brobecker <brobecker@gnat.com>
10654
7fb623f7 10655 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10656 where the proper version of autoconf can be retrieved.
10657
a71ec265
DH
106582002-07-09 Don Howard <dhoward@redhat.com>
10659
10660 * gdb.texinfo (Command Files): Further describe the behavior of
10661 sourced command files.
10662
b9aa90c9
AC
106632002-06-27 Andrew Cagney <ac131313@redhat.com>
10664
10665 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10666 (Coding): Clarify ISO C version that GDB assumes.
10667
40dd2248
TT
106682002-06-26 Tom Tromey <tromey@redhat.com>
10669
10670 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10671 add_setshow_cmd_full.
10672
bfac230e
DH
106732002-06-25 Don Howard <dhoward@redhat.com>
10674
10675 * gdb.texinfo (Memory Region Attributes): Document new behavior
10676 for 'mem' command.
10677
475b0867
JB
106782002-06-11 Jim Blandy <jimb@redhat.com>
10679
919d772c
JB
10680 * gdb.texinfo (Symbols): Update documentation for `info source'
10681 command.
10682
475b0867
JB
10683 * gdb.texinfo (Macros): Call the command `info macro', not
10684 `show macro'.
10685
ba8c9337
AC
106862002-06-09 Andrew Cagney <ac131313@redhat.com>
10687
10688 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10689 data''.
10690
1029b7fa
MK
106912002-06-09 Mark Kettenis <kettenis@gnu.org>
10692
10693 * gdbint.texinfo (Target Architecture Definition): Document
10694 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10695
16737d73
AC
106962002-06-08 Andrew Cagney <ac131313@redhat.com>
10697
10698 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10699 lists.
10700
30107679
AC
107012002-06-08 Andrew Cagney <ac131313@redhat.com>
10702
10703 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10704 Branch''.
10705
3352e23e
AC
107062002-06-01 Andrew Cagney <ac131313@redhat.com>
10707
10708 * gdbint.texinfo (Target Architecture Definition): Add section
10709 ``Converting an existing Target Architecture to Multi-arch''.
10710
cbb09e6a
AC
107112002-05-30 Andrew Cagney <ac131313@redhat.com>
10712
10713 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10714 to ``Obsoleting code''. Revise.
10715
701adfb0
PA
107162002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10717
10718 * gdbint.texinfo: Document new generic OS ABI framework.
10719
e2e0bcd1
JB
107202002-05-17 Jim Blandy <jimb@redhat.com>
10721
10722 * gdb.texinfo (C Preprocessor Macros): New chapter.
10723 Include it in the main menu.
10724 (Contributors): Credit Jim Blandy with macro support.
10725 (Compilation): Explain how to get macro information into the
10726 executable.
10727 (Expressions): Note that preprocessor macros are expanded.
10728
9db8d71f
DJ
107292002-05-14 Daniel Jacobowitz <drow@mvista.com>
10730
10731 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10732 options for `target remote'.
10733
6d531722
AC
107342002-05-13 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbint.texinfo (Target Architecture Definition): Delete
10737 documentation on NNPC_REGNUM.
10738
13d01224
AC
107392002-05-11 Andrew Cagney <ac131313@redhat.com>
10740
10741 * gdbint.texinfo (Target Architecture Definition): Document
10742 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10743 (Target Architecture Definition): Revise section `Using Different
10744 Register and Memory Data Representations'. Add section `Raw and
10745 Virtual Register Representations'.
10746
b2e75d78
AC
107472002-05-11 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdbint.texinfo (Target Architecture Definition): Mention
10750 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10751 (Target Architecture Definition): Mention same. Add references to
10752 web pages.
10753
2c8682ee
MS
107542002-05-08 Michael Snyder <msnyder@redhat.com>
10755
10756 * stabs.texinfo (Attributes): Document new "vector" attribute.
10757
0816590b
AC
107582002-05-04 Andrew Cagney <ac131313@redhat.com>
10759
10760 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10761
2653173e
AC
107622002-05-04 Andrew Cagney <ac131313@redhat.com>
10763
10764 * gdb.texinfo: Delete obsolete references to a29k.
10765
d7bd68ca
AC
107662002-04-24 Andrew Cagney <ac131313@redhat.com>
10767
10768 * gdbint.texinfo (Target Architecture Definition): Replace
10769 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10770
21d83aa5
DM
107712002-04-24 David S. Miller <davem@redhat.com>
10772
10773 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10774
7673a6cc
DM
107752002-04-21 David S. Miller <davem@redhat.com>
10776
10777 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10778
d49d1e0a
AC
107792002-04-21 Andrew Cagney <ac131313@redhat.com>
10780
10781 * gdbint.texinfo (Target Architecture Definition): Delete
10782 definition of HAVE_REGISTER_WINDOWS.
10783
f7dc1244 107842002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
10785
10786 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10787 "Theodore A. Roth" <troth@verinet.com>.
10788
5ca0cb28
DH
107892002-04-15 Don Howard <dhoward@redhat.com>
10790
f7dc1244 10791 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 10792 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 10793 Provide a better explaination of this feature.
5ca0cb28 10794
f208ba17
AC
107952002-04-14 Andrew Cagney <ac131313@redhat.com>
10796
10797 * gdbint.texinfo (Target Architecture Definition): Remove
10798 FRAME_CHAIN_COMBINE.
10799
d5ba91de
MC
108002002-04-12 Michael Chastain <mec@shout.net>
10801
10802 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10803 REG_STACK_SEGMENT.
10804
26818220
MC
108052002-04-09 Michael Chastain <mec@shout.net>
10806
10807 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10808 PYRAMID_* macros.
10809
129188f6
AC
108102002-04-07 Andrew Cagney <ac131313@redhat.com>
10811
10812 * gdb.texinfo (Bug Reporting): Document that the web is the
10813 prefered way of submitting bug reports.
10814 (Bug Reporting): Delete the s-mail address as the last resort.
10815
8227c0ff
AC
108162002-04-05 Andrew Cagney <ac131313@redhat.com>
10817
10818 * gdbint.texinfo (Target Architecture Definition): Delete
10819 references to TARGET_WRITE_FP and write_fp.
10820
16d9dec6
MS
108212002-03-27 Michael Snyder <msnyder@redhat.com>
10822
10823 * gdb.texinfo: Document new commands dump, append, and restore.
10824
9ae8b82c
AC
108252002-03-27 Andrew Cagney <ac131313@redhat.com>
10826
10827 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10828 Branch'.
10829
474c8240
AC
108302002-03-18 Andrew Cagney <ac131313@redhat.com>
10831
10832 * gdb.texinfo: Change all examples to @smallexample.
10833 * gdbint.texinfo: Ditto.
a9331b3f 10834
fb0ff88f
AC
108352002-03-18 Andrew Cagney <ac131313@redhat.com>
10836
10837 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10838 Branches''.
10839
9bb0a4d8
AC
108402002-03-18 Andrew Cagney <ac131313@redhat.com>
10841
10842 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10843 Policy''.
10844
937f164b
FF
108452002-03-04 Fred Fish <fnf@redhat.com>
10846
10847 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10848 expresson, suports, dependant, trhe, perhaphs, situtations,
10849 explictily, taged, oportunity, unfortunatly).
10850
a7b40f07
AC
108512002-02-24 Andrew Cagney <ac131313@redhat.com>
10852
10853 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10854 Remove reference to 3.12.
10855
701adfb0
PA
108562002-02-23 Paul Eggert <eggert@twinsun.com>
10857
10858 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10859 POSIX 1003.1-2001 no longer allows "head -1".
10860
aab4e0ec
AC
108612002-02-23 Andrew Cagney <ac131313@redhat.com>
10862
10863 * gdbint.texinfo: Include fdl.texi.
10864 (Top): Add GNU Free Documentation License.
10865 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10866 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10867 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10868 (gdbint.info): Add srcdir to include path.
10869 * gdb.texinfo: Include gpl.texi.
10870 (Top): Add Copying.
10871 * gpl.texi: New file.
10872
47b95330
AC
108732002-02-23 Andrew Cagney <ac131313@redhat.com>
10874
10875 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10876
78c47bea
PM
108772002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10878
10879 * gdb.texinfo: Document Cygwin native specific commands.
10880
56460a61
DJ
108812002-02-15 Daniel Jacobowitz <drow@mvista.com>
10882
10883 * gdb.texinfo: Document gdbserver ``--attach'' command.
10884
def71bfa
MS
108852002-02-07 Michael Snyder <msnyder@redhat.com>
10886
10887 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10888 to @code(_ovly_debug_event).
10889
c928edc0
AC
108902002-02-07 Andrew Cagney <ac131313@redhat.com>
10891
10892 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10893
81d46470
MS
108942002-02-06 Michael Snyder <msnyder@redhat.com>
10895
10896 * gdb.texinfo (overlays): Mention new magic symbol
10897 '_ovly_debug_event', which allows GDB to keep better track
10898 of overlays.
10899
701adfb0
PA
109002002-02-06 Richard Earnshaw <rearnsha@arm.com>
10901
10902 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10903 (PRINT_FLOAT_INFO): Document it.
10904
f7dc1244 109052002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
10906
10907 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10908 Suggested by Dmitry Sivachenko.
10909
10910 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10911
15110bc3
MS
109122002-02-01 Michael Snyder <msnyder@redhat.com>
10913
10914 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10915
6763aef9
MS
109162002-01-30 Michael Snyder <msnyder@redhat.com>
10917
ac282366
MS
10918 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10919 (set trust-readonly-sections): Document.
6763aef9 10920
8642bc8f
AC
109212002-01-29 Andrew Cagney <ac131313@redhat.com>
10922
10923 * gdbint.texinfo (Releasing GDB): Revise and update.
10924
afe64c1a
AC
109252002-01-28 Andrew Cagney <ac131313@redhat.com>
10926
10927 * gdbint.texinfo (Target Architecture Definition): Delete
10928 description of TARGET_BYTE_ORDER_DEFAULT.
10929
f7dc1244 109302002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
10931
10932 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10933 <mitya@cavia.pp.ru>.
10934
3d6e1b5a
AC
109352002-01-23 Andrew Cagney <ac131313@redhat.com>
10936
10937 * libgdb.texinfo: Delete file.
10938
6c0e9fb3
AC
109392002-01-22 Andrew Cagney <ac131313@redhat.com>
10940
10941 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10942 * gdbint.texinfo: Ditto.
10943
e0ce93ac
AC
10944Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10945
10946 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10947
be298bcc
AC
109482002-01-22 Andrew Cagney <ac131313@redhat.com>
10949
10950 * Makefile.in: Update copyright.
10951 (TEXI2DVI): Define.
10952 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10953 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10954 gdb-cfg.texi.
10955 (TEXINDEX, PDFTEX): Delete makefile variables.
10956
8e04817f
AC
109572002-01-22 Andrew Cagney <ac131313@redhat.com>
10958
10959 * gdb.texinfo (Protocol): Move section to appendix.
10960
6b2f586d
AC
109612002-01-21 Andrew Cagney <ac131313@redhat.com>
10962
10963 * gdb.texinfo (Remote Debugging): Create a menu.
10964 (Top): Add ``Remote Debugging'' to menu.
10965
6f05cf9f
AC
109662002-01-21 Andrew Cagney <ac131313@redhat.com>
10967
10968 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10969 serial protocol'' from here.
10970 (Remote Debugging): To here. New chapter.
10971
3fd3d7d2
AC
109722002-01-20 Andrew Cagney <ac131313@redhat.com>
10973
10974 * gdbint.texinfo (Target Architecture Definition): Delete
10975 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10976
7fd60527
AC
109772002-01-20 Andrew Cagney <ac131313@redhat.com>
10978
10979 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10980 are no longer needed.
10981 (Porting GDB): Add maintainer note about configure.host.
10982
c2f05ac9
AC
109832002-01-20 Andrew Cagney <ac131313@redhat.com>
10984
10985 * gdbint.texinfo (Target Architecture Definition): Remove
10986 definition of IEEE_FLOAT.
10987
f7dc1244 109882002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
10989
10990 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
10991 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10992 <3diff@gnu.org>
231b2aad 10993
82600034
AC
109942002-01-19 Andrew Cagney <ac131313@redhat.com>
10995
10996 * gdbint.texinfo (Host Definition): Remove references to
10997 MALLOC_INCOMPATIBLE.
10998
7708fa01
AC
109992002-01-17 Andrew Cagney <ac131313@redhat.com>
11000
11001 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11002 and xyz-xdep.o.
11003
eb12ee30
AC
110042002-01-17 Andrew Cagney <ac131313@redhat.com>
11005
889bf7c5 11006 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11007 (Set Breaks): Copy ``maint info breakpoint'' doco to
11008 ``Maintenance Commands'' appendix. Add reference.
11009
c9ccaa92
AC
110102002-01-17 Andrew Cagney <ac131313@redhat.com>
11011
11012 * fdl.texi: Remove next/prev from @node.
11013
f7dc1244 110142002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11015
11016 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11017 for monstrous @multitable (from Brian Youmans).
11018
11019 * fdl.texi: New file.
11020
11021 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11022
8973da3a
AC
110232002-01-15 Andrew Cagney <ac131313@redhat.com>
11024
11025 * gdbint.texinfo (Releasing GDB): New chapter.
11026
7d86b5d5
AC
110272002-01-14 Andrew Cagney <ac131313@redhat.com>
11028
11029 * gdb.texinfo (Embedded Processors, Calling program functions):
11030 Obsolete references to a29k.
11031
cc1cb004
AC
110322002-01-13 Andrew Cagney <ac131313@redhat.com>
11033
11034 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11035 examples. Document that a code-block should do or discard its
11036 cleanups before exit.
11037
79f12247
MS
110382002-01-11 Michael Snyder <msnyder@redhat.com>
11039
11040 * gdb.texinfo (Choosing files): Change @samp to @file.
11041
19837790
MS
110422002-01-05 Michael Snyder <msnyder@redhat.com>
11043
11044 * gdb.texinfo (--pid): Document new command line option (attach).
11045
f7dc1244 110462002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11047
11048 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11049 in the stub.
11050
d7449b42
AC
110512002-01-04 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Target Architecture Definition): Replace
11054 BIG_ENDIAN with BFD_ENDIAN_BIG.
11055
f23631e4
AC
110562002-01-03 Andrew Cagney <ac131313@redhat.com>
11057
11058 * gdbint.texinfo (Target Architecture Definition): Replace
11059 value_ptr with struct value pointer.
11060
72c9928d
EZ
110612002-01-02 Eli Zaretskii <eliz@gnu.org>
11062
11063 * gdb.texinfo (Free Software): Fix wording.
11064
959acfd1
EZ
110652001-12-31 Eli Zaretskii <eliz@gnu.org>
11066
11067 * gdb.texinfo (Free Software): New section ``Free Software Needs
11068 Free Documentation''.
11069
f7dc1244 110702001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11071
11072 * stabs.texinfo:
11073 * gdb.texinfo:
11074 * gdbint.texinfo:
11075 * libgdb.texinfo:
11076 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11077
6600abed
MS
110782001-12-29 Michael Snyder <msnyder@redhat.com>
11079
11080 * gdb.texinfo (maint info sections): Fix typo.
11081
f6680716
MS
110822001-12-26 Michael Snyder <msnyder@redhat.com>
11083
fe95c787
MS
11084 * gdb.texinfo (maint info sections): Document.
11085
a9331b3f 11086 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11087 'info proc' sub-options that are currently not implemented.
11088
c3d3ce5b
JB
110892001-12-20 Jim Blandy <jimb@redhat.com>
11090
11091 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11092
778eb05e
AC
110932001-12-15 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Target Architecture Definition): Replace
11096 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11097
2607059c
AC
110982001-12-01 Andrew Cagney <ac131313@redhat.com>
11099
11100 * gdbint.texinfo (Host Definition): Delete documentation on
11101 HOST_BYTE_ORDER.
11102
df0cd8c5
JB
111032001-11-30 Jim Blandy <jimb@redhat.com>
11104
11105 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11106 overlay support. Add to top-level menu.
df0cd8c5 11107
88118b3a
TT
111082001-11-26 Tom Tromey <tromey@redhat.com>
11109
11110 * gdb.texinfo (Command Syntax): Document C-o binding.
11111
96565e91
CF
111122001-07-26 Christopher Faylor <cgf@redhat.com>
11113
11114 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11115 use since it is described in the referenced section.
11116
f7dc1244 11117 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11118 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11119 clearer when using DJGPP.
11120
2a3d5645
CF
111212001-11-24 Christopher Faylor <cgf@redhat.com>
11122
11123 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11124 specifically refer to MS-DOS.
11125 (command files): Mention gdb.ini is only used on MS-DOS.
11126
aa26fa3a
TT
111272001-11-21 Tom Tromey <tromey@redhat.com>
11128
11129 * gdb.texinfo (Invoking GDB): Document --args.
11130 (Mode Options): Likewise.
11131
4f8ada06
JB
111322001-11-21 Jim Blandy <jimb@redhat.com>
11133
11134 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11135 Delete documentation; this macro has been removed from the
11136 sources.
4f8ada06 11137
3fe0dc10
JB
111382001-11-13 Jim Blandy <jimb@redhat.com>
11139
11140 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11141
9e5abb06
CV
111422001-11-06 Corinna Vinschen <vinschen@redhat.com>
11143
11144 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11145
1c5dfdad
MS
111462001-11-05 Michael Snyder <msnyder@redhat.com>
11147
a9331b3f 11148 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11149 quote regexp chars in function names such as "operator*()".
11150
990f9fe3
FF
111512001-11-01 Fred Fish <fnf@redhat.com>
11152
11153 * gdbint.texinfo (SOLIB_ADD): Document additional new
11154 "readsyms" arg.
11155
b433d00b
DH
111562001-10-30 Don Howard <dhoward@redhat.com>
11157
070b1dd3
DH
11158 * gdb.texinfo: (Command Files) Added documentation for the
11159 behavior of gdb with input redirected from a file.
b433d00b 11160
b7209cb4
FF
111612001-10-28 Fred Fish <fnf@redhat.com>
11162
11163 * gdb.texinfo (auto-solib-add): Change docs to match
11164 implementation change.
11165 (auto-solib-limit): Add docs for new variable.
11166
1aa20aa8
AC
111672001-10-15 Andrew Cagney <ac131313@redhat.com>
11168
11169 * gdbint.texinfo (Target Architecture Definition): Function
11170 value_as_pointer renamed to value_as_address.
11171
fc0c74b1
AC
111722001-10-15 Andrew Cagney <ac131313@redhat.com>
11173
11174 * gdbint.texinfo (Target Architecture Definition): Default
11175 POINTER_TO_ADDRESS functions assume unsigned addresses.
11176 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11177 posting by Jim Blandy.
11178
f4846649
JB
111792001-10-12 Jim Blandy <jimb@redhat.com>
11180
11181 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11182 version of texi2html (1.64) doesn't support this flag any more.
11183
f277788b
MK
111842001-09-08 Mark Kettenis <kettenis@gnu.org>
11185
a9dc4918
MK
11186 * gdbint.texinfo (Host Definition): Remove description of
11187 MEM_FNS_DECLARED.
11188
d28379df
MK
11189 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11190
f277788b
MK
11191 * gdbint.texinfo (Host Definition): Remove description of
11192 HAVE_SIGSETMASK.
11193
7ccaa899
EZ
111942001-09-04 Elena Zannoni <ezannoni@redhat.com>
11195
11196 * gdbint.texinfo (Target Architecture Definition): Add
11197 explanation of TARGET_PRINT_INSN macro.
11198
17d9d558
JB
111992001-08-30 Jim Blandy <jimb@redhat.com>
11200
11201 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11202 Explain what it means to load relocatable files.
11203
72cde065
JB
112042001-08-28 Jim Blandy <jimb@redhat.com>
11205
11206 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11207 info `top' menu.
11208
9e678452
CF
11209Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11210
11211 * gdbint.texinfo: Add a cautionary note about macro use.
11212
a2bea4c3 112132001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11214
a2bea4c3
CV
11215 * gdb.texinfo: Explain omitting the hostname in the
11216 `target remote' command.
11217
1129bf27
DJ
112182001-07-30 Daniel Jacobowitz <drow@mvista.com>
11219
11220 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11221 and END-INFO-DIR-ENTRY.
11222
732b3002
SC
112232001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11224
11225 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11226
89437448
AC
112272001-07-25 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdbint.texinfo (libgdb): Rewrite.
11230
f7dc1244 112312001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11232
11233 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11234
c4555f82
SC
112352001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11236
11237 * gdb.texinfo (TUI): New chapter, document the TUI.
11238 (Mode Options): Document the -tui option.
11239
2f45a6e0
MK
112402001-07-23 Mark Kettenis <kettenis@gnu.org>
11241
11242 * gdbint.texinfo (Host Definition): Remove description of
11243 NEED_POSIX_SETPGID.
11244
f7dc1244 112452001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11246
11247 * gdb.tex (DJGPP Native): New node, with descriptions of
11248 DJGPP-specific commands.
11249
be9c6c35
JM
112502001-07-19 John R. Moore <jmoore@redhat.com>
11251
11252 * gdbint.texinfo: Three misspellings.
11253
dfa249fb
AC
112542001-07-06 Andrew Cagney <ac131313@redhat.com>
11255
11256 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11257 `test` expressions on bash. Problem reported by Colin Walters.
11258
c72e7388
AC
112592001-07-04 Andrew Cagney <ac131313@redhat.com>
11260
11261 * gdbint.texinfo (User Interface): Update ui-out documentation to
11262 refelect recent UI/MI updates.
11263
94bbb2c0
AC
112642001-07-04 Andrew Cagney <ac131313@redhat.com>
11265
11266 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11267 interpreters.
11268
af6c57ea
AC
112692001-06-15 Andrew Cagney <ac131313@redhat.com>
11270
11271 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11272 structure and not macros.
11273 (Host Definition): Document that much of this chapter is obsolete.
11274 (Target Architecture Definition): Update list of files that make
11275 up a target architecture.
11276 (Coding): Update.
11277
83aa8bc6
AC
112782001-06-28 Andrew Cagney <ac131313@redhat.com>
11279
11280 * gdbint.texinfo (Target Architecture Definition): Update
11281 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11282 The latter has been changed to a true predicate.
11283
f7dc1244 112842001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11285
11286 * annotate.texi: Add @noindent where needed. From Dmitry
11287 Sivachenko <dima@Chg.RU>.
11288 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11289
656db9b0
AC
112902001-06-16 Andrew Cagney <ac131313@redhat.com>
11291
11292 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11293
df2396a1
AC
112942001-06-14 Andrew Cagney <ac131313@redhat.com>
11295
11296 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11297 returns ``OK''. Document that the ``R'' packet does not reply.
11298
0f1f2b0a
MS
112992001-06-13 Michael Snyder <msnyder@redhat.com>
11300
11301 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11302
f7dc1244 113032001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11304
11305 * gdb.texinfo (Signals): Clarify the default setting of signal
11306 handling.
11307
a5d7c491
AC
113082001-05-14 Andrew Cagney <ac131313@redhat.com>
11309
11310 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11311 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11312
05a54c4f
AC
113132001-05-12 Andrew Cagney <ac131313@redhat.com>
11314
11315 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11316
f7dc1244 113172001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11318
11319 * gdbint.texinfo (Clean Design and Portable Implementation):
11320 Renamed from "Clean Design".
11321 (Clean Design and Portable Implementation): Document portable
11322 methods of handling file names, and the associated macros.
11323
f7dc1244 113242001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11325
11326 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11327 command and provide a cross-reference to its description.
11328 (Symbols): Note that "info scope" is useful for trace experiments.
11329
f7dc1244 113302001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11331
b37052ae
EZ
11332 * gdb.texinfo (Symbols): Document "info scope".
11333 (Tracepoints): New chapter.
11334 (Contributors): Update for v5.1.
11335 <All nodes>: Change "C++" to "C@t{++}".
11336
0ee54786
EZ
11337 * gdbint.texinfo (User Interface): A new section about ui_out
11338 functions, based on text written by Fernando Nasser.
11339
c534679c
EZ
11340 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11341
f7dc1244 113422001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11343
e9c75b65
EZ
11344 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11345
11346 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11347
11348 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11349 Replace "GDB" with "@value{GDBN}". Fix markup.
11350
11351 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11352
3d67e040
EZ
11353 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11354 a cross-reference to its description.
11355 (Symbols): Document "info symbol".
11356
f7dc1244 113572001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11358
11359 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11360 subsection "x86 Watchpoints".
11361 (Target Architecture Definition): Document the macros
11362 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11363 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11364
b0ed3589
AC
113652001-03-20 Andrew Cagney <ac131313@redhat.com>
11366
11367 * gdbint.texinfo (Target Architecture Definition): Update
11368 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11369 list.
11370
b6ba6518
KB
113712001-03-06 Kevin Buettner <kevinb@redhat.com>
11372
11373 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11374 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11375
f7dc1244 113762001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11377
11378 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11379
f7dc1244 113802001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11381
17cc6a06
EZ
11382 * gdb.texinfo (Environment): Document that `path' does not change
11383 the value of PATH in GDB's own environment (it did in the past,
11384 but that was changed on March 15, 1994). Reported by Doug Evans
11385 <dje@transmeta.com>.
11386
56caf160
EZ
11387 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11388 its line. Fix markup of commands and macros. Add an Index node
11389 and index entries.
11390
29e57380
C
113912001-01-23 J.T. Conklin <jtc@redback.com>
11392
11393 * gdb.texinfo (Memory region attributes): New manual section.
11394
1c6147de
ND
113952001-01-04 Nicholas Duffek <nsd@redhat.com>
11396
11397 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11398
f7dc1244 113992000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11400
11401 * refcard.tex: Version and copyright fixed. From Phil Edwards
11402 <pedwards@disaster.jaj.com>.
11403
0dcedd82
AC
11404Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11405
11406 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11407 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11408
3b851bce
AC
11409Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11410
11411 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11412 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11413
f7dc1244 114142000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11415
11416 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11417 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11418
b90a5f51
CF
114192000-11-10 Christopher Faylor <cgf@cygnus.com>
11420
11421 * gdb.texinfo: Document new 'set step-mode' command.
11422
f7dc1244 114232000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11424
11425 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11426 changes from Dmitry Sivachenko <dima@Chg.RU>.
11427
f7dc1244 114282000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11429
11430 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11431 From Steven Johnson <sbjohnson@ozemail.com.au>.
11432
2e685b93
MK
114332000-08-10 Mark Kettenis <kettenis@gnu.org>
11434
11435 * gdbint.texinfo (Overall Structure): Spelling fix.
11436
f7dc1244 114372000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11438
11439 * gdbint.texinfo (Target Architecture Definition): Document that
11440 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11441 for which REGISTER_CONVERTIBLE returns a zero value.
11442
63ac3005
EZ
114432000-07-08 Christopher Faylor <cgf@cygnus.com>
11444
11445 * Makefile.in (install-info): Find files to install in either the
11446 build or source directories (adapted from Makefile.am).
11447
bd79f757
ND
114482000-07-07 Nicholas Duffek <nsd@redhat.com>
11449
11450 * stabs.texinfo: Fix spelling errors.
11451 (String Field): FILE-NUMBER starts from 0, not 1.
11452
f7dc1244 114532000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11454
11455 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11456 Brian Youmans.
5f208f6d 11457
f7dc1244 114582000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11459
11460 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11461 the source directory. Reported by Mark Harig
11462 <markh@frazier.landmark.com>.
cc542d3b 11463
f3b28801
C
114642000-06-20 J.T. Conklin <jtc@redback.com>
11465
11466 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11467
449f3b6c
AC
11468Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11469
11470 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11471 Generate using pdftex.
449f3b6c 11472 (PDFTEX): Define.
889bf7c5 11473 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11474 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11475 @contents at the start.
449f3b6c 11476
f7dc1244 114772000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11478
11479 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11480 Youmans.
48e934c6 11481
9e9c5ae7
AC
11482Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11483
11484 From Brian Youmans:
11485 * gdb.texinfo: Fix ``et al.''.
11486
c741b251
AC
11487Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11488
11489 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11490 loop.
c741b251 11491
4ab64e14
JG
114922000-05-19 Jimmy Guo <guo@cup.hp.com>
11493
11494 * configure: Regenerate.
11495
f7dc1244 114962000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11497
11498 * Makefile.in (install-info): Run install-info on installed Info
11499 files.
11500
8c70017b
AC
11501Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11502
a7cb598a 11503 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11504 Andrew Cagney.
8c70017b 11505
f7dc1244 115062000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11507
11508 * gdb.texinfo: Proofreading changes from Brian Youmans.
11509
bf0184be
ND
115102000-05-01 Nick Duffek <nsd@cygnus.com>
11511
11512 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11513 startup sequence, minor edits.
11514
f7dc1244 115152000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11516
11517 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11518 TeX.
11519
11520 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11521 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11522 like `n' and `s' which look weird. Convert some of the @kindex to
11523 @vindex, when they refer to variables, not commands.
11524
33e16fad
AC
11525Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11526
11527 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11528
f7dc1244 115292000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11530
11531 * Makefile.in (GDBMI_DIR): New variable.
11532 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11533 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11534 (gdbmi.texinfo): New target, for texi2roff.
11535 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11536 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11537
11538 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11539 gdbmi.texinfo.
11540 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11541 comment.
11542
d167840f
EZ
115432000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11544
11545 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11546 command.
d167840f 11547
f7dc1244 115482000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11549
11550 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11551 prevents the build (and is generally a Bad Idea).
11552
f7dc1244 115532000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11554
11555 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11556 a comma inside @var.
11557 (Command Files): Index markup changes from Dmitry Sivachenko
11558 <dima@Chg.RU>.
11559
f7dc1244 115602000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11561
11562 * Makefile.in (LN_S): Define.
11563 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11564 invoke "ln -s" unless it is known to work.
11565
11566 * configure.in (AC_PROG_LN_S): Add.
11567
8dc7983f
JB
115682000-04-14 Jim Blandy <jimb@redhat.com>
11569
11570 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11571 section.
11572 (Target Conditionals): Document ADDRESS_TO_POINTER,
11573 POINTER_TO_ADDRESS.
11574
1a8237e8
DB
115752000-04-11 Daniel Berlin <dan@cgsoftware.com>
11576
11577 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11578 gdb-cfg.texi to get the value.
11579
ca526f1a
JB
115802000-04-10 Jim Blandy <jimb@redhat.com>
11581
11582 * gdbint.texinfo (Target Architecture Definition): Fix
11583 cross-references.
11584
faaafcb4
JB
115852000-04-08 Jim Blandy <jimb@redhat.com>
11586
11587 * gdbint.texinfo (Using Different Register and Memory Data
11588 Representations): New section.
11589 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11590 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11591 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11592
1b27397f
AC
11593Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11594
11595 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11596 for acknowledgments.
1b27397f 11597
480ff1fb
AC
11598Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11599
11600 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11601 qThreadExtraInfo.
480ff1fb 11602
a9331b3f 116032000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11604
a9331b3f
RM
11605 * gdb.texinfo: Clarify which remote debug protocol commands are
11606 required and which are optional.
f1251bdd 11607
dbeb8dbd
AC
11608Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11609
11610 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11611 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11612 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11613 * annotate.texi: Update.
11614
6d2ebf8b
SS
116152000-03-28 Stan Shebs <shebs@apple.com>
11616
11617 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11618 expectation of additional changes before release), update
11619 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11620 node links, rephrase and/or shorten lines to fix formatting
11621 problem in both regular and @smallbook formats.
11622 * annotate.texi: Shorten lines in example, use smallexample
11623 consistently everywhere.
11624 * Makefile.in: Add comment about texinfo 4.0 html generation.
11625 (SFILES_INCLUDED): Add annotate.texi.
11626
5d161b24
DB
116272000-03-27 Daniel Berlin <dan@cgsoftware.com>
11628
5ae4183a
AS
11629 * gdb.texinfo (Debugging Output): Added new section, documenting
11630 the "set/show debug" commands.
5d161b24 11631
b9deaee7
AC
11632Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11633
11634 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11635 entry.
b9deaee7
AC
11636
11637 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11638 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11639 @chapter and @node entries.
a9331b3f 11640
b9deaee7 11641 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11642
9ef47d30
AC
11643Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11644
11645 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11646 files.
9ef47d30 11647
cfeada60
FN
116482000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11649
11650 From David Whedon <dwhedon@gordian.com>
5ae4183a 11651 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11652
6837a0a2
DB
116532000-03-22 Daniel Berlin <dan@cgsoftware.com>
11654
11655 * gdb.texinfo: Add documentation for the apropos command.
11656
bba2971c
MS
116572000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11658
11659 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11660
2b628194
MS
116612000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11662
a9331b3f 11663 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11664 two places.
11665
96a2c332
SS
116662000-03-17 Stan Shebs <shebs@apple.com>
11667
11668 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11669 <dima@Chg.RU>, also clarification of allowed content for
11670 string constants.
11671
f7dc1244 116722000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11673
11674 * gdb.texinfo (main menu): Add Annotations.
11675 (File Options): Add @cindex entries for each command-line option.
11676 Document --epoch, --annotate, --async, --interpreter, --write,
11677 --statistics, and --version.
11678
11679 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11680 of GDB.
11681
9d233477
JB
116822000-02-23 Jim Blandy <jimb@redhat.com>
11683
11684 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11685
14e0eb3b
JB
116862000-02-22 Jim Blandy <jimb@redhat.com>
11687
11688 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11689
3555de01
JM
116902000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11691
11692 * Makefile.in (diststuff): New target.
11693
5e35df8e
KB
116942000-02-15 Kevin Buettner <kevinb@redhat.com>
11695
11696 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11697 architecture. [From Jim Wilson.]
5e35df8e 11698
c5394b80
JM
116992000-01-16 Tom Tromey <tromey@cygnus.com>
11700
11701 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11702 (Delete Breaks): Mention range arguments.
11703 (Disabling): Likewise.
11704
c3f6f71d
JM
117052000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11706
11707 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11708
c4093a6a
JM
11709Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11710
11711 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11712 valid functions.
c4093a6a 11713
11cf8741
JM
117141999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11715
11716 * gdb.texinfo: Clarify regular expressions used in rbreak.
11717
917317f4
JM
117181999-10-15 Kevin Buettner <kevinb@cygnus.com>
11719
11720 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11721 MEMORY_REMOVE_BREAKPOINT): Document.
11722
11723Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11724
11725 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11726 offset re-using the DATA offset instead.
917317f4 11727
2df3850c
JM
117281999-10-11 Jim Kingdon <kingdon@redhat.com>
11729
11730 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11731
701adfb0
PA
117321999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11733
11734 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11735
2df3850c
JM
117361999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11737
11738 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11739 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11740 typos.
11741
11742 * gdb.texinfo: Various minor wording and formatting improvements,
11743 mentions of additional command-line options.
11744
2acceee2
JM
117451999-09-30 Fred Fish <fnf@cygnus.com>
11746
11747 * gdb.texinfo: Document additional forms of specifying section
11748 names and addresses for the add-symbol-file command.
11749
c2c6d25f
JM
117501999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11751
11752 * gdbint.texinfo: Fix typo, add the word "have".
11753
117541999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11755
11756 * gdbint.texinfo (Target Architecture Definition): Document the
11757 SKIP_PERMANENT_BREAKPOINT macro.
11758
d4f3574e
SS
117591999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11760
11761 * gdb.texinfo: Fiks speling errers.
11762
11763 * gdb.texinfo: Fix uses of @multitable.
11764
f7dc1244 11765 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 11766 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 11767 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
11768 comments about using with optimization, add more indexing,
11769 fix info about disassembly-flavor.
11770
11771Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11772
11773 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11774 SKIP_SOLIB_RESOLVER): Define.
11775
11776Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11777
11778 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 11779 ``g'' packets.
d4f3574e 11780
104c1213
JM
117811999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11782
11783 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
11784 platform-specific info, inline remote.texi and move sections of it
11785 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
11786 and register stack into the new chapter.
11787 * remote.texi: Remove, now part of gdb.texinfo.
11788 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11789
117901999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11791
11792 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11793 GDB_TARGET_IS_MACH386): These kludges have gone away.
11794
11795Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11796
11797 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 11798 TDEPLIBS.
104c1213 11799
53a5351d
JM
118001999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11803 surrounding text to fit HP-UX bits into general info.
11804 (HPPA-cfg.texi): Remove, no longer useful.
11805
11806 * gdb.texinfo: Remove explicit links from @node lines, remove
11807 HP-added "Detailed Node Listing" from main menu which confuses
11808 things.
11809
11810 From Dmitry Sivachenko <dima@Chg.RU>:
11811 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 11812 in description of `set environment'.
53a5351d
JM
11813
118141999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11815
11816 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11817
7be570e7
JM
118181999-08-12 Ben Elliston <bje@cygnus.com>
11819
11820 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11821
f7dc1244 118221999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
11823
11824 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
11825 watch, awatch, and rwatch. Explain why the latter two cannot be
11826 set as software watchpoints. Document that watchpoints for local
11827 variables are deleted when the debuggee terminates.
7be570e7
JM
11828
11829Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11830
11831 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
11832 packet. Allow E.. response packet. "qRcmd" packet is no longer
11833 reserved.
7be570e7
JM
11834
118351999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11836
a9331b3f
RM
11837 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11838 * gdb.texinfo: Ditto.
7be570e7 11839
701adfb0
PA
11840Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11841
11842 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11843
96baa820
JM
118441999-08-06 Tom Tromey <tromey@cygnus.com>
11845
11846 * gdb.texinfo (KOD): New node.
11847
11848Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11849
11850 * remote.texi (Rcmd): Fix minor formatting typos.
11851
11852Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11853
11854 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 11855 packets.
96baa820 11856
adf40b2e
JM
118571999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11858
11859 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11860 fixes.
11861
43ff13b4
JM
11862Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11863
11864 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11865
085dd6e6
JM
11866Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11867
11868 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
11869 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11870 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11871 packets that are not supported on all hosts. Expand examples.
11872 Spell check.
085dd6e6
JM
11873
118741999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11875
11876 * Makefile.in: Recognize html, install-html. Add targets
11877 to build HTML versions of documentation via texi2html.
11878
11879Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11880
11881 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 11882 testsuite.
085dd6e6
JM
11883
11884Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11885
11886 * remote.texi (Communication Protocol): Rewrite.
11887
11888Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11889
11890 * stabs.texinfo: Fix uses of xref.
11891
9e0b60a8
JM
11892Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11893
11894 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11895 info about patch submission.
11896
cce74817
JM
11897Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11898
11899 From Per Bothner <bothner@cygnus.com>:
11900 * gdb.texinfo: Document Chill support.
11901
11902Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11903
11904 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
11905 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11906 Document that the value should be greater-than or equal-to zero.
11907 (NO_STD_REGS): Document. Deprecate.
cce74817 11908
ac9a91a7
JM
11909Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 11912 Document that these are not used.
ac9a91a7
JM
11913
11914Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11915
11916 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11917
392a587b
JM
11918Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11919
11920 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 11921 numargs was dropped.
392a587b
JM
11922
11923Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11924
11925 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11926
b83266a0
SS
11927Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 11930 Update.
b83266a0 11931
7a292a7a
SS
11932Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11933
11934 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11935 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11936
11937Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11938
11939 * gdbint.texinfo: Fix typos: $ -> @.
11940
11941Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11942
11943 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
11944 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11945 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11946 BREAKPOINT_FROM_PC.
a9331b3f 11947
7a292a7a
SS
11948Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 11951 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
11952
11953Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11954
11955 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 11956 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
11957
119581999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11959
11960 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11961 longer exists.
11962
11963Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11964
11965 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
11966 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11967 they make the manual source incomprehensible.
7a292a7a
SS
11968 * h8-cfg.texi: Remove, hasn't been used in years.
11969
c906108c
SS
11970Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11971
11972 * gdb.texinfo: Update the credits.
11973
11974Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11975
11976 * gdb.texinfo: Fix mistakes noticed in printout of last
11977 draft, add Alpha to discussion of heuristic fence post.
11978
11979Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11980
11981 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
11982 Edition, merge some HP changes into mainline, describe some
11983 previously undocumented features, describe more of the target
11984 commands available, eliminate obsolete section on renamed
11985 commands.
c906108c
SS
11986 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11987
11988Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11989
11990 * gdb.texinfo: Make many HPPA conditionals unconditional,
11991 including catchpoint description, since now on for all configs.
11992 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11993 specializations.
11994
11995Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11996
11997 * Makefile.in (GDBvn.texi): Fix match expression to work with
11998 current format of VERSION in gdb/Makefile.in.
11999 * gdb.texinfo: Fix node ref to match new readline.
12000
12001Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12002
a9331b3f
RM
12003 * gdb.texinfo: Changes made as part of a project to merge in
12004 changes made by HP. Documentation makes extensive use of
c906108c
SS
12005 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12006 on remote debugging. There are differences in documentation
889bf7c5 12007 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12008 the HP manual discusses catchpoints, hardware watchpoints, and
12009 some HPUX specific limitations for shared library support.
a9331b3f 12010
c906108c
SS
12011 There are also a number of @node changes.
12012
120131999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12014
12015 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12016 (C Usage): Same.
12017
12018Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12019
12020 The following changes were made by Edith Epstein
889bf7c5
PA
12021 <eepstein@cygnus.com> as part of a project to merge in changes
12022 made by HP.
a9331b3f 12023
c906108c
SS
12024 * HPPA-cfg.texi: new file.
12025
12026 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12027
12028 * refcard.tex: change documentation about catch.
12029 removed info catch.
12030
12031Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12032
12033 * gdbint.texinfo: Expand on GDB's coding standards,
12034 specify the use of arg names with prototypes.
12035
120361998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12037
12038 * gdb.texinfo: Fix tipo.
12039
12040Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12041
12042 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12043 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12044
12045Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12046
12047 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12048
120491998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12050
12051 * agentexpr.texi: New file.
12052
12053Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12054
12055 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12056
120571998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12058
12059 * remote.texi: Changed wording that implied that the GDB remote
12060 protocol caches register values instead of GDB itself.
12061
12062Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12063
12064 * gdbint.texinfo: Add some info about symbol readers.
12065 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12066 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12067 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12068 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12069
12070Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12071
a9331b3f 12072 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12073
12074Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12075
12076 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12077
12078Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12079
12080 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12081 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12082
12083Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12084
12085 * gdbint.texinfo: Fix minor typos.
12086
12087Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12088
12089 * gdbint.texinfo: Complete overhaul. Group descriptions more
12090 logically, add more info on generic algorithms, remove much
12091 obsolete and/or wrong material.
12092
12093Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12094
12095 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12096
12097Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12098
12099 * refcard.tex: Copyright, address updates.
12100
12101Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12102
12103 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12104 for the edition instead of confusing GDB-version-like numbers.
12105
12106Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12107
12108 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12109
12110Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12111
5ae4183a 12112 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12113
12114Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12115
12116 * gdb.texinfo: Add some credits, mention bug monitor.
12117 * remote.texi: Mention mips monitor targets.
12118 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12119
c906108c
SS
12120Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12121
12122 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12123 files, finish sorting of host vs target vs native macros, describe
12124 some more of them.
c906108c
SS
12125
12126Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12127
12128 * gdbint.texinfo (Host Conditionals): Document change from
12129 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12130
12131Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12132
12133 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12134 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12135
12136Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12137
12138 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12139 Document LSEEK_NOT_LINEAR.
12140
12141Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12142
12143 * stabs.texinfo (Stab Section Basics): Make it clear that only
12144 some versions of the GNU linker remove the leading N_UNDF symbol.
12145
12146Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * stabs.texinfo (String Field): Document type number pairs here,
12149 instead of in the Sun specific section.
12150 (Include Files): The GNU linker supports the N_BINCL
12151 optimization. Clarify the N_BINCL value, and what it is used
12152 for.
12153 (Procedures): Document N_FUN with an empty string to mark the end
12154 of a function.
12155 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12156 (Sun Differences): Remove this node, as the information is now
12157 elsewhere in the main document.
12158 (Stab Section Basics): Mention that the GNU linker may optimize
12159 stabs and remove the leading N_UNDF symbol.
12160
12161Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12162
12163 * gdb.texinfo, refcard.tex: Restore author credit
12164
701adfb0
PA
12165Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12166
12167 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12168 are macros that take an single argument.
12169
c906108c
SS
12170Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12171
12172 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12173 documentation to account for START and END macros taking
12174 one arg.
12175
12176Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12177
12178 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12179 * gdb.texinfo (Frames): Fix typo.
12180
12181Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12182
12183 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12184 a target_signal as arg type, not a pid.
12185
12186Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12187
12188 * gdb.texinfo: Document `set assembly-language'.
12189
12190Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12191
12192 * remote.texi: Update list of stubs in the GDB distribution.
12193
12194Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12195
12196 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12197 Also document that some systems can use mmalloc but must define
12198 this if their C runtime allocates memory that is later freed.
c906108c 12199 (MMCHECK_FORCE): Document new macro.
a9331b3f 12200
c906108c
SS
12201Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12202
12203 * remote.texi: Add documentation for target Sparclet.
12204
12205Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12206
a9331b3f 12207 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12208 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12209 * configure.in: Rewritten for autoconf.
12210 * configure: New.
12211
12212Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12213
12214 * Makefile.in (DVIPS): New define, set to dvips.
12215 (dvi): Add stabs.dvi.
12216 (ps): New target.
12217 (all-doc): Depend on info, dvi, and ps targets.
12218 (STAGESTUFF): Add *.ps and *.dvi files.
12219 (clean-info, clean-dvi): Remove.
12220 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12221 rules completely rewritten.
12222 (maintainer-clean): Remove clean-info and clean-dvi
12223 dependencies and put their actions in the rules.
12224 (gdb.ps): New target
a9331b3f 12225 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12226 intermediate TeX files, whether they have 2 or 3 character
12227 extensions.
12228 (gdbint.ps): Add target and rules.
12229 (gdb-internals): Delete unused target.
12230 (Makefile): Depends upon config.status also.
12231
12232Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12233
12234 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12235 set.
12236
12237Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12238
12239 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12240 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12241
12242Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12243
12244 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12245
12246Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12247
12248 * gdb.texinfo (Print settings): Document
12249 `set/show print static-members' commands.
12250
12251Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12252
12253 * gdbint.texinfo (Native): Document name change, coredep.c to
12254 core-aout.c.
12255
12256Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12257
12258 * stabs.texinfo (Include Files): Document the values the SunOS4
12259 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12260
12261Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12262
12263 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12264 Fix typo.
12265
12266Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12267
12268 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12269 "gdb.tar.Z".
12270
12271Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12272
12273 * Makefile.in (maintainer-clean): New target, synonym for
12274 realclean.
12275
701adfb0
PA
12276Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12277
12278 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12279
c906108c
SS
12280Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12281
12282 * Update all FSF addresses except those in COPYING* files.
12283
12284Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12285
12286 From Richard Earnshaw (rearnsha@armltd.co.uk):
12287 * gdb.texinfo (convenience variables): Document $_exitcode.
12288 (quit): Document optional expression to use as exit code.
12289
12290Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12291
12292 * gdb.texinfo, remote.texi: Brought up to date with various
12293 GDB changes.
12294
12295Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12296
12297 * gdb.texinfo: Update dates and versions, fix comments about
12298 hardware watchpoints in future releases and about the
12299 sharedlibrary command.
12300
12301Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12302
12303 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12304 C_FUN stab. Other cleanups.
12305
12306Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12307
12308 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12309 for the sparc stub.
12310
12311Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12312
12313 * annotate.texi: Clarify which addresses have differing formats
12314 depending on the language and which do not.
12315
12316Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12317
12318 * remote.texi (NetWare): Changed example to use BOARD= instead of
12319 NODE= argument to reflect correspoding change to gdbserve.nlm.
12320
12321Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12322
12323 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12324 GDB, as well as AIX dbx, supports the size type attribute.
12325
12326Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12329
12330Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12331
12332 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12333 and new 'if' and 'while' commands.
12334
12335Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12336
12337 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12338
12339Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12340
12341 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12342 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12343 NetWare targets. Mostly stolen from the Server node.
12344
12345Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12346
12347 * gdb.texinfo (Setting): Talk about the language of a source file
12348 versus the working language. The old documentation did not match
12349 what GDB did.
12350
12351Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12354 of a source file.
12355
12356Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12357
12358 * gdb.texinfo (Processes): New node.
12359
12360Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12361
12362 * remote.texi: Update documentation of set/show mipsfpu.
12363
3fc11d3e
JM
12364Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12365
12366 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12367 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12368
12369Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12370
12371 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12372 obsolete conditionals, described some others.
12373
12374Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12375
12376 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12377 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12378
12379Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12380
12381 * gdbint.texinfo: Put regex conditionals in their own table.
12382
12383Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12384
12385 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12386 described or fixed the descriptions of many others.
12387
12388Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12389
12390 * gdb.texinfo: Add some more credits.
12391 * gdbint.texinfo: Capitalize GDB consistently, describe some
12392 macros and remove some.
12393
12394Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12395
12396 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12397 obsolete conditionals, described some others.
12398
12399Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12400
12401 * gdb.texinfo (help targets): Changed to `help target', which
12402 is the correct gdb command.
12403
12404Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * annotate.texi (TODO): New node, for keeping track of annotations
12407 suggested but not yet implemented.
12408
12409Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12410
12411 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12412 another symbol, it is not the address itself.
12413
12414Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12415
12416 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12417 of stabs-in-coff sections.
12418
12419Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12420
12421 * annotate.texi: Change edition to 0.5 and date to May 1994.
12422 Add index.
12423 (Frames): New node, for frame annotation.
12424 (Displays): New node, for display annotation.
12425
12426 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12427 when waiting for your program to stop.
12428
12429Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12430
12431 * annotate.texi (Breakpoint Info): Document annotation of header
12432 fields and record annotation.
12433
12434Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12435
12436 * annotate.texi: New file, to document annotations.
12437
12438Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12439
12440 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12441 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12442
12443Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12444
12445 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12446 section, and say n_strx field is compilation unit relative.
12447 * stabs.texinfo: Don't use @code for a.out when it is the name of
12448 an object file format.
12449
12450Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12451
12452 * gdb.texinfo: Refer to file names, not path names, per rms
12453 convention.
12454 (Arguments): Fix typo.
12455
12456Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12457
12458 * stabs.texinfo (Global Variables): Talk about stabs in files
12459 where variables are referenced, but not defined.
12460
12461Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12462
12463 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12464 Cplusplus to new nodes Member Type Descriptor and Method Type
12465 Descriptor. Re-write stuff for #.
12466
12467Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12468
12469 * gdb.texinfo (Print Settings): Don't document "set print
12470 fast-symbolic-addr off". The bug which it worked around was fixed
12471 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12472
12473 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12474 N_ENTRY node.
12475
12476 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12477
12478Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12479
12480 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12481 references to ieee-float.c.
12482
12483Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12486 match what the code actually does.
12487
12488Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12489
12490 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12491
12492Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12493
12494 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12495 i, and b.
12496
12497Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12498
12499 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12500 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12501 as "stabs in sections" rather than just saying "ELF and SOM".
12502 Also make that stuff apply to COFF.
12503
12504Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12507 Ghostscript.
12508
12509Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12510
12511 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12512 versus functions without line numbers, also mention stepping into
12513 them as well as "step" when you are in them. Tell the user how to
12514 deal with the situation. Add comment about "debugging information".
12515
12516Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * stabs.texinfo (Enumerations): Document restriction on where
12519 enumeration types can appear and still win with GDB.
12520
12521Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12522
12523 * stabs.texinfo (Negative Type Numbers): Document format for type
12524 -16.
12525
12526Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12527
12528 * gdb.texinfo (Selection, Frame Info): Update information about
12529 arbitrary frame specficiations.
12530
12531Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12532
12533 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12534
12535Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12536
12537 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12538
12539Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12540
12541 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12542
12543Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12544
12545 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12546 Differences node to Statics node.
12547 (Statics): Discuss XCOFF use of V symbol descriptor.
12548
12549 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12550 not clean.
12551
12552Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12553
12554 * gdb.texinfo (Print Settings): Document `set print
12555 fast-symbolic-addr' and improve the doc for some other
12556 `set print's.
12557
12558Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12559
12560 * stabs.texinfo (String Field): Talk about defining several type
12561 numbers at once.
12562 Fix lint regarding changing node ELF Transformations to
12563 ELF and SOM Transformations.
12564
12565Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12566
12567 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12568
12569Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12570
12571 * stabs.texinfo (Cross-References): `::' is for nested types only
12572 within <>.
12573 (Structures): Document static members.
12574
12575Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12576
12577 * stabs.texinfo: Document S type attribute.
12578
12579Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12580
12581 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12582
12583Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12584
12585 * gdbint.texinfo: Fix a few typos.
12586
12587Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12588
12589 * gdb.texinfo, remote.texi: formatting improvements
12590
12591 * gdb.texinfo (New Features): mention threads.
12592 (Summary, C): fix xrefs in newly contributed text.
12593 (Threads): index entries, clarifications, example
12594 (passim): minor typos fixed, phrasing improvements
12595
12596 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12597 entries; (Server): explain use of gdbserver w/real-time systems,
12598 add example of conflicting TCP port; (MIPS Remote) break up
12599 running text into table, highlighting commands, and add example.
a9331b3f 12600
c906108c
SS
12601Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12602
12603 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12604
12605Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12606
12607 * stabs.texinfo (Nested Symbols): New node.
12608 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12609
12610Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12611
12612 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12613 to picking which Bbss.bss symbol to use, and (because there seems to
12614 be no good way of doing it) re-write some of the text to make it
12615 sound like Bbss.bss isn't such a great idea after all (as currently
12616 designed).
12617
12618 * gdb.texinfo (C): In addition to saying people have to use g++ for
12619 good results, say they have to use stabs. Specifically say cfront
12620 doesn't work well.
12621 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12622 the gdb README. Add xrefs to places where the support for the various
12623 languages is described in detail.
12624
12625Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12626
12627 * stabs.texinfo: Clean up stuff about visibility and virtual
12628 characters.
12629
12630 * stabs.texinfo (N_M2C): Cite Sun doc.
12631
12632Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12633
12634 * gdb.texinfo: updates re threads.
12635 * remote.texinfo: avoid index entries starting with digits.
12636
12637Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12638
12639 * stabs.texinfo (Enumerations): Talk about large, negative and
12640 octal values. Clean up cross reference to type attributes.
12641 (String Field): Say that GDB 4.11 supports size attribute.
12642
12643Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12644
12645 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12646 is a mandatory step. Make the stuff about that more concise.
12647
12648Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12649
12650 * stabs.texinfo (Class Names): New node.
12651
12652 * gdb.texinfo (Command Files): Explain order of init file reading.
12653
12654 * remote.texi (Bootstrapping): Talk about getting the serial driver
12655 to deal with ^C sent by gdb to stop the remote system.
12656
12657Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12658
12659 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12660
12661 * libgdb.texinfo (Defining Commands): made the DOC arg
12662 to gdb_define_app_command a char * instead of char **
12663 per a suggestion from kingdon.
12664
12665 * libgdb.texinfo: total rewrite from a different starting
12666 premise.
12667
12668Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12669
12670 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12671 floats passed as doubles (to improve clarity).
12672
12673Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12674
12675 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12676
12677 * a4rc.sed: update to work with Andreas Vogel papersize params
12678
12679 * refcard.tex: use Andreas Vogel simplifications of papersize
12680 params; remove useless version info; update copyright date.
12681
12682Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12683
12684 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12685
12686Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * gdb.texinfo (Files): Say what address the load command loads it at.
12689
12690 * stabs.texinfo (Common Blocks): Minor cleanups.
12691
12692 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12693 that Sun has backed away from the linker kludge and thus the relevant
12694 issue is changes to the SunPRO tools, not the Solaris linker.
12695
12696 * stabs.texinfo (Traditional Integer Types): Clean up description
12697 of octal bounds a little bit. Document extra leading zeroes.
12698
12699Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12700
12701 * gdb.texinfo (Signaling): Update for symbolic symbol names
12702 and add a section explaining the difference between the GDB
12703 signal command and the shell kill utility.
12704
12705Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12706
12707 * libgdb.texinfo: added `@' to braces that were unescaped.
12708
12709Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12710
12711 * libgdb.texinfo: new file. Spec for the gdb library.
12712
12713Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12714
12715 * stabs.texinfo (Include Files): Fix typo (start -> end).
12716
12717Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12718
12719 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12720 from Melissa at FSF's editing pass.
12721
12722Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12723
12724 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12725 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12726 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12727
12728Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12729
12730 * remote.texi (Bootstrapping): Discuss 386 call gates.
12731
12732Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12733
12734 * stabs.texinfo (Based Variables): New node.
12735
12736Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12737
12738 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12739 names, sizes, and formats to suggest how not to lose.
12740
12741Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12742
12743 * stabs.texinfo (Methods): Fix typo.
12744
12745Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12746
12747 * gdb.texinfo: Fix a few typos.
12748
12749Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12750
12751 * gdb.texinfo: Clarify how well it works with Fortran.
12752
12753 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12754 More on relocating stabs in ELF files.
12755
12756Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12759
12760Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12763 parameters on VAX.
12764
12765Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12766
12767 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12768
12769Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12770
12771 * stabs.texinfo: Make info author notice match the TeX author notice.
12772
12773Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12774
12775 * stabs.texinfo: Initial-caps all words in node names and
12776 non-trivial words in section names.
12777
12778Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12779
12780 * stabs.texinfo: Many minor cleanups.
12781
12782 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12783
12784Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12785
12786 * stabs.texinfo: Remove full description of big example.
12787 It's not really helpful; just use pieces of it where appropriate.
12788 Add more Texinfo formatting directives (@samp, etc.).
12789 Use @deffn to define stab types.
12790 Eliminate some wordiness. Break up some nodes.
12791 Add an (alphabetized) index of symbol types.
12792 Use consistent capitalization style in node and section names.
12793
12794Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12795
12796 * gdb.texinfo: Change typo "Two two" to "The two".
12797
12798Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12799
12800 * stabs.texinfo (XCOFF-differences): Remove references to
12801 non-existent types N_DECL and N_RPSYM.
12802
12803 * stabs.texinfo (String Field): Say that type attributes bug is
12804 fixed in GDB 4.10, since it is.
12805
12806 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12807
12808Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12809
12810 * stabs.texinfo: Formatting cleanups.
12811
12812Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12813
12814 * stabs.texinfo: When explaining the n_type of a stab, standardize
12815 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12816 no tabs, use @r).
12817 (Global Variables): Clean up.
12818
12819Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12820
12821 * stabs.texinfo (Stack Variables): Re-write.
12822
12823Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12824
12825 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12826 addresses of a source file. Also revise formatting.
12827 Change "object module" or "object file" to "source file".
12828 Various: Miscellaneous cleanups.
12829
12830Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12831
12832 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12833
12834Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12835
12836 * gdbint.texinfo: Removed many nonsensical machine-collected
12837 host and target conditionals, described some of the remainder.
12838
12839Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12842
12843 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12844 paragraph which follows.
12845
12846 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12847 variables. Looks better and avoids overful hbox.
12848
12849Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12850
12851 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12852
12853Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12854
12855 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12856 retransmit-timeout
12857
12858Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12859
12860 * gdbint.texinfo: Update statement about `some ancient Unix
12861 systems, like Ultrix 4.0' to Ultrix 4.2.
12862
12863Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12864
12865 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12866
12867 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12868
12869 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12870 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12871
12872 * remote.texi: new name for former gdbinv-s.texi
12873
12874 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12875
12876Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12877
12878 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12879 variables for MIPS remote debugging protocol.
12880
12881Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12882
12883 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12884
12885Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12886
12887 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12888
12889Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12890
12891 * gdb.texinfo: repair conditional bugs in text markup
12892
12893Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12894
12895 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12896 to select Modula-2 material.
12897
12898Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12899
12900 * stabs.texinfo: Cleanups regarding statics.
12901
12902 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12903 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12904
12905Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12906
12907 * stabs.texinfo: N_MAIN is sometimes used for C.
12908
12909Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12910
12911 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12912
12913Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12914
12915 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 12916 removed from the code by Kingdon.
c906108c
SS
12917
12918Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12919
12920 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12921 input when evaluating breakpoint conditions; the bug has been fixed.
12922
12923 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12924 sets the ignore count to N-1, not to N.
12925
12926Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12927
12928 * refcard.tex (\hoffset): correct longstanding error to match
12929 intended offset; avoids cutting off edge on some printers
12930
12931Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12932
12933 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12934
12935Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12936
12937 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12938
12939Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12940
12941 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12942 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12943 collect sed edits if any, apply to refcard before formatting;
12944 (refcard.ps) stop implying PS fonts if PS output requested;
12945 (lrefcard.ps) delete extra target for variant PS fonts
12946
12947 * refcard.tex: parametrize papersize dependent info, collect
12948 in easily replaced spot
12949
12950 * a4rc.sed: new file, edits to refcard for A4 paper
12951
12952Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12953
12954 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12955
12956Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12957
12958 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12959
12960Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12963 politely rather than rudely.
12964
12965Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12966
12967 * stabs.texinfo: Document common blocks.
12968
12969Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12970
12971 * stabs.texinfo: Add some basic info about stabs-in-elf.
12972
12973Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12974
12975 * stabs.texinfo (Top): Minor cleanup.
12976
12977Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12978
12979 * Makefile.in (install-info): remove parentdir support
12980
12981Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12982
12983 * gdb.texinfo (Copying): delete this node and references to it;
12984 RMS says this manual need not carry GPL. (passim): Improvements
12985 from last round at FSF, largely due to Ian Taylor review, and
12986 minor formatting improvements.
12987
12988 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12989 largely due to Ian Taylor review. (Debug Session): minor edits to
12990 new text.
12991
12992Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12993
12994 * Makefile.in (realclean): Remove info and dvi files too.
12995
12996Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12997
12998 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12999 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13000 * gdb.texinfo: Change accordingly.
13001
13002 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13003 N_{L,R}BRAC,N_SLINE are relative to.
13004
13005Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13006
13007 * Makefile.in (GDBvn.texi): Update atomically.
13008
13009Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13010
13011 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13012
13013Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13014
13015 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13016 addresses together. Also motivate the set print symbol-filename
13017 command and suggest other solutions.
13018
13019Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13020
13021 * gdb.texinfo (set print elements): Note that the number of
13022 elements is set to unlimited by "set print elements 0".
13023
13024Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13025
13026 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13027 NF_LDOUBLE means.
13028 (Stab Types): Include Solaris stab types.
13029 (Procedures): Document Solaris extensions.
13030
13031Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13032
13033 * gdb.texinfo: Add `set print symbol-filename' doc.
13034
13035Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13036
13037 * stabs.texinfo (Arrays): Talk about type definition vs. type
13038 information.
13039
13040 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13041 the trailing semicolon.
13042
13043Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13044
13045 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13046 and merge in other parts of the document addressing these subjects.
13047 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13048
13049 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13050 at the end of a range type.
13051
13052 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13053 AIX extensions.
13054
13055Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13056
13057 * stabs.texinfo (Stabs Format): Misc fixes.
13058
13059Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13060
13061 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13062 (Traditional builtin types): Document convex convention for long long.
13063 (Negative builtin types): Discuss type names, and misc fixes.
13064
13065Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13066
13067 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13068 point types used with @samp{R} type descriptor.
13069 (Symbol Descriptors): Describe how to handle conflict between
13070 different meanings of @samp{P} symbol descriptor.
13071
13072Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13073
13074 * stabs.texinfo: Remove node Quick Reference and put its children
13075 directly under the main menu.
13076
13077 * stabs.texinfo: Many more changes to bring it into line with
13078 AIX documentation and reality. I think it now has all the
13079 information from the AIX documentation, except that I burned
13080 out when I got to variant records (Pascal and Modula-2) and
13081 all the COBOL types. Oh well, we can add them later when we're
13082 worrying more about those languages.
13083
13084 * stabs.texinfo (Automatic variables): Talk about what it means
13085 to omit the symbol descriptor.
13086
13087Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13088
13089 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13090 gcc2 behavior with promoted args.
13091
13092Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13093
13094 * gdb.texinfo: include readline appendices in info version of manual
13095
13096Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13097
13098 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13099 target remote.
13100
13101 * gdb.texinfo (Machine Code): more index entries for disassemble
13102
13103Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13104
13105 * Clarify the intended use of the gdb-testers and gdb-patches
13106 mailing lists, and shrink gzip comment.
13107
13108Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13109
13110 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13111 DOSHOST configuration of manual.
13112
13113 * gdb.texinfo (MIPS Stack): new node.
13114
13115 * all-config.texi (MIPS) new switch.
13116
13117 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13118 tense; (MIPS Remote) new node.
13119
13120 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13121 bug; (Environment) less passive, other small cleanups in text about
13122 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13123 (Remote) new MIPS Remote menu entry.
13124
13125Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13126
13127 * stabs.texinfo: Many changes to include information from the
13128 AIX documentation.
13129
13130 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13131
701adfb0
PA
13132Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13133
13134 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13135 Add PRINTF_HAS_LONG_LONG references.
13136
13137Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13138
13139 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13140 `set demangle-style arm' (not cfront); mention can type `q' to
13141 discard output, when gdb pages.
13142
c906108c
SS
13143Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13144
13145 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13146 Move a bunch of information from ../README.
13147 (Getting Started): New node.
13148
13149Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13150
13151 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13152
13153 * gdb.texinfo: advance manual revision dates to present
13154
13155 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13156 stop using silly Roman numerals in @set variable names
13157
13158Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13159
13160 * stabs.texinfo (Parameters): Keep trying to get this right.
13161
13162Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13163
13164 * stabs.texinfo (Parameters): More on "local parameters".
13165
13166Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13167
13168 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13169
13170Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13171
13172 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13173 (Parameters): Rewrite.
13174 (xcoff-differences, Sun-differences): Minor changes.
13175
13176Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13177
13178 * stabs.texinfo: Minor cleanup.
13179
13180Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13181
13182 * gdbint.texinfo: Minor xcoff stuff.
13183
13184Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13185
13186 * gdbint.texinfo: Update for new config directory structure.
13187 Add info about internal type data structures.
13188
13189Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13190
13191 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13192 $(srcdir).
13193 (gdb-config.texi): Depend on file in $(srcdir).
13194
13195Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13196
13197 * stabs.texinfo: Fixes about N_SO.
13198
701adfb0
PA
13199Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13200
13201 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13202
c906108c
SS
13203Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13204
13205 * gdb.texinfo: include list of nonstandard init file names
13206
13207 * *-config.texi: new switch GENERIC for text that applies *only*
13208 to (usual) multiple-target version of manual
13209
13210 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13211 h8 config
13212
13213 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13214 in menus (rather than conditionally selected multiple alternative
13215 menus).
13216
13217 * Makefile.in: define and use DOC_CONFIG var to select
13218 configuration for GDB user manual.
13219
13220 * gdb-config.texi: delete from repository, generate from Makefile.
13221
13222 * all-config.texi: normal `generic' configuration file, formerly
13223 stored as gdb-config.texi
13224
13225Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13226
13227 * Makefile.in: add dvi target to build all .dvi files
13228
13229Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13230
13231 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13232
701adfb0
PA
13233Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13234
13235 * stabs.texi: The `this' pointer is now known by the name
13236 `this' instead of `$t'.
13237
c906108c
SS
13238Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13239
13240 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13241 host conditionals.
13242 * stabs.texinfo: More array fixes inspired by Jim's.
13243
13244Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13245
13246 * stabs.texinfo: Fixes re arrays and continuations.
13247
13248 * gdbint.texinfo: Add XCOFF node.
13249
13250Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13251
13252 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13253
13254Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13255
13256 * stabs.texinfo: Fix for array types to mention lower bounds.
13257
13258Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13259
13260 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13261
13262Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13263
13264 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13265
13266Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13267
13268 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13269 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13270
13271Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13272
13273 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13274
701adfb0
PA
13275Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13276
13277 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13278
c906108c
SS
13279Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13280
13281 * gdb.texinfo, gdbinv-s.texi: misc updates
13282
13283Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13284
13285 * gdbint.texinfo: Brief documentation for longjmp support,
13286 from an email msg by Stu.
13287
13288Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13289
13290 * stabs.texinfo: Fix description of floating point "range"
13291 types (which really define basic types). Reported by Jim Meehan,
13292 <meehan@src.dec.com>.
13293
13294 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13295
13296Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13297
13298 * gdbint.texinfo: Slightly expand section on supporting a new
13299 object file format.
13300
13301Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13302
13303 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13304 intermediate file.
13305
13306Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13307
13308 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13309
13310Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13311
13312 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13313
13314 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13315 as well as Z8002.
13316
701adfb0
PA
13317Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13318
13319 * gdbint.texinfo (Host Conditionals): Remove
13320 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13321 MEM_FNS_DECLARED.
13322 (Target Conditionals): Remove all of the above.
13323
13324Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13325
13326 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13327 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13328
c906108c
SS
13329Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13330
13331 * gdbint.texinfo: Add sections on clean design and on how to send
13332 in changes.
13333
13334Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13335
13336 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13337
701adfb0
PA
13338Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13339
13340 * gdbint.texinfo: nm.h now included in defs.h.
13341
c906108c
SS
13342Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13343
13344 * gdb.texinfo: Fix typo, reported by Karl Berry.
13345
13346Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13347
13348 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13349
701adfb0
PA
13350Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13351
13352 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13353
13354Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13355
13356 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13357 (all @node commands): Use new form to avoid nitpicking errors.
13358 * gdbint.texinfo: Document host/native/target split.
13359
13360Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13361
13362 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13363
13364Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13365
13366 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13367
c906108c
SS
13368Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13369
13370 * gdbint.texinfo: fixed a stray email address (needs @@),
13371 added @table @code to node "Native Conditionals"
13372
701adfb0
PA
13373Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13374
13375 * gdbint.texinfo: document a few more macros, create new section
13376 for native macros.
13377
13378Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13379
13380 * gdb.texinfo: Document command hooks.
13381
c906108c
SS
13382Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13383
13384 * gdbint.texinfo: Describe coding style of GDB.
13385
13386Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13387
13388 * stabs.texinfo: Minor wording changes.
13389
13390Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13391
13392 * gdbint.texinfo: Improve release doc slightly.
13393
701adfb0
PA
13394Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13395
13396 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13397 for two new remote targets---29K using UDI, and Tandem ST2000
13398 using STDBUG.
13399
13400 * all.m4, none.m4: new m4 switch, _ST2000__
13401
13402 * all.m4: turn on H8/300 stuff for generic manual
13403
13404 * gdbinv-s.m4.in: remove text on special procedures to continue
13405 after explicit call to breakpoint() in serial stubs.
13406
c906108c
SS
13407Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13408
13409 * gdbint.texinfo: Improve doc of GDB config macros.
13410
13411Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13412
13413 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13414 These will be reinserted when examined.
13415
701adfb0
PA
13416Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13417
13418 * gdb.texinfo: fix shameful error of agreement reported by
13419 jimb@occs.cs.oberlin.edu (Jim Blandy)
13420 * gdb.texinfo: remove old partial discussion of remote serial
13421 protocol (via serial debug stubs)
13422 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13423 use of serial debug stubs
13424
c906108c
SS
13425Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13426
13427 * gdbint.texinfo: Make a start at documenting all the #if macros
13428 in GDB. At least list them all, and start separating them into
13429 host-specific and target-specific.
13430
13431Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13432
13433 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13434 examples (not consistent w others).
c906108c
SS
13435 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13436 for generic vn of doc
13437
13438Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13439
13440 * Makefile.in: always create installation directories.
13441
13442Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13443
13444 * gdb.texinfo: in h8 config, do not describe searching commands.
13445
13446Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13447
13448 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13449 conditionals; introduce a few generic switches that may be
13450 useful for other cross-dev or dos-hosted configs.
13451
13452 * gdb.texinfo: fix typo in "info reg" description
13453
13454Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13455
13456 * stabs.texinfo: Minor updates from running TeX over it.
13457 * Makefile.in (stabs.dvi, stabs.ps): Add.
13458
13459Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13460
13461 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13462 First pass at converting it to texinfo.
13463
13464Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13465
13466 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13467 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13468
13469Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13470
13471 * gdbint.texinfo: Add section on partial symbol tables.
13472
701adfb0
PA
13473Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13474
13475 * gdb.texinfo: Document new am29k setting.
13476
c906108c
SS
13477Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13478
13479 * gdb.texinfo: document `set remotedebug' and `set
13480 rstack_high_address'.
13481
13482Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13483
13484 * gdb.texinfo: slight expansion of new text on reading info files
13485 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13486 H8/300 from DOS.
13487
13488Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13489
13490 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13491
13492Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13493
13494 * gdb.texinfo: Say how to read the `info' files.
13495
13496Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13497
13498 * Makefile.in: gm4 -> m4.
13499
13500Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13501
13502 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13503 Documentation' ahead of `Installing GDB' to match README.
13504 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13505 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13506
13507Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13508
13509 * Makefile.in: remove $(srcdir) from gdb.info rule.
13510
13511Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13512
13513 * Makefile.in: commented out gdb-all.texinfo rule. This is
13514 temporary.
13515
13516Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13517
13518 * Makefile.in, configure.in: removed traces of namesubdir,
13519 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13520 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13521
13522Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13523
13524 * gdb.texinfo: Improve how we ask for bug reports.
13525
13526Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13527
13528 * Makefile.in: infodir belongs in datadir.
13529
13530Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13531
13532 * Makefile.in: remove spaces following hyphens, bsd make can't
13533 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13534 standards.text support.
c906108c
SS
13535
13536Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13537
13538 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13539 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13540 and mandir now keyed off datadir by default.
13541
13542\f
13543Local Variables:
9e9c5ae7 13544mode: change-log
c906108c
SS
13545left-margin: 8
13546fill-column: 74
13547version-control: never
463888ab 13548coding: utf-8
c906108c 13549End:
This page took 2.252353 seconds and 4 git commands to generate.