Fix fixed-point regression with recent GCC
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
04de9f3e
AB
12021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Specify Location): Move menu to the end of the
4 node.
5 (Auto-loading): Likewise.
6 (Extending GDB): Likewise.
7 (TUI): Likewise.
8 (Operating System Information): Likewise.
9
9d2d8a16
AB
102021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 PR cli/25956
13 * gdb.texinfo (Output Styling): Document version style.
14
d8c4766d
AB
152021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.texinfo (Auto-loading extensions): Add additional cross
18 references and move @menu to the end of the node.
19
fe461d2f
AB
202021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.texinfo (Aliases): Move @menu to the end of the node.
23
cc4bc93e
AB
242021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
27
a72d0f3d
AB
282021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.texinfo (Commands): Update menu.
31 (Extending GDB): Likewise.
32 (Command aliases default args): Moved later into the document,
33 added a cindex entry. Renamed the section 'Automatically prepend
34 default arguments to user-defined aliases' to 'Default Arguments'.
35 (Aliases): Moved earlier in the document. Minor rewording of the
36 first paragraph, down-cased the text inside all uses of @var, and
37 added a cross reference to the Python code. Renamed the section
38 'Creating new spellings of existing commands' to 'Command
39 Aliases'.
40
325d39e4
HD
412021-01-21 Hannes Domani <ssbssa@yahoo.de>
42
43 PR python/19151
44 * python.texi (Breakpoints In Python): Document
45 gdb.BP_HARDWARE_BREAKPOINT.
46
b5b5650a
JB
472021-01-01 Joel Brobecker <brobecker@adacore.com>
48
49 * gdb.texinfo, refcard.tex: Update copyright year range.
50
6596a5d4
HD
512020-12-29 Hannes Domani <ssbssa@yahoo.de>
52
53 * python.texi (Frame Decorator API): Fix method name.
54
f37059ea
AB
552020-12-23 Alex Bennée <alex.bennee@linaro.org>
56
57 * gdb.texinfo (Packets): Clarify language for ? packet.
58
904cb749
JB
592020-12-21 Joel Brobecker <brobecker@adacore.com>
60
61 * gdb.texinfo (Requirements): Add GMP to list of requirements.
62
e8460459
HD
632020-12-18 Hannes Domani <ssbssa@yahoo.de>
64
65 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
66
4aea001f
HD
672020-12-18 Hannes Domani <ssbssa@yahoo.de>
68
69 * python.texi (Values From Inferior): Document the address keyword.
70
85be4f5a
SM
712020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
72
73 PR gdb/27088
74 * gdb.texinfo (Range Checking): Fix "show check range" command
75 name.
76
ee9812a0
AB
772020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.texinfo (Caching Target Data): Document 'maint flush
80 dcache'.
81
50a5f187
AB
822020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
85 (Maintenance Commands): Document 'maint flush register-cache'.
86
ab954e4a
BE
872020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
88
89 * Makefile.in: Delete GDBvn.texi and version.subst only in
90 the maintainer-clean target.
91
9f121239
HD
922020-11-29 Hannes Domani <ssbssa@yahoo.de>
93
94 PR python/26974
95 * python.texi: Fix docu for static members argument.
96
a5c641b5
AB
972020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.texinfo (Debugging Output): Document 'set/show debug
100 fortran-array-slicing'.
101 (Special Fortran Commands): Document 'set/show fortran
102 repack-array-slices'.
103
ab33b152
AB
1042020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.texinfo (Maintenance Commands): Update description of 'maint
107 print c-tdesc'.
108
64aaad63
AB
1092020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.texinfo (Mode Options): Descriptions of initialization files
112 has been moved to 'Initialization Files'.
113 (Startup): Likewise.
114 (Initialization Files): New node.
115 (gdb man): Update to mention alternative file paths.
116 (gdbinit man): Likewise.
117
733d554a
TBA
1182020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
119
120 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
121 of the 'break'command.
122 * gdb.texinfo (Conditions): Document the '-force' flag of the
123 'condition' command.
124
b5fa468f
TBA
1252020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
126
127 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
128 locations for which the breakpoint condition is invalid.
129
4b136f6f
MF
1302020-10-06 Michael Forney <mforney@mforney.org>
131
132 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
133 install condition.
134
8d378f27
SM
1352020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
136
137 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
138
7b085b1c
SM
1392020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
140
141 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
142
6791b117
PA
1432020-09-13 Pedro Alves <pedro@palves.net>
144
145 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
146 "-break-insert --qualified" and "-dprintf-insert --qualified".
147
fdd8731b
SV
1482020-08-25 Shahab Vahedi <shahab@synopsys.com>
149
150 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
151
995d3a19
SV
1522020-08-25 Shahab Vahedi <shahab@synopsys.com>
153
154 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
155 Features.
156
e09eef98
TT
1572020-08-07 Tom Tromey <tromey@adacore.com>
158
159 * gdb.texinfo (Ravenscar Profile): Add examples.
160 Document runtime initialization limitation.
161
39791af2
JM
1622020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
163
164 * gdb.texinfo (Contributors): Add information for the eBPF
165 support.
166 (BPF): New section.
167
43d5901d
AB
1682020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * python.texi (Unwinding Frames in Python): Update descriptions
171 for PendingFrame.read_register and
172 gdb.UnwindInfo.add_saved_register.
173 (Frames In Python): Update description of Frame.read_register.
174
14fa8fb3
AB
1752020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * python.texi (Registers In Python): Document new find function.
178
b089853a
KB
1792020-07-22 Kevin Buettner <kevinb@redhat.com>
180
181 * gdb.texinfo (Maintenance Commands): Add documentation for
182 new command "maintenance print core-file-backed-mappings".
183
c9fe1b58
RT
1842020-07-22 Reuben Thomas <rrt@sc3d.org>
185
186 * gdb.texinfo (Remote Protocol, Overview): Correct the description
187 of which remote protocol commands are mandatory for a stub to
188 implement.
189
ae5369e7
LC
1902020-07-20 Ludovic Courtès <ludo@gnu.org>
191
192 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
193
68cf161c
LC
1942020-07-20 Ludovic Courtès <ludo@gnu.org>
195
196 * guile.texi (Memory Ports in Guile): Mark
197 'memory-port-read-buffer-size',
198 'set-memory-port-read-buffer-size!',
199 'memory-port-write-buffer-size',
200 'set-memory-port-read-buffer-size!' as deprecated.
201 (Guile Introduction): Clarify which Guile
202 versions are supported.
203
ed788fee
PC
2042020-07-13 Paul Carroll <pcarroll@codesourcery.com>
205
206 PR gdb/25716
207
208 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
209 apply' and adjust xrefs to it.
210
0a278aa7
PW
2112020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
212
213 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
214
6e2469ff
HD
2152020-07-08 Hannes Domani <ssbssa@yahoo.de>
216
217 * gdb.texinfo: Document Windows drive conversion of
218 'set auto-load scripts-directory'.
219
64cb3757
AB
2202020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.texi (Registers): Add @anchor for 'info registers
223 <reggroup>' command.
224 * python.texi (Architectures In Python): Document new
225 register_groups method.
226 (Registers In Python): Document two new object types related to
227 register groups.
228
0f767f94
AB
2292020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * python.texi (Python API): Add new section to the menu.
232 (Frames In Python): Add new @anchor.
233 (Architectures In Python): Document new registers method.
234 (Registers In Python): New section.
235
87dbc774
AB
2362020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * python.texi (Unwinding Frames in Python): Document
239 PendingFrame.architecture method.
240
edf92af0
EZ
2412020-06-26 Eli Zaretskii <eliz@gnu.org>
242
243 * gdb.texinfo (Shell Commands): More accurate description of use
244 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
245
caa7fd04
AB
2462020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.texinfo (Maintenance Commands): Document new 'maint print
249 xml-desc' command.
250
5b860c93
PW
2512020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
252
253 * gdb.texinfo (Command aliases default args): New node documenting
254 how to use default args for a command using aliases.
255 (Aliases): Document the new 'DEFAULT-ARGS...' option.
256 (Help): Update help aliases text and describe when full alias
257 definition is provided.
258
914592f9
TT
2592020-06-11 Tom Tromey <tromey@adacore.com>
260
261 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
262
c5a6a07f
JG
2632020-06-10 Jonny Grant <jg@jguk.org>
264
265 * gdb.texinfo: Remove broken links Previous and Up from
266 contents.
267
0a4f5f8c
TT
2682020-05-23 Tom Tromey <tom@tromey.com>
269
270 * gdb.texinfo (Output Styling): Don't mention completion styling.
271 (Editing): Don't mention readline completion styling.
272
eca1f90c
TT
2732020-05-23 Tom Tromey <tom@tromey.com>
274
275 * gdb.texinfo (Output Styling): Mention completion styling.
276 (Editing): Mention readline completion styling.
277
98c59b52
PA
2782020-05-19 Pedro Alves <palves@redhat.com>
279
280 * gdb.texinfo (Attach): Update exec-file-mismatch description to
281 mention build IDs.
282 (Separate Debug Files): Add "build id" anchor.
283
5b4a1a8d
PW
2842020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
285
286 * gdb.texinfo (Help): Document the help and apropos changes.
287 (Aliases): Document new meaning of -a abbreviation flag.
288
aa8509b4
KR
2892020-05-05 Kamil Rytarowski <n54@gmx.com>
290
291 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
292 (info proc exe, info proc mappings, info proc stat): Mention
293 NetBSD support.
294
2b2fbab8
TT
2952020-04-28 Tom Tromey <tom@tromey.com>
296
297 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
298
45fc7c99
TT
2992020-04-27 Tom Tromey <tromey@adacore.com>
300
301 * python.texi (Types In Python): Mention missing fields. Add
302 dynamic type example.
303
1acda803
TT
3042020-04-24 Tom Tromey <tromey@adacore.com>
305
306 PR python/23662:
307 * python.texi (Types In Python): Document new features.
308
0ca4866a
AS
3092020-04-15 Artur Shepilko <nomadbyte@gmail.com>
310
311 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
312 clears makeinfo warnings.
313 * python.texi: Add a missing period trailing an @xref{} clause;
314 this clears a makeinfo warning.
315
09f2921c
TV
3162020-03-06 Tom de Vries <tdevries@suse.de>
317
318 * gdb.texinfo: Fix "the the".
319
0bab6cf1
TV
3202020-03-04 Tom de Vries <tdevries@suse.de>
321
322 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
323 * python.texi: Same.
324
63e163f2
AB
3252020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.texinfo (Command History): Extend description for
328 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
329 'set history filename' being optional. Describe the effect of an
330 empty history filename on 'set history save on'.
331
e56d7f1e
AB
3322020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
335 output.
336
01b1af32
TT
3372020-02-22 Tom Tromey <tom@tromey.com>
338
339 * python.texi (Python API): Add menu item.
340 (TUI Windows In Python): New node.
341
7c043ba6
TT
3422020-02-22 Tom Tromey <tom@tromey.com>
343
344 PR tui/17850:
345 * gdb.texinfo (TUI Commands): Document horizontal layouts.
346
ee325b61
TT
3472020-02-22 Tom Tromey <tom@tromey.com>
348
349 * gdb.texinfo (TUI Overview): Mention user layouts.
350 (TUI Commands): Document "tui new-layout".
351
b7d2fe14
TT
3522020-01-26 Tom Tromey <tromey@adacore.com>
353
354 * gdb.texinfo (M68K Features): Document floating-point feature
355 correspondence.
356
e47e48f6
PW
3572020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
358
359 * gdb.texinfo (Attach): Document the new option and the
360 set/show commands.
361 (Connecting): Reference the exec-file-mismatch option.
362
65c574f6
PA
3632020-01-10 Pedro Alves <palves@redhat.com>
364
365 * gdb.texinfo (Starting): Say "current inferior not connected"
366 instead of "GDB not connected".
367 (Inferiors and Programs): Rename node to ...
368 (Inferiors Connections and Programs): ... this. Update all
369 references. Talk about multiple target connections. Update "info
370 inferiors" info to mention the connections column. Describe "info
371 connections". Document "add-inferior -no-connection".
372 * guile.texi, python.texi: Update cross references.
373
e5d78223
JB
3742020-01-01 Joel Brobecker <brobecker@adacore.com>
375
376 * gdb.texinfo, refcard.tex: Update copyright year range.
377
db178f47
AB
3782019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * python.texi (Symbols In Python): Remove duplicate description of
381 gdb.lookup_global_symbol.
382
27f7b2f6
SM
3832019-12-11 Simon Marchi <simon.marchi@efficios.com>
384
385 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
386
d8edc8b7
PW
3872019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
388
389 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
390 as -r is ambiguous. Update the print - TAB TAB completion result.
391 (Data): Document new option -raw-values. Use -p and -pretty in the
392 example, as -r is ambiguous.
393 (Print Settings): Document set print raw values.
394 (Pretty-Printer Commands): Document interaction between enabled
395 pretty printers and -raw-values/-raw-frame-arguments.
396
77bb17b6
TT
3972019-12-10 Tom Tromey <tom@tromey.com>
398
399 * python.texi (gdb.prompt): Use correct quotes in example.
400 Shorten sample text.
401
c2512106
AB
4022019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
405 -max-results to some -symbol-info-* commands.
406
293b38d6
AB
4072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
410 -symbol-info-module-functions and -symbol-info-module-variables.
411
a2a7af0c
TT
4122019-12-01 Tom Tromey <tom@tromey.com>
413
414 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
415 (Output Styling): Document new settings.
416
d1da6b01
TT
4172019-12-01 Tom Tromey <tom@tromey.com>
418
419 * gdb.texinfo (TUI Configuration): Document new setting.
420
bf498525
PW
4212019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
422
423 * gdb.texinfo (Define): Indicate that user-defined prefix can
424 be used in 'define' command. Document 'define-prefix' command.
425
db5960b4
AB
4262019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
427
428 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
429 -symbol-info-modules.
430
7dc42066
AB
4312019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
434 -symbol-info-functions, -symbol-info-types, and
435 -symbol-info-variables.
436
22138db6
TT
4372019-11-26 Tom Tromey <tom@tromey.com>
438
439 * gdb.texinfo (Maintenance Commands): Document new maint
440 commands.
441
6cc8564b
LM
4422019-11-25 Luis Machado <luis.machado@linaro.org>
443
444 * gdb.texinfo (Debugging Output): Document set debug
445 remote-packet-max-chars.
446
6b92c0d3
TV
4472019-11-14 Tom de Vries <tdevries@suse.de>
448
449 * gdb.texinfo: Fix typos.
450 * python.texi: Same.
451 * stabs.texinfo: Same.
452
45e42163
TT
4532019-11-12 Tom Tromey <tom@tromey.com>
454
455 * gdb.texinfo (Maintenance Commands): Document new command.
456
c86d74cc
TT
4572019-11-11 Tom Tromey <tom@tromey.com>
458
459 * gdb.texinfo (TUI Keys): Document readline function names.
460
c71acd15
TT
4612019-11-11 Tom Tromey <tom@tromey.com>
462
463 * gdb.texinfo (Editing): Document operate-and-get-next.
464
fb092e09
TT
4652019-11-11 Tom Tromey <tromey@adacore.com>
466
467 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
468
086baaf1
AB
4692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * python.texi (Symbols In Python): Add documentation for
472 gdb.lookup_static_symbols.
473
09ff83af
AB
4742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * python.texi (Symbols In Python): Extend documentation for
477 gdb.lookup_static_symbol.
478
165f8965
AB
4792019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.texinfo (Symbols): Document new 'info module variables' and
482 'info module functions' commands.
483
59c35742
AB
4842019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.texinfo (Symbols): Document new 'info modules' command.
487
aed61d02
PW
4882019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
489
490 * gdb.texinfo (Convenience Funs): Document the new
491 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
492 convenience functions.
493
ed2a2229
CB
4942019-10-29 Christian Biesinger <cbiesinger@google.com>
495
496 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
497 generation.
498 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
499 option.
500
6999161a
TT
5012019-10-23 Tom Tromey <tom@tromey.com>
502
503 * Makefile.in (READLINE_DIR): Update.
504
14796d29
CB
5052019-10-23 Christian Biesinger <cbiesinger@google.com>
506
507 * python.texi (Threads In Python): Add a note for how to get the
508 list of threads.
509
760f7560
TV
5102019-10-07 Tom de Vries <tdevries@suse.de>
511
512 * gdb.texinfo: Fix typo.
513 * guile.texi: Same.
514 * python.texi: Same.
515
0a4b0913
AB
5162019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
517
518 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
519
37f6a7f4
TT
5202019-10-02 Tom Tromey <tromey@adacore.com>
521
522 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
523 $_ada_exception.
524
abf516c6
UW
5252019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
526
527 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
528 qXfer:spu:read and qXfer:spu:write.
529 (General Query Packets): Likewise.
530 (Cell Broadband Engine SPU architecture): Remove subsection.
531
11061048
TT
5322019-09-18 Tom Tromey <tom@tromey.com>
533
534 * gdb.texinfo (Editing): Document readline application name.
535 (TUI Single Key Mode): Document TUI SingleKey keymap name.
536
f1b620e9
MG
5372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.texinfo (Source Path): Additional text to better describe
540 how the source path directory list is used when searching for
541 source files.
542
4993045d
PW
5432019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
544
545 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
546 examples.
547
2d601616
TT
5482019-09-10 Tom Tromey <tromey@adacore.com>
549
550 * gdb.texinfo (Index Files): Update Ada text.
551
4acfdd20
AB
5522019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.texinfo (Symbols): Add information about the -n flag to
555 "info variables" and "info functions".
556
e3ec872f
YS
5572019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
558
559 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
560
aa7ca1bb
AH
5612019-08-16 Alan Hayward <alan.hayward@arm.com>
562
563 * gdb.texinfo (AArch64 Pointer Authentication)
564 (GDB/MI Breakpoint Information) (Frame Information): Document
565 addr_field.
566
86c6b807
TT
5672019-08-12 Tom Tromey <tom@tromey.com>
568
569 * gdb.texinfo (Configure Options): Document minimum version of
570 readline.
571
1ba7cdcd
AH
5722019-08-09 Alan Hayward <alan.hayward@arm.com>
573
574 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
575
3d31bc39
AH
5762019-08-07 Alan Hayward <alan.hayward@arm.com>
577
578 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
579
0b27c27d
CB
5802019-08-05 Christian Biesinger <cbiesinger@google.com>
581
582 * python.texi (Blocks In Python): Document dictionary access on blocks.
583
ae60f04e
PW
5842019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
585
586 * gdb.texinfo (Symbols): Document new args -dirname and -basename
587 of "info sources" command.
588
2906593f
CB
5892019-07-30 Christian Biesinger <cbiesinger@google.com>
590
591 * python.texi (Symbols In Python): Document new function
592 gdb.lookup_static_symbol.
593
c620ed88
CB
5942019-07-29 Christian Biesinger <cbiesinger@google.com>
595
596 * python.texi (Objfiles In Python): Document new functions
597 Objfile.lookup_{global,static}_symbol.
598
bc4268a5
PW
5992019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
600
601 * gdb.texinfo (Backtrace): Document the new '-frame-info'
602 backtrace option. Reference 'set print frame-info'.
603 (Print Settings): Document 'set|show print frame-info'.
604 Document new 'presence' value for 'set print frame-arguments.
605
a8eab7c6
AB
6062019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.texinfo (Symbols): Add information about -q flag to "info
609 types".
610
86ceaf98
KB
6112019-07-20 Kevin Buettner <kevinb@redhat.com>
612
613 * python.texi (python command): Revise example to match
614 command behavior.
615
cb1e4e32
PA
6162019-07-09 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
619 examples to show type=catchpoint instead of type=breakpoint and an
620 address.
621
fdbc9870
PA
6222019-07-03 Pedro Alves <palves@redhat.com>
623 Philippe Waroquiers <philippe.waroquiers@skynet.be>
624
625 * gdb.texinfo (Command Settings): New node documenting the general
626 concept of settings, how to change them, and the new "with"
627 command.
628 (Maintenance Commands): Document "maint with".
629
c6ac8931
PA
6302019-07-03 Pedro Alves <palves@redhat.com>
631
632 * gdb.texinfo (Maintenance Commands): Document "maint set/show
633 test-settings" instead of "maint test-settings set/show".
634
4ed4690f
SM
6352019-06-18 Simon Marchi <simon.marchi@efficios.com>
636
637 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
638 deals with a file that has the same name as the specified pid to
639 attach to. Add example using -p option.
640 (gdb man): Remove same sentence as in previous item.
641
30056ea0
AB
6422019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
645 node.
646 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
647 new MI commands.
648
3345721a
PA
6492019-06-13 Pedro Alves <palves@redhat.com>
650
651 * gdb.texinfo (Command Completion): Mention command options too.
652 (Command Options): New node.
653 (Threads): Add anchors. Extend descriptions of the "taas" and
654 "tfaas" commands.
655 (Backtrace): Describe new options of the "backtrace" command. Add
656 anchors.
657 (Frame Apply): Describe new options of the "frame apply" and
658 "faas" commands. Add anchors.
659 (Data): Describe new options of the "print" command. Add anchors.
660 (Compiling and Injecting Code): Mention options of the "compile
661 print" command.
662 (Maintenance Commands): Mention "maint test-options" subcommands
663 and the "maint show test-options-completion-result" command.
664
2daf894e
PA
6652019-06-13 Pedro Alves <palves@redhat.com>
666
667 * gdb.texinfo (Print Settings): Document "set/show print
668 raw-frame-arguments" instead of "set/show print raw
669 frame-arguments".
670
dca0f6c0
PA
6712019-06-13 Pedro Alves <palves@redhat.com>
672
673 * gdb.texinfo (Maintenance Commands): Document "maint
674 test-settings" commands.
675
1a3da2cd
AB
6762019-06-06 Amos Bird <amosbird@gmail.com>
677
678 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
679 annotation.
680
e1f2e1a2
CB
6812019-06-04 Christian Biesinger <cbiesinger@google.com>
682
d3238f7d 683 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 684
e664d728
PW
6852019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
686
687 * gdb.texinfo (Help): Document the new -v apropos flag.
688 (Output Styling): Document the style name styling done by "show style".
689 Document the new title and highlight styles.
690
e2c52041
PW
6912019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
692
693 * gdb.texinfo (Shell Commands): Document pipe command.
694 (Logging Output): Add a reference to pipe command.
695 (Convenience Variables): Document $_shell_exitcode and
696 $_shell_exitstatus.
697
000439d5
TT
6982019-05-29 Tom Tromey <tromey@adacore.com>
699
700 * gdb.texinfo (Continuing and Stepping): Document new
701 commands.
702
b7060614
AH
7032019-05-22 Alan Hayward <alan.hayward@arm.com>
704
705 * gdb.texinfo (Shell Commands): Add debugredirect.
706
7166f90a
JV
7072019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
708
709 * gdb.texinfo: Minor formatting fixes.
710
26648588
JV
7112019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
712
713 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
714 MI command -complete.
715
a0a3a1e9
TV
7162019-05-14 Tom de Vries <tdevries@suse.de>
717
718 * gdb.texinfo (Automatic symbol index cache): Add concept and command
719 index entries.
720
3c2fcaf9
TV
7212019-05-14 Tom de Vries <tdevries@suse.de>
722
723 * gdb.texinfo (Maintenance Commands): Remove superfluous
724 quoting on command index entry for "maint info selftests".
725
a97c8e56
TT
7262019-05-10 Tom Tromey <tromey@adacore.com>
727
728 * python.texi (Pretty Printing API): Mention lazy computation for
729 "children".
730
b8e07335
TT
7312019-05-10 Tom Tromey <tromey@adacore.com>
732
733 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
734 exception" and "catch handlers". Move "catch exception unhandled"
735 text. Use @var for "catch load" and "catch unload"
736
9d3421af
TT
7372019-05-08 Tom Tromey <tromey@adacore.com>
738
739 * gdb.texinfo (Symbols): Document change to ptype/o.
740
5f2459c2
EZ
7412019-05-03 Eli Zaretskii <eliz@gnu.org>
742
743 * gdb.texinfo (Separate Debug Files): Document how the
744 subdirectory of the global debug directory is computed on
745 MS-Windows/MS-DOS.
746
2e62ab40
AB
7472019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.texinfo (Print Settings): Document 'print max-depth'.
750 * guile.texi (Guile Pretty Printing API): Document that 'print
751 max-depth' can effect the display of a values children.
752 * python.texi (Pretty Printing API): Likewise.
753 (Values From Inferior): Document max_depth keyword.
754
136afab8
PW
7552019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
756
757 * gdb.texinfo (Calling): Document the new
758 set|show may-call-functions.
759
73f8a590
PA
7602019-04-22 Pedro Alves <palves@redhat.com>
761
762 * gdb.texinfo (Reverse Execution): Mention and xref process record
763 and replay. Mention remote and system emulators.
764 (Process Record and Replay): List supported architectures.
765 Mention that "record btrace" is only supported on Intel
766 processors.
767
aeb2e706
AH
7682019-04-17 Alan Hayward <alan.hayward@arm.com>
769
770 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
771 (Monitor Commands for gdbserver)
772 (gdbserver man): Add debug-file option.
773
2b0c8b01
KB
7742019-04-08 Kevin Buettner <kevinb@redhat.com>
775
776 * python.texi (Inferiors In Python): Rename
777 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
778 Add note about the former being deprecated.
779
c369f8f0
KB
7802019-04-08 Kevin Buettner <kevinb@redhat.com>
781
782 * python.texi (Threads In Python): Add description for method
783 InferiorThread.handle.
784
48ab418e
TT
7852019-04-07 Tom Tromey <tom@tromey.com>
786
787 * Makefile.in (all): Depend on "info".
788
8bdc1658
AB
7892019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.texinfo (Convenience Funs): Document '$_creal' and
792 '$_cimag'.
793
7734102d
EZ
7942019-03-30 Eli Zaretskii <eliz@gnu.org>
795
796 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
797 $_gdb_minor.
798
9f9aa852
AB
7992019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * python.texi (Pretty Printing API): Document use of None for the
802 display_hint.
803
6dc0ebde
AH
8042019-03-22 Alan Hayward <alan.hayward@arm.com>
805 Jiong Wang <jiong.wang@arm.com>
806
807 * gdb.texinfo (AArch64 Features): Describe pauth feature.
808
48869a5f
TT
8092019-03-20 Tom Tromey <tromey@adacore.com>
810
811 * python.texi (Selecting Pretty-Printers): Use @defvar for
812 gdb.pretty_printers.
813
5c85e20d
SM
8142019-03-14 Simon Marchi <simon.marchi@efficios.com>
815
816 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
817 of table, "@end @table" -> "@end table".
818
d085f989
TT
8192019-03-14 Tom Tromey <tromey@adacore.com>
820
821 * gdb.texinfo (Output Styling): Document "set style source" and
822 "show style source".
823
b4be1b06
SM
8242019-03-13 Simon Marchi <simon.marchi@ericsson.com>
825
826 * gdb.texinfo (Mode Options): Mention mi3.
827 (Interpreters): Likewise.
828 (GDB/MI Development and Front Ends): Add entry for MI 3 in
829 version table. Document -fix-multi-location-breakpoint-output.
830 (GDB/MI Breakpoint Information): Document format of breakpoint
831 location output.
832
ff6c8b35
SM
8332019-03-05 Simon Marchi <simon.marchi@efficios.com>
834
835 * python.texi (Values From Inferior): Change synopsys of the
836 second form of Value.__init__.
837
e3624a40
EZ
8382019-03-02 Eli Zaretskii <eliz@gnu.org>
839
840 * gdb.texinfo (Output Styling): Fix typos. Document the default
841 foreground colors of the available styles.
842
2c3fc25d
KB
8432019-02-27 Kevin Buettner <kevinb@redhat.com>
844
845 * gdb.texinfo (Configure Options): Document minimum python
846 version.
847
af54ade9
KB
8482019-02-26 Kevin Buettner <kevinb@redhat.com>
849
850 * python.texi (Values From Inferior): Document second form
851 of Value.__init__.
852
c97a7739
JB
8532019-02-23 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.texinfo: Update copyright year ranges.
856 * refcard.tex: Likewise.
857
7557a514
AH
8582019-02-21 Alan Hayward <alan.hayward@arm.com>
859
860 * gdb.texinfo: Update style defaults.
861
2d8b6830
TT
8622019-02-21 Tom Tromey <tromey@adacore.com>
863
864 * gdb.texinfo (Remote Configuration): Remove trailing "." from
865 @item.
866
1fea0d53
SM
8672019-01-16 Simon Marchi <simon.marchi@ericsson.com>
868
869 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
870 MI versions. Update text around it.
871
6f072a10
PFC
8722019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
873
874 * gdb.texinfo (PowerPC Features): Document the alias
875 pseudo-registers for the org.gnu.gdb.power.altivec feature.
876
041be526
SM
8772019-01-09 Simon Marchi <simon.marchi@ericsson.com>
878
879 * gdb.texinfo (Print Settings): Remove mention of specific
880 demangle-style values, just refer to the in-process help.
881
140a4bc0
TT
8822018-12-28 Tom Tromey <tom@tromey.com>
883
884 * gdb.texinfo (Output Styling): New node.
885
e9076973
JB
8862018-12-13 John Baldwin <jhb@FreeBSD.org>
887
888 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
889 (Native): Add a FreeBSD subsection.
890 (FreeBSD): Document use of system call aliases for compatibility
891 system calls.
892
b5ffee31
AB
8932018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.texinfo (Standard Target Features): Add RISC-V Features
896 sub-section.
897
20813a0b
PW
8982018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
899
900 * gdb.texinfo (Examining the Symbol Table): Document language choice
901 for 'info types|functions|variables' commands.
902 (Setting Breakpoints): Document language choice to print
903 the functions in which a breakpoint is set.
904
4b905ae1
PFC
9052018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
906
907 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
908 requirements for the org.gnu.gdb.power.vsx feature.
909
87f7ab7b
JB
9102018-11-01 Joel Brobecker <brobecker@adacore.com>
911
912 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
913 output to match the current implementation.
914
d321477b
PW
9152018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
916
917 * gdb.texinfo (Information About a Frame): Document changes
918 to 'info args' and 'info locals'.
919 (Examining the Symbol Table): Document changes to 'info functions'
920 and 'info variables'.
921
8d619c01
EBM
9222018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
923
924 * gdb.texinfo (PowerPC Features): Describe new features
925 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
926 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
927 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
928 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
929
232bfb86
EBM
9302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
931
932 * gdb.texinfo (PowerPC Features): Describe new features
933 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
934
f2cf6173
EBM
9352018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
936
937 * gdb.texinfo (PowerPC Features): Describe new feature
938 "org.gnu.gdb.power.tar".
939
7ca18ed6
EBM
9402018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
941
942 * gdb.texinfo (PowerPC Features): Describe new features
943 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
944
d6677607
TT
9452018-10-20 Tom Tromey <tom@tromey.com>
946
947 * gdb.texinfo (TUI Commands): Add @end table.
948 (TUI Configuration): Remove stray @end table.
949
7806cea7
TT
9502018-10-19 Tom Tromey <tom@tromey.com>
951
952 PR tui/18388:
953 * gdb.texinfo (TUI Commands): Remove tabset documentation.
954 (TUI Configuration): Document "set tui tab-width".
955
163cffef
TT
9562018-10-09 Tom Tromey <tom@tromey.com>
957
958 * python.texi (Inferiors In Python): Link to "Frames In Python",
959 not "Unwinding Frames in Python".
960
eff98030
TT
9612018-10-09 Tom Tromey <tom@tromey.com>
962
963 * gdb.texinfo (Configure Options): Update --enable-ubsan
964 documentation.
965
74792ff7
JB
9662018-10-08 John Baldwin <jhb@FreeBSD.org>
967
968 * gdb.texinfo (Contributors): Add SRI International and University
969 of Cambridge for FreeBSD/riscv.
970
add5ded5
TT
9712018-10-06 Tom Tromey <tom@tromey.com>
972
973 PR python/19399:
974 * python.texi (Inferiors In Python): Document
975 Inferior.Architecture.
976
51e78fc5
TT
9772018-10-06 Tom Tromey <tom@tromey.com>
978
979 PR python/21765:
980 * python.texi (Symbols In Python): Document the module and
981 common-block domains. Remove documentation for incorrect
982 domains.
983
f35d5ade
TT
9842018-10-03 Tom Tromey <tom@tromey.com>
985
986 * gdb.texinfo (Configure Options): Document --enable-ubsan.
987
c1168a2f
JD
9882018-10-02 John Darrington <john@darrington.wattle.id.au>
989
990 * gdb.texinfo (Remote Connection Commands): Describe
991 the changes to target remote and target extended-remote
992 relating to Unix domain sockets.
993
a95746f9
TT
9942018-10-01 Tom Tromey <tom@tromey.com>
995
996 * gdb.texinfo (Configure Options): Document configure options.
997
7f0bd420
TT
9982018-09-29 Tom Tromey <tom@tromey.com>
999
1000 * gdb.texinfo (Requirements): Mention C++, GNU make.
1001 (Requirements): Sort the table. Add more libraries.
1002 (Running Configure): Remove obsolete text.
1003 (Separate Objdir): Likewise.
1004 (Configure Options): Likewise.
1005
f67ffa6a
AB
10062018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1007
1008 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1009 to highlight that the number is also the frame's level.
1010 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1011 commands.
1012 (Frame Info): Rewrite documentation for 'info frame' command.
1013
ae778caf
TT
10142018-09-23 Tom Tromey <tom@tromey.com>
1015
1016 PR python/18852:
1017 * python.texi (Parameters In Python): Document exception behavior
1018 of get_set_string.
1019
73f1bd76
JB
10202018-09-18 John Baldwin <jhb@FreeBSD.org>
1021
1022 * gdb.texinfo (info proc): Remove "running".
1023 (info proc mappings): Replace "program" with "process".
1024
8b113111
JB
10252018-09-18 John Baldwin <jhb@FreeBSD.org>
1026
1027 * gdb.texinfo (Process Information): Document "info proc files"
1028 command.
1029
e6cd1dc1
TT
10302018-09-17 Tom Tromey <tom@tromey.com>
1031
1032 * gdb.texinfo (Index Files): Update for cache directory change on
1033 macOS.
1034
8743a9cd
TT
10352018-09-16 Tom Tromey <tom@tromey.com>
1036
1037 * python.texi (Basic Python): Update docs for find_pc_line,
1038 solib_name.
1039 (Progspaces In Python): Update docs for current_progspace.
1040 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1041 Move method documentation before example.
1042
74d3fbbb
SM
10432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1044
1045 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1046
0ae1a321
SM
10472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10482018-09-13 Tom Tromey <tom@tromey.com>
1049
1050 * python.texi (Program Spaces In Python): Document the
1051 Progspace.objfiles method.
1052 (Objfiles In Python): Mention that gdb.objfiles() is identical
1053 to gdb.selected_inferior().progspace.objfiles().
1054
a40bf0c2
SM
10552018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10562018-09-13 Tom Tromey <tom@tromey.com>
1057
1058 * python.texi (Inferiors In Python): Document
1059 Inferior.progspace.
1060 (Program Spaces In Python): Document that
1061 gdb.current_progspace() is the same as
1062 gdb.selected_inferior().progspace.
1063
1256af7d
SM
10642018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1065
1066 * python.texi (Basic Python): Mention the string representation
1067 of GDB Python objects.
1068
3e68067f
SM
10692018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1070
1071 * gdb.texinfo (Skipping Over Functions and Files): Document
1072 set/show debug skip.
1073
849cba3b
TT
10742018-09-10 Tom Tromey <tom@tromey.com>
1075
1076 * python.texi (Frames In Python, Blocks In Python)
1077 (Symbols In Python, Symbol Tables In Python)
1078 (Lazy Strings In Python): Remove periods from section titles.
1079
27a9fec6
TT
10802018-09-10 Tom Tromey <tom@tromey.com>
1081
1082 * python.texi (Pretty Printing API): Swap sentence order.
1083
9da10427
TT
10842018-09-10 Tom Tromey <tom@tromey.com>
1085
1086 PR python/16461:
1087 * python.texi (Values From Inferior): Mention use of virtual
1088 table.
1089
0d2a5839
TT
10902018-09-10 Tom Tromey <tom@tromey.com>
1091
1092 * python.texi (Basic Python): Parenthesize argument to
1093 decode_line.
1094
05c6bdc1
TT
10952018-09-10 Tom Tromey <tom@tromey.com>
1096
1097 * python.texi (Python): Mention Python versions. Don't mention
1098 execfile.
1099
e7b5068c
TT
11002018-09-10 Tom Tromey <tom@tromey.com>
1101
1102 PR python/19808:
1103 * python.texi (Unwinding Frames in Python): Rewrite
1104 create_unwind_info documentation. Update read_register
1105 documentation and add a note about unwinder caution.
1106
fb5af5e3
TT
11072018-09-10 Tom Tromey <tom@tromey.com>
1108
1109 PR python/18909:
1110 * python.texi (Events In Python): Fix inferior_call
1111 documentation.
1112
521b499b
TT
11132018-09-10 Tom Tromey <tom@tromey.com>
1114
1115 PR python/17752:
1116 * python.texi (Frame Filter API): Remove period from subsection
1117 title. Mention 100 as good default priority.
1118 (Frame Decorator API): Remove period from subsection title.
1119 Mention FrameDecorator module.
1120
4a5a194a
TT
11212018-09-10 Tom Tromey <tom@tromey.com>
1122
1123 PR python/23108:
1124 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1125 and add a table.
1126
f5a476a7
TT
11272018-09-10 Tom Tromey <tom@tromey.com>
1128
1129 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1130 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1131 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1132 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1133
60c0454d
TT
11342018-09-10 Tom Tromey <tom@tromey.com>
1135
1136 PR python/16484:
1137 * python.texi (Frames In Python): Document that Frame.block can
1138 throw.
1139
088a96da
TT
11402018-09-10 Tom Tromey <tom@tromey.com>
1141
1142 PR python/23487:
1143 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1144
22eb9e92
TT
11452018-09-10 Tom Tromey <tom@tromey.com>
1146
1147 PR python/16033:
1148 * python.texi (Blocks In Python): Document that Block.end is
1149 exclusive.
1150
078a0207
KS
11512018-08-29 Keith Seitz <keiths@redhat.com>
1152
1153 * gdb.texinfo (Compiling and injecting code in GDB): Document
1154 set/show "compile-oracle" and "compile-cplus-types" commands.
1155
6d52907e
JV
11562018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1157
1158 * gdb.texinfo (The -stack-list-frames Command): Update description
1159 to mention "arch".
1160 Update MI examples throughout the document to contain "arch" in
1161 frame output.
1162
1461bdac
AH
11632018-08-21 Alan Hayward <alan.hayward@arm.com>
1164
1165 * gdb.texinfo (AArch64 SVE): New subsubsection.
1166
26fb3983
JV
11672018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1168
1169 * gdb.texinfo (GDB/MI Data Manipulation): Document
1170 "-data-disassemble -a addr".
1171 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1172 feature.
1173
7d11235d
SM
11742018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1175
1176 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1177 symbol index cache.
1178
129eb0f1
SDJ
11792018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1180
1181 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1182 option sections to further clarify that gcore can take more
1183 than one PID, and that "-o" is used to specify a prefix, not a
1184 filename.
1185
3c3bb058
AB
11862018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1187
1188 * gdb.texinfo (Maintenance Commands): Add description of
1189 maintenance command to control dwarf unwinders.
1190
0a232300
PW
11912018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1192
1193 * gdb.texinfo (Debugging Programs with Multiple Threads):
1194 Document changes to 'thread apply'. Document 'taas'.
1195 Document 'tfaas'.
1196 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1197
c7ab0aef
SDJ
11982018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1199 Jan Kratochvil <jan.kratochvil@redhat.com>
1200 Paul Fertser <fercerpav@gmail.com>
1201 Tsutomu Seki <sekiriki@gmail.com>
1202
1203 * gdb.texinfo (Remote Connection Commands): Add explanation
1204 about new IPv6 support. Add new connection prefixes.
1205
055303e2
AB
12062018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.texinfo (Remote Configuration): Update descriptions for
1209 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1210 and hardware-watchpoint-length-limit variables.
1211
471b9d15
MR
12122018-07-02 Maciej W. Rozycki <macro@mips.com>
1213
1214 PR tdep/8282
1215 * gdb.texinfo (Source and Machine Code): Document `set
1216 disassembler-options' support for the MIPS target.
1217
291f9a96
PT
12182018-06-28 Petr Tesarik <ptesarik@suse.cz>
1219
1220 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1221
ed6dfe51
PT
12222018-06-28 Petr Tesarik <ptesarik@suse.cz>
1223
1224 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1225 is no longer mandatory.
1226
d4d429d5
PT
12272018-06-28 Petr Tesarik <ptesarik@suse.cz>
1228
1229 * gdb.texinfo (Files): Document "symbol-file -o offset".
1230
0dbfed25
TV
12312018-06-14 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1234
41fc26a2
EZ
12352018-06-11 Eli Zaretskii <eliz@gnu.org>
1236
1237 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1238
5045b3d7
GB
12392018-06-08 Gary Benson <gbenson@redhat.com>
1240
1241 * gdb.texinfo (Maintenance Commands): Document "maint check
1242 libthread-db" and "maint set/show check-libthread-db".
1243
eb6af809
TT
12442018-06-05 Tom Tromey <tom@tromey.com>
1245
1246 PR cli/12326:
1247 * gdb.texinfo (Screen Size): Document "c" response to pagination
1248 prompt.
1249
4b2dfa9d
MR
12502018-05-31 Maciej W. Rozycki <macro@mips.com>
1251
1252 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1253 selection details with the `set endian auto' mode.
1254
701adfb0
PA
12552018-05-31 Alan Hayward <alan.hayward@arm.com>
1256
1257 * gdb.texinfo: Describe SVE feature.
1258
a913fffb
TT
12592018-05-04 Tom Tromey <tom@tromey.com>
1260
1261 PR python/22731:
1262 * python.texi (Breakpoints In Python): Mention that "commands" is
1263 writable.
1264
0489430a
TT
12652018-05-02 Tom Tromey <tom@tromey.com>
1266
1267 PR python/20084:
1268 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1269 PARAM_ZUINTEGER_UNLIMITED.
1270
6d7bb824
TT
12712018-04-30 Tom Tromey <tom@tromey.com>
1272
1273 * python.texi (Types In Python): Document Type.align.
1274
b744723f
AA
12752018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1276
1277 * gdb.texinfo (Symbols): Mention the fact that "info
1278 variables/functions/types" show source files and line numbers.
1279
4a4495d6
MM
12802018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1281
1282 * gdb.texinfo: Document set/show record btrace cpu.
1283
3fcded8f
JB
12842018-03-27 Joel Brobecker <brobecker@adacore.com>
1285
1286 * gdb.texinfo (Ada Settings): New subsubsection.
1287
978d6c75
TT
12882018-03-26 Tom Tromey <tom@tromey.com>
1289
1290 PR backtrace/15582:
1291 * gdb.texinfo (Backtrace): Mention "hide" argument.
1292
ea3b0687
TT
12932018-03-26 Tom Tromey <tom@tromey.com>
1294
1295 * gdb.texinfo (Backtrace): Describe options individually.
1296
76727919
TT
12972018-03-19 Tom Tromey <tom@tromey.com>
1298
1299 * observer.texi: Remove.
1300
386a8676
JB
13012018-03-04 John Baldwin <jhb@FreeBSD.org>
1302
1303 * gdb.texinfo (Debugging Output): Document "set/show debug
1304 fbsd-nat".
1305
db1ae9c5
AB
13062018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.texinfo (Machine Code): Additional information about "info
1309 line" command.
1310
d726cb5d
SN
13112018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1312
1313 * gdb.texinfo (gdb-add-index man): Add pindex.
1314
dbfa4523
SN
13152018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1316
1317 * gdb.texinfo (set cwd): Add period.
1318 (gdb-add-index man): Move anchor.
1319
ba643918
SDJ
13202017-01-12 Tom Tromey <tom@tromey.com>
1321 Sergio Durigan Junior <sergiodj@redhat.com>
1322
1323 * gdb.texinfo (Index Files): Mention gdb-add-index.
1324 (gdb-add-index man): New section.
1325 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1326 from gdb.texinfo.
1327
754452f0
SN
13282018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1329
1330 * gdb.texinfo (pwd): Fix whitespace.
1331
2d97a5d9
JB
13322018-01-09 John Baldwin <jhb@FreeBSD.org>
1333
1334 * gdb.texinfo (pwd): Update cross-reference for Process Information
1335 node and remove explicit /proc reference.
1336 (Native): Rename subsection from SVR4 Process Information to
1337 Process Information.
1338 (Process Information): Reword introduction to be less /proc
1339 centric. Document support for "info proc" on FreeBSD.
1340
9f757bf7
XR
13412018-01-03 Xavier Roirand <roirand@adacore.com>
1342
1343 * gdb.texinfo (Set Catchpoints): Add documentation for new
1344 "catch handlers" action.
1345
cef0f868
SH
13462017-12-27 Stafford Horne <shorne@gmail.com>
1347
1348 * gdb.texinfo (Target Description Format): Explain that arbitrary
1349 strings are now allowed for register groups.
1350
b67d92b0
SH
13512017-12-27 Stafford Horne <shorne@gmail.com>
1352
1353 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1354
7c161838
SDJ
13552017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1356
1357 PR cli/16224
1358 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1359
b89641ba
SM
13602017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1361
1362 * python.texi (Manipulating breakpoints using Python): Document
1363 qualified parameter to gdb.Breakpoint.
1364
0b982d68
SM
13652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1366
1367 * python.texi (Manipulating breakpoints using Python): Split doc
1368 of Breakpoint.__init__ in two, split text in multiple
1369 paragraphs, don't nest parameter square brackets.
1370
a994fec4
FJ
13712017-12-12 Stafford Horne <shorne@gmail.com>
1372 Stefan Wallentowitz <stefan@wallentowitz.de>
1373 Franck Jullien <franck.jullien@gmail.com>
1374 Jeremy Bennett <jeremy.bennett@embecosm.com>
1375
1376 * gdb.texinfo: Add OpenRISC documentation.
1377
437afbb8
JK
13782017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1381
883fd55a
KS
13822017-12-07 Keith Seitz <keiths@redhat.com>
1383
1384 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1385 and "show print type nested-type-limit".
1386
824cc835
PM
13872017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1388
1389 * python.texi (Breakpoints In Python): Add text relating
1390 to allowed explicit locations and keywords in gdb.Breakpoints.
1391
7403715e
TT
13922017-12-04 Tom Tromey <tom@tromey.com>
1393
1394 * gdb.texinfo (Rust): Update trait object status
1395
97cbe998
SDJ
13962017-12-01 Andrew Cagney <cagney@redhat.com>
1397 Joel Brobecker <brobecker@adacore.com>
1398 Sergio Durigan Junior <sergiodj@redhat.com>
1399
1400 * gdb.texinfo (File Options): Document --readnever.
1401 (Commands to Specify Files): Likewise, for 'symbol-file' and
1402 'add-symbol-file'.
1403
bd69330d
PA
14042017-11-29 Pedro Alves <palves@redhat.com>
1405
1406 PR c++/19436
1407 * gdb.texinfo (Debugging C Plus Plus): Document setting
1408 breakpoints in functions with ABI tags.
1409
a20714ff
PA
14102017-11-29 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.texinfo (Linespec Locations): Document how "function" is
1413 interpreted in C++ and Ada. Document "-qualified".
1414 (Explicit Locations): Document how "-function" is interpreted in
1415 C++ and Ada. Document "-qualified".
1416
ee9a09e9
DC
14172017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1418
1419 PR gdb/21945
1420 * gdb.texinfo (Search Memory): Update description and example
1421 about how to search a string without NULL terminator.
1422
e547c119
JB
14232017-11-24 Joel Brobecker <brobecker@adacore.com>
1424
1425 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1426 new "exception-message" field.
1427
5f1ca24a
SM
14282017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1429
1430 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1431
d044bac8
PA
14322017-11-24 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1435 false claim that GDB inserts quoting automatically.
1436 (Symbols): Add anchor.
1437
2400729e
UW
14382017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1439
1440 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1441
d8ae99a7
PM
14422017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1443
1444 * python.texi (Basic Python): Add rbreak documentation.
1445
d0fe4701
XR
14462017-11-07 Xavier Roirand <roirand@adacore.com>
1447 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.texinfo (Set Breaks): Document support for breakpoint
1450 location ranges in the enable/disable commands.
1451
bc3b087d
SDJ
14522017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1453
1454 * gdb.texinfo (Starting your Program) <The working directory.>:
1455 Mention remote debugging.
1456 (Working Directory) <Your Program's Working Directory>:
1457 Likewise.
1458 (Connecting) <Remote Packet>: Add "set-working-dir"
1459 and "QSetWorkingDir" to the table.
1460 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1461 packet.
1462
d092c5a2
SDJ
14632017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1464
1465 * gdb.texinfo (Starting your Program) <The working directory.>:
1466 Mention new "set cwd" command.
1467 (Working Directory) <Your Program's Working Directory>:
1468 Rephrase to explain that "set cwd" exists and is the default
1469 way to change the inferior's cwd.
1470
289e23aa
AA
14712017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * gdb.texinfo (S/390 and System z Features): Document the new
1474 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1475
f2ff95c5
KB
14762017-09-21 Kevin Buettner <kevinb@redhat.com>
1477
1478 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1479 attribute.
1480
da2c323b
KB
14812017-09-21 Kevin Buettner <kevinb@redhat.com>
1482
1483 * python.texi (Inferiors In Python): Add description for method
1484 Inferior.thread_from_thread_handle.
1485
4e5a4f58
JB
14862017-09-19 John Baldwin <jhb@FreeBSD.org>
1487
1488 * gdb.texinfo (Starting your Program): Add description of
1489 starti command. Mention starti command as an alternative for
1490 debugging the elaboration phase.
1491
1526853e
SM
14922017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1493
1494 * gdb.texinfo (Maintenance Commands): Document filter parameter
1495 of "maint selftest". Document "maint info selftests" command.
1496
7c96f8c1
TT
14972017-09-11 Tom Tromey <tom@tromey.com>
1498
1499 * python.texi (Events In Python): Document new events.
1500
d69cf9b2
PA
15012017-09-04 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1504 no-debug-info variables.
1505 (Symbols) <Examining the Symbol Table>: Document inspecting
1506 no-debug-info types.
1507 (Calling) <Calling functions with no debug info>: New subsection,
1508 documenting calling no-debug-info functions.
1509 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1510
0a2dde4a
SDJ
15112017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1512
1513 * gdb.texinfo (set environment): Add @anchor. Explain that
1514 environment variables set by the user are sent to GDBserver.
1515 (unset environment): Likewise, but for unsetting variables.
1516 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1517 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1518 "environment-reset" and "QEnvironmentReset" to the table.
1519 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1520 QEnvironmentReset>: New item, explaining the packet.
1521
6e41ddec
JK
15222017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1523
1524 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1525 "Compiler search for the compile command" descriptions of set
1526 compile-gcc and show compile-gcc.
1527
58afddc6
WP
15282017-08-07 Weimin Pan <weimin.pan@oracle.com>
1529
1530 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1531 ADI support.
1532 * NEWS: Add "adi examine" and "adi assign" commands.
1533
6d580b63
YQ
15342017-08-18 Yao Qi <yao.qi@linaro.org>
1535
1536 * gdb.texinfo (Server): Document "--selftest".
1537
a5afdb16
RK
15382017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1539
1540 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1541 Single-Key mode.
1542
ca145713
SDJ
15432017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1544
1545 PR gdb/21925
1546 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1547 set...").
1548
0968fbae
SM
15492017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1552 conditional expression.
1553
791fb3d7
SM
15542017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1555
1556 * agentexpr.texi (rot): Fix symbolic description, improve
1557 textual description.
1558
27d41eac
YQ
15592017-07-26 Yao Qi <yao.qi@linaro.org>
1560
1561 * gdb.texinfo (Maintenance Commands): Document command
1562 "maint check xml-descriptions".
1563
8e2141c6
YQ
15642017-07-26 Yao Qi <yao.qi@linaro.org>
1565
1566 * gdb.texinfo (Maintenance Commands): Document optional
1567 argument of "maint print c-tdesc".
1568
c646b4e8
YQ
15692017-07-18 Yao Qi <yao.qi@linaro.org>
1570
1571 * gdb.texinfo (Maintenance Commands): Improve the doc to
1572 command "maint print c-tdesc".
1573
eb83230b
SDJ
15742017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1575
1576 PR gdb/21606
1577 * python.texi (Python representation of Symbols.): Replace
1578 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1579 * guile.texi (Guile representation of Symbols.): Likewise.
1580
c4dcb155
SM
15812017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1582
1583 * gdb.texinfo (Optional Messages about Internal Happenings):
1584 Document {set,show} debug separate-debug-file commands.
1585
aefd8b33
SDJ
15862017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1589 (Connecting) <Remote Packet>: Add "startup-with-shell"
1590 and "QStartupWithShell" to the table.
1591 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1592 packet.
1593
176efed1
AB
15942017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1597
d050f7d7
TW
15982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1599
1600 * python.texi (Recording in Python): Factor out the documentation of
1601 gdb.RecordInstruction's super class.
1602
14f819c8
TW
16032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1604
1605 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1606 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1607 prev and next.
1608
0ed5da75
TW
16092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1610
1611 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1612 gdb.RecordInstruction
1613
913aeadd
TW
16142017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1615
1616 * python.texi (Recording in Python): Add documentation for
1617 gdb.RecordGap and remove documentation of special cases for
1618 gdb.BtraceInstruction.
1619
a3be24ad
TW
16202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1621
1622 * python.texi (Recording in Python): Remove Record.ptid defvar.
1623
ebe553db
SM
16242017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1625
1626 * gdb.texinfo (GDB/MI Thread Information): Add missing
1627 fields, re-word some things.
1628 (GDB/MI Thread Commands): Describe fields found in the output of
1629 -thread-info, remove description of fields in the
1630 thread output tuple, replace with a cross-reference to "GDB/MI
1631 Thread Information".
1632
9be21bb4
SM
16332017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1634
1635 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1636 from -thread-info output.
1637
fe5f7374
AK
16382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1639
1640 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1641
eea78757
AK
16422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1643
1644 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1645
79778b30
YQ
16462017-03-22 Yao Qi <yao.qi@linaro.org>
1647
1648 * python.texi (Inferiors In Python): Remove @code from Python.
1649
cee59b3f
TW
16502017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1651
1652 * python.texi (Recordings In Python): Document return type of
1653 gdb.BtraceInstruction.data.
1654
51457a05
MAL
16552017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1656
1657 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1658 command file-list-shared-libraries
1659 (GDB/MI Async Records): Update documentation of library-loaded with new
1660 field.
1661
701adfb0
PA
16622017-03-20 Artemiy Volkov <artemiyv@acm.org>
1663
1664 PR gdb/14441
1665 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1666 supports both lvalue and rvalue references.
1667
16682017-03-20 Artemiy Volkov <artemiyv@acm.org>
1669
1670 PR gdb/14441
1671 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1672 table of constants.
1673
f8d99587
DE
16742017-03-16 Doug Evans <dje@google.com>
1675
1676 * guile.texi (Lazy Strings In Guile): Mention arrays.
1677 * python.texi (Lazy Strings In Python): Ditto.
1678
5cf70512
JW
16792017-03-08 Jiong Wang <jiong.wang@arm.com>
1680
1681 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1682 character "@".
1683
4a612d6f
WT
16842017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1685
1686 * Memory Protection Extensions: Add information about inferior
1687 calls.
1688
701adfb0
PA
16892017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1690
1691 * gdb.texinfo: Document new set/show disassembler-options
1692 commands.
1693
216f72a1
JK
16942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1697 DW_TAG_GNU_* and DW_AT_GNU_*.
1698
4e746bb6
TW
16992017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1700
1701 * python.texi (Recordings In Python): New section.
1702
3f77c769
TT
17032017-02-14 Tom Tromey <tom@tromey.com>
1704
1705 PR python/13598:
1706 * python.texi (Events In Python): Document events.before_prompt.
1707
5cf30ebf
LM
17082017-02-13 Luis Machado <lgustavo@codesourcery.com>
1709
1710 * gdb.texinfo (Target Commands): Document the optional offset
1711 argument for the load command.
1712
18da0c51
MG
17132017-02-10 Martin Galvan <martingalvan@sourceware.org>
1714
1715 PR gdb/21122
1716 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1717 space-separated breakpoint lists. Also add a missing @table command
1718 and @cindex for breakpoint lists.
1719
3f7b46f2
IR
17202017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1721
1722 PR tdep/20936
1723 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1724 (Sparc Features): New node.
1725
2735833d
WT
17262017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1727
1728 * gdb.texinfo (i386 Features): Add system segment registers
1729 as feature.
1730
373832b6
SM
17312017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1732
1733 * python.texi (Events In Python): Fix typo.
1734
78cbbba8
LM
17352017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1736 Luis Machado <lgustavo@codesourcery.com>
1737
1738 * gdb.texinfo (-target-flash-erase): New MI command description.
1739 (flash-erase): New CLI command description.
1740
387360da
JB
17412017-01-04 John Baldwin <jhb@FreeBSD.org>
1742
1743 * gdb.texinfo (Contributors): Add SRI International and University
1744 of Cambridge for FreeBSD/mips.
1745
34c41c68
DE
17462016-12-22 Doug Evans <xdje42@gmail.com>
1747
1748 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1749 commands.
1750
df3ee9ca
PA
17512016-12-02 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.texinfo (User-defined Commands): Limit on number of
1754 arguments passed to user-defined commands removed; update.
1755
01770bbd
PA
17562016-12-02 Pedro Alves <palves@redhat.com>
1757
1758 PR cli/20559
1759 * gdb.texinfo (Define): Add example of using "eval" to process a
1760 variable number of arguments.
1761 (Output) <eval>: Add anchor.
1762
ad02e4fe
SM
17632016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1764
1765 * Makefile.in: Likewise.
1766
8504e097
AA
17672016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1768
1769 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1770 xref.
1771
39402e6c
PA
17722016-10-29 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1775 actions.
1776
ca6eff59
PA
17772016-10-26 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1780 actions that match a thread, and what happens when an action
1781 matches a thread that is already running.
1782
be06ba8c
SM
17832016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1784
1785 * gdb.texinfo (Using Trace Files): Fix typo.
1786 (GDB/MI Tracepoint Commands): Likewise.
1787
99e61eda
SM
17882016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1789
1790 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1791 of -trace-save.
1792
9c37b5ae
TT
17932016-10-06 Tom Tromey <tom@tromey.com>
1794
1795 * guile.texi (Types In Guile): Remove Java mentions.
1796 * python.texi (Types In Python): Remove Java mentions.
1797 * gdb.texinfo (Address Locations, Supported Languages)
1798 (Index Section Format): Remove Java mentions.
1799
ee8da4b8
DE
18002016-08-15 Doug Evans <dje@google.com>
1801
1802 * gdb.texinfo (Target Description Format): Update docs on "end"
1803 field spec and field default type.
1804
4034d0ff
AT
18052016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
18062016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1807
1808 PR gdb/20487
1809 * gdb.texinfo (Context management): Update mention of frame
1810 change notifications.
1811 (gdb/mi Async Records): Document frame field in
1812 =thread-select event.
1813 * observer.texi (GDB Observers): New user_selected_context_changed
1814 observer.
1815
4435e1cc
TT
18162016-09-28 Tom Tromey <tom@tromey.com>
1817
1818 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1819 than "memory breakpoint". Further document "kind". Move
1820 protocol-details link earlier.
1821 <z1>: Document the cmd_list argument. Fix typo.
1822 <g>: Remove incorrect sentence.
1823 (Stop Reply Packets): Document "OK" response to requests when in
1824 non-stop mode.
1825 <swbreak>: Use "software breakpoint" rather than "memory
1826 breakpoint".
1827 <create>: Document that "R" is ignored.
1828 <W, X, w>: Document formatting of "AA".
1829 (Notification Packets): Use "%Stop", not "%%Stop".
1830
ad0a504f
AK
18312016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1832
1833 * gdb.texinfo (Embedded Processors): Document ARC.
1834 (Synopsys ARC): New section.
1835 (Standard Target Features): Document ARC features.
1836 (ARC Features): New section.
1837
74172ecf
SM
18382016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * .gitignore: New file.
1841
0a1ddfa6
SM
18422016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1843
1844 * gdb.texinfo (Input/Output): Mention possibility to unset
1845 inferior-tty.
1846
c0272db5
TW
18472016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1848
1849 * gdb.texinfo: Resume btrace on reconnect.
1850
e3487908
GKB
18512016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1852
1853 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1854 syscall.
1855
463888ab
РИ
18562016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1857
1858 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1859 command.
1860
dac790e1
TT
18612016-07-13 Tom Tromey <tom@tromey.com>
1862
1863 PR python/15620, PR python/18620:
1864 * python.texi (Events In Python): Document new breakpoint events.
1865
93daf339
TT
18662016-07-13 Tom Tromey <tom@tromey.com>
1867
1868 PR python/17698:
1869 * python.texi (Breakpoints In Python): Document
1870 Breakpoint.pending.
1871
cda75e70
TT
18722016-07-13 Tom Tromey <tom@tromey.com>
1873
1874 * python.texi (Breakpoints In Python): Move table of types and
1875 table of watchpoint types earlier in node.
1876
e0f3fd7c
TT
18772016-07-12 Tom Tromey <tom@tromey.com>
1878
1879 PR python/19293:
1880 * python.texi (Frames In Python): Document
1881 gdb.invalidate_cached_frames.
1882
86f78169
PA
18832016-06-21 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1886 document new-ui and explain use case.
1887
a28d8e50
YTL
18882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1889
1890 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1891 (NDS32 Features): New Section.
1892
bb556f1f
TK
18932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1894
1895 * gdb.texinfo (Examining Memory): Document negative repeat
1896 count in the 'x' command.
1897
38b022b4
SM
18982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1899
1900 * gdb.texinfo (GDB/MI Async Records): Document method and
1901 format fields in =record-started.
1902 * observer.texi (record_changed): Add method and format
1903 parameters.
1904
c185ba27
EZ
19052016-05-27 Eli Zaretskii <eliz@gnu.org>
1906
1907 * gdb.texinfo (General Query Packets): Move the description of the
1908 response before the long list of the specific 'read' and 'write'
1909 requests.
1910
1957f6b8
TT
19112016-05-23 Tom Tromey <tom@tromey.com>
1912
1913 * python.texi (Basic Python): Document gdb.breakpoints return.
1914
224f10c1
TT
19152016-05-24 Tom Tromey <tom@tromey.com>
1916
1917 PR gdb/19194:
1918 * gdb.texinfo (gdb man): Fix typo.
1919
0bdfa368
TT
19202016-05-17 Tom Tromey <tom@tromey.com>
1921
1922 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1923 (Rust): New node.
1924
dcd1f979
TT
19252016-05-17 Tom Tromey <tom@tromey.com>
1926
1927 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1928
310cdbb6
YQ
19292016-04-27 Yao Qi <yao.qi@linaro.org>
1930
1931 * gdb.texinfo (tfind): Complete doc about tfind without
1932 argument.
1933
b8162e5a
AT
19342016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1935
1936 * agentexpr.texi (byte): Fix zero_ext description.
1937
f7c38292
PA
19382016-03-31 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.texinfo (M32R/SDI): Delete node.
1941 (MIPS Embedded): Remove references to the MIPS remote debugging
1942 protocol, PMON and variants, and the associated commands.
1943
81516450
DE
19442016-03-15 Doug Evans <dje@google.com>
1945
1946 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1947 (Target Description Format): Mention enum types. Update docs on
1948 flags types.
1949 (Predefined Target Types): Add "bool".
1950 (Enum Target Types): New node.
1951
2a60e18f
PA
19522016-03-15 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.texinfo (Tracepoint Actions): Fix typo.
1955
45fa2529
PA
19562016-03-15 Pedro Alves <palves@redhat.com>
1957 Andreas Arnez <arnez@linux.vnet.ibm.com>
1958 Marcin Kościelnicki <koriakin@0x04.net>
1959
1960 * gdb.texinfo (Tracepoint Actions): Document possible
1961 unreliability of '$_ret'.
1962
f2403c39
AB
19632016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1964
1965 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1966 command.
1967
f2f3ccb9
SM
19682016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1969
1970 * gdb.texinfo (Convenience Functions): Document $_as_string.
1971
cce0e923
DE
19722016-02-23 Doug Evans <dje@google.com>
1973
1974 * gdb.texinfo (Skipping Over Functions and Files): Document new
1975 options to "skip" command. Update docs of output of "info skip".
1976
012b3a21
WT
19772016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1978
1979 * gdb.texinfo (Signals): Add bound violation display hints for
1980 a SIGSEGV.
1981
0748bf3e
MK
19822016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1983
1984 * gdb.texinfo (Trace File Format): Add documentation for description
1985 section lines.
1986
e909d859
MK
19872016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1988
1989 * gdb.texinfo (Trace File Format): Remove misleading information
1990 about register block ordering.
1991
713cdcbf
DE
19922016-02-01 Doug Evans <dje@google.com>
1993
1994 * gdb.texinfo (Value Sizes): Fix typo.
1995
8244c20d
DE
19962016-02-01 Doug Evans <dje@google.com>
1997
1998 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1999
5fdf6324
AB
20002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * gdb.texinfo (Value Sizes): New section.
2003 (Data): Add the 'Value Sizes' node to the menu.
2004
67ebd9cb
JB
20052016-01-26 John Baldwin <jhb@FreeBSD.org>
2006
2007 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2008
6e9567fe
JB
20092016-01-19 John Baldwin <jhb@FreeBSD.org>
2010
2011 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2012
f303dbd6
PA
20132016-01-18 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2016 of the thread that hit a breakpoint or received a signal.
2017
71ef29a8
PA
20182016-01-15 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2021
663f6d42
PA
20222016-01-13 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.texinfo (Threads): Document the $_gthread convenience
2025 variable.
2026 (Convenience Vars): Likewise.
2027
c84f6bbf
PA
20282016-01-13 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.texinfo (Threads): Document "info threads -gid".
2031
22a02324
PA
20322016-01-13 Pedro Alves <palves@redhat.com>
2033
2034 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2035 anchor.
2036 (Threads In Python): Document new InferiorThread.global_num
2037 attribute.
2038
5d5658a1
PA
20392016-01-07 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2042 qualified thread IDs, global thread IDs and thread ID lists.
2043 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2044 thread IDs.
2045 (Convenience Vars): Document the $_thread convenience variable.
2046 (Ada Tasks): Adjust to refer to thread IDs.
2047 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2048 Commands, GDB/MI Variable Objects): Update to mention global
2049 thread IDs.
2050 * guile.texi (Breakpoints In Guile)
2051 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2052 global thread IDs instead of thread IDs.
2053 * python.texi (Threads In Python): Adjust documentation of
2054 InferiorThread.num.
2055 (Breakpoint.thread): Mention global thread IDs instead of thread
2056 IDs.
2057
84654457
PA
20582016-01-13 Pedro Alves <palves@redhat.com>
2059
2060 * python.texi (Threads In Python): Document
2061 InferiorThread.inferior.
2062
e3940304
PA
20632016-01-13 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2066 convenience variable.
2067 (Convenience Vars): Likewise.
2068
82075af2
JS
20692016-01-12 Josh Stone <jistone@redhat.com>
2070 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2071
2072 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2073 (Stop Reply Packets): List the syscall entry and return stop reasons.
2074 (General Query Packets): Describe QCatchSyscalls, and add it to the
2075 table and the detailed list of stub features.
2076
bc504a31
PA
20772016-01-12 Pedro Alves <palves@redhat.com>
2078
2079 Remove use of the registered trademark symbol throughout.
2080
cde67b27
YQ
20812016-01-12 Yao Qi <yao.qi@linaro.org>
2082
2083 * gdb.texinfo (Interrupts): Update the document on handling
2084 interrupt when program is stopped.
2085
19d9d4ef
DB
20862015-12-11 Don Breazeal <donb@codesourcery.com>
2087
2088 * gdb.texinfo (Forks): Correct Linux kernel version where
2089 fork and exec events are supported, add notes about support
2090 of these events in target remote mode.
2091 (Connecting): Reorganize and clarify distinctions between
2092 target remote, extended-remote, and multiprocess.
2093 Reorganize related text from separate sections into new
2094 sections.
2095 (Server): Note effects of target extended-remote mode.
2096 Delete section on Multi-Process Mode for gdbserver.
2097 Move some text to "Connecting" node.
2098
f4f4330e
PA
20992015-12-10 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.texinfo (Threads): Replace warning with explanation
2102 about single-threaded programs.
2103
b1236ac3
PA
21042015-12-10 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.texinfo (Threads): Remove mention of SGI.
2107 (Forks): Remove mention of HP-UX.
2108 (Breakpoints): Remove mention of HP-UX.
2109 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2110 Reword in terms of architectures.
2111 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2112 mention supported systems.
2113 (Convenience Vars): Don't mention HP-UX.
2114 (Jumping): Remove mention of HP-UX in comment.
2115 (Files) <shared libraries>: Update supported shared library types
2116 list. Remove mention of HP-UX.
2117 (Native): Remove HP-UX subsection.
2118 (SVR4 Process Information): Remove mention of HP-UX.
2119
0f59c28f
PA
21202015-12-10 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.texinfo (Stack): Reorder menu.
2123
1c35a88f
LM
21242015-12-09 Luis Machado <lgustavo@codesourcery.com>
2125
2126 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2127 -var-set-format's new zero-hexadecimal format.
2128
3685b09f
PMR
21292015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2130
2131 * gdb.texinfo (Ada Mode Into): Move overloading support
2132 description to its own node.
2133 (Overloading support for Ada): New node.
2134
f2faf941
PA
21352015-11-30 Pedro Alves <palves@redhat.com>
2136
2137 PR 14618
2138 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2139 (Remote Configuration): Add the "set/show remote
2140 no-resumed-stop-reply" to the available settings table.
2141 (General Query Packets): Document the "no-resumed" qSupported
2142 feature.
2143
65706a29
PA
21442015-11-30 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.texinfo (Remote Configuration): List "set/show remote
2147 thread-events" command in configuration table.
2148 (Stop Reply Packets): Document "T05 create" stop
2149 reason and 'w' stop reply.
2150 (General Query Packets): Document QThreadEvents packet. Document
2151 QThreadEvents qSupported feature.
2152
de979965
PA
21532015-11-30 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2156 anchor.
2157 (Packets): Document vCtrlC.
2158
79efa585
SM
21592015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2160
2161 * gdb.texinfo (Thread List Format): Mention thread names.
2162
7e0aa6aa
PA
21632015-11-24 Pedro Alves <palves@redhat.com>
2164
2165 PR 17539
2166 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2167 program-spaces" example to ascending order listing.
2168 (Threads): Adjust "info threads" example to ascending order
2169 listing.
2170 (Forks): Adjust "info inferiors" example to ascending order
2171 listing.
2172
0c532a29
MM
21732015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2174
2175 * gdb.texinfo (Process Record and Replay): Document "record
2176 instruction-history" modifiers.
2177
fc58fa65
AB
21782015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2179
2180 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2181 description.
2182 (Frame Filter Management): Move to later in the 'Examining the
2183 Stack' chapter.
2184 (Selection): Add entry for 'select-frame'.
2185
792005b0
DE
21862015-09-25 Doug Evans <dje@google.com>
2187
2188 * gdb.texinfo (Process Record and Replay): Fix syntax of
2189 "record instruction-history begin, end" and
2190 "record function-call-history begin, end".
2191
c58b006b
SM
21922015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2193
2194 * gdb.texinfo (Specifying Source Directories): Fix
2195 substitute-path example.
2196
f2665db5
MM
21972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2198
2199 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2200
e68fa6f0
PA
22012015-09-15 Pedro Alves <palves@redhat.com>
2202
2203 PR remote/18965
2204 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2205 the vforkdone description.
2206
8228463c
PA
22072015-09-15 Pedro Alves <palves@redhat.com>
2208
2209 PR remote/18965
2210 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2211 part indicates the thread ID of the parent process.
2212
750ce8d1
YQ
22132015-09-15 Yao Qi <yao.qi@linaro.org>
2214
2215 * gdb.texinfo (General Query Packets): Add vContSupported to
2216 tables of 'gdbfeatures' and 'stub features' supported in the
2217 qSupported packet, as well as to the list containing stub
2218 feature details.
2219
b459a59b
DB
22202015-09-11 Don Breazeal <donb@codesourcery.com>
2221
2222 * gdb.texinfo (Remote Configuration): Add exec event
2223 feature to table of packet settings.
2224 (Stop Reply Packets): Add exec events to the list of stop
2225 reasons.
2226 (General Query Packets): Add exec events to tables of
2227 'gdbfeatures' and 'stub features' supported in the qSupported
2228 packet, as well as to the list containing stub feature
2229 details.
2230
73b8c1fd
PA
22312015-08-24 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.texinfo (Remote Configuration): Document the "set/show
2234 remote multiprocess-extensions-packet" commands.
2235
bb615428
PA
22362015-08-24 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2239 <M32R>: Remove references to M32R/D.
2240 <M68K>: Remove references to target dbug.
2241 <MIPS Embedded>: Remove references to target r3900 and target
2242 array.
2243 <PowerPC Embedded>: Remove references to target dink32 and target
2244 ppcbug, target sds
2245 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2246
2b4bf6af
AB
22472015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2250
566f5e3b
AB
22512015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2254
18989b3c
AB
22552015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2258 info bfds" to...
2259 (File Caching): A New section. Outline bfd caching, and add new
2260 description for "main set/show bfd-sharing".
2261
6ff0ba5f
DE
22622015-08-14 Doug Evans <xdje42@gmail.com>
2263
2264 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2265 disassembly.
2266 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2267
629500fa
KS
22682015-08-11 Keith Seitz <keiths@redhat.com>
2269
2270 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2271 Use "location(s)"instead of "linespec(s)".
2272 (Specifying a Location): Rewrite.
2273 Add subsections describing linespec, address, and explicit locations.
2274 Add node/menu for each subsection.
2275 (Source and Machine Code, C Preprocessor Macros)
2276 (Create and Delete Trace points)
2277 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2278 (Continuing at a Different Address): Remove "linespec" examples.
2279 Add reference to "Specify a Location"
2280 (The -break-insert Command): Rewrite. Add anchor.
2281 Add reference to appropriate manual section discussing locations.
2282 (The -dprintf-insert Command): Refer to -break-insert for
2283 specification of 'location'.
2284
fbea99ea
PA
22852015-08-07 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2288 target-non-stop".
2289
da8c46d2
MM
22902015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2291
2292 * gdb.texinfo (Process Record and Replay): Document prefixing of
2293 speculatively executed instructions in the "record instruction-history"
2294 command.
2295
a3b5281e
DE
22962015-07-20 Doug Evans <dje@google.com>
2297
2298 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2299
6bcb1f97
DE
23002015-07-16 Doug Evans <dje@google.com>
2301
2302 * stabs.texinfo: @include gdb-cfg.texi.
2303
db1ff28b
JK
23042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 Revert the previous 2 commits:
2307 gdbserver build-id attribute generator
2308 Validate symbol file using build-id
2309
ca5268b6
JK
23102015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * gdb.texinfo (Files): Add 'set validate-build-id'
2313 and 'show validate-build-id'.
2314
700ca40f
JK
23152015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2316 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 gdbserver build-id attribute generator.
2319 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2320 'build-id' in description, example, new attribute in dtd.
2321
7c7f93f6
AB
23222015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.texinfo (Selection): Update documentation for 'frame'
2325 command.
2326
701adfb0
PA
23272015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2330 focus commands.
2331
23322015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.texinfo (TUI): Add comma after @xref.
2335
b0627500
MM
23362015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2337
72f4393d 2338 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2339 commands.
2340
b20a6524
MM
23412015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * gdb.texinfo (Process Record and Replay): Spell out that variables
2344 and registers are not available during btrace replay.
2345 Describe the new "record btrace pt" command.
2346 Describe the new "set|show record btrace pt buffer-size" options.
2347 (General Query Packets): Describe the new Qbtrace:pt and
2348 Qbtrace-conf:pt:size packets.
2349 Expand "bts" to "Branch Trace Store".
2350 Update the branch trace DTD.
2351
fc637f04
PP
23522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2353
2354 * gdb.texinfo (Command History): Document the new option
2355 "history remove-duplicates".
2356
18a94d75
DE
23572015-06-19 Doug Evans <dje@google.com>
2358
2359 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2360 longer supported.
2361
0eacb298
PP
23622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2363
2364 * gdb.texinfo (Command History): Mention that setting
2365 GDBHISTSIZE to the empty string disables history truncation.
2366
bc460514
PP
23672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2368
2369 PR gdb/16999
2370 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2371 behavior.
2372
b58c513b
PP
23732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2374
2375 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2376 with GDBHISTSIZE.
2377
a86c90e6
SM
23782015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2379
2380 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2381 bytes and memory units for -data-{read,write}-memory-bytes.
2382 (Packets): Same for m, M and X packets.
2383 * python.texi (Inferiors In Python): Same for read_memory and
2384 write_memory.
2385
c74f7d1c
JT
23862015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2387
2388 * gdb.texinfo (Separate Debug Files): Document that PE is also
2389 supported.
2390
51f0e40d
AB
23912015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2394 single table entry.
2395
966f0aef
WT
23962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2397
2398 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2399
2400
15a201c8
GB
24012015-06-10 Gary Benson <gbenson@redhat.com>
2402
2403 * gdb.texinfo (Remote Configuration): Document the
2404 "set/show remote hostio-setfs-packet" command.
2405 (Host I/O Packets): Document the vFile:setfs packet.
2406
7a6a1731
GB
24072015-06-10 Gary Benson <gbenson@redhat.com>
2408
2409 * gdb.texinfo (Debugging Output): Document the "set/show debug
2410 linux-namespaces" command.
2411
7d73c23c 24122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2413 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2414
2415 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2416 and "set mpx bound".
2417
27e0867f
DE
24182015-05-27 Doug Evans <dje@google.com>
2419
2420 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2421
b4f54984
DE
24222015-05-26 Doug Evans <dje@google.com>
2423
2424 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2425 command renamings.
2426 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2427
55b40027
AB
24282015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2431
a4ea0946
AB
24322015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2433
2434 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2435 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2436
37442ce1
DE
24372015-05-16 Doug Evans <xdje42@gmail.com>
2438
2439 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2440 memory ports.
2441
36de76f9
JK
24422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2445
0d71eef5
DB
24462015-05-12 Don Breazeal <donb@codesourcery.com>
2447
2448 * gdb.texinfo (Forks): Note that fork debugging is
2449 supported in extended mode.
2450 (Remote Configuration): Add fork event features to table
2451 of packet settings.
2452 (Stop Reply Packets): Add fork events to list of stop reasons.
2453 (General Query Packets): Add fork events to tables of
2454 'gdbfeatures' and 'stub features' supported in the qSupported
2455 packet, as well as to the list containing stub feature
2456 details.
2457
835205d0
GB
24582015-05-12 Gary Benson <gbenson@redhat.com>
2459
2460 * gdb.texinfo (General Query Packets): Document
2461 qXfer:exec-file:read with empty annex.
2462
4c082a81
SC
24632015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2464
2465 * python.texi (Values From Inferior): Add descriptions of new
2466 methods gdb.Value.reference_value and gdb.Value.const_value.
2467
b30a0bc3
JB
24682015-05-06 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.texinfo (Files): Add "info dll" documentation.
2471 (Cygwin Native): Remove "info dll" documentation.
2472
2ce1cdbf
DE
24732015-04-29 Doug Evans <dje@google.com>
2474
2475 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2476 Document.
2477 (Writing an Xmethod): Add get_result_type to example.
2478
59fb7612
SS
24792015-04-28 Sasha Smundak <asmundak@google.com>
2480
2481 * python.texi: New method documented.
2482
cf75d6c3
AB
24832015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2486 format.
2487
897c3d32
DE
24882015-04-24 Doug Evans <dje@google.com>
2489
2490 * python.texi (Xmethods In Python): Fix name of method to call the
2491 xmethod.
2492
1b6e6f5c
GB
24932015-04-17 Gary Benson <gbenson@redhat.com>
2494
2495 * gdb.texinfo (Connecting to a Remote Target): Mention that
2496 GDB can access program files from remote targets that support
2497 qXfer:exec-file:read and Host I/O packets.
2498
c78fa86a
GB
24992015-04-17 Gary Benson <gbenson@redhat.com>
2500
2501 * gdb.texinfo (Remote Configuration): Document the "set/show
2502 remote pid-to-exec-file-packet" command.
2503 (General Query Packets): Document the qXfer:exec-file:read
2504 qSupported features. Document the qXfer:exec-file:read packet.
2505
a9a5a3d1
GB
25062015-04-17 Gary Benson <gbenson@redhat.com>
2507
2508 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2509 applies to executable paths if supplied to GDB as absolute.
2510
4f45d445
JK
25112015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 * gdb.texinfo (Mode Options): Remove -xdb.
2514
e7a8570f
JK
25152015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2516 Eli Zaretskii <eliz@gnu.org>
2517
72f4393d
L
2518 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2519 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2520 the compile command. New subsection Compiler search for the compile
2521 command.
2522
f2983cc3
AW
25232015-04-09 Andy Wingo <wingo@igalia.com>
2524
2525 * guile.texi (Frames In Guile): Describe frame-read-register.
2526
599bd15c
GB
25272015-04-02 Gary Benson <gbenson@redhat.com>
2528
2529 * gdb.texinfo (set sysroot): Document "target:".
2530
d11916aa
SS
25312015-04-01 Sasha Smundak <asmundak@google.com>
2532
2533 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2534 section.
2535
df8411da
SDJ
25362015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2537
2538 PR corefiles/16092
2539 * gdb.texinfo (gcore): Mention new command 'set
2540 use-coredump-filter'.
2541 (set use-coredump-filter): Document new command.
2542
d33279b3
AT
25432015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2544
2545 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2546 documentation, reorder the info os entries in alphabetical order.
2547
852f8402
SM
25482015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2549
2550 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2551 -data-write-memory-bytes.
2552
856e7dd6
PA
25532015-03-24 Pedro Alves <palves@redhat.com>
2554
2555 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2556 mention that threads may sometimes run unlocked.
2557
236af5e3
YG
25582015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2559
2560 * gdb.texinfo (Remote configuration): Document "set/show
2561 serial parity" command.
2562
464b0089
GB
25632015-03-18 Gary Benson <gbenson@redhat.com>
2564
2565 * gdb.texinfo (General Query Packets): Remove documentation
2566 for now-removed vFile:fstat qSupported features.
2567
0a93529c
GB
25682015-03-11 Gary Benson <gbenson@redhat.com>
2569
2570 * gdb.texinfo (Remote Configuration): Document the
2571 "set/show remote hostio-fstat-packet" command.
2572 (General Query Packets): Document the vFile:fstat
2573 qSupported features.
2574 (Host I/O Packets): Document the vFile:fstat packet.
2575
85642ba0
AW
25762015-03-11 Andy Wingo <wingo@igalia.com>
2577
2578 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2579
f7e6eed5
PA
25802015-03-04 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.texinfo (Remote Configuration): Document the "set/show
2583 remote swbreak-feature-packet" and "set/show remote
2584 hwbreak-feature-packet" commands.
2585 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2586 decription.
2587 (Stop Reply Packets): Document the swbreak and hwbreak stop
2588 reasons.
2589 (General Query Packets): Document the swbreak and hwbreak
2590 qSupported features.
2591 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2592
f873665f 25932015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2594
2595 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2596 under *stopped.
2597
9a284c97
DE
25982015-03-02 Doug Evans <xdje42@gmail.com>
2599
2600 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2601
446899e4
AA
26022015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2603
2604 * gdb.texinfo (S/390 and System z Features): Describe new feature
2605 "org.gnu.gdb.s390.vx".
2606
7ee67ee4
SDJ
26072015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2608
2609 PR gdb/18008
2610 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2611 demangler-warning): Fix typo ("problam").
2612
53cf2ee0
DT
26132015-02-19 David Taylor <dtaylor@emc.com>
2614
2615 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2616
3133f8c1
JM
26172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2618
2619 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2620 point, DTrace'.
2621 (Static Probe Points): Modified to cover DTrace probes in addition
2622 to SystemTap probes. Also modified to cover the `enable probe'
2623 and `disable probe' commands.
2624
9aca2ff8
JM
26252015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2626
2627 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2628 `disable probe' commands.
2629
fa3f8d5a
DT
26302015-02-12 David Taylor <dtaylor@emc.com>
2631
2632 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2633 fields of the QTDV packet.
2634
d33501a5
MM
26352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2636
2637 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2638 (Process Record and Replay): Describe new set|show commands.
2639 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2640
f4abbc16
MM
26412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2642
2643 * gdb.texinfo (Process Record and Replay): Describe the "record
2644 btrace bts" command.
2645 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2646 (Branch Trace Configuration Format): New.
2647
cfb069a8
GB
26482015-01-31 Gary Benson <gbenson@redhat.com>
2649 Doug Evans <dje@google.com>
2650
2651 * gdb.texinfo (Command Completion): Document new
2652 "set/show max-completions" option.
2653
f57d2163
DE
26542015-01-31 Doug Evans <xdje42@gmail.com>
2655
2656 * gdb.texinfo (Symbols): Document new commands
2657 "maint print symbol-cache", "maint print symbol-cache-statistics",
2658 "maint flush-symbol-cache". Document new option
2659 "maint set symbol-cache-size".
2660
9f050062
DE
26612015-01-31 Doug Evans <xdje42@gmail.com>
2662
2663 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2664 distinguish script files vs inlined scripts.
2665 * python.texi (Python Auto-loading): Ditto.
2666
b6577aab
DE
26672015-01-30 Doug Evans <dje@google.com>
2668
2669 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2670 string if present.
2671
3a8b707a
DE
26722015-01-27 Doug Evans <dje@google.com>
2673
2674 * python.texi (Objfiles In Python): Document Objfile.username.
2675
1b549396
DE
26762015-01-27 Doug Evans <dje@google.com>
2677
2678 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2679 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2680
253828f1
JK
26812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2684
bf555842
EZ
26852015-01-16 Eli Zaretskii <eliz@gnu.org>
2686
2687 * doc/gdb.texinfo (TUI Commands): Document the possible
2688 values of NAME argument to 'winheight' command. Explain the
2689 effect of 'tabset' setting better.
2690
439250fb
DE
26912015-01-11 Doug Evans <xdje42@gmail.com>
2692
2693 PR gdb/15830
2694 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2695 (Symbols): Ditto.
2696 (Maintenance Commands): Delete docs for "maint demangle".
2697
6bf6fd09
JB
26982014-12-31 Joel Brobecker <brobecker@adacore.com>
2699
2700 * gdb.texinfo (Files): Remove documentation of the
2701 "add-shared-symbol-files" and "assf" commands.
2702 (Cygwin Native): Remove documentation of the "dll-symbols"
2703 command.
2704
cc485e62
DE
27052014-12-17 Doug Evans <xdje42@gmail.com>
2706
2707 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2708
bb2ec1b3
TT
27092014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2710 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.texinfo (Altering): Update.
2713 (Compiling and Injecting Code): New node.
2714
6dddd6a5
DE
27152014-12-12 Doug Evans <dje@google.com>
2716
2717 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2718
f5b95c01
AA
27192014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2720
2721 * gdb.texinfo: Document "maint print user-registers".
2722
a0be3e44
DE
27232014-12-08 Doug Evans <dje@google.com>
2724
2725 * python.texi (Objfiles In Python): Document Objfile.owner.
2726
86e4ed39
DE
27272014-12-04 Doug Evans <dje@google.com>
2728
2729 * python.texi (Objfiles In Python): Document
2730 Objfile.add_separate_debug_file.
2731
7c50a931
DE
27322014-12-04 Doug Evans <dje@google.com>
2733
2734 * python.texi (Objfiles In Python): Document Objfile.build_id.
2735
701adfb0
PA
27362014-12-02 Nick Bull <nicholaspbull@gmail.com>
2737
2738 * observer.texi (inferior_call_pre, inferior_call_post)
2739 (memory_changed, register_changed): New observers.
2740
162078c8
NB
27412014-12-02 Nick Bull <nicholaspbull@gmail.com>
2742
2743 * python.texi (Events In Python): Document new events
2744 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2745 and RegisterChangedEvent.
2746
f10c5b19
JK
27472014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2748
2749 Add add-auto-load-scripts-directory.
2750 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2751 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2752
413b59ae
JK
27532014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2756 description typo.
2757
02be9a71
DE
27582014-10-30 Doug Evans <dje@google.com>
2759
2760 * python.texi (Progspaces In Python): Document ability to add
2761 random attributes to gdb.Progspace objects.
2762 (Objfiles In Python): Document ability to add random attributes to
2763 gdb.objfile objects.
2764
e5f8a7cc
PA
27652014-10-27 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2768 info on stepping and signal handlers.
2769 (Signals): Explain stepping and signal handlers. Add context
2770 index entry, and cross references.
2771
fab3a15d
SM
27722014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2773
2774 * python.texi (Breakpoints In Python): Add parenthesis after
2775 Breakpoint.delete. Clarify Breakpoint.enabled description so
2776 that it contains "disable".
2777
4ffbba72
DE
27782014-10-17 Doug Evans <dje@google.com>
2779
2780 * python.texi (Events In Python): Document clear_objfiles event.
2781
d096d8c1
DE
27822014-10-17 Doug Evans <dje@google.com>
2783
2784 * python.texi (Objfiles In Python): Document new progspace attribute.
2785
32a8097b
PA
27862014-10-17 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2789 (SVR4 Process Information): Delete mention of OSF/1.
2790
2ddf4301
SM
27912014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2792
2793 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2794 exit-code field in -list-thread-groups output.
2795
342cc091
JBG
27962014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2797
2798 * gdb.texinfo (Set Breaks): Add missing "@end table".
2799
a25a5a45
PA
28002014-09-22 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2803 always-inserted off" is the default mode now. Delete
2804 documentation of "set breakpoint always-inserted auto".
2805
2b4fd423
DE
28062014-09-18 Doug Evans <dje@google.com>
2807
2808 * python.texi (Symbol Tables In Python): Document "producer"
2809 attribute of gdb.Symtab objects.
2810
deb8ff2b
PA
28112014-09-16 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2814 (Embedded OS): Remove VxWorks menu entry.
2815 (VxWorks): Remove node.
2816
81219e53
DE
28172014-09-13 Doug Evans <xdje42@gmail.com>
2818
2819 * gdb.texinfo (Signaling): Document new queue-signal command.
2820
faa42425
DE
28212014-09-06 Doug Evans <xdje42@gmail.com>
2822
2823 PR 15276
2824 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2825 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2826
1a6a384b
JL
28272014-09-03 Justin Lebar <jlebar@google.com>
2828
2829 * python.texi (Types In Python): Type.template_argument(n) returns a
2830 gdb.Value or a gdb.Type and throws an exception if n is out of
2831 range.
2832
5f3b99cf
SS
28332014-09-03 Sasha Smundak <asmundak@google.com>
2834
2835 * python.texi (Frames in Python): Add read_register description.
2836
3cecbbbe
TT
28372014-08-04 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.texinfo (Debugging Output): Update for change to "set debug
2840 target".
2841
90debf20
MM
28422014-08-01 Masaki Muranaka <monaka@monami-software.com>
2843
2844 Pushed by Joel Brobecker <brobecker@adacore.com>.
2845 * Makefile.in (transform): New variable.
2846 (install-man1, install-man5): Apply $(transform) to man file names.
2847
ee7333ae
DE
28482014-07-26 Doug Evans <xdje42@gmail.com>
2849
2850 PR guile/17177
2851 * guile.texi (Guile Pretty Printing API): Fix typo.
2852 Document set-pretty-printers!, pretty-printers.
2853 (Selecting Guile Pretty-Printers): Update.
2854 Mention program-space based pretty-printers.
2855
70509625
PA
28562014-07-25 Pedro Alves <palves@redhat.com>
2857 Eli Zaretskii <eliz@gnu.org>
2858
2859 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2860 with multi-threaded programs.
2861
701adfb0
PA
28622014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2863
2864 * gdb.texinfo (MicroBlaze Features): Added.
2865
b67a2c6f
YQ
28662014-06-27 Yao Qi <yao@codesourcery.com>
2867
2868 * gdb.texinfo (Maintenance Commands): Update the output of
2869 'maint print dummy-frames' command.
2870
f179cf97
EZ
28712014-06-24 Eli Zaretskii <eliz@gnu.org>
2872
2873 * gdb.texinfo (Screen Size): Improve indexing.
2874
992c7d70
GB
28752014-06-19 Gary Benson <gbenson@redhat.com>
2876
2877 * gdb.texinfo (Maintenance Commands): Document new
2878 "maint set/show catch-demangler-crashes" option.
2879
57fcfb1b
GB
28802014-06-19 Gary Benson <gbenson@redhat.com>
2881
2882 * gdb.texinfo (Maintenance Commands): Document new
2883 "maint demangler-warning" command and new
2884 "maint set/show demangler-warning" option.
2885
dd5d5494
SC
28862014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2887
2888 * python.texi (Xmethod API): Add space before the opening
2889 parenthesis in function descriptions.
2890
25326a28 28912014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2892
2893 * guile.texi (Guile Configuration): Document guile-data-directory.
2894
0a770bb2 28952014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2896
2897 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2898
16f691fb
DE
28992014-06-04 Doug Evans <xdje42@gmail.com>
2900
2901 * guile.texi (Breakpoints In Guile): Update.
2902
1e47491b
JB
29032014-06-03 Joel Brobecker <brobecker@adacore.com>
2904
2905 * python.texi (Xmethod API): Fix reference to "Progspaces In
2906 Python".
2907
0c6e92a5
SC
29082014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2909
2910 * python.texi (Xmethods In Python, XMethod API)
2911 (Writing an Xmethod): New nodes.
2912 (Python API): New menu entries "Xmethods In Python",
2913 "Xmethod API", "Writing an Xmethod".
2914
06eb1586
DE
29152014-06-02 Doug Evans <xdje42@gmail.com>
2916
2917 * guile.texi (Guile API): Add entry for Parameters In Guile.
2918 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2919 (Parameters In Guile): New node.
2920
e698b8c4
DE
29212014-06-02 Doug Evans <xdje42@gmail.com>
2922
2923 * guile.texi (Guile API): Add entry for Commands In Guile.
2924 (Basic Guile) <parse-and-eval>: Add reference.
2925 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2926 (GDB Scheme Data Types): Mention <gdb:command> object.
2927 (Commands In Guile): New node.
2928
ded03782
DE
29292014-06-02 Doug Evans <xdje42@gmail.com>
2930
2931 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2932 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2933 (Progspaces In Guile): New node.
2934
53e8a631
AB
29352014-05-30 Andrew Burgess <aburgess@broadcom.com>
2936
2937 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2938 * python.texi (Frames In Python): Mention
2939 gdb.FRAME_UNWIND_MEMORY_ERROR.
2940
329ea579
PA
29412014-05-29 Pedro Alves <palves@redhat.com>
2942 Tom Tromey <tromey@redhat.com>
2943
2944 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2945 from example.
2946 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2947 Mention that target-async is now deprecated.
2948 (Maintenance Commands): Document maint set/show target-async.
2949
92bcb5f9
PA
29502014-05-29 Pedro Alves <palves@redhat.com>
2951
2952 * observer.texi (sync_execution_done, command_error): New
2953 subjects.
2954
fd664c91
PA
29552014-05-29 Pedro Alves <palves@redhat.com>
2956
2957 PR gdb/13860
2958 * observer.texi (signal_received, end_stepping_range)
2959 (signal_exited, exited, no_history): New observer subjects.
2960
b2715b27
AW
29612014-05-26 Andy Wingo <wingo@igalia.com>
2962
2963 * guile.texi (GDB Scheme Data Types): Remove documentation for
2964 removed interfaces. Update spelling of gdb-object-kind.
2965
9eaa4c1e
AW
29662014-05-26 Andy Wingo <wingo@igalia.com>
2967
2968 * guile.texi (Basic Guile): Fix some typos.
2969
0f1e8403
AW
29702014-05-26 Andy Wingo <wingo@igalia.com>
2971
2972 * guile.texi (Writing a Guile Pretty-Printer)
2973 (Guile Types Module): Fix excess parentheses in use-modules forms.
2974
697aa1b7
EZ
29752014-05-24 Eli Zaretskii <eliz@gnu.org>
2976
2977 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2978 (Breakpoints In Guile, Guile Printing Module)
2979 (Guile Exception Handling, Values From Inferior In Guile)
2980 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2981 Don't use @var at the beginning of a sentence.
2982
2983 * gdb.texinfo (Frame Filter Management, Trace Files)
2984 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2985 (PowerPC Embedded, Define, Annotations for Running)
2986 (IPA Protocol Commands, Packets, General Query Packets)
2987 (Tracepoint Packets, Notification Packets, Environment)
2988 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2989 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2990 (Frames, Backtrace, Selection, Expressions, Registers)
2991 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2992 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2993 (Source Annotations, Using JIT Debug Info Readers, Packets)
2994 (Stop Reply Packets, Host I/O Packets)
2995 (Target Description Format): Don't use @var at the beginning of a
2996 sentence.
2997
2998 * python.texi (Basic Python, Types In Python)
2999 (Commands In Python, Frames In Python, Line Tables In Python)
3000 (Breakpoints In Python, gdb.printing, gdb.types)
3001 (Type Printing API): Don't use @var at the beginning of a
3002 sentence.
3003
67b5c0c1
MM
30042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3005
3006 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3007 replay-memory-access".
3008
6a3cb8e8
PA
30092014-05-21 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.texinfo (Starting): Document "set/show
3012 auto-connect-native-target".
3013 (Target Commands): Document "target native".
3014
936d2992
PA
30152014-05-20 Pedro Alves <palves@redhat.com>
3016
3017 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3018 not be remote specific. Add cross reference to the qCRC packet.
3019 (Separate Debug Files): Update cross reference to the qCRC packet.
3020 (General Query Packets) <qCRC packet>: Add anchor.
3021
b3ce5e5f
DE
30222014-05-17 Doug Evans <xdje42@gmail.com>
3023
3024 Copy over changes from guile.texi.
3025 * python.texi (Basic Python) <gdb.execute>: Add text.
3026 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3027 (Values From Inferior) <Python string>: Add text.
3028 (Values From Inferior) <Value.string>: Clarify string length handling.
3029 (Pretty Printing API): Add cindex.
3030 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3031 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3032 @vindex.
3033 (Commands In Python) <COMPLETE_*>: Similarly.
3034 (Symbols In Python) <SYMBOL_*>: Similarly.
3035 (Breakpoints In Python) <WP_*>: Similarly.
3036 (Breakpoints In Python) <BP_*>: Similarly.
3037
8dfcab11
DT
30382014-05-17 David Taylor <dtaylor@emc.com>
3039
3040 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3041 mentioned in the qfThreadInfo reply.
3042
8d551b02
DE
30432014-05-16 Doug Evans <dje@google.com>
3044
3045 * gdb.texinfo (Mode Options): Add -D.
3046
e20bd8f4
SB
30472014-05-09 Samuel Bronson <naesten@gmail.com>
3048
3049 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3050 "make -C".
3051
f989a1c8
TT
30522014-04-29 Tom Tromey <tromey@redhat.com>
3053
3054 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3055 "show debug varobj".
3056
95cf3b38
DT
30572014-05-01 David Taylor <dtaylor@emc.com>
3058
3059 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3060 option.
3061
01f9f808
MS
30622014-04-24 Michael Sturm <michael.sturm@mintel.com>
3063 Walfred Tedeschi <walfred.tedeschi@intel.com>
3064
3065 * gdb.texinfo (i386 Features): Add description of AVX512
3066 registers.
3067
770e7fc7
DE
30682014-03-31 Doug Evans <dje@google.com>
3069
3070 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3071
97d8f0ee
DE
30722014-03-30 Doug Evans <dje@google.com>
3073
3074 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3075 (Background Execution): Ditto.
3076
36cb1214
HZ
30772014-03-21 Pedro Alves <palves@redhat.com>
3078 Stan Shebs <stan@codesourcery.com>
3079 Hui Zhu <hui@codesourcery.com>
3080
3081 * gdb.texinfo (Packets): Add anchor to "? packet".
3082 Remove fixme and update introduction of "k packet".
3083 Add anchor to "vKill packet".
3084
5e3a2c38
SS
30852014-03-12 Stan Shebs <stan@codesourcery.com>
3086
3087 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3088
7a5a839f
LC
30892014-02-26 Ludovic Courtès <ludo@gnu.org>
3090
dc6ae996 3091 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 3092
95060284
JB
30932014-02-20 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3096 and "assf" as being deprecated.
3097 (Cygwin Native): Likewise for "dll-symbols".
3098 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3099 as a way to force the loading of symbols from a DLL.
3100
f7bd0f78
SC
31012014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3102
3103 * python.texi (Values From Inferior): Add description about the
3104 new feature.
3105
329baa95
DE
31062014-02-17 Doug Evans <xdje42@gmail.com>
3107
3108 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3109 * gdb.texinfo (Python): Moved to ...
3110 * python.texi: ... here. New file.
3111
687894f5
DE
31122014-02-17 Ludovic Courtès <ludo@gnu.org>
3113
d25f38ee 3114 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
3115 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3116 parameter to 'str-lookup-function' procedure. Look for
3117 the "std::string<" prefix.
3118 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3119 Adjust description.
3120
6fb526ee
DE
31212014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3122
d25f38ee 3123 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
3124 parantheses for deffn.
3125 (Disassembly In Guile): Ditto.
3126
1e0a5178
SS
31272014-02-10 Stan Shebs <stan@codesourcery.com>
3128
3129 Add Doxygen support.
3130 * Makefile.in (doxy): New action, generates Doxygen files.
3131 (DOXYGEN): New.
3132 (doxyedit): New.
3133 * Doxyfile-base.in: New file.
3134 * Doxyfile-gdb-api.in: New file.
3135 * Doxyfile-gdb-xref.in: New file.
3136 * Doxyfile-gdbserver.in: New file.
3137 * doxy-index.in: New file.
3138 * filter-for-doxygen: New file.
3139 * filter-params.pl: New file.
3140
ed3ef339
DE
31412014-02-10 Doug Evans <xdje42@gmail.com>
3142
3143 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3144 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3145 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3146 (Guile docs): Include guile.texi.
3147 (objfile-gdbdotext file): Add objfile-gdb.scm.
3148 (dotdebug_gdb_scripts section): Mention Guile scripts.
3149 (Multiple Extension Languages): New node.
3150 * guile.texi: New file.
3151
c6044dd1
JB
31522014-01-28 Joel Brobecker <brobecker@adacore.com>
3153
3154 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3155 ignore-descriptive-types". commands.
3156
87ce2a04
DE
31572014-01-22 Doug Evans <dje@google.com>
3158
3159 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3160 (gdbserver man): Ditto.
3161
52834460
MM
31622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3163
3164 * gdb.texinfo: Document limited reverse/replay support
3165 for target record-btrace.
3166
0688d04e
MM
31672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3168
3169 * gdb.texinfo (Process Record and Replay): Update documentation.
3170
8710b709
MM
31712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3172
3173 * gdb.texinfo (Process Record and Replay): Document new /c
3174 modifier accepted by "record function-call-history".
3175 Add /i modifier to "record function-call-history" example.
3176
dcf106f3
JB
31772014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3178 Joel Brobecker <brobecker@adacore.com>
3179
3180 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3181 markers. Remove one that was misplaced.
3182
41ef2965
PA
31832014-01-10 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.texinfo (Your Program's Environment) <set environment>:
3186 Mention the shell, and point at 'set exec-wrapper'.
3187
c0d48811
JB
31882014-01-07 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3191
5fba4c0f
JB
31922013-12-30 Joel Brobecker <brobecker@adacore.com>
3193
3194 * gdb.texinfo (Types In Python): Clarify the documentation
3195 of attribute gdb.Field.bitpos.
3196
0809504b
JB
31972013-12-28 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.texinfo (Types In Python): Fix the documentation of
3200 attribute "bitpos" in class gdb.Field for enum types. Add
3201 documentation for attribute "enumval" in that same class.
3202
edef6000
JB
32032013-12-28 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3206 @ftable.
3207
71b8c845
DE
32082013-12-23 Doug Evans <xdje42@gmail.com>
3209
3210 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3211 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3212 corresponding section in Extending GDB.
3213 (Extending GDB): Move menu up. New menu item "Auto-loading
3214 extensions".
3215 (Sequences): New menu item "Auto-loading sequences".
3216 (Auto-loading sequences): New node.
3217 (Python): Rename section from Scripting GDB to Extending GDB.
3218 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3219 Move docs on ways to auto-load extensions to ...
3220 (Auto-loading extensions): ... here. New node.
3221
d192b373
JB
32222013-12-23 Joel Brobecker <brobecker@adacore.com>
3223
3224 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3225 in menu.
3226 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3227 command, now in a new node.
3228 (GDB/MI Support Commands): New node, with its contents being
3229 extracted from the "GDB/MI Miscellaneous Commands" node.
3230 A small paragraph introducing the section is also added at
3231 the start.
3232 (GDB/MI Miscellaneous Commands): Delete the description of the
3233 -info-gdb-mi-command, -list-features and -list-target-features
3234 commands, now hosted in the "GDB/MI Support Commands" node.
3235
a16b0e22
SC
32362013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3237
3238 PR python/16113
3239 * gdb.texinfo (Values From Inferior): Add a note about using
3240 gdb.Field objects as subscripts on gdb.Value objects.
3241 (Types In Python): Add description about the new attribute
3242 "parent_type" of gdb.Field objects.
3243
9b26f0fb
JB
32442013-12-12 Joel Brobecker <brobecker@adacore.com>
3245
3246 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3247 entry for section docuumenting the -list-features GDB/MI command.
3248
72bfa06c
JB
32492013-12-10 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3252 "exec-run-start-option" entry in the output of the "-list-features"
3253 command.
3254
3ea8680f
EZ
32552013-12-04 Eli Zaretskii <eliz@gnu.org>
3256
3257 * gdb.texinfo (i386): Fix yesterday's commit.
3258
1a4f73eb
TT
32592013-12-03 Tom Tromey <tromey@redhat.com>
3260
3261 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3262 documented here.
3263
6cb999f8
TT
32642013-12-03 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3267
ca8941bb
WT
32682013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3269
3270 * gdb.texinfo (i386 Features): Add MPX feature registers.
3271 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3272 a subsubsection for MPX and describes the display of the
3273 boundary registers.
3274
688981c9
JB
32752013-12-03 Joel Brobecker <brobecker@adacore.com>
3276
3277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3278 documentation of the "ada-exceptions" entry.
3279
2ea126fa
JB
32802013-12-03 Joel Brobecker <brobecker@adacore.com>
3281
3282 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3283 "^error" result record concerning the error message. Document
3284 the error code that may also be part of that result record.
3285 (GDB/MI Miscellaneous Commands): Document the
3286 "undefined-command-error-code" element in the output of
3287 the "-list-features" GDB/MI command.
3288
6b7cbff1
JB
32892013-12-03 Joel Brobecker <brobecker@adacore.com>
3290
3291 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3292 the new -info-gdb-mi-command GDB/MI command. Document
3293 the meaning of "-info-gdb-mi-command" in the output of
3294 -list-features.
3295
20e1ca3b
PA
32962013-11-29 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3299 Update comment.
3300
29453a14
YQ
33012013-11-24 Yao Qi <yao@codesourcery.com>
3302
3303 * gdb.texinfo (Caching Remote Data): Document new
3304 "set/show stack-cache" option.
3305
6dd315ba
YQ
33062013-11-24 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3309 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3310 "off" respectively.
3311
9df9dbe0
YQ
33122013-11-23 Yao Qi <yao@codesourcery.com>
3313
3314 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3315 of "displayhint" to the table about child results.
3316
c78feb39
YQ
33172013-11-21 Yao Qi <yao@codesourcery.com>
3318
3319 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3320 'dynamic' for the output of command -var-list-children.
3321
27b81af3
YQ
33222013-11-21 Yao Qi <yao@codesourcery.com>
3323
3324 * gdb.texinfo (Caching Target Data): Remove "see" before
3325 @pxref.
3326
b26dfc9a
YQ
33272013-11-20 Yao Qi <yao@codesourcery.com>
3328
3329 * gdb.texinfo (Caching Target Data): Update doc for
3330 per-address-space dcache.
3331
b12039c6
YQ
33322013-11-20 Yao Qi <yao@codesourcery.com>
3333
3334 * gdb.texinfo (Data): Rename menu item.
3335 (Caching Remote Data): Rename to ...
3336 (Caching Target Data): ... it. Update.
3337
422ad5c2
JB
33382013-11-18 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3341 "language-option" entry in the output of the "-list-features"
3342 command.
3343
805e1f19
TT
33442013-11-15 Tom Tromey <tromey@redhat.com>
3345
3346 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3347 Add example.
3348
8fe1b653
TT
33492013-11-14 Tom Tromey <tromey@redhat.com>
3350
3351 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3352
403cb6b1
JB
33532013-11-14 Joel Brobecker <brobecker@adacore.com>
3354
3355 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3356 (Context management): Place current subsection text into its own
3357 subsubsection. Add new subsubsection describing the "--language"
3358 command option.
3359
93973826
JB
33602013-11-13 Joel Brobecker <brobecker@adacore.com>
3361
3362 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3363 the documentation of "info-ada-exceptions" in the output
3364 of the "-list-features" command. Add the documentation
3365 of the "ada-exception" entry instead.
3366
6adcee18
JB
33672013-11-12 Joel Brobecker <brobecker@adacore.com>
3368
93973826 3369
6adcee18
JB
3370 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3371 word of a couple of sentences to start with a capital letter.
3372
58d06528
JB
33732013-11-12 Joel Brobecker <brobecker@adacore.com>
3374
3375 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3376 (Ada Exceptions): New node.
3377 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3378 Commands" node.
3379 (GDB/MI Ada Exceptions Commands): New node.
3380 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3381 field in the output of the "-list-features" command.
3382 * NEWS: Add entry for the new "info exceptions" CLI command,
3383 and for the new "-info-ada-exceptions" GDB/MI command.
3384
bc79de95
PM
33852013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3386
3387 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3388 (Line Tables In Python): New node.
3389
73be47f5
DE
33902013-11-08 Doug Evans <dje@google.com>
3391
3392 * gdb.texinfo (Debugging Output): Update text for
3393 "set debug dwarf2-read".
3394
db0fec5c
DE
33952013-11-08 Doug Evans <dje@google.com>
3396
3397 * gdb.texinfo (Debugging Output): Update text for
3398 "set debug symtab-create".
3399
92e32e33
PM
34002013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3401
72f4393d
L
3402 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3403 constant.
92e32e33 3404
f76c27b5
PM
34052013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3406
3407 * gdb.texinfo (Breakpoints In Python): Document temporary
3408 option in breakpoint constructor, and add documentation to the
3409 temporary attribute.
3410
fa4d0c40
YQ
34112013-11-07 Yao Qi <yao@codesourcery.com>
3412
3413 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3414 output of "-var-info-expression".
3415
afa332ce
PA
34162013-11-06 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3419 non-interactive mode.
3420 (Environment) <shell startup files warning>: Mention
3421 non-interactive mode. Mention .zshenv for Z shell, and talk about
3422 BASH_ENV instead of .bashrc for BASH.
3423
9ac69859
NB
34242013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3425
3426 * gdb.texinfo (Commands to Specify Files): Add description
3427 of the remove-symbol-file command.
3428 * observer.texi: New free_objfile event
3429
98882a26
PA
34302013-10-24 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3433
ce13fade
JB
34342013-10-11 Joel Brobecker <brobecker@adacore.com>
3435
3436 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3437 New subsection inside which the "-catch-load" and "-catch-unload"
3438 commands documentation is now placed.
3439 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3440 documenting the "-catch-assert" and "-catch-exception" new
3441 GDB/MI commands.
3442
2446f5ea
JB
34432013-10-10 Joel Brobecker <brobecker@adacore.com>
3444
3445 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3446
0d12017b
JB
34472013-10-10 Joel Brobecker <brobecker@adacore.com>
3448
bd80dc1a
JB
3449 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3450 serial baud".
3451 (Remote Configuration): Replace "set remotebaud" by "set serial
3452 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3453
f4fb82a1
PA
34542013-10-07 Pedro Alves <palves@redhat.com>
3455
3456 PR breakpoints/11568
3457 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3458 when the thread is removed from the thread list.
3459
0c557179
SDJ
34602013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3461
3462 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3463 Update entry for $_exitcode.
3464
5713b9b5
JB
34652013-10-04 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3468 new "--start" option.
3469
901461f8
PA
34702013-10-02 Pedro Alves <palves@redhat.com>
3471
3472 * gdb.texinfo (Registers): Expand description of saved registers
3473 in frames. Explain <not saved>.
3474
8fb8eb5c
DE
34752013-09-25 Doug Evans <dje@google.com>
3476
3477 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3478
0a7cfe2c
SS
34792013-09-16 Stan Shebs <stan@codesourcery.com>
3480
3481 Remove the internals manual gdbint.texinfo.
3482 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3483 (PDFFILES): Remove gdbint.pdf.
3484 (HTMLFILES): Remove gdbint/index.html.
3485 (HTMLFILES_INSTALL): Remove gdbint.
3486 (GDBINT_DOC_FILES): Remove.
3487 (dvi): Remove gdbint.dvi.
3488 (ps): Remove gdbint.ps.
3489 * gdbint.texinfo: Remove file.
3490 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3491
a280dbd1
SDJ
34922013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3493
3494 * gdb.texinfo (Convenience Functions): Mention new convenience
3495 function $_isvoid.
3496
4ac33720
UW
34972013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3498
3499 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3500 (Standard Target Features): Add new node to menu.
3501 (S/390 and System z Features): New node.
3502
b3d3b4bd
SA
35032013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3504
3505 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3506 -list-target-features in the example.
3507
edf9f00c
JK
35082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3509
3510 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3511 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3512
1d236d23
JK
35132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 Sync documentation with gdb.base/gnu-debugdata.exp.
3516 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3517
5423b017
JK
35182013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3521
6211c335
YQ
35222013-08-27 Pedro Alves <pedro@codesourcery.com>
3523 Yao Qi <yao@codesourcery.com>
3524
3525 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3526 Document new --skip-unavailable option.
3527 <-stack-list-variables>: Document new --skip-unavailable option.
3528
52e260a3
DE
35292013-08-26 Doug Evans <dje@google.com>
3530
3531 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3532 an optional regexp.
3533
5e92f71a
TT
35342013-08-13 Tom Tromey <tromey@redhat.com>
3535
3536 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3537 Document GDB_PARALLEL and GDB_INOTIFY.
3538
c5d7073b
SS
35392013-08-09 Stan Shebs <stan@codesourcery.com>
3540
3541 * LRS: Remove file, describes a long-abandoned live-range
3542 splitting extension to stabs.
3543
6fbe845e
AB
35442013-07-25 Andrew Burgess <aburgess@broadcom.com>
3545
3546 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3547
e7045703
DE
35482013-07-17 Doug Evans <dje@google.com>
3549
3550 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3551
3105ebf9
TT
35522013-07-02 Tom Tromey <tromey@redhat.com>
3553
3554 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3555
d6c2da54
TT
35562013-06-28 Tom Tromey <tromey@redhat.com>
3557
3558 * Makefile.in (version.subst): Use version.in, not
3559 common/version.in.
3560 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3561 Likewise.
3562
e5823f1c
PA
35632013-06-27 Pedro Alves <palves@redhat.com>
3564
3565 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3566 dynamic symbol resolution code>: New section, based on infrun.c
3567 comment.
3568
92dcb9ff
TT
35692013-06-26 Tom Tromey <tromey@redhat.com>
3570
3571 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3572 Update.
3573 (Releasing GDB): Likewise.
3574
dc673c81
YQ
35752013-06-26 Pedro Alves <pedro@codesourcery.com>
3576 Yao Qi <yao@codesourcery.com>
3577
3578 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3579 -trace-frame-collected.
3580
28a93511
YQ
35812013-06-26 Pedro Alves <pedro@codesourcery.com>
3582
3583 * gdb.texinfo (Traceframe Info Format): Document tvar element
3584 and its attributes.
3585
a0743c90
YQ
35862013-06-25 Yao Qi <yao@codesourcery.com>
3587
3588 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3589
01208463
TT
35902013-06-24 Tom Tromey <tromey@redhat.com>
3591
3592 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3593 (GDBvn.texi): Use version.subst.
3594 (version.subst): New target.
3595 (mostlyclean): Remove version.subst.
3596
c898adb7
YQ
35972013-06-20 Pedro Alves <pedro@codesourcery.com>
3598
3599 * gdb.texinfo (GDB/MI Data Manipulation)
3600 <-data-list-register-values>: Document the --skip-unavailable
3601 option.
3602
7c57fa1e
YQ
36032013-06-07 Yao Qi <yao@codesourcery.com>
3604
3605 * gdb.texinfo (Symbols): Add kindex and cindex for
3606 'maint print msymbols'.
3607
0059c61a 36082013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3609
3610 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3611 response field name (thread-group to inferior).
3612
85dc5a12
GB
36132013-06-04 Gary Benson <gbenson@redhat.com>
3614
3615 * gdb.texinfo (General Query Packets/qSupported): Added
3616 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3617 to the table of currently defined stub features.
3618 Added a more detailed entry for "augmented-libraries-svr4-read".
3619 (General Query Packets/qXfer:libraries-svr4:read): Documented
3620 the augmented form of this packet.
3621
5901af59
JB
36222013-05-23 Joel Brobecker <brobecker@adacore.com>
3623
3624 * gdb.texinfo (System-wide Configuration Scripts): Renames
3625 "Installed System-wide Configuration Scripts". Add associated
3626 @menu block.
3627
c1e36e3e
PA
36282013-05-23 Yao Qi <yao@codesourcery.com>
3629 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.texinfo (Packets): Document 'vCont;r'.
3632 (Continuing and Stepping): Document target-assisted range
3633 stepping, and the 'set range-stepping' and 'show range-stepping'
3634 commands.
3635
0201faac
JB
36362013-05-23 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdb.texinfo (Installed System-wide Configuration Scripts):
3639 Add subsection describing the scripts now available under
3640 the data-dir's system-gdbbinit subdirectory.
3641 * NEWS: Add entry announcing the availability of system-wide
3642 configuration scripts for ElinOS and Wind River Linux.
3643
c5867ab6
HZ
36442013-05-21 Hui Zhu <hui@codesourcery.com>
3645
3646 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3647 "-dprintf-insert" command.
3648
7d0c9981
DE
36492013-05-17 Doug Evans <dje@google.com>
3650
3651 * gdb.texinfo (Maintenance Commands): Update doc for
3652 "maint check-psymtabs". Add doc for "maint check-symtabs",
3653 "maint expand-symtabs".
3654
742ce053
MM
36552013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3656
3657 * gdb.texinfo (Process Record and Replay): Document the
3658 "record goto" command and its sub-commands.
3659
1e611234
PM
36602013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3661
3662 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3663 (Python API): Add Frame Filters API, Frame Wrapper API,
3664 Writing a Frame Filter/Wrapper, Managing Management of Frame
3665 Filters chapter entries.
3666 (Frame Filters API): New Node.
3667 (Frame Wrapper API): New Node.
3668 (Writing a Frame Filter): New Node.
3669 (Managing Frame Filters): New Node.
3670 (Progspaces In Python): Add note about frame_filters attribute.
3671 (Objfiles in Python): Ditto.
3672 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3673 @anchors and --no-frame-filters option to -stack-list-variables,
3674 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3675 commands.
3676
2874cb83
JB
36772013-05-08 Joel Brobecker <brobecker@adacore.com>
3678
3679 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3680 Support" subsection documenting the XML format used to transfer
3681 shared library info on AIX.
3682
9a005eb9
JB
36832013-05-08 Joel Brobecker <brobecker@adacore.com>
3684
3685 * gdb.texinfo (Debugging Output): Add documentation of
3686 "set debug aix-solib" and "show debug aix-solib" commands.
3687
a1217d97
SL
36882013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3689
3690 * gdb.texinfo (Nios II): New section.
3691 (Nios II Features): New section.
3692
4d1eb6b4
JB
36932013-05-06 Joel Brobecker <brobecker@adacore.com>
3694
3695 * gdbint.texinfo (Algorithms): Remove entries documenting
3696 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3697 SOLIB_CREATE_INFERIOR_HOOK.
3698
3f84184e
TT
36992013-04-29 Tom Tromey <tromey@redhat.com>
3700
3701 PR python/14204:
3702 * gdb.texinfo (Python API): Fix menu entry.
3703 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3704 Define global and static block. Add example. Clarify
3705 block relationship for inline functions.
3706
60155234
TT
37072013-04-29 Tom Tromey <tromey@redhat.com>
3708
3709 * gdb.texinfo (Python API): Mention Python help and keyword
3710 arguments. Move pagination text to Basic Python.
3711 (Basic Python): Put pagination text here. Document
3712 close-on-exec, SIGCHLD, and SIGINT.
3713
5360976e
PA
37142013-04-19 Pedro Alves <palves@redhat.com>
3715
3716 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3717 "signedness" instead of "signness".
3718
bd3f3b55
PA
37192013-04-19 Pedro Alves <palves@redhat.com>
3720
3721 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3722 -Wno-pointer-sign text with text on -Wpointer-sign.
3723
dee368d3
TT
37242013-04-16 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3727 GCC that has the SDT probe points.
3728
cc16e6c9
TT
37292013-04-15 Tom Tromey <tromey@redhat.com>
3730
3731 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3732 exception catchpoints.
3733
72f1fe8a
TT
37342013-04-15 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.texinfo (Set Catchpoints): Document $_exception.
3737 (Convenience Vars): Mention $_exception.
3738
591f19e8
TT
37392013-04-15 Tom Tromey <tromey@redhat.com>
3740
3741 * gdb.texinfo (Set Catchpoints): Reorganize exception
3742 catchpoints. Document "catch rethrow".
3743 (Debugging C Plus Plus): Mention "catch rethrow".
3744
02ae6bad
TT
37452013-04-15 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3748
2c91021c
JK
37492013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3750 Eli Zaretskii <eliz@gnu.org>
3751
3752 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3753 line below the sample output.
3754
6eaaf48b
EZ
37552013-04-12 Eli Zaretskii <eliz@gnu.org>
3756
3757 * gdb.texinfo (Mode Options): Document '-configuration'.
3758 (Help): Document "show configuration".
3759 (Bug Reporting): Add requirements to include the configuration
3760 details in bug reports.
3761
b292c783
JK
37622013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 * Makefile.in (MAN1S): Add gcore.1.
3765 Remove "Host, target, and site specific Makefile fragments" comment.
3766 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3767 (install-man1, uninstall-man1): Conditionalize gcore.1.
3768 (gcore.1): New.
3769 * gdb.texinfo (Man Pages): Add gcore man.
3770 (gcore man): New node.
3771
f81d1120
PA
37722013-04-10 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.texinfo (Process Record and Replay): Document that "set
3775 record full insn-number-max", "set record
3776 instruction-history-size" and "set record
3777 function-call-history-size" accept "unlimited".
3778 (Backtrace): Document that "set backtrace limit" accepts
3779 "unlimited".
3780 (List): Document that "set listsize" accepts "unlimited".
3781 (Print Settings)" Document that "set print max-symbolic-offset",
3782 "set print elements" and "set print repeats" accept "unlimited".
3783 (Starting and Stopping Trace Experiments): Document that "set
3784 trace-buffer-size" accepts "unlimited".
3785 (Remote Configuration): Document that "set tcp connect-timeout"
3786 accepts "unlimited".
3787 (Command History): Document that "set history size" accepts
3788 "unlimited".
3789 (Screen Size): Document that "set height" and "set width" accepts
3790 "unlimited". Adjust "set pagination"'s description to suggest
3791 "set height unlimited" instead of "set height 0".
3792
393fd4c3
YQ
37932013-04-10 Yao Qi <yao@codesourcery.com>
3794
3795 * gdb.texinfo (Trace Files): Add "target ctf".
3796
cba5a7bf
JK
37972013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3800
0ed630cb
JK
3801 * Makefile.in (install-man1, install-man5, uninstall-man1)
3802 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3803
afe1492b
JK
3804 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3805
5b8b6385
JK
38062013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3807 Eli Zaretskii <eliz@gnu.org>
3808
3809 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3810 parameters order. Remove "On some targets" for --attach. Document the
3811 --multi parameter and extended-remote command. Document all the
3812 options.
3813
906ccdf0
JK
38142013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3817 the list of supported languages.
3818
43662968
JK
38192013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3820
3821 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3822 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3823 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3824 (diststuff): Add man.
3825 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3826 (uninstall-man5): New.
3827 (STAGESTUFF): Add *.1 and *.5.
3828 (GDBvn.texi): Add SYSTEM_GDBINIT.
3829 (gdb.1, gdbserver.1, gdbinit.5): New.
3830 (maintainer-clean realclean): Add $(MANS).
3831 (install): Add install-man.
3832 (uninstall): Add uninstall-man.
3833 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3834 (@copying): Wrap it by @c man begin COPYRIGHT.
3835 (Top): Add Man Pages.
3836 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3837
be9a8770
PA
38382013-04-02 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.texinfo (Debugging Output): Document "set/show debug
3841 aarch64", "set/show debug coff-pe-read" and "set/show debug
3842 mach-o".
3843
a46c1e42
PA
38442013-04-02 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3847 table>: Add entry for "trace-buffer-size".
3848
bd3eecc3
PA
38492013-03-28 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3852 table>: Add entry for "trace-status".
3853
215b9f98
EZ
38542013-03-28 Eli Zaretskii <eliz@gnu.org>
3855
3856 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3857 @bullet", which is invalid (makeinfo 5.1 barfs).
3858
7f7cc265
PA
38592013-03-28 Pedro Alves <palves@redhat.com>
3860
3861 PR gdb/15294
3862
3863 * gdb.texinfo (List) <set listsize>: Adjust to document that
3864 listsize 0 means no limit, and remove mention of -1.
3865
9c0be723
YQ
38662013-03-22 Yao Qi <yao@codesourcery.com>
3867
3868 * gdb.texinfo (Embedded Processors): Remove menu item
3869 "OpenRISC 1000".
3870 (OpenRISC 1000): Remove.
3871
bd712aed
DE
38722013-03-21 Doug Evans <dje@google.com>
3873
3874 * gdb.texinfo (Maintenance Commands): Add docs for
3875 "mt set per-command {space,time,symtab} {on,off}".
3876
d0353e76
YQ
38772013-03-14 Hui Zhu <hui@codesourcery.com>
3878 Yao Qi <yao@codesourcery.com>
3879
3880 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3881
6dd24dfa
KS
38822013-03-13 Keith Seitz <keiths@redhat.com>
3883
3884 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3885 "maint agent" reference to Dynamic printf.
3886
5c4808ca
EZ
38872013-03-11 Eli Zaretskii <eliz@gnu.org>
3888
3889 * gdb.texinfo (General Query Packets): Don't use colon in index
3890 entries visible to Info format.
3891
59ea5688
MM
38922013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3893
3894 * gdb.texinfo (Process Record and Replay): Document record
3895 changes.
3896
2ae8c8e7
MM
38972013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3898
3899 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3900 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3901 qXfer:btrace:read.
3902
28abe188
EZ
39032013-03-09 Eli Zaretskii <eliz@gnu.org>
3904
3905 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3906 use colons in @anchor and @cindex entries.
3907
be9a119c 39082013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3909
3910 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3911
be9a119c 39122013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3913 Hafiz Abid Qadeer <abidh@codesourcery.com>
3914
3915 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3916 trace-buffer-size set and show commands.
3917 (Tracepoint Packets): Document QTBuffer:size.
3918 (General Query Packets): Document QTBuffer:size.
3919
d57350ea
TT
39202013-02-21 Tom Tromey <tromey@redhat.com>
3921
3922 * gdb.texinfo: Remove bad @syncodeindex.
3923 (Values From Inferior, Types In Python, Inferiors In Python)
3924 (Events In Python, Threads In Python, Frames In Python, Blocks In
3925 Python, Symbols In Python, Symbol Tables In Python): Remove
3926 @tables.
3927 (Packets, General Query Packets, Tracepoint Packets)
3928 (Host I/O Packets): Use @w{} for empty @item.
3929
9f44fbc0
SCR
39302013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3931
3932 * gdb.texinfo (Architectures In Python): Add description about
3933 the new method gdb.Architecture.disassemble.
3934
f5911ea1
HAQ
39352013-02-15 Pedro Alves <pedro@codesourcery.com>
3936 Hafiz Abid Qadeer <abidh@codesourcery.com>
3937
3938 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3939 Document the "trace-file" field.
3940
7e1e0340
DE
39412013-02-07 Doug Evans <dje@google.com>
3942
3943 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3944 command.
3945
134a2066
YQ
39462013-02-06 Yao Qi <yao@codesourcery.com>
3947
3948 * gdb.texinfo (GDB/MI Async Records): Document new MI
3949 notification "=tsv-modified". Update the document of MI
3950 notification "=tsv-created".
3951 * observer.texi (GDB Observers): New observer tsv_modified.
3952 Update observer tsv_created and tsv_delete.
3953
430ed3f0
MS
39542013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3955
3956 * gdb.texinfo (AArch64 Features): New section; document
3957 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3958 (Architectures): Add new AArch64 section to document AArch64
3959 architecture specific commands.
3960 (ABI): Add description of the new OS ABI "Newlib" and its influence
3961 on the longjmp handling.
3962
1b56eb55
JK
39632013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3964 Jan Kratochvil <jan.kratochvil@redhat.com>
3965
3966 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3967 variable in 'set/show backtrace' section.
3968
c4957902
TT
39692013-01-31 Tom Tromey <tromey@redhat.com>
3970
3971 * gdb.texinfo (Target Commands): Fix typo.
3972
bea883fd
SCR
39732013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3974
3975 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3976 describing the gdb.Architecture class.
3977 (Frames In Python): Add description about the new method
3978 gdb.Frame.architecture().
3979
796a7ff8
DE
39802013-01-23 Doug Evans <dje@google.com>
3981
3982 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3983
998580f1
MK
39842013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3985
3986 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3987 'thread-groups' field when printing a breakpoint in MI.
3988
c9fb1240
SD
39892012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3990 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3991 to reflect that jit-reader-load now supports absolute file-names.
3992
ab04a2af
TT
39932013-01-16 Tom Tromey <tromey@redhat.com>
3994
3995 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3996 (Signals): Likewise.
3997
8ac3646f
TT
39982013-01-16 Tom Tromey <tromey@redhat.com>
3999
4000 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4001 "catch-type" field.
4002 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4003
e93a8774
TT
40042013-01-07 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.texinfo (Mode Options): Don't mention -epoch.
4007 (Data, Emacs): Remove obsolete comments.
4008
54516a0b
TT
40092013-01-02 Tom Tromey <tromey@redhat.com>
4010
4011 * gdb.texinfo (GDB/MI Output Records): Update menu.
4012 (GDB/MI Breakpoint Information): New node.
4013 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4014 <-break-insert>: Likewise.
4015
8dbe8ece
YQ
40162012-12-31 Yao Qi <yao@codesourcery.com>
4017
4018 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4019 (Packets): Move "vStopped" packet to ...
4020 (Notification Packets): ... here. Describe the components
4021 of notification. Add a table of supported notifications.
4022 Add an example on the process of he async notification.
4023
f35a17b5
JK
40242012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4027 present.
4028 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4029 fullname output always present.
4030
0dfd2fad
PM
40312012-12-23 Pierre Muller <muller@sourceware.org>
4032
72f4393d
L
4033 * gdbint.texinfo (Function prototypes): Require use of "extern"
4034 modifier for function prototypes in headers.
0dfd2fad 4035
7785b880
JB
40362012-12-19 Joel Brobecker <brobecker@adacore.com>
4037
4038 * refcard.tex: Update copyright notice to GPL v3 or later.
4039 Update contact info.
4040
3d745be3
JK
40412012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4044
c9b6281a
YQ
40452012-12-15 Yao Qi <yao@codesourcery.com>
4046
4047 * gdb.texinfo (Debugging Output): Document 'set debug
4048 notification' and 'show debug notification'.
4049
f2a8bc8a
YQ
40502012-12-15 Yao Qi <yao@codesourcery.com>
4051
4052 * gdb.texinfo (Listing Tracepoints): New item and example about
4053 'installed on target' output.
4054 Add more in the example about 'installed on target'.
4055 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4056
451b7c33
TT
40572012-12-14 Tom Tromey <tromey@redhat.com>
4058
72f4393d 4059 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 4060
3fa7bf06 40612012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 4062
3fa7bf06
MG
4063 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4064
701adfb0
PA
40652012-12-12 Paul Koning <paul_koning@dell.com>
4066
4067 Add support for Python 3.
4068 * gdb.texinfo (Inferior.read_memory): Mention that the return
4069 value is a memoryview object if Python 3.
4070
05b4bd79
PA
40712012-12-11 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.texinfo: Remove all mentions of Unixware throughout.
4074
74a0d9f6
JK
40752012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4078
0c631110
TT
40792012-11-29 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.texinfo (SVR4 Process Information): Document missing
4082 "info proc" subcommands.
4083
891df0ea
YQ
40842012-11-29 Yao Qi <yao@codesourcery.com>
4085
4086 PR gdb/1477.
4087 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4088 to 'auto' instead of 'gnu'.
4089
608e2dbb
TT
40902012-11-26 Tom Tromey <tromey@redhat.com>
4091
4092 * gdb.texinfo (MiniDebugInfo): New node.
4093 (GDB Files): Update.
4094
e64e0392
DE
40952012-11-16 Doug Evans <dje@google.com>
4096
4097 * gdb.texinfo (System-wide configuration): If the system-wide init
4098 file lives in the data-directory, and --data-directory is provided,
4099 look for it there.
4100
ae606bee
TT
41012012-11-15 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (Signaling): Fix typo.
4104
62747a60
TT
41052012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4106
4107 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4108 parameter "count" of -data-write-memory-bytes, and add an example.
4109
18a9fc12
TT
41102012-11-12 Tom Tromey <tromey@redhat.com>
4111
4112 * gdb.texinfo (Symbols): Document "info type-printers",
4113 "enable type-printer" and "disable type-printer".
4114 (Python API): Add new node to menu.
4115 (Type Printing API): New node.
4116 (Progspaces In Python): Document type_printers field.
4117 (Objfiles In Python): Likewise.
4118 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4119 register_type_printer, TypePrinter>: Document.
4120
53342f27
TT
41212012-11-12 Tom Tromey <tromey@redhat.com>
4122
4123 * gdb.texinfo (Symbols): Document "set print type methods",
4124 "set print type typedefs", and flags to ptype and whatis.
4125
ed8a1c2d
AB
41262012-11-09 Andrew Burgess <aburgess@broadcom.com>
4127
4128 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4129 the example -data-disassemble output. Extend the description of
4130 the -data-disassemble results to document all fields. Document
4131 the cli disassemble command as being related to -data-disassemble.
4132
8506d139
YQ
41332012-11-09 Yao Qi <yao@codesourcery.com>
4134
4135 PR gdb/14777.
4136 * gdb.texinfo (OS Information): Remove doc on command
4137 'info udot'.
4138
4d3f93a2
JB
41392012-11-08 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4142 gdb.ini warning for Windows port.
4143
1e96de83
YQ
41442012-11-08 Yao Qi <yao@codesourcery.com>
4145
4146 * gdb.texinfo (Search): Add kindex for 'fo'.
4147
dc939229
TT
41482012-11-05 Tom Tromey <tromey@redhat.com>
4149
4150 PR python/14802:
4151 * gdb.texinfo (Functions In Python): Add example.
4152
6f6484cd
YQ
41532012-11-03 Yao Qi <yao@codesourcery.com>
4154
4155 * observer.texi (GDB Observers): Remove observer
4156 'tracepoint_modified', 'tracepoint_created' and
4157 'tracepoint_deleted'.
4158
af4238e5
TT
41592012-10-26 Tom Tromey <tromey@redhat.com>
4160
4161 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4162
687e43a4
TT
41632012-10-25 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.texinfo (General Query Packets): Use @itemx.
4166
8de0566d
YQ
41672012-10-17 Yao Qi <yao@codesourcery.com>
4168
4169 * observer.texi (GDB Observers): Update observer
4170 'memory_changed'.
4171 * gdb.texinfo (GDB/MI Async Records): Document for
4172 "memory-changed" notification.
4173
07540c15
DE
41742012-10-15 Doug Evans <dje@google.com>
4175
4176 * gdb.texinfo (Mode Options): Document -nh.
4177 Elaborate on docs for -nx.
4178
d7019589
SP
41792012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4180
4181 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4182
82a90ccf 41832012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4184 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4185
4186 * gdb.texinfo (GDB/MI Async Records): Document notification
4187 'record-started' and 'record-stopped'.
4188 * observer.texi (GDB Observers): New observer 'record-changed'.
4189
aa9259cc
TS
41902012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4191
4192 * gdb.texinfo: Document the removal of SH's 'regs' command.
4193
c1d780c2
SDJ
41942012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4195
4196 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4197
bb25a15c
YQ
41982012-09-18 Yao Qi <yao@codesourcery.com>
4199
4200 * gdb.texinfo (GDB/MI Async Records): Document new MI
4201 notifications '=tsv-created' and '=tsv-deleted'.
4202 * observer.texi (GDB Observers): New observer tsv_created and
4203 tsv_deleted.
4204
201b4506
YQ
42052012-09-18 Yao Qi <yao@codesourcery.com>
4206
4207 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4208 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4209 '=traceframe-changed'.
4210
6fc1c773
YQ
42112012-09-17 Yao Qi <yao@codesourcery.com>
4212
4213 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4214 'set listsize'.
4215
121c73f3
JK
42162012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4217 Eli Zaretskii <eliz@gnu.org>
4218
4219 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4220 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4221 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4222
e9687799
JK
42232012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4226
3b5e4d35
YPK
42272012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4228
4229 Document how to return from "python-interactive" to GDB.
4230 * gdb.texinfo (Python Commands): Update documentation.
4231
42322012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4233
4234 Add a new "python-interactive" command that starts a standard
4235 Python interactive prompt with "pi" as alias, and add "py" as
4236 an alias to "python".
4237 * gdb.texinfo (Python Commands): Document the new commands.
4238
b583003e
TT
42392012-08-22 Tom Tromey <tromey@redhat.com>
4240
4241 * gdbint.texinfo (Host Definition): Remove documentation for
4242 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4243
a451cb65
KS
42442012-08-17 Keith Seitz <keiths@redhat.com>
4245
4246 PR c++/13356
4247 * gdb.texinfo (Type and Range Checking): Remove warning.
4248 Remove spurious commas.
4249 Update text and examples for re-implementation of set/show
4250 check type.
4251 (C and C++ Type and Range Checks): Likewise.
4252
6b1755ce
YQ
42532012-08-16 Yao Qi <yao@codesourcery.com>
4254
4255 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4256 is deprecated.
4257
f47f77df
DE
42582012-08-13 Doug Evans <dje@google.com>
4259
4260 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4261 to include functions.
4262
a72c3253
DE
42632012-08-10 Doug Evans <dje@google.com>
4264
4265 * gdb.texinfo (Convenience Funs): New node.
4266 (Types In Python): Document Type.vector.
4267
5b9afe8a
YQ
42682012-08-09 Yao Qi <yao@codesourcery.com>
4269
4270 * observer.texi: New observer command_param_changed.
4271 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4272
dc1039df
JK
42732012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4274
4275 * gdbint.texinfo (Debugging GDB): In section
4276 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4277 Mention also gdb-gdb.py.
4278
4abf930d
YQ
42792012-08-07 Yao Qi <yao@codesourcery.com>
4280
4281 Revert the folloing patch:
4282 2012-08-06 Yao Qi <yao@codesourcery.com>
4283 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4284 remote hardware-watchpoint-limit' and 'set
4285 remote hardware-breakpoint-limit'.
4286
f3c8a52a
JK
42872012-08-06 Nathaniel Flath <flat0103@gmail.com>
4288
4289 * gdb.texinfo (Working Directory): Added information about new
4290 default argument for 'cd' command.
4291
77a91025
YQ
42922012-08-06 Yao Qi <yao@codesourcery.com>
4293
4294 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4295 remote hardware-watchpoint-limit' and 'set
4296 remote hardware-breakpoint-limit'.
4297
d9f08f52
YQ
42982012-08-06 Yao Qi <yao@codesourcery.com>
4299
4300 Fix PR14371.
4301
4302 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4303 '=breakpoint-deleted'.
4304
95b07c96
YQ
43052012-08-02 Yao Qi <yao@codesourcery.com>
4306
4307 * gdb.texinfo (Native): Remove node Neutrino.
4308
7255706c
YQ
43092012-07-27 Yao Qi <yao@codesourcery.com>
4310
4311 * gdb.texinfo (IPA Protocol Commands): Document new command
4312 'close'.
4313
d6b28940
TT
43142012-07-25 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4317
e615022a
DE
43182012-07-20 Doug Evans <dje@google.com>
4319
4320 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4321 (Index Files): Document how to control the use of deprecated index
4322 sections.
4323 (Index Section Format): Replace --use-deprecated-index-sections with
4324 "set use-deprecated-index-sections on".
4325
055855a4
EZ
43262012-07-12 Eli Zaretskii <eliz@gnu.org>
4327
4328 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4329 indices into a single node "Index". Instead, join function and
4330 variable indices into a single index, separate from the concept
4331 index. Requested in
4332 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4333 (Top): Update the top-level menu: instead of one "Index" there are
4334 now separate entries "Concept Index" and "Function and Variable
4335 Index".
4336 (Concept Index, Function and Variable Index): New nodes.
4337 (Index): Node deleted.
4338
f77cc5f0
HZ
43392012-07-05 Hui Zhu <hui_zhu@mentor.com>
4340
4341 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4342 and "maint agent-eval".
4343
00595b5e
EZ
43442012-07-03 Eli Zaretskii <eliz@gnu.org>
4345
4346 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4347 avoid file-name clashes between Index.html and index.html on
4348 case-insensitive filesystems. See the discussion starting in
4349 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4350 details of the problem.
4351 (Top): Update the master menu for the above.
4352 (Concept Index, Command and Variable Index): New nodes, instead of
4353 the old "Index" node that was deleted. All cross-references
4354 updated.
4355
d3ce09f5
SS
43562012-07-02 Stan Shebs <stan@codesourcery.com>
4357
4358 * gdb.texinfo (Dynamic Printf): Mention agent style and
4359 disconnected dprintf.
4360 (Maintenance Commands): Describe maint agent-printf.
4361 (General Query Packets): Mention BreakpointCommands feature.
4362 (Packets): Document commands extension to Z0 packet.
4363 * agentexpr.texi (Bytecode Descriptions): Document printf
4364 bytecode.
4365
2d7b58e8
JK
43662012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4369 only after gdbinit files.
4370 (Startup): Move -iex and -iex commands down after gdbinit files.
4371
202cbf1c
JK
43722012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4375 possibility.
4376
b6ba681c
TT
43772012-06-29 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Index Section Format): Update for version 7.
4380
71caed83
SS
43812012-06-28 Stan Shebs <stan@codesourcery.com>
4382
4383 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4384 example, add note about title column.
4385
ee0bf529
SCR
43862012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4387
4388 * gdb.texinfo (Symbol Tables In Python): Add description about
4389 the new 'last' attribute of gdb.Symtab_and line.
4390
3c15d565
SCR
43912012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4392
4393 * gdb.texinfo (Symbol Tables In Python): Correct the description
4394 of the 'pc' attribute of gdb.Symtab_and_line.
4395
45cfd468
DE
43962012-06-26 Doug Evans <dje@google.com>
4397
4398 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4399 and symtab-create.
4400
496ee73e
KS
44012012-06-25 Keith Seitz <keiths@redhat.com>
4402
4403 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4404 from example. Remove "rbreak" from list of corresponding
4405 gdb commands.
4406
156942c7
DE
44072012-06-23 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Index Section Format): Document version 7 format.
4410
c614397c
YQ
44112012-06-22 Yao Qi <yao@codesourcery.com>
4412
4413 * gdb.texinfo: Add missing cindex for some packets.
4414
472a2379
KS
44152012-06-20 Keith Seitz <keiths@redhat.com>
4416
4417 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4418 for -break-insert and document -p.
4419
2678e2af
YQ
44202012-06-20 Yao Qi <yao@codesourcery.com>
4421
4422 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4423 and "gdb.write_memory" with "Inferior.read_memory" and
4424 "Inferior.write_memory".
4425
984359d2
EZ
44262012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4427
4428 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4429 (Free Documentation): Add @node line.
4430 (Continuing and Stepping) <advance location>: Use @item instead of
4431 @itemx.
4432 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4433 @itemx.
4434 (Embedded Processors): Put the link to "PA" to its correct place,
4435 according to document structure.
4436 (Python API): Put the link to "Lazy Strings In Python" to its
4437 correct place.
4438 (Index): Use @@ in @tex block to get a literal @.
4439
4440 * gdbint.texinfo: Fix the @subtitle line.
4441
4442 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4443 correct place.
4444
16bdd41f
YQ
44452012-06-08 Yao Qi <yao@codesourcery.com>
4446
4447 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4448 Protocol'.
4449 (In-Process Agent Protocol, IPA Protocol Objects)
4450 (IPA Protocol Commands): New nodes.
4451 (Tracepoint Packets): Add anchors.
4452
2d4c29c5
TS
44532012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4454
4455 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4456
6bd110c5
YQ
44572012-06-06 Yao Qi <yao@codesourcery.com>
4458
4459 * gdb.texinfo: Update copyright year.
4460
f3e0e960
SS
44612012-05-23 Stan Shebs <stan@codesourcery.com>
4462 Kwok Cheung Yeung <kcy@codesourcery.com>
4463
4464 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4465
1564a261
JK
44662012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4469 Mention also --with-separate-debug-dir.
4470 (Auto-loading): Prepend $debugdir in the sample output.
4471 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4472 auto-load safe-path variable.
4473 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4474 Mention also $debugdir for 'set auto-load scripts-directory'.
4475
eb17f351
EZ
44762012-05-19 Eli Zaretskii <eliz@gnu.org>
4477
4478 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4479 (MIPS Embedded, MIPS, MIPS Register packet Format)
4480 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4481 appropriate.
4482
4cc0665f 44832012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4484 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4485
4486 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4487 mips compression".
4488 (MIPS Breakpoint Kinds): New subsubsection.
4489
7af8dcf8 44902012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4491
4492 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4493 nodes for subsections. Add @acronym mark-ups and adjust
4494 formatting.
4495
aff139ff
JK
44962012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 Rename $ddir to $datadir.
4499 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4500 (objfile-gdb.py file): Rename $ddir to $datadir.
4501
9cb709b6
TT
45022012-05-18 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4505
e7e0cddf
SS
45062012-05-14 Stan Shebs <stan@codesourcery.com>
4507
4508 * gdb.texinfo (Dynamic Printf): New subsection.
4509
7efc75aa
SCR
45102012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4511
4512 * gdb.texinfo (Basic Python): Add description about the function
4513 gdb.find_pc_line
4514
f307c045
JK
45152012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4516 Eli Zaretskii <eliz@gnu.org>
4517
4518 * gdb.texinfo (Separate Debug Files): Use plural form for global
4519 debugging information directory.
4520
85d4a676
SS
45212012-05-11 Stan Shebs <stan@codesourcery.com>
4522 Kwok Cheung Yeung <kcy@codesourcery.com>
4523
4524 * gdb.texinfo (Operating System Auxiliary Information): Document new
4525 'info os' subcommands.
4526
c1668e4e
JK
45272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4528
4529 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4530 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4531 (dotdebug_gdb_scripts section): Add reference
4532 to 'Auto-loading safe path'.
4533
7349ff92
JK
45342012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 Implement multi-component --with-auto-load-dir.
4537 * gdb.texinfo (Auto-loading): New references
4538 for 'set auto-load scripts-directory'
4539 and 'show auto-load scripts-directory'.
4540 (Auto-loading safe path): Describe the new default. Move $ddir
4541 substituation reference to 'objfile-gdb.py file'.
4542 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4543 script-name. Describe new 'set auto-load scripts-directory'
4544 and 'show auto-load scripts-directory'.
4545
6dea1fbd
JK
45462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 Provide $ddir substitution for --with-auto-load-safe-path.
4549 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4550 (Auto-loading safe path): Likewise. Mention the default value,
4551 $ddir substitution, --with-auto-load-safe-path and
4552 --without-auto-load-safe-path.
4553 * observer.texi (gdb_datadir_changed): New.
4554
1ccacbcd
JK
45552012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4558 Twice.
4559
d9242c17
JK
4560 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4561 directory separator by path separator.
4562
af2c1515
JK
45632012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4564
4565 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4566 for 'set auto-load safe-path' optional. Mention if it is omitted.
4567 Change disabling security protection condition to "/", twice.
4568
a20ee7a4
SCR
45692012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4570
4571 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4572 the new methods global_block and static_block on gdb.Symtab
4573 objects.
4574
56af09aa
SCR
45752012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4576
4577 * gdb.texinfo (Blocks In Python): Add a note saying that future
4578 improvements to GDB and its infrastructure can move symbols
4579 across blocks within a symbol table.
4580
2746b0ef
YQ
45812012-04-29 Yao Qi <yao@codesourcery.com>
4582
4583 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4584 (A29K): Remove.
4585
62e5f89c
SDJ
45862012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4587 Tom Tromey <tromey@redhat.com>
4588
4589 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4590 and generic static probe support on GDB.
4591
a766d390
DE
45922012-04-25 Doug Evans <dje@google.com>
4593
50f042b9
DE
4594 * gdb.texinfo (Go): Fix thinko.
4595
a766d390
DE
4596 * gdb.texinfo (Supported Languages): Add Go.
4597 (Go): New node.
4598
f02e2b19
YQ
45992012-04-25 Yao Qi <yao@codesourcery.com>
4600
4601 * gdbint.texinfo (Testsuite): New section `Board settings'.
4602
68d41a48
JK
46032012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4606 Three times.
4607
174bb630
JK
4608 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4609 Three times.
4610
0511cc75
JK
46112012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4614 by @table @asis. Fix formatting of one item.
4615
0070f25a
JK
46162012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4619
4dc84fd1
JK
46202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4621
4622 New option "set debug auto-load".
4623 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4624 (auto-load verbose mode): New node.
4625
bccbefd2
JK
46262012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 New option "set auto-load safe-path".
4629 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4630 and "info auto-load" examples for safe-path. Put there also references
4631 for "set auto-load safe-path" and "show auto-load safe-path".
4632 New menu item for Auto-loading safe path.
4633 (Auto-loading safe path): New node.
4634 (Python Auto-loading): Update the expected output from "Missing"
4635 to "No".
4636
bf88dd68
JK
46372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 auto-load: Implementation.
4640 * gdb.texinfo (Mode Options): New anchor for -nx.
4641 (Startup): New anchors for Option -init-eval-command,
4642 Home Directory Init File
4643 and Init File in the Current Directory during Startup.
4644 Mention set auto-load local-gdbinit with a reference.
4645 Change the sample code to "set auto-load python-scripts".
4646 (Threads): New anchor set libthread-db-search-path.
4647 Provide references to libthread_db.so.1 file.
4648 (Controlling GDB): New menu item for Auto-loading.
4649 (Auto-loading, Init File in the Current Directory)
4650 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4651 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4652 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4653 reference.
4654 (Auto-loading): Rename to ...
4655 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4656 "set auto-load python-scripts", new anchor for it. Change
4657 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4658 for it. Change "info auto-load-scripts"
4659 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4660 to "Python scripts".
4661
8264ba82
AG
46622012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4663
4664 PR mi/13393
4665 * gdb.texinfo (Print Settings): Extend the description for "set print
4666 object".
4667 (GDB/MI Variable Objects): Extend the description for -var-create and
4668 -var-list-children.
4669
06fc020f
SCR
46702012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4671
4672 * gdb.texinfo (Examining Data): Document the 'explore' command.
4673
7191c139
JB
46742012-03-28 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4677 to the children of a varobj and its update range when -var-update
4678 returns that the varobj's type changed.
4679
3708f05e
JK
46802012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4683 Create two new links fir 'objfile-gdb.py file'
4684 and 'dotdebug_gdb_scripts section'.
4685
8e0583c8
JK
46862012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 * gdb.texinfo (Auto-loading): Rename node reference
4689 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4690 Twice.
4691 (.debug_gdb_scripts section): Rename the node ...
4692 (dotdebug_gdb_scripts section): ... here.
4693 (Maintenance Commands): Also rename this node reference.
4694
7b282c5a
SCR
46952012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4696
4697 * gdb.texinfo (Python API/Values From Inferior): Add description
4698 about the new method Value.referenced_value. Add description on
4699 how Value.dereference is different (and similar) to
4700 Value.referenced_value.
4701
8320cc4f
JK
47022012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4703
4704 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4705 --init-eval-command=COMMAND, -iex.
4706 (Startup): Describe -iex and -ix. Simplify the example
4707 for "set auto-load-scripts off".
4708
481860b3
GB
47092012-03-16 Gary Benson <gbenson@redhat.com>
4710
4711 PR breakpoints/10738
4712 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4713 stating that GDB cannot set breakpoints on inlined functions.
4714 (Mode Options): Document --use-deprecated-index-sections.
4715 (Index Section Format): Document new index section version format.
4716
c4aeac85
TT
47172012-03-15 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4720
16899756
DE
47212012-03-13 Doug Evans <dje@google.com>
4722
4723 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4724 of "reload".
4725 (Symbols): Delete docs for set/show symbol-reloading.
4726 * gdbint.texinfo (Defining Other Architecture Features): Delete
4727 SYMBOL_RELOADING_DEFAULT.
4728 * refcard.tex: Delete reference to symbol-reloading.
4729
9b224c5e
PA
47302012-03-07 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.texinfo (General Query Packets): Document new
4733 QProgramSignals packet.
4734 * gdb.texinfo (Remote configuration): Mention
4735 "program-signals-packet".
4736
169081d0
TG
47372012-03-05 Tristan Gingold <gingold@adacore.com>
4738
4739 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4740
d1feda86
YQ
47412012-03-03 Yao Qi <yao@codesourcery.com>
4742
4743 * gdb.texinfo (In-Process Agent): New node.
4744 Document new commands.
4745 (General Query Packets): Add packet `QAgent'.
4746
1faeff08
MR
47472012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4748
4749 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4750
7d74f244
DE
47512012-03-01 Scott J. Goldman <scottjg@vmware.com>
4752
4753 * gdb.texinfo (Commands In Python): Put example python macro in
4754 COMMAND_USER category rather than COMMAND_OBSCURE.
4755 Document gdb.COMMAND_USER.
4756 (User-defined Commands): Update documentation to clarify
4757 "set/show max-user-call-depth" and "show user" don't apply to python
4758 commands. Update documentation to clarify "help user-defined" may
4759 also include python commands defined as COMMAND_USER.
4760
6fe37d23
JK
47612012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 * gdb.texinfo (Startup): Add option -ex description to the option -x
4764 description.
4765
83364271
LM
47662012-02-24 Luis Machado <lgustavo@codesourcery.com>
4767
4768 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4769 condition-evaluation breakpoint parameter.
4770 Mention condition-evaluation mode being shown in "info break".
4771 (Break Conditions): Add description for target-side
4772 conditional breakpoints.
72f4393d 4773 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4774 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4775 cond-expr.
4776 (General Query Packets): Mention new ConditionalBreakpoint feature.
4777
bdb1994d
TT
47782012-02-22 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4781
4d241c86
TT
47822012-02-17 Tom Tromey <tromey@redhat.com>
4783
4784 PR python/10753:
4785 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4786 directory.
4787
816338b5
SS
47882012-02-14 Stan Shebs <stan@codesourcery.com>
4789
4790 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4791
cc30c4bd
PA
47922012-02-13 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4795 mips-idt-ecoff.
4796
035d1e5b
YQ
47972012-02-09 Yao Qi <yao@codesourcery.com>
4798
4799 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4800
f0823d2c
TT
48012012-02-07 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4804 Symbol.value.
4805
64e7d9dd
TT
48062012-02-07 Tom Tromey <tromey@redhat.com>
4807
4808 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4809
4220b2f8
TS
48102012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4811
4812 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4813
edcc5120
TT
48142012-01-24 Tom Tromey <tromey@redhat.com>
4815
4816 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4817 unload".
4818 (Files): Mention new catch commands.
4819 (GDB/MI Async Records): Likewise.
4820
53fe1783
GB
48212012-01-24 Gary Benson <gbenson@redhat.com>
4822
4823 Delete #if 0'd out code.
4824 * gdb.texinfo (Frame Info): Remove "info catch".
4825
b9e7b9c3
UW
48262012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4827
4828 * gdb.texinfo (Remote Configuration): Document
4829 "set remote hostio-readlink-packet" command.
4830 (General Query Packets): Document vFile:readlink packet.
4831
4aac40c8
TT
48322012-01-16 Tom Tromey <tromey@redhat.com>
4833
4834 * gdb.texinfo (Specify Location): Document relative file name
4835 handling.
4836
cafec441
TT
48372012-01-16 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4840
0ee339bc
JK
48412012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4842 Eli Zaretskii <eliz@gnu.org>
4843
4844 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4845 code.
4846
72384ba3
PH
48472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4848
4849 * gdb.texinfo (Variables): Document use of :: for non-static
4850 variables.
4851
ce1b17c4
JB
48522012-01-05 Joel Brobecker <brobecker@adacore.com>
4853
4854 * gdbint.texinfo (Start of New Year Procedure): Update
4855 to replace use of copyright.sh by use of copyright.py.
4856
217bff3e
JK
48572012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 Remove the gdbtui binary.
4860 * all-cfg.texi (GDBTUI): Remove.
4861 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4862 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4863 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4864
cc72b2a2
KP
48652011-12-23 Kevin Pouget <kevin.pouget@st.com>
4866
4867 Introduce gdb.FinishBreakpoint in Python.
4868 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4869 (Python API): Add menu entry for Finish Breakpoints.
4870
13ac8d2c
JK
48712011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4874 tests.
4875
e0f9f062
DE
48762011-12-16 Doug Evans <dje@google.com>
4877
4878 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4879
80b6e756
PM
48802011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4881
1c3ad6ab 4882 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4883 stack". Add documentation for "set/show python print-stack".
4884
2fb860fc
PA
48852011-12-14 Pedro Alves <pedro@codesourcery.com>
4886
4887 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4888 should transfer control to the stub in the startup code instead of
4889 in main. Mention the need to get past the initial breakpoint.
4890
f8eba3c6
TT
48912011-12-06 Tom Tromey <tromey@redhat.com>
4892
4893 * gdb.texinfo (Set Breaks): Update for new behavior.
4894
2268b414
JK
48952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4898 List Format for SVR4 Targets'.
4899 (General Query Packets): New item qXfer:libraries-svr4:read.
4900 (Library List Format for SVR4 Targets): New node.
4901
ae6f0d5b
TT
49022011-12-01 Tom Tromey <tromey@redhat.com>
4903
4904 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4905 add.
4906
36dfb11c
TT
49072011-11-22 Tom Tromey <tromey@redhat.com>
4908
4909 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4910 reasons.
4911
f196051f
SS
49122011-11-20 Stan Shebs <stan@codesourcery.com>
4913
4914 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4915 note-related options and variables.
4916 (Tracepoint Packets): Document packet changes.
4917
f85b53f8
SD
49182011-11-20 Sanjoy Das <sdas@igalia.com>
4919
4920 * gdb.texinfo (JIT Interface): Add documentation on writing and
4921 usind JIT debug info readers.
4922 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4923 Debug Info Readers): New nodes.
4924
bfccc43c
YQ
49252011-11-18 Yao Qi <yao@codesourcery.com>
4926
4927 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4928 tracepoint.
4929
c011a4f4
DE
49302011-11-15 Doug Evans <dje@google.com>
4931
4932 * gdb.texinfo (Files): Document basenames-may-differ.
4933
ed59ded5
DE
49342011-11-14 Doug Evans <dje@google.com>
4935
4936 * gdb.texinfo (Shell Commands): Document "!".
4937
405f8e94
SS
49382011-11-14 Stan Shebs <stan@codesourcery.com>
4939 Kwok Cheung Yeung <kcy@codesourcery.com>
4940
4941 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4942 needed to get shorter fast tracepoints.
4943 (Tracepoint Packets): Document new qTMinFTPILen packet.
4944
1e4d1764
YQ
49452011-11-14 Yao Qi <yao@codesourcery.com>
4946
4947 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4948 behavior of tracepoint.
4949 (General Query Packets): New feature InstallInTrace.
4950 (Remote Configuration): Document "set remote
4951 install-in-trace-packet".
4952
71eba9c2 49532011-11-12 Matt Rice <ratmice@gmail.com>
4954
4955 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4956 Add arguments to info macro.
4957
e0f8f636
TT
49582011-11-10 Tom Tromey <tromey@redhat.com>
4959
4960 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4961 manual.
4962 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4963 (Macros): Add a footnote.
4964 (C): Remove paragraph about compiler options.
4965 (C Constants): Mention wide character and string constants.
4966 (C Plus Plus Expressions): Update compiler option advice. Mention
4967 using declarations. Mention ADL. Remove old HP compiler
4968 information.
4969
625c0d47
TT
49702011-11-10 Tom Tromey <tromey@redhat.com>
4971
4972 PR c++/9257:
4973 * gdb.texinfo (Print Settings): Add an extra note about the need
4974 for a vtable.
4975
4be2aacc
MR
49762011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4977
4978 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4979 "set mips abi" documentation.
4980
0a1c4d10
DE
49812011-11-04 Doug Evans <dje@google.com>
4982
4983 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4984
aad1c02c
TT
49852011-11-03 Tom Tromey <tromey@redhat.com>
4986
4987 * gdb.texinfo (Stopping): Add menu entry.
4988 (Continuing and Stepping): Restore @node. Use @section, not
4989 @subsection.
4990
983fb131
MR
49912011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4992
4993 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4994 designation. Fix "Specify Location" cross-reference.
4995
3065dfb6
SS
49962011-11-02 Stan Shebs <stan@codesourcery.com>
4997
4998 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4999 (General Query Packets): Describe tracenz feature.
5000 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5001
0aaaf063
PK
50022011-10-28 Paul Koning <paul_koning@dell.com>
5003
5004 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5005
2231f1fb
KP
50062011-10-27 Kevin Pouget <kevin.pouget@st.com>
5007
72f4393d 5008 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
5009 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5010
5110b5df
PK
50112011-10-26 Paul Koning <paul_koning@dell.com>
5012
5013 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 5014
22dbab46
PK
50152011-10-25 Paul Koning <paul_koning@dell.com>
5016
5017 PR python/13327
72f4393d 5018
22dbab46
PK
5019 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5020 fetch_lazy method.
5021
9df2fbc4
PM
50222011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5023
5024 PR python/12656
5025
5026 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5027 global_block, static_block function.
5028
f05e2e1d
TT
50292011-10-19 Tom Tromey <tromey@redhat.com>
5030
5031 * gdb.texinfo (Commands In Python): Add missing "@"s.
5032
a7fc3f37
KP
50332011-10-13 Kevin Pouget <kevin.pouget@st.com>
5034
5035 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 5036 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
5037 constants.
5038
5048e516
JK
50392011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5040
5041 Fix compatibility with texinfo versions older than 4.12.
5042 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5043 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5044 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5045 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5046 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5047 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5048 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5049
5a56e9c5
DE
50502011-10-09 Doug Evans <dje@google.com>
5051
5052 * gdb.texinfo (Extending GDB): Document alias command.
5053
36b11add
JK
50542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 Support @entry in input expressions.
5057 * gdb.texinfo (Variables): Describe @entry names suffix.
5058 (Print Settings): Add anchor for `set print entry-values'.
5059
e18b2753
JK
50602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5061 Eli Zaretskii <eliz@gnu.org>
5062
5063 Display @entry parameter values (without references).
5064 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5065 example.
5066 (Print Settings): New description of set print entry-values and show
5067 print entry-values.
5068
111c6489
JK
50692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5070 Eli Zaretskii <eliz@gnu.org>
5071
5072 Recognize virtual tail call frames.
5073 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5074 (Tail Call Frames): New node.
5075 (Frames In Python): Add gdb.TAILCALL_FRAME.
5076
9c15afc4
DE
50772011-10-07 Doug Evans <dje@google.com>
5078
5079 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5080 register_pretty_printer.
5081
99f5279d
PM
50822011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5083
5084 PR python/12930
5085 PR python/12802
5086
5087 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5088 stop method.
5089
03583c20
UW
50902011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5091
5092 * gdb.texinfo (Starting your Program): "set disable-randomization"
5093 is no longer Linux-specific.
5094 (Remote Configuration): Document "set remote
5095 disable-randomization-packet".
5096 (General Query Packets): Document "QDisableRandomization" packet
5097 and add it to "qSupported" list.
5098
bd054e06
KP
50992011-10-07 Kevin Pouget <kevin.pouget@st.com>
5100
5101 Allow Python notification of new object-file loadings.
5102 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5103 event type.
5104
cb6be26b
KP
51052011-10-04 Kevin Pouget <kevin.pouget@st.com>
5106
5107 PR python/12691: Add the inferior to Python exited event
5108 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5109
a05336a1
JB
51102011-10-03 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5113 rephasing.
5114
5d77fe44
JB
51152011-10-03 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5118 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5119 as possible feature returned by the `-list-features'
5120 command.
5121
699df94d
PK
51222011-09-28 Paul Koning <paul_koning@dell.com>
5123
5124 * gdb.texinfo (gdb.Type): Document field access by dictionary
5125 key syntax.
5126
24bdad53
YQ
51272011-09-28 Yao Qi <yao@codesourcery.com>
5128
5129 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5130 Add one space after option `-s'. Remove @r{} markup.
5131
6710bf39
SS
51322011-09-27 Stan Shebs <stan@codesourcery.com>
5133
5134 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5135
d99f7e48
HZ
51362011-09-16 Hui Zhu <teawater@gmail.com>
5137
5138 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5139 to *(unsigned char *)$esp@300.
5140
d812018b
PK
51412011-09-15 Paul Koning <paul_koning@dell.com>
5142
5143 * gdb.texinfo: Make style of Python functions and methods match
5144 the syntax of Python. Also put class and module names explicitly
5145 on function, member, and variable names, matching Python
5146 documentation conventions.
72f4393d 5147
2aa48337
KP
51482011-09-15 Kevin Pouget <kevin.pouget@st.com>
5149
5150 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5151 * gdb.texinfo (Inferiors In Python): Describe new
5152 gdb.selected_inferior() function.
5153
6839b47f
KP
51542011-09-15 Kevin Pouget <kevin.pouget@st.com>
5155
5156 Handle multiple breakpoint hits in Python interface:
5157 * gdb.texinfo (Events In Python): New function documentation:
5158 gdb.BreakpointEvent.breakpoints. Indicate that
5159 gdb.BreakpointEvent.breakpoint is now deprecated.
5160
26829f2b
JB
51612011-09-04 Joel Brobecker <brobecker@adacore.com>
5162
5163 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5164
a9f54f60
TT
51652011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5166
5167 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5168
fa3a4f15
PM
51692011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5170
72f4393d
L
5171 * gdb.texinfo (Prompt): Add set/show extended-prompt
5172 documentation
5173 (Basic Python): Add prompt_hook anchor.
5174 (Python modules): Reword module text to reflect multiple modules.
5175 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5176
224bbe49
YQ
51772011-08-14 Yao Qi <yao@codesourcery.com>
5178
78d85199
YQ
5179 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5180
51812011-08-14 Yao Qi <yao@codesourcery.com>
5182
5183 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5184 (TIC6x Features): New node.
5185
457e09f0
DE
51862011-08-12 Doug Evans <dje@google.com>
5187
5188 * gdb.texinfo (Symbols In Python): Document symbol.type.
5189
5e239b84
PM
51902011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5191
5192 * gdb.texinfo (Python): Document command and function
5193 auto-loading.
5194
177bc839
JK
51952011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5196 Eli Zaretskii <eliz@gnu.org>
5197
5198 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5199 typedefs unrolling. Extend the sample code by an inner typedef and
5200 outer typedefs unrolling.
5201
1a532630
PP
52022011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5203
5204 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5205 size and line-size.
5206
9b158ba0 52072011-07-21 Matt Rice <ratmice@gmail.com>
5208
5209 PR macros/12999
5210 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5211 Update text and cindex entries for info macro command.
5212
d17b6f81
PM
52132011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5214
5215 * observer.texi (GDB Observers): Add before_prompt observer.
5216 * gdb.texinfo (Basic Python): Add documentation for prompt
5217 substitution.
5218
713389e0
PM
52192011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5220
72f4393d 5221 PR python/12438
713389e0 5222 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5223 set/show python print-stack. Document set/show python
5224 print-backtrace.
713389e0 5225
177b42fe
TJB
52262011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5227
5228 * gdb.texinfo: Fix typos.
5229
900e11f9
JK
52302011-07-01 Tom Tromey <tromey@redhat.com>
5231
5232 * gdb.texinfo (Debugging Output): Document set debug
5233 check-physname.
5234
39c4d40a
TT
52352011-06-29 Tom Tromey <tromey@redhat.com>
5236
5237 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5238 breakpoint-notifications feature.
5239
6f5def7d
UW
52402011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5241
5242 * gdb.texinfo (Target Description): Remove warning about
5243 possibly unstable format.
5244
8cf64490
TT
52452011-06-03 Tom Tromey <tromey@redhat.com>
5246
5247 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5248 (Events In Python): Note that exit_code is optional.
5249
393eab54
PA
52502011-05-17 Pedro Alves <pedro@codesourcery.com>
5251
5252 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5253 required for multi-threading support.
5254 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5255 Hc are deprecated for multi-threading debugging. Point readers at
5256 the vCont packet.
5257
75fc9810
DE
52582011-05-15 Doug Evans <dje@google.com>
5259
5260 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5261
01124a23
DE
52622011-05-13 Doug Evans <dje@google.com>
5263
98a5dd13
DE
5264 * gdb.texinfo (Threads): Document $sdir,$pdir.
5265 (Server): Document $pdir exception.
5266
dbaefcf7
DE
5267 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5268
cc63ef9b
DE
5269 * gdb.texinfo (Threads): Clarify default value for
5270 libthread-db-search-path.
7e0396aa 5271
01124a23
DE
5272 * gdb.texinfo (Completion): Update example.
5273 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5274
d248b706
KY
52752011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5276
5277 * gdb.texinfo: Document change in the behaviour of the enable and
5278 disable GDB commands when applied to tracepoints.
5279 Document the EnableDisableTracepoints remote stub feature.
5280 Document QTEnable and QTDisable in the list of tracepoint packets.
5281
cc88a640
JK
52822011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5283
5284 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5285 hsuser.texi.
5286 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5287 comment to hsuser.texi. Change rluser.texi name in the comment.
5288
84e578fb
DE
52892011-05-10 Doug Evans <dje@google.com>
5290
5291 * gdb.texinfo (Threads): If an empty path is provided for
5292 libthread-db-search-path it is reset to its default value.
5293 (Server): Ditto.
5294
478aac75
DE
52952011-05-09 Doug Evans <dje@google.com>
5296
5297 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5298
9c06b0b4
TJB
52992011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5300 Thiago Jung Bauermann <bauerman@br.ibm.com>
5301
5302 Implement support for PowerPC BookE masked watchpoints.
5303 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5304 (PowerPC Embedded): Mention support of masked watchpoints.
5305
9ed350ad
JB
53062011-05-03 Joel Brobecker <brobecker@adacore.com>
5307
5308 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5309 `@value{GDBN}'.
5310
4ceed123
JB
53112011-05-03 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.texinfo (titlepage): Remove dedication.
5314 (In Memoriam): New appendix.
5315
559a7a62
JK
53162011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5317 Eli Zaretskii <eliz@gnu.org>
5318
5319 * gdb.texinfo (Index Section Format): Change the version to 5.
5320 Describe the different formula.
5321
03f2bd59
JK
53222011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5323 Eli Zaretskii <eliz@gnu.org>
5324
5325 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5326 for disconnected tracing.
5327 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5328 extended-remote relationship. Mention --once.
5329 (TCP port allocation lifecycle of @code{gdbserver}): New.
5330
d9b1a651
EZ
53312011-04-23 Eli Zaretskii <eliz@gnu.org>
5332
5333 * gdb.texinfo (Server): Improve indexing. Index all optional
5334 switches to gdbserver.
5335
90476074
TT
53362011-04-20 Tom Tromey <tromey@redhat.com>
5337
5338 * gdb.texinfo (Index Section Format): New node.
5339 (Top): Add new node to menu.
5340
c21236dc
PA
53412011-04-20 Pedro Alves <pedro@codesourcery.com>
5342
5343 * gdb.texinfo (Maintenance Commands): Document `maint print
5344 remote-registers'.
5345
05c8c3f5
TT
53462011-04-20 Tom Tromey <tromey@redhat.com>
5347
5348 * gdb.texinfo (Trace File Format): Move node later.
5349
7a9dd1b2
TT
53502011-04-19 Tom Tromey <tromey@redhat.com>
5351
5352 * gdbint.texinfo (Register Information Functions): Remove
5353 duplicate "the".
5354 * gdb.texinfo (Emacs): Remove duplicate "to".
5355 (GDB/MI Variable Objects): Remove duplicate "the".
5356 (General Query Packets): Likewise.
5357
4368ebeb
JB
53582011-04-02 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5361 "GDB/MI Ada Exception Information" node.
5362
956a9fb9
JB
53632011-04-01 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5366 the "exception-name" field in the *stopped async record.
5367
f1310107
TJB
53682011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5369 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5370
5371 Implement support for PowerPC BookE ranged breakpoints.
5372 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5373
8786b2bd
TT
53742011-03-28 Tom Tromey <tromey@redhat.com>
5375
5376 * gdb.texinfo (Set Tracepoints): Fix typo.
5377
9ef07c8c
TT
53782011-03-24 Tom Tromey <tromey@redhat.com>
5379
5380 * gdb.texinfo (Specify Location): Document `function:label'
5381 linespec.
5382
99c3dc11
PM
53832011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5384
f1310107 5385 PR python/12149
99c3dc11
PM
5386
5387 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5388
29703da4
PM
53892011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5390
5391 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5392 (Inferiors In Python): Likewise.
5393 (Threads In Python): Likewise.
5394 (Symbols In Python): Likewise.
5395 (Objfiles In Python): Likewise.
5396 (Symbol Tables In Python): Likewise.
5397
c9174737
PA
53982011-03-15 Pedro Alves <pedro@codesourcery.com>
5399
5400 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5401 display>: Explain that the commands accept number ranges.
5402
7371cf6d
PM
54032011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5404
5405 * gdb.texinfo (Breakpoints In Python): Add description and example
5406 of Python stop function operation.
5407
ecec24e6
PM
54082011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5409
5410 * gdb.texinfo (Parameters In Python): Document get_set_string and
5411 get_show_string methods.
5412
6dcd5565
JK
54132011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5414
5415 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5416
81896e36
JK
5417 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5418 circular-trace-buffer name.
5419
5e30da2c
JB
54202011-02-28 Joel Brobecker <brobecker@adacore.com>
5421
5422 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5423 in the previous change.
5424
3bd0f5ef 54252011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5426
72f4393d 5427 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5428 that they can accept multiple arguments.
5429
4ec7539c
JB
54302011-02-24 Joel Brobecker <brobecker@adacore.com>
5431
5432 Revert the following patch (code patch was not approved):
5433 2011-02-21 Hui Zhu <teawater@gmail.com>
5434 * agentexpr.texi (bytecode descriptions): add printf.
5435 * gdb.texinfo (tracepoint action lists): add printf.
5436
82809774
DE
54372011-02-23 Doug Evans <dje@google.com>
5438
5439 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5440
e5a67952
MS
54412011-02-23 Michael Snyder <msnyder@vmware.com>
5442
5443 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5444 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5445 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5446
6e6fbe60
DE
54472011-02-22 Doug Evans <dje@google.com>
5448
5449 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5450 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5451 add description of result, fix @defun formatting.
5452
f994e27a
HZ
54532011-02-21 Hui Zhu <teawater@gmail.com>
5454
5455 * agentexpr.texi (Bytecode Descriptions): Add printf.
5456 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5457
c7f96d2b
TT
54582011-02-18 Tom Tromey <tromey@redhat.com>
5459
5460 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5461
60f98dde
MS
54622011-02-14 Michael Snyder <msnyder@vmware.com>
5463
5464 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5465 Document new command "thread find".
5466
08e796bc
MS
54672011-02-14 Michael Snyder <msnyder@vmware.com>
5468
5469 * gdb.texinfo (Threads): Update example of new thread message.
5470
b3b9301e
PA
54712011-02-14 Pedro Alves <pedro@codesourcery.com>
5472
5473 * gdb.texinfo (Remote Configuration): Mention set/show remote
5474 traceframe-info.
5475 (Tools/Packages Optional for Building GDB): Mention that expat is
5476 used for traceframe info.
5477 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5478 (General Query Packets) <qSupported>: Describe the
5479 qXfer:traceframe-info:read feature.
5480 (qXfer::read): Describe qXfer:traceframe-info:read.
5481 (Traceframe Info Format): New section.
5482
cef35b0f
PA
54832011-02-04 Pedro Alves <pedro@codesourcery.com>
5484
5485 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5486 for casts and unary operators.
5487
f1cbe1d3
TT
54882011-02-04 Tom Tromey <tromey@redhat.com>
5489
5490 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5491 is not useful.
5492
585fdaa1
PA
54932011-01-25 Pedro Alves <pedro@codesourcery.com>
5494
5495 * gdb.texinfo: s/value optimized out/optimized out/g
5496
7bfc9434
JB
54972011-01-21 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.texinfo (Other Misc Settings): Rework part of the
5500 documentation of the "set interactive mode" command.
5501
4694da01
TT
55022011-01-19 Tom Tromey <tromey@redhat.com>
5503
5504 * gdb.texinfo (Threads): Document thread name output and `thread
5505 name' command.
5506 (Threads In Python): Document Thread.name attribute.
5507 (GDB/MI Thread Commands): Document thread attributes.
5508
b716877b
AB
55092011-01-12 Andrew Burgess <aburgess@broadcom.com>
5510
5511 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5512 changes in mi/mi-cmd-disas.c
5513
13fd8b81
TT
55142011-01-12 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5517 Fix "thread apply" text.
5518
e09342b5
TJB
55192011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5520 Thiago Jung Bauermann <bauerman@br.ibm.com>
5521
5522 Implement support for PowerPC BookE ranged watchpoints.
5523 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5524 the "set powerpc exact-watchpoints" flag.
5525
06e65f44
TT
55262011-01-07 Tom Tromey <tromey@redhat.com>
5527
5528 * gdb.texinfo (Python API): Add descriptions to @menu items.
5529
d8e22779
TT
55302011-01-06 Tom Tromey <tromey@redhat.com>
5531
5532 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5533
a255712f
PP
55342010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5535
e09342b5 5536 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5537
ccfc3d6e
TT
55382011-01-06 Tom Tromey <tromey@redhat.com>
5539
5540 PR python/12133:
5541 * gdb.texinfo (Frames In Python): Document various frame
5542 constants.
5543
44944448
JB
55442011-01-05 Joel Brobecker <brobecker@adacore.com>
5545
5546 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5547 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5548 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5549
42ea3d7a
JK
55502011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5553 (clean): Add GDBvn.texi.
5554
720d1a40
JB
55552010-12-29 Joel Brobecker <brobecker@adacore.com>
5556
5557 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5558 occasional case where the debugger prints an array address
5559 instead of the array itself.
5560
ad196637
PA
55612010-12-23 Pedro Alves <pedro@codesourcery.com>
5562
5563 * gdb.texinfo (Packets) <read registers packet>: Document support
5564 for registers that were not collected.
5565
a86caf66
DE
55662010-12-15 Doug Evans <dje@google.com>
5567
5568 * gdb.texinfo (Startup): Document auto-loading of scripts during
5569 startup.
5570 (Auto-loading): Delete "maint set python auto-load on|off".
5571 Add "set auto-load-scripts on|off".
5572
aae1c79a
DE
55732010-12-07 Doug Evans <dje@google.com>
5574
5575 * gdb.texinfo (Mode Options): Document -data-directory.
5576 (Data Files): Add reference to -data-directory.
5577
4e04c971
DE
55782010-11-29 Doug Evans <dje@google.com>
5579
5580 * gdb.texinfo (Pretty-Printer Introduction): Change
5581 printer-name:subprinter-name to printer-name;subprinter-name.
5582
94b6973e
PM
55832010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5584
72f4393d 5585 PR python/12199
94b6973e
PM
5586
5587 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5588
39037522
TT
55892010-11-23 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5592 (Editing): Likewise.
5593 (Command History): Likewise.
5594 (TUI Keys): Likewise.
5595 (Bug Reporting): Conditionally include rluser.texi and
5596 inc-history.texinfo.
5597 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5598 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5599 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5600 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5601 (gdb.pdf): Likewise.
5602 (gdb.info): Likewise.
5603 (gdb/index.html): Likewise.
5604
5ae98d25
TT
56052010-11-23 Tom Tromey <tromey@redhat.com>
5606
5607 * Makefile.in (Makefile): Run ../config.status.
5608 (distclean): Update.
5609 * configure: Remove.
5610 * configure.ac: Remove.
5611
621c8364
TT
56122010-11-12 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.texinfo (Basic Python): Update. Add xref.
5615 (Exception Handling): Document new exception classes.
5616 (Types In Python): Update.
5617 (Frames In Python): Update.
5618
84f4c1fe
PM
56192010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5620
5621 * gdb.texinfo (Breakpoints In Python): Document "internal"
5622 parameter, and visible attribute.
5623
99e7ae30
DE
56242010-11-05 Doug Evans <dje@google.com>
5625
5626 * gdb.texinfo (Source Path): Document "set directories".
5627
f4b8a18d
KW
56282010-11-05 Ken Werner <ken.werner@de.ibm.com>
5629
5630 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5631 (OpenCL C): New node.
5632
7b51bc51
DE
56332010-11-02 Doug Evans <dje@google.com>
5634
5635 * gdb.texinfo (Pretty Printing): Expand into three sections,
5636 introduction, example, and commands.
5637 (Python API): Delete section Disabling Pretty-Printers, merge into
5638 Selecting Pretty-Printers.
5639 (Writing a Pretty-Printer): New section. Move the pretty-printer
5640 example here, and reformat to match python coding style. Add a second
5641 example using the gdb.printing module.
5642 (Python modules): Add gdb.printing.
5643
9eeee977
DE
56442010-10-29 Doug Evans <dje@google.com>
5645
5646 * gdb.texinfo (Python): Fix long line.
5647
a0e0ffdf
DE
56482010-10-20 Doug Evans <dje@google.com>
5649
5650 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5651 All references updated. Correct sections marked as subsections.
5652 (Coding Standards): New chapter. Move the coding standard related
5653 subsections here. Add section on Python coding standards.
5654
0e3509db
DE
56552010-10-13 Doug Evans <dje@google.com>
5656
5657 * gdb.texinfo (Python): Add "Python modules".
5658 (Types in Python): Add reference to gdb.types section.
5659 (Python modules): New node.
5660
44592cc4
DE
56612010-10-11 Doug Evans <dje@google.com>
5662
5663 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5664 Python" from gdb.Value.type description.
5665
6e1bb179
JB
56662010-09-28 Joel Brobecker <brobecker@adacore.com>
5667
5668 * gdb.texinfo (Ravenscar Profile): New node.
5669
e8467610
TT
56702010-09-22 Tom Tromey <tromey@redhat.com>
5671
5672 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5673
fccd1d1e
EZ
56742010-09-22 Eli Zaretskii <eliz@gnu.org>
5675
5676 * gdb.texinfo (Values From Inferior): Clarify that
5677 value.dynamic_type works only in C++ programs with RTTI.
5678
c1b6b909
TT
56792010-09-15 Paul Bolle <pebolle@tiscali.nl>
5680
5681 * gdb.texinfo (Character Sets): Correctly reference host-charset
5682 in example.
5683
7d288aaa
TT
56842010-09-13 Tom Tromey <tromey@redhat.com>
5685
5686 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5687 Document "fullname" and "from".
5688
f75d858b
MK
56892010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5690
5691 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5692 feature `reverse' output by -list-target-features.
5693
83b9503b
L
56942010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5695
5696 * gdb.texinfo (i386 Features): Remove an extra "@item".
5697
03f17ccf
TT
56982010-08-30 Tom Tromey <tromey@redhat.com>
5699
5700 PR python/11792:
5701 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5702
9779414d
DJ
57032010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * gdb.texinfo (ARM Features): Document
5706 org.gnu.gdb.arm.m-profile.
5707
f9ffd4bb
TT
57082010-08-23 Tom Tromey <tromey@redhat.com>
5709
5710 PR python/11145:
5711 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5712 reinterpret_cast methods.
5713
702c2711
TT
57142010-08-23 Tom Tromey <tromey@redhat.com>
5715
5716 PR python/11915:
5717 * gdb.texinfo (Types In Python): Document array method.
5718
66b73624
TJB
57192010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5720
5721 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5722
06a64a0b
TT
57232010-08-16 Tom Tromey <tromey@redhat.com>
5724
5725 * gdb.texinfo (Set Watchpoints): Document -location option.
5726
a3a7127e
DE
57272010-08-13 Doug Evans <dje@google.com>
5728
5729 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5730
8dedea02
VP
57312010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5732
5733 * gdb.texinfo (GDB/MI Data Manipulation): Document
5734 -data-read-memory-raw and -data-write-memory-raw.
5735
ca5c20b6 57362010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5737 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5738
5739 * gdb.texinfo (Basic Python): Describe post_event API.
5740
cb2e07a6
PM
57412010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5742
5743 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5744 decode_line Python APIs
cb2e07a6 5745
464b3efb
TT
57462010-08-10 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (Pretty Printing API): Document
5749 gdb.default_visualizer.
5750
c29c521f
TT
57512010-08-10 Tom Tromey <tromey@redhat.com>
5752
5753 Revert gdb-add-index addition:
5754 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5755
5da1313b
JK
57562010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5757 Eli Zaretskii <eliz@gnu.org>
5758
5759 * gdb.texinfo (Mode Options) <-batch>
5760 (Basic Python) <gdb.execute>: Describe setting width and height.
5761
02d868e8
PP
57622010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5763
5764 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5765
c2bbed2a
TT
57662010-07-30 Tom Tromey <tromey@redhat.com>
5767
5768 * gdb.texinfo (Index Files): Mention gdb-add-index.
5769
6c13bbe1
HZ
57702010-07-30 Hui Zhu <teawater@gmail.com>
5771
5772 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5773 "detach inferior" and "kill inferior".
5774
53a71c06
CR
57752010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5776
5777 * gdb.texinfo (Machine Code): Update description of two forms of
5778 arguments, and add new example to demonstrate the new form.
5779
5374244e
PM
57802010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5781
5782 * gdb.texinfo (Values From Inferior): Add value inferior function
5783 call description.
5784
8ea5bce5
JK
57852010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5788
c0edd9ed
JK
57892010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5790 Eli Zaretskii <eliz@gnu.org>
5791
5792 Make core files the process_stratum.
5793 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5794 record_stratum example.
5795
9291a0cd
TT
57962010-07-13 Tom Tromey <tromey@redhat.com>
5797
5798 * gdb.texinfo (Index Files): New node.
5799
f5011d11
TT
58002010-07-13 Tom Tromey <tromey@redhat.com>
5801
5802 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5803
0f5238ed
TT
58042010-07-13 Tom Tromey <tromey@redhat.com>
5805
5806 * gdb.texinfo (Specify Location): Document labels.
5807
74c761c1
PA
58082010-07-01 Pedro Alves <pedro@codesourcery.com>
5809
5810 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5811 entries for fast tracepoints and static tracepoints.
5812
501994c0
PA
58132010-07-01 Pedro Alves <pedro@codesourcery.com>
5814
5815 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5816 qsThreadInfo>: Spell out `l' as ell.
5817
0fb4aa4b
PA
58182010-07-01 Pedro Alves <pedro@codesourcery.com>
5819
5820 * gdb.texinfo (Convenience Variables): Document $_sdata.
5821 (Commands to Set Tracepoints): Describe static tracepoints. Add
5822 `Listing Static Tracepoint Markers' menu entry. Document
5823 "strace".
5824 (Tracepoint Action Lists): Document collecting $_sdata.
5825 (Listing Static Tracepoint Markers): New subsection.
5826 (Tracepoints support in gdbserver): Mention static tracepoints.
5827 (remote packets, enabling and disabling): Mention
5828 read-sdata-object.
5829 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5830 and StaticTracepoint.
5831 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5832 Document qXfer:sdata:read.
5833 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5834
dc3b15be
JB
58352010-06-29 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5838
595939de
PM
58392010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5840 Tom Tromey <tromey@redhat.com>
5841 Thiago Jung Bauermann <bauerman@br.ibm.com>
5842
5843 * gdb.texinfo (Inferiors In Python): New node.
5844 * gdb.texinfo (Threads In Python): New node.
5845
9279c692
JB
58462010-06-28 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.texinfo (Python): Document what the python directory is
5849 and what its location is.
5850 (Basic Python): Document the gdb.PYTHONDIR constant.
5851
bc9f0842
TT
58522010-06-25 Tom Tromey <tromey@redhat.com>
5853
5854 PR python/10808:
5855 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5856
f1421989
HZ
58572010-06-24 Hui Zhu <teawater@gmail.com>
5858
5859 * gdb.texinfo: (Commands for Controlled Output): Add
5860 documentation for command "eval".
5861
e4c0cfae
SS
58622010-06-21 Stan Shebs <stan@codesourcery.com>
5863
5864 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5865 * annotate.texinfo: Ditto.
5866 * gdbint.texinfo: Ditto.
5867 * stabs.texinfo: Ditto.
5868
bb08c432
HZ
58692010-06-22 Hui Zhu <teawater@gmail.com>
5870
5871 * gdb.texinfo: (Process Record and Replay): Add documentation
5872 for command "set record memory-query".
5873
4f5d9f07
SS
58742010-06-21 Stan Shebs <stan@codesourcery.com>
5875
5876 * gdb.texinfo: Relicense under GFDL version 1.3.
5877 * annotate.texinfo: Relicense under GFDL version 1.3.
5878 * gdbint.texinfo: Relicense under GFDL version 1.3.
5879 * stabs.texinfo: Relicense under GFDL version 1.3.
5880 * fdl.texi: Update to version 1.3.
5881
6aed2dbc
SS
58822010-06-18 Stan Shebs <stan@codesourcery.com>
5883
a61408f8
SS
5884 * gdb.texinfo (Operating System Auxiliary Information): Describe
5885 "info os" when no arguments given.
5886
6aed2dbc
SS
5887 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5888 $_thread.
5889
24e933df
HZ
58902010-06-18 Hui Zhu <teawater@gmail.com>
5891
5892 * gdb.texinfo: (Process Record and Replay): Add documentation
5893 for commands "record save" and "record restore".
5894
65d79d4b
SDJ
58952010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5896
5897 * gdb.texinfo: Include information about the correct use
5898 of addresses in the `watch' command.
5899
d914c394
SS
59002010-06-11 Stan Shebs <stan@codesourcery.com>
5901
5902 * gdb.texinfo (Observer Mode): New section.
5903 (General Query Packets): Document QAllow.
889bf7c5 5904
967cf477
DE
59052010-06-04 Doug Evans <dje@google.com>
5906
5907 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5908
aaf4119b
DE
59092010-06-03 Doug Evans <dje@google.com>
5910
5911 * gdbint.texinfo (Coding): Add subsection on command names.
5912
9eae7c52
TT
59132010-06-02 Tom Tromey <tromey@redhat.com>
5914
5915 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5916 always-disassemble.
5917
fa593d66
PA
59182010-06-01 Pedro Alves <pedro@codesourcery.com>
5919
5920 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5921 gdbserver, and add cross reference.
5922 (Tracepoints support in gdbserver): New subsection.
5923
dde08ee1
PA
59242010-05-26 Pedro Alves <pedro@codesourcery.com>
5925
5926 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5927 `qRelocInsn' feature.
5928 (Relocate instruction reply packet): New subsection
5929 of `Tracepoint Packets'.
5930 (Tracepoint Packets): Mention that packets QTDP and QTStart
5931 support the qRelocInsn request, and add cross reference to new
5932 subsection.
5933
07ca107c
DE
59342010-05-25 Doug Evans <dje@google.com>
5935
5936 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5937 (Commands In Python): Document gdb.string_to_argv.
5938
c25c4a8b
JK
59392010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5942 ATTR_NORETURN.
5943
d7b32ed3 59442010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
5945 Tom Tromey <tromey@redhat.com>
5946 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 5947
c25c4a8b 5948 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 5949
6aecb9c2
JB
59502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5951
5952 * gdb.texinfo: (Summary) Add mention about D language support.
5953 (Filenames): Add D suffixes.
5954 (D): New node.
5955
b7da9e9f
PM
59562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5957
5958 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5959 of macro deleted from GDB code.
5960
ab38a727
PA
59612010-04-24 Pedro Alves <pedro@codesourcery.com>
5962
5963 * gdb.texinfo (Commands to specify files): Describe what how GDB
5964 looks up DOS-based filesystem paths on the system root. Document
5965 the new `set/show target-file-system-kind' commands.
5966
66d09542
DE
59672010-04-23 Doug Evans <dje@google.com>
5968
5969 * gdb.texinfo (Python): Move Auto-loading section here ...
5970 (Python API): from here.
5971 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5972 (Maintenance Commands): Add docs for "maint print section-scripts".
5973
8bd10a10
CM
59742010-04-20 Chris Moller <cmoller@redhat.com>
5975
5976 * gdb.texinfo (Setting Breakpoints): Added description of
5977 filename-qualified rbreak.
5978 * refcard.tex (Breakpoints and Watchpoints): Added brief
5979 description of filename-qualified rbreak.
5980
4c374409
JK
59812010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5984 (Python API): Change the reference to Pretty Printing API.
5985 (Pretty Printing): Move the user part under the Data node. Reformat
5986 the sample output to 72 columns. Create a new reference to Pretty
5987 Printing API. Rename the API part ...
5988 (Pretty Printing API): To a new node name.
5989 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5990 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5991
5a9351ae
SS
59922010-04-21 Stan Shebs <stan@codesourcery.com>
5993
5994 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 5995 and commands.
5a9351ae 5996 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 5997
9a22f0d0
PM
59982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5999
6000 * gdb.texinfo (Examining memory): Update for change in string
6001 display with explicit size.
6002
6149aea9
PA
60032010-04-19 Pedro Alves <pedro@codesourcery.com>
6004
6005 PR breakpoints/8554.
6006
6007 * gdb.texinfo (Save Breakpoints): New node.
6008 (save-tracepoints): Rename to ...
6009 (save tracepoints): ... this. Mention that `save-tracepoints' is
6010 a deprecated alias to `save tracepoints'.
6011
711e434b
PM
60122010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6013
645797a8 6014 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
6015 (info w32 thread-information-block): Document new command.
6016 (qGetTIBAddress): Document new gdbserver query.
6017 (maint set/show show-all-tib): Document new command.
6018
3f7b2faa
DE
60192010-04-15 Doug Evans <dje@google.com>
6020
fa33c3cd
DE
6021 * gdb.texinfo (Python API): Add progspaces section.
6022 (Selecting Pretty-Printers): Progspace pretty-printers are
6023 searched too.
6024 (Progspaces In Python): New section.
6025
3f7b2faa
DE
6026 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6027
79f283fe
PM
60282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6029
6030 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6031 returns None.
6032
87290684
SS
60332010-04-09 Stan Shebs <stan@codesourcery.com>
6034
6035 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6036 Describe the `frames-created' field, tweak grammar.
6037
a97153c7
PA
60382010-04-09 Pedro Alves <pedro@codesourcery.com>
6039
6040 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6041 Describe the `circular' and `disconnected' fields.
6042
5c5dcc1b
L
60432010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6044
6045 * gdb.texinfo (maint print registers): Mention unavailable and
6046 invisible registers.
6047
adc36818
PM
60482010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6049 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 6050 Tom Tromey <tromey@redhat.com>
adc36818
PM
6051
6052 * gdb.texinfo (Breakpoints In Python): New Node.
6053
33da3f1c
SS
60542010-04-08 Stan Shebs <stan@codesourcery.com>
6055
6056 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6057 trace status fields.
6058
3a13a53b
L
60592010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6060
6061 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6062 optional. Make org.gnu.gdb.i386.avx requires
6063 org.gnu.gdb.i386.avx.
6064
08001717
DE
60652010-04-08 Doug Evans <dje@google.com>
6066
6067 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6068 search path, and document that gdb only scans the search path if
6069 the script's path doesn't specify a directory.
6070
c375651d
DE
60712010-04-05 Doug Evans <dje@google.com>
6072
6073 * gdb.texinfo (maint show python auto-load): Fix typo.
6074
af54718e
SS
60752010-04-04 Stan Shebs <stan@codesourcery.com>
6076
d77f58be
SS
6077 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6078 (Setting Watchpoints): Update description of "info watch".
6079 (Disabling Breakpoints): Only "info break" lists all.
6080
af54718e
SS
6081 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6082 (tdump): Explain how tdump works.
6083
86b17b60
PA
60842010-04-01 Pedro Alves <pedro@codesourcery.com>
6085
6086 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6087 add cross reference.
6088
ff12863f
PA
60892010-03-31 Pedro Alves <pedro@codesourcery.com>
6090
6091 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6092 commands error out.
6093
f68eb612
L
60942010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6095
6096 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6097
c8d5aac9
L
60982010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6099
6100 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6101
7d13fe92
SS
61022010-03-29 Stan Shebs <stan@codesourcery.com>
6103 Nathan Sidwell <nathan@codesourcery.com>
6104
6105 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6106 GDBN equivalent.
6107 (Set Tracepoints): Remove mention that conditional tracepoints
6108 don't exist.
6109 (Tracepoint Actions): Clarify when while-stepping collection
6110 happens, note that while-stepping does not automatically collect
6111 $pc.
6112
409873ef 61132010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 6114
409873ef
SS
6115 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6116 (General Query Packets): Describe TracepointSource.
6117
ee8e71d4
EZ
61182010-03-27 Matt Rice <ratmice@gmail.com>
6119
c8d5aac9
L
6120 * gdb.texinfo (ARM): Document arguments to "target sim".
6121 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 6122
99b5e152
PA
61232010-03-26 Pedro Alves <pedro@codesourcery.com>
6124
6125 * gdb.texinfo (Tracepoint Packets): Remove mention that
6126 terror:string may be plain text, and drop mention of X prefix.
6127
cd64ee31
VP
61282010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6129
6130 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6131
6c28cbf2
SS
61322010-03-24 Stan Shebs <stan@codesourcery.com>
6133
6134 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6135
95a42b64
TT
61362010-03-24 Tom Tromey <tromey@redhat.com>
6137
6138 PR breakpoints/9352:
6139 * gdb.texinfo (Break Commands): Update.
6140
18148017
VP
61412010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6142
6143 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6144 commands.
6145
4daf5ac0
SS
61462010-03-16 Stan Shebs <stan@codesourcery.com>
6147
6148 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6149 circular-trace-buffer.
6150 (Tracepoint Packets): Describe QTBuffer, and details of the
6151 qTStatus reply.
6152
c9429232
SS
61532010-03-12 Stan Shebs <stan@codesourcery.com>
6154 Nathan Sidwell <nathan@codesourcery.com>
6155
6156 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6157 doing instruction stepping.
6158 (Tracepoint Restrictions): New node.
6159
ccefe4c4
TT
61602010-03-10 Tom Tromey <tromey@redhat.com>
6161
6162 * gdbint.texinfo (Symbol Handling): Update.
6163
7c953934
TT
61642010-03-08 Tom Tromey <tromey@redhat.com>
6165
6166 PR cli/9591:
6167 * gdb.texinfo (Mode Options): Mention lack of pagination and
6168 confirmation with --batch.
6169 (Screen Size): Mention --batch.
6170 (Messages/Warnings): Likewise.
6171
f870a310
TT
61722010-03-05 Tom Tromey <tromey@redhat.com>
6173
6174 * gdb.texinfo (Basic Python): Document target_charset and
6175 target_wide_charset.
6176
78e2826b
TT
61772010-03-05 Tom Tromey <tromey@redhat.com>
6178
6179 * gdb.texinfo (Data): Link to pretty-printing.
6180 (Output Formats): Likewise. Correct text.
6181
f5dff777
DJ
61822010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.texinfo (Types): Describe <struct> and <flags>.
6185
dc00d89f
PM
61862010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6187
6188 * gdb.texinfo (Frames In Python): Add block parameter and
6189 description to read_var text.
6190
5107b149 61912010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6192 Tom Tromey <tromey@redhat.com>
5107b149
PM
6193
6194 * gdb.texinfo (Types In Python): Describe block argument in
6195 template_argument and gdb.lookup_type.
6196
e03e5e7b
TT
61972010-02-24 Tom Tromey <tromey@redhat.com>
6198
6199 * gdb.texinfo (Cygwin Native): Fix typo.
6200
f3e9a817
PM
62012010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6202
6203 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6204 and select method descriptions.
6205 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6206 Tables in Python to menu.
6207 (Blocks In Python): New node.
6208 (Symbols In Python): New node.
6209 (Symbol Tables in Python): New node.
6210
a79b8f6e
VP
62112010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6212
6213 Multiexec MI
6214
6215 gdb/
6216 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6217
6218 gdb/doc/
6219 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6220 changes.
6221 (GDB/MI Program Execution): Document current behaviour of
6222 --all and --thread-group.
6223 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6224 -remove-inferior.
6225 * observer.texi (inferior_added, inferior_removed): New
6226 observers.
6227
629d6a47
TT
62282010-02-19 Tom Tromey <tromey@redhat.com>
6229
6230 * gdbint.texinfo (Getting Started): Fix @node.
6231 (Debugging GDB): Likewise.
6232
c09529e5
JB
62332010-02-13 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6236 documenting the gdb_test_timeout variable.
6237
540aa8e7
MS
62382010-02-12 Jakob Engblom <jakob@virtutech.com>
6239
6240 * gdb.texinfo (MI commands): Added documentation of --reverse
6241 option to a set of MI commands. Restructured documentation of MI
6242 commands --exec-continue to reflect the complexity of reverse
6243 execution.
6244
081dfbf7
PA
62452010-02-12 Pedro Alves <pedro@codesourcery.com>
6246
6247 * gdb.texinfo (Using the Collected Data): Specify that the address
6248 range of `tfind outsize' is exclusive, and that the address range
6249 of `tfind range' is inclusive.
6250 (Tracepoint Packets): Specify that the address range of
6251 `QTFrame:range' is inclusive, and that the address range of
6252 `QTFrame:outside' is exclusive
6253
8e9c5e02
VP
62542010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6255
6256 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6257
92981e24
TT
62582010-02-10 Tom Tromey <tromey@redhat.com>
6259
6260 * gdb.texinfo (Debugging Output): Document set debug parser and
6261 show debug parser.
6262
075b51b7
L
62632010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6264
6265 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6266 i386_eflags and i386_mxcsr.
6267
3bb8d5c3
L
62682010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6269
6270 * gdb.texinfo: Document i386 target features.
6271
c5f80513
DE
62722010-02-05 Doug Evans <dje@google.com>
6273
6274 * gdbint.texinfo (Testsuite): Add a new section to document the
6275 various DejaGnu variables that may be overridden.
1be00882 6276 Document INTERNAL_GDBFLAGS.
c5f80513 6277
6ac33a4e
TT
62782010-02-04 Tom Tromey <tromey@redhat.com>
6279
6280 PR cli/8830:
6281 * gdb.texinfo (Files): -readnow comes before the filename for file
6282 and symbol-file.
6283
a1dcb23a
DJ
62842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6285
6286 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6287 Document ARM breakpoint types.
6288 (Register Packet Format): Move into the new section.
6289 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6290
95433b34
JB
62912010-01-21 Joel Brobecker <brobecker@adacore.com>
6292
6293 * gdb.texinfo (File Options): Adjust the documentation of this
6294 switch to refer to the "source" command rather than partially
6295 duplicating some of the relevant information.
6296 (Extending GDB): Introduce and document the set/show script-extension
6297 setting.
6298 (Command Files): Add note explaining that the "source" command
6299 is also used to evalute scripts written in other languages.
6300 Remove the short slightly incorrect reference to sourcing Python
6301 scripts.
6302 (Python Commands): Document how to execute a Python script from GDB.
6303
8d576872
JB
63042010-01-19 Joel Brobecker <brobecker@adacore.com>
6305
6306 * gdb.texinfo (Command Files): Fix typo.
6307
8150ff9c
JB
63082010-01-18 Tom Tromey <tromey@redhat.com>
6309
6310 * gdb.texinfo (File Options): Document -x on .py files.
6311 (Command Files): Document handling of Python scripts.
6312
23db03a6
JZ
63132010-01-18 Jie Zhang <jie.zhang@analog.com>
6314
6315 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6316
00bf0b85
SS
63172010-01-15 Stan Shebs <stan@codesourcery.com>
6318
6319 * gdb.texinfo (Trace Files): New section.
6320 (Tracepoint Packets): Document QTSave and qTBuffer.
6321 (Trace File Format): New appendix.
6322
be759fcf
PM
63232010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6324
6325 * gdb.texinfo (Values From Inferior): Document lazy_string value
6326 method.
6327 (Python API): Add Lazy strings menu item.
6328 (Lazy Strings In Python): New node.
6329
dc146f7c
VP
63302010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6331
6332 * gdb.texinfo (GDB/MI Thread Information): New.
6333 (GDB/MI Async Records): Document the core field in *stopped.
6334 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6335 documentation
6336 (Process list): Document that osdata document may contain
6337 threads.
6338 (Remote Serial Protocol): Document qXfer:threads.
6339
d5551862
SS
63402010-01-06 Stan Shebs <stan@codesourcery.com>
6341
6342 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6343 disconnected tracing.
6344 (Tracepoint Packets): Document new protocol.
6345
7a697b8d
SS
63462010-01-05 Stan Shebs <stan@codesourcery.com>
6347
6348 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6349 tracepoints.
6350 (Tracepoint Packets): Describe remote protocol for fast
6351 tracepoints.
6352
e6f3ec50
JB
63532010-01-01 Joel Brobecker <brobecker@adacore.com>
6354
6355 Update the "Start of New Year Procedure".
6356 * gdbint.texinfo: Add the list of files that need to be updated
6357 manually. Minor reformatting.
6358
ddc4e9c1
JB
63592010-01-01 Joel Brobecker <brobecker@adacore.com>
6360
6361 * refcard.tex: Update copyright year in header and text.
6362
9d2897ad
JB
63632010-01-01 Joel Brobecker <brobecker@adacore.com>
6364
6365 * agentexpr.texi: Add 2010 to the list of copyright years.
6366 * annotate.texinfo: Likewise.
6367 * gdb.texinfo: Likewise.
6368 * gdbint.texinfo: Likewise.
6369 * observer.texi: Likewise.
6370 * stabs.texinfo: Likewise.
6371
6da95a67
SS
63722009-12-31 Stan Shebs <stan@codesourcery.com>
6373
6374 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6375
236f1d4d
SS
63762009-12-29 Stan Shebs <stan@codesourcery.com>
6377
6378 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6379
f61e138d
SS
63802009-12-28 Stan Shebs <stan@codesourcery.com>
6381
6382 * gdb.texinfo (Trace State Variables): New section.
6383 (Tracepoint Packets): Describe trace state variable packets.
6384 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6385 variable bytecodes.
6386
0fe7935b
DJ
63872009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6388
6389 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6390 declarations.
6391
a6b29f87
VP
63922009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6393
6394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6395 -gdb-exit behaviour.
6396
5e4bde96
JB
63972009-12-20 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gpl.texi: Update to version 3 of the GPL.
6400
a1715244
JB
64012009-12-20 Joel Brobecker <brobecker@adacore.com>
6402
6403 * Makefile.in: Update copyright header.
6404 * observer.texi: Fix the copyright header of the generated files.
6405
361ae042
PM
64062009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6407
6408 * gdb.texinfo (Types In Python): Describe range function.
6409
bfd31e71
PM
64102009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6411
6412 * gdb.texinfo (Types In Python): Describe "is_base_class".
6413
57a1d736
TT
64142009-12-03 Tom Tromey <tromey@redhat.com>
6415
6416 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6417
8cebebb9
PP
64182009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6419
6420 * observer.texi: New memory_changed observer.
6421
16af530a
TT
64222009-12-01 Tom Tromey <tromey@redhat.com>
6423
6424 * gdb.texinfo (Reverse Execution): Fix typo.
6425
b6199126
DJ
64262009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6427
6428 PR gdb/8704
6429
6430 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6431 are allowed after the breakpoint condition.
6432
7a6973ad
TT
64332009-11-23 Tom Tromey <tromey@redhat.com>
6434
6435 PR python/10782:
6436 * gdb.texinfo (Types In Python): Document Type.pointer.
6437
21a0512e
PP
64382009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6439
6440 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6441
a5832c8f
PA
64422009-11-11 Pedro Alves <pedro@codesourcery.com>
6443
6444 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6445 (Using Agent Expressions): Delete cross reference.
6446
1eb7cd77
JB
64472009-11-07 Joel Brobecker <brobecker@adacore.com>
6448
6449 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6450 and @settitle directives up to help makeinfo find them.
6451
24ddea62
JK
64522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6453
6454 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6455 (Auto-loading): Use plural and note one can use multiple components now.
6456
3afae151
VP
64572009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6458
6459 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6460 -stack-list-arguments have the same documentation for parameter
6461 as -stack-list-locals. Add comas.
6462
14ff2235
PM
64632009-10-27 Tom Tromey <tromey@redhat.com>
6464 Eli Zaretskii <eliz@gnu.org>
6465
c8d5aac9 6466 PR python/10781
14ff2235
PM
6467
6468 * gdb.texinfo (Values From Inferior): Document cast method.
6469
9c419145
PP
64702009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6471
6472 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6473 and adjust example.
889bf7c5 6474
29153c24
MS
64752009-10-22 Michael Snyder <msnyder@vmware.com>
6476
6477 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6478 info record command. Also document the new save and restore
29153c24
MS
6479 commands.
6480
2b28d209
PP
64812009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6482
6483 * gdb.texinfo (Machine Code): Mention current pc marker.
6484 (Memory): Likewise.
6485
6c95b8df
PA
64862009-10-19 Pedro Alves <pedro@codesourcery.com>
6487 Stan Shebs <stan@codesourcery.com>
6488
6489 * observer.texi (new_inferior): Rename to...
6490 (inferior_appeared): ... this.
6491
6492 * gdb.texinfo (Inferiors): Rename node to ...
6493 (Inferiors and Programs): ... this. Mention running multiple
6494 programs in the same debug session.
6495 <info inferiors>: Mention the new 'Executable' column if "info
6496 inferiors". Update examples. Document the "add-inferior",
6497 "clone-inferior", "remove-inferior" and "maint info
6498 program-spaces" commands.
6499 (Process): Rename node to...
6500 (Forks): ... this. Document "set|show follow-exec-mode".
6501
2f8132f3
MS
65022009-10-11 Michael Snyder <msnyder@vmware.com>
6503
6504 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6505 (ReverseContinue): Ditto.
6506
cba4b2d3
PP
65072009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6508
6509 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6510
da082f17
JK
65112009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6512
6513 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6514
08be9d71
ME
65152009-10-06 Michael Eager <eager@eagercon.com>
6516
6517 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6518 (Embedded Processors): Add MicroBlaze.
6519 (MicroBlaze): New. Describe Xilinx MicroBlaze
6520
08a0efd0
PA
65212009-10-04 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6524
cbb8f428
EZ
65252009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6526
6527 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6528
30a4a70c
JB
65292009-09-23 Joel Brobecker <brobecker@adacore.com>
6530
6531 * observer.texi (solib_unloaded): Document explicitly the fact that
6532 this observer is called before the associated symbols are unloaded.
6533
701adfb0
PA
65342009-09-21 Jie Zhang <jie.zhang@analog.com>
6535
6536 * gdb.texinfo: Escape "{" and "}".
6537
b3372f91
VP
65382009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6539
6540 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6541 -stack-list-variables.
6542
f43030c4
TT
65432009-09-18 Tom Tromey <tromey@redhat.com>
6544
6545 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6546 is experimental.
6547
ec7e75e7
PP
65482009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6549
6550 * gdb.texinfo (convenince variables): Mention
6551 $_siginfo could be empty.
f43030c4 6552
0cc7d26f
TT
65532009-09-15 Tom Tromey <tromey@redhat.com>
6554
6555 * gdb.texinfo (GDB/MI Variable Objects): Document
6556 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6557 Expand -var-update documentation.
6558
a96d9b2e
SDJ
65592009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6560
6561 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6562 feature.
6563
005ca36a
JB
65642009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6565
6566 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6567
0d772ac9
MS
65682009-09-10 Michael Snyder <msnyder@vmware.com>
6569
6570 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6571 ReverseStep replies to the qSupported query.
6572
14fb1bac
JB
65732009-09-10 Joel Brobecker <brobecker@adacore.com>
6574
6575 Add documentation for set/show interactive-mode.
6576 * gdb.texinfo (Other Misc Settings): New node.
6577
29b090c0
DE
65782009-09-01 Doug Evans <dje@google.com>
6579
6580 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6581 non-stop mode's affect on remote caching.
6582
4e5d721f
DE
65832009-08-31 Jacob Potter <jdpotter@google.com>
6584 Doug Evans <dje@google.com>
6585
6586 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6587 Mark `set/show remotecache' options as obsolete.
6588 Document new `set/show stack-cache' option.
6589 Update text for `info dcache'.
6590
55333a84
DE
65912009-08-27 Doug Evans <dje@google.com>
6592
6593 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6594 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6595
bc3a0b4d
RW
65962009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6597
6598 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6599 about autoconf.
6600
3a1ff0b6
PA
66012009-08-25 Pedro Alves <pedro@codesourcery.com>
6602
6603 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6604 small example, and describe its columns. Replace "inferior-id" by
6605 "infno" throughout.
6606
81ecdfbb
RW
66072009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6608
af542c2e
RW
6609 * gdbint.texinfo (Releasing GDB): Point to
6610 README-maintainer-mode file for required autoconf version.
6611 * configure.ac: Do not substitute datarootdir, htmldir,
6612 pdfdir, docdir. Do not process --with-datarootdir,
6613 --with-htmldir, --with-pdfdir, --with-docdir.
6614 * configure: Regenerate.
6615
81ecdfbb
RW
6616 * configure: Regenerate.
6617
4efc6507
DE
66182009-08-20 Reid Kleckner <reid@kleckner.net>
6619
6620 * gdb.texinfo: Add chapter on JIT interface.
6621
43089a6e
NR
66222009-08-07 Nick Roberts <nickrob@snap.net.nz>
6623
6624 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6625 confirmation request.
43089a6e 6626
99e008fe
EZ
66272009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6628
c8d5aac9
L
6629 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6630 CRC definitions.
99e008fe 6631
48cb2d85
VP
66322009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6633
6634 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6635 -break-commands.
48cb2d85 6636
ff1a52c6
UW
66372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6638
6639 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6640 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6641
3285f3fe
UW
66422009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6643
6644 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6645 "set spu stop-on-load" and "show spu stop-on-load" commands.
6646
e35359c5
UW
66472009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6648
6649 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6650
58d6951d
DJ
66512009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6654 org.gnu.gdb.arm.neon.
6655
08d16641
PA
66562009-07-20 Pedro Alves <pedro@codesourcery.com>
6657
6658 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6659 optional element.
6660 (subsection OS ABI): New subsection.
6661
782b2b07
SS
66622009-07-14 Stan Shebs <stan@codesourcery.com>
6663
6664 * gdb.texinfo (Tracepoint Conditions): New section.
6665 (General Query Packets): Describe ConditionalTracepoints.
6666 (Tracepoint Packets): Describe condition field.
6667 (Maintenance Commands): Describe maint agent-eval.
6668 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6669
9b117ef3
HZ
66702009-07-11 Hui Zhu <teawater@gmail.com>
6671
6672 * gdb.texinfo (disassemble): Add a new modifier /r
6673 to "disassemble" command to make it print the raw instructions
6674 in hex as well as in symbolic form.
6675
f5a33284
TT
66762009-07-09 Tom Tromey <tromey@redhat.com>
6677
6678 * gdbint.texinfo (Testsuite): Document parallel make check.
6679
812f7342
TT
66802009-07-09 Tom Tromey <tromey@redhat.com>
6681
6682 * gdbint.texinfo (Testsuite): Document test transcripts.
6683
fbb8f299
PM
66842009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6685
6686 * gdb.texinfo (Values From Inferior): Add length parameter
6687 description.
6688
dd8f35ac
EZ
66892009-07-04 Chris Genly <chris@genly.us>
6690
6691 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6692 in -var-list-children. Fix example according to what the code
6693 does.
6694
2277426b
PA
66952009-07-02 Pedro Alves <pedro@codesourcery.com>
6696
6697 * gdb.texinfo (Debugging multiple inferiors): Document the
6698 "inferior", "detach inferior" and "kill inferior" commands.
6699 (Debugging Programs with Multiple Processes): Adjust to mention
6700 generic "inferior" commands. Delete mention of "detach fork" and
6701 "delete fork". Cross reference to "Debugging multiple inferiors"
6702 section.
6703
a6d9a66e
UW
67042009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6705
5af949e3
UW
6706 * gdbint.texinfo (Item Output Functions): Update signature
6707 for ui_out_field_core_addr.
6708
67092009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6710
6711 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6712 Update example code extrated from breakpoint.c.
6713
9901a55b 67142009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6715
9901a55b
PP
6716 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6717 MI commands.
6718 (GDB/MI Symbol Query): Likewise.
6719 (GDB/MI File Commands): Likewise.
6720 (GDB/MI File Transfer Commands): Likewise.
6721 (GDB/MI Target Manipulation): Likewise.
6722 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6723
edb3359d
DJ
67242009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * gdb.texinfo (Debugging Optimized Code): New chapter.
6727 (Compiling for Debugging): Reference it. Move some
6728 text to the new section.
6729
7cd1089b
PM
67302009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6731
6732 * doc/gdb.texinfo (Calling): Document
6733 set-unwind-on-terminating-exception usage.
6734
d4db2f36
PA
67352009-06-11 Pedro Alves <pedro@codesourcery.com>
6736
6737 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6738 command.
6739
d1a7880c
PA
67402009-06-07 Pedro Alves <pedro@codesourcery.com>
6741
6742 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6743 references.
6744
473f94e6
UW
67452009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6746
6747 * gdbint.texinfo: Rename formal parameters to gdbarch function
6748 protoypes from "current_gdbarch" to "gdbarch".
6749
8f500870
TT
67502009-05-28 Tom Tromey <tromey@redhat.com>
6751
6752 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6753
b6313243
TT
67542009-05-27 Tom Tromey <tromey@redhat.com>
6755
6756 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6757 feature.
6758 (GDB/MI Variable Objects): Document -var-set-visualizer.
6759
67602009-04-02 Tom Tromey <tromey@redhat.com>
6761
6762 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6763 feature.
6764 (GDB/MI Variable Objects): Document -var-set-visualizer.
6765
a6bac58e
TT
67662009-05-27 Tom Tromey <tromey@redhat.com>
6767 Thiago Jung Bauermann <bauerman@br.ibm.com>
6768 Phil Muldoon <pmuldoon@redhat.com>
6769
6770 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6771 (Pretty Printing): New node.
6772 (Selecting Pretty-Printers): Likewise.
6773 (Python API): Update.
6774 (Output Formats): Document /r format.
6775
2c74e833
TT
67762009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6777 Tom Tromey <tromey@redhat.com>
6778
6779 * gdb.texinfo (Types In Python): New node.
6780 (Values From Inferior): "type" is now an attribute.
6781 (Python API): Update.
6782
89c73ade
TT
67832009-05-27 Tom Tromey <tromey@redhat.com>
6784 Thiago Jung Bauermann <bauerman@br.ibm.com>
6785 Phil Muldoon <pmuldoon@redhat.com>
6786
6787 * gdb.texinfo: Add @syncodeindex for `tp'.
6788 (Python API): Update.
6789 (Auto-loading): New node.
6790 (Objfiles In Python): New node.
6791
17a37d48
PP
67922009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6793
6794 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6795
6718376f
NR
67962009-05-15 Nick Roberts <nickrob@snap.net.nz>
6797
6798 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6799
cbe54154
PA
68002009-05-12 Pedro Alves <pedro@codesourcery.com>
6801
6802 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6803 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6804 show show-debug-regs' docs.
6805
8e05493c
EZ
68062009-05-08 Eli Zaretskii <eliz@gnu.org>
6807
6808 * gdb.texinfo (Process Record and Replay): Add description of
6809 reverse execution.
6810
b39f4988
JB
68112009-05-07 Joel Brobecker <brobecker@adacore.com>
6812
6813 * gdbint.texinfo (Adding support for debugging core files): New node.
6814 (Native Debugging): Remove the ``Native core file Support'' section.
6815
a2311334
EZ
68162009-05-01 Eli Zaretskii <eliz@gnu.org>
6817
6818 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6819 Add index entries.
6820
53cc454a 68212009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6822 Michael Snyder <msnyder@vmware.com>
53cc454a 6823
a2311334
EZ
6824 * gdb.texinfo: (Process Record and Replay): Add documentation for
6825 process record and replay.
53cc454a 6826
484086b7
JK
68272009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6828
6829 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6830 a new part on command-line defined macros.
6831
32ae1842
EZ
68322009-04-25 Eli Zaretskii <eliz@gnu.org>
6833
6834 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6835 clarify the wording.
6836
b14b1491
TT
68372009-04-23 Tom Tromey <tromey@redhat.com>
6838
6839 * gdb.texinfo (Data Files): New node.
6840 (GDB Files): Update menu.
6841
5c1e86e1
JB
68422009-04-23 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6845 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6846
83eba9b7
VP
68472009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6848
6849 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6850
e31198c4
HZ
68512009-04-22 Hui Zhu <teawater@gmail.com>
6852
6853 * gdb.texinfo (disassemble-next-line): Set the default of
6854 disassemble-next-line to off.
6855
26e251b6
JM
68562009-04-21 Joseph Myers <joseph@codesourcery.com>
6857
6858 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6859 --with-htmldir): New.
6860 * configure: Regenerate.
6861 * Makefile.in (datarootdir, docdir): Define.
6862 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6863 instead of $(SET_TEXINPUTS).
6864 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6865 gdbint.info instead of $(SET_TEXINPUTS).
6866 (gdbint/index.html): Use same -I options as for building
6867 gdbint.info.
6868 (stabs.dvi, stabs.pdf): Use same -I options as for building
6869 stabs.info instead of $(SET_TEXINPUTS).
6870 (stabs/index.html): Use same -I options as for building
6871 stabs.info.
6872 (annotate.dvi, annotate.pdf): Use same -I options as for building
6873 annotate.info instead of $(SET_TEXINPUTS).
6874 (annotate/index.html): Use same -I options as for building
6875 annotate.info.
6876
eac35c4e
DD
68772009-04-21 David Daney <ddaney@caviumnetworks.com>
6878
6879 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6880
29b0e8a2
JM
68812009-04-21 Joseph Myers <joseph@codesourcery.com>
6882
6883 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6884
2b831889 68852009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6886 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6887
6888 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6889 (MAKEHTMLFLAGS): Set to empty.
6890 (html__strip_dir): Define.
6891 (HTMLFILES): Define.
6892 (HTMLFILES_INSTALL): Define.
6893 (install-html): Copy new automake rule.
6894 (html): Depend on $(HTMLFILES).
6895 (gdb_toc.html): Rename to gdb/index.html.
6896 (gdbint_toc.html): Rename to gdbint/index.html.
6897 (stabs_toc.html): Rename to stabs/index.html.
6898 (annotate_toc.html): Rename to annotate/index.html.
6899
89a34d1b
JM
69002009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6901
6902 * Makefile.in: Set pdfdir and htmldir from configure
6903 substitutions.
6904 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6905 * configure: Regenerate.
6906
a2d5da46
JB
69072009-04-16 Joel Brobecker <brobecker@adacore.com>
6908
6909 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6910 This macro is no longer used.
6911
732f6a93
TT
69122009-04-15 Tom Tromey <tromey@redhat.com>
6913
6914 * gdb.texinfo (Character Sets): Document default character set.
6915
87f9adc1
PM
69162009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6917
6918 * gdbint.texinfo: Change server name from sources.redhat.com to
6919 sourceware.org throughout.
6920
2c88c651
JB
69212009-04-09 Joel Brobecker <brobecker@adacore.com>
6922
6923 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6924 about a missing dot or coma after @xref.
6925
4f5376b2
JB
69262009-04-02 Joel Brobecker <brobecker@adacore.com>
6927
6928 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6929 example, and add a small explanation about it.
6930 (Print Settings): Change the documentation of the "set print
6931 frame-arguments" to reflect the fact that the default is now "scalars".
6932
a0381d3a
JB
69332009-04-02 Joel Brobecker <brobecker@adacore.com>
6934
6935 * gdb.texinfo (Print Settings): Add kindex for command "set
6936 print frame-arguments".
6937
45ac276d
JB
69382009-03-31 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6941 breakpoints.
6942 (Set Breaks): Add reference to thread-specific and task-specific
6943 breakpoints.
6944
32cd1edc
JB
69452009-03-31 Joel Brobecker <brobecker@adacore.com>
6946
6947 * gdb.texinfo (Ada Tasks): Remove the documentation about
6948 the "Running" state, as this state has been eliminated.
6949 Now all runnable tasks are shown as "Runnable".
6950
1042e4c0
SS
69512009-03-30 Stan Shebs <stan@codesourcery.com>
6952
6953 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6954 special case of breakpoints.
6955 (Enable and Disable Tracepoints): Mention deprecation.
6956 (Listing Tracepoints): Update description and example.
6957
f8f6f20b
TJB
69582009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6959
6960 * gdb.texinfo (Frames in Python): New node.
6961 (Python API): Update.
6962
c0c6f777
TJB
69632009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6964
6965 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6966 from a method to an attribute.
6967
def2b000
TJB
69682009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6969
6970 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6971 attribute.
6972
a07daef3
PA
69732009-03-25 Pedro Alves <pedro@codesourcery.com>
6974
6975 * observer.texi (thread_exit): Add "silent" parameter.
6976
f3b1572e
PA
69772009-03-22 Pedro Alves <pedro@codesourcery.com>
6978
6979 * observer.texi (about_to_proceed): New.
6980
587afa38
EZ
69812009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6982
6983 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6984 field throughout to handle types with spaces in them. Fix typos
6985 found by aspell.
6986 (Summary, Requirements, Contributors): New first chapter,
6987 "Summary" added, old Requirements section moved there, and new
6988 section, "Contributors" added.
6989 (Initializing a New Architecture, Register Representation)
6990 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6991 (Porting gdb): These sections extended and updated.
6992 (Compiler Characteristics): This section (empty) deleted.
6993 (Defining Other Architecture Features): This section renamed and
6994 duplicate material removed from (formerly "Target Conditionals").
6995 Use braces {} in @deftypeXX type field throughout to handle types
6996 with spaces in them. Typos found by aspell fixed.
6997
6998 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6999 * stack_frame.pdf: Version of image for PDF output.
7000 * stack_frame.png: Version of image for HTML output and for Emacs.
7001 * stack_frame.txt: Version of image for Info output.
1db61298 7002 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 7003
10af6951
EZ
70042009-03-21 Eli Zaretskii <eliz@gnu.org>
7005
7006 * gdb.texinfo (Character Sets): Fix last change.
7007
cc924cad
TJB
70082009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7009
7010 * gdb.texinfo (Values From Inferior): Fix optional arguments
7011 markup.
7012 (Commands In Python): Adjust argument names of gdb.Command.__init__
7013 to what the function accepts as keywords.
7014
bc3b79fd
TJB
70152008-03-20 Tom Tromey <tromey@redhat.com>
7016
7017 * gdb.texinfo (Convenience Vars): Document convenience functions.
7018 (Functions In Python): New node.
7019 (Python API): Update.
7020
6c7a06a3
TT
70212009-03-20 Tom Tromey <tromey@redhat.com>
7022
7023 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7024 set target-wide-charset.
7025 (Requirements): Mention iconv.
7026
b646ddd4
HZ
70272009-03-17 Hui Zhu <teawater@gmail.com>
7028
7029 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7030
91440f57
HZ
70312009-03-17 Hui Zhu <teawater@gmail.com>
7032
7033 * gdb.texinfo: Add documentation for disassemble-next-line.
7034
8fd41227
TJB
70352009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7036
7037 * gdb.texinfo (Commands In Python): Remove tindex entries.
7038
61ff14c6
JK
70392009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * gdb.texinfo (Returning): New description for missing debug info.
7042
0b16c5cf
PA
70432009-03-14 Pedro Alves <pedro@codesourcery.com>
7044
7045 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 7046 (General Query Packets): Document qAttached.
0b16c5cf 7047
32fc0df9
PA
70482009-03-05 Pedro Alves <pedro@codesourcery.com>
7049
7050 * gdb.texinfo (Background Execution): Better describe the set
7051 target-async command.
7052 (Maintenance Commands): Delete description of the `maint set/show
7053 linux-async' and `maint set/show remote-async' commands.
7054
134eb42c
VP
70552009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7056
7057 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7058 between sentences.
7059
c86cf029
VP
70602009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7061
7062 * gdb.texinfo (GDB/MI Async Records): Document the
7063 =library-loaded and =library-unloaded notifications.
7064
3ea85240
VP
70652009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7066
7067 * observer.texi (test_notification): New observer.
7068
1d33d6ba
VP
70692009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7070
61ff14c6
JK
7071 * observer.texi: Add parameter 'print_frame' to normal_stop
7072 observer.
1d33d6ba 7073
d721c933
EZ
70742009-02-07 Eli Zaretskii <eliz@gnu.org>
7075
7076 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7077 (Commands In Python): Fix COMMAND_* constants in last change. Use
7078 @kbd for interactive input. Add cross-references and index
7079 entries.
7080
4aa995e1
PA
70812009-02-06 Pedro Alves <pedro@codesourcery.com>
7082
7083 * gdb.texinfo (Signals): Document $_siginfo.
7084 (Convenience Variables): Mention $_siginfo.
7085 (Remote Configuration): Document qXfer:siginfo:read,
7086 qXfer:siginfo:write packets, and the read-siginfo-object,
7087 write-siginfo-object commands.
7088
5f5233d4
PA
70892009-02-06 Pedro Alves <pedro@codesourcery.com>
7090
7091 * gdbint.texinfo (Values): New chapter.
7092
d8906c6f
TJB
70932009-02-06 Tom Tromey <tromey@redhat.com>
7094
7095 * gdb.texinfo (Python API): Add entry for Commands In Python.
7096 (Commands In Python): New node.
7097
b6cb8e7d
TJB
70982009-02-05 Tom Tromey <tromey@redhat.com>
7099
7100 * gdb.texinfo (Values From Inferior): Document Value.string.
7101
12453b93
TJB
71022009-02-05 Tom Tromey <tromey@redhat.com>
7103
7104 * gdb.texinfo (Basic Python): Document execute's from_tty
7105 argument.
7106
08c637de
TJB
71072009-02-04 Tom Tromey <tromey@redhat.com>
7108
7109 * gdb.texinfo (Basic Python): Document gdb.history.
7110
592375cd
VP
71112009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7112
7113 * gdb.texinfo (GDB/MI Thread Commands): Document the
7114 'current-thread-id' field. Remove the example with zero threads,
7115 since current GDB won't ever report that if there's inferior.
7116
41447f92
VP
71172009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7118
7119 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7120 option to -break-insert.
7121
098b41a6
JG
71222009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7123 Jerome Guitton <guitton@adacore.com>
7124
7125 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7126 (System-wide configuration): New section.
7127
3c16cced
PA
71282009-01-26 Pedro Alves <pedro@codesourcery.com>
7129
7130 PR gdb/7580:
7131 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7132 internal-error|internal-warning quit|corefile ask|yes|no".
7133
62709adf
PA
71342009-01-26 Pedro Alves <pedro@codesourcery.com>
7135
7136 * gdb.texinfo (Using the `gdbserver' Program): Document
7137 --remote-debug.
7138
7ce58dd2
DE
71392009-01-23 Doug Evans <dje@google.com>
7140
7141 * gdb.texinfo: Add nexti to list of commands that support
7142 background execution.
7143
adb483fe
DJ
71442009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7145
7146 * gdb.texinfo (Define, Hooks): Document prefix command support.
7147
a67ec3f4 71482009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 7149 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
7150
7151 Fixes for makeinfo --html.
7152
7153 * annotate.texinfo: Use @copying and @insertcopying. Use
7154 @ifnottex in place of @ifinfo.
7155 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7156 place of @ifinfo. Use @ifnotinfo for one index entry.
7157 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7158 in place of @ifinfo.
7159 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7160 in place of @ifinfo. Include contents at start unconditionally.
7161
84fcdf95
PA
71622009-01-13 Pedro Alves <pedro@codesourcery.com>
7163
7164 * gdb.texinfo (General Query Packets): Remove @var{} around the
7165 "spu" literal string.
7166
fa3a767f
PA
71672009-01-07 Pedro Alves <pedro@codesourcery.com>
7168
7169 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7170 program may be running in another process" errors.
7171 * gdbint.texinfo (Native Conditionals): Delete
7172 ONE_PROCESS_WRITETEXT description.
7173
9cb011d3
JB
71742009-01-07 Joel Brobecker <brobecker@adacore.com>
7175
7176 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7177 emacs local variable to be placed at the end of the ChangeLog.
7178 Add server.c and gdbreplay.c to the list of files where the
7179 copyright year needs to be updated.
7180
84603566
SL
71812009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7182
7183 * gdb.texinfo (Remote Configuration): Document new
7184 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7185 commands.
7186
a53f55d8
PA
71872008-12-28 Pedro Alves <pedro@codesourcery.com>
7188
7189 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7190 FETCH_INFERIOR_REGISTERS.
7191 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7192 FETCH_INFERIOR_REGISTERS descriptions. Remove
7193 gdbarch_get_longjmp_target descrition, since already described in
7194 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7195 (Target Conditionals): ... here.
7196
077e0a52
JB
71972008-12-16 Joel Brobecker <brobecker@adacore.com>
7198
7199 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7200 examples.
7201 (Additions to Ada): Likewise. Add the missing opening and closing
7202 parenthesis of the GDB prompt in one of the examples.
7203
023eb17c
JB
72042008-12-14 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7207 about the result of 'Address not being of type System.Address.
7208 This problem has been fixed a while ago.
7209
c3b108f7
VP
72102008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7211
7212 MI non-stop and multiprocess docs.
7213
c8d5aac9
L
7214 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7215 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7216 Adjust documentation for *stopped, document =thread-created,
7217 =thread-exited, =thread-group-created and =thread-group-exited.
7218 (GDB/MI Thread Commands): Document the 'state' field in
7219 -thread-info output.
7220 (GDB/MI Program Execution): Mention --all and --thread-group
7221 options.
7222 (GDB/MI Variable Objects): Describe floating and fixed variable
7223 objects.
7224 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7225
07e059b5
VP
72262008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7227
c8d5aac9
L
7228 * gdb.texinfo (Operating System Information): New appendix.
7229 (Operating System Auxiliary Information): Document 'info os processes'
7230 (Remote Configuration): Document 'osdata'
7231 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7232
a80b95ba
TG
72332008-11-27 Tristan Gingold <gingold@adacore.com>
7234
7235 * gdb.texinfo (Darwin): Document Darwin specific features.
7236
a655d424
JK
72372008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7238
7239 * gdbint.texinfo (Target Conditionals): Extend the
7240 gdbarch_breakpoint_from_pc description.
7241
249e1128
VP
72422008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7243
7244 * gdb.texinfo (M68K Features): Fix typo.
7245
c14c28ba
PP
72462008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7247
7248 * gdb.texinfo (Symbols): Mention printing containing
7249 image name in "info symbol".
7250 (Maint translate-address): Likewise.
889bf7c5 7251
394a6666
JB
72522008-11-18 Joel Brobecker <brobecker@adacore.com>
7253
7254 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7255 commands "catch load" and "catch unload".
7256
66bb093b
VP
72572008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7258
7259 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7260 =thread-selected.
889bf7c5 7261
4a92f99b
VP
72622008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7263
c8d5aac9 7264 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7265
f0323ca0
PA
72662008-10-27 Pedro Alves <pedro@codesourcery.com>
7267
7268 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7269 .mt files, TM_CLIBS or TM_CDEPS.
7270 (x86 Watchpoints): Don't mention TDEPFILES.
7271
8b23ecc4
SL
72722008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7273
7274 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7275 (Overview): Mention notifications and non-stop mode behavior.
7276 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7277 with non-stop mode behavior. Add vStopped description.
7278 (Stop Reply Packets): Update list of packets that return
7279 stop replies. Mention non-stop behavior.
7280 (General Query Packets): Document QNonStop packet and associated
7281 qSupported query response.
7282 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7283 behavior.
7284 (Notification Packets): New section.
7285 (Remote Non-Stop): New section.
7286 (File-I/O Overview): Mention non-stop behavior.
7287
fff08868
HZ
72882008-10-24 Hui Zhu <teawater@gmail.com>
7289 Pedro Alves <pedro@codesourcery.com>
7290
7291 * gdb.texinfo (displaced-stepping): Describe the auto mode
7292 setting, and say it's the default. This is now a mainstream
7293 setting instead of a maintenance setting.
7294
252fbfc8
PA
72952008-10-23 Pedro Alves <pedro@codesourcery.com>
7296
7297 * observer.texi (thread_stop_requested): New.
7298
20924a55
JB
72992008-10-22 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7302 (Patching): Replace incorrect usage of @samp by @kbd.
7303
bacec72f
MS
73042008-10-17 Michael Snyder <msnyder@vmware.com>
7305
7306 * gdb.texinfo: Add documentation for reverse execution.
7307
a08702d6 73082008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7309 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7310
7311 * gdb.texinfo. (Values From Inferior): New subsubsection.
7312
d97bc12b
DE
73132008-10-06 Doug Evans <dje@google.com>
7314
7315 * gdb.texinfo (set debug dwarf2-die): Document it.
7316
87f67dba
JB
73172008-10-01 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.texinfo (catch) [exception]: Document how to insert
7320 a breakpoint on user-defined exceptions when the exception
7321 name is identical to one of the language-defined ones.
7322
2fae03e8
TT
73232008-09-27 Tom Tromey <tromey@redhat.com>
7324
7325 * gdb.texinfo (Macros): Remove text about stringification,
7326 varargs, and splicing.
7327
5c6ce71d
TT
73282008-09-27 Tom Tromey <tromey@redhat.com>
7329
7330 * gdbint.texinfo (Language Support): Remove text about omitting
7331 support for a language.
7332
07128da0
DE
73332008-09-23 Doug Evans <dje@google.com>
7334
7335 * gdb.texinfo (info dcache): Update.
7336
b90a069a
SL
73372008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7338
7339 * gdb.texinfo (Packets): Add info on thread-id syntax and
7340 multiprocess extensions.
7341 <D>: Document multiprocess form of packet.
7342 <H>: Use thread-id syntax.
7343 <T>: Likewise.
7344 <vCont>: Likewise. Note this is required for multiprocess.
7345 <vKill>: New packet.
7346 (Stop Reply Packets) <T>: Use thread-id syntax.
7347 <W>: Document multiprocess form of reply.
7348 <X>: Likewise.
7349 (General Query Packets) <qC>: Use thread-id syntax.
7350 <qfThreadInfo>: Likewise.
7351 <qGetTLSAddr>: Likewise.
7352 <qP>: Likewise.
7353 <qSupported>: Add "multiprocess" feature.
7354 <qThreadExtraInfo>: Use thread-id syntax.
7355
b77209e0
PA
73562008-09-22 Stan Shebs <stan@codesourcery.com>
7357
7358 * gdb.texinfo (Inferiors): New section.
7359
3d0bb823
PA
73602008-09-12 Pedro Alves <pedro@codesourcery.com>
7361
7362 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7363
f8dcfc0a
UW
73642008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7365
7366 * gdbint.texinfo (Target Conditionals): Remove documentation
7367 for gdbarch_name_of_malloc.
7368
8775bb90
MS
73692008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7370
7371 * gdb.texinfo (Interrupts): Mention TCP interface for
7372 sending BREAK.
7373
f1838a98
UW
73742008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7375
7376 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7377 argument prefix to "set sysroot".
7378
158c7665
PH
73792008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7380
7381 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7382 and False.
7383
30e026bb
VP
73842008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7385
c8d5aac9
L
7386 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7387 for possible features of -list-features.
30e026bb 7388
c6ebd6cf
VP
73892008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7390
c8d5aac9 7391 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7392 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7393
aeac0ff9
VP
73942008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7395
7396 * doc/gdb.texinfo (PowerPC): Fix typo.
7397 (PowerPC features): Fix typo.
7398
5231c1fd
PA
73992008-08-18 Pedro Alves <pedro@codesourcery.com>
7400
7401 * observer.texi (thread_ptid_changed): New.
7402
677c5bb1
LM
74032008-08-18 Luis Machado <luisgpm@br.ibm.com>
7404
7405 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7406 (PowerPC features): Mention feature set for VSX registers.
7407
f3a2dd1a
JB
74082008-08-13 Joel Brobecker <brobecker@adacore.com>
7409
7410 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7411 the direct visibility of all names in user-written packages.
7412
33e5cbd6
PA
74132008-08-13 Pedro Alves <pedro@codesourcery.com>
7414
7415 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7416 setting, and make it the default.
7417 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7418 non-stop script example.
7419
d0384fc4
TJB
74202008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7421
7422 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7423 reference to the "Using Different Register and Memory Data
7424 Representation" section.
7425
a6f3e723
SL
74262008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7427
7428 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7429 (Remote Protocol): Add Packet Acknowledgment to menu.
7430 (Overview): Mention +/- can be disabled, and point to new section
7431 where this is discussed in detail.
7432 (General Query Packets): Document QStartNoAckMode packet, and
7433 corresponding qSupported reply.
7434 (Packet Acknowledgment): New section.
7435
0606b73b
SL
74362008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7437 Pedro Alves <pedro@codesourcery.com>
7438
7439 * gdb.texinfo (Threads): Move paragraph about automatic thread
7440 selection to All-Stop Mode subsection.
7441 (Thread Stops): Reorganize existing material into subsections.
7442 Add introductory blurb and menu.
7443 (Non-Stop Mode): New subsection.
7444 (Background Execution): New subsection.
7445 (Maintenance Commands): Add cross-references from async mode
7446 commands to the new Background Execution section.
7447
d57a3c85
TJB
74482008-08-06 Tom Tromey <tromey@redhat.com>
7449
7450 * gdb.texinfo (Extending GDB): New chapter.
7451 (Sequences): Demoted chapter, now a section under the new
7452 Extending GDB chapter.
7453 (Python): New section.
7454
6d76a53d
SS
74552008-07-31 Stan Shebs <stan@codesourcery.com>
7456
7457 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7458
1f70da6a
SS
74592008-07-29 Stan Shebs <stan@codesourcery.com>
7460
7461 * gdbint.texinfo: General round of cleanup and minor
7462 clarifications.
7463 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7464 (Longjmp Support): Update description to reflect how it is done
7465 for targets without using native header.
7466 (Symbol Handling): Add a little more general explanation.
7467 (COFF, ELF): Mention stabs encapsulation.
7468 (DWARF 3): New section.
7469 (Adding a New Host): Scrub out some obsolete bits.
7470 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7471 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7472 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7473 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7474 SEEK_SET, STOP_SIGNAL, USG.
7475 (Raw and Virtual Register Representations): Ditto for
7476 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7477 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7478 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7479 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7480 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7481 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7482 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7483 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7484 DEPRECATED_USE_STRUCT_CONVENTION.
7485 Describe gdbarch_deprecated_fp_regnum.
7486 Update description of gdbarch_print_insn.
7487 (Adding a New Target): Scrub out obsolete bits.
7488 (Obsolete Conditionals): Remove entire section.
7489
383f836e
TT
74902008-07-25 Tom Tromey <tromey@redhat.com>
7491
7492 * observer.texi (GDB Observers): Document new observers:
7493 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7494 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7495 architecture_changed.
7496
cfd8ab24
SS
74972008-07-21 Stan Shebs <stan@codesourcery.com>
7498
7499 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7500 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7501
781b42b0
TT
75022008-07-21 Tom Tromey <tromey@redhat.com>
7503
7504 * observer.texi (GDB Observers): Remove obsolete comment.
7505 <executable_changed>: Remove argument.
7506
d7d9f01e
TT
75072008-07-18 Tom Tromey <tromey@redhat.com>
7508
7509 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7510
bf250677
DE
75112008-07-10 Doug Evans <dje@google.com>
7512
7513 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7514
10568435
JK
75152008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 * gdb.texinfo (Starting): Document "set disable-randomization".
7518
5ae4183a
AS
75192008-07-07 Andreas Schwab <schwab@suse.de>
7520
7521 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7522
b56e7235
VP
75232008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7524
7525 * gdb.texinfo (GDB/MI Target Manipulation): Add
7526 example of -target-attach.
7527
e1ac3328
VP
75282008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7529
7530 * observer.texi (target_resumed): New observer.
5ae4183a 7531 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7532
65d12d83
TT
75332008-06-06 Tom Tromey <tromey@redhat.com>
7534
7535 * gdb.texinfo (Completion): Add field name example.
7536
fbc5282e
MK
75372008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7538
7539 * gdb.texinfo (GDB/MI Program Context): Added example
7540 to -exec-arguments
5ae4183a 7541
fbc5282e 75422008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7543
7544 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7545 annotation.
7546
c16158bc 75472008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7548 Nathan Sidwell <nathan@codesourcery.com>
7549 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7550
7551 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7552 and ACX_BUGURL.
7553 * configure: Regenerate.
7554 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7555 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7556 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7557 mailing-list-specific text about bug reporting unless
7558 BUGURL_DEFAULT.
7559
75c99385
PA
75602008-06-05 Pedro Alves <pedro@codesourcery.com>
7561
7562 * gdb.texinfo (-target-select): Remove reference to target async.
7563 (Maintenance Commands): Document "maint set/show remote-async".
7564
1763a388
MK
75652008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7566
7567 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7568 in -target-file-get section.
5ae4183a 7569
d0d064df
PA
75702008-05-22 Pedro Alves <pedro@codesourcery.com>
7571
9b562ab8
PA
7572 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7573 killing the inferior when it is already debugging a process.
d0d064df 7574
8dfa32fc
JB
75752008-05-21 Joel Brobecker <brobecker@adacore.com>
7576
7577 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7578 abbreviation for "finish".
7579
55f996a7
NR
75802008-05-21 Nick Roberts <nickrob@snap.net.nz>
7581
7582 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7583
ba2b1c56
DJ
75842008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7585
7586 * gdbint.texinfo (Target Conditionals): Delete entry for
7587 gdbarch_dwarf_reg_to_regnum.
7588
08388c79
DE
75892008-05-09 Doug Evans <dje@google.com>
7590
a3c83fae 7591 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7592
d14508fe
DE
75932008-05-05 Doug Evans <dje@google.com>
7594
7595 * gdb.texinfo (disassemble): Document /m modifier.
7596
e2b7ddea
VP
75972008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7598
5ae4183a
AS
7599 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7600 will not report the time of commands that run the target.
e2b7ddea 7601
8eb41542
VP
76022008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7603
7604 * gdb.texinfo (GDB/MI Output Records): Add
7605 missing semicolon.
7606
82f68b1c
VP
76072008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7608
7609 * gdb.texinfo (GDB/MI Output Records):
7610 Document =thread-create and =thread-exited.
7611
fa0f268d
VP
76122008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7613
7614 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7615 Remove mention of dmi-discuss.
fa0f268d 7616
063bfe2e
VP
76172008-05-03 Pedro Alves <pedro@codesourcery.com>
7618
7619 * observer.texi (thread_exit): New.
7620
237fc4c9
PA
76212008-05-02 Pedro Alves <pedro@codesourcery.com>
7622
7623 * gdb.texinfo (Debugging Output): Document "set/show debug
7624 displaced".
7625 (Maintenance Commands): Document "maint set/show
7626 can-use-displaced-stepping".
7627
0428b8f5
DJ
76282008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7629
7630 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7631 and set/show arm force-mode.
7632
5009afc5
AS
76332008-05-02 Andreas Schwab <schwab@suse.de>
7634
7635 * gdbint.texinfo (Algorithms): Describe
7636 target_watchpoint_addr_within_range.
7637
669fac23
DJ
76382008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7639
7640 * gdbint.texinfo (Stack Frames): New chapter.
7641 (Algorithms): Move Frames text to the new chapter.
7642 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7643 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7644
721c02de
VP
76452008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7646
5ae4183a
AS
7647 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7648 output does not necessary include any tokens.
721c02de 7649
c055b101
CV
76502008-04-22 Corinna Vinschen <vinschen@redhat.com>
7651
7652 * gdb.texinfo (Set SH Calling convention): New @item.
7653 (Show SH Calling convention): Ditto.
7654
68837c9d
MD
76552008-04-22 Markus Deuling <deuling@de.ibm.com>
7656
7657 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7658
2e9132cc
EZ
76592008-04-20 Eli Zaretskii <eliz@gnu.org>
7660
7661 * gdb.texinfo (Set Breaks): Mention that multiple location
7662 breakpoints need line number info. Add index entries.
7663
31fffb02
CS
76642008-04-19 Craig Silverstein <csilvers@google.com>
7665
7666 * gdb.texinfo (Requirements): Add an optional requirement on
7667 zlib.
7668 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7669 Compressed DWARF 2.
7670
a47ec5fe
AR
76712008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7672
7673 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7674 sample output for 'stopped,reason="breakpoint-hit"' message.
7675 (GDB/MI Program Execution): Likewise.
7676
de051565
MK
76772008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7678
5ae4183a 7679 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7680 -var-set-format. Add -f option to -var-evaluate-expression.
7681
6ba66d6a
JB
76822008-04-03 Joel Brobecker <brobecker@adacore.com>
7683
7684 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7685 new node "Ambiguous Expressions". Replace references to this
7686 node by references to "Ambiguous Expressions" throughout.
7687 (Ambiguous Expressions): New node.
7688
1e26b4f8
DJ
76892008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7690
7691 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7692
b84876c2
PA
76932008-03-21 Pedro Alves <pedro@codesourcery.com>
7694
7695 * gdb.texinfo (Debugging Output): Document
7696 "set/show debug lin-lwp-async".
7697 (Maintenance Commands): Document "maint set/show linux-async".
7698
63092375
DJ
76992008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7700
7701 * gdb.texinfo (Expressions): Update description of malloced arrays.
7702
8e8901c5
VP
77032008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7704
7705 * gdb.texinfo (Thread Commands): Document
7706 -thread-info. Remove -thread-list-all-threads.
7707
701adfb0
PA
77082008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7709
7710 Implement MI notification for new threads.
7711 * observer.texi (new_thread): Document.
7712
1fddbabb
PA
77132008-03-14 Pedro Alves <pedro@codesourcery.com>
7714 Sandra Loosemore <sandra@codesourcery.com>
7715
7716 * gdb.texinfo (Library List Format): Update to mention the
7717 possibility to pass section addresses instead of segment
7718 addresses.
7719
ccd213ac
DJ
77202008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7721
7722 * gdb.texinfo (Starting): Document "set exec-wrapper".
7723 (Server): Document gdbserver --wrapper.
7724
fa4727a6
DJ
77252008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7726
7727 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7728 unreadable memory. Delete obsolete SPARClite reference.
7729
8edfe269
DJ
77302008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7731
7732 * gdb.texinfo (Starting): Mention always-running targets.
7733 (Target Commands): Add an anchor for load.
7734 (Connecting): Explain continue instead of run.
7735
1843f87b
DJ
77362008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7737
7738 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7739
f9082629
NR
77402008-02-26 Nick Roberts <nickrob@snap.net.nz>
7741
7742 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7743 breakpoint table.
7744
fd96d250
PA
77452008-02-19 Pedro Alves <pedro@codesourcery.com>
7746
7747 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7748 killing the inferior when it is already debugging a process.
7749
36af4ef6
MD
77502008-02-13 Markus Deuling <deuling@de.ibm.com>
7751
7752 * gdbint.texinfo (Build Script): New section. Mention new build script
7753 gdb_buildall.sh.
7754
cda4ce5a
JB
77552008-02-01 Jim Blandy <jimb@red-bean.com>
7756
7757 * gdb.texinfo (Help): Summarize 'info args' correctly.
7758
4acd40f3
TJB
77592008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7760
7761 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7762 available in PowerPC architecture.
7763 (Embedded Processors): Change node name of PowerPC item in menu.
7764 (PowerPC): Rename to...
7765 (PowerPC Embedded): this.
7766 (Architectures): Add new PowerPC item in menu.
7767 (PowerPC): New node.
7768
6e6c6f50
DJ
77692008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7770
7771 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7772 commands.
7773
5ee187d7
DJ
77742008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * gdb.texinfo (Setting Catchpoints): Mention features
7777 supported on GNU/Linux.
7778
e275c0d9
NR
77792008-01-30 Nick Roberts <nickrob@snap.net.nz>
7780
7781 * gdb.texinfo (GDB/MI File Commands): Describe new output
7782 field for MI command -file-list-exec-source-file.
7783
2d717e4f
DJ
77842008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7785
7786 * gdb.texinfo (Using the `gdbserver' Program): Add security
7787 warning. Rearrange into subsections and subsubsections. Document
7788 --multi and --debug. Correct --with-sysroot typo. Update --attach
7789 usage. Make load reference clearer. Document monitor exit.
7790 (Remote Configuration): Document set remote exec-file, attach-packet,
7791 and run-packet.
7792 (Packets): Document vAttach and vRun.
7793
d35a4257 77942008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7795
7796 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7797 detach-on-follow -> detach-on-fork.
f663676d 7798
c78d192c
DJ
77992008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7800
7801 * gdbint.texinfo (Native Conditionals): Remove
7802 SHELL_COMMAND_CONCAT and SHELL_FILE.
7803
d35a4257
EZ
78042008-01-26 Eli Zaretskii <eliz@gnu.org>
7805
7806 * gdb.texinfo (Specify Location): Improve wording.
7807
93815fbf
VP
78082008-01-23 Chris Demetriou <cgd@google.com>
7809
7810 * gdb.texinfo (Threads): Document new "set print thread-events"
7811 and "show print thread-events" commands.
7812
2a25a5ba
EZ
78132008-01-19 Eli Zaretskii <eliz@gnu.org>
7814
7815 * gdb.texinfo (Specify Location): New section.
7816 (Delete Breaks, Edit, Set Breaks): Remove description of
7817 locations. Instead, add a reference to "Specify Location".
7818 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7819 (Symbols): Refer to "Specify Location" for the valid forms of
7820 linespecs and locations.
7821
32c9a795
MD
78222008-01-18 Markus Deuling <deuling@de.ibm.com>
7823
7824 * gdbint.texinfo (Target Conditionals): Replace the description of
7825 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7826
b17828ca
JB
78272008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7828
7829 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7830 about &&var, which is rejected by the expression parser.
7831
0aea4bf3
LM
78322008-01-09 Luis Machado <luisgpm@br.ibm.com>
7833
7834 * gdb.texinfo (Output): Update documentation on using printf with DFP
7835 types.
7836
febe4383
TJB
78372008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7838
7839 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7840 subsubsection.
7841 (Decimal Floating Point format): New subsubsection.
7842
7a404eba
PA
78432008-01-05 Pedro Alves <pedro@codesourcery.com>
7844
7845 * gdb.texinfo (File Options): Remove mention of the attempt to
7846 open a core file with the -p option. Don't list -c as a valid
7847 option to attach to a process.
7848
a4d9b460
PA
78492008-01-05 Pedro Alves <pedro@codesourcery.com>
7850
7851 * gdbint.texinfo (Host Conditionals): Remove mention of
7852 ALIGN_STACK_ON_ENTRY.
7853
6ec2edbe
JB
78542008-01-05 Joel Brobecker <brobecker@adacore.com>
7855
7856 * gdbint.texinfo (Start of New Year Procedure): Add item
7857 describing how to update the source and documentation copyright
7858 notices.
7859
d8b2a693
JB
78602007-12-18 Jim Blandy <jimb@codesourcery.com>
7861
ab209b3a 7862 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7863 watchpoint explanation into the main description of the watchpoint
7864 command; update synopses of 'watch', 'rwatch', and 'awatch'
7865 commands.
7866
8b4ed427
VP
78672007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7868
7869 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7870 Document 'pending-breakpoints' feature of
7871 -list-features.
7872
37e4754d
LM
78732007-12-17 Luis Machado <luisgpm@br.ibm.com>
7874
669fac23 7875 * gdb.texinfo: Add new parameter's description.
37e4754d 7876
1d3811f6
DJ
78772007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7878
7879 * gdb.texinfo (Overview): Clarify run-length encoding
7880 example. Remove the restriction on "+" and "-" characters.
7881
c1c25a1a
EZ
78822007-12-15 Eli Zaretskii <eliz@gnu.org>
7883
7884 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7885
afe8ab22 78862007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7887
afe8ab22
VP
7888 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7889 the -f option for -break-insert, remove -r option,
7890 and clarify specification of location.
7891
a6b151f1
DJ
78922007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7893
7894 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7895 formatting.
7896 (Remote Debugging): Add File Transfer section.
7897 (Remote Configuration): Document Host I/O packets.
7898 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7899 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7900 (Packets): Add vFile.
7901
3b784c4f
EZ
79022007-11-17 Eli Zaretskii <eliz@gnu.org>
7903
7904 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7905 breakpoints with multiple locations.
7906 (Breakpoint Menus): Improve wording.
7907 (Output): Fix last change.
7908
a4ce5b0d
UW
79092007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7910
7911 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7912
1b39d5c0
DE
79132007-11-15 Doug Evans <dje@google.com>
7914
7915 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7916
7a72d44c
VP
79172007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7918
7919 * gdbint.texinfo (Native Conditionals): Remove
7920 mention of CLEAR_SOLIB.
5ae4183a 7921
6d1829bf 79222007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7923
7924 * gdb.texinfo (Print Settings): Add documentation for "set/show
7925 print frame-arguments".
7926
1a619819
LM
79272007-11-05 Luis Machado <luisgpm@br.ibm.com>
7928
3b784c4f 7929 * gdb.texinfo (Output): Update printf command's description.
1a619819 7930
55eddb0f
DJ
79312007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7932
7933 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7934 powerpc soft-float".
7935
9cceb671
DJ
79362007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7937
7938 * gdb.texinfo (Files): Correct formatting. Mention Expat
7939 requirement.
7940 (Requirements for Building GDB): Expand the list of Expat
7941 uses.
7942 (Library List Format, Memory Map Format): Mention Expat.
7943 (Target Descriptions): Update Expat wording.
7944
83acabca
DJ
79452007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7946
7947 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7948 Document that gdbarch_convert_register_p should return zero for no-op
7949 conversions.
7950
e35879db
UW
79512007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7952
83acabca 7953 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
7954 of set_gdbarch_sofun_address_maybe_missing back to ...
7955 (Target Conditionals): ... here to fix build break.
7956
203c3895
UW
79572007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7958
83acabca 7959 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
7960 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7961 (Compiler Characteristics): ... documentation of
7962 set_gdbarch_sofun_address_maybe_missing.
7963
11411de3
DJ
79642007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7965
7966 * gdbint.texinfo (Target Conditionals): Use
7967 frame_unwind_register_unsigned in examples instead of
7968 frame_unwind_unsigned_register.
7969
701adfb0
PA
79702007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7971
7972 * gdb.texinfo: Add TSIZE definition, removed statement about
7973 unbounded arrays being unimplemented.
7974
7cc46491
DJ
79752007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7976
7977 * gdb.texinfo (Predefined Target Types): Add int128
7978 and uint128.
7979 (Standard Target Features): Add PowerPC features.
7980
81adfced
DJ
79812007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7982
7983 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7984
c1874924
UW
79852007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7986
7987 * gdbint.texi (Target Conditionals): Remove documentation
7988 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7989 gdbarch_extract_return_value, and gdbarch_store_return_value.
7990
f6e56ab3
UW
79912007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7992
7993 * gdbint.texi (Target Conditionals): Remove documentation of
7994 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7995
56cf5405
KH
79962007-10-11 Kazu Hirata <kazu@codesourcery.com>
7997
7998 * gdb.texinfo: Mention that inaccessible-by-default is on by
7999 default.
8000
35156bae
DJ
80012007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8004
d983da9c
DJ
80052007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8006
8007 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8008 multi-threaded watchpoints.
8009 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8010 checked. Describe sticky notification. Expand description
8011 of steppable and continuable watchpoints.
8012 (Watchpoints and Threads): New subsection.
8013
fe6fbf8b
VP
80142007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8015
8016 * gdb.texinfo (Setting Breakpoints): Revise
8017 documentation for pending breakpoints. Document
8018 breakpoints with multiple locations.
5ae4183a 8019
084344da
VP
80202007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8021
8022 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8023 Document -list-features.
5ae4183a 8024
82160952
EZ
80252007-09-15 Eli Zaretskii <eliz@gnu.org>
8026
8027 * gdb.texinfo (Output): Spell out which features of C's printf are
8028 not supported by GDB's printf.
7e27a47a
EZ
8029 (Separate Debug Files): More accurate wording regarding build ID
8030 and a reference to the ld manual rather than the Fedora wiki.
82160952 8031
ea37ba09
DJ
80322007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8033 Jim Blandy <jimb@codesourcery.com>
8034
8035 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8036 (Examining Memory): Update mentions of the 's' format.
8037 (Automatic Display): Likewise.
8038
b8533aec
DJ
80392007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8040
8041 * gdb.texinfo: Update the FSF's Back-Cover Text.
8042
83f83d7f
JK
80432007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8044 Eli Zaretskii <eliz@gnu.org>
8045
8046 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8047 Fixed the ``build ID'' name. New binaries build instructions for the
8048 build ID inclusion. Explain how the commands are specific to the build
8049 ID vs. debug link.
8050
c7e83d54
EZ
80512007-09-01 Eli Zaretskii <eliz@gnu.org>
8052
8053 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8054 indexing for ``build ID'' support.
8055
d3750b24
JK
80562007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8059 Enlisted BUILD ID to the debug file searching example.
8060 Included a BUILD ID `.note.gnu.build-id' section description.
8061 Updated/added the debug files splitting instructions for OBJCOPY.
8062
02142340
VP
80632007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8064
8065 * gdb.texinfo (Variable Objects): Adjust docs
8066 for -var-info-expression and document
8067 -var-info-path-expression.
8068
d3bdde98
JB
80692007-08-20 Jim Blandy <jimb@codesourcery.com>
8070
3fb6a982
JB
8071 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8072 (title page): Include the dedication in the printed manual, as a
8073 separate page after the copyright notice.
5ae4183a 8074
d3bdde98
JB
8075 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8076 don't break a @var across a line.
8077
c80a96a8
MR
80782007-07-25 Maciej W. Rozycki <macro@mips.com>
8079
8080 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8081 for include files.
8082
5824a901
NR
80832007-07-12 Nick Roberts <nickrob@snap.net.nz>
8084
8085 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
8086 in annotate.texinfo.
8087 (Command History): Link to new node.
5824a901 8088
d52e7ea3
UW
80892007-07-05 Markus Deuling <deuling@de.ibm.com>
8090
8091 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8092
5fc14d0a
EZ
80932007-07-05 Eli Zaretskii <eliz@gnu.org>
8094
8095 * gdbint.texinfo (Target Conditionals): Fix last change.
8096
4a9bb1df
UW
80972007-07-03 Markus Deuling <deuling@de.ibm.com>
8098
8099 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8100 routines:
8101 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8102 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8103 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8104 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8105 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8106 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8107 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8108 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8109 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8110 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8111 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8112 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8113 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8114 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8115 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8116 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8117 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8118 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8119 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8120 (SOFTWARE_SINGLE_STEP_P)
8121
8122 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8123 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8124
8125 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8126 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8127 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8128 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8129 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8130 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8131 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8132 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8133 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8134 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8135
8136 (Converting an existing Target Architecture to Multi-arch): Remove
8137 section.
8138
8139 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8140 (gdbarch_addr_bits_remove): Add code example.
8141
8142 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8143
cfa9d6d9
DJ
81442007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8145
8146 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8147 Add other missing entries. Adjust the table size to fit.
8148 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8149 stop reasons including the new "library" event.
8150 (General Query Packets): Adjust table widths for qSupported. Mention
8151 qXfer:libraries:read reply to qSupported and document the new packet.
8152 (Library List Format): New section.
8153
159fcc13
JK
81542007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8157
f66d1690
MS
81582007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8159
8160 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8161
67102876
NR
81622007-06-25 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * gdbint.texinfo (Register and Memory Data): Break sections
8165 into nodes and add a menu.
8166
a4642986
MR
81672007-06-21 Maciej W. Rozycki <macro@mips.com>
8168
8169 * gdb.texinfo (Examining Memory): Document the new behaviour.
8170
e9c17194
VP
81712007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8172
8173 * gdb.texinfo (Standard Target Features): Document
8174 m68k features.
8175
31d99776
DJ
81762007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8177
8178 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8179
1780a0ed
DJ
81802007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8181
8182 * gdb.texinfo (Target Description Format): Add version attribute
8183 for <target>.
8184
822b6570
DJ
81852007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8186
8187 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8188
f8b73d13
DJ
81892007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8190
8191 * gdb.texinfo (MIPS Features): New subsection.
8192
0e7f50da
UW
81932007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8194 Markus Deuling <deuling@de.ibm.com>
8195
8196 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8197 and qXfer:spu:write packets and mention them under qSupported.
8198
23d964e7
UW
81992007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8200 Markus Deuling <deuling@de.ibm.com>
8201
8202 * gdb.texinfo (Architectures): Add new SPU section to document
8203 Cell Broadband Engine SPU architecture specific commands.
8204
9f708cb2
VP
82052007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8206
8207 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8208 comments.
8209
7579b5f8
NR
82102007-06-07 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8213
bf06d120
JB
82142007-05-29 Jim Blandy <jimb@codesourcery.com>
8215
8216 * gdb.texinfo (Overview): Doc fix.
8217
23776285
MR
82182007-05-22 Maciej W. Rozycki <macro@mips.com>
8219
8220 * gdb.texinfo (Remote Configuration): Document "set/show
8221 remoteflow".
8222
1a69e1e4
DJ
82232007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8224
bf06d120
JB
8225 * gdb.texinfo (MIPS): Remove documentation for set mips
8226 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8227 stack-arg-size.
1a69e1e4 8228
46ba6afa 82292007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8230
46ba6afa
BW
8231 * all-cfg.texi (GDBTUI): New.
8232 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8233 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8234 (TUI Configuration): Edit to improve clarity and fix problems of
8235 both style and content.
5ae4183a 8236
06d3b283
UW
82372007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8238
8239 * observer.texi (GDB Observers): New observer "new_objfile".
8240
179101d6
UW
82412007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8242
8243 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8244
25d5ea92
VP
82452007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8246
8247 * gdb.texinfo (GDB/MI Variable Objects): Document
8248 frozen variables objects.
5ae4183a 8249
701adfb0
PA
82502007-04-13 Paul Brook <paul@codesourcery.com>
8251
8252 * gdb.texinfo: Document ieee_single and ieee_double target types.
8253
ea35711c
DJ
82542007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8255
8256 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8257 (Character Sets, Caching Data of Remote Targets): Likewise.
8258 (Targets): Delete Remote node. Move its text...
8259 (Debugging Remote Programs): ...to here. Delete description
8260 of the "remote" command.
8261 (Remote configuration): Delete description of "set remotedevice"
8262 and "show remotedevice".
8263 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8264
701adfb0
PA
82652007-04-11 Steve Ellcey <sje@cup.hp.com>
8266
8267 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8268
db2e3e2e
BW
82692007-04-11 Bob Wilson <bob.wilson@acm.org>
8270
5ae4183a
AS
8271 * gdb.texinfo (Contributors, Continuing and Stepping)
8272 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8273 (General Query Packets, File-I/O Remote Protocol Extension)
8274 (Protocol Basics, The F Reply Packet, Write)
8275 (Protocol-specific Representation of Datatypes, Memory Transfer):
8276 Fix hyphenation, punctuation and grammar problems.
8277 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8278 'section' instead of 'subsection' in the text.
8279 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8280 (i386): Remove period from section name.
db2e3e2e
BW
8281 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8282 (Config Names, Configure Options): Use @file{configure}.
8283
8a3dae3e
DJ
82842007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8285
8286 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8287 and tab expansion.
8288
1a92f856
DJ
82892007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8290
8291 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8292
79a6e687 82932007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8294
79a6e687
BW
8295 * gdb.texinfo: Consistently capitalize all significant words in
8296 node names, chapter titles, section titles, and headings. Update
8297 cross references to match.
8298 (Starting and Stopping Trace Experiment): Make node name plural.
8299 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8300
ad527d2e
PA
83012007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8302
8303 * gdb.texinfo (WinCE): Delete obsolete subsection.
8304
7ce59000
DJ
83052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8306
8307 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8308 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8309 references.
8310
8807d78b
DJ
83112007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8312
8313 * gdb.texinfo (Startup): Delete references to some alternate
8314 names for .gdbinit.
8315 (Thread): Remove LynxOS reference.
8316 (Tandem ST2000): Delete target-specific documentation.
8317 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8318 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8319 and GDB_OSABI_LYNXOS.
8320
5f402660
UW
83212007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8322
8323 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8324
bac718a6
UW
83252007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8326
8327 * gdbint.texinfo (Target Conditionals): Remove mention of
8328 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8329 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8330
9453113a
DJ
83312007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8332
8333 * Makefile.in: Add "pdfdir" installation
8334 directory, PDFTEX macro, support for "install-pdf" target,
8335 and rules for making a pdf version of refcard.texi.
8336 * refcard.tex: Specify paper size for PDF output.
8337
ae21e955 83382007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8339
ae21e955 8340 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8341
3f94c067 83422007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8343
3f94c067
BW
8344 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8345 (Source Path, Character Sets, Macros, Define)
8346 (GDB/MI Result Records, GDB/MI Simple Examples)
8347 (GDB/MI Program Execution, GDB/MI File Commands)
8348 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8349 (Bug Reporting): Use @value{GCC}.
5ae4183a 8350
12c27660 83512007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8352
12c27660
BW
8353 * gdb.texinfo (Help): Fix formatting of examples.
8354 (Variables): Use @ifnotinfo instead of @iftex.
8355 (Non-debug DLL symbols): Use @ref instead of @pxref.
8356 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8357
ce9341a1
BW
83582007-03-26 Bob Wilson <bob.wilson@acm.org>
8359
8360 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8361
c8f4133a
BW
83622007-03-26 Bob Wilson <bob.wilson@acm.org>
8363
8364 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8365 the order of the nodes.
8366 (C Operators, C Constants, Debugging C): Remove extra menus.
8367 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8368
c8f4133a 83692007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8370
8371 * gdb.texinfo (File Options): Add missing parenthesis.
8372 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8373
c74d0ad8
DJ
83742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8375
8376 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8377
ff6f572f
DJ
83782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8379
669fac23 8380 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8381 case insensitivity.
8382 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8383
994337c3
NR
83842007-02-18 Nick Roberts <nickrob@snap.net.nz>
8385
8386 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8387 (Files): Add section name to argument list for pxref.
8388 (Non-debug DLL symbols): Don't use `see' for pxref.
8389 (Embedded Processors): Fix typo.
8390 (GDB/MI Breakpoint Commands): Execution commands generate
8391 *stopped not ^done.
8392
eb819d70
NR
83932007-02-13 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8396 values for in_scope. Mention that only root variables can be
8397 updated.
8398 (GDB/MI Development and Front Ends): Explain new values may be
8399 added to existing fields.
8400
123dc839
DJ
84012007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8402
8403 * gdb.texinfo (-target-disconnect): Use @smallexample.
8404 (Requirements): Add anchor for Expat. Update description.
8405 (Target Descriptions): Mention Expat.
8406 (Target Description Format): Document new elements. Use
8407 @smallexample.
8408 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8409 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8410
108546a0
DJ
84112007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8412
8413 * gdb.texinfo (Target Description Format): Add section on XInclude.
8414
95a98c01
NR
84152006-02-03 Nick Roberts <nickrob@snap.net.nz>
8416
8417 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8418 command -enable-timings.
8419
f4b3909f
EZ
84202007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8421
5ae4183a 8422 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8423 descriptions for new/deleted elements in gdb_osabi. Add missing
8424 description for function generic_elf_osabi_sniff_abi_tag_sections.
8425
c7ba131e
JB
84262007-01-29 Joel Brobecker <brobecker@adacore.com>
8427
8428 * gdb.texinfo (Maintenance Commands): Add documentation for
8429 the new "maint print target-stack" command.
8430
3a60f64e
JK
84312007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8432 Eli Zaretskii <eliz@gnu.org>
8433
f4b3909f 8434 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8435
c582f8b6
EZ
84362007-01-26 Eli Zaretskii <eliz@gnu.org>
8437
8438 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8439 Use @value{NGCC} instead of @value{GCC}.
8440
d3e8051b
EZ
84412007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8442
8443 * agentexpr.texi: Fix typos.
8444 * annotate.texinfo: Likewise.
8445 * gdb.texinfo: Likewise.
8446 * gdbint.texinfo: Likewise.
8447 * observer.texi: Likewise.
8448 * stabs.texinfo: Likewise.
8449
86f04699
EZ
84502007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8451
8452 * gdbint.texinfo (Support Libraries): Remove mmalloc
8453 entry. Describe readline library.
8454
23181151
DJ
84552007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8456
8457 * gdb.texinfo (Target Descriptions): New section.
8458 (General Query Packets): Add QPassSignals anchor. Mention
8459 qXfer:features:read under qSupported. Expand mentions of
8460 qXfer:memory-map:read and QPassSignals. Document
8461 qXfer:features:read.
8462
f822c95b
DJ
84632007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8464
8465 * gdb.texinfo (Commands to specify files): Describe
8466 "set sysroot" and "show sysroot".
8467 (Using the `gdbserver' program): Lowercase argument
8468 to @var. Expand description of setting up GDB on the
8469 host.
8470
8936fcda
JB
84712007-01-05 Joel Brobecker <brobecker@adacore.com>
8472
8473 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8474 catch exception, catch exception unhandled, and catch assert
8475 commands.
8476
e776119f
DJ
84772007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8478
8479 * gdb.texinfo (Debugging Output): Document "set debug xml"
8480 and "show debug xml".
8481
aa79a185
DJ
84822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8483
8484 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8485
7f893741
JB
84862007-01-01 Joel Brobecker <brobecker@adacore.com>
8487
8488 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8489
a1b5960f
VP
84902006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8491
8492 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8493 note in @ignore, to be removed later if nobody complains.
8494
9f470e6e
NR
84952006-12-04 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8498 of -var-delete.
8499
765dc015 85002006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8501
765dc015 8502 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8503 automatic software/hardware breakpoint usage and
8504 the "set breakpoint auto-hw" command.
765dc015 8505
4b5752d0
VP
85062006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8507
8508 * gdb.texinfo (Memory Access Checking): New.
8509
89be2091
DJ
85102006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8511
8512 * gdb.texinfo (Remote configuration): Mention
8513 "pass-signals-packet".
8514 (General Query Packets): Document QPassSignals. Fix
8515 a typo.
8516
ca3bf3bd
DJ
85172006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8518
8519 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8520
427c3a89
DJ
85212006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8522
8523 * gdb.texinfo (Remote configuration): Rewrite documentation for
8524 packet configuration commands.
8525 (OS Information): Adjust reference to qXfer:auxv:read.
8526 (General Query Packets): Remove references to read-aux-vector-packet
8527 and set remote get-thread-local-storage-address.
8528
7a107747
DJ
85292006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8530
8531 * gdbint.texinfo (Target Architecture Definition): Add new
8532 Initializing a New Architecture section.
8533
1c56eb0e
EZ
85342006-10-31 David Taylor <dtaylor@emc.com>
8535
8536 * stabs.texinfo (Macro define and undefine): New node describing
8537 stabs for #define and #undef.
8538
f73adfeb
AS
85392006-10-27 Andreas Schwab <schwab@suse.de>
8540
8541 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8542
fd60e0df
EZ
85432006-10-21 Eli Zaretskii <eliz@gnu.org>
8544
8545 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8546 clarify on the possible meanings of ``expression'' watched by
8547 watchpoints. Add indexing.
e5ac9b53
EZ
8548 (Prompting, Errors, Invalidation, Annotations for Running)
8549 (Source Annotations): Fix index entries by adding "annotation" to
8550 them, to discriminate from index entries that point to the more
8551 general topic descriptions.
fd60e0df 8552
52bb452f
DJ
85532006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdbint.texinfo (Target Vector Definition): Move most
8556 content into Existing Targets. Add a menu.
8557 (Existing Targets): New section, moved from Target Vector
8558 Definition. Use @subsection.
8559 (Managing Execution State): New section.
8560
58955e58
BW
85612006-10-16 Bob Wilson <bob.wilson@acm.org>
8562
8563 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8564
c8aa23ab
EZ
85652006-10-15 Eli Zaretskii <eliz@gnu.org>
8566
8567 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8568 (Command Syntax, Signals, Backtrace, Connecting)
8569 (Remote configuration, Renesas Boards, Console I/O): Fix last
8570 change: use Ctrl- instead of C-, except wrt Emacs.
8571 (File-I/O Examples): Put Ctrl-c in @kbd.
8572 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8573 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8574 (Signals, Set Breaks, Set Watchpoints): Document optional
8575 arguments to `info signals' `handle', `info breakpoints', and
8576 `info watchpoints'.
c8aa23ab 8577
e7109c7e
EZ
85782006-10-14 Eli Zaretskii <eliz@gnu.org>
8579
8580 * gdb.texinfo (Backtrace): Fix last change.
8581
de3aea7b
NR
85822006-10-14 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8585
7f9087cb
BW
85862006-10-10 Bob Wilson <bob.wilson@acm.org>
8587
c8aa23ab
EZ
8588 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8589 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8590 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8591
68437a39
DJ
85922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8593 Daniel Jacobowitz <dan@codesourcery.com>
8594
8595 * gdb.texinfo (Packets): Document vFlashErase,
8596 vFlashWrite and vFlashDone packets.
8597 (General Query Packets): Document qXfer:memory-map:read.
8598 Add a new feature for qXfer:memory-map:read.
8599 (Memory map format): New section.
8600 (Target Commands): Mention that gdb can write flash.
8601
fd79ecee
DJ
86022006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8603 Daniel Jacobowitz <dan@codesourcery.com>
8604
8605 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8606 memory regions and "mem auto".
8607
350da6ee
DJ
86082006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8609
8610 * gdbint.texinfo (Array Containers): New section.
8611
2f1acb09
VP
86122006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8613
8614 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8615 -stack-list-arguments HIGH_FRAME argument can be larger then the
8616 actual number of frames.
8617
2ab1eb7a
VP
86182006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8619
8620 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8621 -stack-list-locals HIGH_FRAME argument can be larger then the
8622 actual number of frames.
2ab1eb7a 8623
599b237a
BW
86242006-09-02 Bob Wilson <bob.wilson@acm.org>
8625
8626 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8627 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8628
25ab7e6d
EZ
86292006-09-02 Eli Zaretskii <eliz@gnu.org>
8630
8631 * gdbint.texinfo (Overall Structure): New section "Source Tree
8632 Structure".
8633
940178d3
JB
86342006-08-17 Jim Blandy <jimb@codesourcery.com>
8635
8636 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8637 responses.
8638
30daae6c
JB
86392006-08-08 Joel Brobecker <brobecker@adacore.com>
8640
8641 * gdb.texinfo (Source Path): Add documentation for new
8642 substitute-path commands.
8643
7fa2210b
DJ
86442006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8645
8646 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8647 (Running Configure): ...here.
8648 (Requirements): New node. Mention expat.
8649
3d00d119
DJ
86502006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8651
5ae4183a 8652 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8653 'set download-write-size' and 'show download-write-size'.
8654
0cbfa4ee
DJ
86552006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8656
8657 * stabs.texinfo (Member Type Descriptor): Correct example for
8658 pointer to member types.
8659
16026cd7
AS
86602006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8661
8662 * gdb.texinfo (Optional warnings and messages): Add
8663 'set/show trace-commands'.
8664 (Command files): Add '-v' to source command.
8665
0876f84a
DJ
86662006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8667
8668 * gdb.texinfo (OS Information): Update qPart reference to
8669 qXfer.
8670 (Remote configuration): Likewise.
8671 (Overview): Move @cindex to the start of a paragraph. Talk
8672 about binary data encoding.
8673 (Packets): Refer to the overview for the details of the X
8674 packet encoding.
8675 (General Query Packets): Remove qPart description. Add qXfer
8676 description. Add an anchor to qSupported. Correct feature
8677 table title. Add a new feature for qXfer:auxv:read.
8678 (Interrupts): Add a missing parenthesis.
8679
2ec3381a
DJ
86802006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8681
669fac23 8682 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8683 (GDB/MI Kod Commands): Remove commented out node.
8684
594fe323
EZ
86852006-07-01 Eli Zaretskii <eliz@gnu.org>
8686
8687 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8688 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8689 (GDB/MI Thread Commands, GDB/MI Program Execution)
8690 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8691 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8692 (GDB/MI File Commands, GDB/MI Target Manipulation)
8693 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8694 since the MI prompt is hard-wired into the code.
8695
7e3fb70c
NR
86962006-07-01 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8699 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8700 (GDB/MI Data Manipulation): Remove description of unimplemented
8701 display related commands as variable objects perform this function
8702 and are superior: -display-delete, -display-disable,
8703 -display-enable, -display-insert and -display-list. Move
8704 -environment-cd, -environment-directory, -environment-path
8705 and -environment-pwd to "Program Context".
8706 (GDB/MI Program Control): Rename to "Program Execution". Move
8707 -exec-arguments -exec-abort to...
8708 (GDB/MI Program Context): ...here. New node split from "Data
8709 Manipulation".
8710
be2a5f71
DJ
87112006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8712
8713 * gdb.texinfo (Remote configuration): Document set / show
8714 remote supported-packets.
8715 (General Query Packets): Document qSupported packet.
8716
701adfb0
PA
87172006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8718
8719 * gdb.texinfo (system): Document behaviour with zero length
8720 string.
8721
fc320d37
SL
87222006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8723
8724 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8725 and font markup.
8726 (Protocol basics): Likewise.
8727 (The F request packet): Likewise.
8728 (The F reply packet): Likewise.
8729 (Memory transfer): Move this node to be a subsubsection of
8730 "Protocol specific representation of datatypes".
8731 (The Ctrl-C message): More copy editing.
8732 (Console I/O): Likewise.
8733 (The isatty call): Delete this node, and merge its content into
8734 the "isatty" node. Fixed references elsewhere.
8735 (The system call): Delete this node, and merge its content into
8736 the "system" node. Fixed references elsewhere.
8737 (open): Reformat to use @table, and add appropriate font markup.
8738 (close): Likewise.
8739 (read): Likewise.
8740 (write): Likewise.
8741 (lseek): Likewise.
8742 (rename): Likewise.
8743 (unlink): Likewise.
8744 (stat/fstat): Likewise.
8745 (gettimeofday): Likewise.
8746 (isatty): Likewise.
8747 (system): Likewise, plus minor changes to fix confusing wording.
8748 (Integral datatypes): Fix font markup.
8749 (Pointer values): Likewise.
8750 (struct stat): Fix markup to use @table, plus minor copy editing.
8751 (struct timeval): Fix font markup, plus minor copy editing.
8752 (Constants): Minor copy editing.
8753 (Errno values): Add font markup.
8754 (File-I/O Examples): Likewise.
8755
158fdf5c
NR
87562006-06-10 Nick Roberts <nickrob@snap.net.nz>
8757
8758 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8759 (GDB/MI Simple Examples): Move node up one level. Use real
8760 examples.
8761 (GDB/MI Compatibility with CLI): Update.
8762 (GDB/MI Result Records): Add "connected" and "exit" result
8763 classes.
8764 (GDB/MI Stream Records): Clarify target output.
8765 (GDB/MI Command Description Format): Modify example description.
8766 (GDB/MI Breakpoint Table Commands): Rename to...
8767 (GDB/MI Breakpoint Commands): ...this
8768 (GDB/MI Breakpoint Commands): Add optional thread field.
8769 (GDB/MI Program Control): Add an introduction. Move "Program
8770 termination" examples into exec-run description.
8771 (GDB/MI File Commands): Mention similar CLI commands.
8772 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8773 is similar to "-gdb-version".
8774
ddb50cd7
EZ
87752006-06-09 Eli Zaretskii <eliz@gnu.org>
8776
8777 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8778
2aef0d6b
NR
87792006-06-02 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8782 sourceware.org for mailing lists.
d5e40d59 8783 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8784
383a5c52
NR
87852006-06-01 Nick Roberts <nickrob@snap.net.nz>
8786
d5e40d59 8787 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8788
e16b02ee
EZ
87892006-05-22 Eli Zaretskii <eliz@gnu.org>
8790
8791 * gdb.texinfo (Cygwin Native): Fix last change.
8792
be90c084
CF
87932006-05-22 Christopher Faylor <cgf@timesys.com>
8794
8795 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8796
347ceba5
NR
87972006-05-15 Nick Roberts <nickrob@snap.net.nz>
8798
8799 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8800 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8801
369af7bd
DJ
88022006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8803
8804 * gdb.texinfo (General Query Packets): Recommend not starting
8805 new packets with qC and clarify.
8806
2ffdbde8 88072006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8808
8809 * gdb.texinfo (M2 Types): New section.
72019c9c 8810
16d1a084
DJ
88112006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8812
8813 * agentexpr.texi: Add a copyright and license notice.
8814 * observer.texi: Likewise, with GPL clause for function prototypes.
8815 Remove trailing whitespace.
8816
aa56d27a
JB
88172006-05-05 Jim Blandy <jimb@codesourcery.com>
8818
8819 * gdb.texinfo (General Query Packets): Document conventions for
8820 terminating packet names, and their violations.
8821
5bdf8622
DJ
88222006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8823
8824 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8825 * gdb.texinfo: Likewise.
8826
605a56cb
DJ
88272006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8828
8829 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8830 and "show remotedebug".
8831 (Debugging Output): Add additional index entries.
8832
b8db102d
MS
88332006-04-27 Michael Snyder <msnyder@redhat.com>
8834
8835 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8836
c5e30d01
AC
88372006-04-22 Andrew Cagney <cagney@redhat.com>
8838
8839 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8840 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8841
8181d85f
DJ
88422006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8843
8844 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8845 and remove breakpoint prototypes.
8846 (Watchpoints): Move description of target_insert_hw_breakpoint and
8847 target_remove_hw_breakpoint ...
8848 (Breakpoints): ... to here. Document target_insert_breakpoint and
8849 target_remove_breakpoint.
8850
4f553f88
JB
88512006-04-17 Jim Blandy <jimb@codesourcery.com>
8852
8853 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8854 and C packets are optional.
8855
cd852561
FR
88562006-04-14 Frederic Riss <frederic.riss@st.com>
8857
8858 * gdb.texinfo (Specifying source directories): Update the description
8859 of the source file search to reflect the fact that the source path
8860 always contains at least $cdir and $cwd.
8861
b620eb07
MS
88622006-03-31 Michael Snyder <msnyder@redhat.com>
8863
8864 * gdb.texinfo: Update copyright dates.
8865
3156cdaf
EZ
88662006-03-31 Eli Zaretskii <eliz@gnu.org>
8867
8868 * gdb.texinfo (Overview): Add an index entry to "empty response".
8869
701adfb0
PA
88702006-03-29 Steve Ellcey <sje@cup.hp.com>
8871
8872 * gdb.texinfo: Remove gdbserve.nlm documentation.
8873
7d30c22d
JB
88742006-03-28 Jim Blandy <jimb@codesourcery.com>
8875
8876 * gdbint.texinfo (Prologue Analysis): New section.
8877
86941c27
JB
88782006-03-07 Jim Blandy <jimb@red-bean.com>
8879
66b8c7f6
JB
8880 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8881
1a10341b
JB
8882 * gdb.texinfo (Target Commands): Update text describing how to
8883 specify a target. Refer to the detailed section on remote
8884 debugging, not the brief mention.
8885
86941c27
JB
8886 * gdb.texinfo (Connecting): Organize the different 'target remote'
8887 connection methods into a table. Add a 'target remote' index
8888 entry. (!!!)
8889
62f3a2ba
FF
88902006-02-17 Fred Fish <fnf@specifix.com>
8891
8892 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8893 'ptype' commands to reflect the fact that the only significant
8894 difference between them is that ptype prints the complete type
8895 description instead of just the name.
8896
8b9a88ea
WZ
88972006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8898
8899 * gdbint.texinfo (Watchpoints): Delete
8900 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8901
7e8dc855
NR
89022006-02-10 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8905 times fields where needed. Fix typos. Update general form given
8906 for output of -break-insert.
8907 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8908
c91d38aa
DJ
89092006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8910
8911 * gdbint.texinfo (Symbol Handling): Add a section
8912 on memory management.
8913
38fcd64c
DJ
89142006-02-06 Vladimir Prus <ghost@cs.msu.su>
8915
8916 * gdb.texinfo (Breakpoint table commands): Document the fullname
8917 field in -break-list output.
8918
219eec71
EZ
89192006-02-03 Eli Zaretskii <eliz@gnu.org>
8920
8921 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8922 debugging information produced by the various "set debug..."
8923 options.
8924
ae5a43e0
DJ
89252006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8926
8927 * gdb.texinfo (Files): Remove obsolete bits from the description
8928 of "symbol-file".
8929
a9f158ec
JB
89302006-01-25 Jim Blandy <jimb@redhat.com>
8931
8932 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8933
410dd08e
JB
89342006-01-24 Jim Blandy <jimb@redhat.com>
8935
8936 * gdbint.texinfo (Frames): Document the basics of GDB's register
8937 unwinding model, and explain the existence of the "sentinel" frame.
8938
4b505b12
AS
89392006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8940
8941 * gdb.texinfo (Choosing files): Mention that -directory is used
8942 for script files.
8943 (Specifying source directories): Likewise.
8944 (Command files): Explain how script files are found.
8945
839c27b7
EZ
89462006-01-21 Eli Zaretskii <eliz@gnu.org>
8947
8948 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8949 the threads in a multi-threaded program.
8950 (Threads): The threadno argument of "thread apply" can be a range
8951 of numbers.
8952
7be93b9e
JB
89532006-01-18 Jim Blandy <jimb@redhat.com>
8954
8955 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8956 of warning flags.
8957
fcc73fe3
EZ
89582006-01-13 Eli Zaretskii <eliz@gnu.org>
8959
8960 * gdb.texinfo (Sequences): Improve menu annotations.
8961 (Define): Add index entries for arguments of user-defined
8962 commands. Move the description of flow-control commands...
8963 (Command Files): ...to here. Document loop_break and
8964 loop_continue.
ca91424e
EZ
8965 (Define, Command Files): Document `end' and add index entries for
8966 it.
fcc73fe3 8967
5c95884b
MS
89682006-01-04 Michael Snyder <msnyder@redhat.com>
8969
8970 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 8971 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 8972
860701dc
PH
89732006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8974
8975 * gdb.texinfo (Omissions from Ada): Document that there is now
8976 limited aggregate support.
8977
36b80e65
EZ
89782005-12-28 Eli Zaretskii <eliz@gnu.org>
8979
8980 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8981 registers and the likes.
8982
c1468174
EZ
89832005-12-24 Eli Zaretskii <eliz@gnu.org>
8984
8985 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8986 (Symbols): Fix usage of "e.g.".
359df76b 8987 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
8988
8989 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8990 (Coding): Fix usage of "e.g.".
8991
c02a867d
EZ
89922005-12-23 Eli Zaretskii <eliz@gnu.org>
8993
5ae4183a
AS
8994 * stabs.texinfo:
8995 * refcard.tex:
c02a867d 8996 * gpl.texi:
5ae4183a
AS
8997 * gdbint.texinfo:
8998 * gdb.texinfo:
8999 * gdb-cfg.texi:
c02a867d 9000 * fdl.texi:
5ae4183a
AS
9001 * annotate.texinfo:
9002 * all-cfg.texi:
c02a867d
EZ
9003 * Makefile.in: Add (C) after Copyright. Update the FSF
9004 address.
9005
fad38dfa
EZ
90062005-12-03 Eli Zaretskii <eliz@gnu.org>
9007
9008 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9009 extend GDB with commands for external monitor.
9010
53e5f3cf
AS
90112005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9012
9013 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9014
55f6ca0f
JB
90152005-11-25 Joel Brobecker <brobecker@adacore.com>
9016
9017 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9018
c1947b85
JB
90192005-11-21 Jim Blandy <jimb@redhat.com>
9020
9021 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9022 placement of 'R' actions in tracepoint action packets; document
9023 dependence of 'X' and 'M' actions on a preceding 'R' action for
9024 their registers.
9025
9d29849a
JB
90262005-11-19 Jim Blandy <jimb@redhat.com>
9027
9028 * gdb.texinfo (Tracepoint Packets): New node.
9029 (General Query Packets): Add entries for the tracepoint packets,
9030 referring to the "Tracepoint Packets" node.
9031 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 9032
9a6253be
KB
90332005-11-18 Kevin Buettner <kevinb@redhat.com>
9034
9035 * gdb.texinfo (set remotebreak): Add anchor.
9036 (X packet): Likewise.
9037 (Remote Protocol): Add new section `Interrupts' and new index
9038 entry `interrupts (remote protocol)'.
9039
5f3bebba
JB
90402005-11-18 Jim Blandy <jimb@redhat.com>
9041
9042 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9043 entries into the General Query Packets section. Add a
9044 cross-reference to that section. Drop description of replies, as
9045 these are covered in the descriptions of each packet.
9046 (General Query Packets): Add introductory text. Explain naming
9047 conventions, and how the end of a name is recognized.
9048
9a7a1b36
KB
90492005-11-17 Kevin Buettner <kevinb@redhat.com>
9050
0564b6cf 9051 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
9052 "set remotebreak" command.
9053
b8ff78ce
JB
90542005-11-16 Jim Blandy <jimb@redhat.com>
9055
9056 * gdb.texinfo (Packets, Stop Reply Packets)
9057 (General Query Packets): Various formatting cleanups.
9058 - Use @samp for packet contents.
9059 - Drop summaries from packet @item lines; the same information appears
9060 immediately below in the description.
9061 - Delete paragraph breaks after packet @item commands, so that the
9062 description appears directly to the right of the packet prototype
9063 in the printed manual, if it fits.
9064 - Place spaces in packet prototypes between @vars and non-@var
9065 letters, and explain that they're just for formatting.
9066 - Use @dots{} instead of '...'.
9067 - Fix uses of @code where @var was needed.
9068 - Replace "deprecated" markers with English text spelling out the
9069 packet's status and the preferred alternatives.
9070 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9071 what this ever meant.
9072 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9073 this for a long time.
9074 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9075 implemented several times, and have been in use for years.
9076
8ffe2530
JB
90772005-11-15 Jim Blandy <jimb@redhat.com>
9078
c43c5473
JB
9079 * gdb.texinfo (Packets): Add index entries for 'm' packet
9080 disclaimers.
5ae4183a 9081
fb031cdf
JB
9082 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9083 of stub when processing an 'm' packet.
9084
8ffe2530
JB
9085 * gdb.texinfo (Packets): Mention that packets beginning with
9086 letters are reserved once, at the top, instead of actually listing
9087 them all and saying "reserved".
9088
c03c782f
AS
90892005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9090
9091 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9092 Change @var{$arg0 to @code{$arg0.
9093
814e32d7
WZ
90942005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9095
9096 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9097
fa93a9d8
JB
90982005-11-12 Jim Blandy <jimb@redhat.com>
9099
9100 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9101 order. Remove extraneous 'z'.
9102
8a5a3c82
AS
91032005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9104
9105 * gdb.texinfo (Choosing files): Add --eval-command.
9106
4b0ad762
AS
91072005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9108
9109 * gdb.texinfo (Choosing modes): Add --return-child-result.
9110
9111
1a088d06
AS
91122005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9113
9114 * gdb.texinfo (Choosing modes): Add --batch-silent.
9115
656d5e12
EZ
91162005-10-28 Eli Zaretskii <eliz@gnu.org>
9117
9118 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9119 "The -var-update Command".
9120
3c9c013a
JB
91212005-10-03 Joel Brobecker <brobecker@adacore.com>
9122
9123 * gdb.texinfo (Print Settings): Add documentation for set/show
9124 print array-indexes.
9125
7ba3cf9c
DJ
91262005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9127
9128 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9129 6.2 and 6.3.
9130
a94ab193
EZ
91312005-08-27 Eli Zaretskii <eliz@gnu.org>
9132
9133 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9134 since 19-Jan-2004.
9135 (Files): Likewise.
ab1adacd
EZ
9136 (Variables, Symbols): Document the "<incomplete type>" message and
9137 its reasons.
a94ab193 9138
ca06016a
FF
91392005-08-01 Fred Fish <fnf@specifix.com>
9140
9141 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9142
cf58170d
NR
91432005-07-15 Nick Roberts <nickrob@snap.net.nz>
9144
9145 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9146 option for -var-list-children and -var-update.
9147 (GDB/MI Stack Manipulation): Simplify description of
9148 print-values option for -stack-list-locals.
9149 (GDB/MI Command Description Format): Clarify.
9150 (Mode Options): Spelling of superseded.
9151
38f1196a
BR
91522005-07-12 Bob Rossi <bob@brasko.net>
9153
9154 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9155 corresponding GDB command comment.
9156
3cb3b8df
BR
91572005-07-06 Bob Rossi <bob@brasko.net>
9158
9159 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9160 and -inferior-tty-show.
9161 (Input/Output): Document "set/show inferior-tty" and tty alias.
9162
10fac096
NW
91632005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9164
9165 * gdb.texinfo (Packets): Change description of 'D' packet to note
9166 that GDB does wait for a response.
9167
d1b6db76
NR
91682005-06-22 Nick Roberts <nickrob@snap.net.nz>
9169
9170 * gdb.texinfo (History) Rename "Command History".
9171 (Command History): Move node "Server Prefix" from section on
9172 Annotations here.
9173
29629dcf
NR
91742005-06-19 Nick Roberts <nickrob@snap.net.nz>
9175
9176 * gdb.texinfo (GDB/MI Stack Manipulation):
9177 Re-instate -stack-info-frame with example. Say that it gets
9178 info on selected frame, not current frame.
9179
397ca115
EZ
91802005-06-18 Eli Zaretskii <eliz@gnu.org>
9181
9182 * gdb.texinfo (Server): Clarify that `file' should be used before
9183 connecting to the server.
9184 (Files): Add an xref to the above description.
51274035
EZ
9185 (Output Formats): More detailed description of the `c' format.
9186 (Memory): List explicitly all the formats supported by `x'.
638ac427 9187 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9188 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9189 files. Add more indexing for solib-absolute-prefix and
9190 --with-sysroot.
76d17f34
EZ
9191 (Machine Code): Document possible problems with locations in
9192 shared libraries.
d416eeec
EZ
9193 (Backtrace): Document that free-standing environments do not need
9194 to have a `main' function.
397ca115 9195
74f6deaa
NR
91962005-06-18 Nick Roberts <nickrob@snap.net.nz>
9197
9198 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9199 -stack-info-frame.
9200
a9967aef
AC
92012005-06-07 Andrew Cagney <cagney@gnu.org>
9202
9203 * gdb.texinfo (Contributors): Note the original multi-arch
9204 contributors.
9205
e09f16f9
EZ
92062005-06-03 Eli Zaretskii <eliz@gnu.org>
9207
9208 * gdb.texinfo (Registers): Add index entries for the standard
9209 registers.
9210 (Frames): Add cross-reference from frame pointer description to
9211 the Registers node.
9212 (Annotations Overview): Fix the reference to GDB name.
9213
d87ba7ee
EZ
92142005-06-01 Eli Zaretskii <eliz@gnu.org>
9215
9216 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9217 can-use-hw-watchpoints.
9218
034dad6f
BR
92192005-05-28 Bob Rossi <bob@brasko.net>
9220
9221 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9222 the possible reasons why an exec async record would be returned to FE.
9223
ffed4509
AC
92242005-05-26 Andrew Cagney <cagney@gnu.org>
9225
9226 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9227 Andrew Cagney implemented the original GDB/MI.
9228
e22e55c9
OF
92292005-05-23 Orjan Friberg <orjanf@axis.com>
9230
9231 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9232 documentation. Add documentation for cris-mode.
9233
a78e13ce
EZ
92342005-05-20 Eli Zaretskii <eliz@gnu.org>
9235
9236 * gdb.texinfo (Numbers): Explain the example and make the wording
9237 more acurate.
9238
76ff342d
DJ
92392005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9240 Dennis Brueni <dennis@slickedit.com>
9241
9242 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9243 (GDB/MI Data Manipulation, GDB/MI Program Control)
9244 (GDB/MI Stack Manipulation): Update examples to include the fullname
9245 attribute in stack frames.
9246
119b882a
EZ
92472005-05-12 Eli Zaretskii <eliz@gnu.org>
9248
9249 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9250 do with other non-standard names of init files.
9251
6fc08d32
EZ
92522005-05-11 Eli Zaretskii <eliz@gnu.org>
9253
9254 * gdb.texinfo (Command Files): Move the description of the startup
9255 from here...
9256 (Startup): ...to this new subsection of the Invocation chapter.
9257 Rearrange the description of init files more logically and add a
9258 cross-reference to "Command Files". Document the special gdbinit
9259 name for CISCO 68k. Expand the description of what GDB does
9260 during startup.
9261 (History): Add index entry for HISTSIZE.
9262
a561754a
MK
92632005-05-02 Mark Kettenis <kettenis@gnu.org>
9264
9265 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9266
2eecc4ab
EZ
92672005-05-02 Eli Zaretskii <eliz@gnu.org>
9268
9269 * gdb.texinfo (SVR4 Process Information, The isatty call)
9270 (The system call): Don't use foo(N) notation for man pages and
9271 functions.
514c4d71 9272 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9273
18999be5
EZ
92742005-04-27 Eli Zaretskii <eliz@gnu.org>
9275
9276 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9277 were optimized away.
9278
0abb7bc7
EZ
92792005-04-22 Eli Zaretskii <eliz@gnu.org>
9280
9281 * gdb.texinfo (Remote configuration): Document "set/show
9282 get-thread-local-storage-address". Add cross-reference to the
9283 description of the qGetTLSAddr packet.
9284 (General Query Packets): Mention "set remote
9285 get-thread-local-storage-address" and add a reference to its
9286 description.
9287
6f61acb1
NR
92882005-04-19 Nick Roberts <nickrob@snap.net.nz>
9289
9290 * gdb.texinfo (Backtrace): Describe 'bt full'.
9291
9d59903a
NR
92922005-04-17 Nick Roberts <nickrob@snap.net.nz>
9293
9294 * gdb.texinfo (Mode Options): Fix typo.
9295 (GDB/MI): Describe how to invoke GDB/MI.
9296
721c2651
EZ
92972005-04-16 Eli Zaretskii <eliz@gnu.org>
9298
9299 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9300 references changed. Add description of "info udot".
721c2651
EZ
9301 (Files): Document "set/show stop-on-solib-events".
9302 (M32R/D): Document "set/show download-path", "set/show
9303 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9304 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9305 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9306 (Maintenance Commands): Improve indexing.
9307 (Target Commands): Document "set/show hash", "set/show debug
9308 monitor".
9309 (SVR4 Process Information): Document "info pidlist" and "info
9310 meminfo". Document "set/show procfs-tarce" and "set/show
9311 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9312 (Symbols, The Print Command with Objective-C): Improve indexing.
9313 (Objective-C): Add references to "info classes" and "info
9314 selectors".
c45da7e6
EZ
9315 (Debugging Output): Improve wording. Document "set/show debug
9316 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9317 (Set Breaks): Add index entry for "hardware breakpoints".
9318 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9319 and "set/show usehardbreakpoints".
9320 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9321 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9322 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9323 rdiromatzero", "set/show rdiheartbeat".
9324 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9325 "sds".
9326 (Embedded Processors): Document the "sim" command.
9327 (Remote): Document the "remote" command.
9328 (DJGPP Native): Document the "info serial" command.
9329 (Threads): Document "maint info sol-threads".
9330 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9331 (Set Breaks): Improve indexing.
9332 (Command Syntax): Add a reference to dont-repeat.
9333 (Define): Document "dont-repeat".
9334 (TUI Commands): Document "tabset".
9335 (WinCE): New subsection. Document "set/show remotedirectory",
9336 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9337
14d6dd68
EZ
93382005-04-15 Eli Zaretskii <eliz@gnu.org>
9339
9340 * gdb.texinfo (Hurd Native): New subsection, documents
9341 Hurd-specific commands.
a64548ea 9342 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9343 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9344 (MIPS): Improve documentation of heuristic-fence-post. Document
9345 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9346 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9347 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9348 (ARM): Document ARM-specific commands.
a64548ea
EZ
9349 (AVR): New section. Document "info io_registers".
9350 (CRIS): New section. Document "set/show cris-version" and
9351 "set/show cris-dwarf2-cfi".
9352 (HPPA): New section. Document "set/show debug hppa" and "maint
9353 print unwind".
a5adf40f 9354 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9355 (Super-H): New section. Document the "regs" command.
721c2651 9356 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9357
9c16f35a
EZ
93582005-04-09 Eli Zaretskii <eliz@gnu.org>
9359
9360 * gdb.texinfo (Print Settings): Document "set/show print
9361 pascal_static-members", "set print repeats", "show print
9362 null-stop". Improve indexing. Fix documentation of "set print
9363 union".
9364 (Pascal): New section.
9365 (Supported languages): Rename from "Support"; all references
9366 updated. Add a menu item for Pascal.
9367 (Numbers): Document "set radix.
9368 (Screen Size): Document "set/show pagination".
9369 (MIPS Embedded): Remove "set processor" documentation.
9370 (Remote configuration): Document "set/show X/P/Z-packet",
9371 "set/show read-aux-vector-packet", "set/show remote
9372 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9373 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9374 remotedebug", "set/show remotebreak", "set/show remotedevice",
9375 "set/show remotelogfile".
9376 (Auxiliary Vector): Add reference to the description of the
9377 read-aux-vector-packet setting.
9378 (Set Watchpoints): Add a cross-reference to "set remote
9379 hardware-breakpoint-limit".
9380 (General Query Packets): Add indexing of requests and
9381 cross-references to related commands in "Remote configuration".
9382 (File-I/O Overview, The system call): Fix wording and typos.
9383 (Thread Stops): Add index entries.
9384 (Continuing and Stepping): Document "show step-mode".
9385 (i386): New node. Document "set/show struct-convention".
9386 (Files): Document "show trust-readonly-sections".
9387 (Calling): Document "set/show unwindonsignal".
9388 (Messages/Warnings): Add index entries.
9389 (Maintenance Commands): Document "set/show watchdog".
9390 (Annotations Overview): Document "show annotate".
9391 (Set Watchpoints): Add index entries.
9392 (Symbols): Fix doc of case-sensitive.
9393 (ABI): Document "show coerce-float-to-double".
9394 (Convenience Vars, Help): Improve indexing.
9395 (Machine Code): Document "show disassembly-flavor".
9396 (Debugging C plus plus): Document "show overload-resolution".
9397 (Value History, Signaling): Add index entries.
9398
93992005-04-08 Eli Zaretskii <eliz@gnu.org>
9400
9401 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9402 (Processes): Fix wording.
9403 (History, List, Logging output, Define, Symbols, Print Settings):
9404 Improve indexing.
9405
a8f24a35
EZ
94062005-04-03 Eli Zaretskii <eliz@gnu.org>
9407
9408 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9409 redundant index entry for "target" command.
9410 (Backtrace): Add index entries.
9411 (Symbols, Fortran): Document the "set case-sensitive" command.
9412 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9413 (Print Settings): Add index entry for "set demangle-style".
9414 (Target Commands): Document "set download-write-size".
9415 (Debugging Output): Document "set exec-done-display".
9416
09d4efe1
EZ
94172005-04-02 Eli Zaretskii <eliz@gnu.org>
9418
9419 * gdb.texinfo (Files): Fix the name and documentation of
9420 add-shared-symbol-files. Document its alias assf. Update the
9421 list of OSs where GDB supports shared libraries. Fix markup.
9422 (Continuing and Stepping): Add reference to @var{location} in the
9423 text.
9424 (Dump/Restore Files): Fix reference to @{filename}.
9425 (Help): Fix wording.
9426 (Attach): Ditto.
9427 (Set Watchpoints): Ditto.
9428 (Backtrace): Remove redundant index entries. Improve index
9429 entries.
9430 (Delete Breaks): Fix wording.
9431 (Memory): Document the compare-sections command.
9432 (Memory Region Attributes): Improve wording.
9433 (Disabling): Improve wording.
9434 (Fortran): New subsection. Document the "info common" command.
9435 (Help): Document aliases "info copying" and "info warranty".
9436 (Caching Remote Data): New section. Document the "set/show
9437 remotecache" and "info dcache" commands.
9438 (Show): Fix wording of the documentation of the "set
9439 extension-language" command.
9440 (Signals): Add index entry for "info handle".
9441 (Memory Region Attributes): Fix punctuation.
9442 (Symbols): Change the arg name to "location" and refer to it in
9443 the text. Fix wording of "info types" doc.
9444 (Threads): Fix usage of @enumerate @item's.
9445 (Listing Tracepoints): Add index entry for "info tp".
9446 (Set Watchpoints): Add xref to "info break" description.
9447 (Macros): Add an index entry for "macro exp1". Document the
9448 "macro list" command.
9449 (Maintenance Commands): Document "flushregs", "maint agent",
9450 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9451 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9452 "maint print architecture", "maint print objfiles", "maint print
9453 statistics", "maint print type", "maint show-debug-regs", "maint
9454 space", "maint time", and "maint translate-address".
9455 (Connecting): Document the "monitor" command.
9456 (Annotations Overview): Describe the "set annotate" command.
9457
82f2d802
EZ
94582005-04-01 Eli Zaretskii <eliz@gnu.org>
9459
9460 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9461 Rearrange index entries and improve wording about support for
9462 hardware watchpoints.
9463
7d51c7de
BR
94642005-03-10 Bob Rossi <bob@brasko.net>
9465
9466 * gdb.texinfo: Update copyright
9467
68c71a2e
TR
94682005-02-09 Theodore A. Roth <troth@openavr.org>
9469
9470 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9471 error.
9472
701adfb0
PA
94732005-03-07 Joel Brobecker <brobecker@adacore.com>
9474
9475 * observer.texi (executable_changed): New observer.
9476
83761cbd
KB
94772005-02-03 Kevin Buettner <kevinb@redhat.com>
9478
9479 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9480
9f1c6395
MS
94812005-01-17 Michael Snyder <msnyder@redhat.com>
9482
9483 * gdb.texinfo: Fix spelling, infinte -> infinite.
9484
fbd1b305
MK
94852005-01-08 Mark Kettenis <kettenis@gnu.org>
9486
9487 * observer.texi (GDB Observers): Document "solib_loaded".
9488
3ace7edb
AC
94892005-01-07 Andrew Cagney <cagney@gnu.org>
9490
bec39cab
AC
9491 * configure.ac: Rename configure.in, require autoconf 2.59.
9492 * configure: Re-generate.
9493
3ace7edb
AC
9494 * configure.in: Replace configdirs with multiple references to
9495 AC_CONFIG_SUBDIRS.
9496 * configure: Re-generate.
5ae4183a 9497
53531fc1
AC
94982005-01-04 Andrew Cagney <cagney@gnu.org>
9499
9500 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9501 part of the version number.
9502
536ffdb7
MK
95032004-12-24 Mark Kettenis <kettenis@gnu.org>
9504
9505 * gdbint.texinfo (Algorithms): Remove description of
9506 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9507
e1aac25b
JB
95082004-12-07 Jim Blandy <jimb@redhat.com>
9509
9510 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9511 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9512 numbers.
9513
f47b1503
AS
95142004-12-07 Andreas Schwab <schwab@suse.de>
9515
9516 * gdb.texinfo (Mode Options): Document -l option.
9517
b6b8ece6
EZ
95182004-12-04 Eli Zaretskii <eliz@gnu.org>
9519
9520 * gdbint.texinfo (Algorithms): More accurate description of
9521 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9522 is not needed unless data-read and data-access watchpoints are
9523 supported. Add a description of how GDB checks whether the
9524 inferior stopped because a watchpoint was hit.
9525
01371747
EZ
95262004-11-23 Eli Zaretskii <eliz@gnu.org>
9527
9528 * gdb.texinfo (Files): Add cross-reference to description of
9529 -readnow command-line switch.
9530
2315ffec
RC
95312004-11-10 Randolph Chung <tausq@debian.org>
9532
9533 * gdb.texinfo: Document set/show backtrace past-entry commands.
9534 Rearrange index entries for set/show backtrace past-main.
9535
69065f5d
AC
95362004-11-10 Jon Beniston <jon@beniston.com>
9537
9538 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9539 * gdb.texinfo (Remote Serial Protocol): Further describe
9540 binary transfer escaping mechanism .
69065f5d 9541
30e91e0b
RC
95422004-11-08 Randolph Chung <tausq@debian.org>
9543
9544 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9545 and "show debug infrun". Add index entries.
9546
60bf7e09
EZ
95472004-10-23 Eli Zaretskii <eliz@gnu.org>
9548
9549 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9550 "info proc" that are already implemented. Add index entries.
9551 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9552 (Files): Add a tip for decreasing memory used for symtabs from
9553 shared libraries.
f018e82f
EZ
9554 (Starting): Fix whitespace; make "elaboration" stand out where it
9555 is first used, and add an index entry for the term.
f8568604
EZ
9556 (Calling): Expand and elaborate text. Add "print". Add the
9557 description of problems with weak aliases.
384ee23f 9558 (Core File Generation): New section.
60bf7e09 9559
d52fe014
AC
95602004-10-12 Andrew Cagney <cagney@gnu.org>
9561
9562 * gdbint.texinfo (Versions and Branches): New chapter.
9563 (Releasing GDB): Delete "Versions and Branches" section.
9564 (Top): Add "Versions and Branches".
9565
703663ab
EZ
95662004-10-08 Eli Zaretskii <eliz@gnu.org>
9567
9568 * gdb.texinfo (Editing, History): Add cross-references to the
9569 included Readline and History user documentation. Remove
9570 references to the symbol have-readline-appendices which is unused
9571 and undefined.
9572 (History): Fix indexing.
9573
ac77d04f
JJ
95742004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9575
9576 * gdbint.texinfo (target_stopped_data_address): Update to
9577 new prototype.
9578 (i386_stopped_data_address): Update prototype and description.
9579 (i386_stopped_by_watchpoint): New function and description.
9580
e07c999f
PH
95812004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9582
9583 * gdb.texinfo (Filenames): Add Ada suffixes.
9584 (Ada) New section.
9585
2e868123
AC
95862004-09-27 Andrew Cagney <cagney@gnu.org>
9587 Robert Picco <Robert.Picco@hp.com>
9588
9589 * gdb.texinfo (Packets): Document the "p" packet.
9590
02a57714
JM
95912004-09-21 Jason Molenda (jmolenda@apple.com)
9592
9593 * gdb.texinfo (Paths and Names of the Source Files): Document the
9594 meaning of values in the 'desc' field of a SO stab.
9595
ae038cb0
DJ
95962004-09-20 Daniel Jacobowitz <dan@debian.org>
9597
9598 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9599 max-cache-age" and "maint show dwarf2 max-cache-age".
9600
f7dc1244
EZ
96012004-09-16 Eli Zaretskii <eliz@gnu.org>
9602
9603 * gdb.texinfo (Set Breaks): Add index entry for setting
9604 breakpoints on overloaded C++ functions that are not members of
9605 any classes. Add an example and an index entry for setting
9606 breakpoints on all program functions.
9607 (Character Sets, Macros, Overlay Commands)
9608 (Non-debug DLL symbols, GDB/MI Output Syntax)
9609 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9610 Use "(@value{GDBP})" instead of a literal "(gdb)".
9611
f810308b
AC
96122004-09-12 Andrew Cagney <cagney@gnu.org>
9613
9614 * gdbint.texinfo (Native Debugging): Delete description of
9615 FILES_INFO_HOOK.
9616
15a661f3
PH
96172004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9618
5ae4183a
AS
9619 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9620 to hex_string_custom (not historically correct, but more
15a661f3
PH
9621 understandable, given the current code).
9622
f3219c75
AC
96232004-09-03 Andrew Cagney <cagney@gnu.org>
9624
9625 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9626
f3bb6704
JJ
96272004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9628
9629 * observer.texi (solib_unloaded): New observer.
9630
8d2c00cb
AC
96312004-08-24 Andrew Cagney <cagney@gnu.org>
9632
9633 * gdbint.texinfo (Target Architecture Definition): Add missing
9634 comma.
9635
e7dc800a
MC
96362004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9637
9638 * (Using the Testsuite): build != host is supported,
9639 but some test scripts do not support build != host.
9640
73b03683
MK
96412004-08-14 Mark Kettenis <kettenis@gnu.org>
9642
9643 * gdbint.texinfo (Host Definition): Delete description of
9644 FCLOSE_PROVIDED and GETENV_PROVIDED.
9645
701adfb0
PA
96462004-08-11 Joel Brobecker <brobecker@gnat.com>
9647
9648 * gdbint.texinfo (Host Definition): Remove documentation for
9649 USE_O_NOCTTY, no longer used.
9650
c0ccb908
MK
96512004-08-05 Mark Kettenis <kettenis@chello.nl>
9652
9653 * gdbint.texinfo (Host Definition): Delete description of
9654 NO_SYS_FILE.
9655 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9656 PTRACE_FP_BUG.
9657
9c8dbfa9
AC
96582004-08-05 Andrew Cagney <cagney@gnu.org>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Delete
9661 reference to deprecated_read_fp.
9662
f42accbe
AC
96632004-08-02 Andrew Cagney <cagney@gnu.org>
9664
9665 * gdbint.texinfo (Target Architecture Definition): Delete
9666 description of DEPRECATED_REGISTER_BYTES.
9667
0b66e38c
EZ
96682004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9669
9670 * gdb.texinfo (Source Path): Document the new behavior of
9671 searching for the source files.
9672
15387254
EZ
96732004-07-17 Eli Zaretskii <eliz@gnu.org>
9674
9675 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9676 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9677 (Auto Display): Improve indexing.
9678
2c07db7a
AC
96792004-07-16 Andrew Cagney <cagney@gnu.org>
9680
9681 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9682 "-noasync".
9683
4644b6e3
EZ
96842004-07-09 Eli Zaretskii <eliz@gnu.org>
9685
9686 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9687 have the same prefix have only their prefix in the index.
9688
7561d450
MK
96892004-07-03 Mark Kettenis <kettenis@gnu.org>
9690
9691 * gdb.texinfo (BSD libkvm Interface): New node (section)
9692 (Native): Add it to the menu.
9693
67bebe79
MK
96942004-07-01 Mark Kettenis <kettenis@gnu.org>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Remove
9697 PCC_SOL_BROKEN.
9698
1a6923e0
MK
96992004-06-24 Mark Kettenis <kettenis@gnu.org>
9700
9701 * gdbint.texinfo (Target Architecture Definition): Remove
9702 SUN_FIXED_LBRAC_BUG.
9703
b435e160
AC
97042004-06-26 Andrew Cagney <cagney@gnu.org>
9705
9706 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9707
b5622e8d
AC
97082004-06-20 Andrew Cagney <cagney@gnu.org>
9709
9710 * gdbint.texinfo (Target Architecture Definition): Deprecate
9711 USE_STRUCT_CONVENTION.
9712
e0c07bf0
MC
97132004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9714
9715 gdb.texinfo (Bug Reporting): Mention session recording,
9716 with the script command or Emacs.
9717
782263ab
AC
97182004-06-18 Andrew Cagney <cagney@gnu.org>
9719
9720 * gdbint.texinfo (Target Architecture Definition): Deprecate
9721 FUNCTION_START_OFFSET.
9722
03727ca6
AC
97232004-06-14 Andrew Cagney <cagney@gnu.org>
9724
9725 Based on changes from Karl Berry.
9726 * gdb.texinfo: Do not use @sc in a direntry.
9727 * stabs.texinfo: Change @dircateogry to "Software development".
9728 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9729
97092415
AC
97302004-06-13 Andrew Cagney <cagney@gnu.org>
9731
9732 * gdbint.texinfo (Target Architecture Definition): Delete
9733 description of RETURN_VALUE_ON_STACK.
9734
1f6d4158
AC
97352004-06-09 Andrew Cagney <cagney@gnu.org>
9736
9737 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9738 deleted by previous patch.
9739
d966f0cb
AC
97402004-06-08 Andrew Cagney <cagney@gnu.org>
9741
9742 * gdbint.texinfo (Native Debugging): Delete documentation on
9743 ATTACH_DETACH.
9744
86fe4aaa
RC
97452004-06-06 Randolph Chung <tausq@debian.org>
9746
9747 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9748
d4b6d575
RC
97492004-06-06 Randolph Chung <tausq@debian.org>
9750
5ae4183a 9751 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9752 the new push_dummy_call method signature. Describe the function
9753 argument.
9754
4e8b0763
JB
97552004-05-24 Joel Brobecker <brobecker@gnat.com>
9756
9757 * gdb.texinfo (Starting): Document new start command.
9758
59caf092
AC
97592004-05-21 Andrew Cagney <cagney@redhat.com>
9760
9761 * observer.texi (GDB Observers): Document "inferior_created".
9762
e4a2df64
AC
97632004-05-08 Andrew Cagney <cagney@redhat.com>
9764
e6b55ae2
AC
9765 * gdbint.texinfo (Target Architecture Definition): Delete
9766 description of DO_DEFERRED_STORES.
9767
28954179
AC
9768 * gdbint.texinfo (Target Architecture Definition): Delete
9769 references to DEPRECATED_FIX_CALL_DUMMY.
9770
434b87dd
AC
9771 * gdbint.texinfo (Target Architecture Definition): Delete
9772 description of DEPRECATED_CALL_DUMMY_WORDS,
9773 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9774
58d28df8
AC
9775 * gdbint.texinfo (Target Architecture Definition): Delete
9776 description of DEPRECATED_PUSH_DUMMY_FRAME.
9777
e4a2df64
AC
9778 * gdbint.texinfo (Target Architecture Definition): Delete
9779 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9780
2b4855ab
AC
97812004-05-07 Andrew Cagney <cagney@redhat.com>
9782
9783 * observer.texi (GDB Observers): Add "Debugging" section. Include
9784 cross reference to "set/show debug observer".
9785 * gdb.texinfo (Debugging Output): Document "set/show debug
9786 observer".
9787
fcf70625
AC
97882004-05-01 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbint.texinfo (Target Architecture Definition): Delete
9791 description of DEPRECATED_PC_IN_SIGTRAMP.
9792
8ee56bcf
AC
97932004-04-30 Andrew Cagney <cagney@redhat.com>
9794
9795 * gdbint.texinfo (Target Architecture Definition): Delete
9796 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9797
67ab9a76
OF
97982004-04-30 Orjan Friberg <orjanf@axis.com>
9799
9800 * observer.texi (GDB Observers): Correct spelling.
9801
79346bcb
OF
98022004-04-26 Orjan Friberg <orjanf@axis.com>
9803
9804 * observer.texi (GDB Observers): Add target_changed event.
9805
7a464420
AC
98062004-04-08 Andrew Cagney <cagney@redhat.com>
9807
9808 * observer.texi (GDB Observers): Rework, provide generic observer
9809 definitions and then a list of observable events.
9810
6cdf9d98
AC
98112004-04-04 Andrew Cagney <cagney@redhat.com>
9812
9813 * gdbint.texinfo (Host Definition): Delete reference to
9814 NO_SIGINTERRUPT.
9815
ddc135a4
AC
98162004-04-02 Andrew Cagney <cagney@redhat.com>
9817
9818 * gdbint.texinfo (Target Architecture Definition): Delete
9819 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9820
6a1b180d
SC
98212004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9822
9823 * gdb.texinfo (TUI Commands): Document tui reg commands.
9824
d0d5df6f
AC
98252004-03-26 Andrew Cagney <cagney@redhat.com>
9826
9827 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9828 "gdbtui".
9829 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9830 (Contributors): Mention both Text and Terminal User Interface.
9831
aa2a3f87
AC
98322004-03-23 Andrew Cagney <cagney@redhat.com>
9833
9834 * gdbint.texinfo (Target Architecture Definition): Deprecate
9835 references to SIGTRAMP_START and SIGTRAMP_END.
9836
f561f026
AC
98372004-03-23 Andrew Cagney <cagney@redhat.com>
9838
9839 * gdbint.texinfo (Target Architecture Definition): Deprecate
9840 references to PC_IN_SIGTRAMP.
9841
33cb8b0f
AC
98422004-03-19 Andrew Cagney <cagney@redhat.com>
9843
9844 * gdbint.texinfo (Target Architecture Definition): Delete
9845 reference to GDB_TARGET_IS_HPPA.
9846
fc989b7a
AC
98472004-03-18 Andrew Cagney <cagney@redhat.com>
9848
9849 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9850 describe pre_init and post_init.
9851
701b08bb
DJ
98522004-03-09 Daniel Jacobowitz <drow@mvista.com>
9853
9854 * gdb.texinfo (Debugging Output): Document values for "set debug
9855 target".
9856
faae5abe
AC
98572004-02-28 Andrew Cagney <cagney@redhat.com>
9858
9859 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9860
dd79a6cf
JJ
98612004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9862
9863 * gdb.texinfo (breakpoints): Add information about the
9864 new "set breakpoint pending" and "show breakpoint pending"
9865 commands.
9866
e7f16015
AC
98672004-02-26 Andrew Cagney <cagney@redhat.com>
9868
9869 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9870 in Per-architecture module data section.
9871
7161a3a6
RM
98722004-02-25 Roland McGrath <roland@redhat.com>
9873
9874 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9875
2154891a
AC
98762004-02-24 Andrew Cagney <cagney@redhat.com>
9877
9878 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9879 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9880 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9881
6c74ac8b
AC
98822004-02-17 Andrew Cagney <cagney@redhat.com>
9883
9884 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9885
19772a2c
AC
98862004-02-16 Andrew Cagney <cagney@redhat.com>
9887
9888 * gdbint.texinfo (Target Architecture Definition): Deprecate
9889 FRAMELESS_FUNCTION_INVOCATION.
9890
c9830293
AC
98912004-02-16 Andrew Cagney <cagney@redhat.com>
9892
9893 * gdbint.texinfo (Coding): Mention -Wunused-function.
9894
b9d26eb9
AC
98952004-02-14 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdbint.texinfo (Target Architecture Definition): Delete
9898 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9899
49efadf5
EZ
99002004-02-12 Elena Zannoni <ezannoni@redhat.com>
9901
9902 * gdb.texinfo: Properly quote the name "C++".
9903 * gdbint.texinfo: Ditto.
9904 * stabs.texinfo: Ditto.
9905
1eb288ea
EZ
99062004-02-11 Elena Zannoni <ezannoni@redhat.com>
9907
9908 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9909 minimal information about libiberty.
9910
e4937fc1
MC
99112004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9912
9913 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9914
a9331b3f
RM
99152004-02-04 Roland McGrath <roland@redhat.com>
9916
9917 * gdb.texinfo (Auxiliary Vector): New node (section).
9918 (Data): Add it to the menu.
9919
2650777c
JJ
99202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9921
9922 * gdb.texinfo (Breakpoints): Add information about pending
9923 breakpoint support.
9924
b4501125
AC
99252004-01-26 Andrew Cagney <cagney@redhat.com>
9926
9927 * gdb.texinfo (Overview): Delete references to the cisco protocol
9928 including the "N" response.
9929
74055713
AC
99302004-01-26 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdbint.texinfo (Target Architecture Definition): Rename
9933 EXTRACT_STRUCT_VALUE_ADDRESS to
9934 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9935
3bbe9696
EZ
99362004-01-24 Eli Zaretskii <eliz@gnu.org>
9937
9938 * gdb.texinfo (KOD): Document "show os". Add index entries for
9939 "set/show os" and "info cisco" commands.
9940
5843504f
EZ
99412004-01-21 Eli Zaretskii <eliz@gnu.org>
9942
9943 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9944
9175c9a3
MC
99452004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9946
9947 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9948 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9949
8e94b928
NR
99502004-01-19 Nick Roberts <nick@nick.uklinux.net>
9951
9952 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9953 -stack-list-locals.
9954 (GDB/MI Variable Objects): Describe extension to
9955 -var-list-children.
9956
a20cf136
DJ
99572004-01-17 Daniel Jacobowitz <drow@mvista.com>
9958
9959 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9960
afb18d0f
AC
99612004-01-17 Andrew Cagney <cagney@redhat.com>
9962
9963 * gdbint.texinfo (Target Architecture Definition): Delete
9964 documentation on DEPRECATED_NPC_REGNUM.
9965
b51970ac
DJ
99662004-01-13 Daniel Jacobowitz <drow@mvista.com>
9967
9968 * gdb.texinfo: Update copyright year. Mention that set
9969 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9970 "set follow-fork-mode ask".
9971
0f0cffd2
AC
99722004-01-13 Andrew Cagney <cagney@redhat.com>
9973
9974 * gdbint.texinfo: Update copyright year.
9975 (Coding): Add -Wunused-label to list of -Werror warnings.
9976
c552b3bb 99772004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 9978 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
9979
9980 * gdb.texinfo: Update copyright.
9981 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9982 around names, as appropriate. Minor syntax cleanup of
9983 _NSPrintForDebugger explanation. Two spaces after periods.
9984 GDBN used instead of lit. "gdb". Index entries added for
9985 print-object and _NSPrintForDebugger. @noindent added in one spot.
9986
afe157ca
EZ
99872003-11-11 Elena Zannoni <ezannoni@redhat.com>
9988
9989 * stabs.texinfo: Add dircategory and direntry commands.
9990 * annotate.texinfo: Ditto.
9991
963e2bb7
AC
99922003-11-10 Andrew Cagney <cagney@redhat.com>
9993
9994 * gdbint.texinfo (Target Architecture Definition): Replace the
9995 return_value method's "inval" and "outval" parameters with
9996 "readbuf" and "writebuf".
9997
1d8b2f28
JB
99982003-10-28 Jim Blandy <jimb@redhat.com>
9999
10000 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10001 from "The `F' request packet" and "The `F' reply packet", to make
10002 texi2dvi happy.
10003 (File-I/O remote protocol extension): Update menu entries, too.
10004
36d86913
MC
100052003-10-26 Michael Chastain <mec@shout.net>
10006
10007 * gdb.texinfo (Thread Stops): Document the issue with
10008 premature return from system calls in multi-threaded programs.
10009
ce2826aa
AC
100102003-10-24 Andrew Cagney <cagney@redhat.com>
10011
10012 * annotate.texinfo: Fix "fortunatly"[sic].
10013
f24c5e49
KI
100142003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10015
10016 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10017 with "Hitachi" and "Mitsubishi".
10018
92ad9cd9
AC
100192003-10-20 Andrew Cagney <cagney@redhat.com>
10020
10021 * gdbint.texinfo (Target Architecture Definition): Document
10022 gdbarch_return_value. Add cross references from
10023 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10024 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10025
0ab4b752
MK
100262003-10-18 Mark Kettenis <kettenis@gnu.org>
10027
10028 * gdbint.texinfo (Target Architecture Definition): Document
10029 regset_from_core_section.
fb3e19c0
KI
10030
100312003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10032
10033 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10034
a9331b3f 100352003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
10036
10037 From Anthony Green <green@redhat.com>:
5ae4183a 10038 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 10039
1485d690
KB
100402003-10-14 Kevin Buettner <kevinb@redhat.com>
10041
889bf7c5
PA
10042 * gdb.texinfo (Breakpoint related warnings): New node.
10043 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 10044
86d30acc
DJ
100452003-10-13 Daniel Jacobowitz <drow@mvista.com>
10046
10047 * gdb.texinfo (Remote Protocol): Document v and vCont.
10048
172c2a43
KI
100492003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10050
10051 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10052 * gdbint.texinfo: Ditto.
10053
71952f4c
AC
100542003-10-09 Andrew Cagney <cagney@redhat.com>
10055
10056 From 2003-09-18 David Anderson <davea@sgi.com>:
10057 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10058 "command".
10059
268e2188
AC
100602003-10-03 Andrew Cagney <cagney@redhat.com>
10061
10062 * gdbint.texinfo (Target Architecture Definition): Deprecate
10063 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10064 just target.
10065
12c266ea 100662003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 10067
f30992d4 10068 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
10069 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10070 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10071 * gdbint.texinfo (Target Architecture Definition): Rename
10072
100732003-09-30 Andrew Cagney <cagney@redhat.com>
10074
f30992d4 10075 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 10076 (Target Architecture Definition):
f30992d4 10077
2e092625
AC
10078 * gdbint.texinfo (Target Architecture Definition): Rename
10079 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10080
0717ae8a
AC
100812003-09-29 Andrew Cagney <cagney@redhat.com>
10082
dad809b7
AC
10083 * gdbint.texinfo (Target Architecture Definition): Delete
10084 documentation for NEED_TEXT_START_END.
10085
0717ae8a
AC
10086 * gdbint.texinfo (Target Architecture Definition): Rename
10087 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10088 TARGET_WRITE_PC.
a9331b3f 10089
af6cf26d
MC
100902003-09-22 Michael Chastain <mec@shout.net>
10091
10092 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10093
ee206350
AG
100942003-09-21 Anthony Green <green@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10097
a38c9fe6
MK
100982003-09-21 Mark Kettenis <kettenis@gnu.org>
10099
10100 * gdbint.texinfo (Target Architecture Definition): Document
10101 stabs_argument_has_addr.
10102
77949794
AC
101032003-09-18 Andrew Cagney <cagney@redhat.com>
10104
10105 * gdbint.texinfo (Target Architecture Definition): Delete
10106 documentation on REGISTER_NAMES.
10107
8e823e25
MK
101082003-09-13 Mark Kettenis <kettenis@gnu.org>
10109
10110 * gdbint.texinfo (Target Architecture Definition): Replace
10111 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10112
f27dd7fd
AC
101132003-09-11 Andrew Cagney <cagney@redhat.com>
10114
10115 * gdbint.texinfo (Target Architecture Definition): Replace
10116 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10117
8b148df9
AC
101182003-08-18 Andrew Cagney <cagney@redhat.com>
10119
10120 * gdbint.texinfo (Target Architecture Definition): Document
10121 "frame_red_zone_size".
10122
25d29d70
AC
101232003-08-09 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10126 with "set/show backtrace past-main" and "set/show backtrace
10127 limit".
10128
c938e9b0
L
101292003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10130
10131 * Makefile.in (install-info): Support DESTDIR.
10132 (install-html): Likewise.
10133
64fabec2
AC
101342003-08-07 Andrew Cagney <cagney@redhat.com>
10135
10136 Patch from Nick Roberts.
10137 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10138 bindings. Remove description of send-gdb-command.
10139
2fcf52f0
AC
101402003-08-07 Andrew Cagney <cagney@redhat.com>
10141
10142 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10143 GDB 6.0.
10144
086432e2
AC
101452003-08-06 Andrew Cagney <cagney@redhat.com>
10146
10147 * gdb.texinfo (Mode Options): Mention that level three is the
10148 highest available and that level 2 is deprecated.
10149 (Annotations Overview): Mention annotation levels. Cross reference
10150 to "Limitations of the Annotation Interface" in annotate.texi.
10151 (TODO, Value Annotations, Frame Annotations): Delete section.
10152 (Displays, Breakpoint Info): Delete.
10153
e5249f67
AC
101542003-08-04 Andrew Cagney <cagney@redhat.com>
10155
10156 * agentexpr.texi: Delete @bye.
10157 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10158 (stabs.info): Add $(srcdir) to include search path.
10159 (html): Depend on "annotate_toc.html", and not "annotate.html".
10160 * stabs.texinfo: Ditto. Include "fdl.texi".
10161 * gdbint.texinfo: Update copyright statement's list of invariant
10162 sections.
10163
e6f672d2
AC
101642003-07-28 Andrew Cagney <cagney@redhat.com>
10165
10166 * Makefile.in (INFO_DEPS): Add annotate.info.
10167 (dvi, ps, html, pdf): Add annotate.
10168 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10169 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10170 (ANNOTATE_DOC_FILES): New macro.
10171 (ANNOTATE_TEX_TMPS): New macro.
10172 (annotate.info, annotate_toc.html): Specify dependencies.
10173 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10174 * annotate.texinfo: Rename annotate.texi. Get building. Add
10175 "Migrating to GDB/MI" and "Limitations of the Annotation
10176 Interface" chapters. Mention why it is not part of the user
10177 guide. Update copyright notice. Include "fdl.texi".
10178
72ffddc9
SC
101792003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10180
10181 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10182
a9f12a31
DJ
101832003-07-24 Daniel Jacobowitz <drow@mvista.com>
10184
10185 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10186
b1fe9455
DJ
101872003-07-24 Daniel Jacobowitz <drow@mvista.com>
10188
10189 * gdb.texinfo (Server): Mention pidof.
10190
153721e6
AC
101912003-07-22 Andrew Cagney <cagney@redhat.com>
10192
10193 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10194 list.
10195
0fac0b41
DJ
101962003-06-28 Daniel Jacobowitz <drow@mvista.com>
10197
10198 * gdb.texinfo (Logging output): New chapter.
10199
4e562065
JB
102002003-06-24 Joel Brobecker <brobecker@gnat.com>
10201
10202 * gdb.texinfo (Unsupported languages): New section.
10203 (Languages): Add link to new section.
10204
f2c06f52
AC
102052003-06-22 Andrew Cagney <cagney@redhat.com>
10206
10207 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10208
b4177fca
DJ
102092003-06-22 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10212
f418dd93
DJ
102132003-06-22 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10216 * agentexpr.texi: Retitle section, and change it to an appendix.
10217 Comment out texinfo initialization. Factor a @var{} into two
10218 pieces to prevent makeinfo warnings.
10219 * gdb.texinfo: Add Agent Expressions appendix.
10220
4ca61388
DJ
102212003-06-19 Daniel Jacobowitz <drow@mvista.com>
10222
10223 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10224
07f31aa6
DJ
102252003-06-18 Daniel Jacobowitz <drow@mvista.com>
10226
5ae4183a 10227 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10228 remote target". Document the "detach" and "disconnect" commands.
10229 (Server, Netware, Debug Session): Reference "Connecting to a
10230 remote target".
10231 (GDB/MI Target Manipulation): Document "-target-disconnect".
10232
2dd0da42
AC
102332003-06-13 Andrew Cagney <cagney@redhat.com>
10234
10235 * gdbint.texinfo (Target Architecture Definition): Deprecate
10236 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10237 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10238
e7a3abfc
JB
102392003-06-09 Jim Blandy <jimb@redhat.com>
10240
10241 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10242
25e3a86b
AC
102432003-06-08 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdbint.texinfo (Target Architecture Definition): Delete
10246 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10247
a9e5fdc2
AC
102482003-06-08 Andrew Cagney <cagney@redhat.com>
10249
10250 * gdbint.texinfo (Target Architecture Definition): Document
10251 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10252
b37303ee
AF
102532003-06-07 Adam Fedor <fedor@gnu.org>
10254
10255 * gdb.texinfo: Add Objective-C documentation.
10256
39fe6e80
AC
102572003-06-01 Andrew Cagney <cagney@redhat.com>
10258
10259 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10260 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10261
125309b2
AC
102622003-05-21 Andrew Cagney <cagney@redhat.com>
10263
10264 * gdbint.texinfo (Target Architecture Definition): Delete
10265 references to "extract_address" and "store_address".
10266
b8b527c5
AC
102672003-05-16 Andrew Cagney <cagney@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Replace
10270 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10271 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10272
50e3ee83
TR
102732003-05-14 Theodore A. Roth <troth@openavr.org>
10274
10275 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10276
44e2be90
L
102772003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10278
10279 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10280 (gdb.dvi): Likewise.
10281 (gdb.pdf): Likewise.
10282 (links2roff): Likewise.
10283
df5215a6
JB
102842003-05-08 Jim Blandy <jimb@redhat.com>
10285
10286 * gdb.texinfo (Dump/Restore Files): Update documentation for
10287 'dump', 'append', and 'restore': note that format argument is
10288 optional; simplify presentation of the command variants; and be
10289 more precise about the formats.
10290
5e7b2f39
JB
102912003-05-07 Jim Blandy <jimb@redhat.com>
10292
10293 * gdb.texinfo (Symbols): Update documentation: 'maint list
10294 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10295 symtabs' and 'maint info psymtabs'.
10296
b1e29e33
AC
102972003-05-05 Andrew Cagney <cagney@redhat.com>
10298
10299 * gdbint.texinfo (Target Architecture Definition): Make
10300 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10301 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10302 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10303
00905d52
AC
103042003-05-04 Andrew Cagney <cagney@redhat.com>
10305
10306 * gdb.texinfo (Maintenance Commands): Document "maint print
10307 dummy-frames".
10308
54ff5908
AC
103092003-05-04 Andrew Cagney <cagney@redhat.com>
10310
10311 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10312
32e7087d
JB
103132003-05-03 J. Brobecker <brobecker@gnat.com>
10314
10315 Thierry Schneider <tpschneider1@yahoo.com>
10316 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10317 for new MI command.
10318
7043d8dc
AC
103192003-05-03 Andrew Cagney <cagney@redhat.com>
10320
10321 * gdbint.texinfo (Target Architecture Definition): Document
10322 push_dummy_code. Add cross references.
10323
e33d66ec
EZ
103242003-05-02 Elena Zannoni <ezannoni@redhat.com>
10325
10326 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10327 set/show charsets commands.
10328
0ba6dca9
AC
103292003-04-28 Andrew Cagney <cagney@redhat.com>
10330
10331 * gdbint.texinfo (Target Architecture Definition): Replace
10332 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10333 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10334
d7a27068
AC
103352003-04-28 Andrew Cagney <cagney@redhat.com>
10336
10337 * gdbint.texinfo (Target Architecture Definition): Rename
10338 "tm_print_insn" to "deprecated_tm_print_insn".
10339
44ea7b70
JB
103402003-04-09 Jim Blandy <jimb@redhat.com>
10341
10342 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10343 list psymtabs'.
10344
fb8f8949
AC
103452003-04-08 Andrew Cagney <cagney@redhat.com>
10346
10347 * gdbint.texinfo (Target Architecture Definition): Delete
10348 references to EXTRA_FRAME_INFO.
10349
32fb0f22
AC
103502003-04-08 Andrew Cagney <cagney@redhat.com>
10351
10352 * gdbint.texinfo (Target Architecture Definition): Delete
10353 PRINT_TYPELESS_INTEGER.
10354
6be67e67
JB
103552003-04-02 J. Brobecker <brobecker@gnat.com>
10356
10357 * observer.texi (GDB Observers): Adjust the documentation for the
10358 normal_stop notification to better describe reality. Fix a couple
10359 of minor typos.
10360
4e35d5f0
BR
103612003-04-02 Bob Rossi <bob_rossi@cox.net>
10362
a9331b3f 10363 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10364 '-file-list-exec-source-file'
10365
e8a8712a
AC
103662003-03-31 Andrew Cagney <cagney@redhat.com>
10367
10368 * gdbint.texinfo (Target Architecture Definition): Delete
10369 references to CALL_DUMMY_P.
10370
6c0e89ed
AC
103712003-03-30 Andrew Cagney <cagney@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Remove
10374 reference to TARGET_WRITE_SP.
a9331b3f 10375
378bfd1b
AC
103762003-03-27 Andrew Cagney <cagney@redhat.com>
10377
10378 * gdbint.texinfo (Target Architecture Definition): Remove
10379 references to write_sp.
6c0e89ed 10380
922fbb7b
AC
103812003-03-27 Andrew Cagney <cagney@redhat.com>
10382
10383 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10384 chapter body. Use @smallexample instead of @example.
10385 (Annotations): Ditto.
10386 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10387 annotate.texi.
10388
b81774d8
AC
103892003-03-26 Andrew Cagney <cagney@redhat.com>
10390
10391 * gdbint.texinfo (Target Architecture Definition): Replace
10392 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10393 dummy_addr parameters.
10394
1bf6d5cc
AC
103952003-03-25 Andrew Cagney <cagney@redhat.com>
10396
10397 * gdbint.texinfo (Target Architecture Definition): Delete
10398 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10399 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10400 Add reference to PUSH_ARGUMENTS.
10401
618ce49f
AC
104022003-03-23 Andrew Cagney <cagney@redhat.com>
10403
10404 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10405 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10406
bcd7e15f
JB
104072003-03-18 J. Brobecker <brobecker@gnat.com>
10408
10409 * gdbint.texinfo (Algorithms): Add new section describing the
10410 Observer paradigm.
10411 (Top): Add menu entry to new observer appendix.
10412 * observer.texi: New file.
10413 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10414 new observer.texi file.
10415
9fe8321b
AC
104162003-03-17 Andrew Cagney <cagney@redhat.com>
10417
10418 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10419 that GNU Press update the manual version number.
10420
ac2adee5
AC
104212003-03-12 Andrew Cagney <cagney@redhat.com>
10422
10423 * gdbint.texinfo (Target Architecture Definition): Delete
10424 references to get_saved_register. Rename GET_SAVED_REGISTER to
10425 DEPRECATED_GET_SAVED_REGISTER.
10426
749b82f6
AC
104272003-03-13 Andrew Cagney <cagney@redhat.com>
10428
10429 * gdbint.texinfo (Target Architecture Definition): Replace
10430 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10431
8bedc050
AC
104322003-03-12 Andrew Cagney <cagney@redhat.com>
10433
10434 * gdbint.texinfo (Target Architecture Definition): Rename
10435 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10436
0ce1b118
CV
104372003-03-10 Corinna Vinschen <vinschen@redhat.com>
10438
10439 * gdb.texinfo: Add File-I/O documentation.
10440
12cc2063
AC
104412003-03-10 Andrew Cagney <cagney@redhat.com>
10442
10443 * gdbint.texinfo (Target Architecture Definition): Cross reference
10444 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10445
7453dc06
AC
104462003-03-07 Andrew Cagney <cagney@redhat.com>
10447
10448 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10449 frame" command.
10450
6314f104
AC
104512003-03-05 Andrew Cagney <cagney@redhat.com>
10452
10453 * gdbint.texinfo (Target Architecture Definition): Document
10454 unwind_dummy_id. Cross reference unwind_dummy_id and
10455 SAVE_DUMMY_FRAME_TOS.
10456
f1212245
DJ
104572003-03-05 James Ingham <jingham@apple.com>
10458 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10461 and "show cp-abi".
10462
77e7e267
AC
104632003-03-03 Andrew Cagney <cagney@redhat.com>
10464
10465 * gdbint.texinfo (Target Architecture Definition): Document
10466 register_type.
10467
838a8221
AC
104682003-03-03 Andrew Cagney <cagney@redhat.com>
10469
10470 * stabs.texinfo (Structures): Use @samp and separate @var's
10471 instead of a single @var containing a comma separated list.
10472 (Unions): Ditto.
10473
d7f4a264
DJ
104742003-03-02 Daniel Jacobowitz <drow@mvista.com>
10475
10476 * Makefile.in (distclean): Remove config.log.
10477
f30ee0bc
AC
104782003-03-01 Andrew Cagney <cagney@redhat.com>
10479
10480 * gdbint.texinfo (Target Architecture Definition): Rename
10481 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10482
104832003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10484
10485 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10486 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10487
be448670
CF
104882003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10489
10490 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10491 (Non-debug DLL symbols): New node, describing the minimal symbols
10492 loaded from DLLs without real debugging symbols.
10493
501eef12
AC
104942003-02-20 Andrew Cagney <ac131313@redhat.com>
10495
10496 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10497 hardware-breakpoint-limit".
10498 (Set Watchpoints): Add cross reference to "set remote
10499 hardware-watchpoint-limit".
10500 (Remote configuration options): New section.
10501
21c294e6
AC
105022003-02-04 Andrew Cagney <ac131313@redhat.com>
10503
e9be73e4
AC
10504 * gdbint.texinfo (Target Architecture Definition): Delete
10505 descrption of IS_TRAPPED_INTERNALVAR.
10506
21c294e6
AC
10507 From Keith Seitz <keiths@redhat.com>:
10508 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10509 option "-i"/"--interpreter" to this chapter. Include index
10510 entries.
10511
0179ffac
DC
105122003-02-04 David Carlton <carlton@math.stanford.edu>
10513
10514 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10515 (Variables): Recommend stabs+ and DWARF 2.
10516 (C plus plus expressions): Correct info about
10517 compiler versions, debug formats.
10518 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10519 PR symtab/874.
10520
7ca9f392
AC
105212003-02-01 Andrew Cagney <ac131313@redhat.com>
10522
10523 * gdbint.texinfo (Target Architecture Definition): Delete
10524 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10525 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10526 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10527 references to nindy and i960.
10528 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10529
31a85ea2
AC
105302003-02-01 Andrew Cagney <ac131313@redhat.com>
10531
10532 * gdbint.texinfo (Target Architecture Definition): Delete
10533 FLOAT_INFO.
10534
6b894e49
AC
105352003-01-30 Andrew Cagney <ac131313@redhat.com>
10536
10537 * stabs.texinfo (Member Type Descriptor): Clarify description of
10538 `@'. Suggested by Ben Hutchings.
10539
c48861fb
AC
105402003-01-29 Andrew Cagney <ac131313@redhat.com>
10541
10542 * gdb.texinfo (M68K): Delete reference to es1800.
10543
617073a9
AC
105442003-01-29 Andrew Cagney <ac131313@redhat.com>
10545
10546 * gdb.texinfo (Maintenance Commands): Document `maint print
10547 reggroups' and `maint print register-groups'.
10548 * gdbint.texinfo (Target Architecture Definition): Document
10549 register_reggroup_p.
10550
5b5d99cf
JB
105512003-01-23 Jim Blandy <jimb@redhat.com>
10552
10553 * gdb.texinfo (Separate Debug Files): New section.
10554
e7ba9c65
DJ
105552003-01-22 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10558 and "maint show profile".
10559
94e91d6d
MC
105602003-01-16 Michael Chastain <mec@shout.net>
10561
10562 * gdb.texinfo (Installing GDB): Warn against
10563 ".../gdb-VERSION/gdb/configure".
10564 (Separate Objdir): Likewise.
10565
867f3898
AC
105662003-01-15 Andrew Cagney <ac131313@redhat.com>
10567
10568 * gdbint.texinfo (Target Architecture Definition): Delete
10569 definition of PRINT_REGISTER_HOOK.
10570
f153cc92
EZ
105712003-01-15 Elena Zannoni <ezannoni@redhat.com>
10572
10573 (OpenRISC 1000): Fix formatting of command names.
10574
c60eb6f1
EZ
105752003-01-15 Elena Zannoni <ezannoni@redhat.com>
10576
10577 * gdb.texinfo (Continuing and Stepping): Add new command
10578 'advance'. Clarify behavior of 'until'.
10579
f5ebfba0
DJ
105802003-01-13 Daniel Jacobowitz <drow@mvista.com>
10581
10582 * gdb.texinfo (Files): Document solib-absolute-prefix and
10583 solib-search-path.
10584
4ce8657e
MC
105852003-01-09 Michael Chastain <mec@shout.net>
10586
10587 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10588 (Create a Release): Add new instructions for new @file{src-release}.
10589 Document existing instructions for @file{Makefile.in} as
10590 being for @value{GDBN} 5.3.1 or earlier.
10591
372613e3
AC
105922003-01-09 Andrew Cagney <ac131313@redhat.com>
10593
10594 * gdbint.texinfo (Target Architecture Definition): Mention
10595 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10596 allocate memory.
10597
b4e9345d
DJ
105982003-01-04 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * gdb.texinfo (Controlling GDB): Add @kindex for
10601 "show osabi".
10602 (Backtraces): Add @kindex's for backtrace-below-main.
10603
98b45e30
DJ
106042003-01-04 Daniel Jacobowitz <drow@mvista.com>
10605
10606 * gdb.texinfo (Controlling GDB): Document "set osabi".
10607
95f90d25
DJ
106082003-01-04 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10611 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10612
1e698235
DJ
106132003-01-04 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10616 "set coerce-float-to-double".
10617 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10618
e632838e
AC
106192003-01-02 Andrew Cagney <ac131313@redhat.com>
10620
10621 * stabs.texinfo: Remove obsolete text.
10622 * gdbint.texinfo: Ditto.
10623 * gdb.texinfo: Ditto.
10624
701adfb0
PA
106252002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10626
10627 * fdl.texi: Revert the last change.
10628
c133ab7a
MK
106292002-12-22 Mark Kettenis <kettenis@gnu.org>
10630
10631 * gdbint.texinfo (Target Architecture Definition): Update
10632 description of gdbarch_register_osabi.
10633
f821f325
KH
106342002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10635
10636 * agentexpr.texi: Fix typos.
10637 * annotate.texi: Likewise.
10638 * fdl.texi: Likewise.
10639
85a6d8d3 106402002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10641
10642 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10643 DEPRECATED_INIT_FRAME_PC.
10644
ae45cd16
AC
106452002-12-01 Andrew Cagney <ac131313@redhat.com>
10646
10647 * gdbint.texinfo (Target Architecture Definition): Delete
10648 PC_IN_CALL_DUMMY.
10649
07555a72
AC
106502002-11-28 Andrew Cagney <ac131313@redhat.com>
10651
10652 * gdbint.texinfo (Host Definition): Delete documentation on
10653 USE_GENERIC_DUMMY_FRAMES.
10654
c166cdc7
EZ
106552002-11-26 Elena Zannoni <ezannoni@redhat.com>
10656
5ae4183a 10657 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10658 * Makefile.in (install-info): Run the install-info command as part
10659 of the post install steps only.
10660 (uninstall-info): New target.
10661 (uninstall): New target.
10662
35db0260
EZ
106632002-11-22 Elena Zannoni <ezannoni@redhat.com>
10664
10665 * Makefile.in (install): Make install do some real work.
10666
9ba8d803
AC
106672002-11-19 Andrew Cagney <ac131313@redhat.com>
10668
10669 Fix POSIX problem reported by Paul Eggert.
10670 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10671 Fix PR gdb/527.
10672
903ad3a6
AC
106732002-10-26 Andrew Cagney <cagney@redhat.com>
10674
10675 * gdbint.texinfo (Target Architecture Definition): Delete
10676 definition of DO_REGISTERS_INFO.
10677
f2abfe65
KB
106782002-10-18 Kevin Buettner <kevinb@redhat.com>
10679
10680 * gdbint.texinfo (Address Classes): Fix problems with insertion
10681 of ``{'' and ``}'' in example.
10682
b5b0480a
KB
106832002-10-17 Kevin Buettner <kevinb@redhat.com>
10684
10685 * gdbint.texinfo (Address Classes): New section.
10686 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10687 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10688 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10689 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10690
c85508ee
KD
106912002-10-11 Klee Dienes <kdienes@apple.com>
10692
10693 * gdb.texinfo (Registers): Mention vector registers as well as
10694 floating registers in the documentation for 'info registers' and
10695 'info all-registers'.
10696
6d12fc3d
DJ
106972002-10-11 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10700
8d19fbd2
JJ
107012002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10702
10703 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10704 interface definition.
10705
a37295f9
MM
107062002-10-03 Marko Mlinar <markom@opencores.org>
10707
10708 * gdb.texinfo (Target Commands): Add or1k target specific
10709 commands.
10710 * gdb.texinfo (Contributors): Add myself to the contributors list.
10711
da0f9dcd
AC
107122002-10-01 Andrew Cagney <ac131313@redhat.com>
10713
10714 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10715 and "mi1" instead of "mi1" and "mi0".
10716
2e834e49
HPN
107172002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10718
10719 * gdb.texinfo (Packets): Fix typos "alligned".
10720 Correct z3/Z3 description. Correct z4/Z4 title.
10721
050be0dc
AC
107222002-09-27 Andrew Cagney <ac131313@redhat.com>
10723
10724 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10725
1104b9e7
KB
107262002-09-25 Kevin Buettner <kevinb@redhat.com>
10727
10728 * gdb.texinfo: Use GNU/Linux instead of Linux.
10729
512217c7
AC
107302002-09-25 Andrew Cagney <ac131313@redhat.com>
10731
10732 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10733
10998722
AC
107342002-09-24 Andrew Cagney <ac131313@redhat.com>
10735
512217c7 10736 * gdb.texinfo: Replace @example with @smallexample.
10998722 10737
a0eb71c5
KB
107382002-09-20 Kevin Buettner <kevinb@redhat.com>
10739
f7dc1244 10740 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10741 * gdb.texinfo (Character Sets): Use @smallexample instead of
10742 @example. Use GNU/Linux instead of Linux.
10743
107442002-09-20 Jim Blandy <jimb@redhat.com>
10745
10746 * gdb.texinfo: Add character set documentation.
10747
701adfb0
PA
107482002-09-20 George Helffrich <george@gly.bris.ac.uk>
10749
10750 * gdb.texinfo: Document edit command.
10751
2f870471
AC
107522002-09-19 Andrew Cagney <ac131313@redhat.com>
10753
10754 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10755 (Packets): Add cross reference from `b' packet to `z' packets.
10756
790eb8f5
AC
107572002-09-19 Andrew Cagney <ac131313@redhat.com>
10758
8d30a00d
AC
10759 * gdb.texinfo (Maintenance Commands): Document ``maint
10760 internal-error'' and ``maint internal-warning''.
10761
790eb8f5
AC
10762 * gdbint.texinfo (Target Architecture Definition): Revise
10763 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10764
a23a7bf1
JB
107652002-09-19 Joel Brobecker <brobecker@gnat.com>
10766
10767 * gdbint.texinfo (Target Conditionals): Document the new
10768 NAME_OF_MALLOC macro.
10769
299ffc64
AC
107702002-09-05 Andrew Cagney <ac131313@redhat.com>
10771
10772 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10773 engineer.
10774
b7bb15bc
SC
107752002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10776
10777 * gdb.texinfo (TUI Overview): Document status line fields.
10778
3d757584
SC
107792002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10780
10781 * gdb.texinfo (TUI Commands): Document info win command.
10782
269c21fe
SC
107832002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10784
10785 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10786
7cf36c78
SC
107872002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10788
10789 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10790 (TUI Keys): Likewise.
10791
d2c6833e
AC
107922002-08-25 Andrew Cagney <ac131313@redhat.com>
10793
10794 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10795 for a packet receive.
10796
46d8b1c3
AC
107972002-08-25 Andrew Cagney <ac131313@redhat.com>
10798
10799 * Makefile.in (clean): Move to end of file.
10800 (distclean, maintainer-clean, realclean): Ditto.
10801 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10802 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10803 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10804 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10805
b0787093
AC
108062002-08-24 Andrew Cagney <ac131313@redhat.com>
10807
10808 * Makefile.in (GDBINT_TEX_TMPS): Define.
10809 (gdbint.dvi, gdbint.pdf): Use
10810 (GDB_TEX_TMPS): Define.
10811 (gdb.dvi, gdb.pdf): Use.
10812 (STABS_TEX_TMPS): Define.
10813 (stabs.dvi, stabs.pdf): Use.
10814 (GDB_DOC_SOURCE_INCLUDES): New macros.
10815 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10816 (GDBINT_DOC_FILES_INCLUDES): New macros.
10817 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10818 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10819 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10820 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10821 (links2roff): Replace SFILES_INCLUDED with
10822 GDB_DOC_SOURCE_INCLUDES.
10823 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10824 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10825 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10826 dependencies.
10827 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10828 dependencies.
10829 (gdbmi.texinfo): Delete rule.
10830 (inc-hist.texinfo): Delete rule.
10831 (rluser.texinfo): Delete rule.
10832
ebba8386
AC
108332002-08-23 Andrew Cagney <cagney@redhat.com>
10834
10835 * gdbint.texinfo (Target Architecture Definition): Update
10836 STORE_RETURN_VALUE, mention regcache.
10837
0ab7a791
AC
108382002-08-21 Andrew Cagney <ac131313@redhat.com>
10839
10840 * gdbint.texinfo (Target Architecture Definition): Document
10841 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10842
ee2d5c50
AC
108432002-08-19 Andrew Cagney <ac131313@redhat.com>
10844
10845 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10846 Fix minor typos. Add index entries.
10847
53c69bd7
AC
108482002-08-18 Andrew Cagney <ac131313@redhat.com>
10849
10850 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10851
e76f1f2e
AC
108522002-08-15 Andrew Cagney <ac131313@redhat.com>
10853
10854 * gdbint.texinfo (Target Architecture Definition): Document
10855 PRINT_VECTOR_INFO.
10856 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10857
0680b120
AC
108582002-08-13 Andrew Cagney <ac131313@redhat.com>
10859
10860 * gdb.texinfo (Maintenance Commands): Document "maint print
10861 registers", "maint print raw-registers" and "maint print
10862 cooked-registers".
10863
3c3bea1c
GS
108642002-08-08 Grace Sainsbury <graces@redhat.com>
10865
a9331b3f 10866 From Mark Salter:
3c3bea1c
GS
10867 * gdb.texinfo (Protocol): Document T packet extension to
10868 allow watchpoint address reporting.
10869
42f9b0a5
AC
108702002-08-03 Andrew Cagney <ac131313@redhat.com>
10871
10872 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10873
db034ac5
AC
108742002-08-01 Andrew Cagney <cagney@redhat.com>
10875
10876 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10877 to CHILL.
10878
e2b28d04
AC
108792002-08-01 Andrew Cagney <ac131313@redhat.com>
10880
10881 * gdbint.texinfo (Coding): Revise section "Include Files".
10882
7fb623f7
AC
108832002-07-24 Andrew Cagney <cagney@redhat.com>
10884
10885 * gdbint.texinfo: Obsolete references to m88k.
10886 * gdb.texinfo: Ditto.
10887
4a2b4636
JB
108882002-07-10 Joel Brobecker <brobecker@gnat.com>
10889
7fb623f7 10890 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10891 where the proper version of autoconf can be retrieved.
10892
a71ec265
DH
108932002-07-09 Don Howard <dhoward@redhat.com>
10894
10895 * gdb.texinfo (Command Files): Further describe the behavior of
10896 sourced command files.
10897
b9aa90c9
AC
108982002-06-27 Andrew Cagney <ac131313@redhat.com>
10899
10900 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10901 (Coding): Clarify ISO C version that GDB assumes.
10902
40dd2248
TT
109032002-06-26 Tom Tromey <tromey@redhat.com>
10904
10905 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10906 add_setshow_cmd_full.
10907
bfac230e
DH
109082002-06-25 Don Howard <dhoward@redhat.com>
10909
10910 * gdb.texinfo (Memory Region Attributes): Document new behavior
10911 for 'mem' command.
10912
475b0867
JB
109132002-06-11 Jim Blandy <jimb@redhat.com>
10914
919d772c
JB
10915 * gdb.texinfo (Symbols): Update documentation for `info source'
10916 command.
10917
475b0867
JB
10918 * gdb.texinfo (Macros): Call the command `info macro', not
10919 `show macro'.
10920
ba8c9337
AC
109212002-06-09 Andrew Cagney <ac131313@redhat.com>
10922
10923 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10924 data''.
10925
1029b7fa
MK
109262002-06-09 Mark Kettenis <kettenis@gnu.org>
10927
10928 * gdbint.texinfo (Target Architecture Definition): Document
10929 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10930
16737d73
AC
109312002-06-08 Andrew Cagney <ac131313@redhat.com>
10932
10933 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10934 lists.
10935
30107679
AC
109362002-06-08 Andrew Cagney <ac131313@redhat.com>
10937
10938 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10939 Branch''.
10940
3352e23e
AC
109412002-06-01 Andrew Cagney <ac131313@redhat.com>
10942
10943 * gdbint.texinfo (Target Architecture Definition): Add section
10944 ``Converting an existing Target Architecture to Multi-arch''.
10945
cbb09e6a
AC
109462002-05-30 Andrew Cagney <ac131313@redhat.com>
10947
10948 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10949 to ``Obsoleting code''. Revise.
10950
701adfb0
PA
109512002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10952
10953 * gdbint.texinfo: Document new generic OS ABI framework.
10954
e2e0bcd1
JB
109552002-05-17 Jim Blandy <jimb@redhat.com>
10956
10957 * gdb.texinfo (C Preprocessor Macros): New chapter.
10958 Include it in the main menu.
10959 (Contributors): Credit Jim Blandy with macro support.
10960 (Compilation): Explain how to get macro information into the
10961 executable.
10962 (Expressions): Note that preprocessor macros are expanded.
10963
9db8d71f
DJ
109642002-05-14 Daniel Jacobowitz <drow@mvista.com>
10965
10966 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10967 options for `target remote'.
10968
6d531722
AC
109692002-05-13 Andrew Cagney <ac131313@redhat.com>
10970
10971 * gdbint.texinfo (Target Architecture Definition): Delete
10972 documentation on NNPC_REGNUM.
10973
13d01224
AC
109742002-05-11 Andrew Cagney <ac131313@redhat.com>
10975
10976 * gdbint.texinfo (Target Architecture Definition): Document
10977 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10978 (Target Architecture Definition): Revise section `Using Different
10979 Register and Memory Data Representations'. Add section `Raw and
10980 Virtual Register Representations'.
10981
b2e75d78
AC
109822002-05-11 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdbint.texinfo (Target Architecture Definition): Mention
10985 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10986 (Target Architecture Definition): Mention same. Add references to
10987 web pages.
10988
2c8682ee
MS
109892002-05-08 Michael Snyder <msnyder@redhat.com>
10990
10991 * stabs.texinfo (Attributes): Document new "vector" attribute.
10992
0816590b
AC
109932002-05-04 Andrew Cagney <ac131313@redhat.com>
10994
10995 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10996
2653173e
AC
109972002-05-04 Andrew Cagney <ac131313@redhat.com>
10998
10999 * gdb.texinfo: Delete obsolete references to a29k.
11000
d7bd68ca
AC
110012002-04-24 Andrew Cagney <ac131313@redhat.com>
11002
11003 * gdbint.texinfo (Target Architecture Definition): Replace
11004 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11005
21d83aa5
DM
110062002-04-24 David S. Miller <davem@redhat.com>
11007
11008 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11009
7673a6cc
DM
110102002-04-21 David S. Miller <davem@redhat.com>
11011
11012 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11013
d49d1e0a
AC
110142002-04-21 Andrew Cagney <ac131313@redhat.com>
11015
11016 * gdbint.texinfo (Target Architecture Definition): Delete
11017 definition of HAVE_REGISTER_WINDOWS.
11018
f7dc1244 110192002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
11020
11021 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11022 "Theodore A. Roth" <troth@verinet.com>.
11023
5ca0cb28
DH
110242002-04-15 Don Howard <dhoward@redhat.com>
11025
f7dc1244 11026 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 11027 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 11028 Provide a better explaination of this feature.
5ca0cb28 11029
f208ba17
AC
110302002-04-14 Andrew Cagney <ac131313@redhat.com>
11031
11032 * gdbint.texinfo (Target Architecture Definition): Remove
11033 FRAME_CHAIN_COMBINE.
11034
d5ba91de
MC
110352002-04-12 Michael Chastain <mec@shout.net>
11036
11037 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11038 REG_STACK_SEGMENT.
11039
26818220
MC
110402002-04-09 Michael Chastain <mec@shout.net>
11041
11042 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11043 PYRAMID_* macros.
11044
129188f6
AC
110452002-04-07 Andrew Cagney <ac131313@redhat.com>
11046
11047 * gdb.texinfo (Bug Reporting): Document that the web is the
11048 prefered way of submitting bug reports.
11049 (Bug Reporting): Delete the s-mail address as the last resort.
11050
8227c0ff
AC
110512002-04-05 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Target Architecture Definition): Delete
11054 references to TARGET_WRITE_FP and write_fp.
11055
16d9dec6
MS
110562002-03-27 Michael Snyder <msnyder@redhat.com>
11057
11058 * gdb.texinfo: Document new commands dump, append, and restore.
11059
9ae8b82c
AC
110602002-03-27 Andrew Cagney <ac131313@redhat.com>
11061
11062 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11063 Branch'.
11064
474c8240
AC
110652002-03-18 Andrew Cagney <ac131313@redhat.com>
11066
11067 * gdb.texinfo: Change all examples to @smallexample.
11068 * gdbint.texinfo: Ditto.
a9331b3f 11069
fb0ff88f
AC
110702002-03-18 Andrew Cagney <ac131313@redhat.com>
11071
11072 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11073 Branches''.
11074
9bb0a4d8
AC
110752002-03-18 Andrew Cagney <ac131313@redhat.com>
11076
11077 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11078 Policy''.
11079
937f164b
FF
110802002-03-04 Fred Fish <fnf@redhat.com>
11081
11082 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11083 expresson, suports, dependant, trhe, perhaphs, situtations,
11084 explictily, taged, oportunity, unfortunatly).
11085
a7b40f07
AC
110862002-02-24 Andrew Cagney <ac131313@redhat.com>
11087
11088 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11089 Remove reference to 3.12.
11090
701adfb0
PA
110912002-02-23 Paul Eggert <eggert@twinsun.com>
11092
11093 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11094 POSIX 1003.1-2001 no longer allows "head -1".
11095
aab4e0ec
AC
110962002-02-23 Andrew Cagney <ac131313@redhat.com>
11097
11098 * gdbint.texinfo: Include fdl.texi.
11099 (Top): Add GNU Free Documentation License.
11100 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11101 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11102 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11103 (gdbint.info): Add srcdir to include path.
11104 * gdb.texinfo: Include gpl.texi.
11105 (Top): Add Copying.
11106 * gpl.texi: New file.
11107
47b95330
AC
111082002-02-23 Andrew Cagney <ac131313@redhat.com>
11109
11110 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11111
78c47bea
PM
111122002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11113
11114 * gdb.texinfo: Document Cygwin native specific commands.
11115
56460a61
DJ
111162002-02-15 Daniel Jacobowitz <drow@mvista.com>
11117
11118 * gdb.texinfo: Document gdbserver ``--attach'' command.
11119
def71bfa
MS
111202002-02-07 Michael Snyder <msnyder@redhat.com>
11121
11122 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11123 to @code(_ovly_debug_event).
11124
c928edc0
AC
111252002-02-07 Andrew Cagney <ac131313@redhat.com>
11126
11127 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11128
81d46470
MS
111292002-02-06 Michael Snyder <msnyder@redhat.com>
11130
11131 * gdb.texinfo (overlays): Mention new magic symbol
11132 '_ovly_debug_event', which allows GDB to keep better track
11133 of overlays.
11134
701adfb0
PA
111352002-02-06 Richard Earnshaw <rearnsha@arm.com>
11136
11137 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11138 (PRINT_FLOAT_INFO): Document it.
11139
f7dc1244 111402002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
11141
11142 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11143 Suggested by Dmitry Sivachenko.
11144
11145 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11146
15110bc3
MS
111472002-02-01 Michael Snyder <msnyder@redhat.com>
11148
11149 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11150
6763aef9
MS
111512002-01-30 Michael Snyder <msnyder@redhat.com>
11152
ac282366
MS
11153 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11154 (set trust-readonly-sections): Document.
6763aef9 11155
8642bc8f
AC
111562002-01-29 Andrew Cagney <ac131313@redhat.com>
11157
11158 * gdbint.texinfo (Releasing GDB): Revise and update.
11159
afe64c1a
AC
111602002-01-28 Andrew Cagney <ac131313@redhat.com>
11161
11162 * gdbint.texinfo (Target Architecture Definition): Delete
11163 description of TARGET_BYTE_ORDER_DEFAULT.
11164
f7dc1244 111652002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11166
11167 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11168 <mitya@cavia.pp.ru>.
11169
3d6e1b5a
AC
111702002-01-23 Andrew Cagney <ac131313@redhat.com>
11171
11172 * libgdb.texinfo: Delete file.
11173
6c0e9fb3
AC
111742002-01-22 Andrew Cagney <ac131313@redhat.com>
11175
11176 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11177 * gdbint.texinfo: Ditto.
11178
e0ce93ac
AC
11179Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11180
11181 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11182
be298bcc
AC
111832002-01-22 Andrew Cagney <ac131313@redhat.com>
11184
11185 * Makefile.in: Update copyright.
11186 (TEXI2DVI): Define.
11187 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11188 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11189 gdb-cfg.texi.
11190 (TEXINDEX, PDFTEX): Delete makefile variables.
11191
8e04817f
AC
111922002-01-22 Andrew Cagney <ac131313@redhat.com>
11193
11194 * gdb.texinfo (Protocol): Move section to appendix.
11195
6b2f586d
AC
111962002-01-21 Andrew Cagney <ac131313@redhat.com>
11197
11198 * gdb.texinfo (Remote Debugging): Create a menu.
11199 (Top): Add ``Remote Debugging'' to menu.
11200
6f05cf9f
AC
112012002-01-21 Andrew Cagney <ac131313@redhat.com>
11202
11203 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11204 serial protocol'' from here.
11205 (Remote Debugging): To here. New chapter.
11206
3fd3d7d2
AC
112072002-01-20 Andrew Cagney <ac131313@redhat.com>
11208
11209 * gdbint.texinfo (Target Architecture Definition): Delete
11210 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11211
7fd60527
AC
112122002-01-20 Andrew Cagney <ac131313@redhat.com>
11213
11214 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11215 are no longer needed.
11216 (Porting GDB): Add maintainer note about configure.host.
11217
c2f05ac9
AC
112182002-01-20 Andrew Cagney <ac131313@redhat.com>
11219
11220 * gdbint.texinfo (Target Architecture Definition): Remove
11221 definition of IEEE_FLOAT.
11222
f7dc1244 112232002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11224
11225 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11226 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11227 <3diff@gnu.org>
231b2aad 11228
82600034
AC
112292002-01-19 Andrew Cagney <ac131313@redhat.com>
11230
11231 * gdbint.texinfo (Host Definition): Remove references to
11232 MALLOC_INCOMPATIBLE.
11233
7708fa01
AC
112342002-01-17 Andrew Cagney <ac131313@redhat.com>
11235
11236 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11237 and xyz-xdep.o.
11238
eb12ee30
AC
112392002-01-17 Andrew Cagney <ac131313@redhat.com>
11240
889bf7c5 11241 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11242 (Set Breaks): Copy ``maint info breakpoint'' doco to
11243 ``Maintenance Commands'' appendix. Add reference.
11244
c9ccaa92
AC
112452002-01-17 Andrew Cagney <ac131313@redhat.com>
11246
11247 * fdl.texi: Remove next/prev from @node.
11248
f7dc1244 112492002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11250
11251 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11252 for monstrous @multitable (from Brian Youmans).
11253
11254 * fdl.texi: New file.
11255
11256 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11257
8973da3a
AC
112582002-01-15 Andrew Cagney <ac131313@redhat.com>
11259
11260 * gdbint.texinfo (Releasing GDB): New chapter.
11261
7d86b5d5
AC
112622002-01-14 Andrew Cagney <ac131313@redhat.com>
11263
11264 * gdb.texinfo (Embedded Processors, Calling program functions):
11265 Obsolete references to a29k.
11266
cc1cb004
AC
112672002-01-13 Andrew Cagney <ac131313@redhat.com>
11268
11269 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11270 examples. Document that a code-block should do or discard its
11271 cleanups before exit.
11272
79f12247
MS
112732002-01-11 Michael Snyder <msnyder@redhat.com>
11274
11275 * gdb.texinfo (Choosing files): Change @samp to @file.
11276
19837790
MS
112772002-01-05 Michael Snyder <msnyder@redhat.com>
11278
11279 * gdb.texinfo (--pid): Document new command line option (attach).
11280
f7dc1244 112812002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11282
11283 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11284 in the stub.
11285
d7449b42
AC
112862002-01-04 Andrew Cagney <ac131313@redhat.com>
11287
11288 * gdbint.texinfo (Target Architecture Definition): Replace
11289 BIG_ENDIAN with BFD_ENDIAN_BIG.
11290
f23631e4
AC
112912002-01-03 Andrew Cagney <ac131313@redhat.com>
11292
11293 * gdbint.texinfo (Target Architecture Definition): Replace
11294 value_ptr with struct value pointer.
11295
72c9928d
EZ
112962002-01-02 Eli Zaretskii <eliz@gnu.org>
11297
11298 * gdb.texinfo (Free Software): Fix wording.
11299
959acfd1
EZ
113002001-12-31 Eli Zaretskii <eliz@gnu.org>
11301
11302 * gdb.texinfo (Free Software): New section ``Free Software Needs
11303 Free Documentation''.
11304
f7dc1244 113052001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11306
11307 * stabs.texinfo:
11308 * gdb.texinfo:
11309 * gdbint.texinfo:
11310 * libgdb.texinfo:
11311 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11312
6600abed
MS
113132001-12-29 Michael Snyder <msnyder@redhat.com>
11314
11315 * gdb.texinfo (maint info sections): Fix typo.
11316
f6680716
MS
113172001-12-26 Michael Snyder <msnyder@redhat.com>
11318
fe95c787
MS
11319 * gdb.texinfo (maint info sections): Document.
11320
a9331b3f 11321 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11322 'info proc' sub-options that are currently not implemented.
11323
c3d3ce5b
JB
113242001-12-20 Jim Blandy <jimb@redhat.com>
11325
11326 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11327
778eb05e
AC
113282001-12-15 Andrew Cagney <ac131313@redhat.com>
11329
11330 * gdbint.texinfo (Target Architecture Definition): Replace
11331 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11332
2607059c
AC
113332001-12-01 Andrew Cagney <ac131313@redhat.com>
11334
11335 * gdbint.texinfo (Host Definition): Delete documentation on
11336 HOST_BYTE_ORDER.
11337
df0cd8c5
JB
113382001-11-30 Jim Blandy <jimb@redhat.com>
11339
11340 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11341 overlay support. Add to top-level menu.
df0cd8c5 11342
88118b3a
TT
113432001-11-26 Tom Tromey <tromey@redhat.com>
11344
11345 * gdb.texinfo (Command Syntax): Document C-o binding.
11346
96565e91
CF
113472001-07-26 Christopher Faylor <cgf@redhat.com>
11348
11349 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11350 use since it is described in the referenced section.
11351
f7dc1244 11352 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11353 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11354 clearer when using DJGPP.
11355
2a3d5645
CF
113562001-11-24 Christopher Faylor <cgf@redhat.com>
11357
11358 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11359 specifically refer to MS-DOS.
11360 (command files): Mention gdb.ini is only used on MS-DOS.
11361
aa26fa3a
TT
113622001-11-21 Tom Tromey <tromey@redhat.com>
11363
11364 * gdb.texinfo (Invoking GDB): Document --args.
11365 (Mode Options): Likewise.
11366
4f8ada06
JB
113672001-11-21 Jim Blandy <jimb@redhat.com>
11368
11369 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11370 Delete documentation; this macro has been removed from the
11371 sources.
4f8ada06 11372
3fe0dc10
JB
113732001-11-13 Jim Blandy <jimb@redhat.com>
11374
11375 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11376
9e5abb06
CV
113772001-11-06 Corinna Vinschen <vinschen@redhat.com>
11378
11379 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11380
1c5dfdad
MS
113812001-11-05 Michael Snyder <msnyder@redhat.com>
11382
a9331b3f 11383 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11384 quote regexp chars in function names such as "operator*()".
11385
990f9fe3
FF
113862001-11-01 Fred Fish <fnf@redhat.com>
11387
11388 * gdbint.texinfo (SOLIB_ADD): Document additional new
11389 "readsyms" arg.
11390
b433d00b
DH
113912001-10-30 Don Howard <dhoward@redhat.com>
11392
070b1dd3
DH
11393 * gdb.texinfo: (Command Files) Added documentation for the
11394 behavior of gdb with input redirected from a file.
b433d00b 11395
b7209cb4
FF
113962001-10-28 Fred Fish <fnf@redhat.com>
11397
11398 * gdb.texinfo (auto-solib-add): Change docs to match
11399 implementation change.
11400 (auto-solib-limit): Add docs for new variable.
11401
1aa20aa8
AC
114022001-10-15 Andrew Cagney <ac131313@redhat.com>
11403
11404 * gdbint.texinfo (Target Architecture Definition): Function
11405 value_as_pointer renamed to value_as_address.
11406
fc0c74b1
AC
114072001-10-15 Andrew Cagney <ac131313@redhat.com>
11408
11409 * gdbint.texinfo (Target Architecture Definition): Default
11410 POINTER_TO_ADDRESS functions assume unsigned addresses.
11411 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11412 posting by Jim Blandy.
11413
f4846649
JB
114142001-10-12 Jim Blandy <jimb@redhat.com>
11415
11416 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11417 version of texi2html (1.64) doesn't support this flag any more.
11418
f277788b
MK
114192001-09-08 Mark Kettenis <kettenis@gnu.org>
11420
a9dc4918
MK
11421 * gdbint.texinfo (Host Definition): Remove description of
11422 MEM_FNS_DECLARED.
11423
d28379df
MK
11424 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11425
f277788b
MK
11426 * gdbint.texinfo (Host Definition): Remove description of
11427 HAVE_SIGSETMASK.
11428
7ccaa899
EZ
114292001-09-04 Elena Zannoni <ezannoni@redhat.com>
11430
11431 * gdbint.texinfo (Target Architecture Definition): Add
11432 explanation of TARGET_PRINT_INSN macro.
11433
17d9d558
JB
114342001-08-30 Jim Blandy <jimb@redhat.com>
11435
11436 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11437 Explain what it means to load relocatable files.
11438
72cde065
JB
114392001-08-28 Jim Blandy <jimb@redhat.com>
11440
11441 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11442 info `top' menu.
11443
9e678452
CF
11444Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11445
11446 * gdbint.texinfo: Add a cautionary note about macro use.
11447
a2bea4c3 114482001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11449
a2bea4c3
CV
11450 * gdb.texinfo: Explain omitting the hostname in the
11451 `target remote' command.
11452
1129bf27
DJ
114532001-07-30 Daniel Jacobowitz <drow@mvista.com>
11454
11455 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11456 and END-INFO-DIR-ENTRY.
11457
732b3002
SC
114582001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11459
11460 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11461
89437448
AC
114622001-07-25 Andrew Cagney <ac131313@redhat.com>
11463
11464 * gdbint.texinfo (libgdb): Rewrite.
11465
f7dc1244 114662001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11467
11468 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11469
c4555f82
SC
114702001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11471
11472 * gdb.texinfo (TUI): New chapter, document the TUI.
11473 (Mode Options): Document the -tui option.
11474
2f45a6e0
MK
114752001-07-23 Mark Kettenis <kettenis@gnu.org>
11476
11477 * gdbint.texinfo (Host Definition): Remove description of
11478 NEED_POSIX_SETPGID.
11479
f7dc1244 114802001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11481
11482 * gdb.tex (DJGPP Native): New node, with descriptions of
11483 DJGPP-specific commands.
11484
be9c6c35
JM
114852001-07-19 John R. Moore <jmoore@redhat.com>
11486
11487 * gdbint.texinfo: Three misspellings.
11488
dfa249fb
AC
114892001-07-06 Andrew Cagney <ac131313@redhat.com>
11490
11491 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11492 `test` expressions on bash. Problem reported by Colin Walters.
11493
c72e7388
AC
114942001-07-04 Andrew Cagney <ac131313@redhat.com>
11495
11496 * gdbint.texinfo (User Interface): Update ui-out documentation to
11497 refelect recent UI/MI updates.
11498
94bbb2c0
AC
114992001-07-04 Andrew Cagney <ac131313@redhat.com>
11500
11501 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11502 interpreters.
11503
af6c57ea
AC
115042001-06-15 Andrew Cagney <ac131313@redhat.com>
11505
11506 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11507 structure and not macros.
11508 (Host Definition): Document that much of this chapter is obsolete.
11509 (Target Architecture Definition): Update list of files that make
11510 up a target architecture.
11511 (Coding): Update.
11512
83aa8bc6
AC
115132001-06-28 Andrew Cagney <ac131313@redhat.com>
11514
11515 * gdbint.texinfo (Target Architecture Definition): Update
11516 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11517 The latter has been changed to a true predicate.
11518
f7dc1244 115192001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11520
11521 * annotate.texi: Add @noindent where needed. From Dmitry
11522 Sivachenko <dima@Chg.RU>.
11523 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11524
656db9b0
AC
115252001-06-16 Andrew Cagney <ac131313@redhat.com>
11526
11527 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11528
df2396a1
AC
115292001-06-14 Andrew Cagney <ac131313@redhat.com>
11530
11531 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11532 returns ``OK''. Document that the ``R'' packet does not reply.
11533
0f1f2b0a
MS
115342001-06-13 Michael Snyder <msnyder@redhat.com>
11535
11536 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11537
f7dc1244 115382001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11539
11540 * gdb.texinfo (Signals): Clarify the default setting of signal
11541 handling.
11542
a5d7c491
AC
115432001-05-14 Andrew Cagney <ac131313@redhat.com>
11544
11545 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11546 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11547
05a54c4f
AC
115482001-05-12 Andrew Cagney <ac131313@redhat.com>
11549
11550 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11551
f7dc1244 115522001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11553
11554 * gdbint.texinfo (Clean Design and Portable Implementation):
11555 Renamed from "Clean Design".
11556 (Clean Design and Portable Implementation): Document portable
11557 methods of handling file names, and the associated macros.
11558
f7dc1244 115592001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11560
11561 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11562 command and provide a cross-reference to its description.
11563 (Symbols): Note that "info scope" is useful for trace experiments.
11564
f7dc1244 115652001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11566
b37052ae
EZ
11567 * gdb.texinfo (Symbols): Document "info scope".
11568 (Tracepoints): New chapter.
11569 (Contributors): Update for v5.1.
11570 <All nodes>: Change "C++" to "C@t{++}".
11571
0ee54786
EZ
11572 * gdbint.texinfo (User Interface): A new section about ui_out
11573 functions, based on text written by Fernando Nasser.
11574
c534679c
EZ
11575 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11576
f7dc1244 115772001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11578
e9c75b65
EZ
11579 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11580
11581 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11582
11583 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11584 Replace "GDB" with "@value{GDBN}". Fix markup.
11585
11586 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11587
3d67e040
EZ
11588 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11589 a cross-reference to its description.
11590 (Symbols): Document "info symbol".
11591
f7dc1244 115922001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11593
11594 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11595 subsection "x86 Watchpoints".
11596 (Target Architecture Definition): Document the macros
11597 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11598 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11599
b0ed3589
AC
116002001-03-20 Andrew Cagney <ac131313@redhat.com>
11601
11602 * gdbint.texinfo (Target Architecture Definition): Update
11603 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11604 list.
11605
b6ba6518
KB
116062001-03-06 Kevin Buettner <kevinb@redhat.com>
11607
11608 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11609 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11610
f7dc1244 116112001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11612
11613 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11614
f7dc1244 116152001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11616
17cc6a06
EZ
11617 * gdb.texinfo (Environment): Document that `path' does not change
11618 the value of PATH in GDB's own environment (it did in the past,
11619 but that was changed on March 15, 1994). Reported by Doug Evans
11620 <dje@transmeta.com>.
11621
56caf160
EZ
11622 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11623 its line. Fix markup of commands and macros. Add an Index node
11624 and index entries.
11625
29e57380
C
116262001-01-23 J.T. Conklin <jtc@redback.com>
11627
11628 * gdb.texinfo (Memory region attributes): New manual section.
11629
1c6147de
ND
116302001-01-04 Nicholas Duffek <nsd@redhat.com>
11631
11632 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11633
f7dc1244 116342000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11635
11636 * refcard.tex: Version and copyright fixed. From Phil Edwards
11637 <pedwards@disaster.jaj.com>.
11638
0dcedd82
AC
11639Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11640
11641 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11642 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11643
3b851bce
AC
11644Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11645
11646 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11647 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11648
f7dc1244 116492000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11650
11651 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11652 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11653
b90a5f51
CF
116542000-11-10 Christopher Faylor <cgf@cygnus.com>
11655
11656 * gdb.texinfo: Document new 'set step-mode' command.
11657
f7dc1244 116582000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11659
11660 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11661 changes from Dmitry Sivachenko <dima@Chg.RU>.
11662
f7dc1244 116632000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11664
11665 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11666 From Steven Johnson <sbjohnson@ozemail.com.au>.
11667
2e685b93
MK
116682000-08-10 Mark Kettenis <kettenis@gnu.org>
11669
11670 * gdbint.texinfo (Overall Structure): Spelling fix.
11671
f7dc1244 116722000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11673
11674 * gdbint.texinfo (Target Architecture Definition): Document that
11675 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11676 for which REGISTER_CONVERTIBLE returns a zero value.
11677
63ac3005
EZ
116782000-07-08 Christopher Faylor <cgf@cygnus.com>
11679
11680 * Makefile.in (install-info): Find files to install in either the
11681 build or source directories (adapted from Makefile.am).
11682
bd79f757
ND
116832000-07-07 Nicholas Duffek <nsd@redhat.com>
11684
11685 * stabs.texinfo: Fix spelling errors.
11686 (String Field): FILE-NUMBER starts from 0, not 1.
11687
f7dc1244 116882000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11689
11690 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11691 Brian Youmans.
5f208f6d 11692
f7dc1244 116932000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11694
11695 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11696 the source directory. Reported by Mark Harig
11697 <markh@frazier.landmark.com>.
cc542d3b 11698
f3b28801
C
116992000-06-20 J.T. Conklin <jtc@redback.com>
11700
11701 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11702
449f3b6c
AC
11703Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11704
11705 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11706 Generate using pdftex.
449f3b6c 11707 (PDFTEX): Define.
889bf7c5 11708 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11709 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11710 @contents at the start.
449f3b6c 11711
f7dc1244 117122000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11713
11714 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11715 Youmans.
48e934c6 11716
9e9c5ae7
AC
11717Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11718
11719 From Brian Youmans:
11720 * gdb.texinfo: Fix ``et al.''.
11721
c741b251
AC
11722Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11723
11724 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11725 loop.
c741b251 11726
4ab64e14
JG
117272000-05-19 Jimmy Guo <guo@cup.hp.com>
11728
11729 * configure: Regenerate.
11730
f7dc1244 117312000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11732
11733 * Makefile.in (install-info): Run install-info on installed Info
11734 files.
11735
8c70017b
AC
11736Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11737
a7cb598a 11738 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11739 Andrew Cagney.
8c70017b 11740
f7dc1244 117412000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11742
11743 * gdb.texinfo: Proofreading changes from Brian Youmans.
11744
bf0184be
ND
117452000-05-01 Nick Duffek <nsd@cygnus.com>
11746
11747 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11748 startup sequence, minor edits.
11749
f7dc1244 117502000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11751
11752 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11753 TeX.
11754
11755 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11756 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11757 like `n' and `s' which look weird. Convert some of the @kindex to
11758 @vindex, when they refer to variables, not commands.
11759
33e16fad
AC
11760Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11761
11762 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11763
f7dc1244 117642000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11765
11766 * Makefile.in (GDBMI_DIR): New variable.
11767 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11768 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11769 (gdbmi.texinfo): New target, for texi2roff.
11770 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11771 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11772
11773 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11774 gdbmi.texinfo.
11775 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11776 comment.
11777
d167840f
EZ
117782000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11779
11780 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11781 command.
d167840f 11782
f7dc1244 117832000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11784
11785 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11786 prevents the build (and is generally a Bad Idea).
11787
f7dc1244 117882000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11789
11790 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11791 a comma inside @var.
11792 (Command Files): Index markup changes from Dmitry Sivachenko
11793 <dima@Chg.RU>.
11794
f7dc1244 117952000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11796
11797 * Makefile.in (LN_S): Define.
11798 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11799 invoke "ln -s" unless it is known to work.
11800
11801 * configure.in (AC_PROG_LN_S): Add.
11802
8dc7983f
JB
118032000-04-14 Jim Blandy <jimb@redhat.com>
11804
11805 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11806 section.
11807 (Target Conditionals): Document ADDRESS_TO_POINTER,
11808 POINTER_TO_ADDRESS.
11809
1a8237e8
DB
118102000-04-11 Daniel Berlin <dan@cgsoftware.com>
11811
11812 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11813 gdb-cfg.texi to get the value.
11814
ca526f1a
JB
118152000-04-10 Jim Blandy <jimb@redhat.com>
11816
11817 * gdbint.texinfo (Target Architecture Definition): Fix
11818 cross-references.
11819
faaafcb4
JB
118202000-04-08 Jim Blandy <jimb@redhat.com>
11821
11822 * gdbint.texinfo (Using Different Register and Memory Data
11823 Representations): New section.
11824 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11825 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11826 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11827
1b27397f
AC
11828Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11829
11830 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11831 for acknowledgments.
1b27397f 11832
480ff1fb
AC
11833Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11834
11835 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11836 qThreadExtraInfo.
480ff1fb 11837
a9331b3f 118382000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11839
a9331b3f
RM
11840 * gdb.texinfo: Clarify which remote debug protocol commands are
11841 required and which are optional.
f1251bdd 11842
dbeb8dbd
AC
11843Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11844
11845 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11846 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11847 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11848 * annotate.texi: Update.
11849
6d2ebf8b
SS
118502000-03-28 Stan Shebs <shebs@apple.com>
11851
11852 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11853 expectation of additional changes before release), update
11854 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11855 node links, rephrase and/or shorten lines to fix formatting
11856 problem in both regular and @smallbook formats.
11857 * annotate.texi: Shorten lines in example, use smallexample
11858 consistently everywhere.
11859 * Makefile.in: Add comment about texinfo 4.0 html generation.
11860 (SFILES_INCLUDED): Add annotate.texi.
11861
5d161b24
DB
118622000-03-27 Daniel Berlin <dan@cgsoftware.com>
11863
5ae4183a
AS
11864 * gdb.texinfo (Debugging Output): Added new section, documenting
11865 the "set/show debug" commands.
5d161b24 11866
b9deaee7
AC
11867Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11868
11869 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11870 entry.
b9deaee7
AC
11871
11872 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11873 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11874 @chapter and @node entries.
a9331b3f 11875
b9deaee7 11876 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11877
9ef47d30
AC
11878Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11879
11880 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11881 files.
9ef47d30 11882
cfeada60
FN
118832000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11884
11885 From David Whedon <dwhedon@gordian.com>
5ae4183a 11886 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11887
6837a0a2
DB
118882000-03-22 Daniel Berlin <dan@cgsoftware.com>
11889
11890 * gdb.texinfo: Add documentation for the apropos command.
11891
bba2971c
MS
118922000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11893
11894 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11895
2b628194
MS
118962000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11897
a9331b3f 11898 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11899 two places.
11900
96a2c332
SS
119012000-03-17 Stan Shebs <shebs@apple.com>
11902
11903 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11904 <dima@Chg.RU>, also clarification of allowed content for
11905 string constants.
11906
f7dc1244 119072000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11908
11909 * gdb.texinfo (main menu): Add Annotations.
11910 (File Options): Add @cindex entries for each command-line option.
11911 Document --epoch, --annotate, --async, --interpreter, --write,
11912 --statistics, and --version.
11913
11914 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11915 of GDB.
11916
9d233477
JB
119172000-02-23 Jim Blandy <jimb@redhat.com>
11918
11919 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11920
14e0eb3b
JB
119212000-02-22 Jim Blandy <jimb@redhat.com>
11922
11923 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11924
3555de01
JM
119252000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11926
11927 * Makefile.in (diststuff): New target.
11928
5e35df8e
KB
119292000-02-15 Kevin Buettner <kevinb@redhat.com>
11930
11931 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11932 architecture. [From Jim Wilson.]
5e35df8e 11933
c5394b80
JM
119342000-01-16 Tom Tromey <tromey@cygnus.com>
11935
11936 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11937 (Delete Breaks): Mention range arguments.
11938 (Disabling): Likewise.
11939
c3f6f71d
JM
119402000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11941
11942 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11943
c4093a6a
JM
11944Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11945
11946 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 11947 valid functions.
c4093a6a 11948
11cf8741
JM
119491999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11950
11951 * gdb.texinfo: Clarify regular expressions used in rbreak.
11952
917317f4
JM
119531999-10-15 Kevin Buettner <kevinb@cygnus.com>
11954
11955 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11956 MEMORY_REMOVE_BREAKPOINT): Document.
11957
11958Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11959
11960 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 11961 offset re-using the DATA offset instead.
917317f4 11962
2df3850c
JM
119631999-10-11 Jim Kingdon <kingdon@redhat.com>
11964
11965 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11966
701adfb0
PA
119671999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11968
11969 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11970
2df3850c
JM
119711999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11972
11973 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11974 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11975 typos.
11976
11977 * gdb.texinfo: Various minor wording and formatting improvements,
11978 mentions of additional command-line options.
11979
2acceee2
JM
119801999-09-30 Fred Fish <fnf@cygnus.com>
11981
11982 * gdb.texinfo: Document additional forms of specifying section
11983 names and addresses for the add-symbol-file command.
11984
c2c6d25f
JM
119851999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11986
11987 * gdbint.texinfo: Fix typo, add the word "have".
11988
119891999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11990
11991 * gdbint.texinfo (Target Architecture Definition): Document the
11992 SKIP_PERMANENT_BREAKPOINT macro.
11993
d4f3574e
SS
119941999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11995
11996 * gdb.texinfo: Fiks speling errers.
11997
11998 * gdb.texinfo: Fix uses of @multitable.
11999
f7dc1244 12000 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 12001 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 12002 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
12003 comments about using with optimization, add more indexing,
12004 fix info about disassembly-flavor.
12005
12006Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12007
12008 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12009 SKIP_SOLIB_RESOLVER): Define.
12010
12011Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12012
12013 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 12014 ``g'' packets.
d4f3574e 12015
104c1213
JM
120161999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12017
12018 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
12019 platform-specific info, inline remote.texi and move sections of it
12020 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
12021 and register stack into the new chapter.
12022 * remote.texi: Remove, now part of gdb.texinfo.
12023 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12024
120251999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12026
12027 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12028 GDB_TARGET_IS_MACH386): These kludges have gone away.
12029
12030Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12031
12032 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 12033 TDEPLIBS.
104c1213 12034
53a5351d
JM
120351999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12036
12037 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12038 surrounding text to fit HP-UX bits into general info.
12039 (HPPA-cfg.texi): Remove, no longer useful.
12040
12041 * gdb.texinfo: Remove explicit links from @node lines, remove
12042 HP-added "Detailed Node Listing" from main menu which confuses
12043 things.
12044
12045 From Dmitry Sivachenko <dima@Chg.RU>:
12046 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 12047 in description of `set environment'.
53a5351d
JM
12048
120491999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12050
12051 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12052
7be570e7
JM
120531999-08-12 Ben Elliston <bje@cygnus.com>
12054
12055 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12056
f7dc1244 120571999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
12058
12059 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
12060 watch, awatch, and rwatch. Explain why the latter two cannot be
12061 set as software watchpoints. Document that watchpoints for local
12062 variables are deleted when the debuggee terminates.
7be570e7
JM
12063
12064Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12065
12066 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
12067 packet. Allow E.. response packet. "qRcmd" packet is no longer
12068 reserved.
7be570e7
JM
12069
120701999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12071
a9331b3f
RM
12072 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12073 * gdb.texinfo: Ditto.
7be570e7 12074
701adfb0
PA
12075Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12076
12077 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12078
96baa820
JM
120791999-08-06 Tom Tromey <tromey@cygnus.com>
12080
12081 * gdb.texinfo (KOD): New node.
12082
12083Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12084
12085 * remote.texi (Rcmd): Fix minor formatting typos.
12086
12087Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12088
12089 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 12090 packets.
96baa820 12091
adf40b2e
JM
120921999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12093
12094 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12095 fixes.
12096
43ff13b4
JM
12097Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12098
12099 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12100
085dd6e6
JM
12101Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12102
12103 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
12104 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12105 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12106 packets that are not supported on all hosts. Expand examples.
12107 Spell check.
085dd6e6
JM
12108
121091999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12110
12111 * Makefile.in: Recognize html, install-html. Add targets
12112 to build HTML versions of documentation via texi2html.
12113
12114Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12115
12116 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 12117 testsuite.
085dd6e6
JM
12118
12119Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12120
12121 * remote.texi (Communication Protocol): Rewrite.
12122
12123Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12124
12125 * stabs.texinfo: Fix uses of xref.
12126
9e0b60a8
JM
12127Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12128
12129 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12130 info about patch submission.
12131
cce74817
JM
12132Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12133
12134 From Per Bothner <bothner@cygnus.com>:
12135 * gdb.texinfo: Document Chill support.
12136
12137Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12138
12139 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
12140 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12141 Document that the value should be greater-than or equal-to zero.
12142 (NO_STD_REGS): Document. Deprecate.
cce74817 12143
ac9a91a7
JM
12144Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12145
12146 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 12147 Document that these are not used.
ac9a91a7
JM
12148
12149Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12150
12151 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12152
392a587b
JM
12153Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12154
12155 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 12156 numargs was dropped.
392a587b
JM
12157
12158Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12159
12160 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12161
b83266a0
SS
12162Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12163
12164 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12165 Update.
b83266a0 12166
7a292a7a
SS
12167Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12168
12169 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12170 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12171
12172Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12173
12174 * gdbint.texinfo: Fix typos: $ -> @.
12175
12176Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12177
12178 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12179 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12180 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12181 BREAKPOINT_FROM_PC.
a9331b3f 12182
7a292a7a
SS
12183Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12184
12185 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12186 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12187
12188Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12189
12190 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12191 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12192
121931999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12194
12195 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12196 longer exists.
12197
12198Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12199
12200 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12201 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12202 they make the manual source incomprehensible.
7a292a7a
SS
12203 * h8-cfg.texi: Remove, hasn't been used in years.
12204
c906108c
SS
12205Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12206
12207 * gdb.texinfo: Update the credits.
12208
12209Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12210
12211 * gdb.texinfo: Fix mistakes noticed in printout of last
12212 draft, add Alpha to discussion of heuristic fence post.
12213
12214Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12215
12216 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12217 Edition, merge some HP changes into mainline, describe some
12218 previously undocumented features, describe more of the target
12219 commands available, eliminate obsolete section on renamed
12220 commands.
c906108c
SS
12221 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12222
12223Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12224
12225 * gdb.texinfo: Make many HPPA conditionals unconditional,
12226 including catchpoint description, since now on for all configs.
12227 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12228 specializations.
12229
12230Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12231
12232 * Makefile.in (GDBvn.texi): Fix match expression to work with
12233 current format of VERSION in gdb/Makefile.in.
12234 * gdb.texinfo: Fix node ref to match new readline.
12235
12236Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12237
a9331b3f
RM
12238 * gdb.texinfo: Changes made as part of a project to merge in
12239 changes made by HP. Documentation makes extensive use of
c906108c
SS
12240 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12241 on remote debugging. There are differences in documentation
889bf7c5 12242 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12243 the HP manual discusses catchpoints, hardware watchpoints, and
12244 some HPUX specific limitations for shared library support.
a9331b3f 12245
c906108c
SS
12246 There are also a number of @node changes.
12247
122481999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12249
12250 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12251 (C Usage): Same.
12252
12253Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12254
12255 The following changes were made by Edith Epstein
889bf7c5
PA
12256 <eepstein@cygnus.com> as part of a project to merge in changes
12257 made by HP.
a9331b3f 12258
c906108c
SS
12259 * HPPA-cfg.texi: new file.
12260
12261 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12262
12263 * refcard.tex: change documentation about catch.
12264 removed info catch.
12265
12266Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12267
12268 * gdbint.texinfo: Expand on GDB's coding standards,
12269 specify the use of arg names with prototypes.
12270
122711998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12272
12273 * gdb.texinfo: Fix tipo.
12274
12275Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12276
12277 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12278 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12279
12280Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12281
12282 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12283
122841998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12285
12286 * agentexpr.texi: New file.
12287
12288Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12289
12290 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12291
122921998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12293
12294 * remote.texi: Changed wording that implied that the GDB remote
12295 protocol caches register values instead of GDB itself.
12296
12297Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12298
12299 * gdbint.texinfo: Add some info about symbol readers.
12300 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12301 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12302 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12303 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12304
12305Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12306
a9331b3f 12307 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12308
12309Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12310
12311 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12312
12313Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12314
12315 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12316 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12317
12318Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12319
12320 * gdbint.texinfo: Fix minor typos.
12321
12322Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12323
12324 * gdbint.texinfo: Complete overhaul. Group descriptions more
12325 logically, add more info on generic algorithms, remove much
12326 obsolete and/or wrong material.
12327
12328Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12329
12330 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12331
12332Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12333
12334 * refcard.tex: Copyright, address updates.
12335
12336Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12337
12338 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12339 for the edition instead of confusing GDB-version-like numbers.
12340
12341Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12342
12343 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12344
12345Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12346
5ae4183a 12347 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12348
12349Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12350
12351 * gdb.texinfo: Add some credits, mention bug monitor.
12352 * remote.texi: Mention mips monitor targets.
12353 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12354
c906108c
SS
12355Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12356
12357 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12358 files, finish sorting of host vs target vs native macros, describe
12359 some more of them.
c906108c
SS
12360
12361Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12362
12363 * gdbint.texinfo (Host Conditionals): Document change from
12364 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12365
12366Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12367
12368 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12369 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12370
12371Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12372
12373 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12374 Document LSEEK_NOT_LINEAR.
12375
12376Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12377
12378 * stabs.texinfo (Stab Section Basics): Make it clear that only
12379 some versions of the GNU linker remove the leading N_UNDF symbol.
12380
12381Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12382
12383 * stabs.texinfo (String Field): Document type number pairs here,
12384 instead of in the Sun specific section.
12385 (Include Files): The GNU linker supports the N_BINCL
12386 optimization. Clarify the N_BINCL value, and what it is used
12387 for.
12388 (Procedures): Document N_FUN with an empty string to mark the end
12389 of a function.
12390 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12391 (Sun Differences): Remove this node, as the information is now
12392 elsewhere in the main document.
12393 (Stab Section Basics): Mention that the GNU linker may optimize
12394 stabs and remove the leading N_UNDF symbol.
12395
12396Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12397
12398 * gdb.texinfo, refcard.tex: Restore author credit
12399
701adfb0
PA
12400Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12401
12402 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12403 are macros that take an single argument.
12404
c906108c
SS
12405Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12406
12407 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12408 documentation to account for START and END macros taking
12409 one arg.
12410
12411Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12412
12413 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12414 * gdb.texinfo (Frames): Fix typo.
12415
12416Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12417
12418 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12419 a target_signal as arg type, not a pid.
12420
12421Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12422
12423 * gdb.texinfo: Document `set assembly-language'.
12424
12425Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12426
12427 * remote.texi: Update list of stubs in the GDB distribution.
12428
12429Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12430
12431 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12432 Also document that some systems can use mmalloc but must define
12433 this if their C runtime allocates memory that is later freed.
c906108c 12434 (MMCHECK_FORCE): Document new macro.
a9331b3f 12435
c906108c
SS
12436Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12437
12438 * remote.texi: Add documentation for target Sparclet.
12439
12440Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12441
a9331b3f 12442 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12443 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12444 * configure.in: Rewritten for autoconf.
12445 * configure: New.
12446
12447Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12448
12449 * Makefile.in (DVIPS): New define, set to dvips.
12450 (dvi): Add stabs.dvi.
12451 (ps): New target.
12452 (all-doc): Depend on info, dvi, and ps targets.
12453 (STAGESTUFF): Add *.ps and *.dvi files.
12454 (clean-info, clean-dvi): Remove.
12455 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12456 rules completely rewritten.
12457 (maintainer-clean): Remove clean-info and clean-dvi
12458 dependencies and put their actions in the rules.
12459 (gdb.ps): New target
a9331b3f 12460 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12461 intermediate TeX files, whether they have 2 or 3 character
12462 extensions.
12463 (gdbint.ps): Add target and rules.
12464 (gdb-internals): Delete unused target.
12465 (Makefile): Depends upon config.status also.
12466
12467Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12468
12469 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12470 set.
12471
12472Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12473
12474 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12475 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12476
12477Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12478
12479 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12480
12481Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12482
12483 * gdb.texinfo (Print settings): Document
12484 `set/show print static-members' commands.
12485
12486Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12487
12488 * gdbint.texinfo (Native): Document name change, coredep.c to
12489 core-aout.c.
12490
12491Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12492
12493 * stabs.texinfo (Include Files): Document the values the SunOS4
12494 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12495
12496Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12497
12498 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12499 Fix typo.
12500
12501Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12502
12503 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12504 "gdb.tar.Z".
12505
12506Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12507
12508 * Makefile.in (maintainer-clean): New target, synonym for
12509 realclean.
12510
701adfb0
PA
12511Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12512
12513 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12514
c906108c
SS
12515Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12516
12517 * Update all FSF addresses except those in COPYING* files.
12518
12519Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12520
12521 From Richard Earnshaw (rearnsha@armltd.co.uk):
12522 * gdb.texinfo (convenience variables): Document $_exitcode.
12523 (quit): Document optional expression to use as exit code.
12524
12525Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12526
12527 * gdb.texinfo, remote.texi: Brought up to date with various
12528 GDB changes.
12529
12530Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12531
12532 * gdb.texinfo: Update dates and versions, fix comments about
12533 hardware watchpoints in future releases and about the
12534 sharedlibrary command.
12535
12536Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12537
12538 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12539 C_FUN stab. Other cleanups.
12540
12541Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12544 for the sparc stub.
12545
12546Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12547
12548 * annotate.texi: Clarify which addresses have differing formats
12549 depending on the language and which do not.
12550
12551Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12552
12553 * remote.texi (NetWare): Changed example to use BOARD= instead of
12554 NODE= argument to reflect correspoding change to gdbserve.nlm.
12555
12556Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12557
12558 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12559 GDB, as well as AIX dbx, supports the size type attribute.
12560
12561Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12562
12563 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12564
12565Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12566
12567 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12568 and new 'if' and 'while' commands.
12569
12570Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12571
12572 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12573
12574Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12575
12576 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12577 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12578 NetWare targets. Mostly stolen from the Server node.
12579
12580Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12581
12582 * gdb.texinfo (Setting): Talk about the language of a source file
12583 versus the working language. The old documentation did not match
12584 what GDB did.
12585
12586Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12587
12588 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12589 of a source file.
12590
12591Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12592
12593 * gdb.texinfo (Processes): New node.
12594
12595Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12596
12597 * remote.texi: Update documentation of set/show mipsfpu.
12598
3fc11d3e
JM
12599Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12600
12601 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12602 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12603
12604Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12605
12606 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12607 obsolete conditionals, described some others.
12608
12609Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12610
12611 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12612 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12613
12614Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12615
12616 * gdbint.texinfo: Put regex conditionals in their own table.
12617
12618Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12619
12620 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12621 described or fixed the descriptions of many others.
12622
12623Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12624
12625 * gdb.texinfo: Add some more credits.
12626 * gdbint.texinfo: Capitalize GDB consistently, describe some
12627 macros and remove some.
12628
12629Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12630
12631 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12632 obsolete conditionals, described some others.
12633
12634Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12635
12636 * gdb.texinfo (help targets): Changed to `help target', which
12637 is the correct gdb command.
12638
12639Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12640
12641 * annotate.texi (TODO): New node, for keeping track of annotations
12642 suggested but not yet implemented.
12643
12644Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12645
12646 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12647 another symbol, it is not the address itself.
12648
12649Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12650
12651 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12652 of stabs-in-coff sections.
12653
12654Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12655
12656 * annotate.texi: Change edition to 0.5 and date to May 1994.
12657 Add index.
12658 (Frames): New node, for frame annotation.
12659 (Displays): New node, for display annotation.
12660
12661 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12662 when waiting for your program to stop.
12663
12664Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12665
12666 * annotate.texi (Breakpoint Info): Document annotation of header
12667 fields and record annotation.
12668
12669Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12670
12671 * annotate.texi: New file, to document annotations.
12672
12673Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12674
12675 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12676 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12677
12678Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12679
12680 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12681 section, and say n_strx field is compilation unit relative.
12682 * stabs.texinfo: Don't use @code for a.out when it is the name of
12683 an object file format.
12684
12685Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12686
12687 * gdb.texinfo: Refer to file names, not path names, per rms
12688 convention.
12689 (Arguments): Fix typo.
12690
12691Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12692
12693 * stabs.texinfo (Global Variables): Talk about stabs in files
12694 where variables are referenced, but not defined.
12695
12696Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12697
12698 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12699 Cplusplus to new nodes Member Type Descriptor and Method Type
12700 Descriptor. Re-write stuff for #.
12701
12702Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12703
12704 * gdb.texinfo (Print Settings): Don't document "set print
12705 fast-symbolic-addr off". The bug which it worked around was fixed
12706 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12707
12708 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12709 N_ENTRY node.
12710
12711 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12712
12713Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12714
12715 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12716 references to ieee-float.c.
12717
12718Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12721 match what the code actually does.
12722
12723Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12724
12725 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12726
12727Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12728
12729 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12730 i, and b.
12731
12732Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12733
12734 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12735 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12736 as "stabs in sections" rather than just saying "ELF and SOM".
12737 Also make that stuff apply to COFF.
12738
12739Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12740
12741 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12742 Ghostscript.
12743
12744Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12745
12746 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12747 versus functions without line numbers, also mention stepping into
12748 them as well as "step" when you are in them. Tell the user how to
12749 deal with the situation. Add comment about "debugging information".
12750
12751Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12752
12753 * stabs.texinfo (Enumerations): Document restriction on where
12754 enumeration types can appear and still win with GDB.
12755
12756Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * stabs.texinfo (Negative Type Numbers): Document format for type
12759 -16.
12760
12761Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12762
12763 * gdb.texinfo (Selection, Frame Info): Update information about
12764 arbitrary frame specficiations.
12765
12766Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12767
12768 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12769
12770Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12771
12772 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12773
12774Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12775
12776 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12777
12778Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12779
12780 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12781 Differences node to Statics node.
12782 (Statics): Discuss XCOFF use of V symbol descriptor.
12783
12784 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12785 not clean.
12786
12787Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12788
12789 * gdb.texinfo (Print Settings): Document `set print
12790 fast-symbolic-addr' and improve the doc for some other
12791 `set print's.
12792
12793Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12794
12795 * stabs.texinfo (String Field): Talk about defining several type
12796 numbers at once.
12797 Fix lint regarding changing node ELF Transformations to
12798 ELF and SOM Transformations.
12799
12800Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12801
12802 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12803
12804Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * stabs.texinfo (Cross-References): `::' is for nested types only
12807 within <>.
12808 (Structures): Document static members.
12809
12810Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12811
12812 * stabs.texinfo: Document S type attribute.
12813
12814Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12815
12816 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12817
12818Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12819
12820 * gdbint.texinfo: Fix a few typos.
12821
12822Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12823
12824 * gdb.texinfo, remote.texi: formatting improvements
12825
12826 * gdb.texinfo (New Features): mention threads.
12827 (Summary, C): fix xrefs in newly contributed text.
12828 (Threads): index entries, clarifications, example
12829 (passim): minor typos fixed, phrasing improvements
12830
12831 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12832 entries; (Server): explain use of gdbserver w/real-time systems,
12833 add example of conflicting TCP port; (MIPS Remote) break up
12834 running text into table, highlighting commands, and add example.
a9331b3f 12835
c906108c
SS
12836Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12837
12838 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12839
12840Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12841
12842 * stabs.texinfo (Nested Symbols): New node.
12843 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12844
12845Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12846
12847 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12848 to picking which Bbss.bss symbol to use, and (because there seems to
12849 be no good way of doing it) re-write some of the text to make it
12850 sound like Bbss.bss isn't such a great idea after all (as currently
12851 designed).
12852
12853 * gdb.texinfo (C): In addition to saying people have to use g++ for
12854 good results, say they have to use stabs. Specifically say cfront
12855 doesn't work well.
12856 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12857 the gdb README. Add xrefs to places where the support for the various
12858 languages is described in detail.
12859
12860Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12861
12862 * stabs.texinfo: Clean up stuff about visibility and virtual
12863 characters.
12864
12865 * stabs.texinfo (N_M2C): Cite Sun doc.
12866
12867Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12868
12869 * gdb.texinfo: updates re threads.
12870 * remote.texinfo: avoid index entries starting with digits.
12871
12872Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12873
12874 * stabs.texinfo (Enumerations): Talk about large, negative and
12875 octal values. Clean up cross reference to type attributes.
12876 (String Field): Say that GDB 4.11 supports size attribute.
12877
12878Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12879
12880 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12881 is a mandatory step. Make the stuff about that more concise.
12882
12883Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12884
12885 * stabs.texinfo (Class Names): New node.
12886
12887 * gdb.texinfo (Command Files): Explain order of init file reading.
12888
12889 * remote.texi (Bootstrapping): Talk about getting the serial driver
12890 to deal with ^C sent by gdb to stop the remote system.
12891
12892Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12893
12894 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12895
12896 * libgdb.texinfo (Defining Commands): made the DOC arg
12897 to gdb_define_app_command a char * instead of char **
12898 per a suggestion from kingdon.
12899
12900 * libgdb.texinfo: total rewrite from a different starting
12901 premise.
12902
12903Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12904
12905 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12906 floats passed as doubles (to improve clarity).
12907
12908Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12909
12910 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12911
12912 * a4rc.sed: update to work with Andreas Vogel papersize params
12913
12914 * refcard.tex: use Andreas Vogel simplifications of papersize
12915 params; remove useless version info; update copyright date.
12916
12917Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12918
12919 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12920
12921Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * gdb.texinfo (Files): Say what address the load command loads it at.
12924
12925 * stabs.texinfo (Common Blocks): Minor cleanups.
12926
12927 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12928 that Sun has backed away from the linker kludge and thus the relevant
12929 issue is changes to the SunPRO tools, not the Solaris linker.
12930
12931 * stabs.texinfo (Traditional Integer Types): Clean up description
12932 of octal bounds a little bit. Document extra leading zeroes.
12933
12934Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12935
12936 * gdb.texinfo (Signaling): Update for symbolic symbol names
12937 and add a section explaining the difference between the GDB
12938 signal command and the shell kill utility.
12939
12940Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12941
12942 * libgdb.texinfo: added `@' to braces that were unescaped.
12943
12944Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12945
12946 * libgdb.texinfo: new file. Spec for the gdb library.
12947
12948Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12949
12950 * stabs.texinfo (Include Files): Fix typo (start -> end).
12951
12952Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12953
12954 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12955 from Melissa at FSF's editing pass.
12956
12957Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12958
12959 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12960 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12961 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12962
12963Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12964
12965 * remote.texi (Bootstrapping): Discuss 386 call gates.
12966
12967Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12968
12969 * stabs.texinfo (Based Variables): New node.
12970
12971Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12972
12973 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12974 names, sizes, and formats to suggest how not to lose.
12975
12976Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12977
12978 * stabs.texinfo (Methods): Fix typo.
12979
12980Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12981
12982 * gdb.texinfo: Fix a few typos.
12983
12984Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12985
12986 * gdb.texinfo: Clarify how well it works with Fortran.
12987
12988 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12989 More on relocating stabs in ELF files.
12990
12991Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12992
12993 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12994
12995Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12996
12997 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12998 parameters on VAX.
12999
13000Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13001
13002 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13003
13004Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13005
13006 * stabs.texinfo: Make info author notice match the TeX author notice.
13007
13008Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13009
13010 * stabs.texinfo: Initial-caps all words in node names and
13011 non-trivial words in section names.
13012
13013Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * stabs.texinfo: Many minor cleanups.
13016
13017 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13018
13019Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13020
13021 * stabs.texinfo: Remove full description of big example.
13022 It's not really helpful; just use pieces of it where appropriate.
13023 Add more Texinfo formatting directives (@samp, etc.).
13024 Use @deffn to define stab types.
13025 Eliminate some wordiness. Break up some nodes.
13026 Add an (alphabetized) index of symbol types.
13027 Use consistent capitalization style in node and section names.
13028
13029Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13030
13031 * gdb.texinfo: Change typo "Two two" to "The two".
13032
13033Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13034
13035 * stabs.texinfo (XCOFF-differences): Remove references to
13036 non-existent types N_DECL and N_RPSYM.
13037
13038 * stabs.texinfo (String Field): Say that type attributes bug is
13039 fixed in GDB 4.10, since it is.
13040
13041 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13042
13043Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13044
13045 * stabs.texinfo: Formatting cleanups.
13046
13047Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13048
13049 * stabs.texinfo: When explaining the n_type of a stab, standardize
13050 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13051 no tabs, use @r).
13052 (Global Variables): Clean up.
13053
13054Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13055
13056 * stabs.texinfo (Stack Variables): Re-write.
13057
13058Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13059
13060 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13061 addresses of a source file. Also revise formatting.
13062 Change "object module" or "object file" to "source file".
13063 Various: Miscellaneous cleanups.
13064
13065Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13066
13067 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13068
13069Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13070
13071 * gdbint.texinfo: Removed many nonsensical machine-collected
13072 host and target conditionals, described some of the remainder.
13073
13074Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13075
13076 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13077
13078 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13079 paragraph which follows.
13080
13081 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13082 variables. Looks better and avoids overful hbox.
13083
13084Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13085
13086 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13087
13088Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13089
13090 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13091 retransmit-timeout
13092
13093Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13094
13095 * gdbint.texinfo: Update statement about `some ancient Unix
13096 systems, like Ultrix 4.0' to Ultrix 4.2.
13097
13098Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13099
13100 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13101
13102 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13103
13104 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13105 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13106
13107 * remote.texi: new name for former gdbinv-s.texi
13108
13109 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13110
13111Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13112
13113 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13114 variables for MIPS remote debugging protocol.
13115
13116Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13119
13120Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13121
13122 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13123
13124Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13125
13126 * gdb.texinfo: repair conditional bugs in text markup
13127
13128Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13129
13130 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13131 to select Modula-2 material.
13132
13133Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13134
13135 * stabs.texinfo: Cleanups regarding statics.
13136
13137 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13138 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13139
13140Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13141
13142 * stabs.texinfo: N_MAIN is sometimes used for C.
13143
13144Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13145
13146 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13147
13148Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13149
13150 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 13151 removed from the code by Kingdon.
c906108c
SS
13152
13153Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13154
13155 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13156 input when evaluating breakpoint conditions; the bug has been fixed.
13157
13158 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13159 sets the ignore count to N-1, not to N.
13160
13161Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13162
13163 * refcard.tex (\hoffset): correct longstanding error to match
13164 intended offset; avoids cutting off edge on some printers
13165
13166Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13167
13168 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13169
13170Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13171
13172 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13173
13174Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13175
13176 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13177 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13178 collect sed edits if any, apply to refcard before formatting;
13179 (refcard.ps) stop implying PS fonts if PS output requested;
13180 (lrefcard.ps) delete extra target for variant PS fonts
13181
13182 * refcard.tex: parametrize papersize dependent info, collect
13183 in easily replaced spot
13184
13185 * a4rc.sed: new file, edits to refcard for A4 paper
13186
13187Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13188
13189 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13190
13191Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13192
13193 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13194
13195Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13196
13197 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13198 politely rather than rudely.
13199
13200Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * stabs.texinfo: Document common blocks.
13203
13204Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13205
13206 * stabs.texinfo: Add some basic info about stabs-in-elf.
13207
13208Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13209
13210 * stabs.texinfo (Top): Minor cleanup.
13211
13212Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13213
13214 * Makefile.in (install-info): remove parentdir support
13215
13216Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13217
13218 * gdb.texinfo (Copying): delete this node and references to it;
13219 RMS says this manual need not carry GPL. (passim): Improvements
13220 from last round at FSF, largely due to Ian Taylor review, and
13221 minor formatting improvements.
13222
13223 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13224 largely due to Ian Taylor review. (Debug Session): minor edits to
13225 new text.
13226
13227Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13228
13229 * Makefile.in (realclean): Remove info and dvi files too.
13230
13231Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13232
13233 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13234 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13235 * gdb.texinfo: Change accordingly.
13236
13237 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13238 N_{L,R}BRAC,N_SLINE are relative to.
13239
13240Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13241
13242 * Makefile.in (GDBvn.texi): Update atomically.
13243
13244Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13245
13246 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13247
13248Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13249
13250 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13251 addresses together. Also motivate the set print symbol-filename
13252 command and suggest other solutions.
13253
13254Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13255
13256 * gdb.texinfo (set print elements): Note that the number of
13257 elements is set to unlimited by "set print elements 0".
13258
13259Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13260
13261 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13262 NF_LDOUBLE means.
13263 (Stab Types): Include Solaris stab types.
13264 (Procedures): Document Solaris extensions.
13265
13266Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13267
13268 * gdb.texinfo: Add `set print symbol-filename' doc.
13269
13270Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13271
13272 * stabs.texinfo (Arrays): Talk about type definition vs. type
13273 information.
13274
13275 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13276 the trailing semicolon.
13277
13278Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13279
13280 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13281 and merge in other parts of the document addressing these subjects.
13282 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13283
13284 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13285 at the end of a range type.
13286
13287 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13288 AIX extensions.
13289
13290Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13291
13292 * stabs.texinfo (Stabs Format): Misc fixes.
13293
13294Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13295
13296 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13297 (Traditional builtin types): Document convex convention for long long.
13298 (Negative builtin types): Discuss type names, and misc fixes.
13299
13300Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13301
13302 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13303 point types used with @samp{R} type descriptor.
13304 (Symbol Descriptors): Describe how to handle conflict between
13305 different meanings of @samp{P} symbol descriptor.
13306
13307Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13308
13309 * stabs.texinfo: Remove node Quick Reference and put its children
13310 directly under the main menu.
13311
13312 * stabs.texinfo: Many more changes to bring it into line with
13313 AIX documentation and reality. I think it now has all the
13314 information from the AIX documentation, except that I burned
13315 out when I got to variant records (Pascal and Modula-2) and
13316 all the COBOL types. Oh well, we can add them later when we're
13317 worrying more about those languages.
13318
13319 * stabs.texinfo (Automatic variables): Talk about what it means
13320 to omit the symbol descriptor.
13321
13322Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13323
13324 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13325 gcc2 behavior with promoted args.
13326
13327Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13328
13329 * gdb.texinfo: include readline appendices in info version of manual
13330
13331Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13332
13333 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13334 target remote.
13335
13336 * gdb.texinfo (Machine Code): more index entries for disassemble
13337
13338Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13339
13340 * Clarify the intended use of the gdb-testers and gdb-patches
13341 mailing lists, and shrink gzip comment.
13342
13343Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13344
13345 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13346 DOSHOST configuration of manual.
13347
13348 * gdb.texinfo (MIPS Stack): new node.
13349
13350 * all-config.texi (MIPS) new switch.
13351
13352 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13353 tense; (MIPS Remote) new node.
13354
13355 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13356 bug; (Environment) less passive, other small cleanups in text about
13357 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13358 (Remote) new MIPS Remote menu entry.
13359
13360Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13361
13362 * stabs.texinfo: Many changes to include information from the
13363 AIX documentation.
13364
13365 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13366
701adfb0
PA
13367Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13368
13369 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13370 Add PRINTF_HAS_LONG_LONG references.
13371
13372Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13373
13374 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13375 `set demangle-style arm' (not cfront); mention can type `q' to
13376 discard output, when gdb pages.
13377
c906108c
SS
13378Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13379
13380 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13381 Move a bunch of information from ../README.
13382 (Getting Started): New node.
13383
13384Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13385
13386 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13387
13388 * gdb.texinfo: advance manual revision dates to present
13389
13390 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13391 stop using silly Roman numerals in @set variable names
13392
13393Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13394
13395 * stabs.texinfo (Parameters): Keep trying to get this right.
13396
13397Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13398
13399 * stabs.texinfo (Parameters): More on "local parameters".
13400
13401Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13402
13403 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13404
13405Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13406
13407 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13408 (Parameters): Rewrite.
13409 (xcoff-differences, Sun-differences): Minor changes.
13410
13411Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13412
13413 * stabs.texinfo: Minor cleanup.
13414
13415Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13416
13417 * gdbint.texinfo: Minor xcoff stuff.
13418
13419Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13420
13421 * gdbint.texinfo: Update for new config directory structure.
13422 Add info about internal type data structures.
13423
13424Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13425
13426 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13427 $(srcdir).
13428 (gdb-config.texi): Depend on file in $(srcdir).
13429
13430Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13431
13432 * stabs.texinfo: Fixes about N_SO.
13433
701adfb0
PA
13434Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13435
13436 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13437
c906108c
SS
13438Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13439
13440 * gdb.texinfo: include list of nonstandard init file names
13441
13442 * *-config.texi: new switch GENERIC for text that applies *only*
13443 to (usual) multiple-target version of manual
13444
13445 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13446 h8 config
13447
13448 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13449 in menus (rather than conditionally selected multiple alternative
13450 menus).
13451
13452 * Makefile.in: define and use DOC_CONFIG var to select
13453 configuration for GDB user manual.
13454
13455 * gdb-config.texi: delete from repository, generate from Makefile.
13456
13457 * all-config.texi: normal `generic' configuration file, formerly
13458 stored as gdb-config.texi
13459
13460Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13461
13462 * Makefile.in: add dvi target to build all .dvi files
13463
13464Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13465
13466 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13467
701adfb0
PA
13468Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13469
13470 * stabs.texi: The `this' pointer is now known by the name
13471 `this' instead of `$t'.
13472
c906108c
SS
13473Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13474
13475 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13476 host conditionals.
13477 * stabs.texinfo: More array fixes inspired by Jim's.
13478
13479Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13480
13481 * stabs.texinfo: Fixes re arrays and continuations.
13482
13483 * gdbint.texinfo: Add XCOFF node.
13484
13485Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13486
13487 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13488
13489Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13490
13491 * stabs.texinfo: Fix for array types to mention lower bounds.
13492
13493Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13494
13495 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13496
13497Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13498
13499 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13500
13501Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13502
13503 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13504 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13505
13506Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13507
13508 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13509
701adfb0
PA
13510Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13511
13512 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13513
c906108c
SS
13514Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13515
13516 * gdb.texinfo, gdbinv-s.texi: misc updates
13517
13518Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13519
13520 * gdbint.texinfo: Brief documentation for longjmp support,
13521 from an email msg by Stu.
13522
13523Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13524
13525 * stabs.texinfo: Fix description of floating point "range"
13526 types (which really define basic types). Reported by Jim Meehan,
13527 <meehan@src.dec.com>.
13528
13529 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13530
13531Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13532
13533 * gdbint.texinfo: Slightly expand section on supporting a new
13534 object file format.
13535
13536Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13537
13538 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13539 intermediate file.
13540
13541Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13542
13543 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13544
13545Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13546
13547 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13548
13549 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13550 as well as Z8002.
13551
701adfb0
PA
13552Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13553
13554 * gdbint.texinfo (Host Conditionals): Remove
13555 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13556 MEM_FNS_DECLARED.
13557 (Target Conditionals): Remove all of the above.
13558
13559Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13560
13561 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13562 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13563
c906108c
SS
13564Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13565
13566 * gdbint.texinfo: Add sections on clean design and on how to send
13567 in changes.
13568
13569Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13570
13571 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13572
701adfb0
PA
13573Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13574
13575 * gdbint.texinfo: nm.h now included in defs.h.
13576
c906108c
SS
13577Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13578
13579 * gdb.texinfo: Fix typo, reported by Karl Berry.
13580
13581Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13582
13583 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13584
701adfb0
PA
13585Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13586
13587 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13588
13589Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13590
13591 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13592 (all @node commands): Use new form to avoid nitpicking errors.
13593 * gdbint.texinfo: Document host/native/target split.
13594
13595Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13596
13597 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13598
13599Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13600
13601 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13602
c906108c
SS
13603Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13604
13605 * gdbint.texinfo: fixed a stray email address (needs @@),
13606 added @table @code to node "Native Conditionals"
13607
701adfb0
PA
13608Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13609
13610 * gdbint.texinfo: document a few more macros, create new section
13611 for native macros.
13612
13613Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13614
13615 * gdb.texinfo: Document command hooks.
13616
c906108c
SS
13617Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13618
13619 * gdbint.texinfo: Describe coding style of GDB.
13620
13621Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13622
13623 * stabs.texinfo: Minor wording changes.
13624
13625Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13626
13627 * gdbint.texinfo: Improve release doc slightly.
13628
701adfb0
PA
13629Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13630
13631 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13632 for two new remote targets---29K using UDI, and Tandem ST2000
13633 using STDBUG.
13634
13635 * all.m4, none.m4: new m4 switch, _ST2000__
13636
13637 * all.m4: turn on H8/300 stuff for generic manual
13638
13639 * gdbinv-s.m4.in: remove text on special procedures to continue
13640 after explicit call to breakpoint() in serial stubs.
13641
c906108c
SS
13642Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13643
13644 * gdbint.texinfo: Improve doc of GDB config macros.
13645
13646Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13647
13648 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13649 These will be reinserted when examined.
13650
701adfb0
PA
13651Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13652
13653 * gdb.texinfo: fix shameful error of agreement reported by
13654 jimb@occs.cs.oberlin.edu (Jim Blandy)
13655 * gdb.texinfo: remove old partial discussion of remote serial
13656 protocol (via serial debug stubs)
13657 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13658 use of serial debug stubs
13659
c906108c
SS
13660Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13661
13662 * gdbint.texinfo: Make a start at documenting all the #if macros
13663 in GDB. At least list them all, and start separating them into
13664 host-specific and target-specific.
13665
13666Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13667
13668 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13669 examples (not consistent w others).
c906108c
SS
13670 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13671 for generic vn of doc
13672
13673Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13674
13675 * Makefile.in: always create installation directories.
13676
13677Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13678
13679 * gdb.texinfo: in h8 config, do not describe searching commands.
13680
13681Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13682
13683 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13684 conditionals; introduce a few generic switches that may be
13685 useful for other cross-dev or dos-hosted configs.
13686
13687 * gdb.texinfo: fix typo in "info reg" description
13688
13689Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13690
13691 * stabs.texinfo: Minor updates from running TeX over it.
13692 * Makefile.in (stabs.dvi, stabs.ps): Add.
13693
13694Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13695
13696 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13697 First pass at converting it to texinfo.
13698
13699Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13700
13701 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13702 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13703
13704Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13705
13706 * gdbint.texinfo: Add section on partial symbol tables.
13707
701adfb0
PA
13708Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13709
13710 * gdb.texinfo: Document new am29k setting.
13711
c906108c
SS
13712Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13713
13714 * gdb.texinfo: document `set remotedebug' and `set
13715 rstack_high_address'.
13716
13717Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13718
13719 * gdb.texinfo: slight expansion of new text on reading info files
13720 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13721 H8/300 from DOS.
13722
13723Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13724
13725 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13726
13727Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13728
13729 * gdb.texinfo: Say how to read the `info' files.
13730
13731Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13732
13733 * Makefile.in: gm4 -> m4.
13734
13735Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13736
13737 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13738 Documentation' ahead of `Installing GDB' to match README.
13739 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13740 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13741
13742Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13743
13744 * Makefile.in: remove $(srcdir) from gdb.info rule.
13745
13746Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13747
13748 * Makefile.in: commented out gdb-all.texinfo rule. This is
13749 temporary.
13750
13751Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13752
13753 * Makefile.in, configure.in: removed traces of namesubdir,
13754 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13755 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13756
13757Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13758
13759 * gdb.texinfo: Improve how we ask for bug reports.
13760
13761Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13762
13763 * Makefile.in: infodir belongs in datadir.
13764
13765Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13766
13767 * Makefile.in: remove spaces following hyphens, bsd make can't
13768 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13769 standards.text support.
c906108c
SS
13770
13771Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13772
13773 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13774 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13775 and mandir now keyed off datadir by default.
13776
13777\f
13778Local Variables:
9e9c5ae7 13779mode: change-log
c906108c
SS
13780left-margin: 8
13781fill-column: 74
13782version-control: never
463888ab 13783coding: utf-8
c906108c 13784End:
This page took 2.189803 seconds and 4 git commands to generate.