Fix memory tagging section type
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
fa167b00
LM
12021-03-29 Luis Machado <luis.machado@linaro.org>
2
3 * gdb.textinfo (Memory Tagging): Make it a @section.
4
a668276c
LM
52021-03-24 Luis Machado <luis.machado@linaro.org>
6
7 * gdb.texinfo (Data): Document memory tagging changes to the "print"
8 command.
9 (Examining Memory): Document memory tagging changes to the "x"
10 command.
11 (Memory Tagging): Update with more information on changes to the "x"
12 and "print" commands.
13
362a0700
LM
142021-03-24 Luis Machado <luis.machado@linaro.org>
15
16 * gdb.texinfo (Memory Tagging): New subsection and node.
17 (AArch64 Memory Tagging Extension): New subsection.
18
0f01515a
LM
192021-03-24 Luis Machado <luis.machado@linaro.org>
20
21 * gdb.texinfo (General Query Packets): Document qMemTags and
22 QMemTags. Document the "memory-tagging" feature.
23 (ARM-Specific Protocol Details): Document memory tag types.
24
763b8efd
AB
252021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * python.texinfo (Parameters In Python): Return empty string in
28 small example code.
29
02a79309
AB
302021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.texinfo (Files): Document new 'maint info target-sections'
33 command.
34
22e6d16f
LS
352021-02-17 Lancelot Six <lsix@lancelotsix.com>
36
37 PR cli/17290
38 * gdb.texinfo (Remote Configuration): Fix show remote
39 interrupt-sequence and show remote interrupt-on-connect.
40
bf3386f0
AB
412021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.texinfo (Files): Update documentation for 'maint info
44 sections'.
45
29db1eb3
AB
462021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * python.texinfo (TUI Windows In Python): Extend description of
49 TuiWindow.is_valid.
50
2e3773ff
LS
512021-02-02 Lancelot SIX <lsix@lancelotsix.com>
52
53 * gdb.texinfo (Inferiors Connections and Programs): Document the
54 inferior command when used without argument.
55
bb3c2d4d
TT
562021-01-27 Tom Tromey <tromey@adacore.com>
57
58 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
59
f3bdc2db
MB
602021-01-25 Marco Barisione <mbarisione@undo.io>
61
62 * python.texi: Add parentheses to print statements/functions.
63
04de9f3e
AB
642021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.texinfo (Specify Location): Move menu to the end of the
67 node.
68 (Auto-loading): Likewise.
69 (Extending GDB): Likewise.
70 (TUI): Likewise.
71 (Operating System Information): Likewise.
72
9d2d8a16
AB
732021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 PR cli/25956
76 * gdb.texinfo (Output Styling): Document version style.
77
d8c4766d
AB
782021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.texinfo (Auto-loading extensions): Add additional cross
81 references and move @menu to the end of the node.
82
fe461d2f
AB
832021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.texinfo (Aliases): Move @menu to the end of the node.
86
cc4bc93e
AB
872021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
90
a72d0f3d
AB
912021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.texinfo (Commands): Update menu.
94 (Extending GDB): Likewise.
95 (Command aliases default args): Moved later into the document,
96 added a cindex entry. Renamed the section 'Automatically prepend
97 default arguments to user-defined aliases' to 'Default Arguments'.
98 (Aliases): Moved earlier in the document. Minor rewording of the
99 first paragraph, down-cased the text inside all uses of @var, and
100 added a cross reference to the Python code. Renamed the section
101 'Creating new spellings of existing commands' to 'Command
102 Aliases'.
103
325d39e4
HD
1042021-01-21 Hannes Domani <ssbssa@yahoo.de>
105
106 PR python/19151
107 * python.texi (Breakpoints In Python): Document
108 gdb.BP_HARDWARE_BREAKPOINT.
109
b5b5650a
JB
1102021-01-01 Joel Brobecker <brobecker@adacore.com>
111
112 * gdb.texinfo, refcard.tex: Update copyright year range.
113
6596a5d4
HD
1142020-12-29 Hannes Domani <ssbssa@yahoo.de>
115
116 * python.texi (Frame Decorator API): Fix method name.
117
f37059ea
AB
1182020-12-23 Alex Bennée <alex.bennee@linaro.org>
119
120 * gdb.texinfo (Packets): Clarify language for ? packet.
121
904cb749
JB
1222020-12-21 Joel Brobecker <brobecker@adacore.com>
123
124 * gdb.texinfo (Requirements): Add GMP to list of requirements.
125
e8460459
HD
1262020-12-18 Hannes Domani <ssbssa@yahoo.de>
127
128 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
129
4aea001f
HD
1302020-12-18 Hannes Domani <ssbssa@yahoo.de>
131
132 * python.texi (Values From Inferior): Document the address keyword.
133
85be4f5a
SM
1342020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
135
136 PR gdb/27088
137 * gdb.texinfo (Range Checking): Fix "show check range" command
138 name.
139
ee9812a0
AB
1402020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.texinfo (Caching Target Data): Document 'maint flush
143 dcache'.
144
50a5f187
AB
1452020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
148 (Maintenance Commands): Document 'maint flush register-cache'.
149
ab954e4a
BE
1502020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
151
152 * Makefile.in: Delete GDBvn.texi and version.subst only in
153 the maintainer-clean target.
154
9f121239
HD
1552020-11-29 Hannes Domani <ssbssa@yahoo.de>
156
157 PR python/26974
158 * python.texi: Fix docu for static members argument.
159
a5c641b5
AB
1602020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.texinfo (Debugging Output): Document 'set/show debug
163 fortran-array-slicing'.
164 (Special Fortran Commands): Document 'set/show fortran
165 repack-array-slices'.
166
ab33b152
AB
1672020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * gdb.texinfo (Maintenance Commands): Update description of 'maint
170 print c-tdesc'.
171
64aaad63
AB
1722020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
173
174 * gdb.texinfo (Mode Options): Descriptions of initialization files
175 has been moved to 'Initialization Files'.
176 (Startup): Likewise.
177 (Initialization Files): New node.
178 (gdb man): Update to mention alternative file paths.
179 (gdbinit man): Likewise.
180
733d554a
TBA
1812020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
182
183 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
184 of the 'break'command.
185 * gdb.texinfo (Conditions): Document the '-force' flag of the
186 'condition' command.
187
b5fa468f
TBA
1882020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
189
190 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
191 locations for which the breakpoint condition is invalid.
192
4b136f6f
MF
1932020-10-06 Michael Forney <mforney@mforney.org>
194
195 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
196 install condition.
197
8d378f27
SM
1982020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
201
7b085b1c
SM
2022020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
203
204 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
205
6791b117
PA
2062020-09-13 Pedro Alves <pedro@palves.net>
207
208 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
209 "-break-insert --qualified" and "-dprintf-insert --qualified".
210
fdd8731b
SV
2112020-08-25 Shahab Vahedi <shahab@synopsys.com>
212
213 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
214
995d3a19
SV
2152020-08-25 Shahab Vahedi <shahab@synopsys.com>
216
217 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
218 Features.
219
e09eef98
TT
2202020-08-07 Tom Tromey <tromey@adacore.com>
221
222 * gdb.texinfo (Ravenscar Profile): Add examples.
223 Document runtime initialization limitation.
224
39791af2
JM
2252020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
226
227 * gdb.texinfo (Contributors): Add information for the eBPF
228 support.
229 (BPF): New section.
230
43d5901d
AB
2312020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * python.texi (Unwinding Frames in Python): Update descriptions
234 for PendingFrame.read_register and
235 gdb.UnwindInfo.add_saved_register.
236 (Frames In Python): Update description of Frame.read_register.
237
14fa8fb3
AB
2382020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * python.texi (Registers In Python): Document new find function.
241
b089853a
KB
2422020-07-22 Kevin Buettner <kevinb@redhat.com>
243
244 * gdb.texinfo (Maintenance Commands): Add documentation for
245 new command "maintenance print core-file-backed-mappings".
246
c9fe1b58
RT
2472020-07-22 Reuben Thomas <rrt@sc3d.org>
248
249 * gdb.texinfo (Remote Protocol, Overview): Correct the description
250 of which remote protocol commands are mandatory for a stub to
251 implement.
252
ae5369e7
LC
2532020-07-20 Ludovic Courtès <ludo@gnu.org>
254
255 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
256
68cf161c
LC
2572020-07-20 Ludovic Courtès <ludo@gnu.org>
258
259 * guile.texi (Memory Ports in Guile): Mark
260 'memory-port-read-buffer-size',
261 'set-memory-port-read-buffer-size!',
262 'memory-port-write-buffer-size',
263 'set-memory-port-read-buffer-size!' as deprecated.
264 (Guile Introduction): Clarify which Guile
265 versions are supported.
266
ed788fee
PC
2672020-07-13 Paul Carroll <pcarroll@codesourcery.com>
268
269 PR gdb/25716
270
271 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
272 apply' and adjust xrefs to it.
273
0a278aa7
PW
2742020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
277
6e2469ff
HD
2782020-07-08 Hannes Domani <ssbssa@yahoo.de>
279
280 * gdb.texinfo: Document Windows drive conversion of
281 'set auto-load scripts-directory'.
282
64cb3757
AB
2832020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * gdb.texi (Registers): Add @anchor for 'info registers
286 <reggroup>' command.
287 * python.texi (Architectures In Python): Document new
288 register_groups method.
289 (Registers In Python): Document two new object types related to
290 register groups.
291
0f767f94
AB
2922020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * python.texi (Python API): Add new section to the menu.
295 (Frames In Python): Add new @anchor.
296 (Architectures In Python): Document new registers method.
297 (Registers In Python): New section.
298
87dbc774
AB
2992020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * python.texi (Unwinding Frames in Python): Document
302 PendingFrame.architecture method.
303
edf92af0
EZ
3042020-06-26 Eli Zaretskii <eliz@gnu.org>
305
306 * gdb.texinfo (Shell Commands): More accurate description of use
307 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
308
caa7fd04
AB
3092020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.texinfo (Maintenance Commands): Document new 'maint print
312 xml-desc' command.
313
5b860c93
PW
3142020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315
316 * gdb.texinfo (Command aliases default args): New node documenting
317 how to use default args for a command using aliases.
318 (Aliases): Document the new 'DEFAULT-ARGS...' option.
319 (Help): Update help aliases text and describe when full alias
320 definition is provided.
321
914592f9
TT
3222020-06-11 Tom Tromey <tromey@adacore.com>
323
324 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
325
c5a6a07f
JG
3262020-06-10 Jonny Grant <jg@jguk.org>
327
328 * gdb.texinfo: Remove broken links Previous and Up from
329 contents.
330
0a4f5f8c
TT
3312020-05-23 Tom Tromey <tom@tromey.com>
332
333 * gdb.texinfo (Output Styling): Don't mention completion styling.
334 (Editing): Don't mention readline completion styling.
335
eca1f90c
TT
3362020-05-23 Tom Tromey <tom@tromey.com>
337
338 * gdb.texinfo (Output Styling): Mention completion styling.
339 (Editing): Mention readline completion styling.
340
98c59b52
PA
3412020-05-19 Pedro Alves <palves@redhat.com>
342
343 * gdb.texinfo (Attach): Update exec-file-mismatch description to
344 mention build IDs.
345 (Separate Debug Files): Add "build id" anchor.
346
5b4a1a8d
PW
3472020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * gdb.texinfo (Help): Document the help and apropos changes.
350 (Aliases): Document new meaning of -a abbreviation flag.
351
aa8509b4
KR
3522020-05-05 Kamil Rytarowski <n54@gmx.com>
353
354 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
355 (info proc exe, info proc mappings, info proc stat): Mention
356 NetBSD support.
357
2b2fbab8
TT
3582020-04-28 Tom Tromey <tom@tromey.com>
359
360 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
361
45fc7c99
TT
3622020-04-27 Tom Tromey <tromey@adacore.com>
363
364 * python.texi (Types In Python): Mention missing fields. Add
365 dynamic type example.
366
1acda803
TT
3672020-04-24 Tom Tromey <tromey@adacore.com>
368
369 PR python/23662:
370 * python.texi (Types In Python): Document new features.
371
0ca4866a
AS
3722020-04-15 Artur Shepilko <nomadbyte@gmail.com>
373
374 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
375 clears makeinfo warnings.
376 * python.texi: Add a missing period trailing an @xref{} clause;
377 this clears a makeinfo warning.
378
09f2921c
TV
3792020-03-06 Tom de Vries <tdevries@suse.de>
380
381 * gdb.texinfo: Fix "the the".
382
0bab6cf1
TV
3832020-03-04 Tom de Vries <tdevries@suse.de>
384
385 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
386 * python.texi: Same.
387
63e163f2
AB
3882020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.texinfo (Command History): Extend description for
391 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
392 'set history filename' being optional. Describe the effect of an
393 empty history filename on 'set history save on'.
394
e56d7f1e
AB
3952020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
396
397 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
398 output.
399
01b1af32
TT
4002020-02-22 Tom Tromey <tom@tromey.com>
401
402 * python.texi (Python API): Add menu item.
403 (TUI Windows In Python): New node.
404
7c043ba6
TT
4052020-02-22 Tom Tromey <tom@tromey.com>
406
407 PR tui/17850:
408 * gdb.texinfo (TUI Commands): Document horizontal layouts.
409
ee325b61
TT
4102020-02-22 Tom Tromey <tom@tromey.com>
411
412 * gdb.texinfo (TUI Overview): Mention user layouts.
413 (TUI Commands): Document "tui new-layout".
414
b7d2fe14
TT
4152020-01-26 Tom Tromey <tromey@adacore.com>
416
417 * gdb.texinfo (M68K Features): Document floating-point feature
418 correspondence.
419
e47e48f6
PW
4202020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
421
422 * gdb.texinfo (Attach): Document the new option and the
423 set/show commands.
424 (Connecting): Reference the exec-file-mismatch option.
425
65c574f6
PA
4262020-01-10 Pedro Alves <palves@redhat.com>
427
428 * gdb.texinfo (Starting): Say "current inferior not connected"
429 instead of "GDB not connected".
430 (Inferiors and Programs): Rename node to ...
431 (Inferiors Connections and Programs): ... this. Update all
432 references. Talk about multiple target connections. Update "info
433 inferiors" info to mention the connections column. Describe "info
434 connections". Document "add-inferior -no-connection".
435 * guile.texi, python.texi: Update cross references.
436
e5d78223
JB
4372020-01-01 Joel Brobecker <brobecker@adacore.com>
438
439 * gdb.texinfo, refcard.tex: Update copyright year range.
440
db178f47
AB
4412019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * python.texi (Symbols In Python): Remove duplicate description of
444 gdb.lookup_global_symbol.
445
27f7b2f6
SM
4462019-12-11 Simon Marchi <simon.marchi@efficios.com>
447
448 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
449
d8edc8b7
PW
4502019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
451
452 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
453 as -r is ambiguous. Update the print - TAB TAB completion result.
454 (Data): Document new option -raw-values. Use -p and -pretty in the
455 example, as -r is ambiguous.
456 (Print Settings): Document set print raw values.
457 (Pretty-Printer Commands): Document interaction between enabled
458 pretty printers and -raw-values/-raw-frame-arguments.
459
77bb17b6
TT
4602019-12-10 Tom Tromey <tom@tromey.com>
461
462 * python.texi (gdb.prompt): Use correct quotes in example.
463 Shorten sample text.
464
c2512106
AB
4652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
468 -max-results to some -symbol-info-* commands.
469
293b38d6
AB
4702019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
473 -symbol-info-module-functions and -symbol-info-module-variables.
474
a2a7af0c
TT
4752019-12-01 Tom Tromey <tom@tromey.com>
476
477 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
478 (Output Styling): Document new settings.
479
d1da6b01
TT
4802019-12-01 Tom Tromey <tom@tromey.com>
481
482 * gdb.texinfo (TUI Configuration): Document new setting.
483
bf498525
PW
4842019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
485
486 * gdb.texinfo (Define): Indicate that user-defined prefix can
487 be used in 'define' command. Document 'define-prefix' command.
488
db5960b4
AB
4892019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
492 -symbol-info-modules.
493
7dc42066
AB
4942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
497 -symbol-info-functions, -symbol-info-types, and
498 -symbol-info-variables.
499
22138db6
TT
5002019-11-26 Tom Tromey <tom@tromey.com>
501
502 * gdb.texinfo (Maintenance Commands): Document new maint
503 commands.
504
6cc8564b
LM
5052019-11-25 Luis Machado <luis.machado@linaro.org>
506
507 * gdb.texinfo (Debugging Output): Document set debug
508 remote-packet-max-chars.
509
6b92c0d3
TV
5102019-11-14 Tom de Vries <tdevries@suse.de>
511
512 * gdb.texinfo: Fix typos.
513 * python.texi: Same.
514 * stabs.texinfo: Same.
515
45e42163
TT
5162019-11-12 Tom Tromey <tom@tromey.com>
517
518 * gdb.texinfo (Maintenance Commands): Document new command.
519
c86d74cc
TT
5202019-11-11 Tom Tromey <tom@tromey.com>
521
522 * gdb.texinfo (TUI Keys): Document readline function names.
523
c71acd15
TT
5242019-11-11 Tom Tromey <tom@tromey.com>
525
526 * gdb.texinfo (Editing): Document operate-and-get-next.
527
fb092e09
TT
5282019-11-11 Tom Tromey <tromey@adacore.com>
529
530 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
531
086baaf1
AB
5322019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * python.texi (Symbols In Python): Add documentation for
535 gdb.lookup_static_symbols.
536
09ff83af
AB
5372019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * python.texi (Symbols In Python): Extend documentation for
540 gdb.lookup_static_symbol.
541
165f8965
AB
5422019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.texinfo (Symbols): Document new 'info module variables' and
545 'info module functions' commands.
546
59c35742
AB
5472019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.texinfo (Symbols): Document new 'info modules' command.
550
aed61d02
PW
5512019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
552
553 * gdb.texinfo (Convenience Funs): Document the new
554 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
555 convenience functions.
556
ed2a2229
CB
5572019-10-29 Christian Biesinger <cbiesinger@google.com>
558
559 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
560 generation.
561 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
562 option.
563
6999161a
TT
5642019-10-23 Tom Tromey <tom@tromey.com>
565
566 * Makefile.in (READLINE_DIR): Update.
567
14796d29
CB
5682019-10-23 Christian Biesinger <cbiesinger@google.com>
569
570 * python.texi (Threads In Python): Add a note for how to get the
571 list of threads.
572
760f7560
TV
5732019-10-07 Tom de Vries <tdevries@suse.de>
574
575 * gdb.texinfo: Fix typo.
576 * guile.texi: Same.
577 * python.texi: Same.
578
0a4b0913
AB
5792019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
580
581 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
582
37f6a7f4
TT
5832019-10-02 Tom Tromey <tromey@adacore.com>
584
585 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
586 $_ada_exception.
587
abf516c6
UW
5882019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
589
590 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
591 qXfer:spu:read and qXfer:spu:write.
592 (General Query Packets): Likewise.
593 (Cell Broadband Engine SPU architecture): Remove subsection.
594
11061048
TT
5952019-09-18 Tom Tromey <tom@tromey.com>
596
597 * gdb.texinfo (Editing): Document readline application name.
598 (TUI Single Key Mode): Document TUI SingleKey keymap name.
599
f1b620e9
MG
6002019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.texinfo (Source Path): Additional text to better describe
603 how the source path directory list is used when searching for
604 source files.
605
4993045d
PW
6062019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
607
608 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
609 examples.
610
2d601616
TT
6112019-09-10 Tom Tromey <tromey@adacore.com>
612
613 * gdb.texinfo (Index Files): Update Ada text.
614
4acfdd20
AB
6152019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.texinfo (Symbols): Add information about the -n flag to
618 "info variables" and "info functions".
619
e3ec872f
YS
6202019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
621
622 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
623
aa7ca1bb
AH
6242019-08-16 Alan Hayward <alan.hayward@arm.com>
625
626 * gdb.texinfo (AArch64 Pointer Authentication)
627 (GDB/MI Breakpoint Information) (Frame Information): Document
628 addr_field.
629
86c6b807
TT
6302019-08-12 Tom Tromey <tom@tromey.com>
631
632 * gdb.texinfo (Configure Options): Document minimum version of
633 readline.
634
1ba7cdcd
AH
6352019-08-09 Alan Hayward <alan.hayward@arm.com>
636
637 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
638
3d31bc39
AH
6392019-08-07 Alan Hayward <alan.hayward@arm.com>
640
641 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
642
0b27c27d
CB
6432019-08-05 Christian Biesinger <cbiesinger@google.com>
644
645 * python.texi (Blocks In Python): Document dictionary access on blocks.
646
ae60f04e
PW
6472019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
648
649 * gdb.texinfo (Symbols): Document new args -dirname and -basename
650 of "info sources" command.
651
2906593f
CB
6522019-07-30 Christian Biesinger <cbiesinger@google.com>
653
654 * python.texi (Symbols In Python): Document new function
655 gdb.lookup_static_symbol.
656
c620ed88
CB
6572019-07-29 Christian Biesinger <cbiesinger@google.com>
658
659 * python.texi (Objfiles In Python): Document new functions
660 Objfile.lookup_{global,static}_symbol.
661
bc4268a5
PW
6622019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
663
664 * gdb.texinfo (Backtrace): Document the new '-frame-info'
665 backtrace option. Reference 'set print frame-info'.
666 (Print Settings): Document 'set|show print frame-info'.
667 Document new 'presence' value for 'set print frame-arguments.
668
a8eab7c6
AB
6692019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.texinfo (Symbols): Add information about -q flag to "info
672 types".
673
86ceaf98
KB
6742019-07-20 Kevin Buettner <kevinb@redhat.com>
675
676 * python.texi (python command): Revise example to match
677 command behavior.
678
cb1e4e32
PA
6792019-07-09 Pedro Alves <palves@redhat.com>
680
681 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
682 examples to show type=catchpoint instead of type=breakpoint and an
683 address.
684
fdbc9870
PA
6852019-07-03 Pedro Alves <palves@redhat.com>
686 Philippe Waroquiers <philippe.waroquiers@skynet.be>
687
688 * gdb.texinfo (Command Settings): New node documenting the general
689 concept of settings, how to change them, and the new "with"
690 command.
691 (Maintenance Commands): Document "maint with".
692
c6ac8931
PA
6932019-07-03 Pedro Alves <palves@redhat.com>
694
695 * gdb.texinfo (Maintenance Commands): Document "maint set/show
696 test-settings" instead of "maint test-settings set/show".
697
4ed4690f
SM
6982019-06-18 Simon Marchi <simon.marchi@efficios.com>
699
700 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
701 deals with a file that has the same name as the specified pid to
702 attach to. Add example using -p option.
703 (gdb man): Remove same sentence as in previous item.
704
30056ea0
AB
7052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
708 node.
709 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
710 new MI commands.
711
3345721a
PA
7122019-06-13 Pedro Alves <palves@redhat.com>
713
714 * gdb.texinfo (Command Completion): Mention command options too.
715 (Command Options): New node.
716 (Threads): Add anchors. Extend descriptions of the "taas" and
717 "tfaas" commands.
718 (Backtrace): Describe new options of the "backtrace" command. Add
719 anchors.
720 (Frame Apply): Describe new options of the "frame apply" and
721 "faas" commands. Add anchors.
722 (Data): Describe new options of the "print" command. Add anchors.
723 (Compiling and Injecting Code): Mention options of the "compile
724 print" command.
725 (Maintenance Commands): Mention "maint test-options" subcommands
726 and the "maint show test-options-completion-result" command.
727
2daf894e
PA
7282019-06-13 Pedro Alves <palves@redhat.com>
729
730 * gdb.texinfo (Print Settings): Document "set/show print
731 raw-frame-arguments" instead of "set/show print raw
732 frame-arguments".
733
dca0f6c0
PA
7342019-06-13 Pedro Alves <palves@redhat.com>
735
736 * gdb.texinfo (Maintenance Commands): Document "maint
737 test-settings" commands.
738
1a3da2cd
AB
7392019-06-06 Amos Bird <amosbird@gmail.com>
740
741 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
742 annotation.
743
e1f2e1a2
CB
7442019-06-04 Christian Biesinger <cbiesinger@google.com>
745
d3238f7d 746 * python.texi: Document new gdb.Type.objfile property.
e1f2e1a2 747
e664d728
PW
7482019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
749
750 * gdb.texinfo (Help): Document the new -v apropos flag.
751 (Output Styling): Document the style name styling done by "show style".
752 Document the new title and highlight styles.
753
e2c52041
PW
7542019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
755
756 * gdb.texinfo (Shell Commands): Document pipe command.
757 (Logging Output): Add a reference to pipe command.
758 (Convenience Variables): Document $_shell_exitcode and
759 $_shell_exitstatus.
760
000439d5
TT
7612019-05-29 Tom Tromey <tromey@adacore.com>
762
763 * gdb.texinfo (Continuing and Stepping): Document new
764 commands.
765
b7060614
AH
7662019-05-22 Alan Hayward <alan.hayward@arm.com>
767
768 * gdb.texinfo (Shell Commands): Add debugredirect.
769
7166f90a
JV
7702019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
771
772 * gdb.texinfo: Minor formatting fixes.
773
26648588
JV
7742019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
775
776 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
777 MI command -complete.
778
a0a3a1e9
TV
7792019-05-14 Tom de Vries <tdevries@suse.de>
780
781 * gdb.texinfo (Automatic symbol index cache): Add concept and command
782 index entries.
783
3c2fcaf9
TV
7842019-05-14 Tom de Vries <tdevries@suse.de>
785
786 * gdb.texinfo (Maintenance Commands): Remove superfluous
787 quoting on command index entry for "maint info selftests".
788
a97c8e56
TT
7892019-05-10 Tom Tromey <tromey@adacore.com>
790
791 * python.texi (Pretty Printing API): Mention lazy computation for
792 "children".
793
b8e07335
TT
7942019-05-10 Tom Tromey <tromey@adacore.com>
795
796 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
797 exception" and "catch handlers". Move "catch exception unhandled"
798 text. Use @var for "catch load" and "catch unload"
799
9d3421af
TT
8002019-05-08 Tom Tromey <tromey@adacore.com>
801
802 * gdb.texinfo (Symbols): Document change to ptype/o.
803
5f2459c2
EZ
8042019-05-03 Eli Zaretskii <eliz@gnu.org>
805
806 * gdb.texinfo (Separate Debug Files): Document how the
807 subdirectory of the global debug directory is computed on
808 MS-Windows/MS-DOS.
809
2e62ab40
AB
8102019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.texinfo (Print Settings): Document 'print max-depth'.
813 * guile.texi (Guile Pretty Printing API): Document that 'print
814 max-depth' can effect the display of a values children.
815 * python.texi (Pretty Printing API): Likewise.
816 (Values From Inferior): Document max_depth keyword.
817
136afab8
PW
8182019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
819
820 * gdb.texinfo (Calling): Document the new
821 set|show may-call-functions.
822
73f8a590
PA
8232019-04-22 Pedro Alves <palves@redhat.com>
824
825 * gdb.texinfo (Reverse Execution): Mention and xref process record
826 and replay. Mention remote and system emulators.
827 (Process Record and Replay): List supported architectures.
828 Mention that "record btrace" is only supported on Intel
829 processors.
830
aeb2e706
AH
8312019-04-17 Alan Hayward <alan.hayward@arm.com>
832
833 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
834 (Monitor Commands for gdbserver)
835 (gdbserver man): Add debug-file option.
836
2b0c8b01
KB
8372019-04-08 Kevin Buettner <kevinb@redhat.com>
838
839 * python.texi (Inferiors In Python): Rename
840 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
841 Add note about the former being deprecated.
842
c369f8f0
KB
8432019-04-08 Kevin Buettner <kevinb@redhat.com>
844
845 * python.texi (Threads In Python): Add description for method
846 InferiorThread.handle.
847
48ab418e
TT
8482019-04-07 Tom Tromey <tom@tromey.com>
849
850 * Makefile.in (all): Depend on "info".
851
8bdc1658
AB
8522019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.texinfo (Convenience Funs): Document '$_creal' and
855 '$_cimag'.
856
7734102d
EZ
8572019-03-30 Eli Zaretskii <eliz@gnu.org>
858
859 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
860 $_gdb_minor.
861
9f9aa852
AB
8622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * python.texi (Pretty Printing API): Document use of None for the
865 display_hint.
866
6dc0ebde
AH
8672019-03-22 Alan Hayward <alan.hayward@arm.com>
868 Jiong Wang <jiong.wang@arm.com>
869
870 * gdb.texinfo (AArch64 Features): Describe pauth feature.
871
48869a5f
TT
8722019-03-20 Tom Tromey <tromey@adacore.com>
873
874 * python.texi (Selecting Pretty-Printers): Use @defvar for
875 gdb.pretty_printers.
876
5c85e20d
SM
8772019-03-14 Simon Marchi <simon.marchi@efficios.com>
878
879 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
880 of table, "@end @table" -> "@end table".
881
d085f989
TT
8822019-03-14 Tom Tromey <tromey@adacore.com>
883
884 * gdb.texinfo (Output Styling): Document "set style source" and
885 "show style source".
886
b4be1b06
SM
8872019-03-13 Simon Marchi <simon.marchi@ericsson.com>
888
889 * gdb.texinfo (Mode Options): Mention mi3.
890 (Interpreters): Likewise.
891 (GDB/MI Development and Front Ends): Add entry for MI 3 in
892 version table. Document -fix-multi-location-breakpoint-output.
893 (GDB/MI Breakpoint Information): Document format of breakpoint
894 location output.
895
ff6c8b35
SM
8962019-03-05 Simon Marchi <simon.marchi@efficios.com>
897
898 * python.texi (Values From Inferior): Change synopsys of the
899 second form of Value.__init__.
900
e3624a40
EZ
9012019-03-02 Eli Zaretskii <eliz@gnu.org>
902
903 * gdb.texinfo (Output Styling): Fix typos. Document the default
904 foreground colors of the available styles.
905
2c3fc25d
KB
9062019-02-27 Kevin Buettner <kevinb@redhat.com>
907
908 * gdb.texinfo (Configure Options): Document minimum python
909 version.
910
af54ade9
KB
9112019-02-26 Kevin Buettner <kevinb@redhat.com>
912
913 * python.texi (Values From Inferior): Document second form
914 of Value.__init__.
915
c97a7739
JB
9162019-02-23 Joel Brobecker <brobecker@adacore.com>
917
918 * gdb.texinfo: Update copyright year ranges.
919 * refcard.tex: Likewise.
920
7557a514
AH
9212019-02-21 Alan Hayward <alan.hayward@arm.com>
922
923 * gdb.texinfo: Update style defaults.
924
2d8b6830
TT
9252019-02-21 Tom Tromey <tromey@adacore.com>
926
927 * gdb.texinfo (Remote Configuration): Remove trailing "." from
928 @item.
929
1fea0d53
SM
9302019-01-16 Simon Marchi <simon.marchi@ericsson.com>
931
932 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
933 MI versions. Update text around it.
934
6f072a10
PFC
9352019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
936
937 * gdb.texinfo (PowerPC Features): Document the alias
938 pseudo-registers for the org.gnu.gdb.power.altivec feature.
939
041be526
SM
9402019-01-09 Simon Marchi <simon.marchi@ericsson.com>
941
942 * gdb.texinfo (Print Settings): Remove mention of specific
943 demangle-style values, just refer to the in-process help.
944
140a4bc0
TT
9452018-12-28 Tom Tromey <tom@tromey.com>
946
947 * gdb.texinfo (Output Styling): New node.
948
e9076973
JB
9492018-12-13 John Baldwin <jhb@FreeBSD.org>
950
951 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
952 (Native): Add a FreeBSD subsection.
953 (FreeBSD): Document use of system call aliases for compatibility
954 system calls.
955
b5ffee31
AB
9562018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.texinfo (Standard Target Features): Add RISC-V Features
959 sub-section.
960
20813a0b
PW
9612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
962
963 * gdb.texinfo (Examining the Symbol Table): Document language choice
964 for 'info types|functions|variables' commands.
965 (Setting Breakpoints): Document language choice to print
966 the functions in which a breakpoint is set.
967
4b905ae1
PFC
9682018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
969
970 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
971 requirements for the org.gnu.gdb.power.vsx feature.
972
87f7ab7b
JB
9732018-11-01 Joel Brobecker <brobecker@adacore.com>
974
975 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
976 output to match the current implementation.
977
d321477b
PW
9782018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
979
980 * gdb.texinfo (Information About a Frame): Document changes
981 to 'info args' and 'info locals'.
982 (Examining the Symbol Table): Document changes to 'info functions'
983 and 'info variables'.
984
8d619c01
EBM
9852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
986
987 * gdb.texinfo (PowerPC Features): Describe new features
988 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
989 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
990 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
991 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
992
232bfb86
EBM
9932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
994
995 * gdb.texinfo (PowerPC Features): Describe new features
996 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
997
f2cf6173
EBM
9982018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
999
1000 * gdb.texinfo (PowerPC Features): Describe new feature
1001 "org.gnu.gdb.power.tar".
1002
7ca18ed6
EBM
10032018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1004
1005 * gdb.texinfo (PowerPC Features): Describe new features
1006 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1007
d6677607
TT
10082018-10-20 Tom Tromey <tom@tromey.com>
1009
1010 * gdb.texinfo (TUI Commands): Add @end table.
1011 (TUI Configuration): Remove stray @end table.
1012
7806cea7
TT
10132018-10-19 Tom Tromey <tom@tromey.com>
1014
1015 PR tui/18388:
1016 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1017 (TUI Configuration): Document "set tui tab-width".
1018
163cffef
TT
10192018-10-09 Tom Tromey <tom@tromey.com>
1020
1021 * python.texi (Inferiors In Python): Link to "Frames In Python",
1022 not "Unwinding Frames in Python".
1023
eff98030
TT
10242018-10-09 Tom Tromey <tom@tromey.com>
1025
1026 * gdb.texinfo (Configure Options): Update --enable-ubsan
1027 documentation.
1028
74792ff7
JB
10292018-10-08 John Baldwin <jhb@FreeBSD.org>
1030
1031 * gdb.texinfo (Contributors): Add SRI International and University
1032 of Cambridge for FreeBSD/riscv.
1033
add5ded5
TT
10342018-10-06 Tom Tromey <tom@tromey.com>
1035
1036 PR python/19399:
1037 * python.texi (Inferiors In Python): Document
1038 Inferior.Architecture.
1039
51e78fc5
TT
10402018-10-06 Tom Tromey <tom@tromey.com>
1041
1042 PR python/21765:
1043 * python.texi (Symbols In Python): Document the module and
1044 common-block domains. Remove documentation for incorrect
1045 domains.
1046
f35d5ade
TT
10472018-10-03 Tom Tromey <tom@tromey.com>
1048
1049 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1050
c1168a2f
JD
10512018-10-02 John Darrington <john@darrington.wattle.id.au>
1052
1053 * gdb.texinfo (Remote Connection Commands): Describe
1054 the changes to target remote and target extended-remote
1055 relating to Unix domain sockets.
1056
a95746f9
TT
10572018-10-01 Tom Tromey <tom@tromey.com>
1058
1059 * gdb.texinfo (Configure Options): Document configure options.
1060
7f0bd420
TT
10612018-09-29 Tom Tromey <tom@tromey.com>
1062
1063 * gdb.texinfo (Requirements): Mention C++, GNU make.
1064 (Requirements): Sort the table. Add more libraries.
1065 (Running Configure): Remove obsolete text.
1066 (Separate Objdir): Likewise.
1067 (Configure Options): Likewise.
1068
f67ffa6a
AB
10692018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1072 to highlight that the number is also the frame's level.
1073 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1074 commands.
1075 (Frame Info): Rewrite documentation for 'info frame' command.
1076
ae778caf
TT
10772018-09-23 Tom Tromey <tom@tromey.com>
1078
1079 PR python/18852:
1080 * python.texi (Parameters In Python): Document exception behavior
1081 of get_set_string.
1082
73f1bd76
JB
10832018-09-18 John Baldwin <jhb@FreeBSD.org>
1084
1085 * gdb.texinfo (info proc): Remove "running".
1086 (info proc mappings): Replace "program" with "process".
1087
8b113111
JB
10882018-09-18 John Baldwin <jhb@FreeBSD.org>
1089
1090 * gdb.texinfo (Process Information): Document "info proc files"
1091 command.
1092
e6cd1dc1
TT
10932018-09-17 Tom Tromey <tom@tromey.com>
1094
1095 * gdb.texinfo (Index Files): Update for cache directory change on
1096 macOS.
1097
8743a9cd
TT
10982018-09-16 Tom Tromey <tom@tromey.com>
1099
1100 * python.texi (Basic Python): Update docs for find_pc_line,
1101 solib_name.
1102 (Progspaces In Python): Update docs for current_progspace.
1103 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1104 Move method documentation before example.
1105
74d3fbbb
SM
11062018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1107
1108 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1109
0ae1a321
SM
11102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
11112018-09-13 Tom Tromey <tom@tromey.com>
1112
1113 * python.texi (Program Spaces In Python): Document the
1114 Progspace.objfiles method.
1115 (Objfiles In Python): Mention that gdb.objfiles() is identical
1116 to gdb.selected_inferior().progspace.objfiles().
1117
a40bf0c2
SM
11182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
11192018-09-13 Tom Tromey <tom@tromey.com>
1120
1121 * python.texi (Inferiors In Python): Document
1122 Inferior.progspace.
1123 (Program Spaces In Python): Document that
1124 gdb.current_progspace() is the same as
1125 gdb.selected_inferior().progspace.
1126
1256af7d
SM
11272018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1128
1129 * python.texi (Basic Python): Mention the string representation
1130 of GDB Python objects.
1131
3e68067f
SM
11322018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1133
1134 * gdb.texinfo (Skipping Over Functions and Files): Document
1135 set/show debug skip.
1136
849cba3b
TT
11372018-09-10 Tom Tromey <tom@tromey.com>
1138
1139 * python.texi (Frames In Python, Blocks In Python)
1140 (Symbols In Python, Symbol Tables In Python)
1141 (Lazy Strings In Python): Remove periods from section titles.
1142
27a9fec6
TT
11432018-09-10 Tom Tromey <tom@tromey.com>
1144
1145 * python.texi (Pretty Printing API): Swap sentence order.
1146
9da10427
TT
11472018-09-10 Tom Tromey <tom@tromey.com>
1148
1149 PR python/16461:
1150 * python.texi (Values From Inferior): Mention use of virtual
1151 table.
1152
0d2a5839
TT
11532018-09-10 Tom Tromey <tom@tromey.com>
1154
1155 * python.texi (Basic Python): Parenthesize argument to
1156 decode_line.
1157
05c6bdc1
TT
11582018-09-10 Tom Tromey <tom@tromey.com>
1159
1160 * python.texi (Python): Mention Python versions. Don't mention
1161 execfile.
1162
e7b5068c
TT
11632018-09-10 Tom Tromey <tom@tromey.com>
1164
1165 PR python/19808:
1166 * python.texi (Unwinding Frames in Python): Rewrite
1167 create_unwind_info documentation. Update read_register
1168 documentation and add a note about unwinder caution.
1169
fb5af5e3
TT
11702018-09-10 Tom Tromey <tom@tromey.com>
1171
1172 PR python/18909:
1173 * python.texi (Events In Python): Fix inferior_call
1174 documentation.
1175
521b499b
TT
11762018-09-10 Tom Tromey <tom@tromey.com>
1177
1178 PR python/17752:
1179 * python.texi (Frame Filter API): Remove period from subsection
1180 title. Mention 100 as good default priority.
1181 (Frame Decorator API): Remove period from subsection title.
1182 Mention FrameDecorator module.
1183
4a5a194a
TT
11842018-09-10 Tom Tromey <tom@tromey.com>
1185
1186 PR python/23108:
1187 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1188 and add a table.
1189
f5a476a7
TT
11902018-09-10 Tom Tromey <tom@tromey.com>
1191
1192 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1193 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1194 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1195 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1196
60c0454d
TT
11972018-09-10 Tom Tromey <tom@tromey.com>
1198
1199 PR python/16484:
1200 * python.texi (Frames In Python): Document that Frame.block can
1201 throw.
1202
088a96da
TT
12032018-09-10 Tom Tromey <tom@tromey.com>
1204
1205 PR python/23487:
1206 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1207
22eb9e92
TT
12082018-09-10 Tom Tromey <tom@tromey.com>
1209
1210 PR python/16033:
1211 * python.texi (Blocks In Python): Document that Block.end is
1212 exclusive.
1213
078a0207
KS
12142018-08-29 Keith Seitz <keiths@redhat.com>
1215
1216 * gdb.texinfo (Compiling and injecting code in GDB): Document
1217 set/show "compile-oracle" and "compile-cplus-types" commands.
1218
6d52907e
JV
12192018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1220
1221 * gdb.texinfo (The -stack-list-frames Command): Update description
1222 to mention "arch".
1223 Update MI examples throughout the document to contain "arch" in
1224 frame output.
1225
1461bdac
AH
12262018-08-21 Alan Hayward <alan.hayward@arm.com>
1227
1228 * gdb.texinfo (AArch64 SVE): New subsubsection.
1229
26fb3983
JV
12302018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1231
1232 * gdb.texinfo (GDB/MI Data Manipulation): Document
1233 "-data-disassemble -a addr".
1234 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1235 feature.
1236
7d11235d
SM
12372018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1238
1239 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1240 symbol index cache.
1241
129eb0f1
SDJ
12422018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1243
1244 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1245 option sections to further clarify that gcore can take more
1246 than one PID, and that "-o" is used to specify a prefix, not a
1247 filename.
1248
3c3bb058
AB
12492018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.texinfo (Maintenance Commands): Add description of
1252 maintenance command to control dwarf unwinders.
1253
0a232300
PW
12542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1255
1256 * gdb.texinfo (Debugging Programs with Multiple Threads):
1257 Document changes to 'thread apply'. Document 'taas'.
1258 Document 'tfaas'.
1259 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1260
c7ab0aef
SDJ
12612018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1262 Jan Kratochvil <jan.kratochvil@redhat.com>
1263 Paul Fertser <fercerpav@gmail.com>
1264 Tsutomu Seki <sekiriki@gmail.com>
1265
1266 * gdb.texinfo (Remote Connection Commands): Add explanation
1267 about new IPv6 support. Add new connection prefixes.
1268
055303e2
AB
12692018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.texinfo (Remote Configuration): Update descriptions for
1272 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1273 and hardware-watchpoint-length-limit variables.
1274
471b9d15
MR
12752018-07-02 Maciej W. Rozycki <macro@mips.com>
1276
1277 PR tdep/8282
1278 * gdb.texinfo (Source and Machine Code): Document `set
1279 disassembler-options' support for the MIPS target.
1280
291f9a96
PT
12812018-06-28 Petr Tesarik <ptesarik@suse.cz>
1282
1283 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1284
ed6dfe51
PT
12852018-06-28 Petr Tesarik <ptesarik@suse.cz>
1286
1287 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1288 is no longer mandatory.
1289
d4d429d5
PT
12902018-06-28 Petr Tesarik <ptesarik@suse.cz>
1291
1292 * gdb.texinfo (Files): Document "symbol-file -o offset".
1293
0dbfed25
TV
12942018-06-14 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1297
41fc26a2
EZ
12982018-06-11 Eli Zaretskii <eliz@gnu.org>
1299
1300 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1301
5045b3d7
GB
13022018-06-08 Gary Benson <gbenson@redhat.com>
1303
1304 * gdb.texinfo (Maintenance Commands): Document "maint check
1305 libthread-db" and "maint set/show check-libthread-db".
1306
eb6af809
TT
13072018-06-05 Tom Tromey <tom@tromey.com>
1308
1309 PR cli/12326:
1310 * gdb.texinfo (Screen Size): Document "c" response to pagination
1311 prompt.
1312
4b2dfa9d
MR
13132018-05-31 Maciej W. Rozycki <macro@mips.com>
1314
1315 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1316 selection details with the `set endian auto' mode.
1317
701adfb0
PA
13182018-05-31 Alan Hayward <alan.hayward@arm.com>
1319
1320 * gdb.texinfo: Describe SVE feature.
1321
a913fffb
TT
13222018-05-04 Tom Tromey <tom@tromey.com>
1323
1324 PR python/22731:
1325 * python.texi (Breakpoints In Python): Mention that "commands" is
1326 writable.
1327
0489430a
TT
13282018-05-02 Tom Tromey <tom@tromey.com>
1329
1330 PR python/20084:
1331 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1332 PARAM_ZUINTEGER_UNLIMITED.
1333
6d7bb824
TT
13342018-04-30 Tom Tromey <tom@tromey.com>
1335
1336 * python.texi (Types In Python): Document Type.align.
1337
b744723f
AA
13382018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1339
1340 * gdb.texinfo (Symbols): Mention the fact that "info
1341 variables/functions/types" show source files and line numbers.
1342
4a4495d6
MM
13432018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1344
1345 * gdb.texinfo: Document set/show record btrace cpu.
1346
3fcded8f
JB
13472018-03-27 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.texinfo (Ada Settings): New subsubsection.
1350
978d6c75
TT
13512018-03-26 Tom Tromey <tom@tromey.com>
1352
1353 PR backtrace/15582:
1354 * gdb.texinfo (Backtrace): Mention "hide" argument.
1355
ea3b0687
TT
13562018-03-26 Tom Tromey <tom@tromey.com>
1357
1358 * gdb.texinfo (Backtrace): Describe options individually.
1359
76727919
TT
13602018-03-19 Tom Tromey <tom@tromey.com>
1361
1362 * observer.texi: Remove.
1363
386a8676
JB
13642018-03-04 John Baldwin <jhb@FreeBSD.org>
1365
1366 * gdb.texinfo (Debugging Output): Document "set/show debug
1367 fbsd-nat".
1368
db1ae9c5
AB
13692018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.texinfo (Machine Code): Additional information about "info
1372 line" command.
1373
d726cb5d
SN
13742018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1375
1376 * gdb.texinfo (gdb-add-index man): Add pindex.
1377
dbfa4523
SN
13782018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1379
1380 * gdb.texinfo (set cwd): Add period.
1381 (gdb-add-index man): Move anchor.
1382
ba643918
SDJ
13832017-01-12 Tom Tromey <tom@tromey.com>
1384 Sergio Durigan Junior <sergiodj@redhat.com>
1385
1386 * gdb.texinfo (Index Files): Mention gdb-add-index.
1387 (gdb-add-index man): New section.
1388 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1389 from gdb.texinfo.
1390
754452f0
SN
13912018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1392
1393 * gdb.texinfo (pwd): Fix whitespace.
1394
2d97a5d9
JB
13952018-01-09 John Baldwin <jhb@FreeBSD.org>
1396
1397 * gdb.texinfo (pwd): Update cross-reference for Process Information
1398 node and remove explicit /proc reference.
1399 (Native): Rename subsection from SVR4 Process Information to
1400 Process Information.
1401 (Process Information): Reword introduction to be less /proc
1402 centric. Document support for "info proc" on FreeBSD.
1403
9f757bf7
XR
14042018-01-03 Xavier Roirand <roirand@adacore.com>
1405
1406 * gdb.texinfo (Set Catchpoints): Add documentation for new
1407 "catch handlers" action.
1408
cef0f868
SH
14092017-12-27 Stafford Horne <shorne@gmail.com>
1410
1411 * gdb.texinfo (Target Description Format): Explain that arbitrary
1412 strings are now allowed for register groups.
1413
b67d92b0
SH
14142017-12-27 Stafford Horne <shorne@gmail.com>
1415
1416 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1417
7c161838
SDJ
14182017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1419
1420 PR cli/16224
1421 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1422
b89641ba
SM
14232017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1424
1425 * python.texi (Manipulating breakpoints using Python): Document
1426 qualified parameter to gdb.Breakpoint.
1427
0b982d68
SM
14282017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1429
1430 * python.texi (Manipulating breakpoints using Python): Split doc
1431 of Breakpoint.__init__ in two, split text in multiple
1432 paragraphs, don't nest parameter square brackets.
1433
a994fec4
FJ
14342017-12-12 Stafford Horne <shorne@gmail.com>
1435 Stefan Wallentowitz <stefan@wallentowitz.de>
1436 Franck Jullien <franck.jullien@gmail.com>
1437 Jeremy Bennett <jeremy.bennett@embecosm.com>
1438
1439 * gdb.texinfo: Add OpenRISC documentation.
1440
437afbb8
JK
14412017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1444
883fd55a
KS
14452017-12-07 Keith Seitz <keiths@redhat.com>
1446
1447 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1448 and "show print type nested-type-limit".
1449
824cc835
PM
14502017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1451
1452 * python.texi (Breakpoints In Python): Add text relating
1453 to allowed explicit locations and keywords in gdb.Breakpoints.
1454
7403715e
TT
14552017-12-04 Tom Tromey <tom@tromey.com>
1456
1457 * gdb.texinfo (Rust): Update trait object status
1458
97cbe998
SDJ
14592017-12-01 Andrew Cagney <cagney@redhat.com>
1460 Joel Brobecker <brobecker@adacore.com>
1461 Sergio Durigan Junior <sergiodj@redhat.com>
1462
1463 * gdb.texinfo (File Options): Document --readnever.
1464 (Commands to Specify Files): Likewise, for 'symbol-file' and
1465 'add-symbol-file'.
1466
bd69330d
PA
14672017-11-29 Pedro Alves <palves@redhat.com>
1468
1469 PR c++/19436
1470 * gdb.texinfo (Debugging C Plus Plus): Document setting
1471 breakpoints in functions with ABI tags.
1472
a20714ff
PA
14732017-11-29 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.texinfo (Linespec Locations): Document how "function" is
1476 interpreted in C++ and Ada. Document "-qualified".
1477 (Explicit Locations): Document how "-function" is interpreted in
1478 C++ and Ada. Document "-qualified".
1479
ee9a09e9
DC
14802017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1481
1482 PR gdb/21945
1483 * gdb.texinfo (Search Memory): Update description and example
1484 about how to search a string without NULL terminator.
1485
e547c119
JB
14862017-11-24 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1489 new "exception-message" field.
1490
5f1ca24a
SM
14912017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1494
d044bac8
PA
14952017-11-24 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1498 false claim that GDB inserts quoting automatically.
1499 (Symbols): Add anchor.
1500
2400729e
UW
15012017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1502
1503 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1504
d8ae99a7
PM
15052017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1506
1507 * python.texi (Basic Python): Add rbreak documentation.
1508
d0fe4701
XR
15092017-11-07 Xavier Roirand <roirand@adacore.com>
1510 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.texinfo (Set Breaks): Document support for breakpoint
1513 location ranges in the enable/disable commands.
1514
bc3b087d
SDJ
15152017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1516
1517 * gdb.texinfo (Starting your Program) <The working directory.>:
1518 Mention remote debugging.
1519 (Working Directory) <Your Program's Working Directory>:
1520 Likewise.
1521 (Connecting) <Remote Packet>: Add "set-working-dir"
1522 and "QSetWorkingDir" to the table.
1523 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1524 packet.
1525
d092c5a2
SDJ
15262017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1527
1528 * gdb.texinfo (Starting your Program) <The working directory.>:
1529 Mention new "set cwd" command.
1530 (Working Directory) <Your Program's Working Directory>:
1531 Rephrase to explain that "set cwd" exists and is the default
1532 way to change the inferior's cwd.
1533
289e23aa
AA
15342017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1535
1536 * gdb.texinfo (S/390 and System z Features): Document the new
1537 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1538
f2ff95c5
KB
15392017-09-21 Kevin Buettner <kevinb@redhat.com>
1540
1541 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1542 attribute.
1543
da2c323b
KB
15442017-09-21 Kevin Buettner <kevinb@redhat.com>
1545
1546 * python.texi (Inferiors In Python): Add description for method
1547 Inferior.thread_from_thread_handle.
1548
4e5a4f58
JB
15492017-09-19 John Baldwin <jhb@FreeBSD.org>
1550
1551 * gdb.texinfo (Starting your Program): Add description of
1552 starti command. Mention starti command as an alternative for
1553 debugging the elaboration phase.
1554
1526853e
SM
15552017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1556
1557 * gdb.texinfo (Maintenance Commands): Document filter parameter
1558 of "maint selftest". Document "maint info selftests" command.
1559
7c96f8c1
TT
15602017-09-11 Tom Tromey <tom@tromey.com>
1561
1562 * python.texi (Events In Python): Document new events.
1563
d69cf9b2
PA
15642017-09-04 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1567 no-debug-info variables.
1568 (Symbols) <Examining the Symbol Table>: Document inspecting
1569 no-debug-info types.
1570 (Calling) <Calling functions with no debug info>: New subsection,
1571 documenting calling no-debug-info functions.
1572 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1573
0a2dde4a
SDJ
15742017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1575
1576 * gdb.texinfo (set environment): Add @anchor. Explain that
1577 environment variables set by the user are sent to GDBserver.
1578 (unset environment): Likewise, but for unsetting variables.
1579 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1580 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1581 "environment-reset" and "QEnvironmentReset" to the table.
1582 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1583 QEnvironmentReset>: New item, explaining the packet.
1584
6e41ddec
JK
15852017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1588 "Compiler search for the compile command" descriptions of set
1589 compile-gcc and show compile-gcc.
1590
58afddc6
WP
15912017-08-07 Weimin Pan <weimin.pan@oracle.com>
1592
1593 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1594 ADI support.
1595 * NEWS: Add "adi examine" and "adi assign" commands.
1596
6d580b63
YQ
15972017-08-18 Yao Qi <yao.qi@linaro.org>
1598
1599 * gdb.texinfo (Server): Document "--selftest".
1600
a5afdb16
RK
16012017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1602
1603 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1604 Single-Key mode.
1605
ca145713
SDJ
16062017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1607
1608 PR gdb/21925
1609 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1610 set...").
1611
0968fbae
SM
16122017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1613
1614 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1615 conditional expression.
1616
791fb3d7
SM
16172017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * agentexpr.texi (rot): Fix symbolic description, improve
1620 textual description.
1621
27d41eac
YQ
16222017-07-26 Yao Qi <yao.qi@linaro.org>
1623
1624 * gdb.texinfo (Maintenance Commands): Document command
1625 "maint check xml-descriptions".
1626
8e2141c6
YQ
16272017-07-26 Yao Qi <yao.qi@linaro.org>
1628
1629 * gdb.texinfo (Maintenance Commands): Document optional
1630 argument of "maint print c-tdesc".
1631
c646b4e8
YQ
16322017-07-18 Yao Qi <yao.qi@linaro.org>
1633
1634 * gdb.texinfo (Maintenance Commands): Improve the doc to
1635 command "maint print c-tdesc".
1636
eb83230b
SDJ
16372017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1638
1639 PR gdb/21606
1640 * python.texi (Python representation of Symbols.): Replace
1641 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1642 * guile.texi (Guile representation of Symbols.): Likewise.
1643
c4dcb155
SM
16442017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1645
1646 * gdb.texinfo (Optional Messages about Internal Happenings):
1647 Document {set,show} debug separate-debug-file commands.
1648
aefd8b33
SDJ
16492017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1650
1651 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1652 (Connecting) <Remote Packet>: Add "startup-with-shell"
1653 and "QStartupWithShell" to the table.
1654 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1655 packet.
1656
176efed1
AB
16572017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1660
d050f7d7
TW
16612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1662
1663 * python.texi (Recording in Python): Factor out the documentation of
1664 gdb.RecordInstruction's super class.
1665
14f819c8
TW
16662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1667
1668 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1669 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1670 prev and next.
1671
0ed5da75
TW
16722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1673
1674 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1675 gdb.RecordInstruction
1676
913aeadd
TW
16772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1678
1679 * python.texi (Recording in Python): Add documentation for
1680 gdb.RecordGap and remove documentation of special cases for
1681 gdb.BtraceInstruction.
1682
a3be24ad
TW
16832017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1684
1685 * python.texi (Recording in Python): Remove Record.ptid defvar.
1686
ebe553db
SM
16872017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1688
1689 * gdb.texinfo (GDB/MI Thread Information): Add missing
1690 fields, re-word some things.
1691 (GDB/MI Thread Commands): Describe fields found in the output of
1692 -thread-info, remove description of fields in the
1693 thread output tuple, replace with a cross-reference to "GDB/MI
1694 Thread Information".
1695
9be21bb4
SM
16962017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1697
1698 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1699 from -thread-info output.
1700
fe5f7374
AK
17012017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1702
1703 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1704
eea78757
AK
17052017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1706
1707 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1708
79778b30
YQ
17092017-03-22 Yao Qi <yao.qi@linaro.org>
1710
1711 * python.texi (Inferiors In Python): Remove @code from Python.
1712
cee59b3f
TW
17132017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1714
1715 * python.texi (Recordings In Python): Document return type of
1716 gdb.BtraceInstruction.data.
1717
51457a05
MAL
17182017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1719
1720 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1721 command file-list-shared-libraries
1722 (GDB/MI Async Records): Update documentation of library-loaded with new
1723 field.
1724
701adfb0
PA
17252017-03-20 Artemiy Volkov <artemiyv@acm.org>
1726
1727 PR gdb/14441
1728 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1729 supports both lvalue and rvalue references.
1730
17312017-03-20 Artemiy Volkov <artemiyv@acm.org>
1732
1733 PR gdb/14441
1734 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1735 table of constants.
1736
f8d99587
DE
17372017-03-16 Doug Evans <dje@google.com>
1738
1739 * guile.texi (Lazy Strings In Guile): Mention arrays.
1740 * python.texi (Lazy Strings In Python): Ditto.
1741
5cf70512
JW
17422017-03-08 Jiong Wang <jiong.wang@arm.com>
1743
1744 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1745 character "@".
1746
4a612d6f
WT
17472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1748
1749 * Memory Protection Extensions: Add information about inferior
1750 calls.
1751
701adfb0
PA
17522017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1753
1754 * gdb.texinfo: Document new set/show disassembler-options
1755 commands.
1756
216f72a1
JK
17572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1760 DW_TAG_GNU_* and DW_AT_GNU_*.
1761
4e746bb6
TW
17622017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1763
1764 * python.texi (Recordings In Python): New section.
1765
3f77c769
TT
17662017-02-14 Tom Tromey <tom@tromey.com>
1767
1768 PR python/13598:
1769 * python.texi (Events In Python): Document events.before_prompt.
1770
5cf30ebf
LM
17712017-02-13 Luis Machado <lgustavo@codesourcery.com>
1772
1773 * gdb.texinfo (Target Commands): Document the optional offset
1774 argument for the load command.
1775
18da0c51
MG
17762017-02-10 Martin Galvan <martingalvan@sourceware.org>
1777
1778 PR gdb/21122
1779 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1780 space-separated breakpoint lists. Also add a missing @table command
1781 and @cindex for breakpoint lists.
1782
3f7b46f2
IR
17832017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1784
1785 PR tdep/20936
1786 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1787 (Sparc Features): New node.
1788
2735833d
WT
17892017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1790
1791 * gdb.texinfo (i386 Features): Add system segment registers
1792 as feature.
1793
373832b6
SM
17942017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1795
1796 * python.texi (Events In Python): Fix typo.
1797
78cbbba8
LM
17982017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1799 Luis Machado <lgustavo@codesourcery.com>
1800
1801 * gdb.texinfo (-target-flash-erase): New MI command description.
1802 (flash-erase): New CLI command description.
1803
387360da
JB
18042017-01-04 John Baldwin <jhb@FreeBSD.org>
1805
1806 * gdb.texinfo (Contributors): Add SRI International and University
1807 of Cambridge for FreeBSD/mips.
1808
34c41c68
DE
18092016-12-22 Doug Evans <xdje42@gmail.com>
1810
1811 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1812 commands.
1813
df3ee9ca
PA
18142016-12-02 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.texinfo (User-defined Commands): Limit on number of
1817 arguments passed to user-defined commands removed; update.
1818
01770bbd
PA
18192016-12-02 Pedro Alves <palves@redhat.com>
1820
1821 PR cli/20559
1822 * gdb.texinfo (Define): Add example of using "eval" to process a
1823 variable number of arguments.
1824 (Output) <eval>: Add anchor.
1825
ad02e4fe
SM
18262016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1827
1828 * Makefile.in: Likewise.
1829
8504e097
AA
18302016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1831
1832 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1833 xref.
1834
39402e6c
PA
18352016-10-29 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1838 actions.
1839
ca6eff59
PA
18402016-10-26 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1843 actions that match a thread, and what happens when an action
1844 matches a thread that is already running.
1845
be06ba8c
SM
18462016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1847
1848 * gdb.texinfo (Using Trace Files): Fix typo.
1849 (GDB/MI Tracepoint Commands): Likewise.
1850
99e61eda
SM
18512016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1852
1853 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1854 of -trace-save.
1855
9c37b5ae
TT
18562016-10-06 Tom Tromey <tom@tromey.com>
1857
1858 * guile.texi (Types In Guile): Remove Java mentions.
1859 * python.texi (Types In Python): Remove Java mentions.
1860 * gdb.texinfo (Address Locations, Supported Languages)
1861 (Index Section Format): Remove Java mentions.
1862
ee8da4b8
DE
18632016-08-15 Doug Evans <dje@google.com>
1864
1865 * gdb.texinfo (Target Description Format): Update docs on "end"
1866 field spec and field default type.
1867
4034d0ff
AT
18682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
18692016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1870
1871 PR gdb/20487
1872 * gdb.texinfo (Context management): Update mention of frame
1873 change notifications.
1874 (gdb/mi Async Records): Document frame field in
1875 =thread-select event.
1876 * observer.texi (GDB Observers): New user_selected_context_changed
1877 observer.
1878
4435e1cc
TT
18792016-09-28 Tom Tromey <tom@tromey.com>
1880
1881 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1882 than "memory breakpoint". Further document "kind". Move
1883 protocol-details link earlier.
1884 <z1>: Document the cmd_list argument. Fix typo.
1885 <g>: Remove incorrect sentence.
1886 (Stop Reply Packets): Document "OK" response to requests when in
1887 non-stop mode.
1888 <swbreak>: Use "software breakpoint" rather than "memory
1889 breakpoint".
1890 <create>: Document that "R" is ignored.
1891 <W, X, w>: Document formatting of "AA".
1892 (Notification Packets): Use "%Stop", not "%%Stop".
1893
ad0a504f
AK
18942016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1895
1896 * gdb.texinfo (Embedded Processors): Document ARC.
1897 (Synopsys ARC): New section.
1898 (Standard Target Features): Document ARC features.
1899 (ARC Features): New section.
1900
74172ecf
SM
19012016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1902
1903 * .gitignore: New file.
1904
0a1ddfa6
SM
19052016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1906
1907 * gdb.texinfo (Input/Output): Mention possibility to unset
1908 inferior-tty.
1909
c0272db5
TW
19102016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1911
1912 * gdb.texinfo: Resume btrace on reconnect.
1913
e3487908
GKB
19142016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1915
1916 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1917 syscall.
1918
463888ab
РИ
19192016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1920
1921 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1922 command.
1923
dac790e1
TT
19242016-07-13 Tom Tromey <tom@tromey.com>
1925
1926 PR python/15620, PR python/18620:
1927 * python.texi (Events In Python): Document new breakpoint events.
1928
93daf339
TT
19292016-07-13 Tom Tromey <tom@tromey.com>
1930
1931 PR python/17698:
1932 * python.texi (Breakpoints In Python): Document
1933 Breakpoint.pending.
1934
cda75e70
TT
19352016-07-13 Tom Tromey <tom@tromey.com>
1936
1937 * python.texi (Breakpoints In Python): Move table of types and
1938 table of watchpoint types earlier in node.
1939
e0f3fd7c
TT
19402016-07-12 Tom Tromey <tom@tromey.com>
1941
1942 PR python/19293:
1943 * python.texi (Frames In Python): Document
1944 gdb.invalidate_cached_frames.
1945
86f78169
PA
19462016-06-21 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1949 document new-ui and explain use case.
1950
a28d8e50
YTL
19512016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1952
1953 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1954 (NDS32 Features): New Section.
1955
bb556f1f
TK
19562016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1957
1958 * gdb.texinfo (Examining Memory): Document negative repeat
1959 count in the 'x' command.
1960
38b022b4
SM
19612016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1962
1963 * gdb.texinfo (GDB/MI Async Records): Document method and
1964 format fields in =record-started.
1965 * observer.texi (record_changed): Add method and format
1966 parameters.
1967
c185ba27
EZ
19682016-05-27 Eli Zaretskii <eliz@gnu.org>
1969
1970 * gdb.texinfo (General Query Packets): Move the description of the
1971 response before the long list of the specific 'read' and 'write'
1972 requests.
1973
1957f6b8
TT
19742016-05-23 Tom Tromey <tom@tromey.com>
1975
1976 * python.texi (Basic Python): Document gdb.breakpoints return.
1977
224f10c1
TT
19782016-05-24 Tom Tromey <tom@tromey.com>
1979
1980 PR gdb/19194:
1981 * gdb.texinfo (gdb man): Fix typo.
1982
0bdfa368
TT
19832016-05-17 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1986 (Rust): New node.
1987
dcd1f979
TT
19882016-05-17 Tom Tromey <tom@tromey.com>
1989
1990 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1991
310cdbb6
YQ
19922016-04-27 Yao Qi <yao.qi@linaro.org>
1993
1994 * gdb.texinfo (tfind): Complete doc about tfind without
1995 argument.
1996
b8162e5a
AT
19972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1998
1999 * agentexpr.texi (byte): Fix zero_ext description.
2000
f7c38292
PA
20012016-03-31 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.texinfo (M32R/SDI): Delete node.
2004 (MIPS Embedded): Remove references to the MIPS remote debugging
2005 protocol, PMON and variants, and the associated commands.
2006
81516450
DE
20072016-03-15 Doug Evans <dje@google.com>
2008
2009 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2010 (Target Description Format): Mention enum types. Update docs on
2011 flags types.
2012 (Predefined Target Types): Add "bool".
2013 (Enum Target Types): New node.
2014
2a60e18f
PA
20152016-03-15 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.texinfo (Tracepoint Actions): Fix typo.
2018
45fa2529
PA
20192016-03-15 Pedro Alves <palves@redhat.com>
2020 Andreas Arnez <arnez@linux.vnet.ibm.com>
2021 Marcin Kościelnicki <koriakin@0x04.net>
2022
2023 * gdb.texinfo (Tracepoint Actions): Document possible
2024 unreliability of '$_ret'.
2025
f2403c39
AB
20262016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2029 command.
2030
f2f3ccb9
SM
20312016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2032
2033 * gdb.texinfo (Convenience Functions): Document $_as_string.
2034
cce0e923
DE
20352016-02-23 Doug Evans <dje@google.com>
2036
2037 * gdb.texinfo (Skipping Over Functions and Files): Document new
2038 options to "skip" command. Update docs of output of "info skip".
2039
012b3a21
WT
20402016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2041
2042 * gdb.texinfo (Signals): Add bound violation display hints for
2043 a SIGSEGV.
2044
0748bf3e
MK
20452016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2046
2047 * gdb.texinfo (Trace File Format): Add documentation for description
2048 section lines.
2049
e909d859
MK
20502016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2051
2052 * gdb.texinfo (Trace File Format): Remove misleading information
2053 about register block ordering.
2054
713cdcbf
DE
20552016-02-01 Doug Evans <dje@google.com>
2056
2057 * gdb.texinfo (Value Sizes): Fix typo.
2058
8244c20d
DE
20592016-02-01 Doug Evans <dje@google.com>
2060
2061 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2062
5fdf6324
AB
20632016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.texinfo (Value Sizes): New section.
2066 (Data): Add the 'Value Sizes' node to the menu.
2067
67ebd9cb
JB
20682016-01-26 John Baldwin <jhb@FreeBSD.org>
2069
2070 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2071
6e9567fe
JB
20722016-01-19 John Baldwin <jhb@FreeBSD.org>
2073
2074 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2075
f303dbd6
PA
20762016-01-18 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2079 of the thread that hit a breakpoint or received a signal.
2080
71ef29a8
PA
20812016-01-15 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2084
663f6d42
PA
20852016-01-13 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.texinfo (Threads): Document the $_gthread convenience
2088 variable.
2089 (Convenience Vars): Likewise.
2090
c84f6bbf
PA
20912016-01-13 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.texinfo (Threads): Document "info threads -gid".
2094
22a02324
PA
20952016-01-13 Pedro Alves <palves@redhat.com>
2096
2097 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2098 anchor.
2099 (Threads In Python): Document new InferiorThread.global_num
2100 attribute.
2101
5d5658a1
PA
21022016-01-07 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2105 qualified thread IDs, global thread IDs and thread ID lists.
2106 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2107 thread IDs.
2108 (Convenience Vars): Document the $_thread convenience variable.
2109 (Ada Tasks): Adjust to refer to thread IDs.
2110 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2111 Commands, GDB/MI Variable Objects): Update to mention global
2112 thread IDs.
2113 * guile.texi (Breakpoints In Guile)
2114 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2115 global thread IDs instead of thread IDs.
2116 * python.texi (Threads In Python): Adjust documentation of
2117 InferiorThread.num.
2118 (Breakpoint.thread): Mention global thread IDs instead of thread
2119 IDs.
2120
84654457
PA
21212016-01-13 Pedro Alves <palves@redhat.com>
2122
2123 * python.texi (Threads In Python): Document
2124 InferiorThread.inferior.
2125
e3940304
PA
21262016-01-13 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2129 convenience variable.
2130 (Convenience Vars): Likewise.
2131
82075af2
JS
21322016-01-12 Josh Stone <jistone@redhat.com>
2133 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2134
2135 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2136 (Stop Reply Packets): List the syscall entry and return stop reasons.
2137 (General Query Packets): Describe QCatchSyscalls, and add it to the
2138 table and the detailed list of stub features.
2139
bc504a31
PA
21402016-01-12 Pedro Alves <palves@redhat.com>
2141
2142 Remove use of the registered trademark symbol throughout.
2143
cde67b27
YQ
21442016-01-12 Yao Qi <yao.qi@linaro.org>
2145
2146 * gdb.texinfo (Interrupts): Update the document on handling
2147 interrupt when program is stopped.
2148
19d9d4ef
DB
21492015-12-11 Don Breazeal <donb@codesourcery.com>
2150
2151 * gdb.texinfo (Forks): Correct Linux kernel version where
2152 fork and exec events are supported, add notes about support
2153 of these events in target remote mode.
2154 (Connecting): Reorganize and clarify distinctions between
2155 target remote, extended-remote, and multiprocess.
2156 Reorganize related text from separate sections into new
2157 sections.
2158 (Server): Note effects of target extended-remote mode.
2159 Delete section on Multi-Process Mode for gdbserver.
2160 Move some text to "Connecting" node.
2161
f4f4330e
PA
21622015-12-10 Pedro Alves <palves@redhat.com>
2163
2164 * gdb.texinfo (Threads): Replace warning with explanation
2165 about single-threaded programs.
2166
b1236ac3
PA
21672015-12-10 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.texinfo (Threads): Remove mention of SGI.
2170 (Forks): Remove mention of HP-UX.
2171 (Breakpoints): Remove mention of HP-UX.
2172 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2173 Reword in terms of architectures.
2174 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2175 mention supported systems.
2176 (Convenience Vars): Don't mention HP-UX.
2177 (Jumping): Remove mention of HP-UX in comment.
2178 (Files) <shared libraries>: Update supported shared library types
2179 list. Remove mention of HP-UX.
2180 (Native): Remove HP-UX subsection.
2181 (SVR4 Process Information): Remove mention of HP-UX.
2182
0f59c28f
PA
21832015-12-10 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.texinfo (Stack): Reorder menu.
2186
1c35a88f
LM
21872015-12-09 Luis Machado <lgustavo@codesourcery.com>
2188
2189 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2190 -var-set-format's new zero-hexadecimal format.
2191
3685b09f
PMR
21922015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2193
2194 * gdb.texinfo (Ada Mode Into): Move overloading support
2195 description to its own node.
2196 (Overloading support for Ada): New node.
2197
f2faf941
PA
21982015-11-30 Pedro Alves <palves@redhat.com>
2199
2200 PR 14618
2201 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2202 (Remote Configuration): Add the "set/show remote
2203 no-resumed-stop-reply" to the available settings table.
2204 (General Query Packets): Document the "no-resumed" qSupported
2205 feature.
2206
65706a29
PA
22072015-11-30 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.texinfo (Remote Configuration): List "set/show remote
2210 thread-events" command in configuration table.
2211 (Stop Reply Packets): Document "T05 create" stop
2212 reason and 'w' stop reply.
2213 (General Query Packets): Document QThreadEvents packet. Document
2214 QThreadEvents qSupported feature.
2215
de979965
PA
22162015-11-30 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2219 anchor.
2220 (Packets): Document vCtrlC.
2221
79efa585
SM
22222015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2223
2224 * gdb.texinfo (Thread List Format): Mention thread names.
2225
7e0aa6aa
PA
22262015-11-24 Pedro Alves <palves@redhat.com>
2227
2228 PR 17539
2229 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2230 program-spaces" example to ascending order listing.
2231 (Threads): Adjust "info threads" example to ascending order
2232 listing.
2233 (Forks): Adjust "info inferiors" example to ascending order
2234 listing.
2235
0c532a29
MM
22362015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2237
2238 * gdb.texinfo (Process Record and Replay): Document "record
2239 instruction-history" modifiers.
2240
fc58fa65
AB
22412015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2244 description.
2245 (Frame Filter Management): Move to later in the 'Examining the
2246 Stack' chapter.
2247 (Selection): Add entry for 'select-frame'.
2248
792005b0
DE
22492015-09-25 Doug Evans <dje@google.com>
2250
2251 * gdb.texinfo (Process Record and Replay): Fix syntax of
2252 "record instruction-history begin, end" and
2253 "record function-call-history begin, end".
2254
c58b006b
SM
22552015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2256
2257 * gdb.texinfo (Specifying Source Directories): Fix
2258 substitute-path example.
2259
f2665db5
MM
22602015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2261
2262 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2263
e68fa6f0
PA
22642015-09-15 Pedro Alves <palves@redhat.com>
2265
2266 PR remote/18965
2267 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2268 the vforkdone description.
2269
8228463c
PA
22702015-09-15 Pedro Alves <palves@redhat.com>
2271
2272 PR remote/18965
2273 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2274 part indicates the thread ID of the parent process.
2275
750ce8d1
YQ
22762015-09-15 Yao Qi <yao.qi@linaro.org>
2277
2278 * gdb.texinfo (General Query Packets): Add vContSupported to
2279 tables of 'gdbfeatures' and 'stub features' supported in the
2280 qSupported packet, as well as to the list containing stub
2281 feature details.
2282
b459a59b
DB
22832015-09-11 Don Breazeal <donb@codesourcery.com>
2284
2285 * gdb.texinfo (Remote Configuration): Add exec event
2286 feature to table of packet settings.
2287 (Stop Reply Packets): Add exec events to the list of stop
2288 reasons.
2289 (General Query Packets): Add exec events to tables of
2290 'gdbfeatures' and 'stub features' supported in the qSupported
2291 packet, as well as to the list containing stub feature
2292 details.
2293
73b8c1fd
PA
22942015-08-24 Pedro Alves <palves@redhat.com>
2295
2296 * gdb.texinfo (Remote Configuration): Document the "set/show
2297 remote multiprocess-extensions-packet" commands.
2298
bb615428
PA
22992015-08-24 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2302 <M32R>: Remove references to M32R/D.
2303 <M68K>: Remove references to target dbug.
2304 <MIPS Embedded>: Remove references to target r3900 and target
2305 array.
2306 <PowerPC Embedded>: Remove references to target dink32 and target
2307 ppcbug, target sds
2308 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2309
2b4bf6af
AB
23102015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2313
566f5e3b
AB
23142015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2317
18989b3c
AB
23182015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2321 info bfds" to...
2322 (File Caching): A New section. Outline bfd caching, and add new
2323 description for "main set/show bfd-sharing".
2324
6ff0ba5f
DE
23252015-08-14 Doug Evans <xdje42@gmail.com>
2326
2327 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2328 disassembly.
2329 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2330
629500fa
KS
23312015-08-11 Keith Seitz <keiths@redhat.com>
2332
2333 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2334 Use "location(s)"instead of "linespec(s)".
2335 (Specifying a Location): Rewrite.
2336 Add subsections describing linespec, address, and explicit locations.
2337 Add node/menu for each subsection.
2338 (Source and Machine Code, C Preprocessor Macros)
2339 (Create and Delete Trace points)
2340 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2341 (Continuing at a Different Address): Remove "linespec" examples.
2342 Add reference to "Specify a Location"
2343 (The -break-insert Command): Rewrite. Add anchor.
2344 Add reference to appropriate manual section discussing locations.
2345 (The -dprintf-insert Command): Refer to -break-insert for
2346 specification of 'location'.
2347
fbea99ea
PA
23482015-08-07 Pedro Alves <palves@redhat.com>
2349
2350 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2351 target-non-stop".
2352
da8c46d2
MM
23532015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2354
2355 * gdb.texinfo (Process Record and Replay): Document prefixing of
2356 speculatively executed instructions in the "record instruction-history"
2357 command.
2358
a3b5281e
DE
23592015-07-20 Doug Evans <dje@google.com>
2360
2361 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2362
6bcb1f97
DE
23632015-07-16 Doug Evans <dje@google.com>
2364
2365 * stabs.texinfo: @include gdb-cfg.texi.
2366
db1ff28b
JK
23672015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 Revert the previous 2 commits:
2370 gdbserver build-id attribute generator
2371 Validate symbol file using build-id
2372
ca5268b6
JK
23732015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 * gdb.texinfo (Files): Add 'set validate-build-id'
2376 and 'show validate-build-id'.
2377
700ca40f
JK
23782015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2379 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 gdbserver build-id attribute generator.
2382 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2383 'build-id' in description, example, new attribute in dtd.
2384
7c7f93f6
AB
23852015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.texinfo (Selection): Update documentation for 'frame'
2388 command.
2389
701adfb0
PA
23902015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2393 focus commands.
2394
23952015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.texinfo (TUI): Add comma after @xref.
2398
b0627500
MM
23992015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2400
72f4393d 2401 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
2402 commands.
2403
b20a6524
MM
24042015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2405
2406 * gdb.texinfo (Process Record and Replay): Spell out that variables
2407 and registers are not available during btrace replay.
2408 Describe the new "record btrace pt" command.
2409 Describe the new "set|show record btrace pt buffer-size" options.
2410 (General Query Packets): Describe the new Qbtrace:pt and
2411 Qbtrace-conf:pt:size packets.
2412 Expand "bts" to "Branch Trace Store".
2413 Update the branch trace DTD.
2414
fc637f04
PP
24152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2416
2417 * gdb.texinfo (Command History): Document the new option
2418 "history remove-duplicates".
2419
18a94d75
DE
24202015-06-19 Doug Evans <dje@google.com>
2421
2422 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2423 longer supported.
2424
0eacb298
PP
24252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2426
2427 * gdb.texinfo (Command History): Mention that setting
2428 GDBHISTSIZE to the empty string disables history truncation.
2429
bc460514
PP
24302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2431
2432 PR gdb/16999
2433 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2434 behavior.
2435
b58c513b
PP
24362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2437
2438 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2439 with GDBHISTSIZE.
2440
a86c90e6
SM
24412015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2442
2443 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2444 bytes and memory units for -data-{read,write}-memory-bytes.
2445 (Packets): Same for m, M and X packets.
2446 * python.texi (Inferiors In Python): Same for read_memory and
2447 write_memory.
2448
c74f7d1c
JT
24492015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2450
2451 * gdb.texinfo (Separate Debug Files): Document that PE is also
2452 supported.
2453
51f0e40d
AB
24542015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2457 single table entry.
2458
966f0aef
WT
24592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2460
2461 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2462
2463
15a201c8
GB
24642015-06-10 Gary Benson <gbenson@redhat.com>
2465
2466 * gdb.texinfo (Remote Configuration): Document the
2467 "set/show remote hostio-setfs-packet" command.
2468 (Host I/O Packets): Document the vFile:setfs packet.
2469
7a6a1731
GB
24702015-06-10 Gary Benson <gbenson@redhat.com>
2471
2472 * gdb.texinfo (Debugging Output): Document the "set/show debug
2473 linux-namespaces" command.
2474
7d73c23c 24752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2476 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2477
2478 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2479 and "set mpx bound".
2480
27e0867f
DE
24812015-05-27 Doug Evans <dje@google.com>
2482
2483 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2484
b4f54984
DE
24852015-05-26 Doug Evans <dje@google.com>
2486
2487 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2488 command renamings.
2489 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2490
55b40027
AB
24912015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2494
a4ea0946
AB
24952015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2498 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2499
37442ce1
DE
25002015-05-16 Doug Evans <xdje42@gmail.com>
2501
2502 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2503 memory ports.
2504
36de76f9
JK
25052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2508
0d71eef5
DB
25092015-05-12 Don Breazeal <donb@codesourcery.com>
2510
2511 * gdb.texinfo (Forks): Note that fork debugging is
2512 supported in extended mode.
2513 (Remote Configuration): Add fork event features to table
2514 of packet settings.
2515 (Stop Reply Packets): Add fork events to list of stop reasons.
2516 (General Query Packets): Add fork events to tables of
2517 'gdbfeatures' and 'stub features' supported in the qSupported
2518 packet, as well as to the list containing stub feature
2519 details.
2520
835205d0
GB
25212015-05-12 Gary Benson <gbenson@redhat.com>
2522
2523 * gdb.texinfo (General Query Packets): Document
2524 qXfer:exec-file:read with empty annex.
2525
4c082a81
SC
25262015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2527
2528 * python.texi (Values From Inferior): Add descriptions of new
2529 methods gdb.Value.reference_value and gdb.Value.const_value.
2530
b30a0bc3
JB
25312015-05-06 Joel Brobecker <brobecker@adacore.com>
2532
2533 * gdb.texinfo (Files): Add "info dll" documentation.
2534 (Cygwin Native): Remove "info dll" documentation.
2535
2ce1cdbf
DE
25362015-04-29 Doug Evans <dje@google.com>
2537
2538 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2539 Document.
2540 (Writing an Xmethod): Add get_result_type to example.
2541
59fb7612
SS
25422015-04-28 Sasha Smundak <asmundak@google.com>
2543
2544 * python.texi: New method documented.
2545
cf75d6c3
AB
25462015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2549 format.
2550
897c3d32
DE
25512015-04-24 Doug Evans <dje@google.com>
2552
2553 * python.texi (Xmethods In Python): Fix name of method to call the
2554 xmethod.
2555
1b6e6f5c
GB
25562015-04-17 Gary Benson <gbenson@redhat.com>
2557
2558 * gdb.texinfo (Connecting to a Remote Target): Mention that
2559 GDB can access program files from remote targets that support
2560 qXfer:exec-file:read and Host I/O packets.
2561
c78fa86a
GB
25622015-04-17 Gary Benson <gbenson@redhat.com>
2563
2564 * gdb.texinfo (Remote Configuration): Document the "set/show
2565 remote pid-to-exec-file-packet" command.
2566 (General Query Packets): Document the qXfer:exec-file:read
2567 qSupported features. Document the qXfer:exec-file:read packet.
2568
a9a5a3d1
GB
25692015-04-17 Gary Benson <gbenson@redhat.com>
2570
2571 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2572 applies to executable paths if supplied to GDB as absolute.
2573
4f45d445
JK
25742015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 * gdb.texinfo (Mode Options): Remove -xdb.
2577
e7a8570f
JK
25782015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2579 Eli Zaretskii <eliz@gnu.org>
2580
72f4393d
L
2581 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2582 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
2583 the compile command. New subsection Compiler search for the compile
2584 command.
2585
f2983cc3
AW
25862015-04-09 Andy Wingo <wingo@igalia.com>
2587
2588 * guile.texi (Frames In Guile): Describe frame-read-register.
2589
599bd15c
GB
25902015-04-02 Gary Benson <gbenson@redhat.com>
2591
2592 * gdb.texinfo (set sysroot): Document "target:".
2593
d11916aa
SS
25942015-04-01 Sasha Smundak <asmundak@google.com>
2595
2596 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2597 section.
2598
df8411da
SDJ
25992015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2600
2601 PR corefiles/16092
2602 * gdb.texinfo (gcore): Mention new command 'set
2603 use-coredump-filter'.
2604 (set use-coredump-filter): Document new command.
2605
d33279b3
AT
26062015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2607
2608 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2609 documentation, reorder the info os entries in alphabetical order.
2610
852f8402
SM
26112015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2612
2613 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2614 -data-write-memory-bytes.
2615
856e7dd6
PA
26162015-03-24 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2619 mention that threads may sometimes run unlocked.
2620
236af5e3
YG
26212015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2622
2623 * gdb.texinfo (Remote configuration): Document "set/show
2624 serial parity" command.
2625
464b0089
GB
26262015-03-18 Gary Benson <gbenson@redhat.com>
2627
2628 * gdb.texinfo (General Query Packets): Remove documentation
2629 for now-removed vFile:fstat qSupported features.
2630
0a93529c
GB
26312015-03-11 Gary Benson <gbenson@redhat.com>
2632
2633 * gdb.texinfo (Remote Configuration): Document the
2634 "set/show remote hostio-fstat-packet" command.
2635 (General Query Packets): Document the vFile:fstat
2636 qSupported features.
2637 (Host I/O Packets): Document the vFile:fstat packet.
2638
85642ba0
AW
26392015-03-11 Andy Wingo <wingo@igalia.com>
2640
2641 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2642
f7e6eed5
PA
26432015-03-04 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.texinfo (Remote Configuration): Document the "set/show
2646 remote swbreak-feature-packet" and "set/show remote
2647 hwbreak-feature-packet" commands.
2648 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2649 decription.
2650 (Stop Reply Packets): Document the swbreak and hwbreak stop
2651 reasons.
2652 (General Query Packets): Document the swbreak and hwbreak
2653 qSupported features.
2654 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2655
f873665f 26562015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
2657
2658 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2659 under *stopped.
2660
9a284c97
DE
26612015-03-02 Doug Evans <xdje42@gmail.com>
2662
2663 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2664
446899e4
AA
26652015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2666
2667 * gdb.texinfo (S/390 and System z Features): Describe new feature
2668 "org.gnu.gdb.s390.vx".
2669
7ee67ee4
SDJ
26702015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2671
2672 PR gdb/18008
2673 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2674 demangler-warning): Fix typo ("problam").
2675
53cf2ee0
DT
26762015-02-19 David Taylor <dtaylor@emc.com>
2677
2678 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2679
3133f8c1
JM
26802015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2681
2682 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2683 point, DTrace'.
2684 (Static Probe Points): Modified to cover DTrace probes in addition
2685 to SystemTap probes. Also modified to cover the `enable probe'
2686 and `disable probe' commands.
2687
9aca2ff8
JM
26882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2689
2690 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2691 `disable probe' commands.
2692
fa3f8d5a
DT
26932015-02-12 David Taylor <dtaylor@emc.com>
2694
2695 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2696 fields of the QTDV packet.
2697
d33501a5
MM
26982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2699
2700 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2701 (Process Record and Replay): Describe new set|show commands.
2702 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2703
f4abbc16
MM
27042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2705
2706 * gdb.texinfo (Process Record and Replay): Describe the "record
2707 btrace bts" command.
2708 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2709 (Branch Trace Configuration Format): New.
2710
cfb069a8
GB
27112015-01-31 Gary Benson <gbenson@redhat.com>
2712 Doug Evans <dje@google.com>
2713
2714 * gdb.texinfo (Command Completion): Document new
2715 "set/show max-completions" option.
2716
f57d2163
DE
27172015-01-31 Doug Evans <xdje42@gmail.com>
2718
2719 * gdb.texinfo (Symbols): Document new commands
2720 "maint print symbol-cache", "maint print symbol-cache-statistics",
2721 "maint flush-symbol-cache". Document new option
2722 "maint set symbol-cache-size".
2723
9f050062
DE
27242015-01-31 Doug Evans <xdje42@gmail.com>
2725
2726 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2727 distinguish script files vs inlined scripts.
2728 * python.texi (Python Auto-loading): Ditto.
2729
b6577aab
DE
27302015-01-30 Doug Evans <dje@google.com>
2731
2732 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2733 string if present.
2734
3a8b707a
DE
27352015-01-27 Doug Evans <dje@google.com>
2736
2737 * python.texi (Objfiles In Python): Document Objfile.username.
2738
1b549396
DE
27392015-01-27 Doug Evans <dje@google.com>
2740
2741 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2742 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2743
253828f1
JK
27442015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2747
bf555842
EZ
27482015-01-16 Eli Zaretskii <eliz@gnu.org>
2749
2750 * doc/gdb.texinfo (TUI Commands): Document the possible
2751 values of NAME argument to 'winheight' command. Explain the
2752 effect of 'tabset' setting better.
2753
439250fb
DE
27542015-01-11 Doug Evans <xdje42@gmail.com>
2755
2756 PR gdb/15830
2757 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2758 (Symbols): Ditto.
2759 (Maintenance Commands): Delete docs for "maint demangle".
2760
6bf6fd09
JB
27612014-12-31 Joel Brobecker <brobecker@adacore.com>
2762
2763 * gdb.texinfo (Files): Remove documentation of the
2764 "add-shared-symbol-files" and "assf" commands.
2765 (Cygwin Native): Remove documentation of the "dll-symbols"
2766 command.
2767
cc485e62
DE
27682014-12-17 Doug Evans <xdje42@gmail.com>
2769
2770 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2771
bb2ec1b3
TT
27722014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2773 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * gdb.texinfo (Altering): Update.
2776 (Compiling and Injecting Code): New node.
2777
6dddd6a5
DE
27782014-12-12 Doug Evans <dje@google.com>
2779
2780 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2781
f5b95c01
AA
27822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2783
2784 * gdb.texinfo: Document "maint print user-registers".
2785
a0be3e44
DE
27862014-12-08 Doug Evans <dje@google.com>
2787
2788 * python.texi (Objfiles In Python): Document Objfile.owner.
2789
86e4ed39
DE
27902014-12-04 Doug Evans <dje@google.com>
2791
2792 * python.texi (Objfiles In Python): Document
2793 Objfile.add_separate_debug_file.
2794
7c50a931
DE
27952014-12-04 Doug Evans <dje@google.com>
2796
2797 * python.texi (Objfiles In Python): Document Objfile.build_id.
2798
701adfb0
PA
27992014-12-02 Nick Bull <nicholaspbull@gmail.com>
2800
2801 * observer.texi (inferior_call_pre, inferior_call_post)
2802 (memory_changed, register_changed): New observers.
2803
162078c8
NB
28042014-12-02 Nick Bull <nicholaspbull@gmail.com>
2805
2806 * python.texi (Events In Python): Document new events
2807 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2808 and RegisterChangedEvent.
2809
f10c5b19
JK
28102014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2811
2812 Add add-auto-load-scripts-directory.
2813 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2814 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2815
413b59ae
JK
28162014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2819 description typo.
2820
02be9a71
DE
28212014-10-30 Doug Evans <dje@google.com>
2822
2823 * python.texi (Progspaces In Python): Document ability to add
2824 random attributes to gdb.Progspace objects.
2825 (Objfiles In Python): Document ability to add random attributes to
2826 gdb.objfile objects.
2827
e5f8a7cc
PA
28282014-10-27 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2831 info on stepping and signal handlers.
2832 (Signals): Explain stepping and signal handlers. Add context
2833 index entry, and cross references.
2834
fab3a15d
SM
28352014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2836
2837 * python.texi (Breakpoints In Python): Add parenthesis after
2838 Breakpoint.delete. Clarify Breakpoint.enabled description so
2839 that it contains "disable".
2840
4ffbba72
DE
28412014-10-17 Doug Evans <dje@google.com>
2842
2843 * python.texi (Events In Python): Document clear_objfiles event.
2844
d096d8c1
DE
28452014-10-17 Doug Evans <dje@google.com>
2846
2847 * python.texi (Objfiles In Python): Document new progspace attribute.
2848
32a8097b
PA
28492014-10-17 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2852 (SVR4 Process Information): Delete mention of OSF/1.
2853
2ddf4301
SM
28542014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2855
2856 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2857 exit-code field in -list-thread-groups output.
2858
342cc091
JBG
28592014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2860
2861 * gdb.texinfo (Set Breaks): Add missing "@end table".
2862
a25a5a45
PA
28632014-09-22 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2866 always-inserted off" is the default mode now. Delete
2867 documentation of "set breakpoint always-inserted auto".
2868
2b4fd423
DE
28692014-09-18 Doug Evans <dje@google.com>
2870
2871 * python.texi (Symbol Tables In Python): Document "producer"
2872 attribute of gdb.Symtab objects.
2873
deb8ff2b
PA
28742014-09-16 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2877 (Embedded OS): Remove VxWorks menu entry.
2878 (VxWorks): Remove node.
2879
81219e53
DE
28802014-09-13 Doug Evans <xdje42@gmail.com>
2881
2882 * gdb.texinfo (Signaling): Document new queue-signal command.
2883
faa42425
DE
28842014-09-06 Doug Evans <xdje42@gmail.com>
2885
2886 PR 15276
2887 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2888 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2889
1a6a384b
JL
28902014-09-03 Justin Lebar <jlebar@google.com>
2891
2892 * python.texi (Types In Python): Type.template_argument(n) returns a
2893 gdb.Value or a gdb.Type and throws an exception if n is out of
2894 range.
2895
5f3b99cf
SS
28962014-09-03 Sasha Smundak <asmundak@google.com>
2897
2898 * python.texi (Frames in Python): Add read_register description.
2899
3cecbbbe
TT
29002014-08-04 Tom Tromey <tromey@redhat.com>
2901
2902 * gdb.texinfo (Debugging Output): Update for change to "set debug
2903 target".
2904
90debf20
MM
29052014-08-01 Masaki Muranaka <monaka@monami-software.com>
2906
2907 Pushed by Joel Brobecker <brobecker@adacore.com>.
2908 * Makefile.in (transform): New variable.
2909 (install-man1, install-man5): Apply $(transform) to man file names.
2910
ee7333ae
DE
29112014-07-26 Doug Evans <xdje42@gmail.com>
2912
2913 PR guile/17177
2914 * guile.texi (Guile Pretty Printing API): Fix typo.
2915 Document set-pretty-printers!, pretty-printers.
2916 (Selecting Guile Pretty-Printers): Update.
2917 Mention program-space based pretty-printers.
2918
70509625
PA
29192014-07-25 Pedro Alves <palves@redhat.com>
2920 Eli Zaretskii <eliz@gnu.org>
2921
2922 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2923 with multi-threaded programs.
2924
701adfb0
PA
29252014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2926
2927 * gdb.texinfo (MicroBlaze Features): Added.
2928
b67a2c6f
YQ
29292014-06-27 Yao Qi <yao@codesourcery.com>
2930
2931 * gdb.texinfo (Maintenance Commands): Update the output of
2932 'maint print dummy-frames' command.
2933
f179cf97
EZ
29342014-06-24 Eli Zaretskii <eliz@gnu.org>
2935
2936 * gdb.texinfo (Screen Size): Improve indexing.
2937
992c7d70
GB
29382014-06-19 Gary Benson <gbenson@redhat.com>
2939
2940 * gdb.texinfo (Maintenance Commands): Document new
2941 "maint set/show catch-demangler-crashes" option.
2942
57fcfb1b
GB
29432014-06-19 Gary Benson <gbenson@redhat.com>
2944
2945 * gdb.texinfo (Maintenance Commands): Document new
2946 "maint demangler-warning" command and new
2947 "maint set/show demangler-warning" option.
2948
dd5d5494
SC
29492014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2950
2951 * python.texi (Xmethod API): Add space before the opening
2952 parenthesis in function descriptions.
2953
25326a28 29542014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
2955
2956 * guile.texi (Guile Configuration): Document guile-data-directory.
2957
0a770bb2 29582014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2959
2960 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2961
16f691fb
DE
29622014-06-04 Doug Evans <xdje42@gmail.com>
2963
2964 * guile.texi (Breakpoints In Guile): Update.
2965
1e47491b
JB
29662014-06-03 Joel Brobecker <brobecker@adacore.com>
2967
2968 * python.texi (Xmethod API): Fix reference to "Progspaces In
2969 Python".
2970
0c6e92a5
SC
29712014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2972
2973 * python.texi (Xmethods In Python, XMethod API)
2974 (Writing an Xmethod): New nodes.
2975 (Python API): New menu entries "Xmethods In Python",
2976 "Xmethod API", "Writing an Xmethod".
2977
06eb1586
DE
29782014-06-02 Doug Evans <xdje42@gmail.com>
2979
2980 * guile.texi (Guile API): Add entry for Parameters In Guile.
2981 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2982 (Parameters In Guile): New node.
2983
e698b8c4
DE
29842014-06-02 Doug Evans <xdje42@gmail.com>
2985
2986 * guile.texi (Guile API): Add entry for Commands In Guile.
2987 (Basic Guile) <parse-and-eval>: Add reference.
2988 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2989 (GDB Scheme Data Types): Mention <gdb:command> object.
2990 (Commands In Guile): New node.
2991
ded03782
DE
29922014-06-02 Doug Evans <xdje42@gmail.com>
2993
2994 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2995 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2996 (Progspaces In Guile): New node.
2997
53e8a631
AB
29982014-05-30 Andrew Burgess <aburgess@broadcom.com>
2999
3000 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3001 * python.texi (Frames In Python): Mention
3002 gdb.FRAME_UNWIND_MEMORY_ERROR.
3003
329ea579
PA
30042014-05-29 Pedro Alves <palves@redhat.com>
3005 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3008 from example.
3009 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3010 Mention that target-async is now deprecated.
3011 (Maintenance Commands): Document maint set/show target-async.
3012
92bcb5f9
PA
30132014-05-29 Pedro Alves <palves@redhat.com>
3014
3015 * observer.texi (sync_execution_done, command_error): New
3016 subjects.
3017
fd664c91
PA
30182014-05-29 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/13860
3021 * observer.texi (signal_received, end_stepping_range)
3022 (signal_exited, exited, no_history): New observer subjects.
3023
b2715b27
AW
30242014-05-26 Andy Wingo <wingo@igalia.com>
3025
3026 * guile.texi (GDB Scheme Data Types): Remove documentation for
3027 removed interfaces. Update spelling of gdb-object-kind.
3028
9eaa4c1e
AW
30292014-05-26 Andy Wingo <wingo@igalia.com>
3030
3031 * guile.texi (Basic Guile): Fix some typos.
3032
0f1e8403
AW
30332014-05-26 Andy Wingo <wingo@igalia.com>
3034
3035 * guile.texi (Writing a Guile Pretty-Printer)
3036 (Guile Types Module): Fix excess parentheses in use-modules forms.
3037
697aa1b7
EZ
30382014-05-24 Eli Zaretskii <eliz@gnu.org>
3039
3040 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3041 (Breakpoints In Guile, Guile Printing Module)
3042 (Guile Exception Handling, Values From Inferior In Guile)
3043 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3044 Don't use @var at the beginning of a sentence.
3045
3046 * gdb.texinfo (Frame Filter Management, Trace Files)
3047 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3048 (PowerPC Embedded, Define, Annotations for Running)
3049 (IPA Protocol Commands, Packets, General Query Packets)
3050 (Tracepoint Packets, Notification Packets, Environment)
3051 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3052 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3053 (Frames, Backtrace, Selection, Expressions, Registers)
3054 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3055 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3056 (Source Annotations, Using JIT Debug Info Readers, Packets)
3057 (Stop Reply Packets, Host I/O Packets)
3058 (Target Description Format): Don't use @var at the beginning of a
3059 sentence.
3060
3061 * python.texi (Basic Python, Types In Python)
3062 (Commands In Python, Frames In Python, Line Tables In Python)
3063 (Breakpoints In Python, gdb.printing, gdb.types)
3064 (Type Printing API): Don't use @var at the beginning of a
3065 sentence.
3066
67b5c0c1
MM
30672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3068
3069 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3070 replay-memory-access".
3071
6a3cb8e8
PA
30722014-05-21 Pedro Alves <palves@redhat.com>
3073
3074 * gdb.texinfo (Starting): Document "set/show
3075 auto-connect-native-target".
3076 (Target Commands): Document "target native".
3077
936d2992
PA
30782014-05-20 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3081 not be remote specific. Add cross reference to the qCRC packet.
3082 (Separate Debug Files): Update cross reference to the qCRC packet.
3083 (General Query Packets) <qCRC packet>: Add anchor.
3084
b3ce5e5f
DE
30852014-05-17 Doug Evans <xdje42@gmail.com>
3086
3087 Copy over changes from guile.texi.
3088 * python.texi (Basic Python) <gdb.execute>: Add text.
3089 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3090 (Values From Inferior) <Python string>: Add text.
3091 (Values From Inferior) <Value.string>: Clarify string length handling.
3092 (Pretty Printing API): Add cindex.
3093 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3094 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3095 @vindex.
3096 (Commands In Python) <COMPLETE_*>: Similarly.
3097 (Symbols In Python) <SYMBOL_*>: Similarly.
3098 (Breakpoints In Python) <WP_*>: Similarly.
3099 (Breakpoints In Python) <BP_*>: Similarly.
3100
8dfcab11
DT
31012014-05-17 David Taylor <dtaylor@emc.com>
3102
3103 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3104 mentioned in the qfThreadInfo reply.
3105
8d551b02
DE
31062014-05-16 Doug Evans <dje@google.com>
3107
3108 * gdb.texinfo (Mode Options): Add -D.
3109
e20bd8f4
SB
31102014-05-09 Samuel Bronson <naesten@gmail.com>
3111
3112 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3113 "make -C".
3114
f989a1c8
TT
31152014-04-29 Tom Tromey <tromey@redhat.com>
3116
3117 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3118 "show debug varobj".
3119
95cf3b38
DT
31202014-05-01 David Taylor <dtaylor@emc.com>
3121
3122 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3123 option.
3124
01f9f808
MS
31252014-04-24 Michael Sturm <michael.sturm@mintel.com>
3126 Walfred Tedeschi <walfred.tedeschi@intel.com>
3127
3128 * gdb.texinfo (i386 Features): Add description of AVX512
3129 registers.
3130
770e7fc7
DE
31312014-03-31 Doug Evans <dje@google.com>
3132
3133 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3134
97d8f0ee
DE
31352014-03-30 Doug Evans <dje@google.com>
3136
3137 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3138 (Background Execution): Ditto.
3139
36cb1214
HZ
31402014-03-21 Pedro Alves <palves@redhat.com>
3141 Stan Shebs <stan@codesourcery.com>
3142 Hui Zhu <hui@codesourcery.com>
3143
3144 * gdb.texinfo (Packets): Add anchor to "? packet".
3145 Remove fixme and update introduction of "k packet".
3146 Add anchor to "vKill packet".
3147
5e3a2c38
SS
31482014-03-12 Stan Shebs <stan@codesourcery.com>
3149
3150 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3151
7a5a839f
LC
31522014-02-26 Ludovic Courtès <ludo@gnu.org>
3153
dc6ae996 3154 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 3155
95060284
JB
31562014-02-20 Joel Brobecker <brobecker@adacore.com>
3157
3158 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3159 and "assf" as being deprecated.
3160 (Cygwin Native): Likewise for "dll-symbols".
3161 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3162 as a way to force the loading of symbols from a DLL.
3163
f7bd0f78
SC
31642014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3165
3166 * python.texi (Values From Inferior): Add description about the
3167 new feature.
3168
329baa95
DE
31692014-02-17 Doug Evans <xdje42@gmail.com>
3170
3171 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3172 * gdb.texinfo (Python): Moved to ...
3173 * python.texi: ... here. New file.
3174
687894f5
DE
31752014-02-17 Ludovic Courtès <ludo@gnu.org>
3176
d25f38ee 3177 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
3178 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3179 parameter to 'str-lookup-function' procedure. Look for
3180 the "std::string<" prefix.
3181 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3182 Adjust description.
3183
6fb526ee
DE
31842014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3185
d25f38ee 3186 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
3187 parantheses for deffn.
3188 (Disassembly In Guile): Ditto.
3189
1e0a5178
SS
31902014-02-10 Stan Shebs <stan@codesourcery.com>
3191
3192 Add Doxygen support.
3193 * Makefile.in (doxy): New action, generates Doxygen files.
3194 (DOXYGEN): New.
3195 (doxyedit): New.
3196 * Doxyfile-base.in: New file.
3197 * Doxyfile-gdb-api.in: New file.
3198 * Doxyfile-gdb-xref.in: New file.
3199 * Doxyfile-gdbserver.in: New file.
3200 * doxy-index.in: New file.
3201 * filter-for-doxygen: New file.
3202 * filter-params.pl: New file.
3203
ed3ef339
DE
32042014-02-10 Doug Evans <xdje42@gmail.com>
3205
3206 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3207 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3208 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3209 (Guile docs): Include guile.texi.
3210 (objfile-gdbdotext file): Add objfile-gdb.scm.
3211 (dotdebug_gdb_scripts section): Mention Guile scripts.
3212 (Multiple Extension Languages): New node.
3213 * guile.texi: New file.
3214
c6044dd1
JB
32152014-01-28 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3218 ignore-descriptive-types". commands.
3219
87ce2a04
DE
32202014-01-22 Doug Evans <dje@google.com>
3221
3222 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3223 (gdbserver man): Ditto.
3224
52834460
MM
32252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3226
3227 * gdb.texinfo: Document limited reverse/replay support
3228 for target record-btrace.
3229
0688d04e
MM
32302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3231
3232 * gdb.texinfo (Process Record and Replay): Update documentation.
3233
8710b709
MM
32342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3235
3236 * gdb.texinfo (Process Record and Replay): Document new /c
3237 modifier accepted by "record function-call-history".
3238 Add /i modifier to "record function-call-history" example.
3239
dcf106f3
JB
32402014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3241 Joel Brobecker <brobecker@adacore.com>
3242
3243 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3244 markers. Remove one that was misplaced.
3245
41ef2965
PA
32462014-01-10 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.texinfo (Your Program's Environment) <set environment>:
3249 Mention the shell, and point at 'set exec-wrapper'.
3250
c0d48811
JB
32512014-01-07 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3254
5fba4c0f
JB
32552013-12-30 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.texinfo (Types In Python): Clarify the documentation
3258 of attribute gdb.Field.bitpos.
3259
0809504b
JB
32602013-12-28 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.texinfo (Types In Python): Fix the documentation of
3263 attribute "bitpos" in class gdb.Field for enum types. Add
3264 documentation for attribute "enumval" in that same class.
3265
edef6000
JB
32662013-12-28 Joel Brobecker <brobecker@adacore.com>
3267
3268 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3269 @ftable.
3270
71b8c845
DE
32712013-12-23 Doug Evans <xdje42@gmail.com>
3272
3273 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3274 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3275 corresponding section in Extending GDB.
3276 (Extending GDB): Move menu up. New menu item "Auto-loading
3277 extensions".
3278 (Sequences): New menu item "Auto-loading sequences".
3279 (Auto-loading sequences): New node.
3280 (Python): Rename section from Scripting GDB to Extending GDB.
3281 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3282 Move docs on ways to auto-load extensions to ...
3283 (Auto-loading extensions): ... here. New node.
3284
d192b373
JB
32852013-12-23 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3288 in menu.
3289 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3290 command, now in a new node.
3291 (GDB/MI Support Commands): New node, with its contents being
3292 extracted from the "GDB/MI Miscellaneous Commands" node.
3293 A small paragraph introducing the section is also added at
3294 the start.
3295 (GDB/MI Miscellaneous Commands): Delete the description of the
3296 -info-gdb-mi-command, -list-features and -list-target-features
3297 commands, now hosted in the "GDB/MI Support Commands" node.
3298
a16b0e22
SC
32992013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3300
3301 PR python/16113
3302 * gdb.texinfo (Values From Inferior): Add a note about using
3303 gdb.Field objects as subscripts on gdb.Value objects.
3304 (Types In Python): Add description about the new attribute
3305 "parent_type" of gdb.Field objects.
3306
9b26f0fb
JB
33072013-12-12 Joel Brobecker <brobecker@adacore.com>
3308
3309 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3310 entry for section docuumenting the -list-features GDB/MI command.
3311
72bfa06c
JB
33122013-12-10 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3315 "exec-run-start-option" entry in the output of the "-list-features"
3316 command.
3317
3ea8680f
EZ
33182013-12-04 Eli Zaretskii <eliz@gnu.org>
3319
3320 * gdb.texinfo (i386): Fix yesterday's commit.
3321
1a4f73eb
TT
33222013-12-03 Tom Tromey <tromey@redhat.com>
3323
3324 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3325 documented here.
3326
6cb999f8
TT
33272013-12-03 Tom Tromey <tromey@redhat.com>
3328
3329 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3330
ca8941bb
WT
33312013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3332
3333 * gdb.texinfo (i386 Features): Add MPX feature registers.
3334 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3335 a subsubsection for MPX and describes the display of the
3336 boundary registers.
3337
688981c9
JB
33382013-12-03 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3341 documentation of the "ada-exceptions" entry.
3342
2ea126fa
JB
33432013-12-03 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3346 "^error" result record concerning the error message. Document
3347 the error code that may also be part of that result record.
3348 (GDB/MI Miscellaneous Commands): Document the
3349 "undefined-command-error-code" element in the output of
3350 the "-list-features" GDB/MI command.
3351
6b7cbff1
JB
33522013-12-03 Joel Brobecker <brobecker@adacore.com>
3353
3354 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3355 the new -info-gdb-mi-command GDB/MI command. Document
3356 the meaning of "-info-gdb-mi-command" in the output of
3357 -list-features.
3358
20e1ca3b
PA
33592013-11-29 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3362 Update comment.
3363
29453a14
YQ
33642013-11-24 Yao Qi <yao@codesourcery.com>
3365
3366 * gdb.texinfo (Caching Remote Data): Document new
3367 "set/show stack-cache" option.
3368
6dd315ba
YQ
33692013-11-24 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3372 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3373 "off" respectively.
3374
9df9dbe0
YQ
33752013-11-23 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3378 of "displayhint" to the table about child results.
3379
c78feb39
YQ
33802013-11-21 Yao Qi <yao@codesourcery.com>
3381
3382 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3383 'dynamic' for the output of command -var-list-children.
3384
27b81af3
YQ
33852013-11-21 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.texinfo (Caching Target Data): Remove "see" before
3388 @pxref.
3389
b26dfc9a
YQ
33902013-11-20 Yao Qi <yao@codesourcery.com>
3391
3392 * gdb.texinfo (Caching Target Data): Update doc for
3393 per-address-space dcache.
3394
b12039c6
YQ
33952013-11-20 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.texinfo (Data): Rename menu item.
3398 (Caching Remote Data): Rename to ...
3399 (Caching Target Data): ... it. Update.
3400
422ad5c2
JB
34012013-11-18 Joel Brobecker <brobecker@adacore.com>
3402
3403 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3404 "language-option" entry in the output of the "-list-features"
3405 command.
3406
805e1f19
TT
34072013-11-15 Tom Tromey <tromey@redhat.com>
3408
3409 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3410 Add example.
3411
8fe1b653
TT
34122013-11-14 Tom Tromey <tromey@redhat.com>
3413
3414 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3415
403cb6b1
JB
34162013-11-14 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3419 (Context management): Place current subsection text into its own
3420 subsubsection. Add new subsubsection describing the "--language"
3421 command option.
3422
93973826
JB
34232013-11-13 Joel Brobecker <brobecker@adacore.com>
3424
3425 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3426 the documentation of "info-ada-exceptions" in the output
3427 of the "-list-features" command. Add the documentation
3428 of the "ada-exception" entry instead.
3429
6adcee18
JB
34302013-11-12 Joel Brobecker <brobecker@adacore.com>
3431
93973826 3432
6adcee18
JB
3433 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3434 word of a couple of sentences to start with a capital letter.
3435
58d06528
JB
34362013-11-12 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3439 (Ada Exceptions): New node.
3440 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3441 Commands" node.
3442 (GDB/MI Ada Exceptions Commands): New node.
3443 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3444 field in the output of the "-list-features" command.
3445 * NEWS: Add entry for the new "info exceptions" CLI command,
3446 and for the new "-info-ada-exceptions" GDB/MI command.
3447
bc79de95
PM
34482013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3449
3450 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3451 (Line Tables In Python): New node.
3452
73be47f5
DE
34532013-11-08 Doug Evans <dje@google.com>
3454
3455 * gdb.texinfo (Debugging Output): Update text for
3456 "set debug dwarf2-read".
3457
db0fec5c
DE
34582013-11-08 Doug Evans <dje@google.com>
3459
3460 * gdb.texinfo (Debugging Output): Update text for
3461 "set debug symtab-create".
3462
92e32e33
PM
34632013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3464
72f4393d
L
3465 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3466 constant.
92e32e33 3467
f76c27b5
PM
34682013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3469
3470 * gdb.texinfo (Breakpoints In Python): Document temporary
3471 option in breakpoint constructor, and add documentation to the
3472 temporary attribute.
3473
fa4d0c40
YQ
34742013-11-07 Yao Qi <yao@codesourcery.com>
3475
3476 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3477 output of "-var-info-expression".
3478
afa332ce
PA
34792013-11-06 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3482 non-interactive mode.
3483 (Environment) <shell startup files warning>: Mention
3484 non-interactive mode. Mention .zshenv for Z shell, and talk about
3485 BASH_ENV instead of .bashrc for BASH.
3486
9ac69859
NB
34872013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3488
3489 * gdb.texinfo (Commands to Specify Files): Add description
3490 of the remove-symbol-file command.
3491 * observer.texi: New free_objfile event
3492
98882a26
PA
34932013-10-24 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3496
ce13fade
JB
34972013-10-11 Joel Brobecker <brobecker@adacore.com>
3498
3499 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3500 New subsection inside which the "-catch-load" and "-catch-unload"
3501 commands documentation is now placed.
3502 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3503 documenting the "-catch-assert" and "-catch-exception" new
3504 GDB/MI commands.
3505
2446f5ea
JB
35062013-10-10 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3509
0d12017b
JB
35102013-10-10 Joel Brobecker <brobecker@adacore.com>
3511
bd80dc1a
JB
3512 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3513 serial baud".
3514 (Remote Configuration): Replace "set remotebaud" by "set serial
3515 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 3516
f4fb82a1
PA
35172013-10-07 Pedro Alves <palves@redhat.com>
3518
3519 PR breakpoints/11568
3520 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3521 when the thread is removed from the thread list.
3522
0c557179
SDJ
35232013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3524
3525 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3526 Update entry for $_exitcode.
3527
5713b9b5
JB
35282013-10-04 Joel Brobecker <brobecker@adacore.com>
3529
3530 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3531 new "--start" option.
3532
901461f8
PA
35332013-10-02 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.texinfo (Registers): Expand description of saved registers
3536 in frames. Explain <not saved>.
3537
8fb8eb5c
DE
35382013-09-25 Doug Evans <dje@google.com>
3539
3540 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3541
0a7cfe2c
SS
35422013-09-16 Stan Shebs <stan@codesourcery.com>
3543
3544 Remove the internals manual gdbint.texinfo.
3545 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3546 (PDFFILES): Remove gdbint.pdf.
3547 (HTMLFILES): Remove gdbint/index.html.
3548 (HTMLFILES_INSTALL): Remove gdbint.
3549 (GDBINT_DOC_FILES): Remove.
3550 (dvi): Remove gdbint.dvi.
3551 (ps): Remove gdbint.ps.
3552 * gdbint.texinfo: Remove file.
3553 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3554
a280dbd1
SDJ
35552013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3556
3557 * gdb.texinfo (Convenience Functions): Mention new convenience
3558 function $_isvoid.
3559
4ac33720
UW
35602013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3561
3562 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3563 (Standard Target Features): Add new node to menu.
3564 (S/390 and System z Features): New node.
3565
b3d3b4bd
SA
35662013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3567
3568 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3569 -list-target-features in the example.
3570
edf9f00c
JK
35712013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3572
3573 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3574 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3575
1d236d23
JK
35762013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3577
3578 Sync documentation with gdb.base/gnu-debugdata.exp.
3579 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3580
5423b017
JK
35812013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3584
6211c335
YQ
35852013-08-27 Pedro Alves <pedro@codesourcery.com>
3586 Yao Qi <yao@codesourcery.com>
3587
3588 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3589 Document new --skip-unavailable option.
3590 <-stack-list-variables>: Document new --skip-unavailable option.
3591
52e260a3
DE
35922013-08-26 Doug Evans <dje@google.com>
3593
3594 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3595 an optional regexp.
3596
5e92f71a
TT
35972013-08-13 Tom Tromey <tromey@redhat.com>
3598
3599 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3600 Document GDB_PARALLEL and GDB_INOTIFY.
3601
c5d7073b
SS
36022013-08-09 Stan Shebs <stan@codesourcery.com>
3603
3604 * LRS: Remove file, describes a long-abandoned live-range
3605 splitting extension to stabs.
3606
6fbe845e
AB
36072013-07-25 Andrew Burgess <aburgess@broadcom.com>
3608
3609 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3610
e7045703
DE
36112013-07-17 Doug Evans <dje@google.com>
3612
3613 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3614
3105ebf9
TT
36152013-07-02 Tom Tromey <tromey@redhat.com>
3616
3617 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3618
d6c2da54
TT
36192013-06-28 Tom Tromey <tromey@redhat.com>
3620
3621 * Makefile.in (version.subst): Use version.in, not
3622 common/version.in.
3623 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3624 Likewise.
3625
e5823f1c
PA
36262013-06-27 Pedro Alves <palves@redhat.com>
3627
3628 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3629 dynamic symbol resolution code>: New section, based on infrun.c
3630 comment.
3631
92dcb9ff
TT
36322013-06-26 Tom Tromey <tromey@redhat.com>
3633
3634 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3635 Update.
3636 (Releasing GDB): Likewise.
3637
dc673c81
YQ
36382013-06-26 Pedro Alves <pedro@codesourcery.com>
3639 Yao Qi <yao@codesourcery.com>
3640
3641 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3642 -trace-frame-collected.
3643
28a93511
YQ
36442013-06-26 Pedro Alves <pedro@codesourcery.com>
3645
3646 * gdb.texinfo (Traceframe Info Format): Document tvar element
3647 and its attributes.
3648
a0743c90
YQ
36492013-06-25 Yao Qi <yao@codesourcery.com>
3650
3651 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3652
01208463
TT
36532013-06-24 Tom Tromey <tromey@redhat.com>
3654
3655 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3656 (GDBvn.texi): Use version.subst.
3657 (version.subst): New target.
3658 (mostlyclean): Remove version.subst.
3659
c898adb7
YQ
36602013-06-20 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdb.texinfo (GDB/MI Data Manipulation)
3663 <-data-list-register-values>: Document the --skip-unavailable
3664 option.
3665
7c57fa1e
YQ
36662013-06-07 Yao Qi <yao@codesourcery.com>
3667
3668 * gdb.texinfo (Symbols): Add kindex and cindex for
3669 'maint print msymbols'.
3670
0059c61a 36712013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
3672
3673 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3674 response field name (thread-group to inferior).
3675
85dc5a12
GB
36762013-06-04 Gary Benson <gbenson@redhat.com>
3677
3678 * gdb.texinfo (General Query Packets/qSupported): Added
3679 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3680 to the table of currently defined stub features.
3681 Added a more detailed entry for "augmented-libraries-svr4-read".
3682 (General Query Packets/qXfer:libraries-svr4:read): Documented
3683 the augmented form of this packet.
3684
5901af59
JB
36852013-05-23 Joel Brobecker <brobecker@adacore.com>
3686
3687 * gdb.texinfo (System-wide Configuration Scripts): Renames
3688 "Installed System-wide Configuration Scripts". Add associated
3689 @menu block.
3690
c1e36e3e
PA
36912013-05-23 Yao Qi <yao@codesourcery.com>
3692 Pedro Alves <palves@redhat.com>
3693
3694 * gdb.texinfo (Packets): Document 'vCont;r'.
3695 (Continuing and Stepping): Document target-assisted range
3696 stepping, and the 'set range-stepping' and 'show range-stepping'
3697 commands.
3698
0201faac
JB
36992013-05-23 Joel Brobecker <brobecker@adacore.com>
3700
3701 * gdb.texinfo (Installed System-wide Configuration Scripts):
3702 Add subsection describing the scripts now available under
3703 the data-dir's system-gdbbinit subdirectory.
3704 * NEWS: Add entry announcing the availability of system-wide
3705 configuration scripts for ElinOS and Wind River Linux.
3706
c5867ab6
HZ
37072013-05-21 Hui Zhu <hui@codesourcery.com>
3708
3709 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3710 "-dprintf-insert" command.
3711
7d0c9981
DE
37122013-05-17 Doug Evans <dje@google.com>
3713
3714 * gdb.texinfo (Maintenance Commands): Update doc for
3715 "maint check-psymtabs". Add doc for "maint check-symtabs",
3716 "maint expand-symtabs".
3717
742ce053
MM
37182013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3719
3720 * gdb.texinfo (Process Record and Replay): Document the
3721 "record goto" command and its sub-commands.
3722
1e611234
PM
37232013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3724
3725 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3726 (Python API): Add Frame Filters API, Frame Wrapper API,
3727 Writing a Frame Filter/Wrapper, Managing Management of Frame
3728 Filters chapter entries.
3729 (Frame Filters API): New Node.
3730 (Frame Wrapper API): New Node.
3731 (Writing a Frame Filter): New Node.
3732 (Managing Frame Filters): New Node.
3733 (Progspaces In Python): Add note about frame_filters attribute.
3734 (Objfiles in Python): Ditto.
3735 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3736 @anchors and --no-frame-filters option to -stack-list-variables,
3737 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3738 commands.
3739
2874cb83
JB
37402013-05-08 Joel Brobecker <brobecker@adacore.com>
3741
3742 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3743 Support" subsection documenting the XML format used to transfer
3744 shared library info on AIX.
3745
9a005eb9
JB
37462013-05-08 Joel Brobecker <brobecker@adacore.com>
3747
3748 * gdb.texinfo (Debugging Output): Add documentation of
3749 "set debug aix-solib" and "show debug aix-solib" commands.
3750
a1217d97
SL
37512013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3752
3753 * gdb.texinfo (Nios II): New section.
3754 (Nios II Features): New section.
3755
4d1eb6b4
JB
37562013-05-06 Joel Brobecker <brobecker@adacore.com>
3757
3758 * gdbint.texinfo (Algorithms): Remove entries documenting
3759 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3760 SOLIB_CREATE_INFERIOR_HOOK.
3761
3f84184e
TT
37622013-04-29 Tom Tromey <tromey@redhat.com>
3763
3764 PR python/14204:
3765 * gdb.texinfo (Python API): Fix menu entry.
3766 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3767 Define global and static block. Add example. Clarify
3768 block relationship for inline functions.
3769
60155234
TT
37702013-04-29 Tom Tromey <tromey@redhat.com>
3771
3772 * gdb.texinfo (Python API): Mention Python help and keyword
3773 arguments. Move pagination text to Basic Python.
3774 (Basic Python): Put pagination text here. Document
3775 close-on-exec, SIGCHLD, and SIGINT.
3776
5360976e
PA
37772013-04-19 Pedro Alves <palves@redhat.com>
3778
3779 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3780 "signedness" instead of "signness".
3781
bd3f3b55
PA
37822013-04-19 Pedro Alves <palves@redhat.com>
3783
3784 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3785 -Wno-pointer-sign text with text on -Wpointer-sign.
3786
dee368d3
TT
37872013-04-16 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3790 GCC that has the SDT probe points.
3791
cc16e6c9
TT
37922013-04-15 Tom Tromey <tromey@redhat.com>
3793
3794 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3795 exception catchpoints.
3796
72f1fe8a
TT
37972013-04-15 Tom Tromey <tromey@redhat.com>
3798
3799 * gdb.texinfo (Set Catchpoints): Document $_exception.
3800 (Convenience Vars): Mention $_exception.
3801
591f19e8
TT
38022013-04-15 Tom Tromey <tromey@redhat.com>
3803
3804 * gdb.texinfo (Set Catchpoints): Reorganize exception
3805 catchpoints. Document "catch rethrow".
3806 (Debugging C Plus Plus): Mention "catch rethrow".
3807
02ae6bad
TT
38082013-04-15 Tom Tromey <tromey@redhat.com>
3809
3810 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3811
2c91021c
JK
38122013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3813 Eli Zaretskii <eliz@gnu.org>
3814
3815 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3816 line below the sample output.
3817
6eaaf48b
EZ
38182013-04-12 Eli Zaretskii <eliz@gnu.org>
3819
3820 * gdb.texinfo (Mode Options): Document '-configuration'.
3821 (Help): Document "show configuration".
3822 (Bug Reporting): Add requirements to include the configuration
3823 details in bug reports.
3824
b292c783
JK
38252013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3826
3827 * Makefile.in (MAN1S): Add gcore.1.
3828 Remove "Host, target, and site specific Makefile fragments" comment.
3829 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3830 (install-man1, uninstall-man1): Conditionalize gcore.1.
3831 (gcore.1): New.
3832 * gdb.texinfo (Man Pages): Add gcore man.
3833 (gcore man): New node.
3834
f81d1120
PA
38352013-04-10 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.texinfo (Process Record and Replay): Document that "set
3838 record full insn-number-max", "set record
3839 instruction-history-size" and "set record
3840 function-call-history-size" accept "unlimited".
3841 (Backtrace): Document that "set backtrace limit" accepts
3842 "unlimited".
3843 (List): Document that "set listsize" accepts "unlimited".
3844 (Print Settings)" Document that "set print max-symbolic-offset",
3845 "set print elements" and "set print repeats" accept "unlimited".
3846 (Starting and Stopping Trace Experiments): Document that "set
3847 trace-buffer-size" accepts "unlimited".
3848 (Remote Configuration): Document that "set tcp connect-timeout"
3849 accepts "unlimited".
3850 (Command History): Document that "set history size" accepts
3851 "unlimited".
3852 (Screen Size): Document that "set height" and "set width" accepts
3853 "unlimited". Adjust "set pagination"'s description to suggest
3854 "set height unlimited" instead of "set height 0".
3855
393fd4c3
YQ
38562013-04-10 Yao Qi <yao@codesourcery.com>
3857
3858 * gdb.texinfo (Trace Files): Add "target ctf".
3859
cba5a7bf
JK
38602013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3863
0ed630cb
JK
3864 * Makefile.in (install-man1, install-man5, uninstall-man1)
3865 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3866
afe1492b
JK
3867 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3868
5b8b6385
JK
38692013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3870 Eli Zaretskii <eliz@gnu.org>
3871
3872 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3873 parameters order. Remove "On some targets" for --attach. Document the
3874 --multi parameter and extended-remote command. Document all the
3875 options.
3876
906ccdf0
JK
38772013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3880 the list of supported languages.
3881
43662968
JK
38822013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3885 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3886 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3887 (diststuff): Add man.
3888 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3889 (uninstall-man5): New.
3890 (STAGESTUFF): Add *.1 and *.5.
3891 (GDBvn.texi): Add SYSTEM_GDBINIT.
3892 (gdb.1, gdbserver.1, gdbinit.5): New.
3893 (maintainer-clean realclean): Add $(MANS).
3894 (install): Add install-man.
3895 (uninstall): Add uninstall-man.
3896 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3897 (@copying): Wrap it by @c man begin COPYRIGHT.
3898 (Top): Add Man Pages.
3899 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3900
be9a8770
PA
39012013-04-02 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.texinfo (Debugging Output): Document "set/show debug
3904 aarch64", "set/show debug coff-pe-read" and "set/show debug
3905 mach-o".
3906
a46c1e42
PA
39072013-04-02 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3910 table>: Add entry for "trace-buffer-size".
3911
bd3eecc3
PA
39122013-03-28 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3915 table>: Add entry for "trace-status".
3916
215b9f98
EZ
39172013-03-28 Eli Zaretskii <eliz@gnu.org>
3918
3919 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3920 @bullet", which is invalid (makeinfo 5.1 barfs).
3921
7f7cc265
PA
39222013-03-28 Pedro Alves <palves@redhat.com>
3923
3924 PR gdb/15294
3925
3926 * gdb.texinfo (List) <set listsize>: Adjust to document that
3927 listsize 0 means no limit, and remove mention of -1.
3928
9c0be723
YQ
39292013-03-22 Yao Qi <yao@codesourcery.com>
3930
3931 * gdb.texinfo (Embedded Processors): Remove menu item
3932 "OpenRISC 1000".
3933 (OpenRISC 1000): Remove.
3934
bd712aed
DE
39352013-03-21 Doug Evans <dje@google.com>
3936
3937 * gdb.texinfo (Maintenance Commands): Add docs for
3938 "mt set per-command {space,time,symtab} {on,off}".
3939
d0353e76
YQ
39402013-03-14 Hui Zhu <hui@codesourcery.com>
3941 Yao Qi <yao@codesourcery.com>
3942
3943 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3944
6dd24dfa
KS
39452013-03-13 Keith Seitz <keiths@redhat.com>
3946
3947 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3948 "maint agent" reference to Dynamic printf.
3949
5c4808ca
EZ
39502013-03-11 Eli Zaretskii <eliz@gnu.org>
3951
3952 * gdb.texinfo (General Query Packets): Don't use colon in index
3953 entries visible to Info format.
3954
59ea5688
MM
39552013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3956
3957 * gdb.texinfo (Process Record and Replay): Document record
3958 changes.
3959
2ae8c8e7
MM
39602013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3961
3962 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3963 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3964 qXfer:btrace:read.
3965
28abe188
EZ
39662013-03-09 Eli Zaretskii <eliz@gnu.org>
3967
3968 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3969 use colons in @anchor and @cindex entries.
3970
be9a119c 39712013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
3972
3973 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3974
be9a119c 39752013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3976 Hafiz Abid Qadeer <abidh@codesourcery.com>
3977
3978 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3979 trace-buffer-size set and show commands.
3980 (Tracepoint Packets): Document QTBuffer:size.
3981 (General Query Packets): Document QTBuffer:size.
3982
d57350ea
TT
39832013-02-21 Tom Tromey <tromey@redhat.com>
3984
3985 * gdb.texinfo: Remove bad @syncodeindex.
3986 (Values From Inferior, Types In Python, Inferiors In Python)
3987 (Events In Python, Threads In Python, Frames In Python, Blocks In
3988 Python, Symbols In Python, Symbol Tables In Python): Remove
3989 @tables.
3990 (Packets, General Query Packets, Tracepoint Packets)
3991 (Host I/O Packets): Use @w{} for empty @item.
3992
9f44fbc0
SCR
39932013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3994
3995 * gdb.texinfo (Architectures In Python): Add description about
3996 the new method gdb.Architecture.disassemble.
3997
f5911ea1
HAQ
39982013-02-15 Pedro Alves <pedro@codesourcery.com>
3999 Hafiz Abid Qadeer <abidh@codesourcery.com>
4000
4001 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4002 Document the "trace-file" field.
4003
7e1e0340
DE
40042013-02-07 Doug Evans <dje@google.com>
4005
4006 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4007 command.
4008
134a2066
YQ
40092013-02-06 Yao Qi <yao@codesourcery.com>
4010
4011 * gdb.texinfo (GDB/MI Async Records): Document new MI
4012 notification "=tsv-modified". Update the document of MI
4013 notification "=tsv-created".
4014 * observer.texi (GDB Observers): New observer tsv_modified.
4015 Update observer tsv_created and tsv_delete.
4016
430ed3f0
MS
40172013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4018
4019 * gdb.texinfo (AArch64 Features): New section; document
4020 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4021 (Architectures): Add new AArch64 section to document AArch64
4022 architecture specific commands.
4023 (ABI): Add description of the new OS ABI "Newlib" and its influence
4024 on the longjmp handling.
4025
1b56eb55
JK
40262013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4027 Jan Kratochvil <jan.kratochvil@redhat.com>
4028
4029 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4030 variable in 'set/show backtrace' section.
4031
c4957902
TT
40322013-01-31 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.texinfo (Target Commands): Fix typo.
4035
bea883fd
SCR
40362013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4037
4038 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4039 describing the gdb.Architecture class.
4040 (Frames In Python): Add description about the new method
4041 gdb.Frame.architecture().
4042
796a7ff8
DE
40432013-01-23 Doug Evans <dje@google.com>
4044
4045 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4046
998580f1
MK
40472013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4048
4049 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4050 'thread-groups' field when printing a breakpoint in MI.
4051
c9fb1240
SD
40522012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4053 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4054 to reflect that jit-reader-load now supports absolute file-names.
4055
ab04a2af
TT
40562013-01-16 Tom Tromey <tromey@redhat.com>
4057
4058 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4059 (Signals): Likewise.
4060
8ac3646f
TT
40612013-01-16 Tom Tromey <tromey@redhat.com>
4062
4063 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4064 "catch-type" field.
4065 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4066
e93a8774
TT
40672013-01-07 Tom Tromey <tromey@redhat.com>
4068
4069 * gdb.texinfo (Mode Options): Don't mention -epoch.
4070 (Data, Emacs): Remove obsolete comments.
4071
54516a0b
TT
40722013-01-02 Tom Tromey <tromey@redhat.com>
4073
4074 * gdb.texinfo (GDB/MI Output Records): Update menu.
4075 (GDB/MI Breakpoint Information): New node.
4076 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4077 <-break-insert>: Likewise.
4078
8dbe8ece
YQ
40792012-12-31 Yao Qi <yao@codesourcery.com>
4080
4081 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4082 (Packets): Move "vStopped" packet to ...
4083 (Notification Packets): ... here. Describe the components
4084 of notification. Add a table of supported notifications.
4085 Add an example on the process of he async notification.
4086
f35a17b5
JK
40872012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4090 present.
4091 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4092 fullname output always present.
4093
0dfd2fad
PM
40942012-12-23 Pierre Muller <muller@sourceware.org>
4095
72f4393d
L
4096 * gdbint.texinfo (Function prototypes): Require use of "extern"
4097 modifier for function prototypes in headers.
0dfd2fad 4098
7785b880
JB
40992012-12-19 Joel Brobecker <brobecker@adacore.com>
4100
4101 * refcard.tex: Update copyright notice to GPL v3 or later.
4102 Update contact info.
4103
3d745be3
JK
41042012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4107
c9b6281a
YQ
41082012-12-15 Yao Qi <yao@codesourcery.com>
4109
4110 * gdb.texinfo (Debugging Output): Document 'set debug
4111 notification' and 'show debug notification'.
4112
f2a8bc8a
YQ
41132012-12-15 Yao Qi <yao@codesourcery.com>
4114
4115 * gdb.texinfo (Listing Tracepoints): New item and example about
4116 'installed on target' output.
4117 Add more in the example about 'installed on target'.
4118 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4119
451b7c33
TT
41202012-12-14 Tom Tromey <tromey@redhat.com>
4121
72f4393d 4122 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 4123
3fa7bf06 41242012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 4125
3fa7bf06
MG
4126 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4127
701adfb0
PA
41282012-12-12 Paul Koning <paul_koning@dell.com>
4129
4130 Add support for Python 3.
4131 * gdb.texinfo (Inferior.read_memory): Mention that the return
4132 value is a memoryview object if Python 3.
4133
05b4bd79
PA
41342012-12-11 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.texinfo: Remove all mentions of Unixware throughout.
4137
74a0d9f6
JK
41382012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4141
0c631110
TT
41422012-11-29 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.texinfo (SVR4 Process Information): Document missing
4145 "info proc" subcommands.
4146
891df0ea
YQ
41472012-11-29 Yao Qi <yao@codesourcery.com>
4148
4149 PR gdb/1477.
4150 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4151 to 'auto' instead of 'gnu'.
4152
608e2dbb
TT
41532012-11-26 Tom Tromey <tromey@redhat.com>
4154
4155 * gdb.texinfo (MiniDebugInfo): New node.
4156 (GDB Files): Update.
4157
e64e0392
DE
41582012-11-16 Doug Evans <dje@google.com>
4159
4160 * gdb.texinfo (System-wide configuration): If the system-wide init
4161 file lives in the data-directory, and --data-directory is provided,
4162 look for it there.
4163
ae606bee
TT
41642012-11-15 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.texinfo (Signaling): Fix typo.
4167
62747a60
TT
41682012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4169
4170 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4171 parameter "count" of -data-write-memory-bytes, and add an example.
4172
18a9fc12
TT
41732012-11-12 Tom Tromey <tromey@redhat.com>
4174
4175 * gdb.texinfo (Symbols): Document "info type-printers",
4176 "enable type-printer" and "disable type-printer".
4177 (Python API): Add new node to menu.
4178 (Type Printing API): New node.
4179 (Progspaces In Python): Document type_printers field.
4180 (Objfiles In Python): Likewise.
4181 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4182 register_type_printer, TypePrinter>: Document.
4183
53342f27
TT
41842012-11-12 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.texinfo (Symbols): Document "set print type methods",
4187 "set print type typedefs", and flags to ptype and whatis.
4188
ed8a1c2d
AB
41892012-11-09 Andrew Burgess <aburgess@broadcom.com>
4190
4191 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4192 the example -data-disassemble output. Extend the description of
4193 the -data-disassemble results to document all fields. Document
4194 the cli disassemble command as being related to -data-disassemble.
4195
8506d139
YQ
41962012-11-09 Yao Qi <yao@codesourcery.com>
4197
4198 PR gdb/14777.
4199 * gdb.texinfo (OS Information): Remove doc on command
4200 'info udot'.
4201
4d3f93a2
JB
42022012-11-08 Joel Brobecker <brobecker@adacore.com>
4203
4204 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4205 gdb.ini warning for Windows port.
4206
1e96de83
YQ
42072012-11-08 Yao Qi <yao@codesourcery.com>
4208
4209 * gdb.texinfo (Search): Add kindex for 'fo'.
4210
dc939229
TT
42112012-11-05 Tom Tromey <tromey@redhat.com>
4212
4213 PR python/14802:
4214 * gdb.texinfo (Functions In Python): Add example.
4215
6f6484cd
YQ
42162012-11-03 Yao Qi <yao@codesourcery.com>
4217
4218 * observer.texi (GDB Observers): Remove observer
4219 'tracepoint_modified', 'tracepoint_created' and
4220 'tracepoint_deleted'.
4221
af4238e5
TT
42222012-10-26 Tom Tromey <tromey@redhat.com>
4223
4224 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4225
687e43a4
TT
42262012-10-25 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.texinfo (General Query Packets): Use @itemx.
4229
8de0566d
YQ
42302012-10-17 Yao Qi <yao@codesourcery.com>
4231
4232 * observer.texi (GDB Observers): Update observer
4233 'memory_changed'.
4234 * gdb.texinfo (GDB/MI Async Records): Document for
4235 "memory-changed" notification.
4236
07540c15
DE
42372012-10-15 Doug Evans <dje@google.com>
4238
4239 * gdb.texinfo (Mode Options): Document -nh.
4240 Elaborate on docs for -nx.
4241
d7019589
SP
42422012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4243
4244 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4245
82a90ccf 42462012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 4247 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
4248
4249 * gdb.texinfo (GDB/MI Async Records): Document notification
4250 'record-started' and 'record-stopped'.
4251 * observer.texi (GDB Observers): New observer 'record-changed'.
4252
aa9259cc
TS
42532012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4254
4255 * gdb.texinfo: Document the removal of SH's 'regs' command.
4256
c1d780c2
SDJ
42572012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4258
4259 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4260
bb25a15c
YQ
42612012-09-18 Yao Qi <yao@codesourcery.com>
4262
4263 * gdb.texinfo (GDB/MI Async Records): Document new MI
4264 notifications '=tsv-created' and '=tsv-deleted'.
4265 * observer.texi (GDB Observers): New observer tsv_created and
4266 tsv_deleted.
4267
201b4506
YQ
42682012-09-18 Yao Qi <yao@codesourcery.com>
4269
4270 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4271 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4272 '=traceframe-changed'.
4273
6fc1c773
YQ
42742012-09-17 Yao Qi <yao@codesourcery.com>
4275
4276 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4277 'set listsize'.
4278
121c73f3
JK
42792012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4280 Eli Zaretskii <eliz@gnu.org>
4281
4282 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4283 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4284 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4285
e9687799
JK
42862012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4289
3b5e4d35
YPK
42902012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4291
4292 Document how to return from "python-interactive" to GDB.
4293 * gdb.texinfo (Python Commands): Update documentation.
4294
42952012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4296
4297 Add a new "python-interactive" command that starts a standard
4298 Python interactive prompt with "pi" as alias, and add "py" as
4299 an alias to "python".
4300 * gdb.texinfo (Python Commands): Document the new commands.
4301
b583003e
TT
43022012-08-22 Tom Tromey <tromey@redhat.com>
4303
4304 * gdbint.texinfo (Host Definition): Remove documentation for
4305 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4306
a451cb65
KS
43072012-08-17 Keith Seitz <keiths@redhat.com>
4308
4309 PR c++/13356
4310 * gdb.texinfo (Type and Range Checking): Remove warning.
4311 Remove spurious commas.
4312 Update text and examples for re-implementation of set/show
4313 check type.
4314 (C and C++ Type and Range Checks): Likewise.
4315
6b1755ce
YQ
43162012-08-16 Yao Qi <yao@codesourcery.com>
4317
4318 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4319 is deprecated.
4320
f47f77df
DE
43212012-08-13 Doug Evans <dje@google.com>
4322
4323 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4324 to include functions.
4325
a72c3253
DE
43262012-08-10 Doug Evans <dje@google.com>
4327
4328 * gdb.texinfo (Convenience Funs): New node.
4329 (Types In Python): Document Type.vector.
4330
5b9afe8a
YQ
43312012-08-09 Yao Qi <yao@codesourcery.com>
4332
4333 * observer.texi: New observer command_param_changed.
4334 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4335
dc1039df
JK
43362012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdbint.texinfo (Debugging GDB): In section
4339 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4340 Mention also gdb-gdb.py.
4341
4abf930d
YQ
43422012-08-07 Yao Qi <yao@codesourcery.com>
4343
4344 Revert the folloing patch:
4345 2012-08-06 Yao Qi <yao@codesourcery.com>
4346 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4347 remote hardware-watchpoint-limit' and 'set
4348 remote hardware-breakpoint-limit'.
4349
f3c8a52a
JK
43502012-08-06 Nathaniel Flath <flat0103@gmail.com>
4351
4352 * gdb.texinfo (Working Directory): Added information about new
4353 default argument for 'cd' command.
4354
77a91025
YQ
43552012-08-06 Yao Qi <yao@codesourcery.com>
4356
4357 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4358 remote hardware-watchpoint-limit' and 'set
4359 remote hardware-breakpoint-limit'.
4360
d9f08f52
YQ
43612012-08-06 Yao Qi <yao@codesourcery.com>
4362
4363 Fix PR14371.
4364
4365 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4366 '=breakpoint-deleted'.
4367
95b07c96
YQ
43682012-08-02 Yao Qi <yao@codesourcery.com>
4369
4370 * gdb.texinfo (Native): Remove node Neutrino.
4371
7255706c
YQ
43722012-07-27 Yao Qi <yao@codesourcery.com>
4373
4374 * gdb.texinfo (IPA Protocol Commands): Document new command
4375 'close'.
4376
d6b28940
TT
43772012-07-25 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4380
e615022a
DE
43812012-07-20 Doug Evans <dje@google.com>
4382
4383 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4384 (Index Files): Document how to control the use of deprecated index
4385 sections.
4386 (Index Section Format): Replace --use-deprecated-index-sections with
4387 "set use-deprecated-index-sections on".
4388
055855a4
EZ
43892012-07-12 Eli Zaretskii <eliz@gnu.org>
4390
4391 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4392 indices into a single node "Index". Instead, join function and
4393 variable indices into a single index, separate from the concept
4394 index. Requested in
4395 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4396 (Top): Update the top-level menu: instead of one "Index" there are
4397 now separate entries "Concept Index" and "Function and Variable
4398 Index".
4399 (Concept Index, Function and Variable Index): New nodes.
4400 (Index): Node deleted.
4401
f77cc5f0
HZ
44022012-07-05 Hui Zhu <hui_zhu@mentor.com>
4403
4404 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4405 and "maint agent-eval".
4406
00595b5e
EZ
44072012-07-03 Eli Zaretskii <eliz@gnu.org>
4408
4409 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4410 avoid file-name clashes between Index.html and index.html on
4411 case-insensitive filesystems. See the discussion starting in
4412 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4413 details of the problem.
4414 (Top): Update the master menu for the above.
4415 (Concept Index, Command and Variable Index): New nodes, instead of
4416 the old "Index" node that was deleted. All cross-references
4417 updated.
4418
d3ce09f5
SS
44192012-07-02 Stan Shebs <stan@codesourcery.com>
4420
4421 * gdb.texinfo (Dynamic Printf): Mention agent style and
4422 disconnected dprintf.
4423 (Maintenance Commands): Describe maint agent-printf.
4424 (General Query Packets): Mention BreakpointCommands feature.
4425 (Packets): Document commands extension to Z0 packet.
4426 * agentexpr.texi (Bytecode Descriptions): Document printf
4427 bytecode.
4428
2d7b58e8
JK
44292012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4432 only after gdbinit files.
4433 (Startup): Move -iex and -iex commands down after gdbinit files.
4434
202cbf1c
JK
44352012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4436
4437 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4438 possibility.
4439
b6ba681c
TT
44402012-06-29 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.texinfo (Index Section Format): Update for version 7.
4443
71caed83
SS
44442012-06-28 Stan Shebs <stan@codesourcery.com>
4445
4446 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4447 example, add note about title column.
4448
ee0bf529
SCR
44492012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4450
4451 * gdb.texinfo (Symbol Tables In Python): Add description about
4452 the new 'last' attribute of gdb.Symtab_and line.
4453
3c15d565
SCR
44542012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4455
4456 * gdb.texinfo (Symbol Tables In Python): Correct the description
4457 of the 'pc' attribute of gdb.Symtab_and_line.
4458
45cfd468
DE
44592012-06-26 Doug Evans <dje@google.com>
4460
4461 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4462 and symtab-create.
4463
496ee73e
KS
44642012-06-25 Keith Seitz <keiths@redhat.com>
4465
4466 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4467 from example. Remove "rbreak" from list of corresponding
4468 gdb commands.
4469
156942c7
DE
44702012-06-23 Doug Evans <dje@google.com>
4471
4472 * gdb.texinfo (Index Section Format): Document version 7 format.
4473
c614397c
YQ
44742012-06-22 Yao Qi <yao@codesourcery.com>
4475
4476 * gdb.texinfo: Add missing cindex for some packets.
4477
472a2379
KS
44782012-06-20 Keith Seitz <keiths@redhat.com>
4479
4480 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4481 for -break-insert and document -p.
4482
2678e2af
YQ
44832012-06-20 Yao Qi <yao@codesourcery.com>
4484
4485 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4486 and "gdb.write_memory" with "Inferior.read_memory" and
4487 "Inferior.write_memory".
4488
984359d2
EZ
44892012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4490
4491 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4492 (Free Documentation): Add @node line.
4493 (Continuing and Stepping) <advance location>: Use @item instead of
4494 @itemx.
4495 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4496 @itemx.
4497 (Embedded Processors): Put the link to "PA" to its correct place,
4498 according to document structure.
4499 (Python API): Put the link to "Lazy Strings In Python" to its
4500 correct place.
4501 (Index): Use @@ in @tex block to get a literal @.
4502
4503 * gdbint.texinfo: Fix the @subtitle line.
4504
4505 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4506 correct place.
4507
16bdd41f
YQ
45082012-06-08 Yao Qi <yao@codesourcery.com>
4509
4510 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4511 Protocol'.
4512 (In-Process Agent Protocol, IPA Protocol Objects)
4513 (IPA Protocol Commands): New nodes.
4514 (Tracepoint Packets): Add anchors.
4515
2d4c29c5
TS
45162012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4517
4518 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4519
6bd110c5
YQ
45202012-06-06 Yao Qi <yao@codesourcery.com>
4521
4522 * gdb.texinfo: Update copyright year.
4523
f3e0e960
SS
45242012-05-23 Stan Shebs <stan@codesourcery.com>
4525 Kwok Cheung Yeung <kcy@codesourcery.com>
4526
4527 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4528
1564a261
JK
45292012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4530
4531 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4532 Mention also --with-separate-debug-dir.
4533 (Auto-loading): Prepend $debugdir in the sample output.
4534 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4535 auto-load safe-path variable.
4536 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4537 Mention also $debugdir for 'set auto-load scripts-directory'.
4538
eb17f351
EZ
45392012-05-19 Eli Zaretskii <eliz@gnu.org>
4540
4541 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4542 (MIPS Embedded, MIPS, MIPS Register packet Format)
4543 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4544 appropriate.
4545
4cc0665f 45462012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 4547 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
4548
4549 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4550 mips compression".
4551 (MIPS Breakpoint Kinds): New subsubsection.
4552
7af8dcf8 45532012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
4554
4555 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4556 nodes for subsections. Add @acronym mark-ups and adjust
4557 formatting.
4558
aff139ff
JK
45592012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 Rename $ddir to $datadir.
4562 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4563 (objfile-gdb.py file): Rename $ddir to $datadir.
4564
9cb709b6
TT
45652012-05-18 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4568
e7e0cddf
SS
45692012-05-14 Stan Shebs <stan@codesourcery.com>
4570
4571 * gdb.texinfo (Dynamic Printf): New subsection.
4572
7efc75aa
SCR
45732012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4574
4575 * gdb.texinfo (Basic Python): Add description about the function
4576 gdb.find_pc_line
4577
f307c045
JK
45782012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4579 Eli Zaretskii <eliz@gnu.org>
4580
4581 * gdb.texinfo (Separate Debug Files): Use plural form for global
4582 debugging information directory.
4583
85d4a676
SS
45842012-05-11 Stan Shebs <stan@codesourcery.com>
4585 Kwok Cheung Yeung <kcy@codesourcery.com>
4586
4587 * gdb.texinfo (Operating System Auxiliary Information): Document new
4588 'info os' subcommands.
4589
c1668e4e
JK
45902012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4591
4592 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4593 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4594 (dotdebug_gdb_scripts section): Add reference
4595 to 'Auto-loading safe path'.
4596
7349ff92
JK
45972012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 Implement multi-component --with-auto-load-dir.
4600 * gdb.texinfo (Auto-loading): New references
4601 for 'set auto-load scripts-directory'
4602 and 'show auto-load scripts-directory'.
4603 (Auto-loading safe path): Describe the new default. Move $ddir
4604 substituation reference to 'objfile-gdb.py file'.
4605 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4606 script-name. Describe new 'set auto-load scripts-directory'
4607 and 'show auto-load scripts-directory'.
4608
6dea1fbd
JK
46092012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 Provide $ddir substitution for --with-auto-load-safe-path.
4612 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4613 (Auto-loading safe path): Likewise. Mention the default value,
4614 $ddir substitution, --with-auto-load-safe-path and
4615 --without-auto-load-safe-path.
4616 * observer.texi (gdb_datadir_changed): New.
4617
1ccacbcd
JK
46182012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4621 Twice.
4622
d9242c17
JK
4623 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4624 directory separator by path separator.
4625
af2c1515
JK
46262012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4629 for 'set auto-load safe-path' optional. Mention if it is omitted.
4630 Change disabling security protection condition to "/", twice.
4631
a20ee7a4
SCR
46322012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4633
4634 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4635 the new methods global_block and static_block on gdb.Symtab
4636 objects.
4637
56af09aa
SCR
46382012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4639
4640 * gdb.texinfo (Blocks In Python): Add a note saying that future
4641 improvements to GDB and its infrastructure can move symbols
4642 across blocks within a symbol table.
4643
2746b0ef
YQ
46442012-04-29 Yao Qi <yao@codesourcery.com>
4645
4646 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4647 (A29K): Remove.
4648
62e5f89c
SDJ
46492012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4650 Tom Tromey <tromey@redhat.com>
4651
4652 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4653 and generic static probe support on GDB.
4654
a766d390
DE
46552012-04-25 Doug Evans <dje@google.com>
4656
50f042b9
DE
4657 * gdb.texinfo (Go): Fix thinko.
4658
a766d390
DE
4659 * gdb.texinfo (Supported Languages): Add Go.
4660 (Go): New node.
4661
f02e2b19
YQ
46622012-04-25 Yao Qi <yao@codesourcery.com>
4663
4664 * gdbint.texinfo (Testsuite): New section `Board settings'.
4665
68d41a48
JK
46662012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4667
4668 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4669 Three times.
4670
174bb630
JK
4671 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4672 Three times.
4673
0511cc75
JK
46742012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4677 by @table @asis. Fix formatting of one item.
4678
0070f25a
JK
46792012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4682
4dc84fd1
JK
46832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 New option "set debug auto-load".
4686 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4687 (auto-load verbose mode): New node.
4688
bccbefd2
JK
46892012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4690
4691 New option "set auto-load safe-path".
4692 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4693 and "info auto-load" examples for safe-path. Put there also references
4694 for "set auto-load safe-path" and "show auto-load safe-path".
4695 New menu item for Auto-loading safe path.
4696 (Auto-loading safe path): New node.
4697 (Python Auto-loading): Update the expected output from "Missing"
4698 to "No".
4699
bf88dd68
JK
47002012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 auto-load: Implementation.
4703 * gdb.texinfo (Mode Options): New anchor for -nx.
4704 (Startup): New anchors for Option -init-eval-command,
4705 Home Directory Init File
4706 and Init File in the Current Directory during Startup.
4707 Mention set auto-load local-gdbinit with a reference.
4708 Change the sample code to "set auto-load python-scripts".
4709 (Threads): New anchor set libthread-db-search-path.
4710 Provide references to libthread_db.so.1 file.
4711 (Controlling GDB): New menu item for Auto-loading.
4712 (Auto-loading, Init File in the Current Directory)
4713 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4714 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4715 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4716 reference.
4717 (Auto-loading): Rename to ...
4718 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4719 "set auto-load python-scripts", new anchor for it. Change
4720 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4721 for it. Change "info auto-load-scripts"
4722 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4723 to "Python scripts".
4724
8264ba82
AG
47252012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4726
4727 PR mi/13393
4728 * gdb.texinfo (Print Settings): Extend the description for "set print
4729 object".
4730 (GDB/MI Variable Objects): Extend the description for -var-create and
4731 -var-list-children.
4732
06fc020f
SCR
47332012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4734
4735 * gdb.texinfo (Examining Data): Document the 'explore' command.
4736
7191c139
JB
47372012-03-28 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4740 to the children of a varobj and its update range when -var-update
4741 returns that the varobj's type changed.
4742
3708f05e
JK
47432012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4744
4745 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4746 Create two new links fir 'objfile-gdb.py file'
4747 and 'dotdebug_gdb_scripts section'.
4748
8e0583c8
JK
47492012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4750
4751 * gdb.texinfo (Auto-loading): Rename node reference
4752 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4753 Twice.
4754 (.debug_gdb_scripts section): Rename the node ...
4755 (dotdebug_gdb_scripts section): ... here.
4756 (Maintenance Commands): Also rename this node reference.
4757
7b282c5a
SCR
47582012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4759
4760 * gdb.texinfo (Python API/Values From Inferior): Add description
4761 about the new method Value.referenced_value. Add description on
4762 how Value.dereference is different (and similar) to
4763 Value.referenced_value.
4764
8320cc4f
JK
47652012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4768 --init-eval-command=COMMAND, -iex.
4769 (Startup): Describe -iex and -ix. Simplify the example
4770 for "set auto-load-scripts off".
4771
481860b3
GB
47722012-03-16 Gary Benson <gbenson@redhat.com>
4773
4774 PR breakpoints/10738
4775 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4776 stating that GDB cannot set breakpoints on inlined functions.
4777 (Mode Options): Document --use-deprecated-index-sections.
4778 (Index Section Format): Document new index section version format.
4779
c4aeac85
TT
47802012-03-15 Tom Tromey <tromey@redhat.com>
4781
4782 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4783
16899756
DE
47842012-03-13 Doug Evans <dje@google.com>
4785
4786 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4787 of "reload".
4788 (Symbols): Delete docs for set/show symbol-reloading.
4789 * gdbint.texinfo (Defining Other Architecture Features): Delete
4790 SYMBOL_RELOADING_DEFAULT.
4791 * refcard.tex: Delete reference to symbol-reloading.
4792
9b224c5e
PA
47932012-03-07 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.texinfo (General Query Packets): Document new
4796 QProgramSignals packet.
4797 * gdb.texinfo (Remote configuration): Mention
4798 "program-signals-packet".
4799
169081d0
TG
48002012-03-05 Tristan Gingold <gingold@adacore.com>
4801
4802 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4803
d1feda86
YQ
48042012-03-03 Yao Qi <yao@codesourcery.com>
4805
4806 * gdb.texinfo (In-Process Agent): New node.
4807 Document new commands.
4808 (General Query Packets): Add packet `QAgent'.
4809
1faeff08
MR
48102012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4811
4812 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4813
7d74f244
DE
48142012-03-01 Scott J. Goldman <scottjg@vmware.com>
4815
4816 * gdb.texinfo (Commands In Python): Put example python macro in
4817 COMMAND_USER category rather than COMMAND_OBSCURE.
4818 Document gdb.COMMAND_USER.
4819 (User-defined Commands): Update documentation to clarify
4820 "set/show max-user-call-depth" and "show user" don't apply to python
4821 commands. Update documentation to clarify "help user-defined" may
4822 also include python commands defined as COMMAND_USER.
4823
6fe37d23
JK
48242012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4825
4826 * gdb.texinfo (Startup): Add option -ex description to the option -x
4827 description.
4828
83364271
LM
48292012-02-24 Luis Machado <lgustavo@codesourcery.com>
4830
4831 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4832 condition-evaluation breakpoint parameter.
4833 Mention condition-evaluation mode being shown in "info break".
4834 (Break Conditions): Add description for target-side
4835 conditional breakpoints.
72f4393d 4836 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
4837 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4838 cond-expr.
4839 (General Query Packets): Mention new ConditionalBreakpoint feature.
4840
bdb1994d
TT
48412012-02-22 Tom Tromey <tromey@redhat.com>
4842
4843 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4844
4d241c86
TT
48452012-02-17 Tom Tromey <tromey@redhat.com>
4846
4847 PR python/10753:
4848 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4849 directory.
4850
816338b5
SS
48512012-02-14 Stan Shebs <stan@codesourcery.com>
4852
4853 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4854
cc30c4bd
PA
48552012-02-13 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4858 mips-idt-ecoff.
4859
035d1e5b
YQ
48602012-02-09 Yao Qi <yao@codesourcery.com>
4861
4862 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4863
f0823d2c
TT
48642012-02-07 Tom Tromey <tromey@redhat.com>
4865
4866 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4867 Symbol.value.
4868
64e7d9dd
TT
48692012-02-07 Tom Tromey <tromey@redhat.com>
4870
4871 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4872
4220b2f8
TS
48732012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4874
4875 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4876
edcc5120
TT
48772012-01-24 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4880 unload".
4881 (Files): Mention new catch commands.
4882 (GDB/MI Async Records): Likewise.
4883
53fe1783
GB
48842012-01-24 Gary Benson <gbenson@redhat.com>
4885
4886 Delete #if 0'd out code.
4887 * gdb.texinfo (Frame Info): Remove "info catch".
4888
b9e7b9c3
UW
48892012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4890
4891 * gdb.texinfo (Remote Configuration): Document
4892 "set remote hostio-readlink-packet" command.
4893 (General Query Packets): Document vFile:readlink packet.
4894
4aac40c8
TT
48952012-01-16 Tom Tromey <tromey@redhat.com>
4896
4897 * gdb.texinfo (Specify Location): Document relative file name
4898 handling.
4899
cafec441
TT
49002012-01-16 Tom Tromey <tromey@redhat.com>
4901
4902 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4903
0ee339bc
JK
49042012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4905 Eli Zaretskii <eliz@gnu.org>
4906
4907 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4908 code.
4909
72384ba3
PH
49102012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4911
4912 * gdb.texinfo (Variables): Document use of :: for non-static
4913 variables.
4914
ce1b17c4
JB
49152012-01-05 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdbint.texinfo (Start of New Year Procedure): Update
4918 to replace use of copyright.sh by use of copyright.py.
4919
217bff3e
JK
49202012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 Remove the gdbtui binary.
4923 * all-cfg.texi (GDBTUI): Remove.
4924 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4925 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4926 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4927
cc72b2a2
KP
49282011-12-23 Kevin Pouget <kevin.pouget@st.com>
4929
4930 Introduce gdb.FinishBreakpoint in Python.
4931 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4932 (Python API): Add menu entry for Finish Breakpoints.
4933
13ac8d2c
JK
49342011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4935
4936 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4937 tests.
4938
e0f9f062
DE
49392011-12-16 Doug Evans <dje@google.com>
4940
4941 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4942
80b6e756
PM
49432011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4944
1c3ad6ab 4945 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
4946 stack". Add documentation for "set/show python print-stack".
4947
2fb860fc
PA
49482011-12-14 Pedro Alves <pedro@codesourcery.com>
4949
4950 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4951 should transfer control to the stub in the startup code instead of
4952 in main. Mention the need to get past the initial breakpoint.
4953
f8eba3c6
TT
49542011-12-06 Tom Tromey <tromey@redhat.com>
4955
4956 * gdb.texinfo (Set Breaks): Update for new behavior.
4957
2268b414
JK
49582011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4961 List Format for SVR4 Targets'.
4962 (General Query Packets): New item qXfer:libraries-svr4:read.
4963 (Library List Format for SVR4 Targets): New node.
4964
ae6f0d5b
TT
49652011-12-01 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4968 add.
4969
36dfb11c
TT
49702011-11-22 Tom Tromey <tromey@redhat.com>
4971
4972 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4973 reasons.
4974
f196051f
SS
49752011-11-20 Stan Shebs <stan@codesourcery.com>
4976
4977 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4978 note-related options and variables.
4979 (Tracepoint Packets): Document packet changes.
4980
f85b53f8
SD
49812011-11-20 Sanjoy Das <sdas@igalia.com>
4982
4983 * gdb.texinfo (JIT Interface): Add documentation on writing and
4984 usind JIT debug info readers.
4985 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4986 Debug Info Readers): New nodes.
4987
bfccc43c
YQ
49882011-11-18 Yao Qi <yao@codesourcery.com>
4989
4990 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4991 tracepoint.
4992
c011a4f4
DE
49932011-11-15 Doug Evans <dje@google.com>
4994
4995 * gdb.texinfo (Files): Document basenames-may-differ.
4996
ed59ded5
DE
49972011-11-14 Doug Evans <dje@google.com>
4998
4999 * gdb.texinfo (Shell Commands): Document "!".
5000
405f8e94
SS
50012011-11-14 Stan Shebs <stan@codesourcery.com>
5002 Kwok Cheung Yeung <kcy@codesourcery.com>
5003
5004 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5005 needed to get shorter fast tracepoints.
5006 (Tracepoint Packets): Document new qTMinFTPILen packet.
5007
1e4d1764
YQ
50082011-11-14 Yao Qi <yao@codesourcery.com>
5009
5010 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5011 behavior of tracepoint.
5012 (General Query Packets): New feature InstallInTrace.
5013 (Remote Configuration): Document "set remote
5014 install-in-trace-packet".
5015
71eba9c2 50162011-11-12 Matt Rice <ratmice@gmail.com>
5017
5018 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5019 Add arguments to info macro.
5020
e0f8f636
TT
50212011-11-10 Tom Tromey <tromey@redhat.com>
5022
5023 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5024 manual.
5025 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5026 (Macros): Add a footnote.
5027 (C): Remove paragraph about compiler options.
5028 (C Constants): Mention wide character and string constants.
5029 (C Plus Plus Expressions): Update compiler option advice. Mention
5030 using declarations. Mention ADL. Remove old HP compiler
5031 information.
5032
625c0d47
TT
50332011-11-10 Tom Tromey <tromey@redhat.com>
5034
5035 PR c++/9257:
5036 * gdb.texinfo (Print Settings): Add an extra note about the need
5037 for a vtable.
5038
4be2aacc
MR
50392011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5040
5041 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5042 "set mips abi" documentation.
5043
0a1c4d10
DE
50442011-11-04 Doug Evans <dje@google.com>
5045
5046 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5047
aad1c02c
TT
50482011-11-03 Tom Tromey <tromey@redhat.com>
5049
5050 * gdb.texinfo (Stopping): Add menu entry.
5051 (Continuing and Stepping): Restore @node. Use @section, not
5052 @subsection.
5053
983fb131
MR
50542011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5055
5056 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5057 designation. Fix "Specify Location" cross-reference.
5058
3065dfb6
SS
50592011-11-02 Stan Shebs <stan@codesourcery.com>
5060
5061 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5062 (General Query Packets): Describe tracenz feature.
5063 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5064
0aaaf063
PK
50652011-10-28 Paul Koning <paul_koning@dell.com>
5066
5067 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5068
2231f1fb
KP
50692011-10-27 Kevin Pouget <kevin.pouget@st.com>
5070
72f4393d 5071 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
5072 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5073
5110b5df
PK
50742011-10-26 Paul Koning <paul_koning@dell.com>
5075
5076 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 5077
22dbab46
PK
50782011-10-25 Paul Koning <paul_koning@dell.com>
5079
5080 PR python/13327
72f4393d 5081
22dbab46
PK
5082 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5083 fetch_lazy method.
5084
9df2fbc4
PM
50852011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5086
5087 PR python/12656
5088
5089 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5090 global_block, static_block function.
5091
f05e2e1d
TT
50922011-10-19 Tom Tromey <tromey@redhat.com>
5093
5094 * gdb.texinfo (Commands In Python): Add missing "@"s.
5095
a7fc3f37
KP
50962011-10-13 Kevin Pouget <kevin.pouget@st.com>
5097
5098 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 5099 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
5100 constants.
5101
5048e516
JK
51022011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 Fix compatibility with texinfo versions older than 4.12.
5105 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5106 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5107 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5108 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5109 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5110 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5111 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5112
5a56e9c5
DE
51132011-10-09 Doug Evans <dje@google.com>
5114
5115 * gdb.texinfo (Extending GDB): Document alias command.
5116
36b11add
JK
51172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5118
5119 Support @entry in input expressions.
5120 * gdb.texinfo (Variables): Describe @entry names suffix.
5121 (Print Settings): Add anchor for `set print entry-values'.
5122
e18b2753
JK
51232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5124 Eli Zaretskii <eliz@gnu.org>
5125
5126 Display @entry parameter values (without references).
5127 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5128 example.
5129 (Print Settings): New description of set print entry-values and show
5130 print entry-values.
5131
111c6489
JK
51322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5133 Eli Zaretskii <eliz@gnu.org>
5134
5135 Recognize virtual tail call frames.
5136 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5137 (Tail Call Frames): New node.
5138 (Frames In Python): Add gdb.TAILCALL_FRAME.
5139
9c15afc4
DE
51402011-10-07 Doug Evans <dje@google.com>
5141
5142 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5143 register_pretty_printer.
5144
99f5279d
PM
51452011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5146
5147 PR python/12930
5148 PR python/12802
5149
5150 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5151 stop method.
5152
03583c20
UW
51532011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5154
5155 * gdb.texinfo (Starting your Program): "set disable-randomization"
5156 is no longer Linux-specific.
5157 (Remote Configuration): Document "set remote
5158 disable-randomization-packet".
5159 (General Query Packets): Document "QDisableRandomization" packet
5160 and add it to "qSupported" list.
5161
bd054e06
KP
51622011-10-07 Kevin Pouget <kevin.pouget@st.com>
5163
5164 Allow Python notification of new object-file loadings.
5165 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5166 event type.
5167
cb6be26b
KP
51682011-10-04 Kevin Pouget <kevin.pouget@st.com>
5169
5170 PR python/12691: Add the inferior to Python exited event
5171 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5172
a05336a1
JB
51732011-10-03 Joel Brobecker <brobecker@adacore.com>
5174
5175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5176 rephasing.
5177
5d77fe44
JB
51782011-10-03 Joel Brobecker <brobecker@adacore.com>
5179
5180 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5181 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5182 as possible feature returned by the `-list-features'
5183 command.
5184
699df94d
PK
51852011-09-28 Paul Koning <paul_koning@dell.com>
5186
5187 * gdb.texinfo (gdb.Type): Document field access by dictionary
5188 key syntax.
5189
24bdad53
YQ
51902011-09-28 Yao Qi <yao@codesourcery.com>
5191
5192 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5193 Add one space after option `-s'. Remove @r{} markup.
5194
6710bf39
SS
51952011-09-27 Stan Shebs <stan@codesourcery.com>
5196
5197 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5198
d99f7e48
HZ
51992011-09-16 Hui Zhu <teawater@gmail.com>
5200
5201 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5202 to *(unsigned char *)$esp@300.
5203
d812018b
PK
52042011-09-15 Paul Koning <paul_koning@dell.com>
5205
5206 * gdb.texinfo: Make style of Python functions and methods match
5207 the syntax of Python. Also put class and module names explicitly
5208 on function, member, and variable names, matching Python
5209 documentation conventions.
72f4393d 5210
2aa48337
KP
52112011-09-15 Kevin Pouget <kevin.pouget@st.com>
5212
5213 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5214 * gdb.texinfo (Inferiors In Python): Describe new
5215 gdb.selected_inferior() function.
5216
6839b47f
KP
52172011-09-15 Kevin Pouget <kevin.pouget@st.com>
5218
5219 Handle multiple breakpoint hits in Python interface:
5220 * gdb.texinfo (Events In Python): New function documentation:
5221 gdb.BreakpointEvent.breakpoints. Indicate that
5222 gdb.BreakpointEvent.breakpoint is now deprecated.
5223
26829f2b
JB
52242011-09-04 Joel Brobecker <brobecker@adacore.com>
5225
5226 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5227
a9f54f60
TT
52282011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5229
5230 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5231
fa3a4f15
PM
52322011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5233
72f4393d
L
5234 * gdb.texinfo (Prompt): Add set/show extended-prompt
5235 documentation
5236 (Basic Python): Add prompt_hook anchor.
5237 (Python modules): Reword module text to reflect multiple modules.
5238 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 5239
224bbe49
YQ
52402011-08-14 Yao Qi <yao@codesourcery.com>
5241
78d85199
YQ
5242 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5243
52442011-08-14 Yao Qi <yao@codesourcery.com>
5245
5246 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
5247 (TIC6x Features): New node.
5248
457e09f0
DE
52492011-08-12 Doug Evans <dje@google.com>
5250
5251 * gdb.texinfo (Symbols In Python): Document symbol.type.
5252
5e239b84
PM
52532011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5254
5255 * gdb.texinfo (Python): Document command and function
5256 auto-loading.
5257
177bc839
JK
52582011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5259 Eli Zaretskii <eliz@gnu.org>
5260
5261 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5262 typedefs unrolling. Extend the sample code by an inner typedef and
5263 outer typedefs unrolling.
5264
1a532630
PP
52652011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5266
5267 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5268 size and line-size.
5269
9b158ba0 52702011-07-21 Matt Rice <ratmice@gmail.com>
5271
5272 PR macros/12999
5273 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5274 Update text and cindex entries for info macro command.
5275
d17b6f81
PM
52762011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5277
5278 * observer.texi (GDB Observers): Add before_prompt observer.
5279 * gdb.texinfo (Basic Python): Add documentation for prompt
5280 substitution.
5281
713389e0
PM
52822011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5283
72f4393d 5284 PR python/12438
713389e0 5285 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
5286 set/show python print-stack. Document set/show python
5287 print-backtrace.
713389e0 5288
177b42fe
TJB
52892011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5290
5291 * gdb.texinfo: Fix typos.
5292
900e11f9
JK
52932011-07-01 Tom Tromey <tromey@redhat.com>
5294
5295 * gdb.texinfo (Debugging Output): Document set debug
5296 check-physname.
5297
39c4d40a
TT
52982011-06-29 Tom Tromey <tromey@redhat.com>
5299
5300 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5301 breakpoint-notifications feature.
5302
6f5def7d
UW
53032011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5304
5305 * gdb.texinfo (Target Description): Remove warning about
5306 possibly unstable format.
5307
8cf64490
TT
53082011-06-03 Tom Tromey <tromey@redhat.com>
5309
5310 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5311 (Events In Python): Note that exit_code is optional.
5312
393eab54
PA
53132011-05-17 Pedro Alves <pedro@codesourcery.com>
5314
5315 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5316 required for multi-threading support.
5317 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5318 Hc are deprecated for multi-threading debugging. Point readers at
5319 the vCont packet.
5320
75fc9810
DE
53212011-05-15 Doug Evans <dje@google.com>
5322
5323 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5324
01124a23
DE
53252011-05-13 Doug Evans <dje@google.com>
5326
98a5dd13
DE
5327 * gdb.texinfo (Threads): Document $sdir,$pdir.
5328 (Server): Document $pdir exception.
5329
dbaefcf7
DE
5330 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5331
cc63ef9b
DE
5332 * gdb.texinfo (Threads): Clarify default value for
5333 libthread-db-search-path.
7e0396aa 5334
01124a23
DE
5335 * gdb.texinfo (Completion): Update example.
5336 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5337
d248b706
KY
53382011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5339
5340 * gdb.texinfo: Document change in the behaviour of the enable and
5341 disable GDB commands when applied to tracepoints.
5342 Document the EnableDisableTracepoints remote stub feature.
5343 Document QTEnable and QTDisable in the list of tracepoint packets.
5344
cc88a640
JK
53452011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5348 hsuser.texi.
5349 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5350 comment to hsuser.texi. Change rluser.texi name in the comment.
5351
84e578fb
DE
53522011-05-10 Doug Evans <dje@google.com>
5353
5354 * gdb.texinfo (Threads): If an empty path is provided for
5355 libthread-db-search-path it is reset to its default value.
5356 (Server): Ditto.
5357
478aac75
DE
53582011-05-09 Doug Evans <dje@google.com>
5359
5360 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5361
9c06b0b4
TJB
53622011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5363 Thiago Jung Bauermann <bauerman@br.ibm.com>
5364
5365 Implement support for PowerPC BookE masked watchpoints.
5366 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5367 (PowerPC Embedded): Mention support of masked watchpoints.
5368
9ed350ad
JB
53692011-05-03 Joel Brobecker <brobecker@adacore.com>
5370
5371 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5372 `@value{GDBN}'.
5373
4ceed123
JB
53742011-05-03 Joel Brobecker <brobecker@adacore.com>
5375
5376 * gdb.texinfo (titlepage): Remove dedication.
5377 (In Memoriam): New appendix.
5378
559a7a62
JK
53792011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5380 Eli Zaretskii <eliz@gnu.org>
5381
5382 * gdb.texinfo (Index Section Format): Change the version to 5.
5383 Describe the different formula.
5384
03f2bd59
JK
53852011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5386 Eli Zaretskii <eliz@gnu.org>
5387
5388 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5389 for disconnected tracing.
5390 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5391 extended-remote relationship. Mention --once.
5392 (TCP port allocation lifecycle of @code{gdbserver}): New.
5393
d9b1a651
EZ
53942011-04-23 Eli Zaretskii <eliz@gnu.org>
5395
5396 * gdb.texinfo (Server): Improve indexing. Index all optional
5397 switches to gdbserver.
5398
90476074
TT
53992011-04-20 Tom Tromey <tromey@redhat.com>
5400
5401 * gdb.texinfo (Index Section Format): New node.
5402 (Top): Add new node to menu.
5403
c21236dc
PA
54042011-04-20 Pedro Alves <pedro@codesourcery.com>
5405
5406 * gdb.texinfo (Maintenance Commands): Document `maint print
5407 remote-registers'.
5408
05c8c3f5
TT
54092011-04-20 Tom Tromey <tromey@redhat.com>
5410
5411 * gdb.texinfo (Trace File Format): Move node later.
5412
7a9dd1b2
TT
54132011-04-19 Tom Tromey <tromey@redhat.com>
5414
5415 * gdbint.texinfo (Register Information Functions): Remove
5416 duplicate "the".
5417 * gdb.texinfo (Emacs): Remove duplicate "to".
5418 (GDB/MI Variable Objects): Remove duplicate "the".
5419 (General Query Packets): Likewise.
5420
4368ebeb
JB
54212011-04-02 Joel Brobecker <brobecker@adacore.com>
5422
5423 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5424 "GDB/MI Ada Exception Information" node.
5425
956a9fb9
JB
54262011-04-01 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5429 the "exception-name" field in the *stopped async record.
5430
f1310107
TJB
54312011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5432 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5433
5434 Implement support for PowerPC BookE ranged breakpoints.
5435 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5436
8786b2bd
TT
54372011-03-28 Tom Tromey <tromey@redhat.com>
5438
5439 * gdb.texinfo (Set Tracepoints): Fix typo.
5440
9ef07c8c
TT
54412011-03-24 Tom Tromey <tromey@redhat.com>
5442
5443 * gdb.texinfo (Specify Location): Document `function:label'
5444 linespec.
5445
99c3dc11
PM
54462011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5447
f1310107 5448 PR python/12149
99c3dc11
PM
5449
5450 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5451
29703da4
PM
54522011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5453
5454 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5455 (Inferiors In Python): Likewise.
5456 (Threads In Python): Likewise.
5457 (Symbols In Python): Likewise.
5458 (Objfiles In Python): Likewise.
5459 (Symbol Tables In Python): Likewise.
5460
c9174737
PA
54612011-03-15 Pedro Alves <pedro@codesourcery.com>
5462
5463 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5464 display>: Explain that the commands accept number ranges.
5465
7371cf6d
PM
54662011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5467
5468 * gdb.texinfo (Breakpoints In Python): Add description and example
5469 of Python stop function operation.
5470
ecec24e6
PM
54712011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5472
5473 * gdb.texinfo (Parameters In Python): Document get_set_string and
5474 get_show_string methods.
5475
6dcd5565
JK
54762011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5477
5478 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5479
81896e36
JK
5480 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5481 circular-trace-buffer name.
5482
5e30da2c
JB
54832011-02-28 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5486 in the previous change.
5487
3bd0f5ef 54882011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 5489
72f4393d 5490 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
5491 that they can accept multiple arguments.
5492
4ec7539c
JB
54932011-02-24 Joel Brobecker <brobecker@adacore.com>
5494
5495 Revert the following patch (code patch was not approved):
5496 2011-02-21 Hui Zhu <teawater@gmail.com>
5497 * agentexpr.texi (bytecode descriptions): add printf.
5498 * gdb.texinfo (tracepoint action lists): add printf.
5499
82809774
DE
55002011-02-23 Doug Evans <dje@google.com>
5501
5502 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5503
e5a67952
MS
55042011-02-23 Michael Snyder <msnyder@vmware.com>
5505
5506 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5507 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5508 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5509
6e6fbe60
DE
55102011-02-22 Doug Evans <dje@google.com>
5511
5512 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5513 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5514 add description of result, fix @defun formatting.
5515
f994e27a
HZ
55162011-02-21 Hui Zhu <teawater@gmail.com>
5517
5518 * agentexpr.texi (Bytecode Descriptions): Add printf.
5519 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5520
c7f96d2b
TT
55212011-02-18 Tom Tromey <tromey@redhat.com>
5522
5523 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5524
60f98dde
MS
55252011-02-14 Michael Snyder <msnyder@vmware.com>
5526
5527 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5528 Document new command "thread find".
5529
08e796bc
MS
55302011-02-14 Michael Snyder <msnyder@vmware.com>
5531
5532 * gdb.texinfo (Threads): Update example of new thread message.
5533
b3b9301e
PA
55342011-02-14 Pedro Alves <pedro@codesourcery.com>
5535
5536 * gdb.texinfo (Remote Configuration): Mention set/show remote
5537 traceframe-info.
5538 (Tools/Packages Optional for Building GDB): Mention that expat is
5539 used for traceframe info.
5540 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5541 (General Query Packets) <qSupported>: Describe the
5542 qXfer:traceframe-info:read feature.
5543 (qXfer::read): Describe qXfer:traceframe-info:read.
5544 (Traceframe Info Format): New section.
5545
cef35b0f
PA
55462011-02-04 Pedro Alves <pedro@codesourcery.com>
5547
5548 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5549 for casts and unary operators.
5550
f1cbe1d3
TT
55512011-02-04 Tom Tromey <tromey@redhat.com>
5552
5553 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5554 is not useful.
5555
585fdaa1
PA
55562011-01-25 Pedro Alves <pedro@codesourcery.com>
5557
5558 * gdb.texinfo: s/value optimized out/optimized out/g
5559
7bfc9434
JB
55602011-01-21 Joel Brobecker <brobecker@adacore.com>
5561
5562 * gdb.texinfo (Other Misc Settings): Rework part of the
5563 documentation of the "set interactive mode" command.
5564
4694da01
TT
55652011-01-19 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb.texinfo (Threads): Document thread name output and `thread
5568 name' command.
5569 (Threads In Python): Document Thread.name attribute.
5570 (GDB/MI Thread Commands): Document thread attributes.
5571
b716877b
AB
55722011-01-12 Andrew Burgess <aburgess@broadcom.com>
5573
5574 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5575 changes in mi/mi-cmd-disas.c
5576
13fd8b81
TT
55772011-01-12 Tom Tromey <tromey@redhat.com>
5578
5579 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5580 Fix "thread apply" text.
5581
e09342b5
TJB
55822011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5583 Thiago Jung Bauermann <bauerman@br.ibm.com>
5584
5585 Implement support for PowerPC BookE ranged watchpoints.
5586 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5587 the "set powerpc exact-watchpoints" flag.
5588
06e65f44
TT
55892011-01-07 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.texinfo (Python API): Add descriptions to @menu items.
5592
d8e22779
TT
55932011-01-06 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5596
a255712f
PP
55972010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5598
e09342b5 5599 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 5600
ccfc3d6e
TT
56012011-01-06 Tom Tromey <tromey@redhat.com>
5602
5603 PR python/12133:
5604 * gdb.texinfo (Frames In Python): Document various frame
5605 constants.
5606
44944448
JB
56072011-01-05 Joel Brobecker <brobecker@adacore.com>
5608
5609 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5610 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5611 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5612
42ea3d7a
JK
56132011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5616 (clean): Add GDBvn.texi.
5617
720d1a40
JB
56182010-12-29 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5621 occasional case where the debugger prints an array address
5622 instead of the array itself.
5623
ad196637
PA
56242010-12-23 Pedro Alves <pedro@codesourcery.com>
5625
5626 * gdb.texinfo (Packets) <read registers packet>: Document support
5627 for registers that were not collected.
5628
a86caf66
DE
56292010-12-15 Doug Evans <dje@google.com>
5630
5631 * gdb.texinfo (Startup): Document auto-loading of scripts during
5632 startup.
5633 (Auto-loading): Delete "maint set python auto-load on|off".
5634 Add "set auto-load-scripts on|off".
5635
aae1c79a
DE
56362010-12-07 Doug Evans <dje@google.com>
5637
5638 * gdb.texinfo (Mode Options): Document -data-directory.
5639 (Data Files): Add reference to -data-directory.
5640
4e04c971
DE
56412010-11-29 Doug Evans <dje@google.com>
5642
5643 * gdb.texinfo (Pretty-Printer Introduction): Change
5644 printer-name:subprinter-name to printer-name;subprinter-name.
5645
94b6973e
PM
56462010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5647
72f4393d 5648 PR python/12199
94b6973e
PM
5649
5650 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5651
39037522
TT
56522010-11-23 Tom Tromey <tromey@redhat.com>
5653
5654 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5655 (Editing): Likewise.
5656 (Command History): Likewise.
5657 (TUI Keys): Likewise.
5658 (Bug Reporting): Conditionally include rluser.texi and
5659 inc-history.texinfo.
5660 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5661 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5662 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5663 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5664 (gdb.pdf): Likewise.
5665 (gdb.info): Likewise.
5666 (gdb/index.html): Likewise.
5667
5ae98d25
TT
56682010-11-23 Tom Tromey <tromey@redhat.com>
5669
5670 * Makefile.in (Makefile): Run ../config.status.
5671 (distclean): Update.
5672 * configure: Remove.
5673 * configure.ac: Remove.
5674
621c8364
TT
56752010-11-12 Tom Tromey <tromey@redhat.com>
5676
5677 * gdb.texinfo (Basic Python): Update. Add xref.
5678 (Exception Handling): Document new exception classes.
5679 (Types In Python): Update.
5680 (Frames In Python): Update.
5681
84f4c1fe
PM
56822010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5683
5684 * gdb.texinfo (Breakpoints In Python): Document "internal"
5685 parameter, and visible attribute.
5686
99e7ae30
DE
56872010-11-05 Doug Evans <dje@google.com>
5688
5689 * gdb.texinfo (Source Path): Document "set directories".
5690
f4b8a18d
KW
56912010-11-05 Ken Werner <ken.werner@de.ibm.com>
5692
5693 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5694 (OpenCL C): New node.
5695
7b51bc51
DE
56962010-11-02 Doug Evans <dje@google.com>
5697
5698 * gdb.texinfo (Pretty Printing): Expand into three sections,
5699 introduction, example, and commands.
5700 (Python API): Delete section Disabling Pretty-Printers, merge into
5701 Selecting Pretty-Printers.
5702 (Writing a Pretty-Printer): New section. Move the pretty-printer
5703 example here, and reformat to match python coding style. Add a second
5704 example using the gdb.printing module.
5705 (Python modules): Add gdb.printing.
5706
9eeee977
DE
57072010-10-29 Doug Evans <dje@google.com>
5708
5709 * gdb.texinfo (Python): Fix long line.
5710
a0e0ffdf
DE
57112010-10-20 Doug Evans <dje@google.com>
5712
5713 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5714 All references updated. Correct sections marked as subsections.
5715 (Coding Standards): New chapter. Move the coding standard related
5716 subsections here. Add section on Python coding standards.
5717
0e3509db
DE
57182010-10-13 Doug Evans <dje@google.com>
5719
5720 * gdb.texinfo (Python): Add "Python modules".
5721 (Types in Python): Add reference to gdb.types section.
5722 (Python modules): New node.
5723
44592cc4
DE
57242010-10-11 Doug Evans <dje@google.com>
5725
5726 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5727 Python" from gdb.Value.type description.
5728
6e1bb179
JB
57292010-09-28 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.texinfo (Ravenscar Profile): New node.
5732
e8467610
TT
57332010-09-22 Tom Tromey <tromey@redhat.com>
5734
5735 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5736
fccd1d1e
EZ
57372010-09-22 Eli Zaretskii <eliz@gnu.org>
5738
5739 * gdb.texinfo (Values From Inferior): Clarify that
5740 value.dynamic_type works only in C++ programs with RTTI.
5741
c1b6b909
TT
57422010-09-15 Paul Bolle <pebolle@tiscali.nl>
5743
5744 * gdb.texinfo (Character Sets): Correctly reference host-charset
5745 in example.
5746
7d288aaa
TT
57472010-09-13 Tom Tromey <tromey@redhat.com>
5748
5749 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5750 Document "fullname" and "from".
5751
f75d858b
MK
57522010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5753
5754 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5755 feature `reverse' output by -list-target-features.
5756
83b9503b
L
57572010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5758
5759 * gdb.texinfo (i386 Features): Remove an extra "@item".
5760
03f17ccf
TT
57612010-08-30 Tom Tromey <tromey@redhat.com>
5762
5763 PR python/11792:
5764 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5765
9779414d
DJ
57662010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5767
5768 * gdb.texinfo (ARM Features): Document
5769 org.gnu.gdb.arm.m-profile.
5770
f9ffd4bb
TT
57712010-08-23 Tom Tromey <tromey@redhat.com>
5772
5773 PR python/11145:
5774 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5775 reinterpret_cast methods.
5776
702c2711
TT
57772010-08-23 Tom Tromey <tromey@redhat.com>
5778
5779 PR python/11915:
5780 * gdb.texinfo (Types In Python): Document array method.
5781
66b73624
TJB
57822010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5783
5784 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5785
06a64a0b
TT
57862010-08-16 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.texinfo (Set Watchpoints): Document -location option.
5789
a3a7127e
DE
57902010-08-13 Doug Evans <dje@google.com>
5791
5792 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5793
8dedea02
VP
57942010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5795
5796 * gdb.texinfo (GDB/MI Data Manipulation): Document
5797 -data-read-memory-raw and -data-write-memory-raw.
5798
ca5c20b6 57992010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 5800 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
5801
5802 * gdb.texinfo (Basic Python): Describe post_event API.
5803
cb2e07a6
PM
58042010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5805
5806 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 5807 decode_line Python APIs
cb2e07a6 5808
464b3efb
TT
58092010-08-10 Tom Tromey <tromey@redhat.com>
5810
5811 * gdb.texinfo (Pretty Printing API): Document
5812 gdb.default_visualizer.
5813
c29c521f
TT
58142010-08-10 Tom Tromey <tromey@redhat.com>
5815
5816 Revert gdb-add-index addition:
5817 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5818
5da1313b
JK
58192010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5820 Eli Zaretskii <eliz@gnu.org>
5821
5822 * gdb.texinfo (Mode Options) <-batch>
5823 (Basic Python) <gdb.execute>: Describe setting width and height.
5824
02d868e8
PP
58252010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5826
5827 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5828
c2bbed2a
TT
58292010-07-30 Tom Tromey <tromey@redhat.com>
5830
5831 * gdb.texinfo (Index Files): Mention gdb-add-index.
5832
6c13bbe1
HZ
58332010-07-30 Hui Zhu <teawater@gmail.com>
5834
5835 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5836 "detach inferior" and "kill inferior".
5837
53a71c06
CR
58382010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5839
5840 * gdb.texinfo (Machine Code): Update description of two forms of
5841 arguments, and add new example to demonstrate the new form.
5842
5374244e
PM
58432010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5844
5845 * gdb.texinfo (Values From Inferior): Add value inferior function
5846 call description.
5847
8ea5bce5
JK
58482010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5849
5850 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5851
c0edd9ed
JK
58522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5853 Eli Zaretskii <eliz@gnu.org>
5854
5855 Make core files the process_stratum.
5856 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5857 record_stratum example.
5858
9291a0cd
TT
58592010-07-13 Tom Tromey <tromey@redhat.com>
5860
5861 * gdb.texinfo (Index Files): New node.
5862
f5011d11
TT
58632010-07-13 Tom Tromey <tromey@redhat.com>
5864
5865 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5866
0f5238ed
TT
58672010-07-13 Tom Tromey <tromey@redhat.com>
5868
5869 * gdb.texinfo (Specify Location): Document labels.
5870
74c761c1
PA
58712010-07-01 Pedro Alves <pedro@codesourcery.com>
5872
5873 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5874 entries for fast tracepoints and static tracepoints.
5875
501994c0
PA
58762010-07-01 Pedro Alves <pedro@codesourcery.com>
5877
5878 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5879 qsThreadInfo>: Spell out `l' as ell.
5880
0fb4aa4b
PA
58812010-07-01 Pedro Alves <pedro@codesourcery.com>
5882
5883 * gdb.texinfo (Convenience Variables): Document $_sdata.
5884 (Commands to Set Tracepoints): Describe static tracepoints. Add
5885 `Listing Static Tracepoint Markers' menu entry. Document
5886 "strace".
5887 (Tracepoint Action Lists): Document collecting $_sdata.
5888 (Listing Static Tracepoint Markers): New subsection.
5889 (Tracepoints support in gdbserver): Mention static tracepoints.
5890 (remote packets, enabling and disabling): Mention
5891 read-sdata-object.
5892 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5893 and StaticTracepoint.
5894 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5895 Document qXfer:sdata:read.
5896 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5897
dc3b15be
JB
58982010-06-29 Joel Brobecker <brobecker@adacore.com>
5899
5900 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5901
595939de
PM
59022010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5903 Tom Tromey <tromey@redhat.com>
5904 Thiago Jung Bauermann <bauerman@br.ibm.com>
5905
5906 * gdb.texinfo (Inferiors In Python): New node.
5907 * gdb.texinfo (Threads In Python): New node.
5908
9279c692
JB
59092010-06-28 Joel Brobecker <brobecker@adacore.com>
5910
5911 * gdb.texinfo (Python): Document what the python directory is
5912 and what its location is.
5913 (Basic Python): Document the gdb.PYTHONDIR constant.
5914
bc9f0842
TT
59152010-06-25 Tom Tromey <tromey@redhat.com>
5916
5917 PR python/10808:
5918 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5919
f1421989
HZ
59202010-06-24 Hui Zhu <teawater@gmail.com>
5921
5922 * gdb.texinfo: (Commands for Controlled Output): Add
5923 documentation for command "eval".
5924
e4c0cfae
SS
59252010-06-21 Stan Shebs <stan@codesourcery.com>
5926
5927 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5928 * annotate.texinfo: Ditto.
5929 * gdbint.texinfo: Ditto.
5930 * stabs.texinfo: Ditto.
5931
bb08c432
HZ
59322010-06-22 Hui Zhu <teawater@gmail.com>
5933
5934 * gdb.texinfo: (Process Record and Replay): Add documentation
5935 for command "set record memory-query".
5936
4f5d9f07
SS
59372010-06-21 Stan Shebs <stan@codesourcery.com>
5938
5939 * gdb.texinfo: Relicense under GFDL version 1.3.
5940 * annotate.texinfo: Relicense under GFDL version 1.3.
5941 * gdbint.texinfo: Relicense under GFDL version 1.3.
5942 * stabs.texinfo: Relicense under GFDL version 1.3.
5943 * fdl.texi: Update to version 1.3.
5944
6aed2dbc
SS
59452010-06-18 Stan Shebs <stan@codesourcery.com>
5946
a61408f8
SS
5947 * gdb.texinfo (Operating System Auxiliary Information): Describe
5948 "info os" when no arguments given.
5949
6aed2dbc
SS
5950 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5951 $_thread.
5952
24e933df
HZ
59532010-06-18 Hui Zhu <teawater@gmail.com>
5954
5955 * gdb.texinfo: (Process Record and Replay): Add documentation
5956 for commands "record save" and "record restore".
5957
65d79d4b
SDJ
59582010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5959
5960 * gdb.texinfo: Include information about the correct use
5961 of addresses in the `watch' command.
5962
d914c394
SS
59632010-06-11 Stan Shebs <stan@codesourcery.com>
5964
5965 * gdb.texinfo (Observer Mode): New section.
5966 (General Query Packets): Document QAllow.
889bf7c5 5967
967cf477
DE
59682010-06-04 Doug Evans <dje@google.com>
5969
5970 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5971
aaf4119b
DE
59722010-06-03 Doug Evans <dje@google.com>
5973
5974 * gdbint.texinfo (Coding): Add subsection on command names.
5975
9eae7c52
TT
59762010-06-02 Tom Tromey <tromey@redhat.com>
5977
5978 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5979 always-disassemble.
5980
fa593d66
PA
59812010-06-01 Pedro Alves <pedro@codesourcery.com>
5982
5983 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5984 gdbserver, and add cross reference.
5985 (Tracepoints support in gdbserver): New subsection.
5986
dde08ee1
PA
59872010-05-26 Pedro Alves <pedro@codesourcery.com>
5988
5989 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5990 `qRelocInsn' feature.
5991 (Relocate instruction reply packet): New subsection
5992 of `Tracepoint Packets'.
5993 (Tracepoint Packets): Mention that packets QTDP and QTStart
5994 support the qRelocInsn request, and add cross reference to new
5995 subsection.
5996
07ca107c
DE
59972010-05-25 Doug Evans <dje@google.com>
5998
5999 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6000 (Commands In Python): Document gdb.string_to_argv.
6001
c25c4a8b
JK
60022010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6003
6004 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6005 ATTR_NORETURN.
6006
d7b32ed3 60072010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
6008 Tom Tromey <tromey@redhat.com>
6009 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 6010
c25c4a8b 6011 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 6012
6aecb9c2
JB
60132010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6014
6015 * gdb.texinfo: (Summary) Add mention about D language support.
6016 (Filenames): Add D suffixes.
6017 (D): New node.
6018
b7da9e9f
PM
60192010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6020
6021 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6022 of macro deleted from GDB code.
6023
ab38a727
PA
60242010-04-24 Pedro Alves <pedro@codesourcery.com>
6025
6026 * gdb.texinfo (Commands to specify files): Describe what how GDB
6027 looks up DOS-based filesystem paths on the system root. Document
6028 the new `set/show target-file-system-kind' commands.
6029
66d09542
DE
60302010-04-23 Doug Evans <dje@google.com>
6031
6032 * gdb.texinfo (Python): Move Auto-loading section here ...
6033 (Python API): from here.
6034 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6035 (Maintenance Commands): Add docs for "maint print section-scripts".
6036
8bd10a10
CM
60372010-04-20 Chris Moller <cmoller@redhat.com>
6038
6039 * gdb.texinfo (Setting Breakpoints): Added description of
6040 filename-qualified rbreak.
6041 * refcard.tex (Breakpoints and Watchpoints): Added brief
6042 description of filename-qualified rbreak.
6043
4c374409
JK
60442010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6047 (Python API): Change the reference to Pretty Printing API.
6048 (Pretty Printing): Move the user part under the Data node. Reformat
6049 the sample output to 72 columns. Create a new reference to Pretty
6050 Printing API. Rename the API part ...
6051 (Pretty Printing API): To a new node name.
6052 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6053 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6054
5a9351ae
SS
60552010-04-21 Stan Shebs <stan@codesourcery.com>
6056
6057 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 6058 and commands.
5a9351ae 6059 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 6060
9a22f0d0
PM
60612010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6062
6063 * gdb.texinfo (Examining memory): Update for change in string
6064 display with explicit size.
6065
6149aea9
PA
60662010-04-19 Pedro Alves <pedro@codesourcery.com>
6067
6068 PR breakpoints/8554.
6069
6070 * gdb.texinfo (Save Breakpoints): New node.
6071 (save-tracepoints): Rename to ...
6072 (save tracepoints): ... this. Mention that `save-tracepoints' is
6073 a deprecated alias to `save tracepoints'.
6074
711e434b
PM
60752010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6076
645797a8 6077 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
6078 (info w32 thread-information-block): Document new command.
6079 (qGetTIBAddress): Document new gdbserver query.
6080 (maint set/show show-all-tib): Document new command.
6081
3f7b2faa
DE
60822010-04-15 Doug Evans <dje@google.com>
6083
fa33c3cd
DE
6084 * gdb.texinfo (Python API): Add progspaces section.
6085 (Selecting Pretty-Printers): Progspace pretty-printers are
6086 searched too.
6087 (Progspaces In Python): New section.
6088
3f7b2faa
DE
6089 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6090
79f283fe
PM
60912010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6092
6093 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6094 returns None.
6095
87290684
SS
60962010-04-09 Stan Shebs <stan@codesourcery.com>
6097
6098 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6099 Describe the `frames-created' field, tweak grammar.
6100
a97153c7
PA
61012010-04-09 Pedro Alves <pedro@codesourcery.com>
6102
6103 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6104 Describe the `circular' and `disconnected' fields.
6105
5c5dcc1b
L
61062010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6107
6108 * gdb.texinfo (maint print registers): Mention unavailable and
6109 invisible registers.
6110
adc36818
PM
61112010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6112 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 6113 Tom Tromey <tromey@redhat.com>
adc36818
PM
6114
6115 * gdb.texinfo (Breakpoints In Python): New Node.
6116
33da3f1c
SS
61172010-04-08 Stan Shebs <stan@codesourcery.com>
6118
6119 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6120 trace status fields.
6121
3a13a53b
L
61222010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6123
6124 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6125 optional. Make org.gnu.gdb.i386.avx requires
6126 org.gnu.gdb.i386.avx.
6127
08001717
DE
61282010-04-08 Doug Evans <dje@google.com>
6129
6130 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6131 search path, and document that gdb only scans the search path if
6132 the script's path doesn't specify a directory.
6133
c375651d
DE
61342010-04-05 Doug Evans <dje@google.com>
6135
6136 * gdb.texinfo (maint show python auto-load): Fix typo.
6137
af54718e
SS
61382010-04-04 Stan Shebs <stan@codesourcery.com>
6139
d77f58be
SS
6140 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6141 (Setting Watchpoints): Update description of "info watch".
6142 (Disabling Breakpoints): Only "info break" lists all.
6143
af54718e
SS
6144 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6145 (tdump): Explain how tdump works.
6146
86b17b60
PA
61472010-04-01 Pedro Alves <pedro@codesourcery.com>
6148
6149 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6150 add cross reference.
6151
ff12863f
PA
61522010-03-31 Pedro Alves <pedro@codesourcery.com>
6153
6154 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6155 commands error out.
6156
f68eb612
L
61572010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6158
6159 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6160
c8d5aac9
L
61612010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6162
6163 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6164
7d13fe92
SS
61652010-03-29 Stan Shebs <stan@codesourcery.com>
6166 Nathan Sidwell <nathan@codesourcery.com>
6167
6168 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6169 GDBN equivalent.
6170 (Set Tracepoints): Remove mention that conditional tracepoints
6171 don't exist.
6172 (Tracepoint Actions): Clarify when while-stepping collection
6173 happens, note that while-stepping does not automatically collect
6174 $pc.
6175
409873ef 61762010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 6177
409873ef
SS
6178 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6179 (General Query Packets): Describe TracepointSource.
6180
ee8e71d4
EZ
61812010-03-27 Matt Rice <ratmice@gmail.com>
6182
c8d5aac9
L
6183 * gdb.texinfo (ARM): Document arguments to "target sim".
6184 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 6185
99b5e152
PA
61862010-03-26 Pedro Alves <pedro@codesourcery.com>
6187
6188 * gdb.texinfo (Tracepoint Packets): Remove mention that
6189 terror:string may be plain text, and drop mention of X prefix.
6190
cd64ee31
VP
61912010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6192
6193 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6194
6c28cbf2
SS
61952010-03-24 Stan Shebs <stan@codesourcery.com>
6196
6197 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6198
95a42b64
TT
61992010-03-24 Tom Tromey <tromey@redhat.com>
6200
6201 PR breakpoints/9352:
6202 * gdb.texinfo (Break Commands): Update.
6203
18148017
VP
62042010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6207 commands.
6208
4daf5ac0
SS
62092010-03-16 Stan Shebs <stan@codesourcery.com>
6210
6211 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6212 circular-trace-buffer.
6213 (Tracepoint Packets): Describe QTBuffer, and details of the
6214 qTStatus reply.
6215
c9429232
SS
62162010-03-12 Stan Shebs <stan@codesourcery.com>
6217 Nathan Sidwell <nathan@codesourcery.com>
6218
6219 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6220 doing instruction stepping.
6221 (Tracepoint Restrictions): New node.
6222
ccefe4c4
TT
62232010-03-10 Tom Tromey <tromey@redhat.com>
6224
6225 * gdbint.texinfo (Symbol Handling): Update.
6226
7c953934
TT
62272010-03-08 Tom Tromey <tromey@redhat.com>
6228
6229 PR cli/9591:
6230 * gdb.texinfo (Mode Options): Mention lack of pagination and
6231 confirmation with --batch.
6232 (Screen Size): Mention --batch.
6233 (Messages/Warnings): Likewise.
6234
f870a310
TT
62352010-03-05 Tom Tromey <tromey@redhat.com>
6236
6237 * gdb.texinfo (Basic Python): Document target_charset and
6238 target_wide_charset.
6239
78e2826b
TT
62402010-03-05 Tom Tromey <tromey@redhat.com>
6241
6242 * gdb.texinfo (Data): Link to pretty-printing.
6243 (Output Formats): Likewise. Correct text.
6244
f5dff777
DJ
62452010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6246
6247 * gdb.texinfo (Types): Describe <struct> and <flags>.
6248
dc00d89f
PM
62492010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6250
6251 * gdb.texinfo (Frames In Python): Add block parameter and
6252 description to read_var text.
6253
5107b149 62542010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 6255 Tom Tromey <tromey@redhat.com>
5107b149
PM
6256
6257 * gdb.texinfo (Types In Python): Describe block argument in
6258 template_argument and gdb.lookup_type.
6259
e03e5e7b
TT
62602010-02-24 Tom Tromey <tromey@redhat.com>
6261
6262 * gdb.texinfo (Cygwin Native): Fix typo.
6263
f3e9a817
PM
62642010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6265
6266 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6267 and select method descriptions.
6268 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6269 Tables in Python to menu.
6270 (Blocks In Python): New node.
6271 (Symbols In Python): New node.
6272 (Symbol Tables in Python): New node.
6273
a79b8f6e
VP
62742010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6275
6276 Multiexec MI
6277
6278 gdb/
6279 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6280
6281 gdb/doc/
6282 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6283 changes.
6284 (GDB/MI Program Execution): Document current behaviour of
6285 --all and --thread-group.
6286 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6287 -remove-inferior.
6288 * observer.texi (inferior_added, inferior_removed): New
6289 observers.
6290
629d6a47
TT
62912010-02-19 Tom Tromey <tromey@redhat.com>
6292
6293 * gdbint.texinfo (Getting Started): Fix @node.
6294 (Debugging GDB): Likewise.
6295
c09529e5
JB
62962010-02-13 Joel Brobecker <brobecker@adacore.com>
6297
6298 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6299 documenting the gdb_test_timeout variable.
6300
540aa8e7
MS
63012010-02-12 Jakob Engblom <jakob@virtutech.com>
6302
6303 * gdb.texinfo (MI commands): Added documentation of --reverse
6304 option to a set of MI commands. Restructured documentation of MI
6305 commands --exec-continue to reflect the complexity of reverse
6306 execution.
6307
081dfbf7
PA
63082010-02-12 Pedro Alves <pedro@codesourcery.com>
6309
6310 * gdb.texinfo (Using the Collected Data): Specify that the address
6311 range of `tfind outsize' is exclusive, and that the address range
6312 of `tfind range' is inclusive.
6313 (Tracepoint Packets): Specify that the address range of
6314 `QTFrame:range' is inclusive, and that the address range of
6315 `QTFrame:outside' is exclusive
6316
8e9c5e02
VP
63172010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6318
6319 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6320
92981e24
TT
63212010-02-10 Tom Tromey <tromey@redhat.com>
6322
6323 * gdb.texinfo (Debugging Output): Document set debug parser and
6324 show debug parser.
6325
075b51b7
L
63262010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6327
6328 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6329 i386_eflags and i386_mxcsr.
6330
3bb8d5c3
L
63312010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6332
6333 * gdb.texinfo: Document i386 target features.
6334
c5f80513
DE
63352010-02-05 Doug Evans <dje@google.com>
6336
6337 * gdbint.texinfo (Testsuite): Add a new section to document the
6338 various DejaGnu variables that may be overridden.
1be00882 6339 Document INTERNAL_GDBFLAGS.
c5f80513 6340
6ac33a4e
TT
63412010-02-04 Tom Tromey <tromey@redhat.com>
6342
6343 PR cli/8830:
6344 * gdb.texinfo (Files): -readnow comes before the filename for file
6345 and symbol-file.
6346
a1dcb23a
DJ
63472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6348
6349 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6350 Document ARM breakpoint types.
6351 (Register Packet Format): Move into the new section.
6352 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6353
95433b34
JB
63542010-01-21 Joel Brobecker <brobecker@adacore.com>
6355
6356 * gdb.texinfo (File Options): Adjust the documentation of this
6357 switch to refer to the "source" command rather than partially
6358 duplicating some of the relevant information.
6359 (Extending GDB): Introduce and document the set/show script-extension
6360 setting.
6361 (Command Files): Add note explaining that the "source" command
6362 is also used to evalute scripts written in other languages.
6363 Remove the short slightly incorrect reference to sourcing Python
6364 scripts.
6365 (Python Commands): Document how to execute a Python script from GDB.
6366
8d576872
JB
63672010-01-19 Joel Brobecker <brobecker@adacore.com>
6368
6369 * gdb.texinfo (Command Files): Fix typo.
6370
8150ff9c
JB
63712010-01-18 Tom Tromey <tromey@redhat.com>
6372
6373 * gdb.texinfo (File Options): Document -x on .py files.
6374 (Command Files): Document handling of Python scripts.
6375
23db03a6
JZ
63762010-01-18 Jie Zhang <jie.zhang@analog.com>
6377
6378 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6379
00bf0b85
SS
63802010-01-15 Stan Shebs <stan@codesourcery.com>
6381
6382 * gdb.texinfo (Trace Files): New section.
6383 (Tracepoint Packets): Document QTSave and qTBuffer.
6384 (Trace File Format): New appendix.
6385
be759fcf
PM
63862010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6387
6388 * gdb.texinfo (Values From Inferior): Document lazy_string value
6389 method.
6390 (Python API): Add Lazy strings menu item.
6391 (Lazy Strings In Python): New node.
6392
dc146f7c
VP
63932010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6394
6395 * gdb.texinfo (GDB/MI Thread Information): New.
6396 (GDB/MI Async Records): Document the core field in *stopped.
6397 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6398 documentation
6399 (Process list): Document that osdata document may contain
6400 threads.
6401 (Remote Serial Protocol): Document qXfer:threads.
6402
d5551862
SS
64032010-01-06 Stan Shebs <stan@codesourcery.com>
6404
6405 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6406 disconnected tracing.
6407 (Tracepoint Packets): Document new protocol.
6408
7a697b8d
SS
64092010-01-05 Stan Shebs <stan@codesourcery.com>
6410
6411 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6412 tracepoints.
6413 (Tracepoint Packets): Describe remote protocol for fast
6414 tracepoints.
6415
e6f3ec50
JB
64162010-01-01 Joel Brobecker <brobecker@adacore.com>
6417
6418 Update the "Start of New Year Procedure".
6419 * gdbint.texinfo: Add the list of files that need to be updated
6420 manually. Minor reformatting.
6421
ddc4e9c1
JB
64222010-01-01 Joel Brobecker <brobecker@adacore.com>
6423
6424 * refcard.tex: Update copyright year in header and text.
6425
9d2897ad
JB
64262010-01-01 Joel Brobecker <brobecker@adacore.com>
6427
6428 * agentexpr.texi: Add 2010 to the list of copyright years.
6429 * annotate.texinfo: Likewise.
6430 * gdb.texinfo: Likewise.
6431 * gdbint.texinfo: Likewise.
6432 * observer.texi: Likewise.
6433 * stabs.texinfo: Likewise.
6434
6da95a67
SS
64352009-12-31 Stan Shebs <stan@codesourcery.com>
6436
6437 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 6438
236f1d4d
SS
64392009-12-29 Stan Shebs <stan@codesourcery.com>
6440
6441 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 6442
f61e138d
SS
64432009-12-28 Stan Shebs <stan@codesourcery.com>
6444
6445 * gdb.texinfo (Trace State Variables): New section.
6446 (Tracepoint Packets): Describe trace state variable packets.
6447 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6448 variable bytecodes.
6449
0fe7935b
DJ
64502009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6453 declarations.
6454
a6b29f87
VP
64552009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6456
6457 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6458 -gdb-exit behaviour.
6459
5e4bde96
JB
64602009-12-20 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gpl.texi: Update to version 3 of the GPL.
6463
a1715244
JB
64642009-12-20 Joel Brobecker <brobecker@adacore.com>
6465
6466 * Makefile.in: Update copyright header.
6467 * observer.texi: Fix the copyright header of the generated files.
6468
361ae042
PM
64692009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6470
6471 * gdb.texinfo (Types In Python): Describe range function.
6472
bfd31e71
PM
64732009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6474
6475 * gdb.texinfo (Types In Python): Describe "is_base_class".
6476
57a1d736
TT
64772009-12-03 Tom Tromey <tromey@redhat.com>
6478
6479 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6480
8cebebb9
PP
64812009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6482
6483 * observer.texi: New memory_changed observer.
6484
16af530a
TT
64852009-12-01 Tom Tromey <tromey@redhat.com>
6486
6487 * gdb.texinfo (Reverse Execution): Fix typo.
6488
b6199126
DJ
64892009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 PR gdb/8704
6492
6493 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6494 are allowed after the breakpoint condition.
6495
7a6973ad
TT
64962009-11-23 Tom Tromey <tromey@redhat.com>
6497
6498 PR python/10782:
6499 * gdb.texinfo (Types In Python): Document Type.pointer.
6500
21a0512e
PP
65012009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6502
6503 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 6504
a5832c8f
PA
65052009-11-11 Pedro Alves <pedro@codesourcery.com>
6506
6507 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6508 (Using Agent Expressions): Delete cross reference.
6509
1eb7cd77
JB
65102009-11-07 Joel Brobecker <brobecker@adacore.com>
6511
6512 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6513 and @settitle directives up to help makeinfo find them.
6514
24ddea62
JK
65152009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6516
6517 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6518 (Auto-loading): Use plural and note one can use multiple components now.
6519
3afae151
VP
65202009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6521
6522 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6523 -stack-list-arguments have the same documentation for parameter
6524 as -stack-list-locals. Add comas.
6525
14ff2235
PM
65262009-10-27 Tom Tromey <tromey@redhat.com>
6527 Eli Zaretskii <eliz@gnu.org>
6528
c8d5aac9 6529 PR python/10781
14ff2235
PM
6530
6531 * gdb.texinfo (Values From Inferior): Document cast method.
6532
9c419145
PP
65332009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6534
6535 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6536 and adjust example.
889bf7c5 6537
29153c24
MS
65382009-10-22 Michael Snyder <msnyder@vmware.com>
6539
6540 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 6541 info record command. Also document the new save and restore
29153c24
MS
6542 commands.
6543
2b28d209
PP
65442009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6545
6546 * gdb.texinfo (Machine Code): Mention current pc marker.
6547 (Memory): Likewise.
6548
6c95b8df
PA
65492009-10-19 Pedro Alves <pedro@codesourcery.com>
6550 Stan Shebs <stan@codesourcery.com>
6551
6552 * observer.texi (new_inferior): Rename to...
6553 (inferior_appeared): ... this.
6554
6555 * gdb.texinfo (Inferiors): Rename node to ...
6556 (Inferiors and Programs): ... this. Mention running multiple
6557 programs in the same debug session.
6558 <info inferiors>: Mention the new 'Executable' column if "info
6559 inferiors". Update examples. Document the "add-inferior",
6560 "clone-inferior", "remove-inferior" and "maint info
6561 program-spaces" commands.
6562 (Process): Rename node to...
6563 (Forks): ... this. Document "set|show follow-exec-mode".
6564
2f8132f3
MS
65652009-10-11 Michael Snyder <msnyder@vmware.com>
6566
6567 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6568 (ReverseContinue): Ditto.
6569
cba4b2d3
PP
65702009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6571
6572 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 6573
da082f17
JK
65742009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6577
08be9d71
ME
65782009-10-06 Michael Eager <eager@eagercon.com>
6579
6580 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6581 (Embedded Processors): Add MicroBlaze.
6582 (MicroBlaze): New. Describe Xilinx MicroBlaze
6583
08a0efd0
PA
65842009-10-04 Pedro Alves <pedro@codesourcery.com>
6585
6586 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6587
cbb8f428
EZ
65882009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6589
6590 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6591
30a4a70c
JB
65922009-09-23 Joel Brobecker <brobecker@adacore.com>
6593
6594 * observer.texi (solib_unloaded): Document explicitly the fact that
6595 this observer is called before the associated symbols are unloaded.
6596
701adfb0
PA
65972009-09-21 Jie Zhang <jie.zhang@analog.com>
6598
6599 * gdb.texinfo: Escape "{" and "}".
6600
b3372f91
VP
66012009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6602
6603 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6604 -stack-list-variables.
6605
f43030c4
TT
66062009-09-18 Tom Tromey <tromey@redhat.com>
6607
6608 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6609 is experimental.
6610
ec7e75e7
PP
66112009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6612
6613 * gdb.texinfo (convenince variables): Mention
6614 $_siginfo could be empty.
f43030c4 6615
0cc7d26f
TT
66162009-09-15 Tom Tromey <tromey@redhat.com>
6617
6618 * gdb.texinfo (GDB/MI Variable Objects): Document
6619 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6620 Expand -var-update documentation.
6621
a96d9b2e
SDJ
66222009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6623
6624 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6625 feature.
6626
005ca36a
JB
66272009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6630
0d772ac9
MS
66312009-09-10 Michael Snyder <msnyder@vmware.com>
6632
6633 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6634 ReverseStep replies to the qSupported query.
6635
14fb1bac
JB
66362009-09-10 Joel Brobecker <brobecker@adacore.com>
6637
6638 Add documentation for set/show interactive-mode.
6639 * gdb.texinfo (Other Misc Settings): New node.
6640
29b090c0
DE
66412009-09-01 Doug Evans <dje@google.com>
6642
6643 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6644 non-stop mode's affect on remote caching.
6645
4e5d721f
DE
66462009-08-31 Jacob Potter <jdpotter@google.com>
6647 Doug Evans <dje@google.com>
6648
6649 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6650 Mark `set/show remotecache' options as obsolete.
6651 Document new `set/show stack-cache' option.
6652 Update text for `info dcache'.
6653
55333a84
DE
66542009-08-27 Doug Evans <dje@google.com>
6655
6656 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6657 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6658
bc3a0b4d
RW
66592009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6660
6661 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6662 about autoconf.
6663
3a1ff0b6
PA
66642009-08-25 Pedro Alves <pedro@codesourcery.com>
6665
6666 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6667 small example, and describe its columns. Replace "inferior-id" by
6668 "infno" throughout.
6669
81ecdfbb
RW
66702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6671
af542c2e
RW
6672 * gdbint.texinfo (Releasing GDB): Point to
6673 README-maintainer-mode file for required autoconf version.
6674 * configure.ac: Do not substitute datarootdir, htmldir,
6675 pdfdir, docdir. Do not process --with-datarootdir,
6676 --with-htmldir, --with-pdfdir, --with-docdir.
6677 * configure: Regenerate.
6678
81ecdfbb
RW
6679 * configure: Regenerate.
6680
4efc6507
DE
66812009-08-20 Reid Kleckner <reid@kleckner.net>
6682
6683 * gdb.texinfo: Add chapter on JIT interface.
6684
43089a6e
NR
66852009-08-07 Nick Roberts <nickrob@snap.net.nz>
6686
6687 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 6688 confirmation request.
43089a6e 6689
99e008fe
EZ
66902009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6691
c8d5aac9
L
6692 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6693 CRC definitions.
99e008fe 6694
48cb2d85
VP
66952009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6696
6697 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 6698 -break-commands.
48cb2d85 6699
ff1a52c6
UW
67002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6701
6702 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6703 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6704
3285f3fe
UW
67052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6706
6707 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6708 "set spu stop-on-load" and "show spu stop-on-load" commands.
6709
e35359c5
UW
67102009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6711
6712 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6713
58d6951d
DJ
67142009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6715
6716 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6717 org.gnu.gdb.arm.neon.
6718
08d16641
PA
67192009-07-20 Pedro Alves <pedro@codesourcery.com>
6720
6721 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6722 optional element.
6723 (subsection OS ABI): New subsection.
6724
782b2b07
SS
67252009-07-14 Stan Shebs <stan@codesourcery.com>
6726
6727 * gdb.texinfo (Tracepoint Conditions): New section.
6728 (General Query Packets): Describe ConditionalTracepoints.
6729 (Tracepoint Packets): Describe condition field.
6730 (Maintenance Commands): Describe maint agent-eval.
6731 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6732
9b117ef3
HZ
67332009-07-11 Hui Zhu <teawater@gmail.com>
6734
6735 * gdb.texinfo (disassemble): Add a new modifier /r
6736 to "disassemble" command to make it print the raw instructions
6737 in hex as well as in symbolic form.
6738
f5a33284
TT
67392009-07-09 Tom Tromey <tromey@redhat.com>
6740
6741 * gdbint.texinfo (Testsuite): Document parallel make check.
6742
812f7342
TT
67432009-07-09 Tom Tromey <tromey@redhat.com>
6744
6745 * gdbint.texinfo (Testsuite): Document test transcripts.
6746
fbb8f299
PM
67472009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6748
6749 * gdb.texinfo (Values From Inferior): Add length parameter
6750 description.
6751
dd8f35ac
EZ
67522009-07-04 Chris Genly <chris@genly.us>
6753
6754 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6755 in -var-list-children. Fix example according to what the code
6756 does.
6757
2277426b
PA
67582009-07-02 Pedro Alves <pedro@codesourcery.com>
6759
6760 * gdb.texinfo (Debugging multiple inferiors): Document the
6761 "inferior", "detach inferior" and "kill inferior" commands.
6762 (Debugging Programs with Multiple Processes): Adjust to mention
6763 generic "inferior" commands. Delete mention of "detach fork" and
6764 "delete fork". Cross reference to "Debugging multiple inferiors"
6765 section.
6766
a6d9a66e
UW
67672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6768
5af949e3
UW
6769 * gdbint.texinfo (Item Output Functions): Update signature
6770 for ui_out_field_core_addr.
6771
67722009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6773
6774 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
6775 Update example code extrated from breakpoint.c.
6776
9901a55b 67772009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 6778
9901a55b
PP
6779 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6780 MI commands.
6781 (GDB/MI Symbol Query): Likewise.
6782 (GDB/MI File Commands): Likewise.
6783 (GDB/MI File Transfer Commands): Likewise.
6784 (GDB/MI Target Manipulation): Likewise.
6785 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 6786
edb3359d
DJ
67872009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6788
6789 * gdb.texinfo (Debugging Optimized Code): New chapter.
6790 (Compiling for Debugging): Reference it. Move some
6791 text to the new section.
6792
7cd1089b
PM
67932009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6794
6795 * doc/gdb.texinfo (Calling): Document
6796 set-unwind-on-terminating-exception usage.
6797
d4db2f36
PA
67982009-06-11 Pedro Alves <pedro@codesourcery.com>
6799
6800 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6801 command.
6802
d1a7880c
PA
68032009-06-07 Pedro Alves <pedro@codesourcery.com>
6804
6805 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6806 references.
6807
473f94e6
UW
68082009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6809
6810 * gdbint.texinfo: Rename formal parameters to gdbarch function
6811 protoypes from "current_gdbarch" to "gdbarch".
6812
8f500870
TT
68132009-05-28 Tom Tromey <tromey@redhat.com>
6814
6815 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6816
b6313243
TT
68172009-05-27 Tom Tromey <tromey@redhat.com>
6818
6819 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6820 feature.
6821 (GDB/MI Variable Objects): Document -var-set-visualizer.
6822
68232009-04-02 Tom Tromey <tromey@redhat.com>
6824
6825 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6826 feature.
6827 (GDB/MI Variable Objects): Document -var-set-visualizer.
6828
a6bac58e
TT
68292009-05-27 Tom Tromey <tromey@redhat.com>
6830 Thiago Jung Bauermann <bauerman@br.ibm.com>
6831 Phil Muldoon <pmuldoon@redhat.com>
6832
6833 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6834 (Pretty Printing): New node.
6835 (Selecting Pretty-Printers): Likewise.
6836 (Python API): Update.
6837 (Output Formats): Document /r format.
6838
2c74e833
TT
68392009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6840 Tom Tromey <tromey@redhat.com>
6841
6842 * gdb.texinfo (Types In Python): New node.
6843 (Values From Inferior): "type" is now an attribute.
6844 (Python API): Update.
6845
89c73ade
TT
68462009-05-27 Tom Tromey <tromey@redhat.com>
6847 Thiago Jung Bauermann <bauerman@br.ibm.com>
6848 Phil Muldoon <pmuldoon@redhat.com>
6849
6850 * gdb.texinfo: Add @syncodeindex for `tp'.
6851 (Python API): Update.
6852 (Auto-loading): New node.
6853 (Objfiles In Python): New node.
6854
17a37d48
PP
68552009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6856
6857 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 6858
6718376f
NR
68592009-05-15 Nick Roberts <nickrob@snap.net.nz>
6860
6861 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6862
cbe54154
PA
68632009-05-12 Pedro Alves <pedro@codesourcery.com>
6864
6865 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6866 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6867 show show-debug-regs' docs.
6868
8e05493c
EZ
68692009-05-08 Eli Zaretskii <eliz@gnu.org>
6870
6871 * gdb.texinfo (Process Record and Replay): Add description of
6872 reverse execution.
6873
b39f4988
JB
68742009-05-07 Joel Brobecker <brobecker@adacore.com>
6875
6876 * gdbint.texinfo (Adding support for debugging core files): New node.
6877 (Native Debugging): Remove the ``Native core file Support'' section.
6878
a2311334
EZ
68792009-05-01 Eli Zaretskii <eliz@gnu.org>
6880
6881 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6882 Add index entries.
6883
53cc454a 68842009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 6885 Michael Snyder <msnyder@vmware.com>
53cc454a 6886
a2311334
EZ
6887 * gdb.texinfo: (Process Record and Replay): Add documentation for
6888 process record and replay.
53cc454a 6889
484086b7
JK
68902009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6891
6892 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6893 a new part on command-line defined macros.
6894
32ae1842
EZ
68952009-04-25 Eli Zaretskii <eliz@gnu.org>
6896
6897 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6898 clarify the wording.
6899
b14b1491
TT
69002009-04-23 Tom Tromey <tromey@redhat.com>
6901
6902 * gdb.texinfo (Data Files): New node.
6903 (GDB Files): Update menu.
6904
5c1e86e1
JB
69052009-04-23 Joel Brobecker <brobecker@adacore.com>
6906
6907 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 6908 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 6909
83eba9b7
VP
69102009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6911
6912 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6913
e31198c4
HZ
69142009-04-22 Hui Zhu <teawater@gmail.com>
6915
6916 * gdb.texinfo (disassemble-next-line): Set the default of
6917 disassemble-next-line to off.
6918
26e251b6
JM
69192009-04-21 Joseph Myers <joseph@codesourcery.com>
6920
6921 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6922 --with-htmldir): New.
6923 * configure: Regenerate.
6924 * Makefile.in (datarootdir, docdir): Define.
6925 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6926 instead of $(SET_TEXINPUTS).
6927 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6928 gdbint.info instead of $(SET_TEXINPUTS).
6929 (gdbint/index.html): Use same -I options as for building
6930 gdbint.info.
6931 (stabs.dvi, stabs.pdf): Use same -I options as for building
6932 stabs.info instead of $(SET_TEXINPUTS).
6933 (stabs/index.html): Use same -I options as for building
6934 stabs.info.
6935 (annotate.dvi, annotate.pdf): Use same -I options as for building
6936 annotate.info instead of $(SET_TEXINPUTS).
6937 (annotate/index.html): Use same -I options as for building
6938 annotate.info.
6939
eac35c4e
DD
69402009-04-21 David Daney <ddaney@caviumnetworks.com>
6941
6942 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6943
29b0e8a2
JM
69442009-04-21 Joseph Myers <joseph@codesourcery.com>
6945
6946 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6947
2b831889 69482009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 6949 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
6950
6951 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6952 (MAKEHTMLFLAGS): Set to empty.
6953 (html__strip_dir): Define.
6954 (HTMLFILES): Define.
6955 (HTMLFILES_INSTALL): Define.
6956 (install-html): Copy new automake rule.
6957 (html): Depend on $(HTMLFILES).
6958 (gdb_toc.html): Rename to gdb/index.html.
6959 (gdbint_toc.html): Rename to gdbint/index.html.
6960 (stabs_toc.html): Rename to stabs/index.html.
6961 (annotate_toc.html): Rename to annotate/index.html.
6962
89a34d1b
JM
69632009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6964
6965 * Makefile.in: Set pdfdir and htmldir from configure
6966 substitutions.
6967 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6968 * configure: Regenerate.
6969
a2d5da46
JB
69702009-04-16 Joel Brobecker <brobecker@adacore.com>
6971
6972 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6973 This macro is no longer used.
6974
732f6a93
TT
69752009-04-15 Tom Tromey <tromey@redhat.com>
6976
6977 * gdb.texinfo (Character Sets): Document default character set.
6978
87f9adc1
PM
69792009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6980
6981 * gdbint.texinfo: Change server name from sources.redhat.com to
6982 sourceware.org throughout.
6983
2c88c651
JB
69842009-04-09 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6987 about a missing dot or coma after @xref.
6988
4f5376b2
JB
69892009-04-02 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6992 example, and add a small explanation about it.
6993 (Print Settings): Change the documentation of the "set print
6994 frame-arguments" to reflect the fact that the default is now "scalars".
6995
a0381d3a
JB
69962009-04-02 Joel Brobecker <brobecker@adacore.com>
6997
6998 * gdb.texinfo (Print Settings): Add kindex for command "set
6999 print frame-arguments".
7000
45ac276d
JB
70012009-03-31 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7004 breakpoints.
7005 (Set Breaks): Add reference to thread-specific and task-specific
7006 breakpoints.
7007
32cd1edc
JB
70082009-03-31 Joel Brobecker <brobecker@adacore.com>
7009
7010 * gdb.texinfo (Ada Tasks): Remove the documentation about
7011 the "Running" state, as this state has been eliminated.
7012 Now all runnable tasks are shown as "Runnable".
7013
1042e4c0
SS
70142009-03-30 Stan Shebs <stan@codesourcery.com>
7015
7016 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7017 special case of breakpoints.
7018 (Enable and Disable Tracepoints): Mention deprecation.
7019 (Listing Tracepoints): Update description and example.
7020
f8f6f20b
TJB
70212009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7022
7023 * gdb.texinfo (Frames in Python): New node.
7024 (Python API): Update.
7025
c0c6f777
TJB
70262009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7027
7028 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7029 from a method to an attribute.
7030
def2b000
TJB
70312009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7032
7033 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7034 attribute.
7035
a07daef3
PA
70362009-03-25 Pedro Alves <pedro@codesourcery.com>
7037
7038 * observer.texi (thread_exit): Add "silent" parameter.
7039
f3b1572e
PA
70402009-03-22 Pedro Alves <pedro@codesourcery.com>
7041
7042 * observer.texi (about_to_proceed): New.
7043
587afa38
EZ
70442009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7045
7046 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7047 field throughout to handle types with spaces in them. Fix typos
7048 found by aspell.
7049 (Summary, Requirements, Contributors): New first chapter,
7050 "Summary" added, old Requirements section moved there, and new
7051 section, "Contributors" added.
7052 (Initializing a New Architecture, Register Representation)
7053 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7054 (Porting gdb): These sections extended and updated.
7055 (Compiler Characteristics): This section (empty) deleted.
7056 (Defining Other Architecture Features): This section renamed and
7057 duplicate material removed from (formerly "Target Conditionals").
7058 Use braces {} in @deftypeXX type field throughout to handle types
7059 with spaces in them. Typos found by aspell fixed.
7060
7061 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7062 * stack_frame.pdf: Version of image for PDF output.
7063 * stack_frame.png: Version of image for HTML output and for Emacs.
7064 * stack_frame.txt: Version of image for Info output.
1db61298 7065 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 7066
10af6951
EZ
70672009-03-21 Eli Zaretskii <eliz@gnu.org>
7068
7069 * gdb.texinfo (Character Sets): Fix last change.
7070
cc924cad
TJB
70712009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7072
7073 * gdb.texinfo (Values From Inferior): Fix optional arguments
7074 markup.
7075 (Commands In Python): Adjust argument names of gdb.Command.__init__
7076 to what the function accepts as keywords.
7077
bc3b79fd
TJB
70782008-03-20 Tom Tromey <tromey@redhat.com>
7079
7080 * gdb.texinfo (Convenience Vars): Document convenience functions.
7081 (Functions In Python): New node.
7082 (Python API): Update.
7083
6c7a06a3
TT
70842009-03-20 Tom Tromey <tromey@redhat.com>
7085
7086 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7087 set target-wide-charset.
7088 (Requirements): Mention iconv.
7089
b646ddd4
HZ
70902009-03-17 Hui Zhu <teawater@gmail.com>
7091
7092 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7093
91440f57
HZ
70942009-03-17 Hui Zhu <teawater@gmail.com>
7095
7096 * gdb.texinfo: Add documentation for disassemble-next-line.
7097
8fd41227
TJB
70982009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7099
7100 * gdb.texinfo (Commands In Python): Remove tindex entries.
7101
61ff14c6
JK
71022009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7103
7104 * gdb.texinfo (Returning): New description for missing debug info.
7105
0b16c5cf
PA
71062009-03-14 Pedro Alves <pedro@codesourcery.com>
7107
7108 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 7109 (General Query Packets): Document qAttached.
0b16c5cf 7110
32fc0df9
PA
71112009-03-05 Pedro Alves <pedro@codesourcery.com>
7112
7113 * gdb.texinfo (Background Execution): Better describe the set
7114 target-async command.
7115 (Maintenance Commands): Delete description of the `maint set/show
7116 linux-async' and `maint set/show remote-async' commands.
7117
134eb42c
VP
71182009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7119
7120 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7121 between sentences.
7122
c86cf029
VP
71232009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7124
7125 * gdb.texinfo (GDB/MI Async Records): Document the
7126 =library-loaded and =library-unloaded notifications.
7127
3ea85240
VP
71282009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7129
7130 * observer.texi (test_notification): New observer.
7131
1d33d6ba
VP
71322009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7133
61ff14c6
JK
7134 * observer.texi: Add parameter 'print_frame' to normal_stop
7135 observer.
1d33d6ba 7136
d721c933
EZ
71372009-02-07 Eli Zaretskii <eliz@gnu.org>
7138
7139 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7140 (Commands In Python): Fix COMMAND_* constants in last change. Use
7141 @kbd for interactive input. Add cross-references and index
7142 entries.
7143
4aa995e1
PA
71442009-02-06 Pedro Alves <pedro@codesourcery.com>
7145
7146 * gdb.texinfo (Signals): Document $_siginfo.
7147 (Convenience Variables): Mention $_siginfo.
7148 (Remote Configuration): Document qXfer:siginfo:read,
7149 qXfer:siginfo:write packets, and the read-siginfo-object,
7150 write-siginfo-object commands.
7151
5f5233d4
PA
71522009-02-06 Pedro Alves <pedro@codesourcery.com>
7153
7154 * gdbint.texinfo (Values): New chapter.
7155
d8906c6f
TJB
71562009-02-06 Tom Tromey <tromey@redhat.com>
7157
7158 * gdb.texinfo (Python API): Add entry for Commands In Python.
7159 (Commands In Python): New node.
7160
b6cb8e7d
TJB
71612009-02-05 Tom Tromey <tromey@redhat.com>
7162
7163 * gdb.texinfo (Values From Inferior): Document Value.string.
7164
12453b93
TJB
71652009-02-05 Tom Tromey <tromey@redhat.com>
7166
7167 * gdb.texinfo (Basic Python): Document execute's from_tty
7168 argument.
7169
08c637de
TJB
71702009-02-04 Tom Tromey <tromey@redhat.com>
7171
7172 * gdb.texinfo (Basic Python): Document gdb.history.
7173
592375cd
VP
71742009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7175
7176 * gdb.texinfo (GDB/MI Thread Commands): Document the
7177 'current-thread-id' field. Remove the example with zero threads,
7178 since current GDB won't ever report that if there's inferior.
7179
41447f92
VP
71802009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7181
7182 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7183 option to -break-insert.
7184
098b41a6
JG
71852009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7186 Jerome Guitton <guitton@adacore.com>
7187
7188 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7189 (System-wide configuration): New section.
7190
3c16cced
PA
71912009-01-26 Pedro Alves <pedro@codesourcery.com>
7192
7193 PR gdb/7580:
7194 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7195 internal-error|internal-warning quit|corefile ask|yes|no".
7196
62709adf
PA
71972009-01-26 Pedro Alves <pedro@codesourcery.com>
7198
7199 * gdb.texinfo (Using the `gdbserver' Program): Document
7200 --remote-debug.
7201
7ce58dd2
DE
72022009-01-23 Doug Evans <dje@google.com>
7203
7204 * gdb.texinfo: Add nexti to list of commands that support
7205 background execution.
7206
adb483fe
DJ
72072009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7208
7209 * gdb.texinfo (Define, Hooks): Document prefix command support.
7210
a67ec3f4 72112009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 7212 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
7213
7214 Fixes for makeinfo --html.
7215
7216 * annotate.texinfo: Use @copying and @insertcopying. Use
7217 @ifnottex in place of @ifinfo.
7218 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7219 place of @ifinfo. Use @ifnotinfo for one index entry.
7220 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7221 in place of @ifinfo.
7222 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7223 in place of @ifinfo. Include contents at start unconditionally.
7224
84fcdf95
PA
72252009-01-13 Pedro Alves <pedro@codesourcery.com>
7226
7227 * gdb.texinfo (General Query Packets): Remove @var{} around the
7228 "spu" literal string.
7229
fa3a767f
PA
72302009-01-07 Pedro Alves <pedro@codesourcery.com>
7231
7232 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7233 program may be running in another process" errors.
7234 * gdbint.texinfo (Native Conditionals): Delete
7235 ONE_PROCESS_WRITETEXT description.
7236
9cb011d3
JB
72372009-01-07 Joel Brobecker <brobecker@adacore.com>
7238
7239 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7240 emacs local variable to be placed at the end of the ChangeLog.
7241 Add server.c and gdbreplay.c to the list of files where the
7242 copyright year needs to be updated.
7243
84603566
SL
72442009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7245
7246 * gdb.texinfo (Remote Configuration): Document new
7247 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7248 commands.
7249
a53f55d8
PA
72502008-12-28 Pedro Alves <pedro@codesourcery.com>
7251
7252 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7253 FETCH_INFERIOR_REGISTERS.
7254 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7255 FETCH_INFERIOR_REGISTERS descriptions. Remove
7256 gdbarch_get_longjmp_target descrition, since already described in
7257 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7258 (Target Conditionals): ... here.
7259
077e0a52
JB
72602008-12-16 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7263 examples.
7264 (Additions to Ada): Likewise. Add the missing opening and closing
7265 parenthesis of the GDB prompt in one of the examples.
7266
023eb17c
JB
72672008-12-14 Joel Brobecker <brobecker@adacore.com>
7268
7269 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7270 about the result of 'Address not being of type System.Address.
7271 This problem has been fixed a while ago.
7272
c3b108f7
VP
72732008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7274
7275 MI non-stop and multiprocess docs.
7276
c8d5aac9
L
7277 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7278 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7279 Adjust documentation for *stopped, document =thread-created,
7280 =thread-exited, =thread-group-created and =thread-group-exited.
7281 (GDB/MI Thread Commands): Document the 'state' field in
7282 -thread-info output.
7283 (GDB/MI Program Execution): Mention --all and --thread-group
7284 options.
7285 (GDB/MI Variable Objects): Describe floating and fixed variable
7286 objects.
7287 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 7288
07e059b5
VP
72892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7290
c8d5aac9
L
7291 * gdb.texinfo (Operating System Information): New appendix.
7292 (Operating System Auxiliary Information): Document 'info os processes'
7293 (Remote Configuration): Document 'osdata'
7294 (General Query Packets): Document qXfer:osdata:read.
07e059b5 7295
a80b95ba
TG
72962008-11-27 Tristan Gingold <gingold@adacore.com>
7297
7298 * gdb.texinfo (Darwin): Document Darwin specific features.
7299
a655d424
JK
73002008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdbint.texinfo (Target Conditionals): Extend the
7303 gdbarch_breakpoint_from_pc description.
7304
249e1128
VP
73052008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7306
7307 * gdb.texinfo (M68K Features): Fix typo.
7308
c14c28ba
PP
73092008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7310
7311 * gdb.texinfo (Symbols): Mention printing containing
7312 image name in "info symbol".
7313 (Maint translate-address): Likewise.
889bf7c5 7314
394a6666
JB
73152008-11-18 Joel Brobecker <brobecker@adacore.com>
7316
7317 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7318 commands "catch load" and "catch unload".
7319
66bb093b
VP
73202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7321
7322 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 7323 =thread-selected.
889bf7c5 7324
4a92f99b
VP
73252008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7326
c8d5aac9 7327 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 7328
f0323ca0
PA
73292008-10-27 Pedro Alves <pedro@codesourcery.com>
7330
7331 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7332 .mt files, TM_CLIBS or TM_CDEPS.
7333 (x86 Watchpoints): Don't mention TDEPFILES.
7334
8b23ecc4
SL
73352008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7336
7337 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7338 (Overview): Mention notifications and non-stop mode behavior.
7339 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7340 with non-stop mode behavior. Add vStopped description.
7341 (Stop Reply Packets): Update list of packets that return
7342 stop replies. Mention non-stop behavior.
7343 (General Query Packets): Document QNonStop packet and associated
7344 qSupported query response.
7345 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7346 behavior.
7347 (Notification Packets): New section.
7348 (Remote Non-Stop): New section.
7349 (File-I/O Overview): Mention non-stop behavior.
7350
fff08868
HZ
73512008-10-24 Hui Zhu <teawater@gmail.com>
7352 Pedro Alves <pedro@codesourcery.com>
7353
7354 * gdb.texinfo (displaced-stepping): Describe the auto mode
7355 setting, and say it's the default. This is now a mainstream
7356 setting instead of a maintenance setting.
7357
252fbfc8
PA
73582008-10-23 Pedro Alves <pedro@codesourcery.com>
7359
7360 * observer.texi (thread_stop_requested): New.
7361
20924a55
JB
73622008-10-22 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7365 (Patching): Replace incorrect usage of @samp by @kbd.
7366
bacec72f
MS
73672008-10-17 Michael Snyder <msnyder@vmware.com>
7368
7369 * gdb.texinfo: Add documentation for reverse execution.
7370
a08702d6 73712008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 7372 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
7373
7374 * gdb.texinfo. (Values From Inferior): New subsubsection.
7375
d97bc12b
DE
73762008-10-06 Doug Evans <dje@google.com>
7377
7378 * gdb.texinfo (set debug dwarf2-die): Document it.
7379
87f67dba
JB
73802008-10-01 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.texinfo (catch) [exception]: Document how to insert
7383 a breakpoint on user-defined exceptions when the exception
7384 name is identical to one of the language-defined ones.
7385
2fae03e8
TT
73862008-09-27 Tom Tromey <tromey@redhat.com>
7387
7388 * gdb.texinfo (Macros): Remove text about stringification,
7389 varargs, and splicing.
7390
5c6ce71d
TT
73912008-09-27 Tom Tromey <tromey@redhat.com>
7392
7393 * gdbint.texinfo (Language Support): Remove text about omitting
7394 support for a language.
7395
07128da0
DE
73962008-09-23 Doug Evans <dje@google.com>
7397
7398 * gdb.texinfo (info dcache): Update.
7399
b90a069a
SL
74002008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7401
7402 * gdb.texinfo (Packets): Add info on thread-id syntax and
7403 multiprocess extensions.
7404 <D>: Document multiprocess form of packet.
7405 <H>: Use thread-id syntax.
7406 <T>: Likewise.
7407 <vCont>: Likewise. Note this is required for multiprocess.
7408 <vKill>: New packet.
7409 (Stop Reply Packets) <T>: Use thread-id syntax.
7410 <W>: Document multiprocess form of reply.
7411 <X>: Likewise.
7412 (General Query Packets) <qC>: Use thread-id syntax.
7413 <qfThreadInfo>: Likewise.
7414 <qGetTLSAddr>: Likewise.
7415 <qP>: Likewise.
7416 <qSupported>: Add "multiprocess" feature.
7417 <qThreadExtraInfo>: Use thread-id syntax.
7418
b77209e0
PA
74192008-09-22 Stan Shebs <stan@codesourcery.com>
7420
7421 * gdb.texinfo (Inferiors): New section.
7422
3d0bb823
PA
74232008-09-12 Pedro Alves <pedro@codesourcery.com>
7424
7425 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7426
f8dcfc0a
UW
74272008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7428
7429 * gdbint.texinfo (Target Conditionals): Remove documentation
7430 for gdbarch_name_of_malloc.
7431
8775bb90
MS
74322008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7433
7434 * gdb.texinfo (Interrupts): Mention TCP interface for
7435 sending BREAK.
7436
f1838a98
UW
74372008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7438
7439 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7440 argument prefix to "set sysroot".
7441
158c7665
PH
74422008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7443
7444 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7445 and False.
7446
30e026bb
VP
74472008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7448
c8d5aac9
L
7449 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7450 for possible features of -list-features.
30e026bb 7451
c6ebd6cf
VP
74522008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7453
c8d5aac9 7454 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
7455 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7456
aeac0ff9
VP
74572008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7458
7459 * doc/gdb.texinfo (PowerPC): Fix typo.
7460 (PowerPC features): Fix typo.
7461
5231c1fd
PA
74622008-08-18 Pedro Alves <pedro@codesourcery.com>
7463
7464 * observer.texi (thread_ptid_changed): New.
7465
677c5bb1
LM
74662008-08-18 Luis Machado <luisgpm@br.ibm.com>
7467
7468 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7469 (PowerPC features): Mention feature set for VSX registers.
7470
f3a2dd1a
JB
74712008-08-13 Joel Brobecker <brobecker@adacore.com>
7472
7473 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7474 the direct visibility of all names in user-written packages.
7475
33e5cbd6
PA
74762008-08-13 Pedro Alves <pedro@codesourcery.com>
7477
7478 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7479 setting, and make it the default.
7480 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7481 non-stop script example.
7482
d0384fc4
TJB
74832008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7484
7485 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7486 reference to the "Using Different Register and Memory Data
7487 Representation" section.
7488
a6f3e723
SL
74892008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7490
7491 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7492 (Remote Protocol): Add Packet Acknowledgment to menu.
7493 (Overview): Mention +/- can be disabled, and point to new section
7494 where this is discussed in detail.
7495 (General Query Packets): Document QStartNoAckMode packet, and
7496 corresponding qSupported reply.
7497 (Packet Acknowledgment): New section.
7498
0606b73b
SL
74992008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7500 Pedro Alves <pedro@codesourcery.com>
7501
7502 * gdb.texinfo (Threads): Move paragraph about automatic thread
7503 selection to All-Stop Mode subsection.
7504 (Thread Stops): Reorganize existing material into subsections.
7505 Add introductory blurb and menu.
7506 (Non-Stop Mode): New subsection.
7507 (Background Execution): New subsection.
7508 (Maintenance Commands): Add cross-references from async mode
7509 commands to the new Background Execution section.
7510
d57a3c85
TJB
75112008-08-06 Tom Tromey <tromey@redhat.com>
7512
7513 * gdb.texinfo (Extending GDB): New chapter.
7514 (Sequences): Demoted chapter, now a section under the new
7515 Extending GDB chapter.
7516 (Python): New section.
7517
6d76a53d
SS
75182008-07-31 Stan Shebs <stan@codesourcery.com>
7519
7520 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7521
1f70da6a
SS
75222008-07-29 Stan Shebs <stan@codesourcery.com>
7523
7524 * gdbint.texinfo: General round of cleanup and minor
7525 clarifications.
7526 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7527 (Longjmp Support): Update description to reflect how it is done
7528 for targets without using native header.
7529 (Symbol Handling): Add a little more general explanation.
7530 (COFF, ELF): Mention stabs encapsulation.
7531 (DWARF 3): New section.
7532 (Adding a New Host): Scrub out some obsolete bits.
7533 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7534 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7535 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7536 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7537 SEEK_SET, STOP_SIGNAL, USG.
7538 (Raw and Virtual Register Representations): Ditto for
7539 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7540 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7541 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7542 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7543 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7544 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7545 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7546 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7547 DEPRECATED_USE_STRUCT_CONVENTION.
7548 Describe gdbarch_deprecated_fp_regnum.
7549 Update description of gdbarch_print_insn.
7550 (Adding a New Target): Scrub out obsolete bits.
7551 (Obsolete Conditionals): Remove entire section.
7552
383f836e
TT
75532008-07-25 Tom Tromey <tromey@redhat.com>
7554
7555 * observer.texi (GDB Observers): Document new observers:
7556 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7557 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7558 architecture_changed.
7559
cfd8ab24
SS
75602008-07-21 Stan Shebs <stan@codesourcery.com>
7561
7562 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7563 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7564
781b42b0
TT
75652008-07-21 Tom Tromey <tromey@redhat.com>
7566
7567 * observer.texi (GDB Observers): Remove obsolete comment.
7568 <executable_changed>: Remove argument.
7569
d7d9f01e
TT
75702008-07-18 Tom Tromey <tromey@redhat.com>
7571
7572 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7573
bf250677
DE
75742008-07-10 Doug Evans <dje@google.com>
7575
7576 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7577
10568435
JK
75782008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7579
7580 * gdb.texinfo (Starting): Document "set disable-randomization".
7581
5ae4183a
AS
75822008-07-07 Andreas Schwab <schwab@suse.de>
7583
7584 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7585
b56e7235
VP
75862008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7587
7588 * gdb.texinfo (GDB/MI Target Manipulation): Add
7589 example of -target-attach.
7590
e1ac3328
VP
75912008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7592
7593 * observer.texi (target_resumed): New observer.
5ae4183a 7594 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 7595
65d12d83
TT
75962008-06-06 Tom Tromey <tromey@redhat.com>
7597
7598 * gdb.texinfo (Completion): Add field name example.
7599
fbc5282e
MK
76002008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7601
7602 * gdb.texinfo (GDB/MI Program Context): Added example
7603 to -exec-arguments
5ae4183a 7604
fbc5282e 76052008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
7606
7607 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7608 annotation.
7609
c16158bc 76102008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
7611 Nathan Sidwell <nathan@codesourcery.com>
7612 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7613
7614 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7615 and ACX_BUGURL.
7616 * configure: Regenerate.
7617 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7618 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7619 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7620 mailing-list-specific text about bug reporting unless
7621 BUGURL_DEFAULT.
7622
75c99385
PA
76232008-06-05 Pedro Alves <pedro@codesourcery.com>
7624
7625 * gdb.texinfo (-target-select): Remove reference to target async.
7626 (Maintenance Commands): Document "maint set/show remote-async".
7627
1763a388
MK
76282008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7629
7630 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7631 in -target-file-get section.
5ae4183a 7632
d0d064df
PA
76332008-05-22 Pedro Alves <pedro@codesourcery.com>
7634
9b562ab8
PA
7635 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7636 killing the inferior when it is already debugging a process.
d0d064df 7637
8dfa32fc
JB
76382008-05-21 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7641 abbreviation for "finish".
7642
55f996a7
NR
76432008-05-21 Nick Roberts <nickrob@snap.net.nz>
7644
7645 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7646
ba2b1c56
DJ
76472008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7648
7649 * gdbint.texinfo (Target Conditionals): Delete entry for
7650 gdbarch_dwarf_reg_to_regnum.
7651
08388c79
DE
76522008-05-09 Doug Evans <dje@google.com>
7653
a3c83fae 7654 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 7655
d14508fe
DE
76562008-05-05 Doug Evans <dje@google.com>
7657
7658 * gdb.texinfo (disassemble): Document /m modifier.
7659
e2b7ddea
VP
76602008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7661
5ae4183a
AS
7662 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7663 will not report the time of commands that run the target.
e2b7ddea 7664
8eb41542
VP
76652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7666
7667 * gdb.texinfo (GDB/MI Output Records): Add
7668 missing semicolon.
7669
82f68b1c
VP
76702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7671
7672 * gdb.texinfo (GDB/MI Output Records):
7673 Document =thread-create and =thread-exited.
7674
fa0f268d
VP
76752008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7676
7677 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 7678 Remove mention of dmi-discuss.
fa0f268d 7679
063bfe2e
VP
76802008-05-03 Pedro Alves <pedro@codesourcery.com>
7681
7682 * observer.texi (thread_exit): New.
7683
237fc4c9
PA
76842008-05-02 Pedro Alves <pedro@codesourcery.com>
7685
7686 * gdb.texinfo (Debugging Output): Document "set/show debug
7687 displaced".
7688 (Maintenance Commands): Document "maint set/show
7689 can-use-displaced-stepping".
7690
0428b8f5
DJ
76912008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7692
7693 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7694 and set/show arm force-mode.
7695
5009afc5
AS
76962008-05-02 Andreas Schwab <schwab@suse.de>
7697
7698 * gdbint.texinfo (Algorithms): Describe
7699 target_watchpoint_addr_within_range.
7700
669fac23
DJ
77012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7702
7703 * gdbint.texinfo (Stack Frames): New chapter.
7704 (Algorithms): Move Frames text to the new chapter.
7705 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7706 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7707
721c02de
VP
77082008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7709
5ae4183a
AS
7710 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7711 output does not necessary include any tokens.
721c02de 7712
c055b101
CV
77132008-04-22 Corinna Vinschen <vinschen@redhat.com>
7714
7715 * gdb.texinfo (Set SH Calling convention): New @item.
7716 (Show SH Calling convention): Ditto.
7717
68837c9d
MD
77182008-04-22 Markus Deuling <deuling@de.ibm.com>
7719
7720 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7721
2e9132cc
EZ
77222008-04-20 Eli Zaretskii <eliz@gnu.org>
7723
7724 * gdb.texinfo (Set Breaks): Mention that multiple location
7725 breakpoints need line number info. Add index entries.
7726
31fffb02
CS
77272008-04-19 Craig Silverstein <csilvers@google.com>
7728
7729 * gdb.texinfo (Requirements): Add an optional requirement on
7730 zlib.
7731 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7732 Compressed DWARF 2.
7733
a47ec5fe
AR
77342008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7735
7736 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7737 sample output for 'stopped,reason="breakpoint-hit"' message.
7738 (GDB/MI Program Execution): Likewise.
7739
de051565
MK
77402008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7741
5ae4183a 7742 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
7743 -var-set-format. Add -f option to -var-evaluate-expression.
7744
6ba66d6a
JB
77452008-04-03 Joel Brobecker <brobecker@adacore.com>
7746
7747 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7748 new node "Ambiguous Expressions". Replace references to this
7749 node by references to "Ambiguous Expressions" throughout.
7750 (Ambiguous Expressions): New node.
7751
1e26b4f8
DJ
77522008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7753
7754 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7755
b84876c2
PA
77562008-03-21 Pedro Alves <pedro@codesourcery.com>
7757
7758 * gdb.texinfo (Debugging Output): Document
7759 "set/show debug lin-lwp-async".
7760 (Maintenance Commands): Document "maint set/show linux-async".
7761
63092375
DJ
77622008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7763
7764 * gdb.texinfo (Expressions): Update description of malloced arrays.
7765
8e8901c5
VP
77662008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7767
7768 * gdb.texinfo (Thread Commands): Document
7769 -thread-info. Remove -thread-list-all-threads.
7770
701adfb0
PA
77712008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7772
7773 Implement MI notification for new threads.
7774 * observer.texi (new_thread): Document.
7775
1fddbabb
PA
77762008-03-14 Pedro Alves <pedro@codesourcery.com>
7777 Sandra Loosemore <sandra@codesourcery.com>
7778
7779 * gdb.texinfo (Library List Format): Update to mention the
7780 possibility to pass section addresses instead of segment
7781 addresses.
7782
ccd213ac
DJ
77832008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7784
7785 * gdb.texinfo (Starting): Document "set exec-wrapper".
7786 (Server): Document gdbserver --wrapper.
7787
fa4727a6
DJ
77882008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7789
7790 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7791 unreadable memory. Delete obsolete SPARClite reference.
7792
8edfe269
DJ
77932008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7794
7795 * gdb.texinfo (Starting): Mention always-running targets.
7796 (Target Commands): Add an anchor for load.
7797 (Connecting): Explain continue instead of run.
7798
1843f87b
DJ
77992008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7800
7801 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7802
f9082629
NR
78032008-02-26 Nick Roberts <nickrob@snap.net.nz>
7804
7805 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7806 breakpoint table.
7807
fd96d250
PA
78082008-02-19 Pedro Alves <pedro@codesourcery.com>
7809
7810 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7811 killing the inferior when it is already debugging a process.
7812
36af4ef6
MD
78132008-02-13 Markus Deuling <deuling@de.ibm.com>
7814
7815 * gdbint.texinfo (Build Script): New section. Mention new build script
7816 gdb_buildall.sh.
7817
cda4ce5a
JB
78182008-02-01 Jim Blandy <jimb@red-bean.com>
7819
7820 * gdb.texinfo (Help): Summarize 'info args' correctly.
7821
4acd40f3
TJB
78222008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7823
7824 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7825 available in PowerPC architecture.
7826 (Embedded Processors): Change node name of PowerPC item in menu.
7827 (PowerPC): Rename to...
7828 (PowerPC Embedded): this.
7829 (Architectures): Add new PowerPC item in menu.
7830 (PowerPC): New node.
7831
6e6c6f50
DJ
78322008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7835 commands.
7836
5ee187d7
DJ
78372008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7838
7839 * gdb.texinfo (Setting Catchpoints): Mention features
7840 supported on GNU/Linux.
7841
e275c0d9
NR
78422008-01-30 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * gdb.texinfo (GDB/MI File Commands): Describe new output
7845 field for MI command -file-list-exec-source-file.
7846
2d717e4f
DJ
78472008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7848
7849 * gdb.texinfo (Using the `gdbserver' Program): Add security
7850 warning. Rearrange into subsections and subsubsections. Document
7851 --multi and --debug. Correct --with-sysroot typo. Update --attach
7852 usage. Make load reference clearer. Document monitor exit.
7853 (Remote Configuration): Document set remote exec-file, attach-packet,
7854 and run-packet.
7855 (Packets): Document vAttach and vRun.
7856
d35a4257 78572008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
7858
7859 * gdb.texinfo (Processes): Mention process command.
889bf7c5 7860 detach-on-follow -> detach-on-fork.
f663676d 7861
c78d192c
DJ
78622008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7863
7864 * gdbint.texinfo (Native Conditionals): Remove
7865 SHELL_COMMAND_CONCAT and SHELL_FILE.
7866
d35a4257
EZ
78672008-01-26 Eli Zaretskii <eliz@gnu.org>
7868
7869 * gdb.texinfo (Specify Location): Improve wording.
7870
93815fbf
VP
78712008-01-23 Chris Demetriou <cgd@google.com>
7872
7873 * gdb.texinfo (Threads): Document new "set print thread-events"
7874 and "show print thread-events" commands.
7875
2a25a5ba
EZ
78762008-01-19 Eli Zaretskii <eliz@gnu.org>
7877
7878 * gdb.texinfo (Specify Location): New section.
7879 (Delete Breaks, Edit, Set Breaks): Remove description of
7880 locations. Instead, add a reference to "Specify Location".
7881 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7882 (Symbols): Refer to "Specify Location" for the valid forms of
7883 linespecs and locations.
7884
32c9a795
MD
78852008-01-18 Markus Deuling <deuling@de.ibm.com>
7886
7887 * gdbint.texinfo (Target Conditionals): Replace the description of
7888 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7889
b17828ca
JB
78902008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7891
7892 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7893 about &&var, which is rejected by the expression parser.
7894
0aea4bf3
LM
78952008-01-09 Luis Machado <luisgpm@br.ibm.com>
7896
7897 * gdb.texinfo (Output): Update documentation on using printf with DFP
7898 types.
7899
febe4383
TJB
79002008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7901
7902 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7903 subsubsection.
7904 (Decimal Floating Point format): New subsubsection.
7905
7a404eba
PA
79062008-01-05 Pedro Alves <pedro@codesourcery.com>
7907
7908 * gdb.texinfo (File Options): Remove mention of the attempt to
7909 open a core file with the -p option. Don't list -c as a valid
7910 option to attach to a process.
7911
a4d9b460
PA
79122008-01-05 Pedro Alves <pedro@codesourcery.com>
7913
7914 * gdbint.texinfo (Host Conditionals): Remove mention of
7915 ALIGN_STACK_ON_ENTRY.
7916
6ec2edbe
JB
79172008-01-05 Joel Brobecker <brobecker@adacore.com>
7918
7919 * gdbint.texinfo (Start of New Year Procedure): Add item
7920 describing how to update the source and documentation copyright
7921 notices.
7922
d8b2a693
JB
79232007-12-18 Jim Blandy <jimb@codesourcery.com>
7924
ab209b3a 7925 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
7926 watchpoint explanation into the main description of the watchpoint
7927 command; update synopses of 'watch', 'rwatch', and 'awatch'
7928 commands.
7929
8b4ed427
VP
79302007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7931
7932 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7933 Document 'pending-breakpoints' feature of
7934 -list-features.
7935
37e4754d
LM
79362007-12-17 Luis Machado <luisgpm@br.ibm.com>
7937
669fac23 7938 * gdb.texinfo: Add new parameter's description.
37e4754d 7939
1d3811f6
DJ
79402007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7941
7942 * gdb.texinfo (Overview): Clarify run-length encoding
7943 example. Remove the restriction on "+" and "-" characters.
7944
c1c25a1a
EZ
79452007-12-15 Eli Zaretskii <eliz@gnu.org>
7946
7947 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7948
afe8ab22 79492007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7950
afe8ab22
VP
7951 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7952 the -f option for -break-insert, remove -r option,
7953 and clarify specification of location.
7954
a6b151f1
DJ
79552007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7958 formatting.
7959 (Remote Debugging): Add File Transfer section.
7960 (Remote Configuration): Document Host I/O packets.
7961 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 7962 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
7963 (Packets): Add vFile.
7964
3b784c4f
EZ
79652007-11-17 Eli Zaretskii <eliz@gnu.org>
7966
7967 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7968 breakpoints with multiple locations.
7969 (Breakpoint Menus): Improve wording.
7970 (Output): Fix last change.
7971
a4ce5b0d
UW
79722007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7973
7974 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7975
1b39d5c0
DE
79762007-11-15 Doug Evans <dje@google.com>
7977
7978 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7979
7a72d44c
VP
79802007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7981
7982 * gdbint.texinfo (Native Conditionals): Remove
7983 mention of CLEAR_SOLIB.
5ae4183a 7984
6d1829bf 79852007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
7986
7987 * gdb.texinfo (Print Settings): Add documentation for "set/show
7988 print frame-arguments".
7989
1a619819
LM
79902007-11-05 Luis Machado <luisgpm@br.ibm.com>
7991
3b784c4f 7992 * gdb.texinfo (Output): Update printf command's description.
1a619819 7993
55eddb0f
DJ
79942007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7997 powerpc soft-float".
7998
9cceb671
DJ
79992007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8000
8001 * gdb.texinfo (Files): Correct formatting. Mention Expat
8002 requirement.
8003 (Requirements for Building GDB): Expand the list of Expat
8004 uses.
8005 (Library List Format, Memory Map Format): Mention Expat.
8006 (Target Descriptions): Update Expat wording.
8007
83acabca
DJ
80082007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8011 Document that gdbarch_convert_register_p should return zero for no-op
8012 conversions.
8013
e35879db
UW
80142007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8015
83acabca 8016 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
8017 of set_gdbarch_sofun_address_maybe_missing back to ...
8018 (Target Conditionals): ... here to fix build break.
8019
203c3895
UW
80202007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8021
83acabca 8022 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
8023 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8024 (Compiler Characteristics): ... documentation of
8025 set_gdbarch_sofun_address_maybe_missing.
8026
11411de3
DJ
80272007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8028
8029 * gdbint.texinfo (Target Conditionals): Use
8030 frame_unwind_register_unsigned in examples instead of
8031 frame_unwind_unsigned_register.
8032
701adfb0
PA
80332007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8034
8035 * gdb.texinfo: Add TSIZE definition, removed statement about
8036 unbounded arrays being unimplemented.
8037
7cc46491
DJ
80382007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8039
8040 * gdb.texinfo (Predefined Target Types): Add int128
8041 and uint128.
8042 (Standard Target Features): Add PowerPC features.
8043
81adfced
DJ
80442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8045
8046 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8047
c1874924
UW
80482007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8049
8050 * gdbint.texi (Target Conditionals): Remove documentation
8051 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8052 gdbarch_extract_return_value, and gdbarch_store_return_value.
8053
f6e56ab3
UW
80542007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8055
8056 * gdbint.texi (Target Conditionals): Remove documentation of
8057 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8058
56cf5405
KH
80592007-10-11 Kazu Hirata <kazu@codesourcery.com>
8060
8061 * gdb.texinfo: Mention that inaccessible-by-default is on by
8062 default.
8063
35156bae
DJ
80642007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8065
8066 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8067
d983da9c
DJ
80682007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8069
8070 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8071 multi-threaded watchpoints.
8072 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8073 checked. Describe sticky notification. Expand description
8074 of steppable and continuable watchpoints.
8075 (Watchpoints and Threads): New subsection.
8076
fe6fbf8b
VP
80772007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8078
8079 * gdb.texinfo (Setting Breakpoints): Revise
8080 documentation for pending breakpoints. Document
8081 breakpoints with multiple locations.
5ae4183a 8082
084344da
VP
80832007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8084
8085 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8086 Document -list-features.
5ae4183a 8087
82160952
EZ
80882007-09-15 Eli Zaretskii <eliz@gnu.org>
8089
8090 * gdb.texinfo (Output): Spell out which features of C's printf are
8091 not supported by GDB's printf.
7e27a47a
EZ
8092 (Separate Debug Files): More accurate wording regarding build ID
8093 and a reference to the ld manual rather than the Fedora wiki.
82160952 8094
ea37ba09
DJ
80952007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8096 Jim Blandy <jimb@codesourcery.com>
8097
8098 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8099 (Examining Memory): Update mentions of the 's' format.
8100 (Automatic Display): Likewise.
8101
b8533aec
DJ
81022007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8103
8104 * gdb.texinfo: Update the FSF's Back-Cover Text.
8105
83f83d7f
JK
81062007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8107 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8110 Fixed the ``build ID'' name. New binaries build instructions for the
8111 build ID inclusion. Explain how the commands are specific to the build
8112 ID vs. debug link.
8113
c7e83d54
EZ
81142007-09-01 Eli Zaretskii <eliz@gnu.org>
8115
8116 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8117 indexing for ``build ID'' support.
8118
d3750b24
JK
81192007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8122 Enlisted BUILD ID to the debug file searching example.
8123 Included a BUILD ID `.note.gnu.build-id' section description.
8124 Updated/added the debug files splitting instructions for OBJCOPY.
8125
02142340
VP
81262007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8127
8128 * gdb.texinfo (Variable Objects): Adjust docs
8129 for -var-info-expression and document
8130 -var-info-path-expression.
8131
d3bdde98
JB
81322007-08-20 Jim Blandy <jimb@codesourcery.com>
8133
3fb6a982
JB
8134 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8135 (title page): Include the dedication in the printed manual, as a
8136 separate page after the copyright notice.
5ae4183a 8137
d3bdde98
JB
8138 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8139 don't break a @var across a line.
8140
c80a96a8
MR
81412007-07-25 Maciej W. Rozycki <macro@mips.com>
8142
8143 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8144 for include files.
8145
5824a901
NR
81462007-07-12 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
8149 in annotate.texinfo.
8150 (Command History): Link to new node.
5824a901 8151
d52e7ea3
UW
81522007-07-05 Markus Deuling <deuling@de.ibm.com>
8153
8154 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8155
5fc14d0a
EZ
81562007-07-05 Eli Zaretskii <eliz@gnu.org>
8157
8158 * gdbint.texinfo (Target Conditionals): Fix last change.
8159
4a9bb1df
UW
81602007-07-03 Markus Deuling <deuling@de.ibm.com>
8161
8162 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8163 routines:
8164 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8165 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8166 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8167 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8168 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8169 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8170 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8171 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8172 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8173 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8174 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8175 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8176 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8177 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8178 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8179 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8180 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8181 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8182 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8183 (SOFTWARE_SINGLE_STEP_P)
8184
8185 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8186 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8187
8188 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8189 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8190 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8191 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8192 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8193 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8194 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8195 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8196 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8197 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8198
8199 (Converting an existing Target Architecture to Multi-arch): Remove
8200 section.
8201
8202 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8203 (gdbarch_addr_bits_remove): Add code example.
8204
8205 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8206
cfa9d6d9
DJ
82072007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8208
8209 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8210 Add other missing entries. Adjust the table size to fit.
8211 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8212 stop reasons including the new "library" event.
8213 (General Query Packets): Adjust table widths for qSupported. Mention
8214 qXfer:libraries:read reply to qSupported and document the new packet.
8215 (Library List Format): New section.
8216
159fcc13
JK
82172007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8220
f66d1690
MS
82212007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8222
8223 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8224
67102876
NR
82252007-06-25 Nick Roberts <nickrob@snap.net.nz>
8226
8227 * gdbint.texinfo (Register and Memory Data): Break sections
8228 into nodes and add a menu.
8229
a4642986
MR
82302007-06-21 Maciej W. Rozycki <macro@mips.com>
8231
8232 * gdb.texinfo (Examining Memory): Document the new behaviour.
8233
e9c17194
VP
82342007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8235
8236 * gdb.texinfo (Standard Target Features): Document
8237 m68k features.
8238
31d99776
DJ
82392007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8240
8241 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8242
1780a0ed
DJ
82432007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8244
8245 * gdb.texinfo (Target Description Format): Add version attribute
8246 for <target>.
8247
822b6570
DJ
82482007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8249
8250 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8251
f8b73d13
DJ
82522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8253
8254 * gdb.texinfo (MIPS Features): New subsection.
8255
0e7f50da
UW
82562007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8257 Markus Deuling <deuling@de.ibm.com>
8258
8259 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8260 and qXfer:spu:write packets and mention them under qSupported.
8261
23d964e7
UW
82622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8263 Markus Deuling <deuling@de.ibm.com>
8264
8265 * gdb.texinfo (Architectures): Add new SPU section to document
8266 Cell Broadband Engine SPU architecture specific commands.
8267
9f708cb2
VP
82682007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8269
8270 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8271 comments.
8272
7579b5f8
NR
82732007-06-07 Nick Roberts <nickrob@snap.net.nz>
8274
8275 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8276
bf06d120
JB
82772007-05-29 Jim Blandy <jimb@codesourcery.com>
8278
8279 * gdb.texinfo (Overview): Doc fix.
8280
23776285
MR
82812007-05-22 Maciej W. Rozycki <macro@mips.com>
8282
8283 * gdb.texinfo (Remote Configuration): Document "set/show
8284 remoteflow".
8285
1a69e1e4
DJ
82862007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8287
bf06d120
JB
8288 * gdb.texinfo (MIPS): Remove documentation for set mips
8289 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8290 stack-arg-size.
1a69e1e4 8291
46ba6afa 82922007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8293
46ba6afa
BW
8294 * all-cfg.texi (GDBTUI): New.
8295 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8296 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8297 (TUI Configuration): Edit to improve clarity and fix problems of
8298 both style and content.
5ae4183a 8299
06d3b283
UW
83002007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8301
8302 * observer.texi (GDB Observers): New observer "new_objfile".
8303
179101d6
UW
83042007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8305
8306 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8307
25d5ea92
VP
83082007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8309
8310 * gdb.texinfo (GDB/MI Variable Objects): Document
8311 frozen variables objects.
5ae4183a 8312
701adfb0
PA
83132007-04-13 Paul Brook <paul@codesourcery.com>
8314
8315 * gdb.texinfo: Document ieee_single and ieee_double target types.
8316
ea35711c
DJ
83172007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8318
8319 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8320 (Character Sets, Caching Data of Remote Targets): Likewise.
8321 (Targets): Delete Remote node. Move its text...
8322 (Debugging Remote Programs): ...to here. Delete description
8323 of the "remote" command.
8324 (Remote configuration): Delete description of "set remotedevice"
8325 and "show remotedevice".
8326 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8327
701adfb0
PA
83282007-04-11 Steve Ellcey <sje@cup.hp.com>
8329
8330 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8331
db2e3e2e
BW
83322007-04-11 Bob Wilson <bob.wilson@acm.org>
8333
5ae4183a
AS
8334 * gdb.texinfo (Contributors, Continuing and Stepping)
8335 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8336 (General Query Packets, File-I/O Remote Protocol Extension)
8337 (Protocol Basics, The F Reply Packet, Write)
8338 (Protocol-specific Representation of Datatypes, Memory Transfer):
8339 Fix hyphenation, punctuation and grammar problems.
8340 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8341 'section' instead of 'subsection' in the text.
8342 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8343 (i386): Remove period from section name.
db2e3e2e
BW
8344 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8345 (Config Names, Configure Options): Use @file{configure}.
8346
8a3dae3e
DJ
83472007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8348
8349 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8350 and tab expansion.
8351
1a92f856
DJ
83522007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8353
8354 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8355
79a6e687 83562007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8357
79a6e687
BW
8358 * gdb.texinfo: Consistently capitalize all significant words in
8359 node names, chapter titles, section titles, and headings. Update
8360 cross references to match.
8361 (Starting and Stopping Trace Experiment): Make node name plural.
8362 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 8363
ad527d2e
PA
83642007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8365
8366 * gdb.texinfo (WinCE): Delete obsolete subsection.
8367
7ce59000
DJ
83682007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8369
8370 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8371 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8372 references.
8373
8807d78b
DJ
83742007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8375
8376 * gdb.texinfo (Startup): Delete references to some alternate
8377 names for .gdbinit.
8378 (Thread): Remove LynxOS reference.
8379 (Tandem ST2000): Delete target-specific documentation.
8380 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8381 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8382 and GDB_OSABI_LYNXOS.
8383
5f402660
UW
83842007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8385
8386 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8387
bac718a6
UW
83882007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8389
8390 * gdbint.texinfo (Target Conditionals): Remove mention of
8391 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8392 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8393
9453113a
DJ
83942007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8395
8396 * Makefile.in: Add "pdfdir" installation
8397 directory, PDFTEX macro, support for "install-pdf" target,
8398 and rules for making a pdf version of refcard.texi.
8399 * refcard.tex: Specify paper size for PDF output.
8400
ae21e955 84012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8402
ae21e955 8403 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 8404
3f94c067 84052007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8406
3f94c067
BW
8407 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8408 (Source Path, Character Sets, Macros, Define)
8409 (GDB/MI Result Records, GDB/MI Simple Examples)
8410 (GDB/MI Program Execution, GDB/MI File Commands)
8411 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8412 (Bug Reporting): Use @value{GCC}.
5ae4183a 8413
12c27660 84142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 8415
12c27660
BW
8416 * gdb.texinfo (Help): Fix formatting of examples.
8417 (Variables): Use @ifnotinfo instead of @iftex.
8418 (Non-debug DLL symbols): Use @ref instead of @pxref.
8419 (Sparclet File): Use @samp instead of quotes.
5ae4183a 8420
ce9341a1
BW
84212007-03-26 Bob Wilson <bob.wilson@acm.org>
8422
8423 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8424
c8f4133a
BW
84252007-03-26 Bob Wilson <bob.wilson@acm.org>
8426
8427 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8428 the order of the nodes.
8429 (C Operators, C Constants, Debugging C): Remove extra menus.
8430 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 8431
c8f4133a 84322007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
8433
8434 * gdb.texinfo (File Options): Add missing parenthesis.
8435 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8436
c74d0ad8
DJ
84372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8440
ff6f572f
DJ
84412007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8442
669fac23 8443 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
8444 case insensitivity.
8445 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8446
994337c3
NR
84472007-02-18 Nick Roberts <nickrob@snap.net.nz>
8448
8449 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8450 (Files): Add section name to argument list for pxref.
8451 (Non-debug DLL symbols): Don't use `see' for pxref.
8452 (Embedded Processors): Fix typo.
8453 (GDB/MI Breakpoint Commands): Execution commands generate
8454 *stopped not ^done.
8455
eb819d70
NR
84562007-02-13 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8459 values for in_scope. Mention that only root variables can be
8460 updated.
8461 (GDB/MI Development and Front Ends): Explain new values may be
8462 added to existing fields.
8463
123dc839
DJ
84642007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8465
8466 * gdb.texinfo (-target-disconnect): Use @smallexample.
8467 (Requirements): Add anchor for Expat. Update description.
8468 (Target Descriptions): Mention Expat.
8469 (Target Description Format): Document new elements. Use
8470 @smallexample.
8471 (Predefined Target Types, Standard Target Features): New sections.
669fac23 8472 * gdbint.texinfo (Target Descriptions): New section.
123dc839 8473
108546a0
DJ
84742007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8475
8476 * gdb.texinfo (Target Description Format): Add section on XInclude.
8477
95a98c01
NR
84782006-02-03 Nick Roberts <nickrob@snap.net.nz>
8479
8480 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8481 command -enable-timings.
8482
f4b3909f
EZ
84832007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8484
5ae4183a 8485 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
8486 descriptions for new/deleted elements in gdb_osabi. Add missing
8487 description for function generic_elf_osabi_sniff_abi_tag_sections.
8488
c7ba131e
JB
84892007-01-29 Joel Brobecker <brobecker@adacore.com>
8490
8491 * gdb.texinfo (Maintenance Commands): Add documentation for
8492 the new "maint print target-stack" command.
8493
3a60f64e
JK
84942007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8495 Eli Zaretskii <eliz@gnu.org>
8496
f4b3909f 8497 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 8498
c582f8b6
EZ
84992007-01-26 Eli Zaretskii <eliz@gnu.org>
8500
8501 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8502 Use @value{NGCC} instead of @value{GCC}.
8503
d3e8051b
EZ
85042007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8505
8506 * agentexpr.texi: Fix typos.
8507 * annotate.texinfo: Likewise.
8508 * gdb.texinfo: Likewise.
8509 * gdbint.texinfo: Likewise.
8510 * observer.texi: Likewise.
8511 * stabs.texinfo: Likewise.
8512
86f04699
EZ
85132007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8514
8515 * gdbint.texinfo (Support Libraries): Remove mmalloc
8516 entry. Describe readline library.
8517
23181151
DJ
85182007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8519
8520 * gdb.texinfo (Target Descriptions): New section.
8521 (General Query Packets): Add QPassSignals anchor. Mention
8522 qXfer:features:read under qSupported. Expand mentions of
8523 qXfer:memory-map:read and QPassSignals. Document
8524 qXfer:features:read.
8525
f822c95b
DJ
85262007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8527
8528 * gdb.texinfo (Commands to specify files): Describe
8529 "set sysroot" and "show sysroot".
8530 (Using the `gdbserver' program): Lowercase argument
8531 to @var. Expand description of setting up GDB on the
8532 host.
8533
8936fcda
JB
85342007-01-05 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8537 catch exception, catch exception unhandled, and catch assert
8538 commands.
8539
e776119f
DJ
85402007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8541
8542 * gdb.texinfo (Debugging Output): Document "set debug xml"
8543 and "show debug xml".
8544
aa79a185
DJ
85452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8546
8547 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8548
7f893741
JB
85492007-01-01 Joel Brobecker <brobecker@adacore.com>
8550
8551 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8552
a1b5960f
VP
85532006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8554
8555 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8556 note in @ignore, to be removed later if nobody complains.
8557
9f470e6e
NR
85582006-12-04 Nick Roberts <nickrob@snap.net.nz>
8559
8560 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8561 of -var-delete.
8562
765dc015 85632006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 8564
765dc015 8565 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
8566 automatic software/hardware breakpoint usage and
8567 the "set breakpoint auto-hw" command.
765dc015 8568
4b5752d0
VP
85692006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8570
8571 * gdb.texinfo (Memory Access Checking): New.
8572
89be2091
DJ
85732006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8574
8575 * gdb.texinfo (Remote configuration): Mention
8576 "pass-signals-packet".
8577 (General Query Packets): Document QPassSignals. Fix
8578 a typo.
8579
ca3bf3bd
DJ
85802006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8581
8582 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8583
427c3a89
DJ
85842006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8585
8586 * gdb.texinfo (Remote configuration): Rewrite documentation for
8587 packet configuration commands.
8588 (OS Information): Adjust reference to qXfer:auxv:read.
8589 (General Query Packets): Remove references to read-aux-vector-packet
8590 and set remote get-thread-local-storage-address.
8591
7a107747
DJ
85922006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8593
8594 * gdbint.texinfo (Target Architecture Definition): Add new
8595 Initializing a New Architecture section.
8596
1c56eb0e
EZ
85972006-10-31 David Taylor <dtaylor@emc.com>
8598
8599 * stabs.texinfo (Macro define and undefine): New node describing
8600 stabs for #define and #undef.
8601
f73adfeb
AS
86022006-10-27 Andreas Schwab <schwab@suse.de>
8603
8604 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8605
fd60e0df
EZ
86062006-10-21 Eli Zaretskii <eliz@gnu.org>
8607
8608 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8609 clarify on the possible meanings of ``expression'' watched by
8610 watchpoints. Add indexing.
e5ac9b53
EZ
8611 (Prompting, Errors, Invalidation, Annotations for Running)
8612 (Source Annotations): Fix index entries by adding "annotation" to
8613 them, to discriminate from index entries that point to the more
8614 general topic descriptions.
fd60e0df 8615
52bb452f
DJ
86162006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8617
8618 * gdbint.texinfo (Target Vector Definition): Move most
8619 content into Existing Targets. Add a menu.
8620 (Existing Targets): New section, moved from Target Vector
8621 Definition. Use @subsection.
8622 (Managing Execution State): New section.
8623
58955e58
BW
86242006-10-16 Bob Wilson <bob.wilson@acm.org>
8625
8626 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8627
c8aa23ab
EZ
86282006-10-15 Eli Zaretskii <eliz@gnu.org>
8629
8630 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8631 (Command Syntax, Signals, Backtrace, Connecting)
8632 (Remote configuration, Renesas Boards, Console I/O): Fix last
8633 change: use Ctrl- instead of C-, except wrt Emacs.
8634 (File-I/O Examples): Put Ctrl-c in @kbd.
8635 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8636 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
8637 (Signals, Set Breaks, Set Watchpoints): Document optional
8638 arguments to `info signals' `handle', `info breakpoints', and
8639 `info watchpoints'.
c8aa23ab 8640
e7109c7e
EZ
86412006-10-14 Eli Zaretskii <eliz@gnu.org>
8642
8643 * gdb.texinfo (Backtrace): Fix last change.
8644
de3aea7b
NR
86452006-10-14 Nick Roberts <nickrob@snap.net.nz>
8646
8647 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8648
7f9087cb
BW
86492006-10-10 Bob Wilson <bob.wilson@acm.org>
8650
c8aa23ab
EZ
8651 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8652 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8653 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 8654
68437a39
DJ
86552006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8656 Daniel Jacobowitz <dan@codesourcery.com>
8657
8658 * gdb.texinfo (Packets): Document vFlashErase,
8659 vFlashWrite and vFlashDone packets.
8660 (General Query Packets): Document qXfer:memory-map:read.
8661 Add a new feature for qXfer:memory-map:read.
8662 (Memory map format): New section.
8663 (Target Commands): Mention that gdb can write flash.
8664
fd79ecee
DJ
86652006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8666 Daniel Jacobowitz <dan@codesourcery.com>
8667
8668 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8669 memory regions and "mem auto".
8670
350da6ee
DJ
86712006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8672
8673 * gdbint.texinfo (Array Containers): New section.
8674
2f1acb09
VP
86752006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8676
8677 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8678 -stack-list-arguments HIGH_FRAME argument can be larger then the
8679 actual number of frames.
8680
2ab1eb7a
VP
86812006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8682
8683 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
8684 -stack-list-locals HIGH_FRAME argument can be larger then the
8685 actual number of frames.
2ab1eb7a 8686
599b237a
BW
86872006-09-02 Bob Wilson <bob.wilson@acm.org>
8688
8689 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8690 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8691
25ab7e6d
EZ
86922006-09-02 Eli Zaretskii <eliz@gnu.org>
8693
8694 * gdbint.texinfo (Overall Structure): New section "Source Tree
8695 Structure".
8696
940178d3
JB
86972006-08-17 Jim Blandy <jimb@codesourcery.com>
8698
8699 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8700 responses.
8701
30daae6c
JB
87022006-08-08 Joel Brobecker <brobecker@adacore.com>
8703
8704 * gdb.texinfo (Source Path): Add documentation for new
8705 substitute-path commands.
8706
7fa2210b
DJ
87072006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8708
8709 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8710 (Running Configure): ...here.
8711 (Requirements): New node. Mention expat.
8712
3d00d119
DJ
87132006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8714
5ae4183a 8715 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
8716 'set download-write-size' and 'show download-write-size'.
8717
0cbfa4ee
DJ
87182006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8719
8720 * stabs.texinfo (Member Type Descriptor): Correct example for
8721 pointer to member types.
8722
16026cd7
AS
87232006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8724
8725 * gdb.texinfo (Optional warnings and messages): Add
8726 'set/show trace-commands'.
8727 (Command files): Add '-v' to source command.
8728
0876f84a
DJ
87292006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8730
8731 * gdb.texinfo (OS Information): Update qPart reference to
8732 qXfer.
8733 (Remote configuration): Likewise.
8734 (Overview): Move @cindex to the start of a paragraph. Talk
8735 about binary data encoding.
8736 (Packets): Refer to the overview for the details of the X
8737 packet encoding.
8738 (General Query Packets): Remove qPart description. Add qXfer
8739 description. Add an anchor to qSupported. Correct feature
8740 table title. Add a new feature for qXfer:auxv:read.
8741 (Interrupts): Add a missing parenthesis.
8742
2ec3381a
DJ
87432006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8744
669fac23 8745 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
8746 (GDB/MI Kod Commands): Remove commented out node.
8747
594fe323
EZ
87482006-07-01 Eli Zaretskii <eliz@gnu.org>
8749
8750 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8751 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8752 (GDB/MI Thread Commands, GDB/MI Program Execution)
8753 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8754 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8755 (GDB/MI File Commands, GDB/MI Target Manipulation)
8756 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8757 since the MI prompt is hard-wired into the code.
8758
7e3fb70c
NR
87592006-07-01 Nick Roberts <nickrob@snap.net.nz>
8760
8761 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8762 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8763 (GDB/MI Data Manipulation): Remove description of unimplemented
8764 display related commands as variable objects perform this function
8765 and are superior: -display-delete, -display-disable,
8766 -display-enable, -display-insert and -display-list. Move
8767 -environment-cd, -environment-directory, -environment-path
8768 and -environment-pwd to "Program Context".
8769 (GDB/MI Program Control): Rename to "Program Execution". Move
8770 -exec-arguments -exec-abort to...
8771 (GDB/MI Program Context): ...here. New node split from "Data
8772 Manipulation".
8773
be2a5f71
DJ
87742006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8775
8776 * gdb.texinfo (Remote configuration): Document set / show
8777 remote supported-packets.
8778 (General Query Packets): Document qSupported packet.
8779
701adfb0
PA
87802006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8781
8782 * gdb.texinfo (system): Document behaviour with zero length
8783 string.
8784
fc320d37
SL
87852006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8786
8787 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8788 and font markup.
8789 (Protocol basics): Likewise.
8790 (The F request packet): Likewise.
8791 (The F reply packet): Likewise.
8792 (Memory transfer): Move this node to be a subsubsection of
8793 "Protocol specific representation of datatypes".
8794 (The Ctrl-C message): More copy editing.
8795 (Console I/O): Likewise.
8796 (The isatty call): Delete this node, and merge its content into
8797 the "isatty" node. Fixed references elsewhere.
8798 (The system call): Delete this node, and merge its content into
8799 the "system" node. Fixed references elsewhere.
8800 (open): Reformat to use @table, and add appropriate font markup.
8801 (close): Likewise.
8802 (read): Likewise.
8803 (write): Likewise.
8804 (lseek): Likewise.
8805 (rename): Likewise.
8806 (unlink): Likewise.
8807 (stat/fstat): Likewise.
8808 (gettimeofday): Likewise.
8809 (isatty): Likewise.
8810 (system): Likewise, plus minor changes to fix confusing wording.
8811 (Integral datatypes): Fix font markup.
8812 (Pointer values): Likewise.
8813 (struct stat): Fix markup to use @table, plus minor copy editing.
8814 (struct timeval): Fix font markup, plus minor copy editing.
8815 (Constants): Minor copy editing.
8816 (Errno values): Add font markup.
8817 (File-I/O Examples): Likewise.
8818
158fdf5c
NR
88192006-06-10 Nick Roberts <nickrob@snap.net.nz>
8820
8821 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8822 (GDB/MI Simple Examples): Move node up one level. Use real
8823 examples.
8824 (GDB/MI Compatibility with CLI): Update.
8825 (GDB/MI Result Records): Add "connected" and "exit" result
8826 classes.
8827 (GDB/MI Stream Records): Clarify target output.
8828 (GDB/MI Command Description Format): Modify example description.
8829 (GDB/MI Breakpoint Table Commands): Rename to...
8830 (GDB/MI Breakpoint Commands): ...this
8831 (GDB/MI Breakpoint Commands): Add optional thread field.
8832 (GDB/MI Program Control): Add an introduction. Move "Program
8833 termination" examples into exec-run description.
8834 (GDB/MI File Commands): Mention similar CLI commands.
8835 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8836 is similar to "-gdb-version".
8837
ddb50cd7
EZ
88382006-06-09 Eli Zaretskii <eliz@gnu.org>
8839
8840 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8841
2aef0d6b
NR
88422006-06-02 Nick Roberts <nickrob@snap.net.nz>
8843
8844 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8845 sourceware.org for mailing lists.
d5e40d59 8846 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 8847
383a5c52
NR
88482006-06-01 Nick Roberts <nickrob@snap.net.nz>
8849
d5e40d59 8850 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 8851
e16b02ee
EZ
88522006-05-22 Eli Zaretskii <eliz@gnu.org>
8853
8854 * gdb.texinfo (Cygwin Native): Fix last change.
8855
be90c084
CF
88562006-05-22 Christopher Faylor <cgf@timesys.com>
8857
8858 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8859
347ceba5
NR
88602006-05-15 Nick Roberts <nickrob@snap.net.nz>
8861
8862 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8863 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8864
369af7bd
DJ
88652006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8866
8867 * gdb.texinfo (General Query Packets): Recommend not starting
8868 new packets with qC and clarify.
8869
2ffdbde8 88702006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
8871
8872 * gdb.texinfo (M2 Types): New section.
72019c9c 8873
16d1a084
DJ
88742006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8875
8876 * agentexpr.texi: Add a copyright and license notice.
8877 * observer.texi: Likewise, with GPL clause for function prototypes.
8878 Remove trailing whitespace.
8879
aa56d27a
JB
88802006-05-05 Jim Blandy <jimb@codesourcery.com>
8881
8882 * gdb.texinfo (General Query Packets): Document conventions for
8883 terminating packet names, and their violations.
8884
5bdf8622
DJ
88852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8886
8887 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8888 * gdb.texinfo: Likewise.
8889
605a56cb
DJ
88902006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8891
8892 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8893 and "show remotedebug".
8894 (Debugging Output): Add additional index entries.
8895
b8db102d
MS
88962006-04-27 Michael Snyder <msnyder@redhat.com>
8897
8898 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8899
c5e30d01
AC
89002006-04-22 Andrew Cagney <cagney@redhat.com>
8901
8902 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8903 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8904
8181d85f
DJ
89052006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8906
8907 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8908 and remove breakpoint prototypes.
8909 (Watchpoints): Move description of target_insert_hw_breakpoint and
8910 target_remove_hw_breakpoint ...
8911 (Breakpoints): ... to here. Document target_insert_breakpoint and
8912 target_remove_breakpoint.
8913
4f553f88
JB
89142006-04-17 Jim Blandy <jimb@codesourcery.com>
8915
8916 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8917 and C packets are optional.
8918
cd852561
FR
89192006-04-14 Frederic Riss <frederic.riss@st.com>
8920
8921 * gdb.texinfo (Specifying source directories): Update the description
8922 of the source file search to reflect the fact that the source path
8923 always contains at least $cdir and $cwd.
8924
b620eb07
MS
89252006-03-31 Michael Snyder <msnyder@redhat.com>
8926
8927 * gdb.texinfo: Update copyright dates.
8928
3156cdaf
EZ
89292006-03-31 Eli Zaretskii <eliz@gnu.org>
8930
8931 * gdb.texinfo (Overview): Add an index entry to "empty response".
8932
701adfb0
PA
89332006-03-29 Steve Ellcey <sje@cup.hp.com>
8934
8935 * gdb.texinfo: Remove gdbserve.nlm documentation.
8936
7d30c22d
JB
89372006-03-28 Jim Blandy <jimb@codesourcery.com>
8938
8939 * gdbint.texinfo (Prologue Analysis): New section.
8940
86941c27
JB
89412006-03-07 Jim Blandy <jimb@red-bean.com>
8942
66b8c7f6
JB
8943 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8944
1a10341b
JB
8945 * gdb.texinfo (Target Commands): Update text describing how to
8946 specify a target. Refer to the detailed section on remote
8947 debugging, not the brief mention.
8948
86941c27
JB
8949 * gdb.texinfo (Connecting): Organize the different 'target remote'
8950 connection methods into a table. Add a 'target remote' index
8951 entry. (!!!)
8952
62f3a2ba
FF
89532006-02-17 Fred Fish <fnf@specifix.com>
8954
8955 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8956 'ptype' commands to reflect the fact that the only significant
8957 difference between them is that ptype prints the complete type
8958 description instead of just the name.
8959
8b9a88ea
WZ
89602006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8961
8962 * gdbint.texinfo (Watchpoints): Delete
8963 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8964
7e8dc855
NR
89652006-02-10 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8968 times fields where needed. Fix typos. Update general form given
8969 for output of -break-insert.
8970 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8971
c91d38aa
DJ
89722006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8973
8974 * gdbint.texinfo (Symbol Handling): Add a section
8975 on memory management.
8976
38fcd64c
DJ
89772006-02-06 Vladimir Prus <ghost@cs.msu.su>
8978
8979 * gdb.texinfo (Breakpoint table commands): Document the fullname
8980 field in -break-list output.
8981
219eec71
EZ
89822006-02-03 Eli Zaretskii <eliz@gnu.org>
8983
8984 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8985 debugging information produced by the various "set debug..."
8986 options.
8987
ae5a43e0
DJ
89882006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8989
8990 * gdb.texinfo (Files): Remove obsolete bits from the description
8991 of "symbol-file".
8992
a9f158ec
JB
89932006-01-25 Jim Blandy <jimb@redhat.com>
8994
8995 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8996
410dd08e
JB
89972006-01-24 Jim Blandy <jimb@redhat.com>
8998
8999 * gdbint.texinfo (Frames): Document the basics of GDB's register
9000 unwinding model, and explain the existence of the "sentinel" frame.
9001
4b505b12
AS
90022006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9003
9004 * gdb.texinfo (Choosing files): Mention that -directory is used
9005 for script files.
9006 (Specifying source directories): Likewise.
9007 (Command files): Explain how script files are found.
9008
839c27b7
EZ
90092006-01-21 Eli Zaretskii <eliz@gnu.org>
9010
9011 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9012 the threads in a multi-threaded program.
9013 (Threads): The threadno argument of "thread apply" can be a range
9014 of numbers.
9015
7be93b9e
JB
90162006-01-18 Jim Blandy <jimb@redhat.com>
9017
9018 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9019 of warning flags.
9020
fcc73fe3
EZ
90212006-01-13 Eli Zaretskii <eliz@gnu.org>
9022
9023 * gdb.texinfo (Sequences): Improve menu annotations.
9024 (Define): Add index entries for arguments of user-defined
9025 commands. Move the description of flow-control commands...
9026 (Command Files): ...to here. Document loop_break and
9027 loop_continue.
ca91424e
EZ
9028 (Define, Command Files): Document `end' and add index entries for
9029 it.
fcc73fe3 9030
5c95884b
MS
90312006-01-04 Michael Snyder <msnyder@redhat.com>
9032
9033 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 9034 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 9035
860701dc
PH
90362006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9037
9038 * gdb.texinfo (Omissions from Ada): Document that there is now
9039 limited aggregate support.
9040
36b80e65
EZ
90412005-12-28 Eli Zaretskii <eliz@gnu.org>
9042
9043 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9044 registers and the likes.
9045
c1468174
EZ
90462005-12-24 Eli Zaretskii <eliz@gnu.org>
9047
9048 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9049 (Symbols): Fix usage of "e.g.".
359df76b 9050 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
9051
9052 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9053 (Coding): Fix usage of "e.g.".
9054
c02a867d
EZ
90552005-12-23 Eli Zaretskii <eliz@gnu.org>
9056
5ae4183a
AS
9057 * stabs.texinfo:
9058 * refcard.tex:
c02a867d 9059 * gpl.texi:
5ae4183a
AS
9060 * gdbint.texinfo:
9061 * gdb.texinfo:
9062 * gdb-cfg.texi:
c02a867d 9063 * fdl.texi:
5ae4183a
AS
9064 * annotate.texinfo:
9065 * all-cfg.texi:
c02a867d
EZ
9066 * Makefile.in: Add (C) after Copyright. Update the FSF
9067 address.
9068
fad38dfa
EZ
90692005-12-03 Eli Zaretskii <eliz@gnu.org>
9070
9071 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9072 extend GDB with commands for external monitor.
9073
53e5f3cf
AS
90742005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9075
9076 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9077
55f6ca0f
JB
90782005-11-25 Joel Brobecker <brobecker@adacore.com>
9079
9080 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9081
c1947b85
JB
90822005-11-21 Jim Blandy <jimb@redhat.com>
9083
9084 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9085 placement of 'R' actions in tracepoint action packets; document
9086 dependence of 'X' and 'M' actions on a preceding 'R' action for
9087 their registers.
9088
9d29849a
JB
90892005-11-19 Jim Blandy <jimb@redhat.com>
9090
9091 * gdb.texinfo (Tracepoint Packets): New node.
9092 (General Query Packets): Add entries for the tracepoint packets,
9093 referring to the "Tracepoint Packets" node.
9094 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 9095
9a6253be
KB
90962005-11-18 Kevin Buettner <kevinb@redhat.com>
9097
9098 * gdb.texinfo (set remotebreak): Add anchor.
9099 (X packet): Likewise.
9100 (Remote Protocol): Add new section `Interrupts' and new index
9101 entry `interrupts (remote protocol)'.
9102
5f3bebba
JB
91032005-11-18 Jim Blandy <jimb@redhat.com>
9104
9105 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9106 entries into the General Query Packets section. Add a
9107 cross-reference to that section. Drop description of replies, as
9108 these are covered in the descriptions of each packet.
9109 (General Query Packets): Add introductory text. Explain naming
9110 conventions, and how the end of a name is recognized.
9111
9a7a1b36
KB
91122005-11-17 Kevin Buettner <kevinb@redhat.com>
9113
0564b6cf 9114 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
9115 "set remotebreak" command.
9116
b8ff78ce
JB
91172005-11-16 Jim Blandy <jimb@redhat.com>
9118
9119 * gdb.texinfo (Packets, Stop Reply Packets)
9120 (General Query Packets): Various formatting cleanups.
9121 - Use @samp for packet contents.
9122 - Drop summaries from packet @item lines; the same information appears
9123 immediately below in the description.
9124 - Delete paragraph breaks after packet @item commands, so that the
9125 description appears directly to the right of the packet prototype
9126 in the printed manual, if it fits.
9127 - Place spaces in packet prototypes between @vars and non-@var
9128 letters, and explain that they're just for formatting.
9129 - Use @dots{} instead of '...'.
9130 - Fix uses of @code where @var was needed.
9131 - Replace "deprecated" markers with English text spelling out the
9132 packet's status and the preferred alternatives.
9133 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9134 what this ever meant.
9135 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9136 this for a long time.
9137 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9138 implemented several times, and have been in use for years.
9139
8ffe2530
JB
91402005-11-15 Jim Blandy <jimb@redhat.com>
9141
c43c5473
JB
9142 * gdb.texinfo (Packets): Add index entries for 'm' packet
9143 disclaimers.
5ae4183a 9144
fb031cdf
JB
9145 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9146 of stub when processing an 'm' packet.
9147
8ffe2530
JB
9148 * gdb.texinfo (Packets): Mention that packets beginning with
9149 letters are reserved once, at the top, instead of actually listing
9150 them all and saying "reserved".
9151
c03c782f
AS
91522005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9153
9154 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9155 Change @var{$arg0 to @code{$arg0.
9156
814e32d7
WZ
91572005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9158
9159 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9160
fa93a9d8
JB
91612005-11-12 Jim Blandy <jimb@redhat.com>
9162
9163 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9164 order. Remove extraneous 'z'.
9165
8a5a3c82
AS
91662005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9167
9168 * gdb.texinfo (Choosing files): Add --eval-command.
9169
4b0ad762
AS
91702005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9171
9172 * gdb.texinfo (Choosing modes): Add --return-child-result.
9173
9174
1a088d06
AS
91752005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9176
9177 * gdb.texinfo (Choosing modes): Add --batch-silent.
9178
656d5e12
EZ
91792005-10-28 Eli Zaretskii <eliz@gnu.org>
9180
9181 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9182 "The -var-update Command".
9183
3c9c013a
JB
91842005-10-03 Joel Brobecker <brobecker@adacore.com>
9185
9186 * gdb.texinfo (Print Settings): Add documentation for set/show
9187 print array-indexes.
9188
7ba3cf9c
DJ
91892005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9190
9191 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9192 6.2 and 6.3.
9193
a94ab193
EZ
91942005-08-27 Eli Zaretskii <eliz@gnu.org>
9195
9196 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9197 since 19-Jan-2004.
9198 (Files): Likewise.
ab1adacd
EZ
9199 (Variables, Symbols): Document the "<incomplete type>" message and
9200 its reasons.
a94ab193 9201
ca06016a
FF
92022005-08-01 Fred Fish <fnf@specifix.com>
9203
9204 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9205
cf58170d
NR
92062005-07-15 Nick Roberts <nickrob@snap.net.nz>
9207
9208 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9209 option for -var-list-children and -var-update.
9210 (GDB/MI Stack Manipulation): Simplify description of
9211 print-values option for -stack-list-locals.
9212 (GDB/MI Command Description Format): Clarify.
9213 (Mode Options): Spelling of superseded.
9214
38f1196a
BR
92152005-07-12 Bob Rossi <bob@brasko.net>
9216
9217 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9218 corresponding GDB command comment.
9219
3cb3b8df
BR
92202005-07-06 Bob Rossi <bob@brasko.net>
9221
9222 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9223 and -inferior-tty-show.
9224 (Input/Output): Document "set/show inferior-tty" and tty alias.
9225
10fac096
NW
92262005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9227
9228 * gdb.texinfo (Packets): Change description of 'D' packet to note
9229 that GDB does wait for a response.
9230
d1b6db76
NR
92312005-06-22 Nick Roberts <nickrob@snap.net.nz>
9232
9233 * gdb.texinfo (History) Rename "Command History".
9234 (Command History): Move node "Server Prefix" from section on
9235 Annotations here.
9236
29629dcf
NR
92372005-06-19 Nick Roberts <nickrob@snap.net.nz>
9238
9239 * gdb.texinfo (GDB/MI Stack Manipulation):
9240 Re-instate -stack-info-frame with example. Say that it gets
9241 info on selected frame, not current frame.
9242
397ca115
EZ
92432005-06-18 Eli Zaretskii <eliz@gnu.org>
9244
9245 * gdb.texinfo (Server): Clarify that `file' should be used before
9246 connecting to the server.
9247 (Files): Add an xref to the above description.
51274035
EZ
9248 (Output Formats): More detailed description of the `c' format.
9249 (Memory): List explicitly all the formats supported by `x'.
638ac427 9250 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 9251 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
9252 files. Add more indexing for solib-absolute-prefix and
9253 --with-sysroot.
76d17f34
EZ
9254 (Machine Code): Document possible problems with locations in
9255 shared libraries.
d416eeec
EZ
9256 (Backtrace): Document that free-standing environments do not need
9257 to have a `main' function.
397ca115 9258
74f6deaa
NR
92592005-06-18 Nick Roberts <nickrob@snap.net.nz>
9260
9261 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9262 -stack-info-frame.
9263
a9967aef
AC
92642005-06-07 Andrew Cagney <cagney@gnu.org>
9265
9266 * gdb.texinfo (Contributors): Note the original multi-arch
9267 contributors.
9268
e09f16f9
EZ
92692005-06-03 Eli Zaretskii <eliz@gnu.org>
9270
9271 * gdb.texinfo (Registers): Add index entries for the standard
9272 registers.
9273 (Frames): Add cross-reference from frame pointer description to
9274 the Registers node.
9275 (Annotations Overview): Fix the reference to GDB name.
9276
d87ba7ee
EZ
92772005-06-01 Eli Zaretskii <eliz@gnu.org>
9278
9279 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9280 can-use-hw-watchpoints.
9281
034dad6f
BR
92822005-05-28 Bob Rossi <bob@brasko.net>
9283
9284 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9285 the possible reasons why an exec async record would be returned to FE.
9286
ffed4509
AC
92872005-05-26 Andrew Cagney <cagney@gnu.org>
9288
9289 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9290 Andrew Cagney implemented the original GDB/MI.
9291
e22e55c9
OF
92922005-05-23 Orjan Friberg <orjanf@axis.com>
9293
9294 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9295 documentation. Add documentation for cris-mode.
9296
a78e13ce
EZ
92972005-05-20 Eli Zaretskii <eliz@gnu.org>
9298
9299 * gdb.texinfo (Numbers): Explain the example and make the wording
9300 more acurate.
9301
76ff342d
DJ
93022005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9303 Dennis Brueni <dennis@slickedit.com>
9304
9305 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9306 (GDB/MI Data Manipulation, GDB/MI Program Control)
9307 (GDB/MI Stack Manipulation): Update examples to include the fullname
9308 attribute in stack frames.
9309
119b882a
EZ
93102005-05-12 Eli Zaretskii <eliz@gnu.org>
9311
9312 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9313 do with other non-standard names of init files.
9314
6fc08d32
EZ
93152005-05-11 Eli Zaretskii <eliz@gnu.org>
9316
9317 * gdb.texinfo (Command Files): Move the description of the startup
9318 from here...
9319 (Startup): ...to this new subsection of the Invocation chapter.
9320 Rearrange the description of init files more logically and add a
9321 cross-reference to "Command Files". Document the special gdbinit
9322 name for CISCO 68k. Expand the description of what GDB does
9323 during startup.
9324 (History): Add index entry for HISTSIZE.
9325
a561754a
MK
93262005-05-02 Mark Kettenis <kettenis@gnu.org>
9327
9328 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9329
2eecc4ab
EZ
93302005-05-02 Eli Zaretskii <eliz@gnu.org>
9331
9332 * gdb.texinfo (SVR4 Process Information, The isatty call)
9333 (The system call): Don't use foo(N) notation for man pages and
9334 functions.
514c4d71 9335 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 9336
18999be5
EZ
93372005-04-27 Eli Zaretskii <eliz@gnu.org>
9338
9339 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9340 were optimized away.
9341
0abb7bc7
EZ
93422005-04-22 Eli Zaretskii <eliz@gnu.org>
9343
9344 * gdb.texinfo (Remote configuration): Document "set/show
9345 get-thread-local-storage-address". Add cross-reference to the
9346 description of the qGetTLSAddr packet.
9347 (General Query Packets): Mention "set remote
9348 get-thread-local-storage-address" and add a reference to its
9349 description.
9350
6f61acb1
NR
93512005-04-19 Nick Roberts <nickrob@snap.net.nz>
9352
9353 * gdb.texinfo (Backtrace): Describe 'bt full'.
9354
9d59903a
NR
93552005-04-17 Nick Roberts <nickrob@snap.net.nz>
9356
9357 * gdb.texinfo (Mode Options): Fix typo.
9358 (GDB/MI): Describe how to invoke GDB/MI.
9359
721c2651
EZ
93602005-04-16 Eli Zaretskii <eliz@gnu.org>
9361
9362 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 9363 references changed. Add description of "info udot".
721c2651
EZ
9364 (Files): Document "set/show stop-on-solib-events".
9365 (M32R/D): Document "set/show download-path", "set/show
9366 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
9367 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9368 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
9369 (Maintenance Commands): Improve indexing.
9370 (Target Commands): Document "set/show hash", "set/show debug
9371 monitor".
9372 (SVR4 Process Information): Document "info pidlist" and "info
9373 meminfo". Document "set/show procfs-tarce" and "set/show
9374 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9375 (Symbols, The Print Command with Objective-C): Improve indexing.
9376 (Objective-C): Add references to "info classes" and "info
9377 selectors".
c45da7e6
EZ
9378 (Debugging Output): Improve wording. Document "set/show debug
9379 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
9380 (Set Breaks): Add index entry for "hardware breakpoints".
9381 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9382 and "set/show usehardbreakpoints".
9383 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9384 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
9385 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9386 rdiromatzero", "set/show rdiheartbeat".
9387 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9388 "sds".
9389 (Embedded Processors): Document the "sim" command.
9390 (Remote): Document the "remote" command.
9391 (DJGPP Native): Document the "info serial" command.
9392 (Threads): Document "maint info sol-threads".
9393 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9394 (Set Breaks): Improve indexing.
9395 (Command Syntax): Add a reference to dont-repeat.
9396 (Define): Document "dont-repeat".
9397 (TUI Commands): Document "tabset".
9398 (WinCE): New subsection. Document "set/show remotedirectory",
9399 "set/show remoteupload", "set/show remoteaddhost".
721c2651 9400
14d6dd68
EZ
94012005-04-15 Eli Zaretskii <eliz@gnu.org>
9402
9403 * gdb.texinfo (Hurd Native): New subsection, documents
9404 Hurd-specific commands.
a64548ea 9405 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 9406 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
9407 (MIPS): Improve documentation of heuristic-fence-post. Document
9408 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9409 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9410 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 9411 (ARM): Document ARM-specific commands.
a64548ea
EZ
9412 (AVR): New section. Document "info io_registers".
9413 (CRIS): New section. Document "set/show cris-version" and
9414 "set/show cris-dwarf2-cfi".
9415 (HPPA): New section. Document "set/show debug hppa" and "maint
9416 print unwind".
a5adf40f 9417 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 9418 (Super-H): New section. Document the "regs" command.
721c2651 9419 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 9420
9c16f35a
EZ
94212005-04-09 Eli Zaretskii <eliz@gnu.org>
9422
9423 * gdb.texinfo (Print Settings): Document "set/show print
9424 pascal_static-members", "set print repeats", "show print
9425 null-stop". Improve indexing. Fix documentation of "set print
9426 union".
9427 (Pascal): New section.
9428 (Supported languages): Rename from "Support"; all references
9429 updated. Add a menu item for Pascal.
9430 (Numbers): Document "set radix.
9431 (Screen Size): Document "set/show pagination".
9432 (MIPS Embedded): Remove "set processor" documentation.
9433 (Remote configuration): Document "set/show X/P/Z-packet",
9434 "set/show read-aux-vector-packet", "set/show remote
9435 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9436 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9437 remotedebug", "set/show remotebreak", "set/show remotedevice",
9438 "set/show remotelogfile".
9439 (Auxiliary Vector): Add reference to the description of the
9440 read-aux-vector-packet setting.
9441 (Set Watchpoints): Add a cross-reference to "set remote
9442 hardware-breakpoint-limit".
9443 (General Query Packets): Add indexing of requests and
9444 cross-references to related commands in "Remote configuration".
9445 (File-I/O Overview, The system call): Fix wording and typos.
9446 (Thread Stops): Add index entries.
9447 (Continuing and Stepping): Document "show step-mode".
9448 (i386): New node. Document "set/show struct-convention".
9449 (Files): Document "show trust-readonly-sections".
9450 (Calling): Document "set/show unwindonsignal".
9451 (Messages/Warnings): Add index entries.
9452 (Maintenance Commands): Document "set/show watchdog".
9453 (Annotations Overview): Document "show annotate".
9454 (Set Watchpoints): Add index entries.
9455 (Symbols): Fix doc of case-sensitive.
9456 (ABI): Document "show coerce-float-to-double".
9457 (Convenience Vars, Help): Improve indexing.
9458 (Machine Code): Document "show disassembly-flavor".
9459 (Debugging C plus plus): Document "show overload-resolution".
9460 (Value History, Signaling): Add index entries.
9461
94622005-04-08 Eli Zaretskii <eliz@gnu.org>
9463
9464 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9465 (Processes): Fix wording.
9466 (History, List, Logging output, Define, Symbols, Print Settings):
9467 Improve indexing.
9468
a8f24a35
EZ
94692005-04-03 Eli Zaretskii <eliz@gnu.org>
9470
9471 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9472 redundant index entry for "target" command.
9473 (Backtrace): Add index entries.
9474 (Symbols, Fortran): Document the "set case-sensitive" command.
9475 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9476 (Print Settings): Add index entry for "set demangle-style".
9477 (Target Commands): Document "set download-write-size".
9478 (Debugging Output): Document "set exec-done-display".
9479
09d4efe1
EZ
94802005-04-02 Eli Zaretskii <eliz@gnu.org>
9481
9482 * gdb.texinfo (Files): Fix the name and documentation of
9483 add-shared-symbol-files. Document its alias assf. Update the
9484 list of OSs where GDB supports shared libraries. Fix markup.
9485 (Continuing and Stepping): Add reference to @var{location} in the
9486 text.
9487 (Dump/Restore Files): Fix reference to @{filename}.
9488 (Help): Fix wording.
9489 (Attach): Ditto.
9490 (Set Watchpoints): Ditto.
9491 (Backtrace): Remove redundant index entries. Improve index
9492 entries.
9493 (Delete Breaks): Fix wording.
9494 (Memory): Document the compare-sections command.
9495 (Memory Region Attributes): Improve wording.
9496 (Disabling): Improve wording.
9497 (Fortran): New subsection. Document the "info common" command.
9498 (Help): Document aliases "info copying" and "info warranty".
9499 (Caching Remote Data): New section. Document the "set/show
9500 remotecache" and "info dcache" commands.
9501 (Show): Fix wording of the documentation of the "set
9502 extension-language" command.
9503 (Signals): Add index entry for "info handle".
9504 (Memory Region Attributes): Fix punctuation.
9505 (Symbols): Change the arg name to "location" and refer to it in
9506 the text. Fix wording of "info types" doc.
9507 (Threads): Fix usage of @enumerate @item's.
9508 (Listing Tracepoints): Add index entry for "info tp".
9509 (Set Watchpoints): Add xref to "info break" description.
9510 (Macros): Add an index entry for "macro exp1". Document the
9511 "macro list" command.
9512 (Maintenance Commands): Document "flushregs", "maint agent",
9513 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9514 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9515 "maint print architecture", "maint print objfiles", "maint print
9516 statistics", "maint print type", "maint show-debug-regs", "maint
9517 space", "maint time", and "maint translate-address".
9518 (Connecting): Document the "monitor" command.
9519 (Annotations Overview): Describe the "set annotate" command.
9520
82f2d802
EZ
95212005-04-01 Eli Zaretskii <eliz@gnu.org>
9522
9523 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9524 Rearrange index entries and improve wording about support for
9525 hardware watchpoints.
9526
7d51c7de
BR
95272005-03-10 Bob Rossi <bob@brasko.net>
9528
9529 * gdb.texinfo: Update copyright
9530
68c71a2e
TR
95312005-02-09 Theodore A. Roth <troth@openavr.org>
9532
9533 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9534 error.
9535
701adfb0
PA
95362005-03-07 Joel Brobecker <brobecker@adacore.com>
9537
9538 * observer.texi (executable_changed): New observer.
9539
83761cbd
KB
95402005-02-03 Kevin Buettner <kevinb@redhat.com>
9541
9542 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9543
9f1c6395
MS
95442005-01-17 Michael Snyder <msnyder@redhat.com>
9545
9546 * gdb.texinfo: Fix spelling, infinte -> infinite.
9547
fbd1b305
MK
95482005-01-08 Mark Kettenis <kettenis@gnu.org>
9549
9550 * observer.texi (GDB Observers): Document "solib_loaded".
9551
3ace7edb
AC
95522005-01-07 Andrew Cagney <cagney@gnu.org>
9553
bec39cab
AC
9554 * configure.ac: Rename configure.in, require autoconf 2.59.
9555 * configure: Re-generate.
9556
3ace7edb
AC
9557 * configure.in: Replace configdirs with multiple references to
9558 AC_CONFIG_SUBDIRS.
9559 * configure: Re-generate.
5ae4183a 9560
53531fc1
AC
95612005-01-04 Andrew Cagney <cagney@gnu.org>
9562
9563 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9564 part of the version number.
9565
536ffdb7
MK
95662004-12-24 Mark Kettenis <kettenis@gnu.org>
9567
9568 * gdbint.texinfo (Algorithms): Remove description of
9569 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9570
e1aac25b
JB
95712004-12-07 Jim Blandy <jimb@redhat.com>
9572
9573 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9574 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9575 numbers.
9576
f47b1503
AS
95772004-12-07 Andreas Schwab <schwab@suse.de>
9578
9579 * gdb.texinfo (Mode Options): Document -l option.
9580
b6b8ece6
EZ
95812004-12-04 Eli Zaretskii <eliz@gnu.org>
9582
9583 * gdbint.texinfo (Algorithms): More accurate description of
9584 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9585 is not needed unless data-read and data-access watchpoints are
9586 supported. Add a description of how GDB checks whether the
9587 inferior stopped because a watchpoint was hit.
9588
01371747
EZ
95892004-11-23 Eli Zaretskii <eliz@gnu.org>
9590
9591 * gdb.texinfo (Files): Add cross-reference to description of
9592 -readnow command-line switch.
9593
2315ffec
RC
95942004-11-10 Randolph Chung <tausq@debian.org>
9595
9596 * gdb.texinfo: Document set/show backtrace past-entry commands.
9597 Rearrange index entries for set/show backtrace past-main.
9598
69065f5d
AC
95992004-11-10 Jon Beniston <jon@beniston.com>
9600
9601 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
9602 * gdb.texinfo (Remote Serial Protocol): Further describe
9603 binary transfer escaping mechanism .
69065f5d 9604
30e91e0b
RC
96052004-11-08 Randolph Chung <tausq@debian.org>
9606
9607 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9608 and "show debug infrun". Add index entries.
9609
60bf7e09
EZ
96102004-10-23 Eli Zaretskii <eliz@gnu.org>
9611
9612 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9613 "info proc" that are already implemented. Add index entries.
9614 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
9615 (Files): Add a tip for decreasing memory used for symtabs from
9616 shared libraries.
f018e82f
EZ
9617 (Starting): Fix whitespace; make "elaboration" stand out where it
9618 is first used, and add an index entry for the term.
f8568604
EZ
9619 (Calling): Expand and elaborate text. Add "print". Add the
9620 description of problems with weak aliases.
384ee23f 9621 (Core File Generation): New section.
60bf7e09 9622
d52fe014
AC
96232004-10-12 Andrew Cagney <cagney@gnu.org>
9624
9625 * gdbint.texinfo (Versions and Branches): New chapter.
9626 (Releasing GDB): Delete "Versions and Branches" section.
9627 (Top): Add "Versions and Branches".
9628
703663ab
EZ
96292004-10-08 Eli Zaretskii <eliz@gnu.org>
9630
9631 * gdb.texinfo (Editing, History): Add cross-references to the
9632 included Readline and History user documentation. Remove
9633 references to the symbol have-readline-appendices which is unused
9634 and undefined.
9635 (History): Fix indexing.
9636
ac77d04f
JJ
96372004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9638
9639 * gdbint.texinfo (target_stopped_data_address): Update to
9640 new prototype.
9641 (i386_stopped_data_address): Update prototype and description.
9642 (i386_stopped_by_watchpoint): New function and description.
9643
e07c999f
PH
96442004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9645
9646 * gdb.texinfo (Filenames): Add Ada suffixes.
9647 (Ada) New section.
9648
2e868123
AC
96492004-09-27 Andrew Cagney <cagney@gnu.org>
9650 Robert Picco <Robert.Picco@hp.com>
9651
9652 * gdb.texinfo (Packets): Document the "p" packet.
9653
02a57714
JM
96542004-09-21 Jason Molenda (jmolenda@apple.com)
9655
9656 * gdb.texinfo (Paths and Names of the Source Files): Document the
9657 meaning of values in the 'desc' field of a SO stab.
9658
ae038cb0
DJ
96592004-09-20 Daniel Jacobowitz <dan@debian.org>
9660
9661 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9662 max-cache-age" and "maint show dwarf2 max-cache-age".
9663
f7dc1244
EZ
96642004-09-16 Eli Zaretskii <eliz@gnu.org>
9665
9666 * gdb.texinfo (Set Breaks): Add index entry for setting
9667 breakpoints on overloaded C++ functions that are not members of
9668 any classes. Add an example and an index entry for setting
9669 breakpoints on all program functions.
9670 (Character Sets, Macros, Overlay Commands)
9671 (Non-debug DLL symbols, GDB/MI Output Syntax)
9672 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9673 Use "(@value{GDBP})" instead of a literal "(gdb)".
9674
f810308b
AC
96752004-09-12 Andrew Cagney <cagney@gnu.org>
9676
9677 * gdbint.texinfo (Native Debugging): Delete description of
9678 FILES_INFO_HOOK.
9679
15a661f3
PH
96802004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9681
5ae4183a
AS
9682 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9683 to hex_string_custom (not historically correct, but more
15a661f3
PH
9684 understandable, given the current code).
9685
f3219c75
AC
96862004-09-03 Andrew Cagney <cagney@gnu.org>
9687
9688 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9689
f3bb6704
JJ
96902004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9691
9692 * observer.texi (solib_unloaded): New observer.
9693
8d2c00cb
AC
96942004-08-24 Andrew Cagney <cagney@gnu.org>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Add missing
9697 comma.
9698
e7dc800a
MC
96992004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9700
9701 * (Using the Testsuite): build != host is supported,
9702 but some test scripts do not support build != host.
9703
73b03683
MK
97042004-08-14 Mark Kettenis <kettenis@gnu.org>
9705
9706 * gdbint.texinfo (Host Definition): Delete description of
9707 FCLOSE_PROVIDED and GETENV_PROVIDED.
9708
701adfb0
PA
97092004-08-11 Joel Brobecker <brobecker@gnat.com>
9710
9711 * gdbint.texinfo (Host Definition): Remove documentation for
9712 USE_O_NOCTTY, no longer used.
9713
c0ccb908
MK
97142004-08-05 Mark Kettenis <kettenis@chello.nl>
9715
9716 * gdbint.texinfo (Host Definition): Delete description of
9717 NO_SYS_FILE.
9718 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9719 PTRACE_FP_BUG.
9720
9c8dbfa9
AC
97212004-08-05 Andrew Cagney <cagney@gnu.org>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Delete
9724 reference to deprecated_read_fp.
9725
f42accbe
AC
97262004-08-02 Andrew Cagney <cagney@gnu.org>
9727
9728 * gdbint.texinfo (Target Architecture Definition): Delete
9729 description of DEPRECATED_REGISTER_BYTES.
9730
0b66e38c
EZ
97312004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9732
9733 * gdb.texinfo (Source Path): Document the new behavior of
9734 searching for the source files.
9735
15387254
EZ
97362004-07-17 Eli Zaretskii <eliz@gnu.org>
9737
9738 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9739 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9740 (Auto Display): Improve indexing.
9741
2c07db7a
AC
97422004-07-16 Andrew Cagney <cagney@gnu.org>
9743
9744 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9745 "-noasync".
9746
4644b6e3
EZ
97472004-07-09 Eli Zaretskii <eliz@gnu.org>
9748
9749 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9750 have the same prefix have only their prefix in the index.
9751
7561d450
MK
97522004-07-03 Mark Kettenis <kettenis@gnu.org>
9753
9754 * gdb.texinfo (BSD libkvm Interface): New node (section)
9755 (Native): Add it to the menu.
9756
67bebe79
MK
97572004-07-01 Mark Kettenis <kettenis@gnu.org>
9758
9759 * gdbint.texinfo (Target Architecture Definition): Remove
9760 PCC_SOL_BROKEN.
9761
1a6923e0
MK
97622004-06-24 Mark Kettenis <kettenis@gnu.org>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Remove
9765 SUN_FIXED_LBRAC_BUG.
9766
b435e160
AC
97672004-06-26 Andrew Cagney <cagney@gnu.org>
9768
9769 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9770
b5622e8d
AC
97712004-06-20 Andrew Cagney <cagney@gnu.org>
9772
9773 * gdbint.texinfo (Target Architecture Definition): Deprecate
9774 USE_STRUCT_CONVENTION.
9775
e0c07bf0
MC
97762004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9777
9778 gdb.texinfo (Bug Reporting): Mention session recording,
9779 with the script command or Emacs.
9780
782263ab
AC
97812004-06-18 Andrew Cagney <cagney@gnu.org>
9782
9783 * gdbint.texinfo (Target Architecture Definition): Deprecate
9784 FUNCTION_START_OFFSET.
9785
03727ca6
AC
97862004-06-14 Andrew Cagney <cagney@gnu.org>
9787
9788 Based on changes from Karl Berry.
9789 * gdb.texinfo: Do not use @sc in a direntry.
9790 * stabs.texinfo: Change @dircateogry to "Software development".
9791 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9792
97092415
AC
97932004-06-13 Andrew Cagney <cagney@gnu.org>
9794
9795 * gdbint.texinfo (Target Architecture Definition): Delete
9796 description of RETURN_VALUE_ON_STACK.
9797
1f6d4158
AC
97982004-06-09 Andrew Cagney <cagney@gnu.org>
9799
9800 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9801 deleted by previous patch.
9802
d966f0cb
AC
98032004-06-08 Andrew Cagney <cagney@gnu.org>
9804
9805 * gdbint.texinfo (Native Debugging): Delete documentation on
9806 ATTACH_DETACH.
9807
86fe4aaa
RC
98082004-06-06 Randolph Chung <tausq@debian.org>
9809
9810 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9811
d4b6d575
RC
98122004-06-06 Randolph Chung <tausq@debian.org>
9813
5ae4183a 9814 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
9815 the new push_dummy_call method signature. Describe the function
9816 argument.
9817
4e8b0763
JB
98182004-05-24 Joel Brobecker <brobecker@gnat.com>
9819
9820 * gdb.texinfo (Starting): Document new start command.
9821
59caf092
AC
98222004-05-21 Andrew Cagney <cagney@redhat.com>
9823
9824 * observer.texi (GDB Observers): Document "inferior_created".
9825
e4a2df64
AC
98262004-05-08 Andrew Cagney <cagney@redhat.com>
9827
e6b55ae2
AC
9828 * gdbint.texinfo (Target Architecture Definition): Delete
9829 description of DO_DEFERRED_STORES.
9830
28954179
AC
9831 * gdbint.texinfo (Target Architecture Definition): Delete
9832 references to DEPRECATED_FIX_CALL_DUMMY.
9833
434b87dd
AC
9834 * gdbint.texinfo (Target Architecture Definition): Delete
9835 description of DEPRECATED_CALL_DUMMY_WORDS,
9836 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9837
58d28df8
AC
9838 * gdbint.texinfo (Target Architecture Definition): Delete
9839 description of DEPRECATED_PUSH_DUMMY_FRAME.
9840
e4a2df64
AC
9841 * gdbint.texinfo (Target Architecture Definition): Delete
9842 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9843
2b4855ab
AC
98442004-05-07 Andrew Cagney <cagney@redhat.com>
9845
9846 * observer.texi (GDB Observers): Add "Debugging" section. Include
9847 cross reference to "set/show debug observer".
9848 * gdb.texinfo (Debugging Output): Document "set/show debug
9849 observer".
9850
fcf70625
AC
98512004-05-01 Andrew Cagney <cagney@redhat.com>
9852
9853 * gdbint.texinfo (Target Architecture Definition): Delete
9854 description of DEPRECATED_PC_IN_SIGTRAMP.
9855
8ee56bcf
AC
98562004-04-30 Andrew Cagney <cagney@redhat.com>
9857
9858 * gdbint.texinfo (Target Architecture Definition): Delete
9859 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9860
67ab9a76
OF
98612004-04-30 Orjan Friberg <orjanf@axis.com>
9862
9863 * observer.texi (GDB Observers): Correct spelling.
9864
79346bcb
OF
98652004-04-26 Orjan Friberg <orjanf@axis.com>
9866
9867 * observer.texi (GDB Observers): Add target_changed event.
9868
7a464420
AC
98692004-04-08 Andrew Cagney <cagney@redhat.com>
9870
9871 * observer.texi (GDB Observers): Rework, provide generic observer
9872 definitions and then a list of observable events.
9873
6cdf9d98
AC
98742004-04-04 Andrew Cagney <cagney@redhat.com>
9875
9876 * gdbint.texinfo (Host Definition): Delete reference to
9877 NO_SIGINTERRUPT.
9878
ddc135a4
AC
98792004-04-02 Andrew Cagney <cagney@redhat.com>
9880
9881 * gdbint.texinfo (Target Architecture Definition): Delete
9882 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9883
6a1b180d
SC
98842004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9885
9886 * gdb.texinfo (TUI Commands): Document tui reg commands.
9887
d0d5df6f
AC
98882004-03-26 Andrew Cagney <cagney@redhat.com>
9889
9890 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9891 "gdbtui".
9892 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9893 (Contributors): Mention both Text and Terminal User Interface.
9894
aa2a3f87
AC
98952004-03-23 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdbint.texinfo (Target Architecture Definition): Deprecate
9898 references to SIGTRAMP_START and SIGTRAMP_END.
9899
f561f026
AC
99002004-03-23 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Deprecate
9903 references to PC_IN_SIGTRAMP.
9904
33cb8b0f
AC
99052004-03-19 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdbint.texinfo (Target Architecture Definition): Delete
9908 reference to GDB_TARGET_IS_HPPA.
9909
fc989b7a
AC
99102004-03-18 Andrew Cagney <cagney@redhat.com>
9911
9912 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9913 describe pre_init and post_init.
9914
701b08bb
DJ
99152004-03-09 Daniel Jacobowitz <drow@mvista.com>
9916
9917 * gdb.texinfo (Debugging Output): Document values for "set debug
9918 target".
9919
faae5abe
AC
99202004-02-28 Andrew Cagney <cagney@redhat.com>
9921
9922 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9923
dd79a6cf
JJ
99242004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9925
9926 * gdb.texinfo (breakpoints): Add information about the
9927 new "set breakpoint pending" and "show breakpoint pending"
9928 commands.
9929
e7f16015
AC
99302004-02-26 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9933 in Per-architecture module data section.
9934
7161a3a6
RM
99352004-02-25 Roland McGrath <roland@redhat.com>
9936
9937 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9938
2154891a
AC
99392004-02-24 Andrew Cagney <cagney@redhat.com>
9940
9941 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9942 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9943 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 9944
6c74ac8b
AC
99452004-02-17 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9948
19772a2c
AC
99492004-02-16 Andrew Cagney <cagney@redhat.com>
9950
9951 * gdbint.texinfo (Target Architecture Definition): Deprecate
9952 FRAMELESS_FUNCTION_INVOCATION.
9953
c9830293
AC
99542004-02-16 Andrew Cagney <cagney@redhat.com>
9955
9956 * gdbint.texinfo (Coding): Mention -Wunused-function.
9957
b9d26eb9
AC
99582004-02-14 Andrew Cagney <cagney@redhat.com>
9959
9960 * gdbint.texinfo (Target Architecture Definition): Delete
9961 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9962
49efadf5
EZ
99632004-02-12 Elena Zannoni <ezannoni@redhat.com>
9964
9965 * gdb.texinfo: Properly quote the name "C++".
9966 * gdbint.texinfo: Ditto.
9967 * stabs.texinfo: Ditto.
9968
1eb288ea
EZ
99692004-02-11 Elena Zannoni <ezannoni@redhat.com>
9970
9971 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9972 minimal information about libiberty.
9973
e4937fc1
MC
99742004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9975
9976 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9977
a9331b3f
RM
99782004-02-04 Roland McGrath <roland@redhat.com>
9979
9980 * gdb.texinfo (Auxiliary Vector): New node (section).
9981 (Data): Add it to the menu.
9982
2650777c
JJ
99832004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9984
9985 * gdb.texinfo (Breakpoints): Add information about pending
9986 breakpoint support.
9987
b4501125
AC
99882004-01-26 Andrew Cagney <cagney@redhat.com>
9989
9990 * gdb.texinfo (Overview): Delete references to the cisco protocol
9991 including the "N" response.
9992
74055713
AC
99932004-01-26 Andrew Cagney <cagney@redhat.com>
9994
9995 * gdbint.texinfo (Target Architecture Definition): Rename
9996 EXTRACT_STRUCT_VALUE_ADDRESS to
9997 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 9998
3bbe9696
EZ
99992004-01-24 Eli Zaretskii <eliz@gnu.org>
10000
10001 * gdb.texinfo (KOD): Document "show os". Add index entries for
10002 "set/show os" and "info cisco" commands.
10003
5843504f
EZ
100042004-01-21 Eli Zaretskii <eliz@gnu.org>
10005
10006 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10007
9175c9a3
MC
100082004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10009
10010 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10011 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10012
8e94b928
NR
100132004-01-19 Nick Roberts <nick@nick.uklinux.net>
10014
10015 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10016 -stack-list-locals.
10017 (GDB/MI Variable Objects): Describe extension to
10018 -var-list-children.
10019
a20cf136
DJ
100202004-01-17 Daniel Jacobowitz <drow@mvista.com>
10021
10022 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10023
afb18d0f
AC
100242004-01-17 Andrew Cagney <cagney@redhat.com>
10025
10026 * gdbint.texinfo (Target Architecture Definition): Delete
10027 documentation on DEPRECATED_NPC_REGNUM.
10028
b51970ac
DJ
100292004-01-13 Daniel Jacobowitz <drow@mvista.com>
10030
10031 * gdb.texinfo: Update copyright year. Mention that set
10032 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10033 "set follow-fork-mode ask".
10034
0f0cffd2
AC
100352004-01-13 Andrew Cagney <cagney@redhat.com>
10036
10037 * gdbint.texinfo: Update copyright year.
10038 (Coding): Add -Wunused-label to list of -Werror warnings.
10039
c552b3bb 100402004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 10041 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
10042
10043 * gdb.texinfo: Update copyright.
10044 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10045 around names, as appropriate. Minor syntax cleanup of
10046 _NSPrintForDebugger explanation. Two spaces after periods.
10047 GDBN used instead of lit. "gdb". Index entries added for
10048 print-object and _NSPrintForDebugger. @noindent added in one spot.
10049
afe157ca
EZ
100502003-11-11 Elena Zannoni <ezannoni@redhat.com>
10051
10052 * stabs.texinfo: Add dircategory and direntry commands.
10053 * annotate.texinfo: Ditto.
10054
963e2bb7
AC
100552003-11-10 Andrew Cagney <cagney@redhat.com>
10056
10057 * gdbint.texinfo (Target Architecture Definition): Replace the
10058 return_value method's "inval" and "outval" parameters with
10059 "readbuf" and "writebuf".
10060
1d8b2f28
JB
100612003-10-28 Jim Blandy <jimb@redhat.com>
10062
10063 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10064 from "The `F' request packet" and "The `F' reply packet", to make
10065 texi2dvi happy.
10066 (File-I/O remote protocol extension): Update menu entries, too.
10067
36d86913
MC
100682003-10-26 Michael Chastain <mec@shout.net>
10069
10070 * gdb.texinfo (Thread Stops): Document the issue with
10071 premature return from system calls in multi-threaded programs.
10072
ce2826aa
AC
100732003-10-24 Andrew Cagney <cagney@redhat.com>
10074
10075 * annotate.texinfo: Fix "fortunatly"[sic].
10076
f24c5e49
KI
100772003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10078
10079 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10080 with "Hitachi" and "Mitsubishi".
10081
92ad9cd9
AC
100822003-10-20 Andrew Cagney <cagney@redhat.com>
10083
10084 * gdbint.texinfo (Target Architecture Definition): Document
10085 gdbarch_return_value. Add cross references from
10086 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10087 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10088
0ab4b752
MK
100892003-10-18 Mark Kettenis <kettenis@gnu.org>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Document
10092 regset_from_core_section.
fb3e19c0
KI
10093
100942003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10095
10096 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10097
a9331b3f 100982003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
10099
10100 From Anthony Green <green@redhat.com>:
5ae4183a 10101 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 10102
1485d690
KB
101032003-10-14 Kevin Buettner <kevinb@redhat.com>
10104
889bf7c5
PA
10105 * gdb.texinfo (Breakpoint related warnings): New node.
10106 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 10107
86d30acc
DJ
101082003-10-13 Daniel Jacobowitz <drow@mvista.com>
10109
10110 * gdb.texinfo (Remote Protocol): Document v and vCont.
10111
172c2a43
KI
101122003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10113
10114 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10115 * gdbint.texinfo: Ditto.
10116
71952f4c
AC
101172003-10-09 Andrew Cagney <cagney@redhat.com>
10118
10119 From 2003-09-18 David Anderson <davea@sgi.com>:
10120 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10121 "command".
10122
268e2188
AC
101232003-10-03 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Deprecate
10126 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10127 just target.
10128
12c266ea 101292003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 10130
f30992d4 10131 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
10132 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10133 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10134 * gdbint.texinfo (Target Architecture Definition): Rename
10135
101362003-09-30 Andrew Cagney <cagney@redhat.com>
10137
f30992d4 10138 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 10139 (Target Architecture Definition):
f30992d4 10140
2e092625
AC
10141 * gdbint.texinfo (Target Architecture Definition): Rename
10142 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10143
0717ae8a
AC
101442003-09-29 Andrew Cagney <cagney@redhat.com>
10145
dad809b7
AC
10146 * gdbint.texinfo (Target Architecture Definition): Delete
10147 documentation for NEED_TEXT_START_END.
10148
0717ae8a
AC
10149 * gdbint.texinfo (Target Architecture Definition): Rename
10150 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10151 TARGET_WRITE_PC.
a9331b3f 10152
af6cf26d
MC
101532003-09-22 Michael Chastain <mec@shout.net>
10154
10155 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10156
ee206350
AG
101572003-09-21 Anthony Green <green@redhat.com>
10158
10159 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10160
a38c9fe6
MK
101612003-09-21 Mark Kettenis <kettenis@gnu.org>
10162
10163 * gdbint.texinfo (Target Architecture Definition): Document
10164 stabs_argument_has_addr.
10165
77949794
AC
101662003-09-18 Andrew Cagney <cagney@redhat.com>
10167
10168 * gdbint.texinfo (Target Architecture Definition): Delete
10169 documentation on REGISTER_NAMES.
10170
8e823e25
MK
101712003-09-13 Mark Kettenis <kettenis@gnu.org>
10172
10173 * gdbint.texinfo (Target Architecture Definition): Replace
10174 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10175
f27dd7fd
AC
101762003-09-11 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbint.texinfo (Target Architecture Definition): Replace
10179 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10180
8b148df9
AC
101812003-08-18 Andrew Cagney <cagney@redhat.com>
10182
10183 * gdbint.texinfo (Target Architecture Definition): Document
10184 "frame_red_zone_size".
10185
25d29d70
AC
101862003-08-09 Andrew Cagney <cagney@redhat.com>
10187
10188 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10189 with "set/show backtrace past-main" and "set/show backtrace
10190 limit".
10191
c938e9b0
L
101922003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10193
10194 * Makefile.in (install-info): Support DESTDIR.
10195 (install-html): Likewise.
10196
64fabec2
AC
101972003-08-07 Andrew Cagney <cagney@redhat.com>
10198
10199 Patch from Nick Roberts.
10200 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10201 bindings. Remove description of send-gdb-command.
10202
2fcf52f0
AC
102032003-08-07 Andrew Cagney <cagney@redhat.com>
10204
10205 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10206 GDB 6.0.
10207
086432e2
AC
102082003-08-06 Andrew Cagney <cagney@redhat.com>
10209
10210 * gdb.texinfo (Mode Options): Mention that level three is the
10211 highest available and that level 2 is deprecated.
10212 (Annotations Overview): Mention annotation levels. Cross reference
10213 to "Limitations of the Annotation Interface" in annotate.texi.
10214 (TODO, Value Annotations, Frame Annotations): Delete section.
10215 (Displays, Breakpoint Info): Delete.
10216
e5249f67
AC
102172003-08-04 Andrew Cagney <cagney@redhat.com>
10218
10219 * agentexpr.texi: Delete @bye.
10220 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10221 (stabs.info): Add $(srcdir) to include search path.
10222 (html): Depend on "annotate_toc.html", and not "annotate.html".
10223 * stabs.texinfo: Ditto. Include "fdl.texi".
10224 * gdbint.texinfo: Update copyright statement's list of invariant
10225 sections.
10226
e6f672d2
AC
102272003-07-28 Andrew Cagney <cagney@redhat.com>
10228
10229 * Makefile.in (INFO_DEPS): Add annotate.info.
10230 (dvi, ps, html, pdf): Add annotate.
10231 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10232 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10233 (ANNOTATE_DOC_FILES): New macro.
10234 (ANNOTATE_TEX_TMPS): New macro.
10235 (annotate.info, annotate_toc.html): Specify dependencies.
10236 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10237 * annotate.texinfo: Rename annotate.texi. Get building. Add
10238 "Migrating to GDB/MI" and "Limitations of the Annotation
10239 Interface" chapters. Mention why it is not part of the user
10240 guide. Update copyright notice. Include "fdl.texi".
10241
72ffddc9
SC
102422003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10243
10244 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10245
a9f12a31
DJ
102462003-07-24 Daniel Jacobowitz <drow@mvista.com>
10247
10248 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10249
b1fe9455
DJ
102502003-07-24 Daniel Jacobowitz <drow@mvista.com>
10251
10252 * gdb.texinfo (Server): Mention pidof.
10253
153721e6
AC
102542003-07-22 Andrew Cagney <cagney@redhat.com>
10255
10256 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10257 list.
10258
0fac0b41
DJ
102592003-06-28 Daniel Jacobowitz <drow@mvista.com>
10260
10261 * gdb.texinfo (Logging output): New chapter.
10262
4e562065
JB
102632003-06-24 Joel Brobecker <brobecker@gnat.com>
10264
10265 * gdb.texinfo (Unsupported languages): New section.
10266 (Languages): Add link to new section.
10267
f2c06f52
AC
102682003-06-22 Andrew Cagney <cagney@redhat.com>
10269
10270 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10271
b4177fca
DJ
102722003-06-22 Daniel Jacobowitz <drow@mvista.com>
10273
10274 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10275
f418dd93
DJ
102762003-06-22 Daniel Jacobowitz <drow@mvista.com>
10277
10278 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10279 * agentexpr.texi: Retitle section, and change it to an appendix.
10280 Comment out texinfo initialization. Factor a @var{} into two
10281 pieces to prevent makeinfo warnings.
10282 * gdb.texinfo: Add Agent Expressions appendix.
10283
4ca61388
DJ
102842003-06-19 Daniel Jacobowitz <drow@mvista.com>
10285
10286 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10287
07f31aa6
DJ
102882003-06-18 Daniel Jacobowitz <drow@mvista.com>
10289
5ae4183a 10290 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
10291 remote target". Document the "detach" and "disconnect" commands.
10292 (Server, Netware, Debug Session): Reference "Connecting to a
10293 remote target".
10294 (GDB/MI Target Manipulation): Document "-target-disconnect".
10295
2dd0da42
AC
102962003-06-13 Andrew Cagney <cagney@redhat.com>
10297
10298 * gdbint.texinfo (Target Architecture Definition): Deprecate
10299 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10300 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10301
e7a3abfc
JB
103022003-06-09 Jim Blandy <jimb@redhat.com>
10303
10304 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10305
25e3a86b
AC
103062003-06-08 Andrew Cagney <cagney@redhat.com>
10307
10308 * gdbint.texinfo (Target Architecture Definition): Delete
10309 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10310
a9e5fdc2
AC
103112003-06-08 Andrew Cagney <cagney@redhat.com>
10312
10313 * gdbint.texinfo (Target Architecture Definition): Document
10314 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10315
b37303ee
AF
103162003-06-07 Adam Fedor <fedor@gnu.org>
10317
10318 * gdb.texinfo: Add Objective-C documentation.
10319
39fe6e80
AC
103202003-06-01 Andrew Cagney <cagney@redhat.com>
10321
10322 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10323 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10324
125309b2
AC
103252003-05-21 Andrew Cagney <cagney@redhat.com>
10326
10327 * gdbint.texinfo (Target Architecture Definition): Delete
10328 references to "extract_address" and "store_address".
10329
b8b527c5
AC
103302003-05-16 Andrew Cagney <cagney@redhat.com>
10331
10332 * gdbint.texinfo (Target Architecture Definition): Replace
10333 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10334 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10335
50e3ee83
TR
103362003-05-14 Theodore A. Roth <troth@openavr.org>
10337
10338 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10339
44e2be90
L
103402003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10341
10342 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10343 (gdb.dvi): Likewise.
10344 (gdb.pdf): Likewise.
10345 (links2roff): Likewise.
10346
df5215a6
JB
103472003-05-08 Jim Blandy <jimb@redhat.com>
10348
10349 * gdb.texinfo (Dump/Restore Files): Update documentation for
10350 'dump', 'append', and 'restore': note that format argument is
10351 optional; simplify presentation of the command variants; and be
10352 more precise about the formats.
10353
5e7b2f39
JB
103542003-05-07 Jim Blandy <jimb@redhat.com>
10355
10356 * gdb.texinfo (Symbols): Update documentation: 'maint list
10357 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10358 symtabs' and 'maint info psymtabs'.
10359
b1e29e33
AC
103602003-05-05 Andrew Cagney <cagney@redhat.com>
10361
10362 * gdbint.texinfo (Target Architecture Definition): Make
10363 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10364 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10365 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10366
00905d52
AC
103672003-05-04 Andrew Cagney <cagney@redhat.com>
10368
10369 * gdb.texinfo (Maintenance Commands): Document "maint print
10370 dummy-frames".
10371
54ff5908
AC
103722003-05-04 Andrew Cagney <cagney@redhat.com>
10373
10374 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10375
32e7087d
JB
103762003-05-03 J. Brobecker <brobecker@gnat.com>
10377
10378 Thierry Schneider <tpschneider1@yahoo.com>
10379 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10380 for new MI command.
10381
7043d8dc
AC
103822003-05-03 Andrew Cagney <cagney@redhat.com>
10383
10384 * gdbint.texinfo (Target Architecture Definition): Document
10385 push_dummy_code. Add cross references.
10386
e33d66ec
EZ
103872003-05-02 Elena Zannoni <ezannoni@redhat.com>
10388
10389 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10390 set/show charsets commands.
10391
0ba6dca9
AC
103922003-04-28 Andrew Cagney <cagney@redhat.com>
10393
10394 * gdbint.texinfo (Target Architecture Definition): Replace
10395 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10396 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10397
d7a27068
AC
103982003-04-28 Andrew Cagney <cagney@redhat.com>
10399
10400 * gdbint.texinfo (Target Architecture Definition): Rename
10401 "tm_print_insn" to "deprecated_tm_print_insn".
10402
44ea7b70
JB
104032003-04-09 Jim Blandy <jimb@redhat.com>
10404
10405 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10406 list psymtabs'.
10407
fb8f8949
AC
104082003-04-08 Andrew Cagney <cagney@redhat.com>
10409
10410 * gdbint.texinfo (Target Architecture Definition): Delete
10411 references to EXTRA_FRAME_INFO.
10412
32fb0f22
AC
104132003-04-08 Andrew Cagney <cagney@redhat.com>
10414
10415 * gdbint.texinfo (Target Architecture Definition): Delete
10416 PRINT_TYPELESS_INTEGER.
10417
6be67e67
JB
104182003-04-02 J. Brobecker <brobecker@gnat.com>
10419
10420 * observer.texi (GDB Observers): Adjust the documentation for the
10421 normal_stop notification to better describe reality. Fix a couple
10422 of minor typos.
10423
4e35d5f0
BR
104242003-04-02 Bob Rossi <bob_rossi@cox.net>
10425
a9331b3f 10426 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
10427 '-file-list-exec-source-file'
10428
e8a8712a
AC
104292003-03-31 Andrew Cagney <cagney@redhat.com>
10430
10431 * gdbint.texinfo (Target Architecture Definition): Delete
10432 references to CALL_DUMMY_P.
10433
6c0e89ed
AC
104342003-03-30 Andrew Cagney <cagney@redhat.com>
10435
10436 * gdbint.texinfo (Target Architecture Definition): Remove
10437 reference to TARGET_WRITE_SP.
a9331b3f 10438
378bfd1b
AC
104392003-03-27 Andrew Cagney <cagney@redhat.com>
10440
10441 * gdbint.texinfo (Target Architecture Definition): Remove
10442 references to write_sp.
6c0e89ed 10443
922fbb7b
AC
104442003-03-27 Andrew Cagney <cagney@redhat.com>
10445
10446 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10447 chapter body. Use @smallexample instead of @example.
10448 (Annotations): Ditto.
10449 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10450 annotate.texi.
10451
b81774d8
AC
104522003-03-26 Andrew Cagney <cagney@redhat.com>
10453
10454 * gdbint.texinfo (Target Architecture Definition): Replace
10455 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10456 dummy_addr parameters.
10457
1bf6d5cc
AC
104582003-03-25 Andrew Cagney <cagney@redhat.com>
10459
10460 * gdbint.texinfo (Target Architecture Definition): Delete
10461 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10462 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10463 Add reference to PUSH_ARGUMENTS.
10464
618ce49f
AC
104652003-03-23 Andrew Cagney <cagney@redhat.com>
10466
10467 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10468 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10469
bcd7e15f
JB
104702003-03-18 J. Brobecker <brobecker@gnat.com>
10471
10472 * gdbint.texinfo (Algorithms): Add new section describing the
10473 Observer paradigm.
10474 (Top): Add menu entry to new observer appendix.
10475 * observer.texi: New file.
10476 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10477 new observer.texi file.
10478
9fe8321b
AC
104792003-03-17 Andrew Cagney <cagney@redhat.com>
10480
10481 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10482 that GNU Press update the manual version number.
10483
ac2adee5
AC
104842003-03-12 Andrew Cagney <cagney@redhat.com>
10485
10486 * gdbint.texinfo (Target Architecture Definition): Delete
10487 references to get_saved_register. Rename GET_SAVED_REGISTER to
10488 DEPRECATED_GET_SAVED_REGISTER.
10489
749b82f6
AC
104902003-03-13 Andrew Cagney <cagney@redhat.com>
10491
10492 * gdbint.texinfo (Target Architecture Definition): Replace
10493 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10494
8bedc050
AC
104952003-03-12 Andrew Cagney <cagney@redhat.com>
10496
10497 * gdbint.texinfo (Target Architecture Definition): Rename
10498 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 10499
0ce1b118
CV
105002003-03-10 Corinna Vinschen <vinschen@redhat.com>
10501
10502 * gdb.texinfo: Add File-I/O documentation.
10503
12cc2063
AC
105042003-03-10 Andrew Cagney <cagney@redhat.com>
10505
10506 * gdbint.texinfo (Target Architecture Definition): Cross reference
10507 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10508
7453dc06
AC
105092003-03-07 Andrew Cagney <cagney@redhat.com>
10510
10511 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10512 frame" command.
10513
6314f104
AC
105142003-03-05 Andrew Cagney <cagney@redhat.com>
10515
10516 * gdbint.texinfo (Target Architecture Definition): Document
10517 unwind_dummy_id. Cross reference unwind_dummy_id and
10518 SAVE_DUMMY_FRAME_TOS.
10519
f1212245
DJ
105202003-03-05 James Ingham <jingham@apple.com>
10521 Daniel Jacobowitz <drow@mvista.com>
10522
10523 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10524 and "show cp-abi".
10525
77e7e267
AC
105262003-03-03 Andrew Cagney <cagney@redhat.com>
10527
10528 * gdbint.texinfo (Target Architecture Definition): Document
10529 register_type.
10530
838a8221
AC
105312003-03-03 Andrew Cagney <cagney@redhat.com>
10532
10533 * stabs.texinfo (Structures): Use @samp and separate @var's
10534 instead of a single @var containing a comma separated list.
10535 (Unions): Ditto.
10536
d7f4a264
DJ
105372003-03-02 Daniel Jacobowitz <drow@mvista.com>
10538
10539 * Makefile.in (distclean): Remove config.log.
10540
f30ee0bc
AC
105412003-03-01 Andrew Cagney <cagney@redhat.com>
10542
10543 * gdbint.texinfo (Target Architecture Definition): Rename
10544 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10545
105462003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
10547
10548 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10549 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10550
be448670
CF
105512003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10552
10553 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10554 (Non-debug DLL symbols): New node, describing the minimal symbols
10555 loaded from DLLs without real debugging symbols.
10556
501eef12
AC
105572003-02-20 Andrew Cagney <ac131313@redhat.com>
10558
10559 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10560 hardware-breakpoint-limit".
10561 (Set Watchpoints): Add cross reference to "set remote
10562 hardware-watchpoint-limit".
10563 (Remote configuration options): New section.
10564
21c294e6
AC
105652003-02-04 Andrew Cagney <ac131313@redhat.com>
10566
e9be73e4
AC
10567 * gdbint.texinfo (Target Architecture Definition): Delete
10568 descrption of IS_TRAPPED_INTERNALVAR.
10569
21c294e6
AC
10570 From Keith Seitz <keiths@redhat.com>:
10571 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10572 option "-i"/"--interpreter" to this chapter. Include index
10573 entries.
10574
0179ffac
DC
105752003-02-04 David Carlton <carlton@math.stanford.edu>
10576
10577 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10578 (Variables): Recommend stabs+ and DWARF 2.
10579 (C plus plus expressions): Correct info about
10580 compiler versions, debug formats.
10581 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10582 PR symtab/874.
10583
7ca9f392
AC
105842003-02-01 Andrew Cagney <ac131313@redhat.com>
10585
10586 * gdbint.texinfo (Target Architecture Definition): Delete
10587 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10588 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10589 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10590 references to nindy and i960.
10591 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10592
31a85ea2
AC
105932003-02-01 Andrew Cagney <ac131313@redhat.com>
10594
10595 * gdbint.texinfo (Target Architecture Definition): Delete
10596 FLOAT_INFO.
10597
6b894e49
AC
105982003-01-30 Andrew Cagney <ac131313@redhat.com>
10599
10600 * stabs.texinfo (Member Type Descriptor): Clarify description of
10601 `@'. Suggested by Ben Hutchings.
10602
c48861fb
AC
106032003-01-29 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdb.texinfo (M68K): Delete reference to es1800.
10606
617073a9
AC
106072003-01-29 Andrew Cagney <ac131313@redhat.com>
10608
10609 * gdb.texinfo (Maintenance Commands): Document `maint print
10610 reggroups' and `maint print register-groups'.
10611 * gdbint.texinfo (Target Architecture Definition): Document
10612 register_reggroup_p.
10613
5b5d99cf
JB
106142003-01-23 Jim Blandy <jimb@redhat.com>
10615
10616 * gdb.texinfo (Separate Debug Files): New section.
10617
e7ba9c65
DJ
106182003-01-22 Daniel Jacobowitz <drow@mvista.com>
10619
10620 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10621 and "maint show profile".
10622
94e91d6d
MC
106232003-01-16 Michael Chastain <mec@shout.net>
10624
10625 * gdb.texinfo (Installing GDB): Warn against
10626 ".../gdb-VERSION/gdb/configure".
10627 (Separate Objdir): Likewise.
10628
867f3898
AC
106292003-01-15 Andrew Cagney <ac131313@redhat.com>
10630
10631 * gdbint.texinfo (Target Architecture Definition): Delete
10632 definition of PRINT_REGISTER_HOOK.
10633
f153cc92
EZ
106342003-01-15 Elena Zannoni <ezannoni@redhat.com>
10635
10636 (OpenRISC 1000): Fix formatting of command names.
10637
c60eb6f1
EZ
106382003-01-15 Elena Zannoni <ezannoni@redhat.com>
10639
10640 * gdb.texinfo (Continuing and Stepping): Add new command
10641 'advance'. Clarify behavior of 'until'.
10642
f5ebfba0
DJ
106432003-01-13 Daniel Jacobowitz <drow@mvista.com>
10644
10645 * gdb.texinfo (Files): Document solib-absolute-prefix and
10646 solib-search-path.
10647
4ce8657e
MC
106482003-01-09 Michael Chastain <mec@shout.net>
10649
10650 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10651 (Create a Release): Add new instructions for new @file{src-release}.
10652 Document existing instructions for @file{Makefile.in} as
10653 being for @value{GDBN} 5.3.1 or earlier.
10654
372613e3
AC
106552003-01-09 Andrew Cagney <ac131313@redhat.com>
10656
10657 * gdbint.texinfo (Target Architecture Definition): Mention
10658 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10659 allocate memory.
10660
b4e9345d
DJ
106612003-01-04 Daniel Jacobowitz <drow@mvista.com>
10662
10663 * gdb.texinfo (Controlling GDB): Add @kindex for
10664 "show osabi".
10665 (Backtraces): Add @kindex's for backtrace-below-main.
10666
98b45e30
DJ
106672003-01-04 Daniel Jacobowitz <drow@mvista.com>
10668
10669 * gdb.texinfo (Controlling GDB): Document "set osabi".
10670
95f90d25
DJ
106712003-01-04 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10674 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10675
1e698235
DJ
106762003-01-04 Daniel Jacobowitz <drow@mvista.com>
10677
10678 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10679 "set coerce-float-to-double".
10680 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10681
e632838e
AC
106822003-01-02 Andrew Cagney <ac131313@redhat.com>
10683
10684 * stabs.texinfo: Remove obsolete text.
10685 * gdbint.texinfo: Ditto.
10686 * gdb.texinfo: Ditto.
10687
701adfb0
PA
106882002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10689
10690 * fdl.texi: Revert the last change.
10691
c133ab7a
MK
106922002-12-22 Mark Kettenis <kettenis@gnu.org>
10693
10694 * gdbint.texinfo (Target Architecture Definition): Update
10695 description of gdbarch_register_osabi.
10696
f821f325
KH
106972002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10698
10699 * agentexpr.texi: Fix typos.
10700 * annotate.texi: Likewise.
10701 * fdl.texi: Likewise.
10702
85a6d8d3 107032002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
10704
10705 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10706 DEPRECATED_INIT_FRAME_PC.
10707
ae45cd16
AC
107082002-12-01 Andrew Cagney <ac131313@redhat.com>
10709
10710 * gdbint.texinfo (Target Architecture Definition): Delete
10711 PC_IN_CALL_DUMMY.
10712
07555a72
AC
107132002-11-28 Andrew Cagney <ac131313@redhat.com>
10714
10715 * gdbint.texinfo (Host Definition): Delete documentation on
10716 USE_GENERIC_DUMMY_FRAMES.
10717
c166cdc7
EZ
107182002-11-26 Elena Zannoni <ezannoni@redhat.com>
10719
5ae4183a 10720 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
10721 * Makefile.in (install-info): Run the install-info command as part
10722 of the post install steps only.
10723 (uninstall-info): New target.
10724 (uninstall): New target.
10725
35db0260
EZ
107262002-11-22 Elena Zannoni <ezannoni@redhat.com>
10727
10728 * Makefile.in (install): Make install do some real work.
10729
9ba8d803
AC
107302002-11-19 Andrew Cagney <ac131313@redhat.com>
10731
10732 Fix POSIX problem reported by Paul Eggert.
10733 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10734 Fix PR gdb/527.
10735
903ad3a6
AC
107362002-10-26 Andrew Cagney <cagney@redhat.com>
10737
10738 * gdbint.texinfo (Target Architecture Definition): Delete
10739 definition of DO_REGISTERS_INFO.
10740
f2abfe65
KB
107412002-10-18 Kevin Buettner <kevinb@redhat.com>
10742
10743 * gdbint.texinfo (Address Classes): Fix problems with insertion
10744 of ``{'' and ``}'' in example.
10745
b5b0480a
KB
107462002-10-17 Kevin Buettner <kevinb@redhat.com>
10747
10748 * gdbint.texinfo (Address Classes): New section.
10749 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10750 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10751 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10752 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10753
c85508ee
KD
107542002-10-11 Klee Dienes <kdienes@apple.com>
10755
10756 * gdb.texinfo (Registers): Mention vector registers as well as
10757 floating registers in the documentation for 'info registers' and
10758 'info all-registers'.
10759
6d12fc3d
DJ
107602002-10-11 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10763
8d19fbd2
JJ
107642002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10765
10766 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10767 interface definition.
10768
a37295f9
MM
107692002-10-03 Marko Mlinar <markom@opencores.org>
10770
10771 * gdb.texinfo (Target Commands): Add or1k target specific
10772 commands.
10773 * gdb.texinfo (Contributors): Add myself to the contributors list.
10774
da0f9dcd
AC
107752002-10-01 Andrew Cagney <ac131313@redhat.com>
10776
10777 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10778 and "mi1" instead of "mi1" and "mi0".
10779
2e834e49
HPN
107802002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10781
10782 * gdb.texinfo (Packets): Fix typos "alligned".
10783 Correct z3/Z3 description. Correct z4/Z4 title.
10784
050be0dc
AC
107852002-09-27 Andrew Cagney <ac131313@redhat.com>
10786
10787 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10788
1104b9e7
KB
107892002-09-25 Kevin Buettner <kevinb@redhat.com>
10790
10791 * gdb.texinfo: Use GNU/Linux instead of Linux.
10792
512217c7
AC
107932002-09-25 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10796
10998722
AC
107972002-09-24 Andrew Cagney <ac131313@redhat.com>
10798
512217c7 10799 * gdb.texinfo: Replace @example with @smallexample.
10998722 10800
a0eb71c5
KB
108012002-09-20 Kevin Buettner <kevinb@redhat.com>
10802
f7dc1244 10803 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
10804 * gdb.texinfo (Character Sets): Use @smallexample instead of
10805 @example. Use GNU/Linux instead of Linux.
10806
108072002-09-20 Jim Blandy <jimb@redhat.com>
10808
10809 * gdb.texinfo: Add character set documentation.
10810
701adfb0
PA
108112002-09-20 George Helffrich <george@gly.bris.ac.uk>
10812
10813 * gdb.texinfo: Document edit command.
10814
2f870471
AC
108152002-09-19 Andrew Cagney <ac131313@redhat.com>
10816
10817 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10818 (Packets): Add cross reference from `b' packet to `z' packets.
10819
790eb8f5
AC
108202002-09-19 Andrew Cagney <ac131313@redhat.com>
10821
8d30a00d
AC
10822 * gdb.texinfo (Maintenance Commands): Document ``maint
10823 internal-error'' and ``maint internal-warning''.
10824
790eb8f5
AC
10825 * gdbint.texinfo (Target Architecture Definition): Revise
10826 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10827
a23a7bf1
JB
108282002-09-19 Joel Brobecker <brobecker@gnat.com>
10829
10830 * gdbint.texinfo (Target Conditionals): Document the new
10831 NAME_OF_MALLOC macro.
10832
299ffc64
AC
108332002-09-05 Andrew Cagney <ac131313@redhat.com>
10834
10835 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10836 engineer.
10837
b7bb15bc
SC
108382002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10839
10840 * gdb.texinfo (TUI Overview): Document status line fields.
10841
3d757584
SC
108422002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10843
10844 * gdb.texinfo (TUI Commands): Document info win command.
10845
269c21fe
SC
108462002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10847
10848 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10849
7cf36c78
SC
108502002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10851
10852 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10853 (TUI Keys): Likewise.
10854
d2c6833e
AC
108552002-08-25 Andrew Cagney <ac131313@redhat.com>
10856
10857 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10858 for a packet receive.
10859
46d8b1c3
AC
108602002-08-25 Andrew Cagney <ac131313@redhat.com>
10861
10862 * Makefile.in (clean): Move to end of file.
10863 (distclean, maintainer-clean, realclean): Ditto.
10864 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10865 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10866 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10867 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10868
b0787093
AC
108692002-08-24 Andrew Cagney <ac131313@redhat.com>
10870
10871 * Makefile.in (GDBINT_TEX_TMPS): Define.
10872 (gdbint.dvi, gdbint.pdf): Use
10873 (GDB_TEX_TMPS): Define.
10874 (gdb.dvi, gdb.pdf): Use.
10875 (STABS_TEX_TMPS): Define.
10876 (stabs.dvi, stabs.pdf): Use.
10877 (GDB_DOC_SOURCE_INCLUDES): New macros.
10878 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10879 (GDBINT_DOC_FILES_INCLUDES): New macros.
10880 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10881 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10882 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10883 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10884 (links2roff): Replace SFILES_INCLUDED with
10885 GDB_DOC_SOURCE_INCLUDES.
10886 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10887 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10888 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10889 dependencies.
10890 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10891 dependencies.
10892 (gdbmi.texinfo): Delete rule.
10893 (inc-hist.texinfo): Delete rule.
10894 (rluser.texinfo): Delete rule.
10895
ebba8386
AC
108962002-08-23 Andrew Cagney <cagney@redhat.com>
10897
10898 * gdbint.texinfo (Target Architecture Definition): Update
10899 STORE_RETURN_VALUE, mention regcache.
10900
0ab7a791
AC
109012002-08-21 Andrew Cagney <ac131313@redhat.com>
10902
10903 * gdbint.texinfo (Target Architecture Definition): Document
10904 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10905
ee2d5c50
AC
109062002-08-19 Andrew Cagney <ac131313@redhat.com>
10907
10908 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10909 Fix minor typos. Add index entries.
10910
53c69bd7
AC
109112002-08-18 Andrew Cagney <ac131313@redhat.com>
10912
10913 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10914
e76f1f2e
AC
109152002-08-15 Andrew Cagney <ac131313@redhat.com>
10916
10917 * gdbint.texinfo (Target Architecture Definition): Document
10918 PRINT_VECTOR_INFO.
10919 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10920
0680b120
AC
109212002-08-13 Andrew Cagney <ac131313@redhat.com>
10922
10923 * gdb.texinfo (Maintenance Commands): Document "maint print
10924 registers", "maint print raw-registers" and "maint print
10925 cooked-registers".
10926
3c3bea1c
GS
109272002-08-08 Grace Sainsbury <graces@redhat.com>
10928
a9331b3f 10929 From Mark Salter:
3c3bea1c
GS
10930 * gdb.texinfo (Protocol): Document T packet extension to
10931 allow watchpoint address reporting.
10932
42f9b0a5
AC
109332002-08-03 Andrew Cagney <ac131313@redhat.com>
10934
10935 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10936
db034ac5
AC
109372002-08-01 Andrew Cagney <cagney@redhat.com>
10938
10939 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10940 to CHILL.
10941
e2b28d04
AC
109422002-08-01 Andrew Cagney <ac131313@redhat.com>
10943
10944 * gdbint.texinfo (Coding): Revise section "Include Files".
10945
7fb623f7
AC
109462002-07-24 Andrew Cagney <cagney@redhat.com>
10947
10948 * gdbint.texinfo: Obsolete references to m88k.
10949 * gdb.texinfo: Ditto.
10950
4a2b4636
JB
109512002-07-10 Joel Brobecker <brobecker@gnat.com>
10952
7fb623f7 10953 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
10954 where the proper version of autoconf can be retrieved.
10955
a71ec265
DH
109562002-07-09 Don Howard <dhoward@redhat.com>
10957
10958 * gdb.texinfo (Command Files): Further describe the behavior of
10959 sourced command files.
10960
b9aa90c9
AC
109612002-06-27 Andrew Cagney <ac131313@redhat.com>
10962
10963 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10964 (Coding): Clarify ISO C version that GDB assumes.
10965
40dd2248
TT
109662002-06-26 Tom Tromey <tromey@redhat.com>
10967
10968 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10969 add_setshow_cmd_full.
10970
bfac230e
DH
109712002-06-25 Don Howard <dhoward@redhat.com>
10972
10973 * gdb.texinfo (Memory Region Attributes): Document new behavior
10974 for 'mem' command.
10975
475b0867
JB
109762002-06-11 Jim Blandy <jimb@redhat.com>
10977
919d772c
JB
10978 * gdb.texinfo (Symbols): Update documentation for `info source'
10979 command.
10980
475b0867
JB
10981 * gdb.texinfo (Macros): Call the command `info macro', not
10982 `show macro'.
10983
ba8c9337
AC
109842002-06-09 Andrew Cagney <ac131313@redhat.com>
10985
10986 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10987 data''.
10988
1029b7fa
MK
109892002-06-09 Mark Kettenis <kettenis@gnu.org>
10990
10991 * gdbint.texinfo (Target Architecture Definition): Document
10992 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10993
16737d73
AC
109942002-06-08 Andrew Cagney <ac131313@redhat.com>
10995
10996 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10997 lists.
10998
30107679
AC
109992002-06-08 Andrew Cagney <ac131313@redhat.com>
11000
11001 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11002 Branch''.
11003
3352e23e
AC
110042002-06-01 Andrew Cagney <ac131313@redhat.com>
11005
11006 * gdbint.texinfo (Target Architecture Definition): Add section
11007 ``Converting an existing Target Architecture to Multi-arch''.
11008
cbb09e6a
AC
110092002-05-30 Andrew Cagney <ac131313@redhat.com>
11010
11011 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11012 to ``Obsoleting code''. Revise.
11013
701adfb0
PA
110142002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11015
11016 * gdbint.texinfo: Document new generic OS ABI framework.
11017
e2e0bcd1
JB
110182002-05-17 Jim Blandy <jimb@redhat.com>
11019
11020 * gdb.texinfo (C Preprocessor Macros): New chapter.
11021 Include it in the main menu.
11022 (Contributors): Credit Jim Blandy with macro support.
11023 (Compilation): Explain how to get macro information into the
11024 executable.
11025 (Expressions): Note that preprocessor macros are expanded.
11026
9db8d71f
DJ
110272002-05-14 Daniel Jacobowitz <drow@mvista.com>
11028
11029 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11030 options for `target remote'.
11031
6d531722
AC
110322002-05-13 Andrew Cagney <ac131313@redhat.com>
11033
11034 * gdbint.texinfo (Target Architecture Definition): Delete
11035 documentation on NNPC_REGNUM.
11036
13d01224
AC
110372002-05-11 Andrew Cagney <ac131313@redhat.com>
11038
11039 * gdbint.texinfo (Target Architecture Definition): Document
11040 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11041 (Target Architecture Definition): Revise section `Using Different
11042 Register and Memory Data Representations'. Add section `Raw and
11043 Virtual Register Representations'.
11044
b2e75d78
AC
110452002-05-11 Andrew Cagney <ac131313@redhat.com>
11046
11047 * gdbint.texinfo (Target Architecture Definition): Mention
11048 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11049 (Target Architecture Definition): Mention same. Add references to
11050 web pages.
11051
2c8682ee
MS
110522002-05-08 Michael Snyder <msnyder@redhat.com>
11053
11054 * stabs.texinfo (Attributes): Document new "vector" attribute.
11055
0816590b
AC
110562002-05-04 Andrew Cagney <ac131313@redhat.com>
11057
11058 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11059
2653173e
AC
110602002-05-04 Andrew Cagney <ac131313@redhat.com>
11061
11062 * gdb.texinfo: Delete obsolete references to a29k.
11063
d7bd68ca
AC
110642002-04-24 Andrew Cagney <ac131313@redhat.com>
11065
11066 * gdbint.texinfo (Target Architecture Definition): Replace
11067 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11068
21d83aa5
DM
110692002-04-24 David S. Miller <davem@redhat.com>
11070
11071 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11072
7673a6cc
DM
110732002-04-21 David S. Miller <davem@redhat.com>
11074
11075 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11076
d49d1e0a
AC
110772002-04-21 Andrew Cagney <ac131313@redhat.com>
11078
11079 * gdbint.texinfo (Target Architecture Definition): Delete
11080 definition of HAVE_REGISTER_WINDOWS.
11081
f7dc1244 110822002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
11083
11084 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11085 "Theodore A. Roth" <troth@verinet.com>.
11086
5ca0cb28
DH
110872002-04-15 Don Howard <dhoward@redhat.com>
11088
f7dc1244 11089 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 11090 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 11091 Provide a better explaination of this feature.
5ca0cb28 11092
f208ba17
AC
110932002-04-14 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Target Architecture Definition): Remove
11096 FRAME_CHAIN_COMBINE.
11097
d5ba91de
MC
110982002-04-12 Michael Chastain <mec@shout.net>
11099
11100 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11101 REG_STACK_SEGMENT.
11102
26818220
MC
111032002-04-09 Michael Chastain <mec@shout.net>
11104
11105 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11106 PYRAMID_* macros.
11107
129188f6
AC
111082002-04-07 Andrew Cagney <ac131313@redhat.com>
11109
11110 * gdb.texinfo (Bug Reporting): Document that the web is the
11111 prefered way of submitting bug reports.
11112 (Bug Reporting): Delete the s-mail address as the last resort.
11113
8227c0ff
AC
111142002-04-05 Andrew Cagney <ac131313@redhat.com>
11115
11116 * gdbint.texinfo (Target Architecture Definition): Delete
11117 references to TARGET_WRITE_FP and write_fp.
11118
16d9dec6
MS
111192002-03-27 Michael Snyder <msnyder@redhat.com>
11120
11121 * gdb.texinfo: Document new commands dump, append, and restore.
11122
9ae8b82c
AC
111232002-03-27 Andrew Cagney <ac131313@redhat.com>
11124
11125 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11126 Branch'.
11127
474c8240
AC
111282002-03-18 Andrew Cagney <ac131313@redhat.com>
11129
11130 * gdb.texinfo: Change all examples to @smallexample.
11131 * gdbint.texinfo: Ditto.
a9331b3f 11132
fb0ff88f
AC
111332002-03-18 Andrew Cagney <ac131313@redhat.com>
11134
11135 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11136 Branches''.
11137
9bb0a4d8
AC
111382002-03-18 Andrew Cagney <ac131313@redhat.com>
11139
11140 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11141 Policy''.
11142
937f164b
FF
111432002-03-04 Fred Fish <fnf@redhat.com>
11144
11145 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11146 expresson, suports, dependant, trhe, perhaphs, situtations,
11147 explictily, taged, oportunity, unfortunatly).
11148
a7b40f07
AC
111492002-02-24 Andrew Cagney <ac131313@redhat.com>
11150
11151 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11152 Remove reference to 3.12.
11153
701adfb0
PA
111542002-02-23 Paul Eggert <eggert@twinsun.com>
11155
11156 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11157 POSIX 1003.1-2001 no longer allows "head -1".
11158
aab4e0ec
AC
111592002-02-23 Andrew Cagney <ac131313@redhat.com>
11160
11161 * gdbint.texinfo: Include fdl.texi.
11162 (Top): Add GNU Free Documentation License.
11163 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11164 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11165 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11166 (gdbint.info): Add srcdir to include path.
11167 * gdb.texinfo: Include gpl.texi.
11168 (Top): Add Copying.
11169 * gpl.texi: New file.
11170
47b95330
AC
111712002-02-23 Andrew Cagney <ac131313@redhat.com>
11172
11173 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11174
78c47bea
PM
111752002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11176
11177 * gdb.texinfo: Document Cygwin native specific commands.
11178
56460a61
DJ
111792002-02-15 Daniel Jacobowitz <drow@mvista.com>
11180
11181 * gdb.texinfo: Document gdbserver ``--attach'' command.
11182
def71bfa
MS
111832002-02-07 Michael Snyder <msnyder@redhat.com>
11184
11185 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11186 to @code(_ovly_debug_event).
11187
c928edc0
AC
111882002-02-07 Andrew Cagney <ac131313@redhat.com>
11189
11190 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11191
81d46470
MS
111922002-02-06 Michael Snyder <msnyder@redhat.com>
11193
11194 * gdb.texinfo (overlays): Mention new magic symbol
11195 '_ovly_debug_event', which allows GDB to keep better track
11196 of overlays.
11197
701adfb0
PA
111982002-02-06 Richard Earnshaw <rearnsha@arm.com>
11199
11200 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11201 (PRINT_FLOAT_INFO): Document it.
11202
f7dc1244 112032002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
11204
11205 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11206 Suggested by Dmitry Sivachenko.
11207
11208 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11209
15110bc3
MS
112102002-02-01 Michael Snyder <msnyder@redhat.com>
11211
11212 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11213
6763aef9
MS
112142002-01-30 Michael Snyder <msnyder@redhat.com>
11215
ac282366
MS
11216 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11217 (set trust-readonly-sections): Document.
6763aef9 11218
8642bc8f
AC
112192002-01-29 Andrew Cagney <ac131313@redhat.com>
11220
11221 * gdbint.texinfo (Releasing GDB): Revise and update.
11222
afe64c1a
AC
112232002-01-28 Andrew Cagney <ac131313@redhat.com>
11224
11225 * gdbint.texinfo (Target Architecture Definition): Delete
11226 description of TARGET_BYTE_ORDER_DEFAULT.
11227
f7dc1244 112282002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
11229
11230 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11231 <mitya@cavia.pp.ru>.
11232
3d6e1b5a
AC
112332002-01-23 Andrew Cagney <ac131313@redhat.com>
11234
11235 * libgdb.texinfo: Delete file.
11236
6c0e9fb3
AC
112372002-01-22 Andrew Cagney <ac131313@redhat.com>
11238
11239 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11240 * gdbint.texinfo: Ditto.
11241
e0ce93ac
AC
11242Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11243
11244 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11245
be298bcc
AC
112462002-01-22 Andrew Cagney <ac131313@redhat.com>
11247
11248 * Makefile.in: Update copyright.
11249 (TEXI2DVI): Define.
11250 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11251 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11252 gdb-cfg.texi.
11253 (TEXINDEX, PDFTEX): Delete makefile variables.
11254
8e04817f
AC
112552002-01-22 Andrew Cagney <ac131313@redhat.com>
11256
11257 * gdb.texinfo (Protocol): Move section to appendix.
11258
6b2f586d
AC
112592002-01-21 Andrew Cagney <ac131313@redhat.com>
11260
11261 * gdb.texinfo (Remote Debugging): Create a menu.
11262 (Top): Add ``Remote Debugging'' to menu.
11263
6f05cf9f
AC
112642002-01-21 Andrew Cagney <ac131313@redhat.com>
11265
11266 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11267 serial protocol'' from here.
11268 (Remote Debugging): To here. New chapter.
11269
3fd3d7d2
AC
112702002-01-20 Andrew Cagney <ac131313@redhat.com>
11271
11272 * gdbint.texinfo (Target Architecture Definition): Delete
11273 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11274
7fd60527
AC
112752002-01-20 Andrew Cagney <ac131313@redhat.com>
11276
11277 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11278 are no longer needed.
11279 (Porting GDB): Add maintainer note about configure.host.
11280
c2f05ac9
AC
112812002-01-20 Andrew Cagney <ac131313@redhat.com>
11282
11283 * gdbint.texinfo (Target Architecture Definition): Remove
11284 definition of IEEE_FLOAT.
11285
f7dc1244 112862002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
11287
11288 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
11289 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11290 <3diff@gnu.org>
231b2aad 11291
82600034
AC
112922002-01-19 Andrew Cagney <ac131313@redhat.com>
11293
11294 * gdbint.texinfo (Host Definition): Remove references to
11295 MALLOC_INCOMPATIBLE.
11296
7708fa01
AC
112972002-01-17 Andrew Cagney <ac131313@redhat.com>
11298
11299 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11300 and xyz-xdep.o.
11301
eb12ee30
AC
113022002-01-17 Andrew Cagney <ac131313@redhat.com>
11303
889bf7c5 11304 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
11305 (Set Breaks): Copy ``maint info breakpoint'' doco to
11306 ``Maintenance Commands'' appendix. Add reference.
11307
c9ccaa92
AC
113082002-01-17 Andrew Cagney <ac131313@redhat.com>
11309
11310 * fdl.texi: Remove next/prev from @node.
11311
f7dc1244 113122002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
11313
11314 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11315 for monstrous @multitable (from Brian Youmans).
11316
11317 * fdl.texi: New file.
11318
11319 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11320
8973da3a
AC
113212002-01-15 Andrew Cagney <ac131313@redhat.com>
11322
11323 * gdbint.texinfo (Releasing GDB): New chapter.
11324
7d86b5d5
AC
113252002-01-14 Andrew Cagney <ac131313@redhat.com>
11326
11327 * gdb.texinfo (Embedded Processors, Calling program functions):
11328 Obsolete references to a29k.
11329
cc1cb004
AC
113302002-01-13 Andrew Cagney <ac131313@redhat.com>
11331
11332 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11333 examples. Document that a code-block should do or discard its
11334 cleanups before exit.
11335
79f12247
MS
113362002-01-11 Michael Snyder <msnyder@redhat.com>
11337
11338 * gdb.texinfo (Choosing files): Change @samp to @file.
11339
19837790
MS
113402002-01-05 Michael Snyder <msnyder@redhat.com>
11341
11342 * gdb.texinfo (--pid): Document new command line option (attach).
11343
f7dc1244 113442002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
11345
11346 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11347 in the stub.
11348
d7449b42
AC
113492002-01-04 Andrew Cagney <ac131313@redhat.com>
11350
11351 * gdbint.texinfo (Target Architecture Definition): Replace
11352 BIG_ENDIAN with BFD_ENDIAN_BIG.
11353
f23631e4
AC
113542002-01-03 Andrew Cagney <ac131313@redhat.com>
11355
11356 * gdbint.texinfo (Target Architecture Definition): Replace
11357 value_ptr with struct value pointer.
11358
72c9928d
EZ
113592002-01-02 Eli Zaretskii <eliz@gnu.org>
11360
11361 * gdb.texinfo (Free Software): Fix wording.
11362
959acfd1
EZ
113632001-12-31 Eli Zaretskii <eliz@gnu.org>
11364
11365 * gdb.texinfo (Free Software): New section ``Free Software Needs
11366 Free Documentation''.
11367
f7dc1244 113682001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
11369
11370 * stabs.texinfo:
11371 * gdb.texinfo:
11372 * gdbint.texinfo:
11373 * libgdb.texinfo:
11374 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11375
6600abed
MS
113762001-12-29 Michael Snyder <msnyder@redhat.com>
11377
11378 * gdb.texinfo (maint info sections): Fix typo.
11379
f6680716
MS
113802001-12-26 Michael Snyder <msnyder@redhat.com>
11381
fe95c787
MS
11382 * gdb.texinfo (maint info sections): Document.
11383
a9331b3f 11384 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
11385 'info proc' sub-options that are currently not implemented.
11386
c3d3ce5b
JB
113872001-12-20 Jim Blandy <jimb@redhat.com>
11388
11389 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11390
778eb05e
AC
113912001-12-15 Andrew Cagney <ac131313@redhat.com>
11392
11393 * gdbint.texinfo (Target Architecture Definition): Replace
11394 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11395
2607059c
AC
113962001-12-01 Andrew Cagney <ac131313@redhat.com>
11397
11398 * gdbint.texinfo (Host Definition): Delete documentation on
11399 HOST_BYTE_ORDER.
11400
df0cd8c5
JB
114012001-11-30 Jim Blandy <jimb@redhat.com>
11402
11403 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 11404 overlay support. Add to top-level menu.
df0cd8c5 11405
88118b3a
TT
114062001-11-26 Tom Tromey <tromey@redhat.com>
11407
11408 * gdb.texinfo (Command Syntax): Document C-o binding.
11409
96565e91
CF
114102001-07-26 Christopher Faylor <cgf@redhat.com>
11411
11412 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11413 use since it is described in the referenced section.
11414
f7dc1244 11415 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
11416 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11417 clearer when using DJGPP.
11418
2a3d5645
CF
114192001-11-24 Christopher Faylor <cgf@redhat.com>
11420
11421 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11422 specifically refer to MS-DOS.
11423 (command files): Mention gdb.ini is only used on MS-DOS.
11424
aa26fa3a
TT
114252001-11-21 Tom Tromey <tromey@redhat.com>
11426
11427 * gdb.texinfo (Invoking GDB): Document --args.
11428 (Mode Options): Likewise.
11429
4f8ada06
JB
114302001-11-21 Jim Blandy <jimb@redhat.com>
11431
11432 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
11433 Delete documentation; this macro has been removed from the
11434 sources.
4f8ada06 11435
3fe0dc10
JB
114362001-11-13 Jim Blandy <jimb@redhat.com>
11437
11438 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11439
9e5abb06
CV
114402001-11-06 Corinna Vinschen <vinschen@redhat.com>
11441
11442 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11443
1c5dfdad
MS
114442001-11-05 Michael Snyder <msnyder@redhat.com>
11445
a9331b3f 11446 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
11447 quote regexp chars in function names such as "operator*()".
11448
990f9fe3
FF
114492001-11-01 Fred Fish <fnf@redhat.com>
11450
11451 * gdbint.texinfo (SOLIB_ADD): Document additional new
11452 "readsyms" arg.
11453
b433d00b
DH
114542001-10-30 Don Howard <dhoward@redhat.com>
11455
070b1dd3
DH
11456 * gdb.texinfo: (Command Files) Added documentation for the
11457 behavior of gdb with input redirected from a file.
b433d00b 11458
b7209cb4
FF
114592001-10-28 Fred Fish <fnf@redhat.com>
11460
11461 * gdb.texinfo (auto-solib-add): Change docs to match
11462 implementation change.
11463 (auto-solib-limit): Add docs for new variable.
11464
1aa20aa8
AC
114652001-10-15 Andrew Cagney <ac131313@redhat.com>
11466
11467 * gdbint.texinfo (Target Architecture Definition): Function
11468 value_as_pointer renamed to value_as_address.
11469
fc0c74b1
AC
114702001-10-15 Andrew Cagney <ac131313@redhat.com>
11471
11472 * gdbint.texinfo (Target Architecture Definition): Default
11473 POINTER_TO_ADDRESS functions assume unsigned addresses.
11474 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11475 posting by Jim Blandy.
11476
f4846649
JB
114772001-10-12 Jim Blandy <jimb@redhat.com>
11478
11479 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11480 version of texi2html (1.64) doesn't support this flag any more.
11481
f277788b
MK
114822001-09-08 Mark Kettenis <kettenis@gnu.org>
11483
a9dc4918
MK
11484 * gdbint.texinfo (Host Definition): Remove description of
11485 MEM_FNS_DECLARED.
11486
d28379df
MK
11487 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11488
f277788b
MK
11489 * gdbint.texinfo (Host Definition): Remove description of
11490 HAVE_SIGSETMASK.
11491
7ccaa899
EZ
114922001-09-04 Elena Zannoni <ezannoni@redhat.com>
11493
11494 * gdbint.texinfo (Target Architecture Definition): Add
11495 explanation of TARGET_PRINT_INSN macro.
11496
17d9d558
JB
114972001-08-30 Jim Blandy <jimb@redhat.com>
11498
11499 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11500 Explain what it means to load relocatable files.
11501
72cde065
JB
115022001-08-28 Jim Blandy <jimb@redhat.com>
11503
11504 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11505 info `top' menu.
11506
9e678452
CF
11507Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11508
11509 * gdbint.texinfo: Add a cautionary note about macro use.
11510
a2bea4c3 115112001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 11512
a2bea4c3
CV
11513 * gdb.texinfo: Explain omitting the hostname in the
11514 `target remote' command.
11515
1129bf27
DJ
115162001-07-30 Daniel Jacobowitz <drow@mvista.com>
11517
11518 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11519 and END-INFO-DIR-ENTRY.
11520
732b3002
SC
115212001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11522
11523 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11524
89437448
AC
115252001-07-25 Andrew Cagney <ac131313@redhat.com>
11526
11527 * gdbint.texinfo (libgdb): Rewrite.
11528
f7dc1244 115292001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
11530
11531 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11532
c4555f82
SC
115332001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11534
11535 * gdb.texinfo (TUI): New chapter, document the TUI.
11536 (Mode Options): Document the -tui option.
11537
2f45a6e0
MK
115382001-07-23 Mark Kettenis <kettenis@gnu.org>
11539
11540 * gdbint.texinfo (Host Definition): Remove description of
11541 NEED_POSIX_SETPGID.
11542
f7dc1244 115432001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
11544
11545 * gdb.tex (DJGPP Native): New node, with descriptions of
11546 DJGPP-specific commands.
11547
be9c6c35
JM
115482001-07-19 John R. Moore <jmoore@redhat.com>
11549
11550 * gdbint.texinfo: Three misspellings.
11551
dfa249fb
AC
115522001-07-06 Andrew Cagney <ac131313@redhat.com>
11553
11554 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11555 `test` expressions on bash. Problem reported by Colin Walters.
11556
c72e7388
AC
115572001-07-04 Andrew Cagney <ac131313@redhat.com>
11558
11559 * gdbint.texinfo (User Interface): Update ui-out documentation to
11560 refelect recent UI/MI updates.
11561
94bbb2c0
AC
115622001-07-04 Andrew Cagney <ac131313@redhat.com>
11563
11564 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11565 interpreters.
11566
af6c57ea
AC
115672001-06-15 Andrew Cagney <ac131313@redhat.com>
11568
11569 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11570 structure and not macros.
11571 (Host Definition): Document that much of this chapter is obsolete.
11572 (Target Architecture Definition): Update list of files that make
11573 up a target architecture.
11574 (Coding): Update.
11575
83aa8bc6
AC
115762001-06-28 Andrew Cagney <ac131313@redhat.com>
11577
11578 * gdbint.texinfo (Target Architecture Definition): Update
11579 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11580 The latter has been changed to a true predicate.
11581
f7dc1244 115822001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
11583
11584 * annotate.texi: Add @noindent where needed. From Dmitry
11585 Sivachenko <dima@Chg.RU>.
11586 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11587
656db9b0
AC
115882001-06-16 Andrew Cagney <ac131313@redhat.com>
11589
11590 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11591
df2396a1
AC
115922001-06-14 Andrew Cagney <ac131313@redhat.com>
11593
11594 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11595 returns ``OK''. Document that the ``R'' packet does not reply.
11596
0f1f2b0a
MS
115972001-06-13 Michael Snyder <msnyder@redhat.com>
11598
11599 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11600
f7dc1244 116012001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
11602
11603 * gdb.texinfo (Signals): Clarify the default setting of signal
11604 handling.
11605
a5d7c491
AC
116062001-05-14 Andrew Cagney <ac131313@redhat.com>
11607
11608 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11609 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11610
05a54c4f
AC
116112001-05-12 Andrew Cagney <ac131313@redhat.com>
11612
11613 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11614
f7dc1244 116152001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
11616
11617 * gdbint.texinfo (Clean Design and Portable Implementation):
11618 Renamed from "Clean Design".
11619 (Clean Design and Portable Implementation): Document portable
11620 methods of handling file names, and the associated macros.
11621
f7dc1244 116222001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
11623
11624 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11625 command and provide a cross-reference to its description.
11626 (Symbols): Note that "info scope" is useful for trace experiments.
11627
f7dc1244 116282001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 11629
b37052ae
EZ
11630 * gdb.texinfo (Symbols): Document "info scope".
11631 (Tracepoints): New chapter.
11632 (Contributors): Update for v5.1.
11633 <All nodes>: Change "C++" to "C@t{++}".
11634
0ee54786
EZ
11635 * gdbint.texinfo (User Interface): A new section about ui_out
11636 functions, based on text written by Fernando Nasser.
11637
c534679c
EZ
11638 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11639
f7dc1244 116402001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 11641
e9c75b65
EZ
11642 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11643
11644 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11645
11646 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11647 Replace "GDB" with "@value{GDBN}". Fix markup.
11648
11649 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11650
3d67e040
EZ
11651 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11652 a cross-reference to its description.
11653 (Symbols): Document "info symbol".
11654
f7dc1244 116552001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
11656
11657 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11658 subsection "x86 Watchpoints".
11659 (Target Architecture Definition): Document the macros
11660 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11661 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11662
b0ed3589
AC
116632001-03-20 Andrew Cagney <ac131313@redhat.com>
11664
11665 * gdbint.texinfo (Target Architecture Definition): Update
11666 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11667 list.
11668
b6ba6518
KB
116692001-03-06 Kevin Buettner <kevinb@redhat.com>
11670
11671 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11672 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11673
f7dc1244 116742001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
11675
11676 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11677
f7dc1244 116782001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 11679
17cc6a06
EZ
11680 * gdb.texinfo (Environment): Document that `path' does not change
11681 the value of PATH in GDB's own environment (it did in the past,
11682 but that was changed on March 15, 1994). Reported by Doug Evans
11683 <dje@transmeta.com>.
11684
56caf160
EZ
11685 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11686 its line. Fix markup of commands and macros. Add an Index node
11687 and index entries.
11688
29e57380
C
116892001-01-23 J.T. Conklin <jtc@redback.com>
11690
11691 * gdb.texinfo (Memory region attributes): New manual section.
11692
1c6147de
ND
116932001-01-04 Nicholas Duffek <nsd@redhat.com>
11694
11695 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11696
f7dc1244 116972000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
11698
11699 * refcard.tex: Version and copyright fixed. From Phil Edwards
11700 <pedwards@disaster.jaj.com>.
11701
0dcedd82
AC
11702Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11703
11704 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 11705 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 11706
3b851bce
AC
11707Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11708
11709 * gdbint.texinfo (Coding): Update current value of
889bf7c5 11710 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 11711
f7dc1244 117122000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
11713
11714 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11715 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11716
b90a5f51
CF
117172000-11-10 Christopher Faylor <cgf@cygnus.com>
11718
11719 * gdb.texinfo: Document new 'set step-mode' command.
11720
f7dc1244 117212000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
11722
11723 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11724 changes from Dmitry Sivachenko <dima@Chg.RU>.
11725
f7dc1244 117262000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
11727
11728 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11729 From Steven Johnson <sbjohnson@ozemail.com.au>.
11730
2e685b93
MK
117312000-08-10 Mark Kettenis <kettenis@gnu.org>
11732
11733 * gdbint.texinfo (Overall Structure): Spelling fix.
11734
f7dc1244 117352000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
11736
11737 * gdbint.texinfo (Target Architecture Definition): Document that
11738 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11739 for which REGISTER_CONVERTIBLE returns a zero value.
11740
63ac3005
EZ
117412000-07-08 Christopher Faylor <cgf@cygnus.com>
11742
11743 * Makefile.in (install-info): Find files to install in either the
11744 build or source directories (adapted from Makefile.am).
11745
bd79f757
ND
117462000-07-07 Nicholas Duffek <nsd@redhat.com>
11747
11748 * stabs.texinfo: Fix spelling errors.
11749 (String Field): FILE-NUMBER starts from 0, not 1.
11750
f7dc1244 117512000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
11752
11753 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 11754 Brian Youmans.
5f208f6d 11755
f7dc1244 117562000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
11757
11758 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
11759 the source directory. Reported by Mark Harig
11760 <markh@frazier.landmark.com>.
cc542d3b 11761
f3b28801
C
117622000-06-20 J.T. Conklin <jtc@redback.com>
11763
11764 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11765
449f3b6c
AC
11766Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11767
11768 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 11769 Generate using pdftex.
449f3b6c 11770 (PDFTEX): Define.
889bf7c5 11771 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 11772 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 11773 @contents at the start.
449f3b6c 11774
f7dc1244 117752000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
11776
11777 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 11778 Youmans.
48e934c6 11779
9e9c5ae7
AC
11780Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11781
11782 From Brian Youmans:
11783 * gdb.texinfo: Fix ``et al.''.
11784
c741b251
AC
11785Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11786
11787 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 11788 loop.
c741b251 11789
4ab64e14
JG
117902000-05-19 Jimmy Guo <guo@cup.hp.com>
11791
11792 * configure: Regenerate.
11793
f7dc1244 117942000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
11795
11796 * Makefile.in (install-info): Run install-info on installed Info
11797 files.
11798
8c70017b
AC
11799Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11800
a7cb598a 11801 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 11802 Andrew Cagney.
8c70017b 11803
f7dc1244 118042000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
11805
11806 * gdb.texinfo: Proofreading changes from Brian Youmans.
11807
bf0184be
ND
118082000-05-01 Nick Duffek <nsd@cygnus.com>
11809
11810 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11811 startup sequence, minor edits.
11812
f7dc1244 118132000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
11814
11815 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11816 TeX.
11817
11818 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11819 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11820 like `n' and `s' which look weird. Convert some of the @kindex to
11821 @vindex, when they refer to variables, not commands.
11822
33e16fad
AC
11823Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11824
11825 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11826
f7dc1244 118272000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
11828
11829 * Makefile.in (GDBMI_DIR): New variable.
11830 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11831 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11832 (gdbmi.texinfo): New target, for texi2roff.
11833 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11834 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11835
11836 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11837 gdbmi.texinfo.
11838 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11839 comment.
11840
d167840f
EZ
118412000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11842
11843 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 11844 command.
d167840f 11845
f7dc1244 118462000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
11847
11848 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11849 prevents the build (and is generally a Bad Idea).
11850
f7dc1244 118512000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
11852
11853 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11854 a comma inside @var.
11855 (Command Files): Index markup changes from Dmitry Sivachenko
11856 <dima@Chg.RU>.
11857
f7dc1244 118582000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
11859
11860 * Makefile.in (LN_S): Define.
11861 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11862 invoke "ln -s" unless it is known to work.
11863
11864 * configure.in (AC_PROG_LN_S): Add.
11865
8dc7983f
JB
118662000-04-14 Jim Blandy <jimb@redhat.com>
11867
11868 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11869 section.
11870 (Target Conditionals): Document ADDRESS_TO_POINTER,
11871 POINTER_TO_ADDRESS.
11872
1a8237e8
DB
118732000-04-11 Daniel Berlin <dan@cgsoftware.com>
11874
11875 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11876 gdb-cfg.texi to get the value.
11877
ca526f1a
JB
118782000-04-10 Jim Blandy <jimb@redhat.com>
11879
11880 * gdbint.texinfo (Target Architecture Definition): Fix
11881 cross-references.
11882
faaafcb4
JB
118832000-04-08 Jim Blandy <jimb@redhat.com>
11884
11885 * gdbint.texinfo (Using Different Register and Memory Data
11886 Representations): New section.
11887 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
11888 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11889 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 11890
1b27397f
AC
11891Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11892
11893 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 11894 for acknowledgments.
1b27397f 11895
480ff1fb
AC
11896Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11897
11898 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 11899 qThreadExtraInfo.
480ff1fb 11900
a9331b3f 119012000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 11902
a9331b3f
RM
11903 * gdb.texinfo: Clarify which remote debug protocol commands are
11904 required and which are optional.
f1251bdd 11905
dbeb8dbd
AC
11906Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11907
11908 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
11909 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11910 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
11911 * annotate.texi: Update.
11912
6d2ebf8b
SS
119132000-03-28 Stan Shebs <shebs@apple.com>
11914
11915 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11916 expectation of additional changes before release), update
11917 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11918 node links, rephrase and/or shorten lines to fix formatting
11919 problem in both regular and @smallbook formats.
11920 * annotate.texi: Shorten lines in example, use smallexample
11921 consistently everywhere.
11922 * Makefile.in: Add comment about texinfo 4.0 html generation.
11923 (SFILES_INCLUDED): Add annotate.texi.
11924
5d161b24
DB
119252000-03-27 Daniel Berlin <dan@cgsoftware.com>
11926
5ae4183a
AS
11927 * gdb.texinfo (Debugging Output): Added new section, documenting
11928 the "set/show debug" commands.
5d161b24 11929
b9deaee7
AC
11930Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11931
11932 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 11933 entry.
b9deaee7
AC
11934
11935 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11936 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 11937 @chapter and @node entries.
a9331b3f 11938
b9deaee7 11939 * gdb.texinfo: Link all top-level nodes.
a9331b3f 11940
9ef47d30
AC
11941Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11942
11943 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 11944 files.
9ef47d30 11945
cfeada60
FN
119462000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11947
11948 From David Whedon <dwhedon@gordian.com>
5ae4183a 11949 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 11950
6837a0a2
DB
119512000-03-22 Daniel Berlin <dan@cgsoftware.com>
11952
11953 * gdb.texinfo: Add documentation for the apropos command.
11954
bba2971c
MS
119552000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11956
11957 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11958
2b628194
MS
119592000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11960
a9331b3f 11961 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
11962 two places.
11963
96a2c332
SS
119642000-03-17 Stan Shebs <shebs@apple.com>
11965
11966 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11967 <dima@Chg.RU>, also clarification of allowed content for
11968 string constants.
11969
f7dc1244 119702000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
11971
11972 * gdb.texinfo (main menu): Add Annotations.
11973 (File Options): Add @cindex entries for each command-line option.
11974 Document --epoch, --annotate, --async, --interpreter, --write,
11975 --statistics, and --version.
11976
11977 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11978 of GDB.
11979
9d233477
JB
119802000-02-23 Jim Blandy <jimb@redhat.com>
11981
11982 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11983
14e0eb3b
JB
119842000-02-22 Jim Blandy <jimb@redhat.com>
11985
11986 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11987
3555de01
JM
119882000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11989
11990 * Makefile.in (diststuff): New target.
11991
5e35df8e
KB
119922000-02-15 Kevin Buettner <kevinb@redhat.com>
11993
11994 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 11995 architecture. [From Jim Wilson.]
5e35df8e 11996
c5394b80
JM
119972000-01-16 Tom Tromey <tromey@cygnus.com>
11998
11999 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12000 (Delete Breaks): Mention range arguments.
12001 (Disabling): Likewise.
12002
c3f6f71d
JM
120032000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12004
12005 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12006
c4093a6a
JM
12007Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12008
12009 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 12010 valid functions.
c4093a6a 12011
11cf8741
JM
120121999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12013
12014 * gdb.texinfo: Clarify regular expressions used in rbreak.
12015
917317f4
JM
120161999-10-15 Kevin Buettner <kevinb@cygnus.com>
12017
12018 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12019 MEMORY_REMOVE_BREAKPOINT): Document.
12020
12021Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12022
12023 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 12024 offset re-using the DATA offset instead.
917317f4 12025
2df3850c
JM
120261999-10-11 Jim Kingdon <kingdon@redhat.com>
12027
12028 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12029
701adfb0
PA
120301999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12031
12032 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12033
2df3850c
JM
120341999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12035
12036 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12037 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12038 typos.
12039
12040 * gdb.texinfo: Various minor wording and formatting improvements,
12041 mentions of additional command-line options.
12042
2acceee2
JM
120431999-09-30 Fred Fish <fnf@cygnus.com>
12044
12045 * gdb.texinfo: Document additional forms of specifying section
12046 names and addresses for the add-symbol-file command.
12047
c2c6d25f
JM
120481999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12049
12050 * gdbint.texinfo: Fix typo, add the word "have".
12051
120521999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12053
12054 * gdbint.texinfo (Target Architecture Definition): Document the
12055 SKIP_PERMANENT_BREAKPOINT macro.
12056
d4f3574e
SS
120571999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12058
12059 * gdb.texinfo: Fiks speling errers.
12060
12061 * gdb.texinfo: Fix uses of @multitable.
12062
f7dc1244 12063 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 12064 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 12065 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
12066 comments about using with optimization, add more indexing,
12067 fix info about disassembly-flavor.
12068
12069Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12070
12071 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12072 SKIP_SOLIB_RESOLVER): Define.
12073
12074Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12075
12076 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 12077 ``g'' packets.
d4f3574e 12078
104c1213
JM
120791999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12080
12081 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
12082 platform-specific info, inline remote.texi and move sections of it
12083 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
12084 and register stack into the new chapter.
12085 * remote.texi: Remove, now part of gdb.texinfo.
12086 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12087
120881999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12089
12090 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12091 GDB_TARGET_IS_MACH386): These kludges have gone away.
12092
12093Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12094
12095 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 12096 TDEPLIBS.
104c1213 12097
53a5351d
JM
120981999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12099
12100 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12101 surrounding text to fit HP-UX bits into general info.
12102 (HPPA-cfg.texi): Remove, no longer useful.
12103
12104 * gdb.texinfo: Remove explicit links from @node lines, remove
12105 HP-added "Detailed Node Listing" from main menu which confuses
12106 things.
12107
12108 From Dmitry Sivachenko <dima@Chg.RU>:
12109 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 12110 in description of `set environment'.
53a5351d
JM
12111
121121999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12113
12114 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12115
7be570e7
JM
121161999-08-12 Ben Elliston <bje@cygnus.com>
12117
12118 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12119
f7dc1244 121201999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
12121
12122 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
12123 watch, awatch, and rwatch. Explain why the latter two cannot be
12124 set as software watchpoints. Document that watchpoints for local
12125 variables are deleted when the debuggee terminates.
7be570e7
JM
12126
12127Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12128
12129 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
12130 packet. Allow E.. response packet. "qRcmd" packet is no longer
12131 reserved.
7be570e7
JM
12132
121331999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12134
a9331b3f
RM
12135 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12136 * gdb.texinfo: Ditto.
7be570e7 12137
701adfb0
PA
12138Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12139
12140 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12141
96baa820
JM
121421999-08-06 Tom Tromey <tromey@cygnus.com>
12143
12144 * gdb.texinfo (KOD): New node.
12145
12146Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12147
12148 * remote.texi (Rcmd): Fix minor formatting typos.
12149
12150Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12151
12152 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 12153 packets.
96baa820 12154
adf40b2e
JM
121551999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12156
12157 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12158 fixes.
12159
43ff13b4
JM
12160Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12161
12162 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12163
085dd6e6
JM
12164Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12165
12166 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
12167 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12168 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12169 packets that are not supported on all hosts. Expand examples.
12170 Spell check.
085dd6e6
JM
12171
121721999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12173
12174 * Makefile.in: Recognize html, install-html. Add targets
12175 to build HTML versions of documentation via texi2html.
12176
12177Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12178
12179 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 12180 testsuite.
085dd6e6
JM
12181
12182Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12183
12184 * remote.texi (Communication Protocol): Rewrite.
12185
12186Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12187
12188 * stabs.texinfo: Fix uses of xref.
12189
9e0b60a8
JM
12190Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12191
12192 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12193 info about patch submission.
12194
cce74817
JM
12195Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12196
12197 From Per Bothner <bothner@cygnus.com>:
12198 * gdb.texinfo: Document Chill support.
12199
12200Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12201
12202 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
12203 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12204 Document that the value should be greater-than or equal-to zero.
12205 (NO_STD_REGS): Document. Deprecate.
cce74817 12206
ac9a91a7
JM
12207Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12208
12209 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 12210 Document that these are not used.
ac9a91a7
JM
12211
12212Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12213
12214 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12215
392a587b
JM
12216Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12217
12218 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 12219 numargs was dropped.
392a587b
JM
12220
12221Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12222
12223 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12224
b83266a0
SS
12225Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12226
12227 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 12228 Update.
b83266a0 12229
7a292a7a
SS
12230Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12231
12232 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12233 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12234
12235Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12236
12237 * gdbint.texinfo: Fix typos: $ -> @.
12238
12239Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12240
12241 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
12242 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12243 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12244 BREAKPOINT_FROM_PC.
a9331b3f 12245
7a292a7a
SS
12246Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12247
12248 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 12249 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
12250
12251Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12252
12253 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 12254 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
12255
122561999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12257
12258 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12259 longer exists.
12260
12261Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12262
12263 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
12264 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12265 they make the manual source incomprehensible.
7a292a7a
SS
12266 * h8-cfg.texi: Remove, hasn't been used in years.
12267
c906108c
SS
12268Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12269
12270 * gdb.texinfo: Update the credits.
12271
12272Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12273
12274 * gdb.texinfo: Fix mistakes noticed in printout of last
12275 draft, add Alpha to discussion of heuristic fence post.
12276
12277Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12278
12279 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
12280 Edition, merge some HP changes into mainline, describe some
12281 previously undocumented features, describe more of the target
12282 commands available, eliminate obsolete section on renamed
12283 commands.
c906108c
SS
12284 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12285
12286Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12287
12288 * gdb.texinfo: Make many HPPA conditionals unconditional,
12289 including catchpoint description, since now on for all configs.
12290 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12291 specializations.
12292
12293Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12294
12295 * Makefile.in (GDBvn.texi): Fix match expression to work with
12296 current format of VERSION in gdb/Makefile.in.
12297 * gdb.texinfo: Fix node ref to match new readline.
12298
12299Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12300
a9331b3f
RM
12301 * gdb.texinfo: Changes made as part of a project to merge in
12302 changes made by HP. Documentation makes extensive use of
c906108c
SS
12303 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12304 on remote debugging. There are differences in documentation
889bf7c5 12305 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
12306 the HP manual discusses catchpoints, hardware watchpoints, and
12307 some HPUX specific limitations for shared library support.
a9331b3f 12308
c906108c
SS
12309 There are also a number of @node changes.
12310
123111999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12312
12313 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12314 (C Usage): Same.
12315
12316Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12317
12318 The following changes were made by Edith Epstein
889bf7c5
PA
12319 <eepstein@cygnus.com> as part of a project to merge in changes
12320 made by HP.
a9331b3f 12321
c906108c
SS
12322 * HPPA-cfg.texi: new file.
12323
12324 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12325
12326 * refcard.tex: change documentation about catch.
12327 removed info catch.
12328
12329Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12330
12331 * gdbint.texinfo: Expand on GDB's coding standards,
12332 specify the use of arg names with prototypes.
12333
123341998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12335
12336 * gdb.texinfo: Fix tipo.
12337
12338Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12339
12340 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 12341 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
12342
12343Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12344
12345 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12346
123471998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12348
12349 * agentexpr.texi: New file.
12350
12351Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12352
12353 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12354
123551998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12356
12357 * remote.texi: Changed wording that implied that the GDB remote
12358 protocol caches register values instead of GDB itself.
12359
12360Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12361
12362 * gdbint.texinfo: Add some info about symbol readers.
12363 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12364 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12365 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12366 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12367
12368Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12369
a9331b3f 12370 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
12371
12372Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12373
12374 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12375
12376Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12377
12378 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 12379 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
12380
12381Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12382
12383 * gdbint.texinfo: Fix minor typos.
12384
12385Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12386
12387 * gdbint.texinfo: Complete overhaul. Group descriptions more
12388 logically, add more info on generic algorithms, remove much
12389 obsolete and/or wrong material.
12390
12391Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12394
12395Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12396
12397 * refcard.tex: Copyright, address updates.
12398
12399Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12400
12401 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12402 for the edition instead of confusing GDB-version-like numbers.
12403
12404Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12405
12406 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12407
12408Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12409
5ae4183a 12410 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
12411
12412Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12413
12414 * gdb.texinfo: Add some credits, mention bug monitor.
12415 * remote.texi: Mention mips monitor targets.
12416 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 12417
c906108c
SS
12418Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12419
12420 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
12421 files, finish sorting of host vs target vs native macros, describe
12422 some more of them.
c906108c
SS
12423
12424Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12425
12426 * gdbint.texinfo (Host Conditionals): Document change from
12427 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12428
12429Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12430
12431 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 12432 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
12433
12434Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12435
12436 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12437 Document LSEEK_NOT_LINEAR.
12438
12439Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * stabs.texinfo (Stab Section Basics): Make it clear that only
12442 some versions of the GNU linker remove the leading N_UNDF symbol.
12443
12444Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12445
12446 * stabs.texinfo (String Field): Document type number pairs here,
12447 instead of in the Sun specific section.
12448 (Include Files): The GNU linker supports the N_BINCL
12449 optimization. Clarify the N_BINCL value, and what it is used
12450 for.
12451 (Procedures): Document N_FUN with an empty string to mark the end
12452 of a function.
12453 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12454 (Sun Differences): Remove this node, as the information is now
12455 elsewhere in the main document.
12456 (Stab Section Basics): Mention that the GNU linker may optimize
12457 stabs and remove the leading N_UNDF symbol.
12458
12459Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12460
12461 * gdb.texinfo, refcard.tex: Restore author credit
12462
701adfb0
PA
12463Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12464
12465 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12466 are macros that take an single argument.
12467
c906108c
SS
12468Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12469
12470 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12471 documentation to account for START and END macros taking
12472 one arg.
12473
12474Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12475
12476 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12477 * gdb.texinfo (Frames): Fix typo.
12478
12479Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12480
12481 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12482 a target_signal as arg type, not a pid.
12483
12484Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12485
12486 * gdb.texinfo: Document `set assembly-language'.
12487
12488Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12489
12490 * remote.texi: Update list of stubs in the GDB distribution.
12491
12492Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12493
12494 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
12495 Also document that some systems can use mmalloc but must define
12496 this if their C runtime allocates memory that is later freed.
c906108c 12497 (MMCHECK_FORCE): Document new macro.
a9331b3f 12498
c906108c
SS
12499Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12500
12501 * remote.texi: Add documentation for target Sparclet.
12502
12503Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12504
a9331b3f 12505 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
12506 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12507 * configure.in: Rewritten for autoconf.
12508 * configure: New.
12509
12510Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12511
12512 * Makefile.in (DVIPS): New define, set to dvips.
12513 (dvi): Add stabs.dvi.
12514 (ps): New target.
12515 (all-doc): Depend on info, dvi, and ps targets.
12516 (STAGESTUFF): Add *.ps and *.dvi files.
12517 (clean-info, clean-dvi): Remove.
12518 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12519 rules completely rewritten.
12520 (maintainer-clean): Remove clean-info and clean-dvi
12521 dependencies and put their actions in the rules.
12522 (gdb.ps): New target
a9331b3f 12523 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
12524 intermediate TeX files, whether they have 2 or 3 character
12525 extensions.
12526 (gdbint.ps): Add target and rules.
12527 (gdb-internals): Delete unused target.
12528 (Makefile): Depends upon config.status also.
12529
12530Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12531
12532 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12533 set.
12534
12535Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12536
12537 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12538 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12539
12540Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12541
12542 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12543
12544Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12545
12546 * gdb.texinfo (Print settings): Document
12547 `set/show print static-members' commands.
12548
12549Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12550
12551 * gdbint.texinfo (Native): Document name change, coredep.c to
12552 core-aout.c.
12553
12554Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * stabs.texinfo (Include Files): Document the values the SunOS4
12557 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12558
12559Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12560
12561 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12562 Fix typo.
12563
12564Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12565
12566 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12567 "gdb.tar.Z".
12568
12569Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12570
12571 * Makefile.in (maintainer-clean): New target, synonym for
12572 realclean.
12573
701adfb0
PA
12574Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12575
12576 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12577
c906108c
SS
12578Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12579
12580 * Update all FSF addresses except those in COPYING* files.
12581
12582Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12583
12584 From Richard Earnshaw (rearnsha@armltd.co.uk):
12585 * gdb.texinfo (convenience variables): Document $_exitcode.
12586 (quit): Document optional expression to use as exit code.
12587
12588Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12589
12590 * gdb.texinfo, remote.texi: Brought up to date with various
12591 GDB changes.
12592
12593Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12594
12595 * gdb.texinfo: Update dates and versions, fix comments about
12596 hardware watchpoints in future releases and about the
12597 sharedlibrary command.
12598
12599Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12600
12601 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12602 C_FUN stab. Other cleanups.
12603
12604Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12607 for the sparc stub.
12608
12609Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12610
12611 * annotate.texi: Clarify which addresses have differing formats
12612 depending on the language and which do not.
12613
12614Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12615
12616 * remote.texi (NetWare): Changed example to use BOARD= instead of
12617 NODE= argument to reflect correspoding change to gdbserve.nlm.
12618
12619Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12622 GDB, as well as AIX dbx, supports the size type attribute.
12623
12624Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12625
12626 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12627
12628Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12629
12630 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12631 and new 'if' and 'while' commands.
12632
12633Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12634
12635 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12636
12637Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12638
12639 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12640 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12641 NetWare targets. Mostly stolen from the Server node.
12642
12643Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12644
12645 * gdb.texinfo (Setting): Talk about the language of a source file
12646 versus the working language. The old documentation did not match
12647 what GDB did.
12648
12649Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12650
12651 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12652 of a source file.
12653
12654Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12655
12656 * gdb.texinfo (Processes): New node.
12657
12658Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12659
12660 * remote.texi: Update documentation of set/show mipsfpu.
12661
3fc11d3e
JM
12662Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12663
12664 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12665 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
12666
12667Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12668
12669 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12670 obsolete conditionals, described some others.
12671
12672Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12673
12674 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12675 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12676
12677Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12678
12679 * gdbint.texinfo: Put regex conditionals in their own table.
12680
12681Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12682
12683 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12684 described or fixed the descriptions of many others.
12685
12686Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12687
12688 * gdb.texinfo: Add some more credits.
12689 * gdbint.texinfo: Capitalize GDB consistently, describe some
12690 macros and remove some.
12691
12692Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12693
12694 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12695 obsolete conditionals, described some others.
12696
12697Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12698
12699 * gdb.texinfo (help targets): Changed to `help target', which
12700 is the correct gdb command.
12701
12702Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12703
12704 * annotate.texi (TODO): New node, for keeping track of annotations
12705 suggested but not yet implemented.
12706
12707Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12708
12709 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12710 another symbol, it is not the address itself.
12711
12712Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12713
12714 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12715 of stabs-in-coff sections.
12716
12717Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12718
12719 * annotate.texi: Change edition to 0.5 and date to May 1994.
12720 Add index.
12721 (Frames): New node, for frame annotation.
12722 (Displays): New node, for display annotation.
12723
12724 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12725 when waiting for your program to stop.
12726
12727Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12728
12729 * annotate.texi (Breakpoint Info): Document annotation of header
12730 fields and record annotation.
12731
12732Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12733
12734 * annotate.texi: New file, to document annotations.
12735
12736Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12737
12738 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12739 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12740
12741Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12742
12743 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12744 section, and say n_strx field is compilation unit relative.
12745 * stabs.texinfo: Don't use @code for a.out when it is the name of
12746 an object file format.
12747
12748Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12749
12750 * gdb.texinfo: Refer to file names, not path names, per rms
12751 convention.
12752 (Arguments): Fix typo.
12753
12754Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12755
12756 * stabs.texinfo (Global Variables): Talk about stabs in files
12757 where variables are referenced, but not defined.
12758
12759Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12760
12761 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12762 Cplusplus to new nodes Member Type Descriptor and Method Type
12763 Descriptor. Re-write stuff for #.
12764
12765Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12766
12767 * gdb.texinfo (Print Settings): Don't document "set print
12768 fast-symbolic-addr off". The bug which it worked around was fixed
12769 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12770
12771 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12772 N_ENTRY node.
12773
12774 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12775
12776Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12779 references to ieee-float.c.
12780
12781Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12782
12783 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12784 match what the code actually does.
12785
12786Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12787
12788 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12789
12790Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12791
12792 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12793 i, and b.
12794
12795Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12796
12797 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12798 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12799 as "stabs in sections" rather than just saying "ELF and SOM".
12800 Also make that stuff apply to COFF.
12801
12802Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12805 Ghostscript.
12806
12807Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12810 versus functions without line numbers, also mention stepping into
12811 them as well as "step" when you are in them. Tell the user how to
12812 deal with the situation. Add comment about "debugging information".
12813
12814Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12815
12816 * stabs.texinfo (Enumerations): Document restriction on where
12817 enumeration types can appear and still win with GDB.
12818
12819Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12820
12821 * stabs.texinfo (Negative Type Numbers): Document format for type
12822 -16.
12823
12824Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * gdb.texinfo (Selection, Frame Info): Update information about
12827 arbitrary frame specficiations.
12828
12829Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12830
12831 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12832
12833Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12836
12837Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12838
12839 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12840
12841Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12842
12843 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12844 Differences node to Statics node.
12845 (Statics): Discuss XCOFF use of V symbol descriptor.
12846
12847 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12848 not clean.
12849
12850Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12851
12852 * gdb.texinfo (Print Settings): Document `set print
12853 fast-symbolic-addr' and improve the doc for some other
12854 `set print's.
12855
12856Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12857
12858 * stabs.texinfo (String Field): Talk about defining several type
12859 numbers at once.
12860 Fix lint regarding changing node ELF Transformations to
12861 ELF and SOM Transformations.
12862
12863Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12864
12865 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12866
12867Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12868
12869 * stabs.texinfo (Cross-References): `::' is for nested types only
12870 within <>.
12871 (Structures): Document static members.
12872
12873Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12874
12875 * stabs.texinfo: Document S type attribute.
12876
12877Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12878
12879 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12880
12881Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12882
12883 * gdbint.texinfo: Fix a few typos.
12884
12885Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12886
12887 * gdb.texinfo, remote.texi: formatting improvements
12888
12889 * gdb.texinfo (New Features): mention threads.
12890 (Summary, C): fix xrefs in newly contributed text.
12891 (Threads): index entries, clarifications, example
12892 (passim): minor typos fixed, phrasing improvements
12893
12894 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12895 entries; (Server): explain use of gdbserver w/real-time systems,
12896 add example of conflicting TCP port; (MIPS Remote) break up
12897 running text into table, highlighting commands, and add example.
a9331b3f 12898
c906108c
SS
12899Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12900
12901 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12902
12903Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12904
12905 * stabs.texinfo (Nested Symbols): New node.
12906 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12907
12908Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12909
12910 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12911 to picking which Bbss.bss symbol to use, and (because there seems to
12912 be no good way of doing it) re-write some of the text to make it
12913 sound like Bbss.bss isn't such a great idea after all (as currently
12914 designed).
12915
12916 * gdb.texinfo (C): In addition to saying people have to use g++ for
12917 good results, say they have to use stabs. Specifically say cfront
12918 doesn't work well.
12919 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12920 the gdb README. Add xrefs to places where the support for the various
12921 languages is described in detail.
12922
12923Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12924
12925 * stabs.texinfo: Clean up stuff about visibility and virtual
12926 characters.
12927
12928 * stabs.texinfo (N_M2C): Cite Sun doc.
12929
12930Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12931
12932 * gdb.texinfo: updates re threads.
12933 * remote.texinfo: avoid index entries starting with digits.
12934
12935Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12936
12937 * stabs.texinfo (Enumerations): Talk about large, negative and
12938 octal values. Clean up cross reference to type attributes.
12939 (String Field): Say that GDB 4.11 supports size attribute.
12940
12941Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12942
12943 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12944 is a mandatory step. Make the stuff about that more concise.
12945
12946Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12947
12948 * stabs.texinfo (Class Names): New node.
12949
12950 * gdb.texinfo (Command Files): Explain order of init file reading.
12951
12952 * remote.texi (Bootstrapping): Talk about getting the serial driver
12953 to deal with ^C sent by gdb to stop the remote system.
12954
12955Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12956
12957 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12958
12959 * libgdb.texinfo (Defining Commands): made the DOC arg
12960 to gdb_define_app_command a char * instead of char **
12961 per a suggestion from kingdon.
12962
12963 * libgdb.texinfo: total rewrite from a different starting
12964 premise.
12965
12966Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12969 floats passed as doubles (to improve clarity).
12970
12971Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12972
12973 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12974
12975 * a4rc.sed: update to work with Andreas Vogel papersize params
12976
12977 * refcard.tex: use Andreas Vogel simplifications of papersize
12978 params; remove useless version info; update copyright date.
12979
12980Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12981
12982 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12983
12984Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12985
12986 * gdb.texinfo (Files): Say what address the load command loads it at.
12987
12988 * stabs.texinfo (Common Blocks): Minor cleanups.
12989
12990 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12991 that Sun has backed away from the linker kludge and thus the relevant
12992 issue is changes to the SunPRO tools, not the Solaris linker.
12993
12994 * stabs.texinfo (Traditional Integer Types): Clean up description
12995 of octal bounds a little bit. Document extra leading zeroes.
12996
12997Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12998
12999 * gdb.texinfo (Signaling): Update for symbolic symbol names
13000 and add a section explaining the difference between the GDB
13001 signal command and the shell kill utility.
13002
13003Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13004
13005 * libgdb.texinfo: added `@' to braces that were unescaped.
13006
13007Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13008
13009 * libgdb.texinfo: new file. Spec for the gdb library.
13010
13011Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13012
13013 * stabs.texinfo (Include Files): Fix typo (start -> end).
13014
13015Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13016
13017 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13018 from Melissa at FSF's editing pass.
13019
13020Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13021
13022 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13023 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13024 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13025
13026Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * remote.texi (Bootstrapping): Discuss 386 call gates.
13029
13030Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13031
13032 * stabs.texinfo (Based Variables): New node.
13033
13034Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13035
13036 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13037 names, sizes, and formats to suggest how not to lose.
13038
13039Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13040
13041 * stabs.texinfo (Methods): Fix typo.
13042
13043Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13044
13045 * gdb.texinfo: Fix a few typos.
13046
13047Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13048
13049 * gdb.texinfo: Clarify how well it works with Fortran.
13050
13051 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13052 More on relocating stabs in ELF files.
13053
13054Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13055
13056 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13057
13058Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13059
13060 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13061 parameters on VAX.
13062
13063Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13064
13065 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13066
13067Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13068
13069 * stabs.texinfo: Make info author notice match the TeX author notice.
13070
13071Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13072
13073 * stabs.texinfo: Initial-caps all words in node names and
13074 non-trivial words in section names.
13075
13076Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13077
13078 * stabs.texinfo: Many minor cleanups.
13079
13080 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13081
13082Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13083
13084 * stabs.texinfo: Remove full description of big example.
13085 It's not really helpful; just use pieces of it where appropriate.
13086 Add more Texinfo formatting directives (@samp, etc.).
13087 Use @deffn to define stab types.
13088 Eliminate some wordiness. Break up some nodes.
13089 Add an (alphabetized) index of symbol types.
13090 Use consistent capitalization style in node and section names.
13091
13092Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13093
13094 * gdb.texinfo: Change typo "Two two" to "The two".
13095
13096Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13097
13098 * stabs.texinfo (XCOFF-differences): Remove references to
13099 non-existent types N_DECL and N_RPSYM.
13100
13101 * stabs.texinfo (String Field): Say that type attributes bug is
13102 fixed in GDB 4.10, since it is.
13103
13104 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13105
13106Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13107
13108 * stabs.texinfo: Formatting cleanups.
13109
13110Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13111
13112 * stabs.texinfo: When explaining the n_type of a stab, standardize
13113 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13114 no tabs, use @r).
13115 (Global Variables): Clean up.
13116
13117Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13118
13119 * stabs.texinfo (Stack Variables): Re-write.
13120
13121Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13122
13123 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13124 addresses of a source file. Also revise formatting.
13125 Change "object module" or "object file" to "source file".
13126 Various: Miscellaneous cleanups.
13127
13128Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13129
13130 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13131
13132Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13133
13134 * gdbint.texinfo: Removed many nonsensical machine-collected
13135 host and target conditionals, described some of the remainder.
13136
13137Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13138
13139 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13140
13141 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13142 paragraph which follows.
13143
13144 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13145 variables. Looks better and avoids overful hbox.
13146
13147Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13148
13149 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13150
13151Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13152
13153 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13154 retransmit-timeout
13155
13156Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13157
13158 * gdbint.texinfo: Update statement about `some ancient Unix
13159 systems, like Ultrix 4.0' to Ultrix 4.2.
13160
13161Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13162
13163 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13164
13165 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13166
13167 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13168 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13169
13170 * remote.texi: new name for former gdbinv-s.texi
13171
13172 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13173
13174Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13175
13176 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13177 variables for MIPS remote debugging protocol.
13178
13179Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13180
13181 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13182
13183Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13184
13185 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13186
13187Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13188
13189 * gdb.texinfo: repair conditional bugs in text markup
13190
13191Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13192
13193 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13194 to select Modula-2 material.
13195
13196Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13197
13198 * stabs.texinfo: Cleanups regarding statics.
13199
13200 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13201 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13202
13203Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13204
13205 * stabs.texinfo: N_MAIN is sometimes used for C.
13206
13207Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13208
13209 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13210
13211Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13212
13213 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 13214 removed from the code by Kingdon.
c906108c
SS
13215
13216Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13217
13218 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13219 input when evaluating breakpoint conditions; the bug has been fixed.
13220
13221 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13222 sets the ignore count to N-1, not to N.
13223
13224Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13225
13226 * refcard.tex (\hoffset): correct longstanding error to match
13227 intended offset; avoids cutting off edge on some printers
13228
13229Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13230
13231 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13232
13233Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13234
13235 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13236
13237Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13238
13239 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13240 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13241 collect sed edits if any, apply to refcard before formatting;
13242 (refcard.ps) stop implying PS fonts if PS output requested;
13243 (lrefcard.ps) delete extra target for variant PS fonts
13244
13245 * refcard.tex: parametrize papersize dependent info, collect
13246 in easily replaced spot
13247
13248 * a4rc.sed: new file, edits to refcard for A4 paper
13249
13250Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13251
13252 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13253
13254Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13255
13256 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13257
13258Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13259
13260 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13261 politely rather than rudely.
13262
13263Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13264
13265 * stabs.texinfo: Document common blocks.
13266
13267Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13268
13269 * stabs.texinfo: Add some basic info about stabs-in-elf.
13270
13271Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13272
13273 * stabs.texinfo (Top): Minor cleanup.
13274
13275Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13276
13277 * Makefile.in (install-info): remove parentdir support
13278
13279Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13280
13281 * gdb.texinfo (Copying): delete this node and references to it;
13282 RMS says this manual need not carry GPL. (passim): Improvements
13283 from last round at FSF, largely due to Ian Taylor review, and
13284 minor formatting improvements.
13285
13286 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13287 largely due to Ian Taylor review. (Debug Session): minor edits to
13288 new text.
13289
13290Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13291
13292 * Makefile.in (realclean): Remove info and dvi files too.
13293
13294Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13295
13296 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13297 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13298 * gdb.texinfo: Change accordingly.
13299
13300 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13301 N_{L,R}BRAC,N_SLINE are relative to.
13302
13303Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13304
13305 * Makefile.in (GDBvn.texi): Update atomically.
13306
13307Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13308
13309 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13310
13311Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13312
13313 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13314 addresses together. Also motivate the set print symbol-filename
13315 command and suggest other solutions.
13316
13317Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13318
13319 * gdb.texinfo (set print elements): Note that the number of
13320 elements is set to unlimited by "set print elements 0".
13321
13322Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13323
13324 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13325 NF_LDOUBLE means.
13326 (Stab Types): Include Solaris stab types.
13327 (Procedures): Document Solaris extensions.
13328
13329Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13330
13331 * gdb.texinfo: Add `set print symbol-filename' doc.
13332
13333Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13334
13335 * stabs.texinfo (Arrays): Talk about type definition vs. type
13336 information.
13337
13338 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13339 the trailing semicolon.
13340
13341Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13342
13343 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13344 and merge in other parts of the document addressing these subjects.
13345 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13346
13347 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13348 at the end of a range type.
13349
13350 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13351 AIX extensions.
13352
13353Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13354
13355 * stabs.texinfo (Stabs Format): Misc fixes.
13356
13357Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13358
13359 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13360 (Traditional builtin types): Document convex convention for long long.
13361 (Negative builtin types): Discuss type names, and misc fixes.
13362
13363Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13364
13365 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13366 point types used with @samp{R} type descriptor.
13367 (Symbol Descriptors): Describe how to handle conflict between
13368 different meanings of @samp{P} symbol descriptor.
13369
13370Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13371
13372 * stabs.texinfo: Remove node Quick Reference and put its children
13373 directly under the main menu.
13374
13375 * stabs.texinfo: Many more changes to bring it into line with
13376 AIX documentation and reality. I think it now has all the
13377 information from the AIX documentation, except that I burned
13378 out when I got to variant records (Pascal and Modula-2) and
13379 all the COBOL types. Oh well, we can add them later when we're
13380 worrying more about those languages.
13381
13382 * stabs.texinfo (Automatic variables): Talk about what it means
13383 to omit the symbol descriptor.
13384
13385Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13386
13387 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13388 gcc2 behavior with promoted args.
13389
13390Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13391
13392 * gdb.texinfo: include readline appendices in info version of manual
13393
13394Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13395
13396 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13397 target remote.
13398
13399 * gdb.texinfo (Machine Code): more index entries for disassemble
13400
13401Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13402
13403 * Clarify the intended use of the gdb-testers and gdb-patches
13404 mailing lists, and shrink gzip comment.
13405
13406Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13407
13408 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13409 DOSHOST configuration of manual.
13410
13411 * gdb.texinfo (MIPS Stack): new node.
13412
13413 * all-config.texi (MIPS) new switch.
13414
13415 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13416 tense; (MIPS Remote) new node.
13417
13418 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13419 bug; (Environment) less passive, other small cleanups in text about
13420 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13421 (Remote) new MIPS Remote menu entry.
13422
13423Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13424
13425 * stabs.texinfo: Many changes to include information from the
13426 AIX documentation.
13427
13428 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13429
701adfb0
PA
13430Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13431
13432 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13433 Add PRINTF_HAS_LONG_LONG references.
13434
13435Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13436
13437 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13438 `set demangle-style arm' (not cfront); mention can type `q' to
13439 discard output, when gdb pages.
13440
c906108c
SS
13441Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13442
13443 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13444 Move a bunch of information from ../README.
13445 (Getting Started): New node.
13446
13447Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13448
13449 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13450
13451 * gdb.texinfo: advance manual revision dates to present
13452
13453 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13454 stop using silly Roman numerals in @set variable names
13455
13456Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13457
13458 * stabs.texinfo (Parameters): Keep trying to get this right.
13459
13460Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13461
13462 * stabs.texinfo (Parameters): More on "local parameters".
13463
13464Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13465
13466 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13467
13468Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13469
13470 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13471 (Parameters): Rewrite.
13472 (xcoff-differences, Sun-differences): Minor changes.
13473
13474Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13475
13476 * stabs.texinfo: Minor cleanup.
13477
13478Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13479
13480 * gdbint.texinfo: Minor xcoff stuff.
13481
13482Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13483
13484 * gdbint.texinfo: Update for new config directory structure.
13485 Add info about internal type data structures.
13486
13487Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13488
13489 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13490 $(srcdir).
13491 (gdb-config.texi): Depend on file in $(srcdir).
13492
13493Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13494
13495 * stabs.texinfo: Fixes about N_SO.
13496
701adfb0
PA
13497Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13498
13499 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13500
c906108c
SS
13501Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13502
13503 * gdb.texinfo: include list of nonstandard init file names
13504
13505 * *-config.texi: new switch GENERIC for text that applies *only*
13506 to (usual) multiple-target version of manual
13507
13508 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13509 h8 config
13510
13511 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13512 in menus (rather than conditionally selected multiple alternative
13513 menus).
13514
13515 * Makefile.in: define and use DOC_CONFIG var to select
13516 configuration for GDB user manual.
13517
13518 * gdb-config.texi: delete from repository, generate from Makefile.
13519
13520 * all-config.texi: normal `generic' configuration file, formerly
13521 stored as gdb-config.texi
13522
13523Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13524
13525 * Makefile.in: add dvi target to build all .dvi files
13526
13527Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13528
13529 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13530
701adfb0
PA
13531Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13532
13533 * stabs.texi: The `this' pointer is now known by the name
13534 `this' instead of `$t'.
13535
c906108c
SS
13536Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13537
13538 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13539 host conditionals.
13540 * stabs.texinfo: More array fixes inspired by Jim's.
13541
13542Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13543
13544 * stabs.texinfo: Fixes re arrays and continuations.
13545
13546 * gdbint.texinfo: Add XCOFF node.
13547
13548Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13549
13550 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13551
13552Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13553
13554 * stabs.texinfo: Fix for array types to mention lower bounds.
13555
13556Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13557
13558 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13559
13560Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13561
13562 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13563
13564Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13565
13566 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13567 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13568
13569Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13570
13571 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13572
701adfb0
PA
13573Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13574
13575 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13576
c906108c
SS
13577Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13578
13579 * gdb.texinfo, gdbinv-s.texi: misc updates
13580
13581Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13582
13583 * gdbint.texinfo: Brief documentation for longjmp support,
13584 from an email msg by Stu.
13585
13586Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13587
13588 * stabs.texinfo: Fix description of floating point "range"
13589 types (which really define basic types). Reported by Jim Meehan,
13590 <meehan@src.dec.com>.
13591
13592 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13593
13594Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13595
13596 * gdbint.texinfo: Slightly expand section on supporting a new
13597 object file format.
13598
13599Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13600
13601 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13602 intermediate file.
13603
13604Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13605
13606 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13607
13608Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13609
13610 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13611
13612 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13613 as well as Z8002.
13614
701adfb0
PA
13615Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13616
13617 * gdbint.texinfo (Host Conditionals): Remove
13618 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13619 MEM_FNS_DECLARED.
13620 (Target Conditionals): Remove all of the above.
13621
13622Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13623
13624 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13625 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13626
c906108c
SS
13627Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13628
13629 * gdbint.texinfo: Add sections on clean design and on how to send
13630 in changes.
13631
13632Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13633
13634 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13635
701adfb0
PA
13636Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13637
13638 * gdbint.texinfo: nm.h now included in defs.h.
13639
c906108c
SS
13640Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13641
13642 * gdb.texinfo: Fix typo, reported by Karl Berry.
13643
13644Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13645
13646 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13647
701adfb0
PA
13648Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13649
13650 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13651
13652Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13653
13654 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13655 (all @node commands): Use new form to avoid nitpicking errors.
13656 * gdbint.texinfo: Document host/native/target split.
13657
13658Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13659
13660 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13661
13662Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13663
13664 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13665
c906108c
SS
13666Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13667
13668 * gdbint.texinfo: fixed a stray email address (needs @@),
13669 added @table @code to node "Native Conditionals"
13670
701adfb0
PA
13671Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13672
13673 * gdbint.texinfo: document a few more macros, create new section
13674 for native macros.
13675
13676Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13677
13678 * gdb.texinfo: Document command hooks.
13679
c906108c
SS
13680Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13681
13682 * gdbint.texinfo: Describe coding style of GDB.
13683
13684Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13685
13686 * stabs.texinfo: Minor wording changes.
13687
13688Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13689
13690 * gdbint.texinfo: Improve release doc slightly.
13691
701adfb0
PA
13692Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13693
13694 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13695 for two new remote targets---29K using UDI, and Tandem ST2000
13696 using STDBUG.
13697
13698 * all.m4, none.m4: new m4 switch, _ST2000__
13699
13700 * all.m4: turn on H8/300 stuff for generic manual
13701
13702 * gdbinv-s.m4.in: remove text on special procedures to continue
13703 after explicit call to breakpoint() in serial stubs.
13704
c906108c
SS
13705Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13706
13707 * gdbint.texinfo: Improve doc of GDB config macros.
13708
13709Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13710
13711 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13712 These will be reinserted when examined.
13713
701adfb0
PA
13714Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13715
13716 * gdb.texinfo: fix shameful error of agreement reported by
13717 jimb@occs.cs.oberlin.edu (Jim Blandy)
13718 * gdb.texinfo: remove old partial discussion of remote serial
13719 protocol (via serial debug stubs)
13720 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13721 use of serial debug stubs
13722
c906108c
SS
13723Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13724
13725 * gdbint.texinfo: Make a start at documenting all the #if macros
13726 in GDB. At least list them all, and start separating them into
13727 host-specific and target-specific.
13728
13729Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13730
13731 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 13732 examples (not consistent w others).
c906108c
SS
13733 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13734 for generic vn of doc
13735
13736Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13737
13738 * Makefile.in: always create installation directories.
13739
13740Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13741
13742 * gdb.texinfo: in h8 config, do not describe searching commands.
13743
13744Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13745
13746 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13747 conditionals; introduce a few generic switches that may be
13748 useful for other cross-dev or dos-hosted configs.
13749
13750 * gdb.texinfo: fix typo in "info reg" description
13751
13752Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13753
13754 * stabs.texinfo: Minor updates from running TeX over it.
13755 * Makefile.in (stabs.dvi, stabs.ps): Add.
13756
13757Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13758
13759 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13760 First pass at converting it to texinfo.
13761
13762Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13763
13764 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13765 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13766
13767Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13768
13769 * gdbint.texinfo: Add section on partial symbol tables.
13770
701adfb0
PA
13771Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13772
13773 * gdb.texinfo: Document new am29k setting.
13774
c906108c
SS
13775Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13776
13777 * gdb.texinfo: document `set remotedebug' and `set
13778 rstack_high_address'.
13779
13780Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13781
13782 * gdb.texinfo: slight expansion of new text on reading info files
13783 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13784 H8/300 from DOS.
13785
13786Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13787
13788 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13789
13790Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13791
13792 * gdb.texinfo: Say how to read the `info' files.
13793
13794Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13795
13796 * Makefile.in: gm4 -> m4.
13797
13798Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13799
13800 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13801 Documentation' ahead of `Installing GDB' to match README.
13802 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 13803 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
13804
13805Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13806
13807 * Makefile.in: remove $(srcdir) from gdb.info rule.
13808
13809Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13810
13811 * Makefile.in: commented out gdb-all.texinfo rule. This is
13812 temporary.
13813
13814Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13815
13816 * Makefile.in, configure.in: removed traces of namesubdir,
13817 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 13818 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
13819
13820Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13821
13822 * gdb.texinfo: Improve how we ask for bug reports.
13823
13824Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13825
13826 * Makefile.in: infodir belongs in datadir.
13827
13828Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13829
13830 * Makefile.in: remove spaces following hyphens, bsd make can't
13831 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 13832 standards.text support.
c906108c
SS
13833
13834Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13835
13836 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13837 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13838 and mandir now keyed off datadir by default.
13839
13840\f
13841Local Variables:
9e9c5ae7 13842mode: change-log
c906108c
SS
13843left-margin: 8
13844fill-column: 74
13845version-control: never
463888ab 13846coding: utf-8
c906108c 13847End:
This page took 2.242349 seconds and 4 git commands to generate.