]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
gdb: change info sources to group results by objfile
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Symbols): Document new output format for 'info
4 sources'.
5
6 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.texinfo (GDB/MI File Commands): Document --group-by-objfile
9 extension for -file-list-exec-source-files.
10
11 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.texinfo (GDB/MI File Commands): Document extensions to
14 -file-list-exec-source-files.
15
16 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
19 description.
20
21 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * guile.texinfo (Breakpoints In Guile): Add BP_CATCHPOINT
24 description.
25
26 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.texinfo (RISC-V Features): Mention vector register feature.
29
30 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * python.texi (Unwinding Frames in Python): Mention
33 PendingFrame.level.
34 (Frames In Python): Mention Frame.level.
35
36 2021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
37
38 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
39 for "record function-call-history" and
40 "set record function-call-history-size".
41
42 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
43
44 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
45 '== None'.
46
47 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
48
49 * gdb.texinfo (Source and Machine Code): Document 'set
50 disassembler-options' support for the ARC target.
51
52 2021-06-04 Hannes Domani <ssbssa@yahoo.de>
53
54 * python.texi (TUI Windows In Python): Document Window.click.
55
56 2021-05-29 Hannes Domani <ssbssa@yahoo.de>
57
58 * python.texi (Writing a Frame Filter): Fix example.
59
60 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
61
62 * python.texi (TUI Windows In Python): Document "full_window"
63 argument.
64
65 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
66
67 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
68
69 2021-05-25 Hannes Domani <ssbssa@yahoo.de>
70
71 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
72
73 2021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
76 (Source Path): Likewise.
77 (GDB/MI Development and Front Ends): Likewise.
78 (ARM Features): Likewise.
79 (gdb man): Likewise.
80
81 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
82
83 * python.texi (Inferiors In Python): Mention the 'connection_num'
84 attribute.
85
86 2021-05-12 George Barrett <bob@bob131.so>
87
88 * guile.texi (Values From Inferior In Guile): Add documentation
89 for value-const-value.
90
91 2021-05-12 George Barrett <bob@bob131.so>
92
93 * guile.texi (Values From Inferior In Guile): Add documentation
94 for value-reference-value. Add documentation for
95 value-rvalue-reference-value.
96
97 2021-05-12 George Barrett <bob@bob131.so>
98
99 * guile.texi (Types In Guile): Add documentation for
100 TYPE_CODE_RVALUE_REF.
101
102 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * guile.texinfo (Breakpoints In Guile): Reword sentence.
105 * python.texinfo (Breakpoints In Python): Reword sentence.
106
107 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * python.texinfo (Python Commands): Document 'set debug
110 py-unwind' and 'show debug py-unwind'.
111
112 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * python.texinfo (Python Commands): Document 'set debug
115 py-breakpoint' and 'show debug py-breakpoint'.
116
117 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
118
119 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
120 '--force' flag of the '-break-condition' command.
121
122 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
123
124 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
125 '--force-condition' flag of the '-break-insert' and
126 '-dprintf-insert' commands.
127
128 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
129
130 * python.texi (Types In Python): Re-organize Type.fields doc.
131 Mention handling of array types. Correct doc for when calling
132 the method on another type.
133
134 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.texinfo (Initialization Files): Use @env when referencing
137 environment variables.
138 (Shell Commands): Likewise.
139 (Starting): Likewise.
140 (Arguments): Likewise.
141 (Environment): Likewise.
142 (Edit): Likewise.
143 (Compiling and Injecting Code): Likewise.
144 (Files): Likewise.
145 (Command History): Likewise.
146 (Screen Size): Likewise.
147 (Emacs): Likewise.
148
149 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * python.texinfo (Python Commands): Mention new commands.
152
153 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
154
155 PR gdb/22640
156 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
157 ptype command, describe 'set print type hex' and 'show print
158 type hex' commands. Update 'ptype/o' examples.
159
160 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
161
162 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
163 description for the 'enabled' field of breakpoint locations.
164
165 2021-04-15 Tom Tromey <tom@tromey.com>
166 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
169
170 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 PR cli/25956
173 * gdb.texinfo (File Options): Mention new command line options.
174 (Startup): Discuss when early init files are processed.
175 (Initialization Files): Add description of early init files.
176 (Output Styling): Update description of 'version' style.
177 (gdb man): Mention early init files.
178
179 2021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
182 parentheses to GDB prompt in example, and replace '(gdb)' with
183 '(@value{GDBP})' in one example where the latter was already in
184 use.
185
186 2021-03-29 Luis Machado <luis.machado@linaro.org>
187
188 * gdb.textinfo (Memory Tagging): Make it a @section.
189
190 2021-03-24 Luis Machado <luis.machado@linaro.org>
191
192 * gdb.texinfo (Data): Document memory tagging changes to the "print"
193 command.
194 (Examining Memory): Document memory tagging changes to the "x"
195 command.
196 (Memory Tagging): Update with more information on changes to the "x"
197 and "print" commands.
198
199 2021-03-24 Luis Machado <luis.machado@linaro.org>
200
201 * gdb.texinfo (Memory Tagging): New subsection and node.
202 (AArch64 Memory Tagging Extension): New subsection.
203
204 2021-03-24 Luis Machado <luis.machado@linaro.org>
205
206 * gdb.texinfo (General Query Packets): Document qMemTags and
207 QMemTags. Document the "memory-tagging" feature.
208 (ARM-Specific Protocol Details): Document memory tag types.
209
210 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * python.texinfo (Parameters In Python): Return empty string in
213 small example code.
214
215 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.texinfo (Files): Document new 'maint info target-sections'
218 command.
219
220 2021-02-17 Lancelot Six <lsix@lancelotsix.com>
221
222 PR cli/17290
223 * gdb.texinfo (Remote Configuration): Fix show remote
224 interrupt-sequence and show remote interrupt-on-connect.
225
226 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 * gdb.texinfo (Files): Update documentation for 'maint info
229 sections'.
230
231 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * python.texinfo (TUI Windows In Python): Extend description of
234 TuiWindow.is_valid.
235
236 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
237
238 * gdb.texinfo (Inferiors Connections and Programs): Document the
239 inferior command when used without argument.
240
241 2021-01-27 Tom Tromey <tromey@adacore.com>
242
243 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
244
245 2021-01-25 Marco Barisione <mbarisione@undo.io>
246
247 * python.texi: Add parentheses to print statements/functions.
248
249 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.texinfo (Specify Location): Move menu to the end of the
252 node.
253 (Auto-loading): Likewise.
254 (Extending GDB): Likewise.
255 (TUI): Likewise.
256 (Operating System Information): Likewise.
257
258 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 PR cli/25956
261 * gdb.texinfo (Output Styling): Document version style.
262
263 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
264
265 * gdb.texinfo (Auto-loading extensions): Add additional cross
266 references and move @menu to the end of the node.
267
268 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.texinfo (Aliases): Move @menu to the end of the node.
271
272 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
275
276 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.texinfo (Commands): Update menu.
279 (Extending GDB): Likewise.
280 (Command aliases default args): Moved later into the document,
281 added a cindex entry. Renamed the section 'Automatically prepend
282 default arguments to user-defined aliases' to 'Default Arguments'.
283 (Aliases): Moved earlier in the document. Minor rewording of the
284 first paragraph, down-cased the text inside all uses of @var, and
285 added a cross reference to the Python code. Renamed the section
286 'Creating new spellings of existing commands' to 'Command
287 Aliases'.
288
289 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
290
291 PR python/19151
292 * python.texi (Breakpoints In Python): Document
293 gdb.BP_HARDWARE_BREAKPOINT.
294
295 2021-01-01 Joel Brobecker <brobecker@adacore.com>
296
297 * gdb.texinfo, refcard.tex: Update copyright year range.
298
299 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
300
301 * python.texi (Frame Decorator API): Fix method name.
302
303 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
304
305 * gdb.texinfo (Packets): Clarify language for ? packet.
306
307 2020-12-21 Joel Brobecker <brobecker@adacore.com>
308
309 * gdb.texinfo (Requirements): Add GMP to list of requirements.
310
311 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
312
313 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
314
315 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
316
317 * python.texi (Values From Inferior): Document the address keyword.
318
319 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
320
321 PR gdb/27088
322 * gdb.texinfo (Range Checking): Fix "show check range" command
323 name.
324
325 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.texinfo (Caching Target Data): Document 'maint flush
328 dcache'.
329
330 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
333 (Maintenance Commands): Document 'maint flush register-cache'.
334
335 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
336
337 * Makefile.in: Delete GDBvn.texi and version.subst only in
338 the maintainer-clean target.
339
340 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
341
342 PR python/26974
343 * python.texi: Fix docu for static members argument.
344
345 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.texinfo (Debugging Output): Document 'set/show debug
348 fortran-array-slicing'.
349 (Special Fortran Commands): Document 'set/show fortran
350 repack-array-slices'.
351
352 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.texinfo (Maintenance Commands): Update description of 'maint
355 print c-tdesc'.
356
357 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * gdb.texinfo (Mode Options): Descriptions of initialization files
360 has been moved to 'Initialization Files'.
361 (Startup): Likewise.
362 (Initialization Files): New node.
363 (gdb man): Update to mention alternative file paths.
364 (gdbinit man): Likewise.
365
366 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
367
368 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
369 of the 'break'command.
370 * gdb.texinfo (Conditions): Document the '-force' flag of the
371 'condition' command.
372
373 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
374
375 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
376 locations for which the breakpoint condition is invalid.
377
378 2020-10-06 Michael Forney <mforney@mforney.org>
379
380 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
381 install condition.
382
383 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
384
385 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
386
387 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
388
389 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
390
391 2020-09-13 Pedro Alves <pedro@palves.net>
392
393 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
394 "-break-insert --qualified" and "-dprintf-insert --qualified".
395
396 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
397
398 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
399
400 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
401
402 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
403 Features.
404
405 2020-08-07 Tom Tromey <tromey@adacore.com>
406
407 * gdb.texinfo (Ravenscar Profile): Add examples.
408 Document runtime initialization limitation.
409
410 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
411
412 * gdb.texinfo (Contributors): Add information for the eBPF
413 support.
414 (BPF): New section.
415
416 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * python.texi (Unwinding Frames in Python): Update descriptions
419 for PendingFrame.read_register and
420 gdb.UnwindInfo.add_saved_register.
421 (Frames In Python): Update description of Frame.read_register.
422
423 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * python.texi (Registers In Python): Document new find function.
426
427 2020-07-22 Kevin Buettner <kevinb@redhat.com>
428
429 * gdb.texinfo (Maintenance Commands): Add documentation for
430 new command "maintenance print core-file-backed-mappings".
431
432 2020-07-22 Reuben Thomas <rrt@sc3d.org>
433
434 * gdb.texinfo (Remote Protocol, Overview): Correct the description
435 of which remote protocol commands are mandatory for a stub to
436 implement.
437
438 2020-07-20 Ludovic Courtès <ludo@gnu.org>
439
440 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
441
442 2020-07-20 Ludovic Courtès <ludo@gnu.org>
443
444 * guile.texi (Memory Ports in Guile): Mark
445 'memory-port-read-buffer-size',
446 'set-memory-port-read-buffer-size!',
447 'memory-port-write-buffer-size',
448 'set-memory-port-read-buffer-size!' as deprecated.
449 (Guile Introduction): Clarify which Guile
450 versions are supported.
451
452 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
453
454 PR gdb/25716
455
456 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
457 apply' and adjust xrefs to it.
458
459 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
460
461 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
462
463 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
464
465 * gdb.texinfo: Document Windows drive conversion of
466 'set auto-load scripts-directory'.
467
468 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texi (Registers): Add @anchor for 'info registers
471 <reggroup>' command.
472 * python.texi (Architectures In Python): Document new
473 register_groups method.
474 (Registers In Python): Document two new object types related to
475 register groups.
476
477 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * python.texi (Python API): Add new section to the menu.
480 (Frames In Python): Add new @anchor.
481 (Architectures In Python): Document new registers method.
482 (Registers In Python): New section.
483
484 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * python.texi (Unwinding Frames in Python): Document
487 PendingFrame.architecture method.
488
489 2020-06-26 Eli Zaretskii <eliz@gnu.org>
490
491 * gdb.texinfo (Shell Commands): More accurate description of use
492 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
493
494 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.texinfo (Maintenance Commands): Document new 'maint print
497 xml-desc' command.
498
499 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
500
501 * gdb.texinfo (Command aliases default args): New node documenting
502 how to use default args for a command using aliases.
503 (Aliases): Document the new 'DEFAULT-ARGS...' option.
504 (Help): Update help aliases text and describe when full alias
505 definition is provided.
506
507 2020-06-11 Tom Tromey <tromey@adacore.com>
508
509 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
510
511 2020-06-10 Jonny Grant <jg@jguk.org>
512
513 * gdb.texinfo: Remove broken links Previous and Up from
514 contents.
515
516 2020-05-23 Tom Tromey <tom@tromey.com>
517
518 * gdb.texinfo (Output Styling): Don't mention completion styling.
519 (Editing): Don't mention readline completion styling.
520
521 2020-05-23 Tom Tromey <tom@tromey.com>
522
523 * gdb.texinfo (Output Styling): Mention completion styling.
524 (Editing): Mention readline completion styling.
525
526 2020-05-19 Pedro Alves <palves@redhat.com>
527
528 * gdb.texinfo (Attach): Update exec-file-mismatch description to
529 mention build IDs.
530 (Separate Debug Files): Add "build id" anchor.
531
532 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
533
534 * gdb.texinfo (Help): Document the help and apropos changes.
535 (Aliases): Document new meaning of -a abbreviation flag.
536
537 2020-05-05 Kamil Rytarowski <n54@gmx.com>
538
539 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
540 (info proc exe, info proc mappings, info proc stat): Mention
541 NetBSD support.
542
543 2020-04-28 Tom Tromey <tom@tromey.com>
544
545 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
546
547 2020-04-27 Tom Tromey <tromey@adacore.com>
548
549 * python.texi (Types In Python): Mention missing fields. Add
550 dynamic type example.
551
552 2020-04-24 Tom Tromey <tromey@adacore.com>
553
554 PR python/23662:
555 * python.texi (Types In Python): Document new features.
556
557 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
558
559 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
560 clears makeinfo warnings.
561 * python.texi: Add a missing period trailing an @xref{} clause;
562 this clears a makeinfo warning.
563
564 2020-03-06 Tom de Vries <tdevries@suse.de>
565
566 * gdb.texinfo: Fix "the the".
567
568 2020-03-04 Tom de Vries <tdevries@suse.de>
569
570 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
571 * python.texi: Same.
572
573 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.texinfo (Command History): Extend description for
576 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
577 'set history filename' being optional. Describe the effect of an
578 empty history filename on 'set history save on'.
579
580 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
583 output.
584
585 2020-02-22 Tom Tromey <tom@tromey.com>
586
587 * python.texi (Python API): Add menu item.
588 (TUI Windows In Python): New node.
589
590 2020-02-22 Tom Tromey <tom@tromey.com>
591
592 PR tui/17850:
593 * gdb.texinfo (TUI Commands): Document horizontal layouts.
594
595 2020-02-22 Tom Tromey <tom@tromey.com>
596
597 * gdb.texinfo (TUI Overview): Mention user layouts.
598 (TUI Commands): Document "tui new-layout".
599
600 2020-01-26 Tom Tromey <tromey@adacore.com>
601
602 * gdb.texinfo (M68K Features): Document floating-point feature
603 correspondence.
604
605 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
606
607 * gdb.texinfo (Attach): Document the new option and the
608 set/show commands.
609 (Connecting): Reference the exec-file-mismatch option.
610
611 2020-01-10 Pedro Alves <palves@redhat.com>
612
613 * gdb.texinfo (Starting): Say "current inferior not connected"
614 instead of "GDB not connected".
615 (Inferiors and Programs): Rename node to ...
616 (Inferiors Connections and Programs): ... this. Update all
617 references. Talk about multiple target connections. Update "info
618 inferiors" info to mention the connections column. Describe "info
619 connections". Document "add-inferior -no-connection".
620 * guile.texi, python.texi: Update cross references.
621
622 2020-01-01 Joel Brobecker <brobecker@adacore.com>
623
624 * gdb.texinfo, refcard.tex: Update copyright year range.
625
626 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * python.texi (Symbols In Python): Remove duplicate description of
629 gdb.lookup_global_symbol.
630
631 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
632
633 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
634
635 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
636
637 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
638 as -r is ambiguous. Update the print - TAB TAB completion result.
639 (Data): Document new option -raw-values. Use -p and -pretty in the
640 example, as -r is ambiguous.
641 (Print Settings): Document set print raw values.
642 (Pretty-Printer Commands): Document interaction between enabled
643 pretty printers and -raw-values/-raw-frame-arguments.
644
645 2019-12-10 Tom Tromey <tom@tromey.com>
646
647 * python.texi (gdb.prompt): Use correct quotes in example.
648 Shorten sample text.
649
650 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
651
652 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
653 -max-results to some -symbol-info-* commands.
654
655 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
658 -symbol-info-module-functions and -symbol-info-module-variables.
659
660 2019-12-01 Tom Tromey <tom@tromey.com>
661
662 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
663 (Output Styling): Document new settings.
664
665 2019-12-01 Tom Tromey <tom@tromey.com>
666
667 * gdb.texinfo (TUI Configuration): Document new setting.
668
669 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
670
671 * gdb.texinfo (Define): Indicate that user-defined prefix can
672 be used in 'define' command. Document 'define-prefix' command.
673
674 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
677 -symbol-info-modules.
678
679 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
682 -symbol-info-functions, -symbol-info-types, and
683 -symbol-info-variables.
684
685 2019-11-26 Tom Tromey <tom@tromey.com>
686
687 * gdb.texinfo (Maintenance Commands): Document new maint
688 commands.
689
690 2019-11-25 Luis Machado <luis.machado@linaro.org>
691
692 * gdb.texinfo (Debugging Output): Document set debug
693 remote-packet-max-chars.
694
695 2019-11-14 Tom de Vries <tdevries@suse.de>
696
697 * gdb.texinfo: Fix typos.
698 * python.texi: Same.
699 * stabs.texinfo: Same.
700
701 2019-11-12 Tom Tromey <tom@tromey.com>
702
703 * gdb.texinfo (Maintenance Commands): Document new command.
704
705 2019-11-11 Tom Tromey <tom@tromey.com>
706
707 * gdb.texinfo (TUI Keys): Document readline function names.
708
709 2019-11-11 Tom Tromey <tom@tromey.com>
710
711 * gdb.texinfo (Editing): Document operate-and-get-next.
712
713 2019-11-11 Tom Tromey <tromey@adacore.com>
714
715 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
716
717 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * python.texi (Symbols In Python): Add documentation for
720 gdb.lookup_static_symbols.
721
722 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * python.texi (Symbols In Python): Extend documentation for
725 gdb.lookup_static_symbol.
726
727 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * gdb.texinfo (Symbols): Document new 'info module variables' and
730 'info module functions' commands.
731
732 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.texinfo (Symbols): Document new 'info modules' command.
735
736 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
737
738 * gdb.texinfo (Convenience Funs): Document the new
739 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
740 convenience functions.
741
742 2019-10-29 Christian Biesinger <cbiesinger@google.com>
743
744 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
745 generation.
746 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
747 option.
748
749 2019-10-23 Tom Tromey <tom@tromey.com>
750
751 * Makefile.in (READLINE_DIR): Update.
752
753 2019-10-23 Christian Biesinger <cbiesinger@google.com>
754
755 * python.texi (Threads In Python): Add a note for how to get the
756 list of threads.
757
758 2019-10-07 Tom de Vries <tdevries@suse.de>
759
760 * gdb.texinfo: Fix typo.
761 * guile.texi: Same.
762 * python.texi: Same.
763
764 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
765
766 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
767
768 2019-10-02 Tom Tromey <tromey@adacore.com>
769
770 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
771 $_ada_exception.
772
773 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
774
775 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
776 qXfer:spu:read and qXfer:spu:write.
777 (General Query Packets): Likewise.
778 (Cell Broadband Engine SPU architecture): Remove subsection.
779
780 2019-09-18 Tom Tromey <tom@tromey.com>
781
782 * gdb.texinfo (Editing): Document readline application name.
783 (TUI Single Key Mode): Document TUI SingleKey keymap name.
784
785 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.texinfo (Source Path): Additional text to better describe
788 how the source path directory list is used when searching for
789 source files.
790
791 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
792
793 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
794 examples.
795
796 2019-09-10 Tom Tromey <tromey@adacore.com>
797
798 * gdb.texinfo (Index Files): Update Ada text.
799
800 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.texinfo (Symbols): Add information about the -n flag to
803 "info variables" and "info functions".
804
805 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
806
807 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
808
809 2019-08-16 Alan Hayward <alan.hayward@arm.com>
810
811 * gdb.texinfo (AArch64 Pointer Authentication)
812 (GDB/MI Breakpoint Information) (Frame Information): Document
813 addr_field.
814
815 2019-08-12 Tom Tromey <tom@tromey.com>
816
817 * gdb.texinfo (Configure Options): Document minimum version of
818 readline.
819
820 2019-08-09 Alan Hayward <alan.hayward@arm.com>
821
822 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
823
824 2019-08-07 Alan Hayward <alan.hayward@arm.com>
825
826 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
827
828 2019-08-05 Christian Biesinger <cbiesinger@google.com>
829
830 * python.texi (Blocks In Python): Document dictionary access on blocks.
831
832 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
833
834 * gdb.texinfo (Symbols): Document new args -dirname and -basename
835 of "info sources" command.
836
837 2019-07-30 Christian Biesinger <cbiesinger@google.com>
838
839 * python.texi (Symbols In Python): Document new function
840 gdb.lookup_static_symbol.
841
842 2019-07-29 Christian Biesinger <cbiesinger@google.com>
843
844 * python.texi (Objfiles In Python): Document new functions
845 Objfile.lookup_{global,static}_symbol.
846
847 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
848
849 * gdb.texinfo (Backtrace): Document the new '-frame-info'
850 backtrace option. Reference 'set print frame-info'.
851 (Print Settings): Document 'set|show print frame-info'.
852 Document new 'presence' value for 'set print frame-arguments.
853
854 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.texinfo (Symbols): Add information about -q flag to "info
857 types".
858
859 2019-07-20 Kevin Buettner <kevinb@redhat.com>
860
861 * python.texi (python command): Revise example to match
862 command behavior.
863
864 2019-07-09 Pedro Alves <palves@redhat.com>
865
866 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
867 examples to show type=catchpoint instead of type=breakpoint and an
868 address.
869
870 2019-07-03 Pedro Alves <palves@redhat.com>
871 Philippe Waroquiers <philippe.waroquiers@skynet.be>
872
873 * gdb.texinfo (Command Settings): New node documenting the general
874 concept of settings, how to change them, and the new "with"
875 command.
876 (Maintenance Commands): Document "maint with".
877
878 2019-07-03 Pedro Alves <palves@redhat.com>
879
880 * gdb.texinfo (Maintenance Commands): Document "maint set/show
881 test-settings" instead of "maint test-settings set/show".
882
883 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
884
885 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
886 deals with a file that has the same name as the specified pid to
887 attach to. Add example using -p option.
888 (gdb man): Remove same sentence as in previous item.
889
890 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
893 node.
894 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
895 new MI commands.
896
897 2019-06-13 Pedro Alves <palves@redhat.com>
898
899 * gdb.texinfo (Command Completion): Mention command options too.
900 (Command Options): New node.
901 (Threads): Add anchors. Extend descriptions of the "taas" and
902 "tfaas" commands.
903 (Backtrace): Describe new options of the "backtrace" command. Add
904 anchors.
905 (Frame Apply): Describe new options of the "frame apply" and
906 "faas" commands. Add anchors.
907 (Data): Describe new options of the "print" command. Add anchors.
908 (Compiling and Injecting Code): Mention options of the "compile
909 print" command.
910 (Maintenance Commands): Mention "maint test-options" subcommands
911 and the "maint show test-options-completion-result" command.
912
913 2019-06-13 Pedro Alves <palves@redhat.com>
914
915 * gdb.texinfo (Print Settings): Document "set/show print
916 raw-frame-arguments" instead of "set/show print raw
917 frame-arguments".
918
919 2019-06-13 Pedro Alves <palves@redhat.com>
920
921 * gdb.texinfo (Maintenance Commands): Document "maint
922 test-settings" commands.
923
924 2019-06-06 Amos Bird <amosbird@gmail.com>
925
926 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
927 annotation.
928
929 2019-06-04 Christian Biesinger <cbiesinger@google.com>
930
931 * python.texi: Document new gdb.Type.objfile property.
932
933 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
934
935 * gdb.texinfo (Help): Document the new -v apropos flag.
936 (Output Styling): Document the style name styling done by "show style".
937 Document the new title and highlight styles.
938
939 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
940
941 * gdb.texinfo (Shell Commands): Document pipe command.
942 (Logging Output): Add a reference to pipe command.
943 (Convenience Variables): Document $_shell_exitcode and
944 $_shell_exitstatus.
945
946 2019-05-29 Tom Tromey <tromey@adacore.com>
947
948 * gdb.texinfo (Continuing and Stepping): Document new
949 commands.
950
951 2019-05-22 Alan Hayward <alan.hayward@arm.com>
952
953 * gdb.texinfo (Shell Commands): Add debugredirect.
954
955 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
956
957 * gdb.texinfo: Minor formatting fixes.
958
959 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
960
961 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
962 MI command -complete.
963
964 2019-05-14 Tom de Vries <tdevries@suse.de>
965
966 * gdb.texinfo (Automatic symbol index cache): Add concept and command
967 index entries.
968
969 2019-05-14 Tom de Vries <tdevries@suse.de>
970
971 * gdb.texinfo (Maintenance Commands): Remove superfluous
972 quoting on command index entry for "maint info selftests".
973
974 2019-05-10 Tom Tromey <tromey@adacore.com>
975
976 * python.texi (Pretty Printing API): Mention lazy computation for
977 "children".
978
979 2019-05-10 Tom Tromey <tromey@adacore.com>
980
981 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
982 exception" and "catch handlers". Move "catch exception unhandled"
983 text. Use @var for "catch load" and "catch unload"
984
985 2019-05-08 Tom Tromey <tromey@adacore.com>
986
987 * gdb.texinfo (Symbols): Document change to ptype/o.
988
989 2019-05-03 Eli Zaretskii <eliz@gnu.org>
990
991 * gdb.texinfo (Separate Debug Files): Document how the
992 subdirectory of the global debug directory is computed on
993 MS-Windows/MS-DOS.
994
995 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.texinfo (Print Settings): Document 'print max-depth'.
998 * guile.texi (Guile Pretty Printing API): Document that 'print
999 max-depth' can effect the display of a values children.
1000 * python.texi (Pretty Printing API): Likewise.
1001 (Values From Inferior): Document max_depth keyword.
1002
1003 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1004
1005 * gdb.texinfo (Calling): Document the new
1006 set|show may-call-functions.
1007
1008 2019-04-22 Pedro Alves <palves@redhat.com>
1009
1010 * gdb.texinfo (Reverse Execution): Mention and xref process record
1011 and replay. Mention remote and system emulators.
1012 (Process Record and Replay): List supported architectures.
1013 Mention that "record btrace" is only supported on Intel
1014 processors.
1015
1016 2019-04-17 Alan Hayward <alan.hayward@arm.com>
1017
1018 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
1019 (Monitor Commands for gdbserver)
1020 (gdbserver man): Add debug-file option.
1021
1022 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1023
1024 * python.texi (Inferiors In Python): Rename
1025 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
1026 Add note about the former being deprecated.
1027
1028 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1029
1030 * python.texi (Threads In Python): Add description for method
1031 InferiorThread.handle.
1032
1033 2019-04-07 Tom Tromey <tom@tromey.com>
1034
1035 * Makefile.in (all): Depend on "info".
1036
1037 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1040 '$_cimag'.
1041
1042 2019-03-30 Eli Zaretskii <eliz@gnu.org>
1043
1044 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1045 $_gdb_minor.
1046
1047 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * python.texi (Pretty Printing API): Document use of None for the
1050 display_hint.
1051
1052 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1053 Jiong Wang <jiong.wang@arm.com>
1054
1055 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1056
1057 2019-03-20 Tom Tromey <tromey@adacore.com>
1058
1059 * python.texi (Selecting Pretty-Printers): Use @defvar for
1060 gdb.pretty_printers.
1061
1062 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
1063
1064 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1065 of table, "@end @table" -> "@end table".
1066
1067 2019-03-14 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.texinfo (Output Styling): Document "set style source" and
1070 "show style source".
1071
1072 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1073
1074 * gdb.texinfo (Mode Options): Mention mi3.
1075 (Interpreters): Likewise.
1076 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1077 version table. Document -fix-multi-location-breakpoint-output.
1078 (GDB/MI Breakpoint Information): Document format of breakpoint
1079 location output.
1080
1081 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
1082
1083 * python.texi (Values From Inferior): Change synopsys of the
1084 second form of Value.__init__.
1085
1086 2019-03-02 Eli Zaretskii <eliz@gnu.org>
1087
1088 * gdb.texinfo (Output Styling): Fix typos. Document the default
1089 foreground colors of the available styles.
1090
1091 2019-02-27 Kevin Buettner <kevinb@redhat.com>
1092
1093 * gdb.texinfo (Configure Options): Document minimum python
1094 version.
1095
1096 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1097
1098 * python.texi (Values From Inferior): Document second form
1099 of Value.__init__.
1100
1101 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.texinfo: Update copyright year ranges.
1104 * refcard.tex: Likewise.
1105
1106 2019-02-21 Alan Hayward <alan.hayward@arm.com>
1107
1108 * gdb.texinfo: Update style defaults.
1109
1110 2019-02-21 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1113 @item.
1114
1115 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1116
1117 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1118 MI versions. Update text around it.
1119
1120 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1121
1122 * gdb.texinfo (PowerPC Features): Document the alias
1123 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1124
1125 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * gdb.texinfo (Print Settings): Remove mention of specific
1128 demangle-style values, just refer to the in-process help.
1129
1130 2018-12-28 Tom Tromey <tom@tromey.com>
1131
1132 * gdb.texinfo (Output Styling): New node.
1133
1134 2018-12-13 John Baldwin <jhb@FreeBSD.org>
1135
1136 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1137 (Native): Add a FreeBSD subsection.
1138 (FreeBSD): Document use of system call aliases for compatibility
1139 system calls.
1140
1141 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1144 sub-section.
1145
1146 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1147
1148 * gdb.texinfo (Examining the Symbol Table): Document language choice
1149 for 'info types|functions|variables' commands.
1150 (Setting Breakpoints): Document language choice to print
1151 the functions in which a breakpoint is set.
1152
1153 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1154
1155 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1156 requirements for the org.gnu.gdb.power.vsx feature.
1157
1158 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1161 output to match the current implementation.
1162
1163 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1164
1165 * gdb.texinfo (Information About a Frame): Document changes
1166 to 'info args' and 'info locals'.
1167 (Examining the Symbol Table): Document changes to 'info functions'
1168 and 'info variables'.
1169
1170 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1171
1172 * gdb.texinfo (PowerPC Features): Describe new features
1173 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1174 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1175 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1176 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1177
1178 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1179
1180 * gdb.texinfo (PowerPC Features): Describe new features
1181 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1182
1183 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1184
1185 * gdb.texinfo (PowerPC Features): Describe new feature
1186 "org.gnu.gdb.power.tar".
1187
1188 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1189
1190 * gdb.texinfo (PowerPC Features): Describe new features
1191 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1192
1193 2018-10-20 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.texinfo (TUI Commands): Add @end table.
1196 (TUI Configuration): Remove stray @end table.
1197
1198 2018-10-19 Tom Tromey <tom@tromey.com>
1199
1200 PR tui/18388:
1201 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1202 (TUI Configuration): Document "set tui tab-width".
1203
1204 2018-10-09 Tom Tromey <tom@tromey.com>
1205
1206 * python.texi (Inferiors In Python): Link to "Frames In Python",
1207 not "Unwinding Frames in Python".
1208
1209 2018-10-09 Tom Tromey <tom@tromey.com>
1210
1211 * gdb.texinfo (Configure Options): Update --enable-ubsan
1212 documentation.
1213
1214 2018-10-08 John Baldwin <jhb@FreeBSD.org>
1215
1216 * gdb.texinfo (Contributors): Add SRI International and University
1217 of Cambridge for FreeBSD/riscv.
1218
1219 2018-10-06 Tom Tromey <tom@tromey.com>
1220
1221 PR python/19399:
1222 * python.texi (Inferiors In Python): Document
1223 Inferior.Architecture.
1224
1225 2018-10-06 Tom Tromey <tom@tromey.com>
1226
1227 PR python/21765:
1228 * python.texi (Symbols In Python): Document the module and
1229 common-block domains. Remove documentation for incorrect
1230 domains.
1231
1232 2018-10-03 Tom Tromey <tom@tromey.com>
1233
1234 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1235
1236 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1237
1238 * gdb.texinfo (Remote Connection Commands): Describe
1239 the changes to target remote and target extended-remote
1240 relating to Unix domain sockets.
1241
1242 2018-10-01 Tom Tromey <tom@tromey.com>
1243
1244 * gdb.texinfo (Configure Options): Document configure options.
1245
1246 2018-09-29 Tom Tromey <tom@tromey.com>
1247
1248 * gdb.texinfo (Requirements): Mention C++, GNU make.
1249 (Requirements): Sort the table. Add more libraries.
1250 (Running Configure): Remove obsolete text.
1251 (Separate Objdir): Likewise.
1252 (Configure Options): Likewise.
1253
1254 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1257 to highlight that the number is also the frame's level.
1258 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1259 commands.
1260 (Frame Info): Rewrite documentation for 'info frame' command.
1261
1262 2018-09-23 Tom Tromey <tom@tromey.com>
1263
1264 PR python/18852:
1265 * python.texi (Parameters In Python): Document exception behavior
1266 of get_set_string.
1267
1268 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1269
1270 * gdb.texinfo (info proc): Remove "running".
1271 (info proc mappings): Replace "program" with "process".
1272
1273 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1274
1275 * gdb.texinfo (Process Information): Document "info proc files"
1276 command.
1277
1278 2018-09-17 Tom Tromey <tom@tromey.com>
1279
1280 * gdb.texinfo (Index Files): Update for cache directory change on
1281 macOS.
1282
1283 2018-09-16 Tom Tromey <tom@tromey.com>
1284
1285 * python.texi (Basic Python): Update docs for find_pc_line,
1286 solib_name.
1287 (Progspaces In Python): Update docs for current_progspace.
1288 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1289 Move method documentation before example.
1290
1291 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1292
1293 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1294
1295 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1296 2018-09-13 Tom Tromey <tom@tromey.com>
1297
1298 * python.texi (Program Spaces In Python): Document the
1299 Progspace.objfiles method.
1300 (Objfiles In Python): Mention that gdb.objfiles() is identical
1301 to gdb.selected_inferior().progspace.objfiles().
1302
1303 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1304 2018-09-13 Tom Tromey <tom@tromey.com>
1305
1306 * python.texi (Inferiors In Python): Document
1307 Inferior.progspace.
1308 (Program Spaces In Python): Document that
1309 gdb.current_progspace() is the same as
1310 gdb.selected_inferior().progspace.
1311
1312 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1313
1314 * python.texi (Basic Python): Mention the string representation
1315 of GDB Python objects.
1316
1317 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1318
1319 * gdb.texinfo (Skipping Over Functions and Files): Document
1320 set/show debug skip.
1321
1322 2018-09-10 Tom Tromey <tom@tromey.com>
1323
1324 * python.texi (Frames In Python, Blocks In Python)
1325 (Symbols In Python, Symbol Tables In Python)
1326 (Lazy Strings In Python): Remove periods from section titles.
1327
1328 2018-09-10 Tom Tromey <tom@tromey.com>
1329
1330 * python.texi (Pretty Printing API): Swap sentence order.
1331
1332 2018-09-10 Tom Tromey <tom@tromey.com>
1333
1334 PR python/16461:
1335 * python.texi (Values From Inferior): Mention use of virtual
1336 table.
1337
1338 2018-09-10 Tom Tromey <tom@tromey.com>
1339
1340 * python.texi (Basic Python): Parenthesize argument to
1341 decode_line.
1342
1343 2018-09-10 Tom Tromey <tom@tromey.com>
1344
1345 * python.texi (Python): Mention Python versions. Don't mention
1346 execfile.
1347
1348 2018-09-10 Tom Tromey <tom@tromey.com>
1349
1350 PR python/19808:
1351 * python.texi (Unwinding Frames in Python): Rewrite
1352 create_unwind_info documentation. Update read_register
1353 documentation and add a note about unwinder caution.
1354
1355 2018-09-10 Tom Tromey <tom@tromey.com>
1356
1357 PR python/18909:
1358 * python.texi (Events In Python): Fix inferior_call
1359 documentation.
1360
1361 2018-09-10 Tom Tromey <tom@tromey.com>
1362
1363 PR python/17752:
1364 * python.texi (Frame Filter API): Remove period from subsection
1365 title. Mention 100 as good default priority.
1366 (Frame Decorator API): Remove period from subsection title.
1367 Mention FrameDecorator module.
1368
1369 2018-09-10 Tom Tromey <tom@tromey.com>
1370
1371 PR python/23108:
1372 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1373 and add a table.
1374
1375 2018-09-10 Tom Tromey <tom@tromey.com>
1376
1377 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1378 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1379 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1380 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1381
1382 2018-09-10 Tom Tromey <tom@tromey.com>
1383
1384 PR python/16484:
1385 * python.texi (Frames In Python): Document that Frame.block can
1386 throw.
1387
1388 2018-09-10 Tom Tromey <tom@tromey.com>
1389
1390 PR python/23487:
1391 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1392
1393 2018-09-10 Tom Tromey <tom@tromey.com>
1394
1395 PR python/16033:
1396 * python.texi (Blocks In Python): Document that Block.end is
1397 exclusive.
1398
1399 2018-08-29 Keith Seitz <keiths@redhat.com>
1400
1401 * gdb.texinfo (Compiling and injecting code in GDB): Document
1402 set/show "compile-oracle" and "compile-cplus-types" commands.
1403
1404 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1405
1406 * gdb.texinfo (The -stack-list-frames Command): Update description
1407 to mention "arch".
1408 Update MI examples throughout the document to contain "arch" in
1409 frame output.
1410
1411 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1412
1413 * gdb.texinfo (AArch64 SVE): New subsubsection.
1414
1415 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1416
1417 * gdb.texinfo (GDB/MI Data Manipulation): Document
1418 "-data-disassemble -a addr".
1419 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1420 feature.
1421
1422 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1423
1424 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1425 symbol index cache.
1426
1427 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1428
1429 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1430 option sections to further clarify that gcore can take more
1431 than one PID, and that "-o" is used to specify a prefix, not a
1432 filename.
1433
1434 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.texinfo (Maintenance Commands): Add description of
1437 maintenance command to control dwarf unwinders.
1438
1439 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1440
1441 * gdb.texinfo (Debugging Programs with Multiple Threads):
1442 Document changes to 'thread apply'. Document 'taas'.
1443 Document 'tfaas'.
1444 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1445
1446 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1447 Jan Kratochvil <jan.kratochvil@redhat.com>
1448 Paul Fertser <fercerpav@gmail.com>
1449 Tsutomu Seki <sekiriki@gmail.com>
1450
1451 * gdb.texinfo (Remote Connection Commands): Add explanation
1452 about new IPv6 support. Add new connection prefixes.
1453
1454 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.texinfo (Remote Configuration): Update descriptions for
1457 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1458 and hardware-watchpoint-length-limit variables.
1459
1460 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1461
1462 PR tdep/8282
1463 * gdb.texinfo (Source and Machine Code): Document `set
1464 disassembler-options' support for the MIPS target.
1465
1466 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1467
1468 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1469
1470 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1471
1472 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1473 is no longer mandatory.
1474
1475 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1476
1477 * gdb.texinfo (Files): Document "symbol-file -o offset".
1478
1479 2018-06-14 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1482
1483 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1484
1485 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1486
1487 2018-06-08 Gary Benson <gbenson@redhat.com>
1488
1489 * gdb.texinfo (Maintenance Commands): Document "maint check
1490 libthread-db" and "maint set/show check-libthread-db".
1491
1492 2018-06-05 Tom Tromey <tom@tromey.com>
1493
1494 PR cli/12326:
1495 * gdb.texinfo (Screen Size): Document "c" response to pagination
1496 prompt.
1497
1498 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1499
1500 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1501 selection details with the `set endian auto' mode.
1502
1503 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1504
1505 * gdb.texinfo: Describe SVE feature.
1506
1507 2018-05-04 Tom Tromey <tom@tromey.com>
1508
1509 PR python/22731:
1510 * python.texi (Breakpoints In Python): Mention that "commands" is
1511 writable.
1512
1513 2018-05-02 Tom Tromey <tom@tromey.com>
1514
1515 PR python/20084:
1516 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1517 PARAM_ZUINTEGER_UNLIMITED.
1518
1519 2018-04-30 Tom Tromey <tom@tromey.com>
1520
1521 * python.texi (Types In Python): Document Type.align.
1522
1523 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1524
1525 * gdb.texinfo (Symbols): Mention the fact that "info
1526 variables/functions/types" show source files and line numbers.
1527
1528 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1529
1530 * gdb.texinfo: Document set/show record btrace cpu.
1531
1532 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.texinfo (Ada Settings): New subsubsection.
1535
1536 2018-03-26 Tom Tromey <tom@tromey.com>
1537
1538 PR backtrace/15582:
1539 * gdb.texinfo (Backtrace): Mention "hide" argument.
1540
1541 2018-03-26 Tom Tromey <tom@tromey.com>
1542
1543 * gdb.texinfo (Backtrace): Describe options individually.
1544
1545 2018-03-19 Tom Tromey <tom@tromey.com>
1546
1547 * observer.texi: Remove.
1548
1549 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1550
1551 * gdb.texinfo (Debugging Output): Document "set/show debug
1552 fbsd-nat".
1553
1554 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * gdb.texinfo (Machine Code): Additional information about "info
1557 line" command.
1558
1559 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1560
1561 * gdb.texinfo (gdb-add-index man): Add pindex.
1562
1563 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1564
1565 * gdb.texinfo (set cwd): Add period.
1566 (gdb-add-index man): Move anchor.
1567
1568 2017-01-12 Tom Tromey <tom@tromey.com>
1569 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 * gdb.texinfo (Index Files): Mention gdb-add-index.
1572 (gdb-add-index man): New section.
1573 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1574 from gdb.texinfo.
1575
1576 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1577
1578 * gdb.texinfo (pwd): Fix whitespace.
1579
1580 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1581
1582 * gdb.texinfo (pwd): Update cross-reference for Process Information
1583 node and remove explicit /proc reference.
1584 (Native): Rename subsection from SVR4 Process Information to
1585 Process Information.
1586 (Process Information): Reword introduction to be less /proc
1587 centric. Document support for "info proc" on FreeBSD.
1588
1589 2018-01-03 Xavier Roirand <roirand@adacore.com>
1590
1591 * gdb.texinfo (Set Catchpoints): Add documentation for new
1592 "catch handlers" action.
1593
1594 2017-12-27 Stafford Horne <shorne@gmail.com>
1595
1596 * gdb.texinfo (Target Description Format): Explain that arbitrary
1597 strings are now allowed for register groups.
1598
1599 2017-12-27 Stafford Horne <shorne@gmail.com>
1600
1601 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1602
1603 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1604
1605 PR cli/16224
1606 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1607
1608 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1609
1610 * python.texi (Manipulating breakpoints using Python): Document
1611 qualified parameter to gdb.Breakpoint.
1612
1613 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1614
1615 * python.texi (Manipulating breakpoints using Python): Split doc
1616 of Breakpoint.__init__ in two, split text in multiple
1617 paragraphs, don't nest parameter square brackets.
1618
1619 2017-12-12 Stafford Horne <shorne@gmail.com>
1620 Stefan Wallentowitz <stefan@wallentowitz.de>
1621 Franck Jullien <franck.jullien@gmail.com>
1622 Jeremy Bennett <jeremy.bennett@embecosm.com>
1623
1624 * gdb.texinfo: Add OpenRISC documentation.
1625
1626 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1629
1630 2017-12-07 Keith Seitz <keiths@redhat.com>
1631
1632 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1633 and "show print type nested-type-limit".
1634
1635 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1636
1637 * python.texi (Breakpoints In Python): Add text relating
1638 to allowed explicit locations and keywords in gdb.Breakpoints.
1639
1640 2017-12-04 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.texinfo (Rust): Update trait object status
1643
1644 2017-12-01 Andrew Cagney <cagney@redhat.com>
1645 Joel Brobecker <brobecker@adacore.com>
1646 Sergio Durigan Junior <sergiodj@redhat.com>
1647
1648 * gdb.texinfo (File Options): Document --readnever.
1649 (Commands to Specify Files): Likewise, for 'symbol-file' and
1650 'add-symbol-file'.
1651
1652 2017-11-29 Pedro Alves <palves@redhat.com>
1653
1654 PR c++/19436
1655 * gdb.texinfo (Debugging C Plus Plus): Document setting
1656 breakpoints in functions with ABI tags.
1657
1658 2017-11-29 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.texinfo (Linespec Locations): Document how "function" is
1661 interpreted in C++ and Ada. Document "-qualified".
1662 (Explicit Locations): Document how "-function" is interpreted in
1663 C++ and Ada. Document "-qualified".
1664
1665 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1666
1667 PR gdb/21945
1668 * gdb.texinfo (Search Memory): Update description and example
1669 about how to search a string without NULL terminator.
1670
1671 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1672
1673 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1674 new "exception-message" field.
1675
1676 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1677
1678 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1679
1680 2017-11-24 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1683 false claim that GDB inserts quoting automatically.
1684 (Symbols): Add anchor.
1685
1686 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1687
1688 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1689
1690 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1691
1692 * python.texi (Basic Python): Add rbreak documentation.
1693
1694 2017-11-07 Xavier Roirand <roirand@adacore.com>
1695 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.texinfo (Set Breaks): Document support for breakpoint
1698 location ranges in the enable/disable commands.
1699
1700 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1701
1702 * gdb.texinfo (Starting your Program) <The working directory.>:
1703 Mention remote debugging.
1704 (Working Directory) <Your Program's Working Directory>:
1705 Likewise.
1706 (Connecting) <Remote Packet>: Add "set-working-dir"
1707 and "QSetWorkingDir" to the table.
1708 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1709 packet.
1710
1711 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1712
1713 * gdb.texinfo (Starting your Program) <The working directory.>:
1714 Mention new "set cwd" command.
1715 (Working Directory) <Your Program's Working Directory>:
1716 Rephrase to explain that "set cwd" exists and is the default
1717 way to change the inferior's cwd.
1718
1719 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1720
1721 * gdb.texinfo (S/390 and System z Features): Document the new
1722 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1723
1724 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1725
1726 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1727 attribute.
1728
1729 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1730
1731 * python.texi (Inferiors In Python): Add description for method
1732 Inferior.thread_from_thread_handle.
1733
1734 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1735
1736 * gdb.texinfo (Starting your Program): Add description of
1737 starti command. Mention starti command as an alternative for
1738 debugging the elaboration phase.
1739
1740 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1741
1742 * gdb.texinfo (Maintenance Commands): Document filter parameter
1743 of "maint selftest". Document "maint info selftests" command.
1744
1745 2017-09-11 Tom Tromey <tom@tromey.com>
1746
1747 * python.texi (Events In Python): Document new events.
1748
1749 2017-09-04 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1752 no-debug-info variables.
1753 (Symbols) <Examining the Symbol Table>: Document inspecting
1754 no-debug-info types.
1755 (Calling) <Calling functions with no debug info>: New subsection,
1756 documenting calling no-debug-info functions.
1757 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1758
1759 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1760
1761 * gdb.texinfo (set environment): Add @anchor. Explain that
1762 environment variables set by the user are sent to GDBserver.
1763 (unset environment): Likewise, but for unsetting variables.
1764 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1765 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1766 "environment-reset" and "QEnvironmentReset" to the table.
1767 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1768 QEnvironmentReset>: New item, explaining the packet.
1769
1770 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1773 "Compiler search for the compile command" descriptions of set
1774 compile-gcc and show compile-gcc.
1775
1776 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1777
1778 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1779 ADI support.
1780 * NEWS: Add "adi examine" and "adi assign" commands.
1781
1782 2017-08-18 Yao Qi <yao.qi@linaro.org>
1783
1784 * gdb.texinfo (Server): Document "--selftest".
1785
1786 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1787
1788 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1789 Single-Key mode.
1790
1791 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1792
1793 PR gdb/21925
1794 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1795 set...").
1796
1797 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1798
1799 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1800 conditional expression.
1801
1802 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1803
1804 * agentexpr.texi (rot): Fix symbolic description, improve
1805 textual description.
1806
1807 2017-07-26 Yao Qi <yao.qi@linaro.org>
1808
1809 * gdb.texinfo (Maintenance Commands): Document command
1810 "maint check xml-descriptions".
1811
1812 2017-07-26 Yao Qi <yao.qi@linaro.org>
1813
1814 * gdb.texinfo (Maintenance Commands): Document optional
1815 argument of "maint print c-tdesc".
1816
1817 2017-07-18 Yao Qi <yao.qi@linaro.org>
1818
1819 * gdb.texinfo (Maintenance Commands): Improve the doc to
1820 command "maint print c-tdesc".
1821
1822 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1823
1824 PR gdb/21606
1825 * python.texi (Python representation of Symbols.): Replace
1826 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1827 * guile.texi (Guile representation of Symbols.): Likewise.
1828
1829 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1830
1831 * gdb.texinfo (Optional Messages about Internal Happenings):
1832 Document {set,show} debug separate-debug-file commands.
1833
1834 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1835
1836 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1837 (Connecting) <Remote Packet>: Add "startup-with-shell"
1838 and "QStartupWithShell" to the table.
1839 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1840 packet.
1841
1842 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1845
1846 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1847
1848 * python.texi (Recording in Python): Factor out the documentation of
1849 gdb.RecordInstruction's super class.
1850
1851 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1852
1853 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1854 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1855 prev and next.
1856
1857 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1858
1859 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1860 gdb.RecordInstruction
1861
1862 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1863
1864 * python.texi (Recording in Python): Add documentation for
1865 gdb.RecordGap and remove documentation of special cases for
1866 gdb.BtraceInstruction.
1867
1868 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1869
1870 * python.texi (Recording in Python): Remove Record.ptid defvar.
1871
1872 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1873
1874 * gdb.texinfo (GDB/MI Thread Information): Add missing
1875 fields, re-word some things.
1876 (GDB/MI Thread Commands): Describe fields found in the output of
1877 -thread-info, remove description of fields in the
1878 thread output tuple, replace with a cross-reference to "GDB/MI
1879 Thread Information".
1880
1881 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1882
1883 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1884 from -thread-info output.
1885
1886 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1887
1888 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1889
1890 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1891
1892 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1893
1894 2017-03-22 Yao Qi <yao.qi@linaro.org>
1895
1896 * python.texi (Inferiors In Python): Remove @code from Python.
1897
1898 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1899
1900 * python.texi (Recordings In Python): Document return type of
1901 gdb.BtraceInstruction.data.
1902
1903 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1904
1905 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1906 command file-list-shared-libraries
1907 (GDB/MI Async Records): Update documentation of library-loaded with new
1908 field.
1909
1910 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1911
1912 PR gdb/14441
1913 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1914 supports both lvalue and rvalue references.
1915
1916 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1917
1918 PR gdb/14441
1919 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1920 table of constants.
1921
1922 2017-03-16 Doug Evans <dje@google.com>
1923
1924 * guile.texi (Lazy Strings In Guile): Mention arrays.
1925 * python.texi (Lazy Strings In Python): Ditto.
1926
1927 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1928
1929 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1930 character "@".
1931
1932 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1933
1934 * Memory Protection Extensions: Add information about inferior
1935 calls.
1936
1937 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1938
1939 * gdb.texinfo: Document new set/show disassembler-options
1940 commands.
1941
1942 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1945 DW_TAG_GNU_* and DW_AT_GNU_*.
1946
1947 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1948
1949 * python.texi (Recordings In Python): New section.
1950
1951 2017-02-14 Tom Tromey <tom@tromey.com>
1952
1953 PR python/13598:
1954 * python.texi (Events In Python): Document events.before_prompt.
1955
1956 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1957
1958 * gdb.texinfo (Target Commands): Document the optional offset
1959 argument for the load command.
1960
1961 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1962
1963 PR gdb/21122
1964 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1965 space-separated breakpoint lists. Also add a missing @table command
1966 and @cindex for breakpoint lists.
1967
1968 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1969
1970 PR tdep/20936
1971 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1972 (Sparc Features): New node.
1973
1974 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1975
1976 * gdb.texinfo (i386 Features): Add system segment registers
1977 as feature.
1978
1979 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1980
1981 * python.texi (Events In Python): Fix typo.
1982
1983 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1984 Luis Machado <lgustavo@codesourcery.com>
1985
1986 * gdb.texinfo (-target-flash-erase): New MI command description.
1987 (flash-erase): New CLI command description.
1988
1989 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1990
1991 * gdb.texinfo (Contributors): Add SRI International and University
1992 of Cambridge for FreeBSD/mips.
1993
1994 2016-12-22 Doug Evans <xdje42@gmail.com>
1995
1996 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1997 commands.
1998
1999 2016-12-02 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.texinfo (User-defined Commands): Limit on number of
2002 arguments passed to user-defined commands removed; update.
2003
2004 2016-12-02 Pedro Alves <palves@redhat.com>
2005
2006 PR cli/20559
2007 * gdb.texinfo (Define): Add example of using "eval" to process a
2008 variable number of arguments.
2009 (Output) <eval>: Add anchor.
2010
2011 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2012
2013 * Makefile.in: Likewise.
2014
2015 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2016
2017 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2018 xref.
2019
2020 2016-10-29 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.texinfo (Packets) <vCont>: Remove mention of default
2023 actions.
2024
2025 2016-10-26 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.texinfo (Packets): Clarify vCont packets with multiple
2028 actions that match a thread, and what happens when an action
2029 matches a thread that is already running.
2030
2031 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2032
2033 * gdb.texinfo (Using Trace Files): Fix typo.
2034 (GDB/MI Tracepoint Commands): Likewise.
2035
2036 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2037
2038 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2039 of -trace-save.
2040
2041 2016-10-06 Tom Tromey <tom@tromey.com>
2042
2043 * guile.texi (Types In Guile): Remove Java mentions.
2044 * python.texi (Types In Python): Remove Java mentions.
2045 * gdb.texinfo (Address Locations, Supported Languages)
2046 (Index Section Format): Remove Java mentions.
2047
2048 2016-08-15 Doug Evans <dje@google.com>
2049
2050 * gdb.texinfo (Target Description Format): Update docs on "end"
2051 field spec and field default type.
2052
2053 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2054 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2055
2056 PR gdb/20487
2057 * gdb.texinfo (Context management): Update mention of frame
2058 change notifications.
2059 (gdb/mi Async Records): Document frame field in
2060 =thread-select event.
2061 * observer.texi (GDB Observers): New user_selected_context_changed
2062 observer.
2063
2064 2016-09-28 Tom Tromey <tom@tromey.com>
2065
2066 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2067 than "memory breakpoint". Further document "kind". Move
2068 protocol-details link earlier.
2069 <z1>: Document the cmd_list argument. Fix typo.
2070 <g>: Remove incorrect sentence.
2071 (Stop Reply Packets): Document "OK" response to requests when in
2072 non-stop mode.
2073 <swbreak>: Use "software breakpoint" rather than "memory
2074 breakpoint".
2075 <create>: Document that "R" is ignored.
2076 <W, X, w>: Document formatting of "AA".
2077 (Notification Packets): Use "%Stop", not "%%Stop".
2078
2079 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2080
2081 * gdb.texinfo (Embedded Processors): Document ARC.
2082 (Synopsys ARC): New section.
2083 (Standard Target Features): Document ARC features.
2084 (ARC Features): New section.
2085
2086 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2087
2088 * .gitignore: New file.
2089
2090 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2091
2092 * gdb.texinfo (Input/Output): Mention possibility to unset
2093 inferior-tty.
2094
2095 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2096
2097 * gdb.texinfo: Resume btrace on reconnect.
2098
2099 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2100
2101 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2102 syscall.
2103
2104 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2105
2106 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2107 command.
2108
2109 2016-07-13 Tom Tromey <tom@tromey.com>
2110
2111 PR python/15620, PR python/18620:
2112 * python.texi (Events In Python): Document new breakpoint events.
2113
2114 2016-07-13 Tom Tromey <tom@tromey.com>
2115
2116 PR python/17698:
2117 * python.texi (Breakpoints In Python): Document
2118 Breakpoint.pending.
2119
2120 2016-07-13 Tom Tromey <tom@tromey.com>
2121
2122 * python.texi (Breakpoints In Python): Move table of types and
2123 table of watchpoint types earlier in node.
2124
2125 2016-07-12 Tom Tromey <tom@tromey.com>
2126
2127 PR python/19293:
2128 * python.texi (Frames In Python): Document
2129 gdb.invalidate_cached_frames.
2130
2131 2016-06-21 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2134 document new-ui and explain use case.
2135
2136 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2137
2138 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2139 (NDS32 Features): New Section.
2140
2141 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2142
2143 * gdb.texinfo (Examining Memory): Document negative repeat
2144 count in the 'x' command.
2145
2146 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2147
2148 * gdb.texinfo (GDB/MI Async Records): Document method and
2149 format fields in =record-started.
2150 * observer.texi (record_changed): Add method and format
2151 parameters.
2152
2153 2016-05-27 Eli Zaretskii <eliz@gnu.org>
2154
2155 * gdb.texinfo (General Query Packets): Move the description of the
2156 response before the long list of the specific 'read' and 'write'
2157 requests.
2158
2159 2016-05-23 Tom Tromey <tom@tromey.com>
2160
2161 * python.texi (Basic Python): Document gdb.breakpoints return.
2162
2163 2016-05-24 Tom Tromey <tom@tromey.com>
2164
2165 PR gdb/19194:
2166 * gdb.texinfo (gdb man): Fix typo.
2167
2168 2016-05-17 Tom Tromey <tom@tromey.com>
2169
2170 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2171 (Rust): New node.
2172
2173 2016-05-17 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2176
2177 2016-04-27 Yao Qi <yao.qi@linaro.org>
2178
2179 * gdb.texinfo (tfind): Complete doc about tfind without
2180 argument.
2181
2182 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2183
2184 * agentexpr.texi (byte): Fix zero_ext description.
2185
2186 2016-03-31 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.texinfo (M32R/SDI): Delete node.
2189 (MIPS Embedded): Remove references to the MIPS remote debugging
2190 protocol, PMON and variants, and the associated commands.
2191
2192 2016-03-15 Doug Evans <dje@google.com>
2193
2194 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2195 (Target Description Format): Mention enum types. Update docs on
2196 flags types.
2197 (Predefined Target Types): Add "bool".
2198 (Enum Target Types): New node.
2199
2200 2016-03-15 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.texinfo (Tracepoint Actions): Fix typo.
2203
2204 2016-03-15 Pedro Alves <palves@redhat.com>
2205 Andreas Arnez <arnez@linux.vnet.ibm.com>
2206 Marcin Kościelnicki <koriakin@0x04.net>
2207
2208 * gdb.texinfo (Tracepoint Actions): Document possible
2209 unreliability of '$_ret'.
2210
2211 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2214 command.
2215
2216 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2217
2218 * gdb.texinfo (Convenience Functions): Document $_as_string.
2219
2220 2016-02-23 Doug Evans <dje@google.com>
2221
2222 * gdb.texinfo (Skipping Over Functions and Files): Document new
2223 options to "skip" command. Update docs of output of "info skip".
2224
2225 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2226
2227 * gdb.texinfo (Signals): Add bound violation display hints for
2228 a SIGSEGV.
2229
2230 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2231
2232 * gdb.texinfo (Trace File Format): Add documentation for description
2233 section lines.
2234
2235 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2236
2237 * gdb.texinfo (Trace File Format): Remove misleading information
2238 about register block ordering.
2239
2240 2016-02-01 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Value Sizes): Fix typo.
2243
2244 2016-02-01 Doug Evans <dje@google.com>
2245
2246 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2247
2248 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.texinfo (Value Sizes): New section.
2251 (Data): Add the 'Value Sizes' node to the menu.
2252
2253 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2254
2255 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2256
2257 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2258
2259 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2260
2261 2016-01-18 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2264 of the thread that hit a breakpoint or received a signal.
2265
2266 2016-01-15 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2269
2270 2016-01-13 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.texinfo (Threads): Document the $_gthread convenience
2273 variable.
2274 (Convenience Vars): Likewise.
2275
2276 2016-01-13 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.texinfo (Threads): Document "info threads -gid".
2279
2280 2016-01-13 Pedro Alves <palves@redhat.com>
2281
2282 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2283 anchor.
2284 (Threads In Python): Document new InferiorThread.global_num
2285 attribute.
2286
2287 2016-01-07 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2290 qualified thread IDs, global thread IDs and thread ID lists.
2291 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2292 thread IDs.
2293 (Convenience Vars): Document the $_thread convenience variable.
2294 (Ada Tasks): Adjust to refer to thread IDs.
2295 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2296 Commands, GDB/MI Variable Objects): Update to mention global
2297 thread IDs.
2298 * guile.texi (Breakpoints In Guile)
2299 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2300 global thread IDs instead of thread IDs.
2301 * python.texi (Threads In Python): Adjust documentation of
2302 InferiorThread.num.
2303 (Breakpoint.thread): Mention global thread IDs instead of thread
2304 IDs.
2305
2306 2016-01-13 Pedro Alves <palves@redhat.com>
2307
2308 * python.texi (Threads In Python): Document
2309 InferiorThread.inferior.
2310
2311 2016-01-13 Pedro Alves <palves@redhat.com>
2312
2313 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2314 convenience variable.
2315 (Convenience Vars): Likewise.
2316
2317 2016-01-12 Josh Stone <jistone@redhat.com>
2318 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2319
2320 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2321 (Stop Reply Packets): List the syscall entry and return stop reasons.
2322 (General Query Packets): Describe QCatchSyscalls, and add it to the
2323 table and the detailed list of stub features.
2324
2325 2016-01-12 Pedro Alves <palves@redhat.com>
2326
2327 Remove use of the registered trademark symbol throughout.
2328
2329 2016-01-12 Yao Qi <yao.qi@linaro.org>
2330
2331 * gdb.texinfo (Interrupts): Update the document on handling
2332 interrupt when program is stopped.
2333
2334 2015-12-11 Don Breazeal <donb@codesourcery.com>
2335
2336 * gdb.texinfo (Forks): Correct Linux kernel version where
2337 fork and exec events are supported, add notes about support
2338 of these events in target remote mode.
2339 (Connecting): Reorganize and clarify distinctions between
2340 target remote, extended-remote, and multiprocess.
2341 Reorganize related text from separate sections into new
2342 sections.
2343 (Server): Note effects of target extended-remote mode.
2344 Delete section on Multi-Process Mode for gdbserver.
2345 Move some text to "Connecting" node.
2346
2347 2015-12-10 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.texinfo (Threads): Replace warning with explanation
2350 about single-threaded programs.
2351
2352 2015-12-10 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.texinfo (Threads): Remove mention of SGI.
2355 (Forks): Remove mention of HP-UX.
2356 (Breakpoints): Remove mention of HP-UX.
2357 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2358 Reword in terms of architectures.
2359 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2360 mention supported systems.
2361 (Convenience Vars): Don't mention HP-UX.
2362 (Jumping): Remove mention of HP-UX in comment.
2363 (Files) <shared libraries>: Update supported shared library types
2364 list. Remove mention of HP-UX.
2365 (Native): Remove HP-UX subsection.
2366 (SVR4 Process Information): Remove mention of HP-UX.
2367
2368 2015-12-10 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.texinfo (Stack): Reorder menu.
2371
2372 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2373
2374 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2375 -var-set-format's new zero-hexadecimal format.
2376
2377 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2378
2379 * gdb.texinfo (Ada Mode Into): Move overloading support
2380 description to its own node.
2381 (Overloading support for Ada): New node.
2382
2383 2015-11-30 Pedro Alves <palves@redhat.com>
2384
2385 PR 14618
2386 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2387 (Remote Configuration): Add the "set/show remote
2388 no-resumed-stop-reply" to the available settings table.
2389 (General Query Packets): Document the "no-resumed" qSupported
2390 feature.
2391
2392 2015-11-30 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.texinfo (Remote Configuration): List "set/show remote
2395 thread-events" command in configuration table.
2396 (Stop Reply Packets): Document "T05 create" stop
2397 reason and 'w' stop reply.
2398 (General Query Packets): Document QThreadEvents packet. Document
2399 QThreadEvents qSupported feature.
2400
2401 2015-11-30 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2404 anchor.
2405 (Packets): Document vCtrlC.
2406
2407 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2408
2409 * gdb.texinfo (Thread List Format): Mention thread names.
2410
2411 2015-11-24 Pedro Alves <palves@redhat.com>
2412
2413 PR 17539
2414 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2415 program-spaces" example to ascending order listing.
2416 (Threads): Adjust "info threads" example to ascending order
2417 listing.
2418 (Forks): Adjust "info inferiors" example to ascending order
2419 listing.
2420
2421 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2422
2423 * gdb.texinfo (Process Record and Replay): Document "record
2424 instruction-history" modifiers.
2425
2426 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2429 description.
2430 (Frame Filter Management): Move to later in the 'Examining the
2431 Stack' chapter.
2432 (Selection): Add entry for 'select-frame'.
2433
2434 2015-09-25 Doug Evans <dje@google.com>
2435
2436 * gdb.texinfo (Process Record and Replay): Fix syntax of
2437 "record instruction-history begin, end" and
2438 "record function-call-history begin, end".
2439
2440 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2441
2442 * gdb.texinfo (Specifying Source Directories): Fix
2443 substitute-path example.
2444
2445 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2446
2447 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2448
2449 2015-09-15 Pedro Alves <palves@redhat.com>
2450
2451 PR remote/18965
2452 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2453 the vforkdone description.
2454
2455 2015-09-15 Pedro Alves <palves@redhat.com>
2456
2457 PR remote/18965
2458 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2459 part indicates the thread ID of the parent process.
2460
2461 2015-09-15 Yao Qi <yao.qi@linaro.org>
2462
2463 * gdb.texinfo (General Query Packets): Add vContSupported to
2464 tables of 'gdbfeatures' and 'stub features' supported in the
2465 qSupported packet, as well as to the list containing stub
2466 feature details.
2467
2468 2015-09-11 Don Breazeal <donb@codesourcery.com>
2469
2470 * gdb.texinfo (Remote Configuration): Add exec event
2471 feature to table of packet settings.
2472 (Stop Reply Packets): Add exec events to the list of stop
2473 reasons.
2474 (General Query Packets): Add exec events to tables of
2475 'gdbfeatures' and 'stub features' supported in the qSupported
2476 packet, as well as to the list containing stub feature
2477 details.
2478
2479 2015-08-24 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.texinfo (Remote Configuration): Document the "set/show
2482 remote multiprocess-extensions-packet" commands.
2483
2484 2015-08-24 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2487 <M32R>: Remove references to M32R/D.
2488 <M68K>: Remove references to target dbug.
2489 <MIPS Embedded>: Remove references to target r3900 and target
2490 array.
2491 <PowerPC Embedded>: Remove references to target dink32 and target
2492 ppcbug, target sds
2493 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2494
2495 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2498
2499 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2502
2503 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2506 info bfds" to...
2507 (File Caching): A New section. Outline bfd caching, and add new
2508 description for "main set/show bfd-sharing".
2509
2510 2015-08-14 Doug Evans <xdje42@gmail.com>
2511
2512 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2513 disassembly.
2514 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2515
2516 2015-08-11 Keith Seitz <keiths@redhat.com>
2517
2518 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2519 Use "location(s)"instead of "linespec(s)".
2520 (Specifying a Location): Rewrite.
2521 Add subsections describing linespec, address, and explicit locations.
2522 Add node/menu for each subsection.
2523 (Source and Machine Code, C Preprocessor Macros)
2524 (Create and Delete Trace points)
2525 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2526 (Continuing at a Different Address): Remove "linespec" examples.
2527 Add reference to "Specify a Location"
2528 (The -break-insert Command): Rewrite. Add anchor.
2529 Add reference to appropriate manual section discussing locations.
2530 (The -dprintf-insert Command): Refer to -break-insert for
2531 specification of 'location'.
2532
2533 2015-08-07 Pedro Alves <palves@redhat.com>
2534
2535 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2536 target-non-stop".
2537
2538 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2539
2540 * gdb.texinfo (Process Record and Replay): Document prefixing of
2541 speculatively executed instructions in the "record instruction-history"
2542 command.
2543
2544 2015-07-20 Doug Evans <dje@google.com>
2545
2546 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2547
2548 2015-07-16 Doug Evans <dje@google.com>
2549
2550 * stabs.texinfo: @include gdb-cfg.texi.
2551
2552 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 Revert the previous 2 commits:
2555 gdbserver build-id attribute generator
2556 Validate symbol file using build-id
2557
2558 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 * gdb.texinfo (Files): Add 'set validate-build-id'
2561 and 'show validate-build-id'.
2562
2563 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2564 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 gdbserver build-id attribute generator.
2567 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2568 'build-id' in description, example, new attribute in dtd.
2569
2570 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 * gdb.texinfo (Selection): Update documentation for 'frame'
2573 command.
2574
2575 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2578 focus commands.
2579
2580 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.texinfo (TUI): Add comma after @xref.
2583
2584 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2585
2586 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2587 commands.
2588
2589 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2590
2591 * gdb.texinfo (Process Record and Replay): Spell out that variables
2592 and registers are not available during btrace replay.
2593 Describe the new "record btrace pt" command.
2594 Describe the new "set|show record btrace pt buffer-size" options.
2595 (General Query Packets): Describe the new Qbtrace:pt and
2596 Qbtrace-conf:pt:size packets.
2597 Expand "bts" to "Branch Trace Store".
2598 Update the branch trace DTD.
2599
2600 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2601
2602 * gdb.texinfo (Command History): Document the new option
2603 "history remove-duplicates".
2604
2605 2015-06-19 Doug Evans <dje@google.com>
2606
2607 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2608 longer supported.
2609
2610 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2611
2612 * gdb.texinfo (Command History): Mention that setting
2613 GDBHISTSIZE to the empty string disables history truncation.
2614
2615 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2616
2617 PR gdb/16999
2618 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2619 behavior.
2620
2621 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2622
2623 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2624 with GDBHISTSIZE.
2625
2626 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2627
2628 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2629 bytes and memory units for -data-{read,write}-memory-bytes.
2630 (Packets): Same for m, M and X packets.
2631 * python.texi (Inferiors In Python): Same for read_memory and
2632 write_memory.
2633
2634 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2635
2636 * gdb.texinfo (Separate Debug Files): Document that PE is also
2637 supported.
2638
2639 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2642 single table entry.
2643
2644 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2645
2646 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2647
2648
2649 2015-06-10 Gary Benson <gbenson@redhat.com>
2650
2651 * gdb.texinfo (Remote Configuration): Document the
2652 "set/show remote hostio-setfs-packet" command.
2653 (Host I/O Packets): Document the vFile:setfs packet.
2654
2655 2015-06-10 Gary Benson <gbenson@redhat.com>
2656
2657 * gdb.texinfo (Debugging Output): Document the "set/show debug
2658 linux-namespaces" command.
2659
2660 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2661 Mircea Gherzan <mircea.gherzan@intel.com>
2662
2663 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2664 and "set mpx bound".
2665
2666 2015-05-27 Doug Evans <dje@google.com>
2667
2668 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2669
2670 2015-05-26 Doug Evans <dje@google.com>
2671
2672 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2673 command renamings.
2674 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2675
2676 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2679
2680 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2683 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2684
2685 2015-05-16 Doug Evans <xdje42@gmail.com>
2686
2687 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2688 memory ports.
2689
2690 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2693
2694 2015-05-12 Don Breazeal <donb@codesourcery.com>
2695
2696 * gdb.texinfo (Forks): Note that fork debugging is
2697 supported in extended mode.
2698 (Remote Configuration): Add fork event features to table
2699 of packet settings.
2700 (Stop Reply Packets): Add fork events to list of stop reasons.
2701 (General Query Packets): Add fork events to tables of
2702 'gdbfeatures' and 'stub features' supported in the qSupported
2703 packet, as well as to the list containing stub feature
2704 details.
2705
2706 2015-05-12 Gary Benson <gbenson@redhat.com>
2707
2708 * gdb.texinfo (General Query Packets): Document
2709 qXfer:exec-file:read with empty annex.
2710
2711 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2712
2713 * python.texi (Values From Inferior): Add descriptions of new
2714 methods gdb.Value.reference_value and gdb.Value.const_value.
2715
2716 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2717
2718 * gdb.texinfo (Files): Add "info dll" documentation.
2719 (Cygwin Native): Remove "info dll" documentation.
2720
2721 2015-04-29 Doug Evans <dje@google.com>
2722
2723 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2724 Document.
2725 (Writing an Xmethod): Add get_result_type to example.
2726
2727 2015-04-28 Sasha Smundak <asmundak@google.com>
2728
2729 * python.texi: New method documented.
2730
2731 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2734 format.
2735
2736 2015-04-24 Doug Evans <dje@google.com>
2737
2738 * python.texi (Xmethods In Python): Fix name of method to call the
2739 xmethod.
2740
2741 2015-04-17 Gary Benson <gbenson@redhat.com>
2742
2743 * gdb.texinfo (Connecting to a Remote Target): Mention that
2744 GDB can access program files from remote targets that support
2745 qXfer:exec-file:read and Host I/O packets.
2746
2747 2015-04-17 Gary Benson <gbenson@redhat.com>
2748
2749 * gdb.texinfo (Remote Configuration): Document the "set/show
2750 remote pid-to-exec-file-packet" command.
2751 (General Query Packets): Document the qXfer:exec-file:read
2752 qSupported features. Document the qXfer:exec-file:read packet.
2753
2754 2015-04-17 Gary Benson <gbenson@redhat.com>
2755
2756 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2757 applies to executable paths if supplied to GDB as absolute.
2758
2759 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2760
2761 * gdb.texinfo (Mode Options): Remove -xdb.
2762
2763 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2764 Eli Zaretskii <eliz@gnu.org>
2765
2766 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2767 compile, show debug compile. New subsection Compilation options for
2768 the compile command. New subsection Compiler search for the compile
2769 command.
2770
2771 2015-04-09 Andy Wingo <wingo@igalia.com>
2772
2773 * guile.texi (Frames In Guile): Describe frame-read-register.
2774
2775 2015-04-02 Gary Benson <gbenson@redhat.com>
2776
2777 * gdb.texinfo (set sysroot): Document "target:".
2778
2779 2015-04-01 Sasha Smundak <asmundak@google.com>
2780
2781 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2782 section.
2783
2784 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2785
2786 PR corefiles/16092
2787 * gdb.texinfo (gcore): Mention new command 'set
2788 use-coredump-filter'.
2789 (set use-coredump-filter): Document new command.
2790
2791 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2792
2793 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2794 documentation, reorder the info os entries in alphabetical order.
2795
2796 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2799 -data-write-memory-bytes.
2800
2801 2015-03-24 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2804 mention that threads may sometimes run unlocked.
2805
2806 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2807
2808 * gdb.texinfo (Remote configuration): Document "set/show
2809 serial parity" command.
2810
2811 2015-03-18 Gary Benson <gbenson@redhat.com>
2812
2813 * gdb.texinfo (General Query Packets): Remove documentation
2814 for now-removed vFile:fstat qSupported features.
2815
2816 2015-03-11 Gary Benson <gbenson@redhat.com>
2817
2818 * gdb.texinfo (Remote Configuration): Document the
2819 "set/show remote hostio-fstat-packet" command.
2820 (General Query Packets): Document the vFile:fstat
2821 qSupported features.
2822 (Host I/O Packets): Document the vFile:fstat packet.
2823
2824 2015-03-11 Andy Wingo <wingo@igalia.com>
2825
2826 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2827
2828 2015-03-04 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.texinfo (Remote Configuration): Document the "set/show
2831 remote swbreak-feature-packet" and "set/show remote
2832 hwbreak-feature-packet" commands.
2833 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2834 decription.
2835 (Stop Reply Packets): Document the swbreak and hwbreak stop
2836 reasons.
2837 (General Query Packets): Document the swbreak and hwbreak
2838 qSupported features.
2839 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2840
2841 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2842
2843 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2844 under *stopped.
2845
2846 2015-03-02 Doug Evans <xdje42@gmail.com>
2847
2848 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2849
2850 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2851
2852 * gdb.texinfo (S/390 and System z Features): Describe new feature
2853 "org.gnu.gdb.s390.vx".
2854
2855 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2856
2857 PR gdb/18008
2858 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2859 demangler-warning): Fix typo ("problam").
2860
2861 2015-02-19 David Taylor <dtaylor@emc.com>
2862
2863 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2864
2865 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2866
2867 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2868 point, DTrace'.
2869 (Static Probe Points): Modified to cover DTrace probes in addition
2870 to SystemTap probes. Also modified to cover the `enable probe'
2871 and `disable probe' commands.
2872
2873 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2874
2875 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2876 `disable probe' commands.
2877
2878 2015-02-12 David Taylor <dtaylor@emc.com>
2879
2880 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2881 fields of the QTDV packet.
2882
2883 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2884
2885 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2886 (Process Record and Replay): Describe new set|show commands.
2887 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2888
2889 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2890
2891 * gdb.texinfo (Process Record and Replay): Describe the "record
2892 btrace bts" command.
2893 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2894 (Branch Trace Configuration Format): New.
2895
2896 2015-01-31 Gary Benson <gbenson@redhat.com>
2897 Doug Evans <dje@google.com>
2898
2899 * gdb.texinfo (Command Completion): Document new
2900 "set/show max-completions" option.
2901
2902 2015-01-31 Doug Evans <xdje42@gmail.com>
2903
2904 * gdb.texinfo (Symbols): Document new commands
2905 "maint print symbol-cache", "maint print symbol-cache-statistics",
2906 "maint flush-symbol-cache". Document new option
2907 "maint set symbol-cache-size".
2908
2909 2015-01-31 Doug Evans <xdje42@gmail.com>
2910
2911 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2912 distinguish script files vs inlined scripts.
2913 * python.texi (Python Auto-loading): Ditto.
2914
2915 2015-01-30 Doug Evans <dje@google.com>
2916
2917 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2918 string if present.
2919
2920 2015-01-27 Doug Evans <dje@google.com>
2921
2922 * python.texi (Objfiles In Python): Document Objfile.username.
2923
2924 2015-01-27 Doug Evans <dje@google.com>
2925
2926 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2927 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2928
2929 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2932
2933 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2934
2935 * doc/gdb.texinfo (TUI Commands): Document the possible
2936 values of NAME argument to 'winheight' command. Explain the
2937 effect of 'tabset' setting better.
2938
2939 2015-01-11 Doug Evans <xdje42@gmail.com>
2940
2941 PR gdb/15830
2942 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2943 (Symbols): Ditto.
2944 (Maintenance Commands): Delete docs for "maint demangle".
2945
2946 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2947
2948 * gdb.texinfo (Files): Remove documentation of the
2949 "add-shared-symbol-files" and "assf" commands.
2950 (Cygwin Native): Remove documentation of the "dll-symbols"
2951 command.
2952
2953 2014-12-17 Doug Evans <xdje42@gmail.com>
2954
2955 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2956
2957 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2958 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * gdb.texinfo (Altering): Update.
2961 (Compiling and Injecting Code): New node.
2962
2963 2014-12-12 Doug Evans <dje@google.com>
2964
2965 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2966
2967 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2968
2969 * gdb.texinfo: Document "maint print user-registers".
2970
2971 2014-12-08 Doug Evans <dje@google.com>
2972
2973 * python.texi (Objfiles In Python): Document Objfile.owner.
2974
2975 2014-12-04 Doug Evans <dje@google.com>
2976
2977 * python.texi (Objfiles In Python): Document
2978 Objfile.add_separate_debug_file.
2979
2980 2014-12-04 Doug Evans <dje@google.com>
2981
2982 * python.texi (Objfiles In Python): Document Objfile.build_id.
2983
2984 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2985
2986 * observer.texi (inferior_call_pre, inferior_call_post)
2987 (memory_changed, register_changed): New observers.
2988
2989 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2990
2991 * python.texi (Events In Python): Document new events
2992 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2993 and RegisterChangedEvent.
2994
2995 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 Add add-auto-load-scripts-directory.
2998 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2999 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
3000
3001 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
3004 description typo.
3005
3006 2014-10-30 Doug Evans <dje@google.com>
3007
3008 * python.texi (Progspaces In Python): Document ability to add
3009 random attributes to gdb.Progspace objects.
3010 (Objfiles In Python): Document ability to add random attributes to
3011 gdb.objfile objects.
3012
3013 2014-10-27 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3016 info on stepping and signal handlers.
3017 (Signals): Explain stepping and signal handlers. Add context
3018 index entry, and cross references.
3019
3020 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
3021
3022 * python.texi (Breakpoints In Python): Add parenthesis after
3023 Breakpoint.delete. Clarify Breakpoint.enabled description so
3024 that it contains "disable".
3025
3026 2014-10-17 Doug Evans <dje@google.com>
3027
3028 * python.texi (Events In Python): Document clear_objfiles event.
3029
3030 2014-10-17 Doug Evans <dje@google.com>
3031
3032 * python.texi (Objfiles In Python): Document new progspace attribute.
3033
3034 2014-10-17 Pedro Alves <palves@redhat.com>
3035
3036 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3037 (SVR4 Process Information): Delete mention of OSF/1.
3038
3039 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3040
3041 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3042 exit-code field in -list-thread-groups output.
3043
3044 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3045
3046 * gdb.texinfo (Set Breaks): Add missing "@end table".
3047
3048 2014-09-22 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3051 always-inserted off" is the default mode now. Delete
3052 documentation of "set breakpoint always-inserted auto".
3053
3054 2014-09-18 Doug Evans <dje@google.com>
3055
3056 * python.texi (Symbol Tables In Python): Document "producer"
3057 attribute of gdb.Symtab objects.
3058
3059 2014-09-16 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3062 (Embedded OS): Remove VxWorks menu entry.
3063 (VxWorks): Remove node.
3064
3065 2014-09-13 Doug Evans <xdje42@gmail.com>
3066
3067 * gdb.texinfo (Signaling): Document new queue-signal command.
3068
3069 2014-09-06 Doug Evans <xdje42@gmail.com>
3070
3071 PR 15276
3072 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3073 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3074
3075 2014-09-03 Justin Lebar <jlebar@google.com>
3076
3077 * python.texi (Types In Python): Type.template_argument(n) returns a
3078 gdb.Value or a gdb.Type and throws an exception if n is out of
3079 range.
3080
3081 2014-09-03 Sasha Smundak <asmundak@google.com>
3082
3083 * python.texi (Frames in Python): Add read_register description.
3084
3085 2014-08-04 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Debugging Output): Update for change to "set debug
3088 target".
3089
3090 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
3091
3092 Pushed by Joel Brobecker <brobecker@adacore.com>.
3093 * Makefile.in (transform): New variable.
3094 (install-man1, install-man5): Apply $(transform) to man file names.
3095
3096 2014-07-26 Doug Evans <xdje42@gmail.com>
3097
3098 PR guile/17177
3099 * guile.texi (Guile Pretty Printing API): Fix typo.
3100 Document set-pretty-printers!, pretty-printers.
3101 (Selecting Guile Pretty-Printers): Update.
3102 Mention program-space based pretty-printers.
3103
3104 2014-07-25 Pedro Alves <palves@redhat.com>
3105 Eli Zaretskii <eliz@gnu.org>
3106
3107 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3108 with multi-threaded programs.
3109
3110 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3111
3112 * gdb.texinfo (MicroBlaze Features): Added.
3113
3114 2014-06-27 Yao Qi <yao@codesourcery.com>
3115
3116 * gdb.texinfo (Maintenance Commands): Update the output of
3117 'maint print dummy-frames' command.
3118
3119 2014-06-24 Eli Zaretskii <eliz@gnu.org>
3120
3121 * gdb.texinfo (Screen Size): Improve indexing.
3122
3123 2014-06-19 Gary Benson <gbenson@redhat.com>
3124
3125 * gdb.texinfo (Maintenance Commands): Document new
3126 "maint set/show catch-demangler-crashes" option.
3127
3128 2014-06-19 Gary Benson <gbenson@redhat.com>
3129
3130 * gdb.texinfo (Maintenance Commands): Document new
3131 "maint demangler-warning" command and new
3132 "maint set/show demangler-warning" option.
3133
3134 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3135
3136 * python.texi (Xmethod API): Add space before the opening
3137 parenthesis in function descriptions.
3138
3139 2014-06-06 Doug Evans <xdje42@gmail.com>
3140
3141 * guile.texi (Guile Configuration): Document guile-data-directory.
3142
3143 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3144
3145 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3146
3147 2014-06-04 Doug Evans <xdje42@gmail.com>
3148
3149 * guile.texi (Breakpoints In Guile): Update.
3150
3151 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3152
3153 * python.texi (Xmethod API): Fix reference to "Progspaces In
3154 Python".
3155
3156 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3157
3158 * python.texi (Xmethods In Python, XMethod API)
3159 (Writing an Xmethod): New nodes.
3160 (Python API): New menu entries "Xmethods In Python",
3161 "Xmethod API", "Writing an Xmethod".
3162
3163 2014-06-02 Doug Evans <xdje42@gmail.com>
3164
3165 * guile.texi (Guile API): Add entry for Parameters In Guile.
3166 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3167 (Parameters In Guile): New node.
3168
3169 2014-06-02 Doug Evans <xdje42@gmail.com>
3170
3171 * guile.texi (Guile API): Add entry for Commands In Guile.
3172 (Basic Guile) <parse-and-eval>: Add reference.
3173 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3174 (GDB Scheme Data Types): Mention <gdb:command> object.
3175 (Commands In Guile): New node.
3176
3177 2014-06-02 Doug Evans <xdje42@gmail.com>
3178
3179 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3180 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3181 (Progspaces In Guile): New node.
3182
3183 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3184
3185 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3186 * python.texi (Frames In Python): Mention
3187 gdb.FRAME_UNWIND_MEMORY_ERROR.
3188
3189 2014-05-29 Pedro Alves <palves@redhat.com>
3190 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3193 from example.
3194 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3195 Mention that target-async is now deprecated.
3196 (Maintenance Commands): Document maint set/show target-async.
3197
3198 2014-05-29 Pedro Alves <palves@redhat.com>
3199
3200 * observer.texi (sync_execution_done, command_error): New
3201 subjects.
3202
3203 2014-05-29 Pedro Alves <palves@redhat.com>
3204
3205 PR gdb/13860
3206 * observer.texi (signal_received, end_stepping_range)
3207 (signal_exited, exited, no_history): New observer subjects.
3208
3209 2014-05-26 Andy Wingo <wingo@igalia.com>
3210
3211 * guile.texi (GDB Scheme Data Types): Remove documentation for
3212 removed interfaces. Update spelling of gdb-object-kind.
3213
3214 2014-05-26 Andy Wingo <wingo@igalia.com>
3215
3216 * guile.texi (Basic Guile): Fix some typos.
3217
3218 2014-05-26 Andy Wingo <wingo@igalia.com>
3219
3220 * guile.texi (Writing a Guile Pretty-Printer)
3221 (Guile Types Module): Fix excess parentheses in use-modules forms.
3222
3223 2014-05-24 Eli Zaretskii <eliz@gnu.org>
3224
3225 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3226 (Breakpoints In Guile, Guile Printing Module)
3227 (Guile Exception Handling, Values From Inferior In Guile)
3228 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3229 Don't use @var at the beginning of a sentence.
3230
3231 * gdb.texinfo (Frame Filter Management, Trace Files)
3232 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3233 (PowerPC Embedded, Define, Annotations for Running)
3234 (IPA Protocol Commands, Packets, General Query Packets)
3235 (Tracepoint Packets, Notification Packets, Environment)
3236 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3237 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3238 (Frames, Backtrace, Selection, Expressions, Registers)
3239 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3240 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3241 (Source Annotations, Using JIT Debug Info Readers, Packets)
3242 (Stop Reply Packets, Host I/O Packets)
3243 (Target Description Format): Don't use @var at the beginning of a
3244 sentence.
3245
3246 * python.texi (Basic Python, Types In Python)
3247 (Commands In Python, Frames In Python, Line Tables In Python)
3248 (Breakpoints In Python, gdb.printing, gdb.types)
3249 (Type Printing API): Don't use @var at the beginning of a
3250 sentence.
3251
3252 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3253
3254 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3255 replay-memory-access".
3256
3257 2014-05-21 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.texinfo (Starting): Document "set/show
3260 auto-connect-native-target".
3261 (Target Commands): Document "target native".
3262
3263 2014-05-20 Pedro Alves <palves@redhat.com>
3264
3265 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3266 not be remote specific. Add cross reference to the qCRC packet.
3267 (Separate Debug Files): Update cross reference to the qCRC packet.
3268 (General Query Packets) <qCRC packet>: Add anchor.
3269
3270 2014-05-17 Doug Evans <xdje42@gmail.com>
3271
3272 Copy over changes from guile.texi.
3273 * python.texi (Basic Python) <gdb.execute>: Add text.
3274 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3275 (Values From Inferior) <Python string>: Add text.
3276 (Values From Inferior) <Value.string>: Clarify string length handling.
3277 (Pretty Printing API): Add cindex.
3278 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3279 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3280 @vindex.
3281 (Commands In Python) <COMPLETE_*>: Similarly.
3282 (Symbols In Python) <SYMBOL_*>: Similarly.
3283 (Breakpoints In Python) <WP_*>: Similarly.
3284 (Breakpoints In Python) <BP_*>: Similarly.
3285
3286 2014-05-17 David Taylor <dtaylor@emc.com>
3287
3288 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3289 mentioned in the qfThreadInfo reply.
3290
3291 2014-05-16 Doug Evans <dje@google.com>
3292
3293 * gdb.texinfo (Mode Options): Add -D.
3294
3295 2014-05-09 Samuel Bronson <naesten@gmail.com>
3296
3297 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3298 "make -C".
3299
3300 2014-04-29 Tom Tromey <tromey@redhat.com>
3301
3302 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3303 "show debug varobj".
3304
3305 2014-05-01 David Taylor <dtaylor@emc.com>
3306
3307 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3308 option.
3309
3310 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3311 Walfred Tedeschi <walfred.tedeschi@intel.com>
3312
3313 * gdb.texinfo (i386 Features): Add description of AVX512
3314 registers.
3315
3316 2014-03-31 Doug Evans <dje@google.com>
3317
3318 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3319
3320 2014-03-30 Doug Evans <dje@google.com>
3321
3322 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3323 (Background Execution): Ditto.
3324
3325 2014-03-21 Pedro Alves <palves@redhat.com>
3326 Stan Shebs <stan@codesourcery.com>
3327 Hui Zhu <hui@codesourcery.com>
3328
3329 * gdb.texinfo (Packets): Add anchor to "? packet".
3330 Remove fixme and update introduction of "k packet".
3331 Add anchor to "vKill packet".
3332
3333 2014-03-12 Stan Shebs <stan@codesourcery.com>
3334
3335 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3336
3337 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3338
3339 * guile.texi (Basic Guile): Document 'history-append!'.
3340
3341 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3342
3343 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3344 and "assf" as being deprecated.
3345 (Cygwin Native): Likewise for "dll-symbols".
3346 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3347 as a way to force the loading of symbols from a DLL.
3348
3349 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3350
3351 * python.texi (Values From Inferior): Add description about the
3352 new feature.
3353
3354 2014-02-17 Doug Evans <xdje42@gmail.com>
3355
3356 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3357 * gdb.texinfo (Python): Moved to ...
3358 * python.texi: ... here. New file.
3359
3360 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3361
3362 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3363 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3364 parameter to 'str-lookup-function' procedure. Look for
3365 the "std::string<" prefix.
3366 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3367 Adjust description.
3368
3369 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3370
3371 * guile.texi (Values From Inferior In Guile): Remove stray
3372 parantheses for deffn.
3373 (Disassembly In Guile): Ditto.
3374
3375 2014-02-10 Stan Shebs <stan@codesourcery.com>
3376
3377 Add Doxygen support.
3378 * Makefile.in (doxy): New action, generates Doxygen files.
3379 (DOXYGEN): New.
3380 (doxyedit): New.
3381 * Doxyfile-base.in: New file.
3382 * Doxyfile-gdb-api.in: New file.
3383 * Doxyfile-gdb-xref.in: New file.
3384 * Doxyfile-gdbserver.in: New file.
3385 * doxy-index.in: New file.
3386 * filter-for-doxygen: New file.
3387 * filter-params.pl: New file.
3388
3389 2014-02-10 Doug Evans <xdje42@gmail.com>
3390
3391 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3392 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3393 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3394 (Guile docs): Include guile.texi.
3395 (objfile-gdbdotext file): Add objfile-gdb.scm.
3396 (dotdebug_gdb_scripts section): Mention Guile scripts.
3397 (Multiple Extension Languages): New node.
3398 * guile.texi: New file.
3399
3400 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3401
3402 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3403 ignore-descriptive-types". commands.
3404
3405 2014-01-22 Doug Evans <dje@google.com>
3406
3407 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3408 (gdbserver man): Ditto.
3409
3410 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3411
3412 * gdb.texinfo: Document limited reverse/replay support
3413 for target record-btrace.
3414
3415 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3416
3417 * gdb.texinfo (Process Record and Replay): Update documentation.
3418
3419 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3420
3421 * gdb.texinfo (Process Record and Replay): Document new /c
3422 modifier accepted by "record function-call-history".
3423 Add /i modifier to "record function-call-history" example.
3424
3425 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3426 Joel Brobecker <brobecker@adacore.com>
3427
3428 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3429 markers. Remove one that was misplaced.
3430
3431 2014-01-10 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.texinfo (Your Program's Environment) <set environment>:
3434 Mention the shell, and point at 'set exec-wrapper'.
3435
3436 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3439
3440 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.texinfo (Types In Python): Clarify the documentation
3443 of attribute gdb.Field.bitpos.
3444
3445 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3446
3447 * gdb.texinfo (Types In Python): Fix the documentation of
3448 attribute "bitpos" in class gdb.Field for enum types. Add
3449 documentation for attribute "enumval" in that same class.
3450
3451 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3454 @ftable.
3455
3456 2013-12-23 Doug Evans <xdje42@gmail.com>
3457
3458 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3459 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3460 corresponding section in Extending GDB.
3461 (Extending GDB): Move menu up. New menu item "Auto-loading
3462 extensions".
3463 (Sequences): New menu item "Auto-loading sequences".
3464 (Auto-loading sequences): New node.
3465 (Python): Rename section from Scripting GDB to Extending GDB.
3466 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3467 Move docs on ways to auto-load extensions to ...
3468 (Auto-loading extensions): ... here. New node.
3469
3470 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3471
3472 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3473 in menu.
3474 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3475 command, now in a new node.
3476 (GDB/MI Support Commands): New node, with its contents being
3477 extracted from the "GDB/MI Miscellaneous Commands" node.
3478 A small paragraph introducing the section is also added at
3479 the start.
3480 (GDB/MI Miscellaneous Commands): Delete the description of the
3481 -info-gdb-mi-command, -list-features and -list-target-features
3482 commands, now hosted in the "GDB/MI Support Commands" node.
3483
3484 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3485
3486 PR python/16113
3487 * gdb.texinfo (Values From Inferior): Add a note about using
3488 gdb.Field objects as subscripts on gdb.Value objects.
3489 (Types In Python): Add description about the new attribute
3490 "parent_type" of gdb.Field objects.
3491
3492 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3495 entry for section docuumenting the -list-features GDB/MI command.
3496
3497 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3498
3499 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3500 "exec-run-start-option" entry in the output of the "-list-features"
3501 command.
3502
3503 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3504
3505 * gdb.texinfo (i386): Fix yesterday's commit.
3506
3507 2013-12-03 Tom Tromey <tromey@redhat.com>
3508
3509 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3510 documented here.
3511
3512 2013-12-03 Tom Tromey <tromey@redhat.com>
3513
3514 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3515
3516 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3517
3518 * gdb.texinfo (i386 Features): Add MPX feature registers.
3519 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3520 a subsubsection for MPX and describes the display of the
3521 boundary registers.
3522
3523 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3526 documentation of the "ada-exceptions" entry.
3527
3528 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3529
3530 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3531 "^error" result record concerning the error message. Document
3532 the error code that may also be part of that result record.
3533 (GDB/MI Miscellaneous Commands): Document the
3534 "undefined-command-error-code" element in the output of
3535 the "-list-features" GDB/MI command.
3536
3537 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3540 the new -info-gdb-mi-command GDB/MI command. Document
3541 the meaning of "-info-gdb-mi-command" in the output of
3542 -list-features.
3543
3544 2013-11-29 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3547 Update comment.
3548
3549 2013-11-24 Yao Qi <yao@codesourcery.com>
3550
3551 * gdb.texinfo (Caching Remote Data): Document new
3552 "set/show stack-cache" option.
3553
3554 2013-11-24 Yao Qi <yao@codesourcery.com>
3555
3556 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3557 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3558 "off" respectively.
3559
3560 2013-11-23 Yao Qi <yao@codesourcery.com>
3561
3562 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3563 of "displayhint" to the table about child results.
3564
3565 2013-11-21 Yao Qi <yao@codesourcery.com>
3566
3567 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3568 'dynamic' for the output of command -var-list-children.
3569
3570 2013-11-21 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.texinfo (Caching Target Data): Remove "see" before
3573 @pxref.
3574
3575 2013-11-20 Yao Qi <yao@codesourcery.com>
3576
3577 * gdb.texinfo (Caching Target Data): Update doc for
3578 per-address-space dcache.
3579
3580 2013-11-20 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.texinfo (Data): Rename menu item.
3583 (Caching Remote Data): Rename to ...
3584 (Caching Target Data): ... it. Update.
3585
3586 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3589 "language-option" entry in the output of the "-list-features"
3590 command.
3591
3592 2013-11-15 Tom Tromey <tromey@redhat.com>
3593
3594 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3595 Add example.
3596
3597 2013-11-14 Tom Tromey <tromey@redhat.com>
3598
3599 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3600
3601 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3602
3603 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3604 (Context management): Place current subsection text into its own
3605 subsubsection. Add new subsubsection describing the "--language"
3606 command option.
3607
3608 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3609
3610 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3611 the documentation of "info-ada-exceptions" in the output
3612 of the "-list-features" command. Add the documentation
3613 of the "ada-exception" entry instead.
3614
3615 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3616
3617
3618 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3619 word of a couple of sentences to start with a capital letter.
3620
3621 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3622
3623 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3624 (Ada Exceptions): New node.
3625 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3626 Commands" node.
3627 (GDB/MI Ada Exceptions Commands): New node.
3628 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3629 field in the output of the "-list-features" command.
3630 * NEWS: Add entry for the new "info exceptions" CLI command,
3631 and for the new "-info-ada-exceptions" GDB/MI command.
3632
3633 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3634
3635 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3636 (Line Tables In Python): New node.
3637
3638 2013-11-08 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo (Debugging Output): Update text for
3641 "set debug dwarf2-read".
3642
3643 2013-11-08 Doug Evans <dje@google.com>
3644
3645 * gdb.texinfo (Debugging Output): Update text for
3646 "set debug symtab-create".
3647
3648 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3649
3650 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3651 constant.
3652
3653 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3654
3655 * gdb.texinfo (Breakpoints In Python): Document temporary
3656 option in breakpoint constructor, and add documentation to the
3657 temporary attribute.
3658
3659 2013-11-07 Yao Qi <yao@codesourcery.com>
3660
3661 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3662 output of "-var-info-expression".
3663
3664 2013-11-06 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3667 non-interactive mode.
3668 (Environment) <shell startup files warning>: Mention
3669 non-interactive mode. Mention .zshenv for Z shell, and talk about
3670 BASH_ENV instead of .bashrc for BASH.
3671
3672 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3673
3674 * gdb.texinfo (Commands to Specify Files): Add description
3675 of the remove-symbol-file command.
3676 * observer.texi: New free_objfile event
3677
3678 2013-10-24 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3681
3682 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3685 New subsection inside which the "-catch-load" and "-catch-unload"
3686 commands documentation is now placed.
3687 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3688 documenting the "-catch-assert" and "-catch-exception" new
3689 GDB/MI commands.
3690
3691 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3692
3693 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3694
3695 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3696
3697 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3698 serial baud".
3699 (Remote Configuration): Replace "set remotebaud" by "set serial
3700 baud". Replace "show remotebaud" by "show serial baud".
3701
3702 2013-10-07 Pedro Alves <palves@redhat.com>
3703
3704 PR breakpoints/11568
3705 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3706 when the thread is removed from the thread list.
3707
3708 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3709
3710 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3711 Update entry for $_exitcode.
3712
3713 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3716 new "--start" option.
3717
3718 2013-10-02 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.texinfo (Registers): Expand description of saved registers
3721 in frames. Explain <not saved>.
3722
3723 2013-09-25 Doug Evans <dje@google.com>
3724
3725 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3726
3727 2013-09-16 Stan Shebs <stan@codesourcery.com>
3728
3729 Remove the internals manual gdbint.texinfo.
3730 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3731 (PDFFILES): Remove gdbint.pdf.
3732 (HTMLFILES): Remove gdbint/index.html.
3733 (HTMLFILES_INSTALL): Remove gdbint.
3734 (GDBINT_DOC_FILES): Remove.
3735 (dvi): Remove gdbint.dvi.
3736 (ps): Remove gdbint.ps.
3737 * gdbint.texinfo: Remove file.
3738 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3739
3740 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3741
3742 * gdb.texinfo (Convenience Functions): Mention new convenience
3743 function $_isvoid.
3744
3745 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3746
3747 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3748 (Standard Target Features): Add new node to menu.
3749 (S/390 and System z Features): New node.
3750
3751 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3752
3753 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3754 -list-target-features in the example.
3755
3756 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3759 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3760
3761 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 Sync documentation with gdb.base/gnu-debugdata.exp.
3764 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3765
3766 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3767
3768 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3769
3770 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3771 Yao Qi <yao@codesourcery.com>
3772
3773 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3774 Document new --skip-unavailable option.
3775 <-stack-list-variables>: Document new --skip-unavailable option.
3776
3777 2013-08-26 Doug Evans <dje@google.com>
3778
3779 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3780 an optional regexp.
3781
3782 2013-08-13 Tom Tromey <tromey@redhat.com>
3783
3784 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3785 Document GDB_PARALLEL and GDB_INOTIFY.
3786
3787 2013-08-09 Stan Shebs <stan@codesourcery.com>
3788
3789 * LRS: Remove file, describes a long-abandoned live-range
3790 splitting extension to stabs.
3791
3792 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3793
3794 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3795
3796 2013-07-17 Doug Evans <dje@google.com>
3797
3798 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3799
3800 2013-07-02 Tom Tromey <tromey@redhat.com>
3801
3802 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3803
3804 2013-06-28 Tom Tromey <tromey@redhat.com>
3805
3806 * Makefile.in (version.subst): Use version.in, not
3807 common/version.in.
3808 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3809 Likewise.
3810
3811 2013-06-27 Pedro Alves <palves@redhat.com>
3812
3813 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3814 dynamic symbol resolution code>: New section, based on infrun.c
3815 comment.
3816
3817 2013-06-26 Tom Tromey <tromey@redhat.com>
3818
3819 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3820 Update.
3821 (Releasing GDB): Likewise.
3822
3823 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3824 Yao Qi <yao@codesourcery.com>
3825
3826 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3827 -trace-frame-collected.
3828
3829 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3830
3831 * gdb.texinfo (Traceframe Info Format): Document tvar element
3832 and its attributes.
3833
3834 2013-06-25 Yao Qi <yao@codesourcery.com>
3835
3836 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3837
3838 2013-06-24 Tom Tromey <tromey@redhat.com>
3839
3840 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3841 (GDBvn.texi): Use version.subst.
3842 (version.subst): New target.
3843 (mostlyclean): Remove version.subst.
3844
3845 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3846
3847 * gdb.texinfo (GDB/MI Data Manipulation)
3848 <-data-list-register-values>: Document the --skip-unavailable
3849 option.
3850
3851 2013-06-07 Yao Qi <yao@codesourcery.com>
3852
3853 * gdb.texinfo (Symbols): Add kindex and cindex for
3854 'maint print msymbols'.
3855
3856 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3857
3858 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3859 response field name (thread-group to inferior).
3860
3861 2013-06-04 Gary Benson <gbenson@redhat.com>
3862
3863 * gdb.texinfo (General Query Packets/qSupported): Added
3864 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3865 to the table of currently defined stub features.
3866 Added a more detailed entry for "augmented-libraries-svr4-read".
3867 (General Query Packets/qXfer:libraries-svr4:read): Documented
3868 the augmented form of this packet.
3869
3870 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3871
3872 * gdb.texinfo (System-wide Configuration Scripts): Renames
3873 "Installed System-wide Configuration Scripts". Add associated
3874 @menu block.
3875
3876 2013-05-23 Yao Qi <yao@codesourcery.com>
3877 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.texinfo (Packets): Document 'vCont;r'.
3880 (Continuing and Stepping): Document target-assisted range
3881 stepping, and the 'set range-stepping' and 'show range-stepping'
3882 commands.
3883
3884 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3885
3886 * gdb.texinfo (Installed System-wide Configuration Scripts):
3887 Add subsection describing the scripts now available under
3888 the data-dir's system-gdbbinit subdirectory.
3889 * NEWS: Add entry announcing the availability of system-wide
3890 configuration scripts for ElinOS and Wind River Linux.
3891
3892 2013-05-21 Hui Zhu <hui@codesourcery.com>
3893
3894 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3895 "-dprintf-insert" command.
3896
3897 2013-05-17 Doug Evans <dje@google.com>
3898
3899 * gdb.texinfo (Maintenance Commands): Update doc for
3900 "maint check-psymtabs". Add doc for "maint check-symtabs",
3901 "maint expand-symtabs".
3902
3903 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3904
3905 * gdb.texinfo (Process Record and Replay): Document the
3906 "record goto" command and its sub-commands.
3907
3908 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3909
3910 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3911 (Python API): Add Frame Filters API, Frame Wrapper API,
3912 Writing a Frame Filter/Wrapper, Managing Management of Frame
3913 Filters chapter entries.
3914 (Frame Filters API): New Node.
3915 (Frame Wrapper API): New Node.
3916 (Writing a Frame Filter): New Node.
3917 (Managing Frame Filters): New Node.
3918 (Progspaces In Python): Add note about frame_filters attribute.
3919 (Objfiles in Python): Ditto.
3920 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3921 @anchors and --no-frame-filters option to -stack-list-variables,
3922 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3923 commands.
3924
3925 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3928 Support" subsection documenting the XML format used to transfer
3929 shared library info on AIX.
3930
3931 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3932
3933 * gdb.texinfo (Debugging Output): Add documentation of
3934 "set debug aix-solib" and "show debug aix-solib" commands.
3935
3936 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3937
3938 * gdb.texinfo (Nios II): New section.
3939 (Nios II Features): New section.
3940
3941 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdbint.texinfo (Algorithms): Remove entries documenting
3944 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3945 SOLIB_CREATE_INFERIOR_HOOK.
3946
3947 2013-04-29 Tom Tromey <tromey@redhat.com>
3948
3949 PR python/14204:
3950 * gdb.texinfo (Python API): Fix menu entry.
3951 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3952 Define global and static block. Add example. Clarify
3953 block relationship for inline functions.
3954
3955 2013-04-29 Tom Tromey <tromey@redhat.com>
3956
3957 * gdb.texinfo (Python API): Mention Python help and keyword
3958 arguments. Move pagination text to Basic Python.
3959 (Basic Python): Put pagination text here. Document
3960 close-on-exec, SIGCHLD, and SIGINT.
3961
3962 2013-04-19 Pedro Alves <palves@redhat.com>
3963
3964 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3965 "signedness" instead of "signness".
3966
3967 2013-04-19 Pedro Alves <palves@redhat.com>
3968
3969 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3970 -Wno-pointer-sign text with text on -Wpointer-sign.
3971
3972 2013-04-16 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3975 GCC that has the SDT probe points.
3976
3977 2013-04-15 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3980 exception catchpoints.
3981
3982 2013-04-15 Tom Tromey <tromey@redhat.com>
3983
3984 * gdb.texinfo (Set Catchpoints): Document $_exception.
3985 (Convenience Vars): Mention $_exception.
3986
3987 2013-04-15 Tom Tromey <tromey@redhat.com>
3988
3989 * gdb.texinfo (Set Catchpoints): Reorganize exception
3990 catchpoints. Document "catch rethrow".
3991 (Debugging C Plus Plus): Mention "catch rethrow".
3992
3993 2013-04-15 Tom Tromey <tromey@redhat.com>
3994
3995 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3996
3997 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3998 Eli Zaretskii <eliz@gnu.org>
3999
4000 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
4001 line below the sample output.
4002
4003 2013-04-12 Eli Zaretskii <eliz@gnu.org>
4004
4005 * gdb.texinfo (Mode Options): Document '-configuration'.
4006 (Help): Document "show configuration".
4007 (Bug Reporting): Add requirements to include the configuration
4008 details in bug reports.
4009
4010 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * Makefile.in (MAN1S): Add gcore.1.
4013 Remove "Host, target, and site specific Makefile fragments" comment.
4014 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
4015 (install-man1, uninstall-man1): Conditionalize gcore.1.
4016 (gcore.1): New.
4017 * gdb.texinfo (Man Pages): Add gcore man.
4018 (gcore man): New node.
4019
4020 2013-04-10 Pedro Alves <palves@redhat.com>
4021
4022 * gdb.texinfo (Process Record and Replay): Document that "set
4023 record full insn-number-max", "set record
4024 instruction-history-size" and "set record
4025 function-call-history-size" accept "unlimited".
4026 (Backtrace): Document that "set backtrace limit" accepts
4027 "unlimited".
4028 (List): Document that "set listsize" accepts "unlimited".
4029 (Print Settings)" Document that "set print max-symbolic-offset",
4030 "set print elements" and "set print repeats" accept "unlimited".
4031 (Starting and Stopping Trace Experiments): Document that "set
4032 trace-buffer-size" accepts "unlimited".
4033 (Remote Configuration): Document that "set tcp connect-timeout"
4034 accepts "unlimited".
4035 (Command History): Document that "set history size" accepts
4036 "unlimited".
4037 (Screen Size): Document that "set height" and "set width" accepts
4038 "unlimited". Adjust "set pagination"'s description to suggest
4039 "set height unlimited" instead of "set height 0".
4040
4041 2013-04-10 Yao Qi <yao@codesourcery.com>
4042
4043 * gdb.texinfo (Trace Files): Add "target ctf".
4044
4045 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4048
4049 * Makefile.in (install-man1, install-man5, uninstall-man1)
4050 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4051
4052 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4053
4054 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4055 Eli Zaretskii <eliz@gnu.org>
4056
4057 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4058 parameters order. Remove "On some targets" for --attach. Document the
4059 --multi parameter and extended-remote command. Document all the
4060 options.
4061
4062 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4065 the list of supported languages.
4066
4067 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4070 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4071 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4072 (diststuff): Add man.
4073 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4074 (uninstall-man5): New.
4075 (STAGESTUFF): Add *.1 and *.5.
4076 (GDBvn.texi): Add SYSTEM_GDBINIT.
4077 (gdb.1, gdbserver.1, gdbinit.5): New.
4078 (maintainer-clean realclean): Add $(MANS).
4079 (install): Add install-man.
4080 (uninstall): Add uninstall-man.
4081 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4082 (@copying): Wrap it by @c man begin COPYRIGHT.
4083 (Top): Add Man Pages.
4084 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4085
4086 2013-04-02 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.texinfo (Debugging Output): Document "set/show debug
4089 aarch64", "set/show debug coff-pe-read" and "set/show debug
4090 mach-o".
4091
4092 2013-04-02 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4095 table>: Add entry for "trace-buffer-size".
4096
4097 2013-03-28 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4100 table>: Add entry for "trace-status".
4101
4102 2013-03-28 Eli Zaretskii <eliz@gnu.org>
4103
4104 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4105 @bullet", which is invalid (makeinfo 5.1 barfs).
4106
4107 2013-03-28 Pedro Alves <palves@redhat.com>
4108
4109 PR gdb/15294
4110
4111 * gdb.texinfo (List) <set listsize>: Adjust to document that
4112 listsize 0 means no limit, and remove mention of -1.
4113
4114 2013-03-22 Yao Qi <yao@codesourcery.com>
4115
4116 * gdb.texinfo (Embedded Processors): Remove menu item
4117 "OpenRISC 1000".
4118 (OpenRISC 1000): Remove.
4119
4120 2013-03-21 Doug Evans <dje@google.com>
4121
4122 * gdb.texinfo (Maintenance Commands): Add docs for
4123 "mt set per-command {space,time,symtab} {on,off}".
4124
4125 2013-03-14 Hui Zhu <hui@codesourcery.com>
4126 Yao Qi <yao@codesourcery.com>
4127
4128 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4129
4130 2013-03-13 Keith Seitz <keiths@redhat.com>
4131
4132 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4133 "maint agent" reference to Dynamic printf.
4134
4135 2013-03-11 Eli Zaretskii <eliz@gnu.org>
4136
4137 * gdb.texinfo (General Query Packets): Don't use colon in index
4138 entries visible to Info format.
4139
4140 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4141
4142 * gdb.texinfo (Process Record and Replay): Document record
4143 changes.
4144
4145 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4146
4147 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4148 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4149 qXfer:btrace:read.
4150
4151 2013-03-09 Eli Zaretskii <eliz@gnu.org>
4152
4153 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4154 use colons in @anchor and @cindex entries.
4155
4156 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
4157
4158 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4159
4160 2013-03-08 Stan Shebs <stan@codesourcery.com>
4161 Hafiz Abid Qadeer <abidh@codesourcery.com>
4162
4163 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4164 trace-buffer-size set and show commands.
4165 (Tracepoint Packets): Document QTBuffer:size.
4166 (General Query Packets): Document QTBuffer:size.
4167
4168 2013-02-21 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.texinfo: Remove bad @syncodeindex.
4171 (Values From Inferior, Types In Python, Inferiors In Python)
4172 (Events In Python, Threads In Python, Frames In Python, Blocks In
4173 Python, Symbols In Python, Symbol Tables In Python): Remove
4174 @tables.
4175 (Packets, General Query Packets, Tracepoint Packets)
4176 (Host I/O Packets): Use @w{} for empty @item.
4177
4178 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4179
4180 * gdb.texinfo (Architectures In Python): Add description about
4181 the new method gdb.Architecture.disassemble.
4182
4183 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4184 Hafiz Abid Qadeer <abidh@codesourcery.com>
4185
4186 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4187 Document the "trace-file" field.
4188
4189 2013-02-07 Doug Evans <dje@google.com>
4190
4191 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4192 command.
4193
4194 2013-02-06 Yao Qi <yao@codesourcery.com>
4195
4196 * gdb.texinfo (GDB/MI Async Records): Document new MI
4197 notification "=tsv-modified". Update the document of MI
4198 notification "=tsv-created".
4199 * observer.texi (GDB Observers): New observer tsv_modified.
4200 Update observer tsv_created and tsv_delete.
4201
4202 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4203
4204 * gdb.texinfo (AArch64 Features): New section; document
4205 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4206 (Architectures): Add new AArch64 section to document AArch64
4207 architecture specific commands.
4208 (ABI): Add description of the new OS ABI "Newlib" and its influence
4209 on the longjmp handling.
4210
4211 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4212 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4215 variable in 'set/show backtrace' section.
4216
4217 2013-01-31 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.texinfo (Target Commands): Fix typo.
4220
4221 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4222
4223 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4224 describing the gdb.Architecture class.
4225 (Frames In Python): Add description about the new method
4226 gdb.Frame.architecture().
4227
4228 2013-01-23 Doug Evans <dje@google.com>
4229
4230 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4231
4232 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4233
4234 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4235 'thread-groups' field when printing a breakpoint in MI.
4236
4237 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4238 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4239 to reflect that jit-reader-load now supports absolute file-names.
4240
4241 2013-01-16 Tom Tromey <tromey@redhat.com>
4242
4243 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4244 (Signals): Likewise.
4245
4246 2013-01-16 Tom Tromey <tromey@redhat.com>
4247
4248 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4249 "catch-type" field.
4250 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4251
4252 2013-01-07 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.texinfo (Mode Options): Don't mention -epoch.
4255 (Data, Emacs): Remove obsolete comments.
4256
4257 2013-01-02 Tom Tromey <tromey@redhat.com>
4258
4259 * gdb.texinfo (GDB/MI Output Records): Update menu.
4260 (GDB/MI Breakpoint Information): New node.
4261 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4262 <-break-insert>: Likewise.
4263
4264 2012-12-31 Yao Qi <yao@codesourcery.com>
4265
4266 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4267 (Packets): Move "vStopped" packet to ...
4268 (Notification Packets): ... here. Describe the components
4269 of notification. Add a table of supported notifications.
4270 Add an example on the process of he async notification.
4271
4272 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4273
4274 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4275 present.
4276 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4277 fullname output always present.
4278
4279 2012-12-23 Pierre Muller <muller@sourceware.org>
4280
4281 * gdbint.texinfo (Function prototypes): Require use of "extern"
4282 modifier for function prototypes in headers.
4283
4284 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4285
4286 * refcard.tex: Update copyright notice to GPL v3 or later.
4287 Update contact info.
4288
4289 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4292
4293 2012-12-15 Yao Qi <yao@codesourcery.com>
4294
4295 * gdb.texinfo (Debugging Output): Document 'set debug
4296 notification' and 'show debug notification'.
4297
4298 2012-12-15 Yao Qi <yao@codesourcery.com>
4299
4300 * gdb.texinfo (Listing Tracepoints): New item and example about
4301 'installed on target' output.
4302 Add more in the example about 'installed on target'.
4303 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4304
4305 2012-12-14 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.texinfo (SVR4 Process Information): Mention core files.
4308
4309 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4310
4311 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4312
4313 2012-12-12 Paul Koning <paul_koning@dell.com>
4314
4315 Add support for Python 3.
4316 * gdb.texinfo (Inferior.read_memory): Mention that the return
4317 value is a memoryview object if Python 3.
4318
4319 2012-12-11 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.texinfo: Remove all mentions of Unixware throughout.
4322
4323 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4326
4327 2012-11-29 Tom Tromey <tromey@redhat.com>
4328
4329 * gdb.texinfo (SVR4 Process Information): Document missing
4330 "info proc" subcommands.
4331
4332 2012-11-29 Yao Qi <yao@codesourcery.com>
4333
4334 PR gdb/1477.
4335 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4336 to 'auto' instead of 'gnu'.
4337
4338 2012-11-26 Tom Tromey <tromey@redhat.com>
4339
4340 * gdb.texinfo (MiniDebugInfo): New node.
4341 (GDB Files): Update.
4342
4343 2012-11-16 Doug Evans <dje@google.com>
4344
4345 * gdb.texinfo (System-wide configuration): If the system-wide init
4346 file lives in the data-directory, and --data-directory is provided,
4347 look for it there.
4348
4349 2012-11-15 Tom Tromey <tromey@redhat.com>
4350
4351 * gdb.texinfo (Signaling): Fix typo.
4352
4353 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4354
4355 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4356 parameter "count" of -data-write-memory-bytes, and add an example.
4357
4358 2012-11-12 Tom Tromey <tromey@redhat.com>
4359
4360 * gdb.texinfo (Symbols): Document "info type-printers",
4361 "enable type-printer" and "disable type-printer".
4362 (Python API): Add new node to menu.
4363 (Type Printing API): New node.
4364 (Progspaces In Python): Document type_printers field.
4365 (Objfiles In Python): Likewise.
4366 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4367 register_type_printer, TypePrinter>: Document.
4368
4369 2012-11-12 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.texinfo (Symbols): Document "set print type methods",
4372 "set print type typedefs", and flags to ptype and whatis.
4373
4374 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4375
4376 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4377 the example -data-disassemble output. Extend the description of
4378 the -data-disassemble results to document all fields. Document
4379 the cli disassemble command as being related to -data-disassemble.
4380
4381 2012-11-09 Yao Qi <yao@codesourcery.com>
4382
4383 PR gdb/14777.
4384 * gdb.texinfo (OS Information): Remove doc on command
4385 'info udot'.
4386
4387 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4388
4389 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4390 gdb.ini warning for Windows port.
4391
4392 2012-11-08 Yao Qi <yao@codesourcery.com>
4393
4394 * gdb.texinfo (Search): Add kindex for 'fo'.
4395
4396 2012-11-05 Tom Tromey <tromey@redhat.com>
4397
4398 PR python/14802:
4399 * gdb.texinfo (Functions In Python): Add example.
4400
4401 2012-11-03 Yao Qi <yao@codesourcery.com>
4402
4403 * observer.texi (GDB Observers): Remove observer
4404 'tracepoint_modified', 'tracepoint_created' and
4405 'tracepoint_deleted'.
4406
4407 2012-10-26 Tom Tromey <tromey@redhat.com>
4408
4409 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4410
4411 2012-10-25 Tom Tromey <tromey@redhat.com>
4412
4413 * gdb.texinfo (General Query Packets): Use @itemx.
4414
4415 2012-10-17 Yao Qi <yao@codesourcery.com>
4416
4417 * observer.texi (GDB Observers): Update observer
4418 'memory_changed'.
4419 * gdb.texinfo (GDB/MI Async Records): Document for
4420 "memory-changed" notification.
4421
4422 2012-10-15 Doug Evans <dje@google.com>
4423
4424 * gdb.texinfo (Mode Options): Document -nh.
4425 Elaborate on docs for -nx.
4426
4427 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4428
4429 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4430
4431 2012-09-21 Yao Qi <yao@codesourcery.com>
4432 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.texinfo (GDB/MI Async Records): Document notification
4435 'record-started' and 'record-stopped'.
4436 * observer.texi (GDB Observers): New observer 'record-changed'.
4437
4438 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4439
4440 * gdb.texinfo: Document the removal of SH's 'regs' command.
4441
4442 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4443
4444 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4445
4446 2012-09-18 Yao Qi <yao@codesourcery.com>
4447
4448 * gdb.texinfo (GDB/MI Async Records): Document new MI
4449 notifications '=tsv-created' and '=tsv-deleted'.
4450 * observer.texi (GDB Observers): New observer tsv_created and
4451 tsv_deleted.
4452
4453 2012-09-18 Yao Qi <yao@codesourcery.com>
4454
4455 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4456 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4457 '=traceframe-changed'.
4458
4459 2012-09-17 Yao Qi <yao@codesourcery.com>
4460
4461 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4462 'set listsize'.
4463
4464 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4465 Eli Zaretskii <eliz@gnu.org>
4466
4467 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4468 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4469 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4470
4471 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4472
4473 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4474
4475 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4476
4477 Document how to return from "python-interactive" to GDB.
4478 * gdb.texinfo (Python Commands): Update documentation.
4479
4480 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4481
4482 Add a new "python-interactive" command that starts a standard
4483 Python interactive prompt with "pi" as alias, and add "py" as
4484 an alias to "python".
4485 * gdb.texinfo (Python Commands): Document the new commands.
4486
4487 2012-08-22 Tom Tromey <tromey@redhat.com>
4488
4489 * gdbint.texinfo (Host Definition): Remove documentation for
4490 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4491
4492 2012-08-17 Keith Seitz <keiths@redhat.com>
4493
4494 PR c++/13356
4495 * gdb.texinfo (Type and Range Checking): Remove warning.
4496 Remove spurious commas.
4497 Update text and examples for re-implementation of set/show
4498 check type.
4499 (C and C++ Type and Range Checks): Likewise.
4500
4501 2012-08-16 Yao Qi <yao@codesourcery.com>
4502
4503 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4504 is deprecated.
4505
4506 2012-08-13 Doug Evans <dje@google.com>
4507
4508 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4509 to include functions.
4510
4511 2012-08-10 Doug Evans <dje@google.com>
4512
4513 * gdb.texinfo (Convenience Funs): New node.
4514 (Types In Python): Document Type.vector.
4515
4516 2012-08-09 Yao Qi <yao@codesourcery.com>
4517
4518 * observer.texi: New observer command_param_changed.
4519 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4520
4521 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * gdbint.texinfo (Debugging GDB): In section
4524 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4525 Mention also gdb-gdb.py.
4526
4527 2012-08-07 Yao Qi <yao@codesourcery.com>
4528
4529 Revert the folloing patch:
4530 2012-08-06 Yao Qi <yao@codesourcery.com>
4531 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4532 remote hardware-watchpoint-limit' and 'set
4533 remote hardware-breakpoint-limit'.
4534
4535 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4536
4537 * gdb.texinfo (Working Directory): Added information about new
4538 default argument for 'cd' command.
4539
4540 2012-08-06 Yao Qi <yao@codesourcery.com>
4541
4542 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4543 remote hardware-watchpoint-limit' and 'set
4544 remote hardware-breakpoint-limit'.
4545
4546 2012-08-06 Yao Qi <yao@codesourcery.com>
4547
4548 Fix PR14371.
4549
4550 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4551 '=breakpoint-deleted'.
4552
4553 2012-08-02 Yao Qi <yao@codesourcery.com>
4554
4555 * gdb.texinfo (Native): Remove node Neutrino.
4556
4557 2012-07-27 Yao Qi <yao@codesourcery.com>
4558
4559 * gdb.texinfo (IPA Protocol Commands): Document new command
4560 'close'.
4561
4562 2012-07-25 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4565
4566 2012-07-20 Doug Evans <dje@google.com>
4567
4568 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4569 (Index Files): Document how to control the use of deprecated index
4570 sections.
4571 (Index Section Format): Replace --use-deprecated-index-sections with
4572 "set use-deprecated-index-sections on".
4573
4574 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4575
4576 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4577 indices into a single node "Index". Instead, join function and
4578 variable indices into a single index, separate from the concept
4579 index. Requested in
4580 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4581 (Top): Update the top-level menu: instead of one "Index" there are
4582 now separate entries "Concept Index" and "Function and Variable
4583 Index".
4584 (Concept Index, Function and Variable Index): New nodes.
4585 (Index): Node deleted.
4586
4587 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4588
4589 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4590 and "maint agent-eval".
4591
4592 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4593
4594 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4595 avoid file-name clashes between Index.html and index.html on
4596 case-insensitive filesystems. See the discussion starting in
4597 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4598 details of the problem.
4599 (Top): Update the master menu for the above.
4600 (Concept Index, Command and Variable Index): New nodes, instead of
4601 the old "Index" node that was deleted. All cross-references
4602 updated.
4603
4604 2012-07-02 Stan Shebs <stan@codesourcery.com>
4605
4606 * gdb.texinfo (Dynamic Printf): Mention agent style and
4607 disconnected dprintf.
4608 (Maintenance Commands): Describe maint agent-printf.
4609 (General Query Packets): Mention BreakpointCommands feature.
4610 (Packets): Document commands extension to Z0 packet.
4611 * agentexpr.texi (Bytecode Descriptions): Document printf
4612 bytecode.
4613
4614 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4617 only after gdbinit files.
4618 (Startup): Move -iex and -iex commands down after gdbinit files.
4619
4620 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4621
4622 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4623 possibility.
4624
4625 2012-06-29 Tom Tromey <tromey@redhat.com>
4626
4627 * gdb.texinfo (Index Section Format): Update for version 7.
4628
4629 2012-06-28 Stan Shebs <stan@codesourcery.com>
4630
4631 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4632 example, add note about title column.
4633
4634 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4635
4636 * gdb.texinfo (Symbol Tables In Python): Add description about
4637 the new 'last' attribute of gdb.Symtab_and line.
4638
4639 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4640
4641 * gdb.texinfo (Symbol Tables In Python): Correct the description
4642 of the 'pc' attribute of gdb.Symtab_and_line.
4643
4644 2012-06-26 Doug Evans <dje@google.com>
4645
4646 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4647 and symtab-create.
4648
4649 2012-06-25 Keith Seitz <keiths@redhat.com>
4650
4651 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4652 from example. Remove "rbreak" from list of corresponding
4653 gdb commands.
4654
4655 2012-06-23 Doug Evans <dje@google.com>
4656
4657 * gdb.texinfo (Index Section Format): Document version 7 format.
4658
4659 2012-06-22 Yao Qi <yao@codesourcery.com>
4660
4661 * gdb.texinfo: Add missing cindex for some packets.
4662
4663 2012-06-20 Keith Seitz <keiths@redhat.com>
4664
4665 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4666 for -break-insert and document -p.
4667
4668 2012-06-20 Yao Qi <yao@codesourcery.com>
4669
4670 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4671 and "gdb.write_memory" with "Inferior.read_memory" and
4672 "Inferior.write_memory".
4673
4674 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4675
4676 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4677 (Free Documentation): Add @node line.
4678 (Continuing and Stepping) <advance location>: Use @item instead of
4679 @itemx.
4680 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4681 @itemx.
4682 (Embedded Processors): Put the link to "PA" to its correct place,
4683 according to document structure.
4684 (Python API): Put the link to "Lazy Strings In Python" to its
4685 correct place.
4686 (Index): Use @@ in @tex block to get a literal @.
4687
4688 * gdbint.texinfo: Fix the @subtitle line.
4689
4690 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4691 correct place.
4692
4693 2012-06-08 Yao Qi <yao@codesourcery.com>
4694
4695 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4696 Protocol'.
4697 (In-Process Agent Protocol, IPA Protocol Objects)
4698 (IPA Protocol Commands): New nodes.
4699 (Tracepoint Packets): Add anchors.
4700
4701 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4702
4703 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4704
4705 2012-06-06 Yao Qi <yao@codesourcery.com>
4706
4707 * gdb.texinfo: Update copyright year.
4708
4709 2012-05-23 Stan Shebs <stan@codesourcery.com>
4710 Kwok Cheung Yeung <kcy@codesourcery.com>
4711
4712 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4713
4714 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4717 Mention also --with-separate-debug-dir.
4718 (Auto-loading): Prepend $debugdir in the sample output.
4719 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4720 auto-load safe-path variable.
4721 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4722 Mention also $debugdir for 'set auto-load scripts-directory'.
4723
4724 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4725
4726 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4727 (MIPS Embedded, MIPS, MIPS Register packet Format)
4728 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4729 appropriate.
4730
4731 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4732 Maciej W. Rozycki <macro@codesourcery.com>
4733
4734 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4735 mips compression".
4736 (MIPS Breakpoint Kinds): New subsubsection.
4737
4738 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4739
4740 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4741 nodes for subsections. Add @acronym mark-ups and adjust
4742 formatting.
4743
4744 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4745
4746 Rename $ddir to $datadir.
4747 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4748 (objfile-gdb.py file): Rename $ddir to $datadir.
4749
4750 2012-05-18 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4753
4754 2012-05-14 Stan Shebs <stan@codesourcery.com>
4755
4756 * gdb.texinfo (Dynamic Printf): New subsection.
4757
4758 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4759
4760 * gdb.texinfo (Basic Python): Add description about the function
4761 gdb.find_pc_line
4762
4763 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4764 Eli Zaretskii <eliz@gnu.org>
4765
4766 * gdb.texinfo (Separate Debug Files): Use plural form for global
4767 debugging information directory.
4768
4769 2012-05-11 Stan Shebs <stan@codesourcery.com>
4770 Kwok Cheung Yeung <kcy@codesourcery.com>
4771
4772 * gdb.texinfo (Operating System Auxiliary Information): Document new
4773 'info os' subcommands.
4774
4775 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4778 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4779 (dotdebug_gdb_scripts section): Add reference
4780 to 'Auto-loading safe path'.
4781
4782 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 Implement multi-component --with-auto-load-dir.
4785 * gdb.texinfo (Auto-loading): New references
4786 for 'set auto-load scripts-directory'
4787 and 'show auto-load scripts-directory'.
4788 (Auto-loading safe path): Describe the new default. Move $ddir
4789 substituation reference to 'objfile-gdb.py file'.
4790 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4791 script-name. Describe new 'set auto-load scripts-directory'
4792 and 'show auto-load scripts-directory'.
4793
4794 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 Provide $ddir substitution for --with-auto-load-safe-path.
4797 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4798 (Auto-loading safe path): Likewise. Mention the default value,
4799 $ddir substitution, --with-auto-load-safe-path and
4800 --without-auto-load-safe-path.
4801 * observer.texi (gdb_datadir_changed): New.
4802
4803 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4806 Twice.
4807
4808 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4809 directory separator by path separator.
4810
4811 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4812
4813 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4814 for 'set auto-load safe-path' optional. Mention if it is omitted.
4815 Change disabling security protection condition to "/", twice.
4816
4817 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4818
4819 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4820 the new methods global_block and static_block on gdb.Symtab
4821 objects.
4822
4823 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4824
4825 * gdb.texinfo (Blocks In Python): Add a note saying that future
4826 improvements to GDB and its infrastructure can move symbols
4827 across blocks within a symbol table.
4828
4829 2012-04-29 Yao Qi <yao@codesourcery.com>
4830
4831 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4832 (A29K): Remove.
4833
4834 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4835 Tom Tromey <tromey@redhat.com>
4836
4837 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4838 and generic static probe support on GDB.
4839
4840 2012-04-25 Doug Evans <dje@google.com>
4841
4842 * gdb.texinfo (Go): Fix thinko.
4843
4844 * gdb.texinfo (Supported Languages): Add Go.
4845 (Go): New node.
4846
4847 2012-04-25 Yao Qi <yao@codesourcery.com>
4848
4849 * gdbint.texinfo (Testsuite): New section `Board settings'.
4850
4851 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4854 Three times.
4855
4856 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4857 Three times.
4858
4859 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4862 by @table @asis. Fix formatting of one item.
4863
4864 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4865
4866 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4867
4868 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 New option "set debug auto-load".
4871 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4872 (auto-load verbose mode): New node.
4873
4874 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 New option "set auto-load safe-path".
4877 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4878 and "info auto-load" examples for safe-path. Put there also references
4879 for "set auto-load safe-path" and "show auto-load safe-path".
4880 New menu item for Auto-loading safe path.
4881 (Auto-loading safe path): New node.
4882 (Python Auto-loading): Update the expected output from "Missing"
4883 to "No".
4884
4885 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 auto-load: Implementation.
4888 * gdb.texinfo (Mode Options): New anchor for -nx.
4889 (Startup): New anchors for Option -init-eval-command,
4890 Home Directory Init File
4891 and Init File in the Current Directory during Startup.
4892 Mention set auto-load local-gdbinit with a reference.
4893 Change the sample code to "set auto-load python-scripts".
4894 (Threads): New anchor set libthread-db-search-path.
4895 Provide references to libthread_db.so.1 file.
4896 (Controlling GDB): New menu item for Auto-loading.
4897 (Auto-loading, Init File in the Current Directory)
4898 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4899 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4900 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4901 reference.
4902 (Auto-loading): Rename to ...
4903 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4904 "set auto-load python-scripts", new anchor for it. Change
4905 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4906 for it. Change "info auto-load-scripts"
4907 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4908 to "Python scripts".
4909
4910 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4911
4912 PR mi/13393
4913 * gdb.texinfo (Print Settings): Extend the description for "set print
4914 object".
4915 (GDB/MI Variable Objects): Extend the description for -var-create and
4916 -var-list-children.
4917
4918 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4919
4920 * gdb.texinfo (Examining Data): Document the 'explore' command.
4921
4922 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4923
4924 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4925 to the children of a varobj and its update range when -var-update
4926 returns that the varobj's type changed.
4927
4928 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4931 Create two new links fir 'objfile-gdb.py file'
4932 and 'dotdebug_gdb_scripts section'.
4933
4934 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4935
4936 * gdb.texinfo (Auto-loading): Rename node reference
4937 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4938 Twice.
4939 (.debug_gdb_scripts section): Rename the node ...
4940 (dotdebug_gdb_scripts section): ... here.
4941 (Maintenance Commands): Also rename this node reference.
4942
4943 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4944
4945 * gdb.texinfo (Python API/Values From Inferior): Add description
4946 about the new method Value.referenced_value. Add description on
4947 how Value.dereference is different (and similar) to
4948 Value.referenced_value.
4949
4950 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4953 --init-eval-command=COMMAND, -iex.
4954 (Startup): Describe -iex and -ix. Simplify the example
4955 for "set auto-load-scripts off".
4956
4957 2012-03-16 Gary Benson <gbenson@redhat.com>
4958
4959 PR breakpoints/10738
4960 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4961 stating that GDB cannot set breakpoints on inlined functions.
4962 (Mode Options): Document --use-deprecated-index-sections.
4963 (Index Section Format): Document new index section version format.
4964
4965 2012-03-15 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4968
4969 2012-03-13 Doug Evans <dje@google.com>
4970
4971 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4972 of "reload".
4973 (Symbols): Delete docs for set/show symbol-reloading.
4974 * gdbint.texinfo (Defining Other Architecture Features): Delete
4975 SYMBOL_RELOADING_DEFAULT.
4976 * refcard.tex: Delete reference to symbol-reloading.
4977
4978 2012-03-07 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.texinfo (General Query Packets): Document new
4981 QProgramSignals packet.
4982 * gdb.texinfo (Remote configuration): Mention
4983 "program-signals-packet".
4984
4985 2012-03-05 Tristan Gingold <gingold@adacore.com>
4986
4987 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4988
4989 2012-03-03 Yao Qi <yao@codesourcery.com>
4990
4991 * gdb.texinfo (In-Process Agent): New node.
4992 Document new commands.
4993 (General Query Packets): Add packet `QAgent'.
4994
4995 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4996
4997 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4998
4999 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5000
5001 * gdb.texinfo (Commands In Python): Put example python macro in
5002 COMMAND_USER category rather than COMMAND_OBSCURE.
5003 Document gdb.COMMAND_USER.
5004 (User-defined Commands): Update documentation to clarify
5005 "set/show max-user-call-depth" and "show user" don't apply to python
5006 commands. Update documentation to clarify "help user-defined" may
5007 also include python commands defined as COMMAND_USER.
5008
5009 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.texinfo (Startup): Add option -ex description to the option -x
5012 description.
5013
5014 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5015
5016 * gdb.texinfo (Setting Breakpoints): Mention and explain the
5017 condition-evaluation breakpoint parameter.
5018 Mention condition-evaluation mode being shown in "info break".
5019 (Break Conditions): Add description for target-side
5020 conditional breakpoints.
5021 (Remote Configuration): Mention conditional-breakpoints-packet.
5022 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
5023 cond-expr.
5024 (General Query Packets): Mention new ConditionalBreakpoint feature.
5025
5026 2012-02-22 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5029
5030 2012-02-17 Tom Tromey <tromey@redhat.com>
5031
5032 PR python/10753:
5033 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5034 directory.
5035
5036 2012-02-14 Stan Shebs <stan@codesourcery.com>
5037
5038 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5039
5040 2012-02-13 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5043 mips-idt-ecoff.
5044
5045 2012-02-09 Yao Qi <yao@codesourcery.com>
5046
5047 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5048
5049 2012-02-07 Tom Tromey <tromey@redhat.com>
5050
5051 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5052 Symbol.value.
5053
5054 2012-02-07 Tom Tromey <tromey@redhat.com>
5055
5056 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5057
5058 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5059
5060 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5061
5062 2012-01-24 Tom Tromey <tromey@redhat.com>
5063
5064 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5065 unload".
5066 (Files): Mention new catch commands.
5067 (GDB/MI Async Records): Likewise.
5068
5069 2012-01-24 Gary Benson <gbenson@redhat.com>
5070
5071 Delete #if 0'd out code.
5072 * gdb.texinfo (Frame Info): Remove "info catch".
5073
5074 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5075
5076 * gdb.texinfo (Remote Configuration): Document
5077 "set remote hostio-readlink-packet" command.
5078 (General Query Packets): Document vFile:readlink packet.
5079
5080 2012-01-16 Tom Tromey <tromey@redhat.com>
5081
5082 * gdb.texinfo (Specify Location): Document relative file name
5083 handling.
5084
5085 2012-01-16 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5088
5089 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5090 Eli Zaretskii <eliz@gnu.org>
5091
5092 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5093 code.
5094
5095 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5096
5097 * gdb.texinfo (Variables): Document use of :: for non-static
5098 variables.
5099
5100 2012-01-05 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdbint.texinfo (Start of New Year Procedure): Update
5103 to replace use of copyright.sh by use of copyright.py.
5104
5105 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 Remove the gdbtui binary.
5108 * all-cfg.texi (GDBTUI): Remove.
5109 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5110 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5111 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5112
5113 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5114
5115 Introduce gdb.FinishBreakpoint in Python.
5116 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5117 (Python API): Add menu entry for Finish Breakpoints.
5118
5119 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5122 tests.
5123
5124 2011-12-16 Doug Evans <dje@google.com>
5125
5126 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5127
5128 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5129
5130 * gdb.texinfo (Python Commands): Remove "maint set/show print
5131 stack". Add documentation for "set/show python print-stack".
5132
5133 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5134
5135 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5136 should transfer control to the stub in the startup code instead of
5137 in main. Mention the need to get past the initial breakpoint.
5138
5139 2011-12-06 Tom Tromey <tromey@redhat.com>
5140
5141 * gdb.texinfo (Set Breaks): Update for new behavior.
5142
5143 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5146 List Format for SVR4 Targets'.
5147 (General Query Packets): New item qXfer:libraries-svr4:read.
5148 (Library List Format for SVR4 Targets): New node.
5149
5150 2011-12-01 Tom Tromey <tromey@redhat.com>
5151
5152 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5153 add.
5154
5155 2011-11-22 Tom Tromey <tromey@redhat.com>
5156
5157 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5158 reasons.
5159
5160 2011-11-20 Stan Shebs <stan@codesourcery.com>
5161
5162 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5163 note-related options and variables.
5164 (Tracepoint Packets): Document packet changes.
5165
5166 2011-11-20 Sanjoy Das <sdas@igalia.com>
5167
5168 * gdb.texinfo (JIT Interface): Add documentation on writing and
5169 usind JIT debug info readers.
5170 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5171 Debug Info Readers): New nodes.
5172
5173 2011-11-18 Yao Qi <yao@codesourcery.com>
5174
5175 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5176 tracepoint.
5177
5178 2011-11-15 Doug Evans <dje@google.com>
5179
5180 * gdb.texinfo (Files): Document basenames-may-differ.
5181
5182 2011-11-14 Doug Evans <dje@google.com>
5183
5184 * gdb.texinfo (Shell Commands): Document "!".
5185
5186 2011-11-14 Stan Shebs <stan@codesourcery.com>
5187 Kwok Cheung Yeung <kcy@codesourcery.com>
5188
5189 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5190 needed to get shorter fast tracepoints.
5191 (Tracepoint Packets): Document new qTMinFTPILen packet.
5192
5193 2011-11-14 Yao Qi <yao@codesourcery.com>
5194
5195 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5196 behavior of tracepoint.
5197 (General Query Packets): New feature InstallInTrace.
5198 (Remote Configuration): Document "set remote
5199 install-in-trace-packet".
5200
5201 2011-11-12 Matt Rice <ratmice@gmail.com>
5202
5203 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5204 Add arguments to info macro.
5205
5206 2011-11-10 Tom Tromey <tromey@redhat.com>
5207
5208 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5209 manual.
5210 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5211 (Macros): Add a footnote.
5212 (C): Remove paragraph about compiler options.
5213 (C Constants): Mention wide character and string constants.
5214 (C Plus Plus Expressions): Update compiler option advice. Mention
5215 using declarations. Mention ADL. Remove old HP compiler
5216 information.
5217
5218 2011-11-10 Tom Tromey <tromey@redhat.com>
5219
5220 PR c++/9257:
5221 * gdb.texinfo (Print Settings): Add an extra note about the need
5222 for a vtable.
5223
5224 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5225
5226 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5227 "set mips abi" documentation.
5228
5229 2011-11-04 Doug Evans <dje@google.com>
5230
5231 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5232
5233 2011-11-03 Tom Tromey <tromey@redhat.com>
5234
5235 * gdb.texinfo (Stopping): Add menu entry.
5236 (Continuing and Stepping): Restore @node. Use @section, not
5237 @subsection.
5238
5239 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5240
5241 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5242 designation. Fix "Specify Location" cross-reference.
5243
5244 2011-11-02 Stan Shebs <stan@codesourcery.com>
5245
5246 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5247 (General Query Packets): Describe tracenz feature.
5248 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5249
5250 2011-10-28 Paul Koning <paul_koning@dell.com>
5251
5252 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5253
5254 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5255
5256 * gdb.texinfo ((Frames In Python): Document
5257 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5258
5259 2011-10-26 Paul Koning <paul_koning@dell.com>
5260
5261 * gdb.texinfo (gdb.types): Document new deepitems function.
5262
5263 2011-10-25 Paul Koning <paul_koning@dell.com>
5264
5265 PR python/13327
5266
5267 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5268 fetch_lazy method.
5269
5270 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5271
5272 PR python/12656
5273
5274 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5275 global_block, static_block function.
5276
5277 2011-10-19 Tom Tromey <tromey@redhat.com>
5278
5279 * gdb.texinfo (Commands In Python): Add missing "@"s.
5280
5281 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5282
5283 PR python/13285 Document named constants for frame unwind stop reasons
5284 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5285 constants.
5286
5287 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 Fix compatibility with texinfo versions older than 4.12.
5290 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5291 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5292 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5293 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5294 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5295 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5296 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5297
5298 2011-10-09 Doug Evans <dje@google.com>
5299
5300 * gdb.texinfo (Extending GDB): Document alias command.
5301
5302 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 Support @entry in input expressions.
5305 * gdb.texinfo (Variables): Describe @entry names suffix.
5306 (Print Settings): Add anchor for `set print entry-values'.
5307
5308 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5309 Eli Zaretskii <eliz@gnu.org>
5310
5311 Display @entry parameter values (without references).
5312 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5313 example.
5314 (Print Settings): New description of set print entry-values and show
5315 print entry-values.
5316
5317 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5318 Eli Zaretskii <eliz@gnu.org>
5319
5320 Recognize virtual tail call frames.
5321 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5322 (Tail Call Frames): New node.
5323 (Frames In Python): Add gdb.TAILCALL_FRAME.
5324
5325 2011-10-07 Doug Evans <dje@google.com>
5326
5327 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5328 register_pretty_printer.
5329
5330 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5331
5332 PR python/12930
5333 PR python/12802
5334
5335 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5336 stop method.
5337
5338 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5339
5340 * gdb.texinfo (Starting your Program): "set disable-randomization"
5341 is no longer Linux-specific.
5342 (Remote Configuration): Document "set remote
5343 disable-randomization-packet".
5344 (General Query Packets): Document "QDisableRandomization" packet
5345 and add it to "qSupported" list.
5346
5347 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5348
5349 Allow Python notification of new object-file loadings.
5350 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5351 event type.
5352
5353 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5354
5355 PR python/12691: Add the inferior to Python exited event
5356 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5357
5358 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5361 rephasing.
5362
5363 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5366 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5367 as possible feature returned by the `-list-features'
5368 command.
5369
5370 2011-09-28 Paul Koning <paul_koning@dell.com>
5371
5372 * gdb.texinfo (gdb.Type): Document field access by dictionary
5373 key syntax.
5374
5375 2011-09-28 Yao Qi <yao@codesourcery.com>
5376
5377 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5378 Add one space after option `-s'. Remove @r{} markup.
5379
5380 2011-09-27 Stan Shebs <stan@codesourcery.com>
5381
5382 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5383
5384 2011-09-16 Hui Zhu <teawater@gmail.com>
5385
5386 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5387 to *(unsigned char *)$esp@300.
5388
5389 2011-09-15 Paul Koning <paul_koning@dell.com>
5390
5391 * gdb.texinfo: Make style of Python functions and methods match
5392 the syntax of Python. Also put class and module names explicitly
5393 on function, member, and variable names, matching Python
5394 documentation conventions.
5395
5396 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5397
5398 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5399 * gdb.texinfo (Inferiors In Python): Describe new
5400 gdb.selected_inferior() function.
5401
5402 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5403
5404 Handle multiple breakpoint hits in Python interface:
5405 * gdb.texinfo (Events In Python): New function documentation:
5406 gdb.BreakpointEvent.breakpoints. Indicate that
5407 gdb.BreakpointEvent.breakpoint is now deprecated.
5408
5409 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5410
5411 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5412
5413 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5414
5415 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5416
5417 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5418
5419 * gdb.texinfo (Prompt): Add set/show extended-prompt
5420 documentation
5421 (Basic Python): Add prompt_hook anchor.
5422 (Python modules): Reword module text to reflect multiple modules.
5423 (gdb.prompt): Document gdb.prompt module.
5424
5425 2011-08-14 Yao Qi <yao@codesourcery.com>
5426
5427 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5428
5429 2011-08-14 Yao Qi <yao@codesourcery.com>
5430
5431 * gdb.texinfo (Standard Target Features): Document C6x features.
5432 (TIC6x Features): New node.
5433
5434 2011-08-12 Doug Evans <dje@google.com>
5435
5436 * gdb.texinfo (Symbols In Python): Document symbol.type.
5437
5438 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5439
5440 * gdb.texinfo (Python): Document command and function
5441 auto-loading.
5442
5443 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5444 Eli Zaretskii <eliz@gnu.org>
5445
5446 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5447 typedefs unrolling. Extend the sample code by an inner typedef and
5448 outer typedefs unrolling.
5449
5450 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5451
5452 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5453 size and line-size.
5454
5455 2011-07-21 Matt Rice <ratmice@gmail.com>
5456
5457 PR macros/12999
5458 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5459 Update text and cindex entries for info macro command.
5460
5461 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5462
5463 * observer.texi (GDB Observers): Add before_prompt observer.
5464 * gdb.texinfo (Basic Python): Add documentation for prompt
5465 substitution.
5466
5467 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5468
5469 PR python/12438
5470 * gdb.texinfo (Python Commands): Add deprecate note to maint
5471 set/show python print-stack. Document set/show python
5472 print-backtrace.
5473
5474 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5475
5476 * gdb.texinfo: Fix typos.
5477
5478 2011-07-01 Tom Tromey <tromey@redhat.com>
5479
5480 * gdb.texinfo (Debugging Output): Document set debug
5481 check-physname.
5482
5483 2011-06-29 Tom Tromey <tromey@redhat.com>
5484
5485 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5486 breakpoint-notifications feature.
5487
5488 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5489
5490 * gdb.texinfo (Target Description): Remove warning about
5491 possibly unstable format.
5492
5493 2011-06-03 Tom Tromey <tromey@redhat.com>
5494
5495 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5496 (Events In Python): Note that exit_code is optional.
5497
5498 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5499
5500 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5501 required for multi-threading support.
5502 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5503 Hc are deprecated for multi-threading debugging. Point readers at
5504 the vCont packet.
5505
5506 2011-05-15 Doug Evans <dje@google.com>
5507
5508 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5509
5510 2011-05-13 Doug Evans <dje@google.com>
5511
5512 * gdb.texinfo (Threads): Document $sdir,$pdir.
5513 (Server): Document $pdir exception.
5514
5515 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5516
5517 * gdb.texinfo (Threads): Clarify default value for
5518 libthread-db-search-path.
5519
5520 * gdb.texinfo (Completion): Update example.
5521 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5522
5523 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5524
5525 * gdb.texinfo: Document change in the behaviour of the enable and
5526 disable GDB commands when applied to tracepoints.
5527 Document the EnableDisableTracepoints remote stub feature.
5528 Document QTEnable and QTDisable in the list of tracepoint packets.
5529
5530 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5531
5532 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5533 hsuser.texi.
5534 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5535 comment to hsuser.texi. Change rluser.texi name in the comment.
5536
5537 2011-05-10 Doug Evans <dje@google.com>
5538
5539 * gdb.texinfo (Threads): If an empty path is provided for
5540 libthread-db-search-path it is reset to its default value.
5541 (Server): Ditto.
5542
5543 2011-05-09 Doug Evans <dje@google.com>
5544
5545 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5546
5547 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5548 Thiago Jung Bauermann <bauerman@br.ibm.com>
5549
5550 Implement support for PowerPC BookE masked watchpoints.
5551 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5552 (PowerPC Embedded): Mention support of masked watchpoints.
5553
5554 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5555
5556 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5557 `@value{GDBN}'.
5558
5559 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5560
5561 * gdb.texinfo (titlepage): Remove dedication.
5562 (In Memoriam): New appendix.
5563
5564 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5565 Eli Zaretskii <eliz@gnu.org>
5566
5567 * gdb.texinfo (Index Section Format): Change the version to 5.
5568 Describe the different formula.
5569
5570 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5571 Eli Zaretskii <eliz@gnu.org>
5572
5573 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5574 for disconnected tracing.
5575 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5576 extended-remote relationship. Mention --once.
5577 (TCP port allocation lifecycle of @code{gdbserver}): New.
5578
5579 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5580
5581 * gdb.texinfo (Server): Improve indexing. Index all optional
5582 switches to gdbserver.
5583
5584 2011-04-20 Tom Tromey <tromey@redhat.com>
5585
5586 * gdb.texinfo (Index Section Format): New node.
5587 (Top): Add new node to menu.
5588
5589 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5590
5591 * gdb.texinfo (Maintenance Commands): Document `maint print
5592 remote-registers'.
5593
5594 2011-04-20 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.texinfo (Trace File Format): Move node later.
5597
5598 2011-04-19 Tom Tromey <tromey@redhat.com>
5599
5600 * gdbint.texinfo (Register Information Functions): Remove
5601 duplicate "the".
5602 * gdb.texinfo (Emacs): Remove duplicate "to".
5603 (GDB/MI Variable Objects): Remove duplicate "the".
5604 (General Query Packets): Likewise.
5605
5606 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5607
5608 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5609 "GDB/MI Ada Exception Information" node.
5610
5611 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5612
5613 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5614 the "exception-name" field in the *stopped async record.
5615
5616 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5617 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5618
5619 Implement support for PowerPC BookE ranged breakpoints.
5620 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5621
5622 2011-03-28 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.texinfo (Set Tracepoints): Fix typo.
5625
5626 2011-03-24 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.texinfo (Specify Location): Document `function:label'
5629 linespec.
5630
5631 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5632
5633 PR python/12149
5634
5635 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5636
5637 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5638
5639 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5640 (Inferiors In Python): Likewise.
5641 (Threads In Python): Likewise.
5642 (Symbols In Python): Likewise.
5643 (Objfiles In Python): Likewise.
5644 (Symbol Tables In Python): Likewise.
5645
5646 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5649 display>: Explain that the commands accept number ranges.
5650
5651 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5652
5653 * gdb.texinfo (Breakpoints In Python): Add description and example
5654 of Python stop function operation.
5655
5656 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5657
5658 * gdb.texinfo (Parameters In Python): Document get_set_string and
5659 get_show_string methods.
5660
5661 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5662
5663 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5664
5665 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5666 circular-trace-buffer name.
5667
5668 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5671 in the previous change.
5672
5673 2011-02-27 Michael Snyder <msnyder@vmware.com>
5674
5675 * gdb.texinfo (Inferiors and Programs): Update commands to show
5676 that they can accept multiple arguments.
5677
5678 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5679
5680 Revert the following patch (code patch was not approved):
5681 2011-02-21 Hui Zhu <teawater@gmail.com>
5682 * agentexpr.texi (bytecode descriptions): add printf.
5683 * gdb.texinfo (tracepoint action lists): add printf.
5684
5685 2011-02-23 Doug Evans <dje@google.com>
5686
5687 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5688
5689 2011-02-23 Michael Snyder <msnyder@vmware.com>
5690
5691 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5692 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5693 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5694
5695 2011-02-22 Doug Evans <dje@google.com>
5696
5697 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5698 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5699 add description of result, fix @defun formatting.
5700
5701 2011-02-21 Hui Zhu <teawater@gmail.com>
5702
5703 * agentexpr.texi (Bytecode Descriptions): Add printf.
5704 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5705
5706 2011-02-18 Tom Tromey <tromey@redhat.com>
5707
5708 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5709
5710 2011-02-14 Michael Snyder <msnyder@vmware.com>
5711
5712 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5713 Document new command "thread find".
5714
5715 2011-02-14 Michael Snyder <msnyder@vmware.com>
5716
5717 * gdb.texinfo (Threads): Update example of new thread message.
5718
5719 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5720
5721 * gdb.texinfo (Remote Configuration): Mention set/show remote
5722 traceframe-info.
5723 (Tools/Packages Optional for Building GDB): Mention that expat is
5724 used for traceframe info.
5725 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5726 (General Query Packets) <qSupported>: Describe the
5727 qXfer:traceframe-info:read feature.
5728 (qXfer::read): Describe qXfer:traceframe-info:read.
5729 (Traceframe Info Format): New section.
5730
5731 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5732
5733 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5734 for casts and unary operators.
5735
5736 2011-02-04 Tom Tromey <tromey@redhat.com>
5737
5738 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5739 is not useful.
5740
5741 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5742
5743 * gdb.texinfo: s/value optimized out/optimized out/g
5744
5745 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5746
5747 * gdb.texinfo (Other Misc Settings): Rework part of the
5748 documentation of the "set interactive mode" command.
5749
5750 2011-01-19 Tom Tromey <tromey@redhat.com>
5751
5752 * gdb.texinfo (Threads): Document thread name output and `thread
5753 name' command.
5754 (Threads In Python): Document Thread.name attribute.
5755 (GDB/MI Thread Commands): Document thread attributes.
5756
5757 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5758
5759 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5760 changes in mi/mi-cmd-disas.c
5761
5762 2011-01-12 Tom Tromey <tromey@redhat.com>
5763
5764 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5765 Fix "thread apply" text.
5766
5767 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5768 Thiago Jung Bauermann <bauerman@br.ibm.com>
5769
5770 Implement support for PowerPC BookE ranged watchpoints.
5771 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5772 the "set powerpc exact-watchpoints" flag.
5773
5774 2011-01-07 Tom Tromey <tromey@redhat.com>
5775
5776 * gdb.texinfo (Python API): Add descriptions to @menu items.
5777
5778 2011-01-06 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5781
5782 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5783
5784 * gdb.texinfo (Debugging Output): Document "set debug jit".
5785
5786 2011-01-06 Tom Tromey <tromey@redhat.com>
5787
5788 PR python/12133:
5789 * gdb.texinfo (Frames In Python): Document various frame
5790 constants.
5791
5792 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5793
5794 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5795 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5796 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5797
5798 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5799
5800 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5801 (clean): Add GDBvn.texi.
5802
5803 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5806 occasional case where the debugger prints an array address
5807 instead of the array itself.
5808
5809 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5810
5811 * gdb.texinfo (Packets) <read registers packet>: Document support
5812 for registers that were not collected.
5813
5814 2010-12-15 Doug Evans <dje@google.com>
5815
5816 * gdb.texinfo (Startup): Document auto-loading of scripts during
5817 startup.
5818 (Auto-loading): Delete "maint set python auto-load on|off".
5819 Add "set auto-load-scripts on|off".
5820
5821 2010-12-07 Doug Evans <dje@google.com>
5822
5823 * gdb.texinfo (Mode Options): Document -data-directory.
5824 (Data Files): Add reference to -data-directory.
5825
5826 2010-11-29 Doug Evans <dje@google.com>
5827
5828 * gdb.texinfo (Pretty-Printer Introduction): Change
5829 printer-name:subprinter-name to printer-name;subprinter-name.
5830
5831 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5832
5833 PR python/12199
5834
5835 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5836
5837 2010-11-23 Tom Tromey <tromey@redhat.com>
5838
5839 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5840 (Editing): Likewise.
5841 (Command History): Likewise.
5842 (TUI Keys): Likewise.
5843 (Bug Reporting): Conditionally include rluser.texi and
5844 inc-history.texinfo.
5845 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5846 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5847 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5848 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5849 (gdb.pdf): Likewise.
5850 (gdb.info): Likewise.
5851 (gdb/index.html): Likewise.
5852
5853 2010-11-23 Tom Tromey <tromey@redhat.com>
5854
5855 * Makefile.in (Makefile): Run ../config.status.
5856 (distclean): Update.
5857 * configure: Remove.
5858 * configure.ac: Remove.
5859
5860 2010-11-12 Tom Tromey <tromey@redhat.com>
5861
5862 * gdb.texinfo (Basic Python): Update. Add xref.
5863 (Exception Handling): Document new exception classes.
5864 (Types In Python): Update.
5865 (Frames In Python): Update.
5866
5867 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5868
5869 * gdb.texinfo (Breakpoints In Python): Document "internal"
5870 parameter, and visible attribute.
5871
5872 2010-11-05 Doug Evans <dje@google.com>
5873
5874 * gdb.texinfo (Source Path): Document "set directories".
5875
5876 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5877
5878 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5879 (OpenCL C): New node.
5880
5881 2010-11-02 Doug Evans <dje@google.com>
5882
5883 * gdb.texinfo (Pretty Printing): Expand into three sections,
5884 introduction, example, and commands.
5885 (Python API): Delete section Disabling Pretty-Printers, merge into
5886 Selecting Pretty-Printers.
5887 (Writing a Pretty-Printer): New section. Move the pretty-printer
5888 example here, and reformat to match python coding style. Add a second
5889 example using the gdb.printing module.
5890 (Python modules): Add gdb.printing.
5891
5892 2010-10-29 Doug Evans <dje@google.com>
5893
5894 * gdb.texinfo (Python): Fix long line.
5895
5896 2010-10-20 Doug Evans <dje@google.com>
5897
5898 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5899 All references updated. Correct sections marked as subsections.
5900 (Coding Standards): New chapter. Move the coding standard related
5901 subsections here. Add section on Python coding standards.
5902
5903 2010-10-13 Doug Evans <dje@google.com>
5904
5905 * gdb.texinfo (Python): Add "Python modules".
5906 (Types in Python): Add reference to gdb.types section.
5907 (Python modules): New node.
5908
5909 2010-10-11 Doug Evans <dje@google.com>
5910
5911 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5912 Python" from gdb.Value.type description.
5913
5914 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.texinfo (Ravenscar Profile): New node.
5917
5918 2010-09-22 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5921
5922 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5923
5924 * gdb.texinfo (Values From Inferior): Clarify that
5925 value.dynamic_type works only in C++ programs with RTTI.
5926
5927 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5928
5929 * gdb.texinfo (Character Sets): Correctly reference host-charset
5930 in example.
5931
5932 2010-09-13 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5935 Document "fullname" and "from".
5936
5937 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5938
5939 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5940 feature `reverse' output by -list-target-features.
5941
5942 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5943
5944 * gdb.texinfo (i386 Features): Remove an extra "@item".
5945
5946 2010-08-30 Tom Tromey <tromey@redhat.com>
5947
5948 PR python/11792:
5949 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5950
5951 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5952
5953 * gdb.texinfo (ARM Features): Document
5954 org.gnu.gdb.arm.m-profile.
5955
5956 2010-08-23 Tom Tromey <tromey@redhat.com>
5957
5958 PR python/11145:
5959 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5960 reinterpret_cast methods.
5961
5962 2010-08-23 Tom Tromey <tromey@redhat.com>
5963
5964 PR python/11915:
5965 * gdb.texinfo (Types In Python): Document array method.
5966
5967 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5968
5969 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5970
5971 2010-08-16 Tom Tromey <tromey@redhat.com>
5972
5973 * gdb.texinfo (Set Watchpoints): Document -location option.
5974
5975 2010-08-13 Doug Evans <dje@google.com>
5976
5977 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5978
5979 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5980
5981 * gdb.texinfo (GDB/MI Data Manipulation): Document
5982 -data-read-memory-raw and -data-write-memory-raw.
5983
5984 2010-08-11 Tom Tromey <tromey@redhat.com>
5985 Phil Muldoon <pmuldoon@redhat.com>
5986
5987 * gdb.texinfo (Basic Python): Describe post_event API.
5988
5989 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5990
5991 * gdb.texinfo (Basic Python): Describe solib_address and
5992 decode_line Python APIs
5993
5994 2010-08-10 Tom Tromey <tromey@redhat.com>
5995
5996 * gdb.texinfo (Pretty Printing API): Document
5997 gdb.default_visualizer.
5998
5999 2010-08-10 Tom Tromey <tromey@redhat.com>
6000
6001 Revert gdb-add-index addition:
6002 * gdb.texinfo (Index Files): Don't document gdb-add-index.
6003
6004 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6005 Eli Zaretskii <eliz@gnu.org>
6006
6007 * gdb.texinfo (Mode Options) <-batch>
6008 (Basic Python) <gdb.execute>: Describe setting width and height.
6009
6010 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6011
6012 * gdb.texinfo (Threads): Document 'debug libthread-db'.
6013
6014 2010-07-30 Tom Tromey <tromey@redhat.com>
6015
6016 * gdb.texinfo (Index Files): Mention gdb-add-index.
6017
6018 2010-07-30 Hui Zhu <teawater@gmail.com>
6019
6020 * gdb.texinfo (Inferiors and Programs): Update the introduce of
6021 "detach inferior" and "kill inferior".
6022
6023 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
6024
6025 * gdb.texinfo (Machine Code): Update description of two forms of
6026 arguments, and add new example to demonstrate the new form.
6027
6028 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6029
6030 * gdb.texinfo (Values From Inferior): Add value inferior function
6031 call description.
6032
6033 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6036
6037 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6038 Eli Zaretskii <eliz@gnu.org>
6039
6040 Make core files the process_stratum.
6041 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6042 record_stratum example.
6043
6044 2010-07-13 Tom Tromey <tromey@redhat.com>
6045
6046 * gdb.texinfo (Index Files): New node.
6047
6048 2010-07-13 Tom Tromey <tromey@redhat.com>
6049
6050 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6051
6052 2010-07-13 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.texinfo (Specify Location): Document labels.
6055
6056 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6057
6058 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6059 entries for fast tracepoints and static tracepoints.
6060
6061 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6062
6063 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6064 qsThreadInfo>: Spell out `l' as ell.
6065
6066 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6067
6068 * gdb.texinfo (Convenience Variables): Document $_sdata.
6069 (Commands to Set Tracepoints): Describe static tracepoints. Add
6070 `Listing Static Tracepoint Markers' menu entry. Document
6071 "strace".
6072 (Tracepoint Action Lists): Document collecting $_sdata.
6073 (Listing Static Tracepoint Markers): New subsection.
6074 (Tracepoints support in gdbserver): Mention static tracepoints.
6075 (remote packets, enabling and disabling): Mention
6076 read-sdata-object.
6077 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6078 and StaticTracepoint.
6079 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6080 Document qXfer:sdata:read.
6081 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6082
6083 2010-06-29 Joel Brobecker <brobecker@adacore.com>
6084
6085 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6086
6087 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6088 Tom Tromey <tromey@redhat.com>
6089 Thiago Jung Bauermann <bauerman@br.ibm.com>
6090
6091 * gdb.texinfo (Inferiors In Python): New node.
6092 * gdb.texinfo (Threads In Python): New node.
6093
6094 2010-06-28 Joel Brobecker <brobecker@adacore.com>
6095
6096 * gdb.texinfo (Python): Document what the python directory is
6097 and what its location is.
6098 (Basic Python): Document the gdb.PYTHONDIR constant.
6099
6100 2010-06-25 Tom Tromey <tromey@redhat.com>
6101
6102 PR python/10808:
6103 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6104
6105 2010-06-24 Hui Zhu <teawater@gmail.com>
6106
6107 * gdb.texinfo: (Commands for Controlled Output): Add
6108 documentation for command "eval".
6109
6110 2010-06-21 Stan Shebs <stan@codesourcery.com>
6111
6112 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6113 * annotate.texinfo: Ditto.
6114 * gdbint.texinfo: Ditto.
6115 * stabs.texinfo: Ditto.
6116
6117 2010-06-22 Hui Zhu <teawater@gmail.com>
6118
6119 * gdb.texinfo: (Process Record and Replay): Add documentation
6120 for command "set record memory-query".
6121
6122 2010-06-21 Stan Shebs <stan@codesourcery.com>
6123
6124 * gdb.texinfo: Relicense under GFDL version 1.3.
6125 * annotate.texinfo: Relicense under GFDL version 1.3.
6126 * gdbint.texinfo: Relicense under GFDL version 1.3.
6127 * stabs.texinfo: Relicense under GFDL version 1.3.
6128 * fdl.texi: Update to version 1.3.
6129
6130 2010-06-18 Stan Shebs <stan@codesourcery.com>
6131
6132 * gdb.texinfo (Operating System Auxiliary Information): Describe
6133 "info os" when no arguments given.
6134
6135 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6136 $_thread.
6137
6138 2010-06-18 Hui Zhu <teawater@gmail.com>
6139
6140 * gdb.texinfo: (Process Record and Replay): Add documentation
6141 for commands "record save" and "record restore".
6142
6143 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * gdb.texinfo: Include information about the correct use
6146 of addresses in the `watch' command.
6147
6148 2010-06-11 Stan Shebs <stan@codesourcery.com>
6149
6150 * gdb.texinfo (Observer Mode): New section.
6151 (General Query Packets): Document QAllow.
6152
6153 2010-06-04 Doug Evans <dje@google.com>
6154
6155 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6156
6157 2010-06-03 Doug Evans <dje@google.com>
6158
6159 * gdbint.texinfo (Coding): Add subsection on command names.
6160
6161 2010-06-02 Tom Tromey <tromey@redhat.com>
6162
6163 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6164 always-disassemble.
6165
6166 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6167
6168 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6169 gdbserver, and add cross reference.
6170 (Tracepoints support in gdbserver): New subsection.
6171
6172 2010-05-26 Pedro Alves <pedro@codesourcery.com>
6173
6174 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6175 `qRelocInsn' feature.
6176 (Relocate instruction reply packet): New subsection
6177 of `Tracepoint Packets'.
6178 (Tracepoint Packets): Mention that packets QTDP and QTStart
6179 support the qRelocInsn request, and add cross reference to new
6180 subsection.
6181
6182 2010-05-25 Doug Evans <dje@google.com>
6183
6184 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6185 (Commands In Python): Document gdb.string_to_argv.
6186
6187 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6190 ATTR_NORETURN.
6191
6192 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6193 Tom Tromey <tromey@redhat.com>
6194 Thiago Jung Bauermann <bauerman@br.ibm.com>
6195
6196 * gdb.texinfo (Parameters In Python): New Node.
6197
6198 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6199
6200 * gdb.texinfo: (Summary) Add mention about D language support.
6201 (Filenames): Add D suffixes.
6202 (D): New node.
6203
6204 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6205
6206 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6207 of macro deleted from GDB code.
6208
6209 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6210
6211 * gdb.texinfo (Commands to specify files): Describe what how GDB
6212 looks up DOS-based filesystem paths on the system root. Document
6213 the new `set/show target-file-system-kind' commands.
6214
6215 2010-04-23 Doug Evans <dje@google.com>
6216
6217 * gdb.texinfo (Python): Move Auto-loading section here ...
6218 (Python API): from here.
6219 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6220 (Maintenance Commands): Add docs for "maint print section-scripts".
6221
6222 2010-04-20 Chris Moller <cmoller@redhat.com>
6223
6224 * gdb.texinfo (Setting Breakpoints): Added description of
6225 filename-qualified rbreak.
6226 * refcard.tex (Breakpoints and Watchpoints): Added brief
6227 description of filename-qualified rbreak.
6228
6229 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6232 (Python API): Change the reference to Pretty Printing API.
6233 (Pretty Printing): Move the user part under the Data node. Reformat
6234 the sample output to 72 columns. Create a new reference to Pretty
6235 Printing API. Rename the API part ...
6236 (Pretty Printing API): To a new node name.
6237 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6238 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6239
6240 2010-04-21 Stan Shebs <stan@codesourcery.com>
6241
6242 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6243 and commands.
6244 (Listing Tracepoints): Update to reflect current behavior.
6245
6246 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6247
6248 * gdb.texinfo (Examining memory): Update for change in string
6249 display with explicit size.
6250
6251 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6252
6253 PR breakpoints/8554.
6254
6255 * gdb.texinfo (Save Breakpoints): New node.
6256 (save-tracepoints): Rename to ...
6257 (save tracepoints): ... this. Mention that `save-tracepoints' is
6258 a deprecated alias to `save tracepoints'.
6259
6260 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6261
6262 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6263 (info w32 thread-information-block): Document new command.
6264 (qGetTIBAddress): Document new gdbserver query.
6265 (maint set/show show-all-tib): Document new command.
6266
6267 2010-04-15 Doug Evans <dje@google.com>
6268
6269 * gdb.texinfo (Python API): Add progspaces section.
6270 (Selecting Pretty-Printers): Progspace pretty-printers are
6271 searched too.
6272 (Progspaces In Python): New section.
6273
6274 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6275
6276 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6277
6278 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6279 returns None.
6280
6281 2010-04-09 Stan Shebs <stan@codesourcery.com>
6282
6283 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6284 Describe the `frames-created' field, tweak grammar.
6285
6286 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6287
6288 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6289 Describe the `circular' and `disconnected' fields.
6290
6291 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6292
6293 * gdb.texinfo (maint print registers): Mention unavailable and
6294 invisible registers.
6295
6296 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6297 Thiago Jung Bauermann <bauerman@br.ibm.com>
6298 Tom Tromey <tromey@redhat.com>
6299
6300 * gdb.texinfo (Breakpoints In Python): New Node.
6301
6302 2010-04-08 Stan Shebs <stan@codesourcery.com>
6303
6304 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6305 trace status fields.
6306
6307 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6308
6309 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6310 optional. Make org.gnu.gdb.i386.avx requires
6311 org.gnu.gdb.i386.avx.
6312
6313 2010-04-08 Doug Evans <dje@google.com>
6314
6315 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6316 search path, and document that gdb only scans the search path if
6317 the script's path doesn't specify a directory.
6318
6319 2010-04-05 Doug Evans <dje@google.com>
6320
6321 * gdb.texinfo (maint show python auto-load): Fix typo.
6322
6323 2010-04-04 Stan Shebs <stan@codesourcery.com>
6324
6325 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6326 (Setting Watchpoints): Update description of "info watch".
6327 (Disabling Breakpoints): Only "info break" lists all.
6328
6329 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6330 (tdump): Explain how tdump works.
6331
6332 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6333
6334 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6335 add cross reference.
6336
6337 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6338
6339 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6340 commands error out.
6341
6342 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6343
6344 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6345
6346 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6347
6348 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6349
6350 2010-03-29 Stan Shebs <stan@codesourcery.com>
6351 Nathan Sidwell <nathan@codesourcery.com>
6352
6353 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6354 GDBN equivalent.
6355 (Set Tracepoints): Remove mention that conditional tracepoints
6356 don't exist.
6357 (Tracepoint Actions): Clarify when while-stepping collection
6358 happens, note that while-stepping does not automatically collect
6359 $pc.
6360
6361 2010-03-29 Stan Shebs <stan@codesourcery.com>
6362
6363 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6364 (General Query Packets): Describe TracepointSource.
6365
6366 2010-03-27 Matt Rice <ratmice@gmail.com>
6367
6368 * gdb.texinfo (ARM): Document arguments to "target sim".
6369 (Set Catchpoints): Use @dots{} instead of @r{...}.
6370
6371 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6372
6373 * gdb.texinfo (Tracepoint Packets): Remove mention that
6374 terror:string may be plain text, and drop mention of X prefix.
6375
6376 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6377
6378 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6379
6380 2010-03-24 Stan Shebs <stan@codesourcery.com>
6381
6382 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6383
6384 2010-03-24 Tom Tromey <tromey@redhat.com>
6385
6386 PR breakpoints/9352:
6387 * gdb.texinfo (Break Commands): Update.
6388
6389 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6390
6391 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6392 commands.
6393
6394 2010-03-16 Stan Shebs <stan@codesourcery.com>
6395
6396 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6397 circular-trace-buffer.
6398 (Tracepoint Packets): Describe QTBuffer, and details of the
6399 qTStatus reply.
6400
6401 2010-03-12 Stan Shebs <stan@codesourcery.com>
6402 Nathan Sidwell <nathan@codesourcery.com>
6403
6404 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6405 doing instruction stepping.
6406 (Tracepoint Restrictions): New node.
6407
6408 2010-03-10 Tom Tromey <tromey@redhat.com>
6409
6410 * gdbint.texinfo (Symbol Handling): Update.
6411
6412 2010-03-08 Tom Tromey <tromey@redhat.com>
6413
6414 PR cli/9591:
6415 * gdb.texinfo (Mode Options): Mention lack of pagination and
6416 confirmation with --batch.
6417 (Screen Size): Mention --batch.
6418 (Messages/Warnings): Likewise.
6419
6420 2010-03-05 Tom Tromey <tromey@redhat.com>
6421
6422 * gdb.texinfo (Basic Python): Document target_charset and
6423 target_wide_charset.
6424
6425 2010-03-05 Tom Tromey <tromey@redhat.com>
6426
6427 * gdb.texinfo (Data): Link to pretty-printing.
6428 (Output Formats): Likewise. Correct text.
6429
6430 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.texinfo (Types): Describe <struct> and <flags>.
6433
6434 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6435
6436 * gdb.texinfo (Frames In Python): Add block parameter and
6437 description to read_var text.
6438
6439 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6440 Tom Tromey <tromey@redhat.com>
6441
6442 * gdb.texinfo (Types In Python): Describe block argument in
6443 template_argument and gdb.lookup_type.
6444
6445 2010-02-24 Tom Tromey <tromey@redhat.com>
6446
6447 * gdb.texinfo (Cygwin Native): Fix typo.
6448
6449 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6450
6451 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6452 and select method descriptions.
6453 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6454 Tables in Python to menu.
6455 (Blocks In Python): New node.
6456 (Symbols In Python): New node.
6457 (Symbol Tables in Python): New node.
6458
6459 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6460
6461 Multiexec MI
6462
6463 gdb/
6464 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6465
6466 gdb/doc/
6467 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6468 changes.
6469 (GDB/MI Program Execution): Document current behaviour of
6470 --all and --thread-group.
6471 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6472 -remove-inferior.
6473 * observer.texi (inferior_added, inferior_removed): New
6474 observers.
6475
6476 2010-02-19 Tom Tromey <tromey@redhat.com>
6477
6478 * gdbint.texinfo (Getting Started): Fix @node.
6479 (Debugging GDB): Likewise.
6480
6481 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6484 documenting the gdb_test_timeout variable.
6485
6486 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6487
6488 * gdb.texinfo (MI commands): Added documentation of --reverse
6489 option to a set of MI commands. Restructured documentation of MI
6490 commands --exec-continue to reflect the complexity of reverse
6491 execution.
6492
6493 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6494
6495 * gdb.texinfo (Using the Collected Data): Specify that the address
6496 range of `tfind outsize' is exclusive, and that the address range
6497 of `tfind range' is inclusive.
6498 (Tracepoint Packets): Specify that the address range of
6499 `QTFrame:range' is inclusive, and that the address range of
6500 `QTFrame:outside' is exclusive
6501
6502 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6503
6504 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6505
6506 2010-02-10 Tom Tromey <tromey@redhat.com>
6507
6508 * gdb.texinfo (Debugging Output): Document set debug parser and
6509 show debug parser.
6510
6511 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6512
6513 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6514 i386_eflags and i386_mxcsr.
6515
6516 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6517
6518 * gdb.texinfo: Document i386 target features.
6519
6520 2010-02-05 Doug Evans <dje@google.com>
6521
6522 * gdbint.texinfo (Testsuite): Add a new section to document the
6523 various DejaGnu variables that may be overridden.
6524 Document INTERNAL_GDBFLAGS.
6525
6526 2010-02-04 Tom Tromey <tromey@redhat.com>
6527
6528 PR cli/8830:
6529 * gdb.texinfo (Files): -readnow comes before the filename for file
6530 and symbol-file.
6531
6532 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6535 Document ARM breakpoint types.
6536 (Register Packet Format): Move into the new section.
6537 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6538
6539 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6540
6541 * gdb.texinfo (File Options): Adjust the documentation of this
6542 switch to refer to the "source" command rather than partially
6543 duplicating some of the relevant information.
6544 (Extending GDB): Introduce and document the set/show script-extension
6545 setting.
6546 (Command Files): Add note explaining that the "source" command
6547 is also used to evalute scripts written in other languages.
6548 Remove the short slightly incorrect reference to sourcing Python
6549 scripts.
6550 (Python Commands): Document how to execute a Python script from GDB.
6551
6552 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.texinfo (Command Files): Fix typo.
6555
6556 2010-01-18 Tom Tromey <tromey@redhat.com>
6557
6558 * gdb.texinfo (File Options): Document -x on .py files.
6559 (Command Files): Document handling of Python scripts.
6560
6561 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6562
6563 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6564
6565 2010-01-15 Stan Shebs <stan@codesourcery.com>
6566
6567 * gdb.texinfo (Trace Files): New section.
6568 (Tracepoint Packets): Document QTSave and qTBuffer.
6569 (Trace File Format): New appendix.
6570
6571 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6572
6573 * gdb.texinfo (Values From Inferior): Document lazy_string value
6574 method.
6575 (Python API): Add Lazy strings menu item.
6576 (Lazy Strings In Python): New node.
6577
6578 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6579
6580 * gdb.texinfo (GDB/MI Thread Information): New.
6581 (GDB/MI Async Records): Document the core field in *stopped.
6582 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6583 documentation
6584 (Process list): Document that osdata document may contain
6585 threads.
6586 (Remote Serial Protocol): Document qXfer:threads.
6587
6588 2010-01-06 Stan Shebs <stan@codesourcery.com>
6589
6590 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6591 disconnected tracing.
6592 (Tracepoint Packets): Document new protocol.
6593
6594 2010-01-05 Stan Shebs <stan@codesourcery.com>
6595
6596 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6597 tracepoints.
6598 (Tracepoint Packets): Describe remote protocol for fast
6599 tracepoints.
6600
6601 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6602
6603 Update the "Start of New Year Procedure".
6604 * gdbint.texinfo: Add the list of files that need to be updated
6605 manually. Minor reformatting.
6606
6607 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6608
6609 * refcard.tex: Update copyright year in header and text.
6610
6611 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6612
6613 * agentexpr.texi: Add 2010 to the list of copyright years.
6614 * annotate.texinfo: Likewise.
6615 * gdb.texinfo: Likewise.
6616 * gdbint.texinfo: Likewise.
6617 * observer.texi: Likewise.
6618 * stabs.texinfo: Likewise.
6619
6620 2009-12-31 Stan Shebs <stan@codesourcery.com>
6621
6622 * gdb.texinfo (Tracepoint Actions): Describe teval.
6623
6624 2009-12-29 Stan Shebs <stan@codesourcery.com>
6625
6626 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6627
6628 2009-12-28 Stan Shebs <stan@codesourcery.com>
6629
6630 * gdb.texinfo (Trace State Variables): New section.
6631 (Tracepoint Packets): Describe trace state variable packets.
6632 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6633 variable bytecodes.
6634
6635 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6638 declarations.
6639
6640 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6641
6642 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6643 -gdb-exit behaviour.
6644
6645 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gpl.texi: Update to version 3 of the GPL.
6648
6649 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6650
6651 * Makefile.in: Update copyright header.
6652 * observer.texi: Fix the copyright header of the generated files.
6653
6654 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6655
6656 * gdb.texinfo (Types In Python): Describe range function.
6657
6658 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6659
6660 * gdb.texinfo (Types In Python): Describe "is_base_class".
6661
6662 2009-12-03 Tom Tromey <tromey@redhat.com>
6663
6664 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6665
6666 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6667
6668 * observer.texi: New memory_changed observer.
6669
6670 2009-12-01 Tom Tromey <tromey@redhat.com>
6671
6672 * gdb.texinfo (Reverse Execution): Fix typo.
6673
6674 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 PR gdb/8704
6677
6678 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6679 are allowed after the breakpoint condition.
6680
6681 2009-11-23 Tom Tromey <tromey@redhat.com>
6682
6683 PR python/10782:
6684 * gdb.texinfo (Types In Python): Document Type.pointer.
6685
6686 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6687
6688 * gdb.texinfo (Machine Code): Adjust.
6689
6690 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6691
6692 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6693 (Using Agent Expressions): Delete cross reference.
6694
6695 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6696
6697 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6698 and @settitle directives up to help makeinfo find them.
6699
6700 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6703 (Auto-loading): Use plural and note one can use multiple components now.
6704
6705 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6706
6707 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6708 -stack-list-arguments have the same documentation for parameter
6709 as -stack-list-locals. Add comas.
6710
6711 2009-10-27 Tom Tromey <tromey@redhat.com>
6712 Eli Zaretskii <eliz@gnu.org>
6713
6714 PR python/10781
6715
6716 * gdb.texinfo (Values From Inferior): Document cast method.
6717
6718 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6719
6720 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6721 and adjust example.
6722
6723 2009-10-22 Michael Snyder <msnyder@vmware.com>
6724
6725 * gdb.texinfo (Process Record and Replay): Document new form of
6726 info record command. Also document the new save and restore
6727 commands.
6728
6729 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6730
6731 * gdb.texinfo (Machine Code): Mention current pc marker.
6732 (Memory): Likewise.
6733
6734 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6735 Stan Shebs <stan@codesourcery.com>
6736
6737 * observer.texi (new_inferior): Rename to...
6738 (inferior_appeared): ... this.
6739
6740 * gdb.texinfo (Inferiors): Rename node to ...
6741 (Inferiors and Programs): ... this. Mention running multiple
6742 programs in the same debug session.
6743 <info inferiors>: Mention the new 'Executable' column if "info
6744 inferiors". Update examples. Document the "add-inferior",
6745 "clone-inferior", "remove-inferior" and "maint info
6746 program-spaces" commands.
6747 (Process): Rename node to...
6748 (Forks): ... this. Document "set|show follow-exec-mode".
6749
6750 2009-10-11 Michael Snyder <msnyder@vmware.com>
6751
6752 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6753 (ReverseContinue): Ditto.
6754
6755 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6756
6757 * gdb.texinfo (Server): Document libthread-db-search-path.
6758
6759 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6760
6761 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6762
6763 2009-10-06 Michael Eager <eager@eagercon.com>
6764
6765 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6766 (Embedded Processors): Add MicroBlaze.
6767 (MicroBlaze): New. Describe Xilinx MicroBlaze
6768
6769 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6770
6771 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6772
6773 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6774
6775 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6776
6777 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6778
6779 * observer.texi (solib_unloaded): Document explicitly the fact that
6780 this observer is called before the associated symbols are unloaded.
6781
6782 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6783
6784 * gdb.texinfo: Escape "{" and "}".
6785
6786 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6787
6788 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6789 -stack-list-variables.
6790
6791 2009-09-18 Tom Tromey <tromey@redhat.com>
6792
6793 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6794 is experimental.
6795
6796 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6797
6798 * gdb.texinfo (convenince variables): Mention
6799 $_siginfo could be empty.
6800
6801 2009-09-15 Tom Tromey <tromey@redhat.com>
6802
6803 * gdb.texinfo (GDB/MI Variable Objects): Document
6804 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6805 Expand -var-update documentation.
6806
6807 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6808
6809 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6810 feature.
6811
6812 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6813
6814 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6815
6816 2009-09-10 Michael Snyder <msnyder@vmware.com>
6817
6818 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6819 ReverseStep replies to the qSupported query.
6820
6821 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6822
6823 Add documentation for set/show interactive-mode.
6824 * gdb.texinfo (Other Misc Settings): New node.
6825
6826 2009-09-01 Doug Evans <dje@google.com>
6827
6828 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6829 non-stop mode's affect on remote caching.
6830
6831 2009-08-31 Jacob Potter <jdpotter@google.com>
6832 Doug Evans <dje@google.com>
6833
6834 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6835 Mark `set/show remotecache' options as obsolete.
6836 Document new `set/show stack-cache' option.
6837 Update text for `info dcache'.
6838
6839 2009-08-27 Doug Evans <dje@google.com>
6840
6841 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6842 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6843
6844 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6845
6846 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6847 about autoconf.
6848
6849 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6850
6851 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6852 small example, and describe its columns. Replace "inferior-id" by
6853 "infno" throughout.
6854
6855 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6856
6857 * gdbint.texinfo (Releasing GDB): Point to
6858 README-maintainer-mode file for required autoconf version.
6859 * configure.ac: Do not substitute datarootdir, htmldir,
6860 pdfdir, docdir. Do not process --with-datarootdir,
6861 --with-htmldir, --with-pdfdir, --with-docdir.
6862 * configure: Regenerate.
6863
6864 * configure: Regenerate.
6865
6866 2009-08-20 Reid Kleckner <reid@kleckner.net>
6867
6868 * gdb.texinfo: Add chapter on JIT interface.
6869
6870 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6873 confirmation request.
6874
6875 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6876
6877 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6878 CRC definitions.
6879
6880 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6881
6882 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6883 -break-commands.
6884
6885 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6886
6887 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6888 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6889
6890 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6891
6892 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6893 "set spu stop-on-load" and "show spu stop-on-load" commands.
6894
6895 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6896
6897 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6898
6899 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6900
6901 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6902 org.gnu.gdb.arm.neon.
6903
6904 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6905
6906 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6907 optional element.
6908 (subsection OS ABI): New subsection.
6909
6910 2009-07-14 Stan Shebs <stan@codesourcery.com>
6911
6912 * gdb.texinfo (Tracepoint Conditions): New section.
6913 (General Query Packets): Describe ConditionalTracepoints.
6914 (Tracepoint Packets): Describe condition field.
6915 (Maintenance Commands): Describe maint agent-eval.
6916 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6917
6918 2009-07-11 Hui Zhu <teawater@gmail.com>
6919
6920 * gdb.texinfo (disassemble): Add a new modifier /r
6921 to "disassemble" command to make it print the raw instructions
6922 in hex as well as in symbolic form.
6923
6924 2009-07-09 Tom Tromey <tromey@redhat.com>
6925
6926 * gdbint.texinfo (Testsuite): Document parallel make check.
6927
6928 2009-07-09 Tom Tromey <tromey@redhat.com>
6929
6930 * gdbint.texinfo (Testsuite): Document test transcripts.
6931
6932 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6933
6934 * gdb.texinfo (Values From Inferior): Add length parameter
6935 description.
6936
6937 2009-07-04 Chris Genly <chris@genly.us>
6938
6939 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6940 in -var-list-children. Fix example according to what the code
6941 does.
6942
6943 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6944
6945 * gdb.texinfo (Debugging multiple inferiors): Document the
6946 "inferior", "detach inferior" and "kill inferior" commands.
6947 (Debugging Programs with Multiple Processes): Adjust to mention
6948 generic "inferior" commands. Delete mention of "detach fork" and
6949 "delete fork". Cross reference to "Debugging multiple inferiors"
6950 section.
6951
6952 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6953
6954 * gdbint.texinfo (Item Output Functions): Update signature
6955 for ui_out_field_core_addr.
6956
6957 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6958
6959 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6960 Update example code extrated from breakpoint.c.
6961
6962 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6963
6964 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6965 MI commands.
6966 (GDB/MI Symbol Query): Likewise.
6967 (GDB/MI File Commands): Likewise.
6968 (GDB/MI File Transfer Commands): Likewise.
6969 (GDB/MI Target Manipulation): Likewise.
6970 (GDB/MI Miscellaneous Commands): Likewise.
6971
6972 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6973
6974 * gdb.texinfo (Debugging Optimized Code): New chapter.
6975 (Compiling for Debugging): Reference it. Move some
6976 text to the new section.
6977
6978 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6979
6980 * doc/gdb.texinfo (Calling): Document
6981 set-unwind-on-terminating-exception usage.
6982
6983 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6984
6985 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6986 command.
6987
6988 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6989
6990 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6991 references.
6992
6993 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6994
6995 * gdbint.texinfo: Rename formal parameters to gdbarch function
6996 protoypes from "current_gdbarch" to "gdbarch".
6997
6998 2009-05-28 Tom Tromey <tromey@redhat.com>
6999
7000 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
7001
7002 2009-05-27 Tom Tromey <tromey@redhat.com>
7003
7004 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7005 feature.
7006 (GDB/MI Variable Objects): Document -var-set-visualizer.
7007
7008 2009-04-02 Tom Tromey <tromey@redhat.com>
7009
7010 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7011 feature.
7012 (GDB/MI Variable Objects): Document -var-set-visualizer.
7013
7014 2009-05-27 Tom Tromey <tromey@redhat.com>
7015 Thiago Jung Bauermann <bauerman@br.ibm.com>
7016 Phil Muldoon <pmuldoon@redhat.com>
7017
7018 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
7019 (Pretty Printing): New node.
7020 (Selecting Pretty-Printers): Likewise.
7021 (Python API): Update.
7022 (Output Formats): Document /r format.
7023
7024 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7025 Tom Tromey <tromey@redhat.com>
7026
7027 * gdb.texinfo (Types In Python): New node.
7028 (Values From Inferior): "type" is now an attribute.
7029 (Python API): Update.
7030
7031 2009-05-27 Tom Tromey <tromey@redhat.com>
7032 Thiago Jung Bauermann <bauerman@br.ibm.com>
7033 Phil Muldoon <pmuldoon@redhat.com>
7034
7035 * gdb.texinfo: Add @syncodeindex for `tp'.
7036 (Python API): Update.
7037 (Auto-loading): New node.
7038 (Objfiles In Python): New node.
7039
7040 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7041
7042 * gdb.texinfo (Threads): Document libthread-db-search-path.
7043
7044 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7047
7048 2009-05-12 Pedro Alves <pedro@codesourcery.com>
7049
7050 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7051 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7052 show show-debug-regs' docs.
7053
7054 2009-05-08 Eli Zaretskii <eliz@gnu.org>
7055
7056 * gdb.texinfo (Process Record and Replay): Add description of
7057 reverse execution.
7058
7059 2009-05-07 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdbint.texinfo (Adding support for debugging core files): New node.
7062 (Native Debugging): Remove the ``Native core file Support'' section.
7063
7064 2009-05-01 Eli Zaretskii <eliz@gnu.org>
7065
7066 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7067 Add index entries.
7068
7069 2009-04-30 Hui Zhu <teawater@gmail.com>
7070 Michael Snyder <msnyder@vmware.com>
7071
7072 * gdb.texinfo: (Process Record and Replay): Add documentation for
7073 process record and replay.
7074
7075 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7076
7077 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7078 a new part on command-line defined macros.
7079
7080 2009-04-25 Eli Zaretskii <eliz@gnu.org>
7081
7082 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7083 clarify the wording.
7084
7085 2009-04-23 Tom Tromey <tromey@redhat.com>
7086
7087 * gdb.texinfo (Data Files): New node.
7088 (GDB Files): Update menu.
7089
7090 2009-04-23 Joel Brobecker <brobecker@adacore.com>
7091
7092 * gdbint.texinfo (Defining Other Architecture Features): Remove
7093 entry for PROCESS_LINENUMBER_HOOK.
7094
7095 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7096
7097 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7098
7099 2009-04-22 Hui Zhu <teawater@gmail.com>
7100
7101 * gdb.texinfo (disassemble-next-line): Set the default of
7102 disassemble-next-line to off.
7103
7104 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7105
7106 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7107 --with-htmldir): New.
7108 * configure: Regenerate.
7109 * Makefile.in (datarootdir, docdir): Define.
7110 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7111 instead of $(SET_TEXINPUTS).
7112 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7113 gdbint.info instead of $(SET_TEXINPUTS).
7114 (gdbint/index.html): Use same -I options as for building
7115 gdbint.info.
7116 (stabs.dvi, stabs.pdf): Use same -I options as for building
7117 stabs.info instead of $(SET_TEXINPUTS).
7118 (stabs/index.html): Use same -I options as for building
7119 stabs.info.
7120 (annotate.dvi, annotate.pdf): Use same -I options as for building
7121 annotate.info instead of $(SET_TEXINPUTS).
7122 (annotate/index.html): Use same -I options as for building
7123 annotate.info.
7124
7125 2009-04-21 David Daney <ddaney@caviumnetworks.com>
7126
7127 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7128
7129 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7130
7131 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7132
7133 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
7134 Joseph Myers <joseph@codesourcery.com>
7135
7136 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7137 (MAKEHTMLFLAGS): Set to empty.
7138 (html__strip_dir): Define.
7139 (HTMLFILES): Define.
7140 (HTMLFILES_INSTALL): Define.
7141 (install-html): Copy new automake rule.
7142 (html): Depend on $(HTMLFILES).
7143 (gdb_toc.html): Rename to gdb/index.html.
7144 (gdbint_toc.html): Rename to gdbint/index.html.
7145 (stabs_toc.html): Rename to stabs/index.html.
7146 (annotate_toc.html): Rename to annotate/index.html.
7147
7148 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7149
7150 * Makefile.in: Set pdfdir and htmldir from configure
7151 substitutions.
7152 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7153 * configure: Regenerate.
7154
7155 2009-04-16 Joel Brobecker <brobecker@adacore.com>
7156
7157 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7158 This macro is no longer used.
7159
7160 2009-04-15 Tom Tromey <tromey@redhat.com>
7161
7162 * gdb.texinfo (Character Sets): Document default character set.
7163
7164 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7165
7166 * gdbint.texinfo: Change server name from sources.redhat.com to
7167 sourceware.org throughout.
7168
7169 2009-04-09 Joel Brobecker <brobecker@adacore.com>
7170
7171 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7172 about a missing dot or coma after @xref.
7173
7174 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7175
7176 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7177 example, and add a small explanation about it.
7178 (Print Settings): Change the documentation of the "set print
7179 frame-arguments" to reflect the fact that the default is now "scalars".
7180
7181 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7182
7183 * gdb.texinfo (Print Settings): Add kindex for command "set
7184 print frame-arguments".
7185
7186 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7187
7188 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7189 breakpoints.
7190 (Set Breaks): Add reference to thread-specific and task-specific
7191 breakpoints.
7192
7193 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7194
7195 * gdb.texinfo (Ada Tasks): Remove the documentation about
7196 the "Running" state, as this state has been eliminated.
7197 Now all runnable tasks are shown as "Runnable".
7198
7199 2009-03-30 Stan Shebs <stan@codesourcery.com>
7200
7201 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7202 special case of breakpoints.
7203 (Enable and Disable Tracepoints): Mention deprecation.
7204 (Listing Tracepoints): Update description and example.
7205
7206 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7207
7208 * gdb.texinfo (Frames in Python): New node.
7209 (Python API): Update.
7210
7211 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7212
7213 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7214 from a method to an attribute.
7215
7216 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7217
7218 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7219 attribute.
7220
7221 2009-03-25 Pedro Alves <pedro@codesourcery.com>
7222
7223 * observer.texi (thread_exit): Add "silent" parameter.
7224
7225 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7226
7227 * observer.texi (about_to_proceed): New.
7228
7229 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7230
7231 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7232 field throughout to handle types with spaces in them. Fix typos
7233 found by aspell.
7234 (Summary, Requirements, Contributors): New first chapter,
7235 "Summary" added, old Requirements section moved there, and new
7236 section, "Contributors" added.
7237 (Initializing a New Architecture, Register Representation)
7238 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7239 (Porting gdb): These sections extended and updated.
7240 (Compiler Characteristics): This section (empty) deleted.
7241 (Defining Other Architecture Features): This section renamed and
7242 duplicate material removed from (formerly "Target Conditionals").
7243 Use braces {} in @deftypeXX type field throughout to handle types
7244 with spaces in them. Typos found by aspell fixed.
7245
7246 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7247 * stack_frame.pdf: Version of image for PDF output.
7248 * stack_frame.png: Version of image for HTML output and for Emacs.
7249 * stack_frame.txt: Version of image for Info output.
7250 * stack_frame.eps: Version of image for TeX DVI output.
7251
7252 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7253
7254 * gdb.texinfo (Character Sets): Fix last change.
7255
7256 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7257
7258 * gdb.texinfo (Values From Inferior): Fix optional arguments
7259 markup.
7260 (Commands In Python): Adjust argument names of gdb.Command.__init__
7261 to what the function accepts as keywords.
7262
7263 2008-03-20 Tom Tromey <tromey@redhat.com>
7264
7265 * gdb.texinfo (Convenience Vars): Document convenience functions.
7266 (Functions In Python): New node.
7267 (Python API): Update.
7268
7269 2009-03-20 Tom Tromey <tromey@redhat.com>
7270
7271 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7272 set target-wide-charset.
7273 (Requirements): Mention iconv.
7274
7275 2009-03-17 Hui Zhu <teawater@gmail.com>
7276
7277 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7278
7279 2009-03-17 Hui Zhu <teawater@gmail.com>
7280
7281 * gdb.texinfo: Add documentation for disassemble-next-line.
7282
7283 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7284
7285 * gdb.texinfo (Commands In Python): Remove tindex entries.
7286
7287 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 * gdb.texinfo (Returning): New description for missing debug info.
7290
7291 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7292
7293 * gdb.texinfo (Remote Configuration): Document query-attached.
7294 (General Query Packets): Document qAttached.
7295
7296 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7297
7298 * gdb.texinfo (Background Execution): Better describe the set
7299 target-async command.
7300 (Maintenance Commands): Delete description of the `maint set/show
7301 linux-async' and `maint set/show remote-async' commands.
7302
7303 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7304
7305 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7306 between sentences.
7307
7308 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7309
7310 * gdb.texinfo (GDB/MI Async Records): Document the
7311 =library-loaded and =library-unloaded notifications.
7312
7313 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7314
7315 * observer.texi (test_notification): New observer.
7316
7317 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7318
7319 * observer.texi: Add parameter 'print_frame' to normal_stop
7320 observer.
7321
7322 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7323
7324 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7325 (Commands In Python): Fix COMMAND_* constants in last change. Use
7326 @kbd for interactive input. Add cross-references and index
7327 entries.
7328
7329 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7330
7331 * gdb.texinfo (Signals): Document $_siginfo.
7332 (Convenience Variables): Mention $_siginfo.
7333 (Remote Configuration): Document qXfer:siginfo:read,
7334 qXfer:siginfo:write packets, and the read-siginfo-object,
7335 write-siginfo-object commands.
7336
7337 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7338
7339 * gdbint.texinfo (Values): New chapter.
7340
7341 2009-02-06 Tom Tromey <tromey@redhat.com>
7342
7343 * gdb.texinfo (Python API): Add entry for Commands In Python.
7344 (Commands In Python): New node.
7345
7346 2009-02-05 Tom Tromey <tromey@redhat.com>
7347
7348 * gdb.texinfo (Values From Inferior): Document Value.string.
7349
7350 2009-02-05 Tom Tromey <tromey@redhat.com>
7351
7352 * gdb.texinfo (Basic Python): Document execute's from_tty
7353 argument.
7354
7355 2009-02-04 Tom Tromey <tromey@redhat.com>
7356
7357 * gdb.texinfo (Basic Python): Document gdb.history.
7358
7359 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7360
7361 * gdb.texinfo (GDB/MI Thread Commands): Document the
7362 'current-thread-id' field. Remove the example with zero threads,
7363 since current GDB won't ever report that if there's inferior.
7364
7365 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7366
7367 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7368 option to -break-insert.
7369
7370 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7371 Jerome Guitton <guitton@adacore.com>
7372
7373 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7374 (System-wide configuration): New section.
7375
7376 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7377
7378 PR gdb/7580:
7379 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7380 internal-error|internal-warning quit|corefile ask|yes|no".
7381
7382 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7383
7384 * gdb.texinfo (Using the `gdbserver' Program): Document
7385 --remote-debug.
7386
7387 2009-01-23 Doug Evans <dje@google.com>
7388
7389 * gdb.texinfo: Add nexti to list of commands that support
7390 background execution.
7391
7392 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7393
7394 * gdb.texinfo (Define, Hooks): Document prefix command support.
7395
7396 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7397 Carlos O'Donell <carlos@codesourcery.com>
7398
7399 Fixes for makeinfo --html.
7400
7401 * annotate.texinfo: Use @copying and @insertcopying. Use
7402 @ifnottex in place of @ifinfo.
7403 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7404 place of @ifinfo. Use @ifnotinfo for one index entry.
7405 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7406 in place of @ifinfo.
7407 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7408 in place of @ifinfo. Include contents at start unconditionally.
7409
7410 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7411
7412 * gdb.texinfo (General Query Packets): Remove @var{} around the
7413 "spu" literal string.
7414
7415 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7416
7417 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7418 program may be running in another process" errors.
7419 * gdbint.texinfo (Native Conditionals): Delete
7420 ONE_PROCESS_WRITETEXT description.
7421
7422 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7423
7424 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7425 emacs local variable to be placed at the end of the ChangeLog.
7426 Add server.c and gdbreplay.c to the list of files where the
7427 copyright year needs to be updated.
7428
7429 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7430
7431 * gdb.texinfo (Remote Configuration): Document new
7432 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7433 commands.
7434
7435 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7436
7437 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7438 FETCH_INFERIOR_REGISTERS.
7439 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7440 FETCH_INFERIOR_REGISTERS descriptions. Remove
7441 gdbarch_get_longjmp_target descrition, since already described in
7442 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7443 (Target Conditionals): ... here.
7444
7445 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7446
7447 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7448 examples.
7449 (Additions to Ada): Likewise. Add the missing opening and closing
7450 parenthesis of the GDB prompt in one of the examples.
7451
7452 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7453
7454 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7455 about the result of 'Address not being of type System.Address.
7456 This problem has been fixed a while ago.
7457
7458 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7459
7460 MI non-stop and multiprocess docs.
7461
7462 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7463 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7464 Adjust documentation for *stopped, document =thread-created,
7465 =thread-exited, =thread-group-created and =thread-group-exited.
7466 (GDB/MI Thread Commands): Document the 'state' field in
7467 -thread-info output.
7468 (GDB/MI Program Execution): Mention --all and --thread-group
7469 options.
7470 (GDB/MI Variable Objects): Describe floating and fixed variable
7471 objects.
7472 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7473
7474 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7475
7476 * gdb.texinfo (Operating System Information): New appendix.
7477 (Operating System Auxiliary Information): Document 'info os processes'
7478 (Remote Configuration): Document 'osdata'
7479 (General Query Packets): Document qXfer:osdata:read.
7480
7481 2008-11-27 Tristan Gingold <gingold@adacore.com>
7482
7483 * gdb.texinfo (Darwin): Document Darwin specific features.
7484
7485 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 * gdbint.texinfo (Target Conditionals): Extend the
7488 gdbarch_breakpoint_from_pc description.
7489
7490 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7491
7492 * gdb.texinfo (M68K Features): Fix typo.
7493
7494 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7495
7496 * gdb.texinfo (Symbols): Mention printing containing
7497 image name in "info symbol".
7498 (Maint translate-address): Likewise.
7499
7500 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7501
7502 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7503 commands "catch load" and "catch unload".
7504
7505 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7506
7507 * gdb.texinfo (GDB/MI Async Records): Document
7508 =thread-selected.
7509
7510 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7511
7512 * observer.texi (new_inferior, inferior_exit): New observers.
7513
7514 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7515
7516 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7517 .mt files, TM_CLIBS or TM_CDEPS.
7518 (x86 Watchpoints): Don't mention TDEPFILES.
7519
7520 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7521
7522 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7523 (Overview): Mention notifications and non-stop mode behavior.
7524 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7525 with non-stop mode behavior. Add vStopped description.
7526 (Stop Reply Packets): Update list of packets that return
7527 stop replies. Mention non-stop behavior.
7528 (General Query Packets): Document QNonStop packet and associated
7529 qSupported query response.
7530 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7531 behavior.
7532 (Notification Packets): New section.
7533 (Remote Non-Stop): New section.
7534 (File-I/O Overview): Mention non-stop behavior.
7535
7536 2008-10-24 Hui Zhu <teawater@gmail.com>
7537 Pedro Alves <pedro@codesourcery.com>
7538
7539 * gdb.texinfo (displaced-stepping): Describe the auto mode
7540 setting, and say it's the default. This is now a mainstream
7541 setting instead of a maintenance setting.
7542
7543 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7544
7545 * observer.texi (thread_stop_requested): New.
7546
7547 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7548
7549 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7550 (Patching): Replace incorrect usage of @samp by @kbd.
7551
7552 2008-10-17 Michael Snyder <msnyder@vmware.com>
7553
7554 * gdb.texinfo: Add documentation for reverse execution.
7555
7556 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7557 Eli Zaretskii <eliz@gnu.org>
7558
7559 * gdb.texinfo. (Values From Inferior): New subsubsection.
7560
7561 2008-10-06 Doug Evans <dje@google.com>
7562
7563 * gdb.texinfo (set debug dwarf2-die): Document it.
7564
7565 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.texinfo (catch) [exception]: Document how to insert
7568 a breakpoint on user-defined exceptions when the exception
7569 name is identical to one of the language-defined ones.
7570
7571 2008-09-27 Tom Tromey <tromey@redhat.com>
7572
7573 * gdb.texinfo (Macros): Remove text about stringification,
7574 varargs, and splicing.
7575
7576 2008-09-27 Tom Tromey <tromey@redhat.com>
7577
7578 * gdbint.texinfo (Language Support): Remove text about omitting
7579 support for a language.
7580
7581 2008-09-23 Doug Evans <dje@google.com>
7582
7583 * gdb.texinfo (info dcache): Update.
7584
7585 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7586
7587 * gdb.texinfo (Packets): Add info on thread-id syntax and
7588 multiprocess extensions.
7589 <D>: Document multiprocess form of packet.
7590 <H>: Use thread-id syntax.
7591 <T>: Likewise.
7592 <vCont>: Likewise. Note this is required for multiprocess.
7593 <vKill>: New packet.
7594 (Stop Reply Packets) <T>: Use thread-id syntax.
7595 <W>: Document multiprocess form of reply.
7596 <X>: Likewise.
7597 (General Query Packets) <qC>: Use thread-id syntax.
7598 <qfThreadInfo>: Likewise.
7599 <qGetTLSAddr>: Likewise.
7600 <qP>: Likewise.
7601 <qSupported>: Add "multiprocess" feature.
7602 <qThreadExtraInfo>: Use thread-id syntax.
7603
7604 2008-09-22 Stan Shebs <stan@codesourcery.com>
7605
7606 * gdb.texinfo (Inferiors): New section.
7607
7608 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7609
7610 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7611
7612 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7613
7614 * gdbint.texinfo (Target Conditionals): Remove documentation
7615 for gdbarch_name_of_malloc.
7616
7617 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7618
7619 * gdb.texinfo (Interrupts): Mention TCP interface for
7620 sending BREAK.
7621
7622 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7625 argument prefix to "set sysroot".
7626
7627 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7628
7629 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7630 and False.
7631
7632 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7633
7634 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7635 for possible features of -list-features.
7636
7637 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7638
7639 * gdb.texinfo (Background execution): Adjust example
7640 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7641
7642 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7643
7644 * doc/gdb.texinfo (PowerPC): Fix typo.
7645 (PowerPC features): Fix typo.
7646
7647 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7648
7649 * observer.texi (thread_ptid_changed): New.
7650
7651 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7652
7653 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7654 (PowerPC features): Mention feature set for VSX registers.
7655
7656 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7657
7658 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7659 the direct visibility of all names in user-written packages.
7660
7661 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7662
7663 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7664 setting, and make it the default.
7665 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7666 non-stop script example.
7667
7668 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7669
7670 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7671 reference to the "Using Different Register and Memory Data
7672 Representation" section.
7673
7674 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7675
7676 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7677 (Remote Protocol): Add Packet Acknowledgment to menu.
7678 (Overview): Mention +/- can be disabled, and point to new section
7679 where this is discussed in detail.
7680 (General Query Packets): Document QStartNoAckMode packet, and
7681 corresponding qSupported reply.
7682 (Packet Acknowledgment): New section.
7683
7684 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7685 Pedro Alves <pedro@codesourcery.com>
7686
7687 * gdb.texinfo (Threads): Move paragraph about automatic thread
7688 selection to All-Stop Mode subsection.
7689 (Thread Stops): Reorganize existing material into subsections.
7690 Add introductory blurb and menu.
7691 (Non-Stop Mode): New subsection.
7692 (Background Execution): New subsection.
7693 (Maintenance Commands): Add cross-references from async mode
7694 commands to the new Background Execution section.
7695
7696 2008-08-06 Tom Tromey <tromey@redhat.com>
7697
7698 * gdb.texinfo (Extending GDB): New chapter.
7699 (Sequences): Demoted chapter, now a section under the new
7700 Extending GDB chapter.
7701 (Python): New section.
7702
7703 2008-07-31 Stan Shebs <stan@codesourcery.com>
7704
7705 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7706
7707 2008-07-29 Stan Shebs <stan@codesourcery.com>
7708
7709 * gdbint.texinfo: General round of cleanup and minor
7710 clarifications.
7711 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7712 (Longjmp Support): Update description to reflect how it is done
7713 for targets without using native header.
7714 (Symbol Handling): Add a little more general explanation.
7715 (COFF, ELF): Mention stabs encapsulation.
7716 (DWARF 3): New section.
7717 (Adding a New Host): Scrub out some obsolete bits.
7718 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7719 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7720 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7721 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7722 SEEK_SET, STOP_SIGNAL, USG.
7723 (Raw and Virtual Register Representations): Ditto for
7724 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7725 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7726 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7727 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7728 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7729 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7730 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7731 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7732 DEPRECATED_USE_STRUCT_CONVENTION.
7733 Describe gdbarch_deprecated_fp_regnum.
7734 Update description of gdbarch_print_insn.
7735 (Adding a New Target): Scrub out obsolete bits.
7736 (Obsolete Conditionals): Remove entire section.
7737
7738 2008-07-25 Tom Tromey <tromey@redhat.com>
7739
7740 * observer.texi (GDB Observers): Document new observers:
7741 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7742 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7743 architecture_changed.
7744
7745 2008-07-21 Stan Shebs <stan@codesourcery.com>
7746
7747 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7748 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7749
7750 2008-07-21 Tom Tromey <tromey@redhat.com>
7751
7752 * observer.texi (GDB Observers): Remove obsolete comment.
7753 <executable_changed>: Remove argument.
7754
7755 2008-07-18 Tom Tromey <tromey@redhat.com>
7756
7757 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7758
7759 2008-07-10 Doug Evans <dje@google.com>
7760
7761 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7762
7763 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * gdb.texinfo (Starting): Document "set disable-randomization".
7766
7767 2008-07-07 Andreas Schwab <schwab@suse.de>
7768
7769 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7770
7771 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7772
7773 * gdb.texinfo (GDB/MI Target Manipulation): Add
7774 example of -target-attach.
7775
7776 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7777
7778 * observer.texi (target_resumed): New observer.
7779 * gdb.texinfo (GDB/MI Output Records): Document *running.
7780
7781 2008-06-06 Tom Tromey <tromey@redhat.com>
7782
7783 * gdb.texinfo (Completion): Add field name example.
7784
7785 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7786
7787 * gdb.texinfo (GDB/MI Program Context): Added example
7788 to -exec-arguments
7789
7790 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7793 annotation.
7794
7795 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7796 Nathan Sidwell <nathan@codesourcery.com>
7797 Joseph Myers <joseph@codesourcery.com>
7798
7799 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7800 and ACX_BUGURL.
7801 * configure: Regenerate.
7802 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7803 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7804 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7805 mailing-list-specific text about bug reporting unless
7806 BUGURL_DEFAULT.
7807
7808 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7809
7810 * gdb.texinfo (-target-select): Remove reference to target async.
7811 (Maintenance Commands): Document "maint set/show remote-async".
7812
7813 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7814
7815 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7816 in -target-file-get section.
7817
7818 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7819
7820 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7821 killing the inferior when it is already debugging a process.
7822
7823 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7824
7825 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7826 abbreviation for "finish".
7827
7828 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7831
7832 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * gdbint.texinfo (Target Conditionals): Delete entry for
7835 gdbarch_dwarf_reg_to_regnum.
7836
7837 2008-05-09 Doug Evans <dje@google.com>
7838
7839 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7840
7841 2008-05-05 Doug Evans <dje@google.com>
7842
7843 * gdb.texinfo (disassemble): Document /m modifier.
7844
7845 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7846
7847 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7848 will not report the time of commands that run the target.
7849
7850 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7851
7852 * gdb.texinfo (GDB/MI Output Records): Add
7853 missing semicolon.
7854
7855 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7856
7857 * gdb.texinfo (GDB/MI Output Records):
7858 Document =thread-create and =thread-exited.
7859
7860 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7861
7862 * gdb.texinfo (GDB/MI Development and Front Ends):
7863 Remove mention of dmi-discuss.
7864
7865 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7866
7867 * observer.texi (thread_exit): New.
7868
7869 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7870
7871 * gdb.texinfo (Debugging Output): Document "set/show debug
7872 displaced".
7873 (Maintenance Commands): Document "maint set/show
7874 can-use-displaced-stepping".
7875
7876 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7877
7878 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7879 and set/show arm force-mode.
7880
7881 2008-05-02 Andreas Schwab <schwab@suse.de>
7882
7883 * gdbint.texinfo (Algorithms): Describe
7884 target_watchpoint_addr_within_range.
7885
7886 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7887
7888 * gdbint.texinfo (Stack Frames): New chapter.
7889 (Algorithms): Move Frames text to the new chapter.
7890 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7891 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7892
7893 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7894
7895 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7896 output does not necessary include any tokens.
7897
7898 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7899
7900 * gdb.texinfo (Set SH Calling convention): New @item.
7901 (Show SH Calling convention): Ditto.
7902
7903 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7904
7905 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7906
7907 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7908
7909 * gdb.texinfo (Set Breaks): Mention that multiple location
7910 breakpoints need line number info. Add index entries.
7911
7912 2008-04-19 Craig Silverstein <csilvers@google.com>
7913
7914 * gdb.texinfo (Requirements): Add an optional requirement on
7915 zlib.
7916 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7917 Compressed DWARF 2.
7918
7919 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7920
7921 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7922 sample output for 'stopped,reason="breakpoint-hit"' message.
7923 (GDB/MI Program Execution): Likewise.
7924
7925 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7926
7927 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7928 -var-set-format. Add -f option to -var-evaluate-expression.
7929
7930 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7931
7932 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7933 new node "Ambiguous Expressions". Replace references to this
7934 node by references to "Ambiguous Expressions" throughout.
7935 (Ambiguous Expressions): New node.
7936
7937 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7940
7941 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7942
7943 * gdb.texinfo (Debugging Output): Document
7944 "set/show debug lin-lwp-async".
7945 (Maintenance Commands): Document "maint set/show linux-async".
7946
7947 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7948
7949 * gdb.texinfo (Expressions): Update description of malloced arrays.
7950
7951 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7952
7953 * gdb.texinfo (Thread Commands): Document
7954 -thread-info. Remove -thread-list-all-threads.
7955
7956 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7957
7958 Implement MI notification for new threads.
7959 * observer.texi (new_thread): Document.
7960
7961 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7962 Sandra Loosemore <sandra@codesourcery.com>
7963
7964 * gdb.texinfo (Library List Format): Update to mention the
7965 possibility to pass section addresses instead of segment
7966 addresses.
7967
7968 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7969
7970 * gdb.texinfo (Starting): Document "set exec-wrapper".
7971 (Server): Document gdbserver --wrapper.
7972
7973 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7974
7975 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7976 unreadable memory. Delete obsolete SPARClite reference.
7977
7978 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7979
7980 * gdb.texinfo (Starting): Mention always-running targets.
7981 (Target Commands): Add an anchor for load.
7982 (Connecting): Explain continue instead of run.
7983
7984 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7985
7986 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7987
7988 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7989
7990 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7991 breakpoint table.
7992
7993 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7994
7995 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7996 killing the inferior when it is already debugging a process.
7997
7998 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7999
8000 * gdbint.texinfo (Build Script): New section. Mention new build script
8001 gdb_buildall.sh.
8002
8003 2008-02-01 Jim Blandy <jimb@red-bean.com>
8004
8005 * gdb.texinfo (Help): Summarize 'info args' correctly.
8006
8007 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8008
8009 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
8010 available in PowerPC architecture.
8011 (Embedded Processors): Change node name of PowerPC item in menu.
8012 (PowerPC): Rename to...
8013 (PowerPC Embedded): this.
8014 (Architectures): Add new PowerPC item in menu.
8015 (PowerPC): New node.
8016
8017 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
8020 commands.
8021
8022 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8023
8024 * gdb.texinfo (Setting Catchpoints): Mention features
8025 supported on GNU/Linux.
8026
8027 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * gdb.texinfo (GDB/MI File Commands): Describe new output
8030 field for MI command -file-list-exec-source-file.
8031
8032 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8033
8034 * gdb.texinfo (Using the `gdbserver' Program): Add security
8035 warning. Rearrange into subsections and subsubsections. Document
8036 --multi and --debug. Correct --with-sysroot typo. Update --attach
8037 usage. Make load reference clearer. Document monitor exit.
8038 (Remote Configuration): Document set remote exec-file, attach-packet,
8039 and run-packet.
8040 (Packets): Document vAttach and vRun.
8041
8042 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
8043
8044 * gdb.texinfo (Processes): Mention process command.
8045 detach-on-follow -> detach-on-fork.
8046
8047 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8048
8049 * gdbint.texinfo (Native Conditionals): Remove
8050 SHELL_COMMAND_CONCAT and SHELL_FILE.
8051
8052 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8053
8054 * gdb.texinfo (Specify Location): Improve wording.
8055
8056 2008-01-23 Chris Demetriou <cgd@google.com>
8057
8058 * gdb.texinfo (Threads): Document new "set print thread-events"
8059 and "show print thread-events" commands.
8060
8061 2008-01-19 Eli Zaretskii <eliz@gnu.org>
8062
8063 * gdb.texinfo (Specify Location): New section.
8064 (Delete Breaks, Edit, Set Breaks): Remove description of
8065 locations. Instead, add a reference to "Specify Location".
8066 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8067 (Symbols): Refer to "Specify Location" for the valid forms of
8068 linespecs and locations.
8069
8070 2008-01-18 Markus Deuling <deuling@de.ibm.com>
8071
8072 * gdbint.texinfo (Target Conditionals): Replace the description of
8073 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8074
8075 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8076
8077 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8078 about &&var, which is rejected by the expression parser.
8079
8080 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8081
8082 * gdb.texinfo (Output): Update documentation on using printf with DFP
8083 types.
8084
8085 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8086
8087 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8088 subsubsection.
8089 (Decimal Floating Point format): New subsubsection.
8090
8091 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8092
8093 * gdb.texinfo (File Options): Remove mention of the attempt to
8094 open a core file with the -p option. Don't list -c as a valid
8095 option to attach to a process.
8096
8097 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8098
8099 * gdbint.texinfo (Host Conditionals): Remove mention of
8100 ALIGN_STACK_ON_ENTRY.
8101
8102 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdbint.texinfo (Start of New Year Procedure): Add item
8105 describing how to update the source and documentation copyright
8106 notices.
8107
8108 2007-12-18 Jim Blandy <jimb@codesourcery.com>
8109
8110 * gdb.texinfo (Set Watchpoints): Integrate per-thread
8111 watchpoint explanation into the main description of the watchpoint
8112 command; update synopses of 'watch', 'rwatch', and 'awatch'
8113 commands.
8114
8115 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8116
8117 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8118 Document 'pending-breakpoints' feature of
8119 -list-features.
8120
8121 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8122
8123 * gdb.texinfo: Add new parameter's description.
8124
8125 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8126
8127 * gdb.texinfo (Overview): Clarify run-length encoding
8128 example. Remove the restriction on "+" and "-" characters.
8129
8130 2007-12-15 Eli Zaretskii <eliz@gnu.org>
8131
8132 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8133
8134 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8135
8136 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8137 the -f option for -break-insert, remove -r option,
8138 and clarify specification of location.
8139
8140 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8141
8142 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8143 formatting.
8144 (Remote Debugging): Add File Transfer section.
8145 (Remote Configuration): Document Host I/O packets.
8146 (GDB/MI): Add GDB/MI File Transfer Commands section.
8147 (Host I/O Packets): New section in "Remote Protocol".
8148 (Packets): Add vFile.
8149
8150 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8151
8152 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8153 breakpoints with multiple locations.
8154 (Breakpoint Menus): Improve wording.
8155 (Output): Fix last change.
8156
8157 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8158
8159 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8160
8161 2007-11-15 Doug Evans <dje@google.com>
8162
8163 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8164
8165 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8166
8167 * gdbint.texinfo (Native Conditionals): Remove
8168 mention of CLEAR_SOLIB.
8169
8170 2007-11-11 Joel Brobecker <brobecker@adacore.com>
8171
8172 * gdb.texinfo (Print Settings): Add documentation for "set/show
8173 print frame-arguments".
8174
8175 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8176
8177 * gdb.texinfo (Output): Update printf command's description.
8178
8179 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8180
8181 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8182 powerpc soft-float".
8183
8184 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8185
8186 * gdb.texinfo (Files): Correct formatting. Mention Expat
8187 requirement.
8188 (Requirements for Building GDB): Expand the list of Expat
8189 uses.
8190 (Library List Format, Memory Map Format): Mention Expat.
8191 (Target Descriptions): Update Expat wording.
8192
8193 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8194
8195 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8196 Document that gdbarch_convert_register_p should return zero for no-op
8197 conversions.
8198
8199 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8200
8201 * gdbint.texi (Compiler Characteristics): Move documentation
8202 of set_gdbarch_sofun_address_maybe_missing back to ...
8203 (Target Conditionals): ... here to fix build break.
8204
8205 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8206
8207 * gdbint.texi (Target Conditionals): Remove documentation of
8208 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8209 (Compiler Characteristics): ... documentation of
8210 set_gdbarch_sofun_address_maybe_missing.
8211
8212 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * gdbint.texinfo (Target Conditionals): Use
8215 frame_unwind_register_unsigned in examples instead of
8216 frame_unwind_unsigned_register.
8217
8218 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8219
8220 * gdb.texinfo: Add TSIZE definition, removed statement about
8221 unbounded arrays being unimplemented.
8222
8223 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8224
8225 * gdb.texinfo (Predefined Target Types): Add int128
8226 and uint128.
8227 (Standard Target Features): Add PowerPC features.
8228
8229 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8230
8231 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8232
8233 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8234
8235 * gdbint.texi (Target Conditionals): Remove documentation
8236 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8237 gdbarch_extract_return_value, and gdbarch_store_return_value.
8238
8239 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8240
8241 * gdbint.texi (Target Conditionals): Remove documentation of
8242 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8243
8244 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8245
8246 * gdb.texinfo: Mention that inaccessible-by-default is on by
8247 default.
8248
8249 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8250
8251 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8252
8253 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8254
8255 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8256 multi-threaded watchpoints.
8257 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8258 checked. Describe sticky notification. Expand description
8259 of steppable and continuable watchpoints.
8260 (Watchpoints and Threads): New subsection.
8261
8262 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8263
8264 * gdb.texinfo (Setting Breakpoints): Revise
8265 documentation for pending breakpoints. Document
8266 breakpoints with multiple locations.
8267
8268 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8269
8270 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8271 Document -list-features.
8272
8273 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8274
8275 * gdb.texinfo (Output): Spell out which features of C's printf are
8276 not supported by GDB's printf.
8277 (Separate Debug Files): More accurate wording regarding build ID
8278 and a reference to the ld manual rather than the Fedora wiki.
8279
8280 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8281 Jim Blandy <jimb@codesourcery.com>
8282
8283 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8284 (Examining Memory): Update mentions of the 's' format.
8285 (Automatic Display): Likewise.
8286
8287 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8288
8289 * gdb.texinfo: Update the FSF's Back-Cover Text.
8290
8291 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8292 Eli Zaretskii <eliz@gnu.org>
8293
8294 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8295 Fixed the ``build ID'' name. New binaries build instructions for the
8296 build ID inclusion. Explain how the commands are specific to the build
8297 ID vs. debug link.
8298
8299 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8300
8301 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8302 indexing for ``build ID'' support.
8303
8304 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8305
8306 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8307 Enlisted BUILD ID to the debug file searching example.
8308 Included a BUILD ID `.note.gnu.build-id' section description.
8309 Updated/added the debug files splitting instructions for OBJCOPY.
8310
8311 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8312
8313 * gdb.texinfo (Variable Objects): Adjust docs
8314 for -var-info-expression and document
8315 -var-info-path-expression.
8316
8317 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8318
8319 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8320 (title page): Include the dedication in the printed manual, as a
8321 separate page after the copyright notice.
8322
8323 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8324 don't break a @var across a line.
8325
8326 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8327
8328 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8329 for include files.
8330
8331 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8334 in annotate.texinfo.
8335 (Command History): Link to new node.
8336
8337 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8338
8339 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8340
8341 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8342
8343 * gdbint.texinfo (Target Conditionals): Fix last change.
8344
8345 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8346
8347 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8348 routines:
8349 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8350 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8351 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8352 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8353 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8354 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8355 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8356 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8357 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8358 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8359 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8360 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8361 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8362 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8363 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8364 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8365 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8366 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8367 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8368 (SOFTWARE_SINGLE_STEP_P)
8369
8370 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8371 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8372
8373 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8374 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8375 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8376 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8377 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8378 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8379 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8380 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8381 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8382 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8383
8384 (Converting an existing Target Architecture to Multi-arch): Remove
8385 section.
8386
8387 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8388 (gdbarch_addr_bits_remove): Add code example.
8389
8390 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8391
8392 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8393
8394 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8395 Add other missing entries. Adjust the table size to fit.
8396 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8397 stop reasons including the new "library" event.
8398 (General Query Packets): Adjust table widths for qSupported. Mention
8399 qXfer:libraries:read reply to qSupported and document the new packet.
8400 (Library List Format): New section.
8401
8402 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8405
8406 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8407
8408 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8409
8410 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8411
8412 * gdbint.texinfo (Register and Memory Data): Break sections
8413 into nodes and add a menu.
8414
8415 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8416
8417 * gdb.texinfo (Examining Memory): Document the new behaviour.
8418
8419 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8420
8421 * gdb.texinfo (Standard Target Features): Document
8422 m68k features.
8423
8424 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8425
8426 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8427
8428 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * gdb.texinfo (Target Description Format): Add version attribute
8431 for <target>.
8432
8433 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8434
8435 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8436
8437 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * gdb.texinfo (MIPS Features): New subsection.
8440
8441 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8442 Markus Deuling <deuling@de.ibm.com>
8443
8444 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8445 and qXfer:spu:write packets and mention them under qSupported.
8446
8447 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8448 Markus Deuling <deuling@de.ibm.com>
8449
8450 * gdb.texinfo (Architectures): Add new SPU section to document
8451 Cell Broadband Engine SPU architecture specific commands.
8452
8453 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8454
8455 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8456 comments.
8457
8458 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8459
8460 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8461
8462 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8463
8464 * gdb.texinfo (Overview): Doc fix.
8465
8466 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8467
8468 * gdb.texinfo (Remote Configuration): Document "set/show
8469 remoteflow".
8470
8471 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8472
8473 * gdb.texinfo (MIPS): Remove documentation for set mips
8474 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8475 stack-arg-size.
8476
8477 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8478
8479 * all-cfg.texi (GDBTUI): New.
8480 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8481 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8482 (TUI Configuration): Edit to improve clarity and fix problems of
8483 both style and content.
8484
8485 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8486
8487 * observer.texi (GDB Observers): New observer "new_objfile".
8488
8489 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8492
8493 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8494
8495 * gdb.texinfo (GDB/MI Variable Objects): Document
8496 frozen variables objects.
8497
8498 2007-04-13 Paul Brook <paul@codesourcery.com>
8499
8500 * gdb.texinfo: Document ieee_single and ieee_double target types.
8501
8502 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8503
8504 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8505 (Character Sets, Caching Data of Remote Targets): Likewise.
8506 (Targets): Delete Remote node. Move its text...
8507 (Debugging Remote Programs): ...to here. Delete description
8508 of the "remote" command.
8509 (Remote configuration): Delete description of "set remotedevice"
8510 and "show remotedevice".
8511 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8512
8513 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8514
8515 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8516
8517 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8518
8519 * gdb.texinfo (Contributors, Continuing and Stepping)
8520 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8521 (General Query Packets, File-I/O Remote Protocol Extension)
8522 (Protocol Basics, The F Reply Packet, Write)
8523 (Protocol-specific Representation of Datatypes, Memory Transfer):
8524 Fix hyphenation, punctuation and grammar problems.
8525 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8526 'section' instead of 'subsection' in the text.
8527 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8528 (i386): Remove period from section name.
8529 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8530 (Config Names, Configure Options): Use @file{configure}.
8531
8532 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8533
8534 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8535 and tab expansion.
8536
8537 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8538
8539 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8540
8541 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8542
8543 * gdb.texinfo: Consistently capitalize all significant words in
8544 node names, chapter titles, section titles, and headings. Update
8545 cross references to match.
8546 (Starting and Stopping Trace Experiment): Make node name plural.
8547 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8548
8549 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8550
8551 * gdb.texinfo (WinCE): Delete obsolete subsection.
8552
8553 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8556 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8557 references.
8558
8559 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8560
8561 * gdb.texinfo (Startup): Delete references to some alternate
8562 names for .gdbinit.
8563 (Thread): Remove LynxOS reference.
8564 (Tandem ST2000): Delete target-specific documentation.
8565 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8566 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8567 and GDB_OSABI_LYNXOS.
8568
8569 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8570
8571 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8572
8573 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8574
8575 * gdbint.texinfo (Target Conditionals): Remove mention of
8576 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8577 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8578
8579 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8580
8581 * Makefile.in: Add "pdfdir" installation
8582 directory, PDFTEX macro, support for "install-pdf" target,
8583 and rules for making a pdf version of refcard.texi.
8584 * refcard.tex: Specify paper size for PDF output.
8585
8586 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8587
8588 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8589
8590 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8591
8592 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8593 (Source Path, Character Sets, Macros, Define)
8594 (GDB/MI Result Records, GDB/MI Simple Examples)
8595 (GDB/MI Program Execution, GDB/MI File Commands)
8596 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8597 (Bug Reporting): Use @value{GCC}.
8598
8599 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8600
8601 * gdb.texinfo (Help): Fix formatting of examples.
8602 (Variables): Use @ifnotinfo instead of @iftex.
8603 (Non-debug DLL symbols): Use @ref instead of @pxref.
8604 (Sparclet File): Use @samp instead of quotes.
8605
8606 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8607
8608 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8609
8610 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8611
8612 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8613 the order of the nodes.
8614 (C Operators, C Constants, Debugging C): Remove extra menus.
8615 (Method Names in Commands): Do not specify next/prev/up nodes.
8616
8617 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8618
8619 * gdb.texinfo (File Options): Add missing parenthesis.
8620 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8621
8622 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8623
8624 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8625
8626 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8627
8628 * gdb.texinfo (Standard Target Features): Mention
8629 case insensitivity.
8630 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8631
8632 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8633
8634 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8635 (Files): Add section name to argument list for pxref.
8636 (Non-debug DLL symbols): Don't use `see' for pxref.
8637 (Embedded Processors): Fix typo.
8638 (GDB/MI Breakpoint Commands): Execution commands generate
8639 *stopped not ^done.
8640
8641 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8642
8643 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8644 values for in_scope. Mention that only root variables can be
8645 updated.
8646 (GDB/MI Development and Front Ends): Explain new values may be
8647 added to existing fields.
8648
8649 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8650
8651 * gdb.texinfo (-target-disconnect): Use @smallexample.
8652 (Requirements): Add anchor for Expat. Update description.
8653 (Target Descriptions): Mention Expat.
8654 (Target Description Format): Document new elements. Use
8655 @smallexample.
8656 (Predefined Target Types, Standard Target Features): New sections.
8657 * gdbint.texinfo (Target Descriptions): New section.
8658
8659 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8660
8661 * gdb.texinfo (Target Description Format): Add section on XInclude.
8662
8663 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8664
8665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8666 command -enable-timings.
8667
8668 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8669
8670 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8671 descriptions for new/deleted elements in gdb_osabi. Add missing
8672 description for function generic_elf_osabi_sniff_abi_tag_sections.
8673
8674 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8675
8676 * gdb.texinfo (Maintenance Commands): Add documentation for
8677 the new "maint print target-stack" command.
8678
8679 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8680 Eli Zaretskii <eliz@gnu.org>
8681
8682 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8683
8684 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8685
8686 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8687 Use @value{NGCC} instead of @value{GCC}.
8688
8689 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8690
8691 * agentexpr.texi: Fix typos.
8692 * annotate.texinfo: Likewise.
8693 * gdb.texinfo: Likewise.
8694 * gdbint.texinfo: Likewise.
8695 * observer.texi: Likewise.
8696 * stabs.texinfo: Likewise.
8697
8698 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8699
8700 * gdbint.texinfo (Support Libraries): Remove mmalloc
8701 entry. Describe readline library.
8702
8703 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8704
8705 * gdb.texinfo (Target Descriptions): New section.
8706 (General Query Packets): Add QPassSignals anchor. Mention
8707 qXfer:features:read under qSupported. Expand mentions of
8708 qXfer:memory-map:read and QPassSignals. Document
8709 qXfer:features:read.
8710
8711 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8712
8713 * gdb.texinfo (Commands to specify files): Describe
8714 "set sysroot" and "show sysroot".
8715 (Using the `gdbserver' program): Lowercase argument
8716 to @var. Expand description of setting up GDB on the
8717 host.
8718
8719 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8722 catch exception, catch exception unhandled, and catch assert
8723 commands.
8724
8725 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8726
8727 * gdb.texinfo (Debugging Output): Document "set debug xml"
8728 and "show debug xml".
8729
8730 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8731
8732 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8733
8734 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8735
8736 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8737
8738 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8739
8740 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8741 note in @ignore, to be removed later if nobody complains.
8742
8743 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8744
8745 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8746 of -var-delete.
8747
8748 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8749
8750 * gdb.texinfo (Setting breakpoints): Document
8751 automatic software/hardware breakpoint usage and
8752 the "set breakpoint auto-hw" command.
8753
8754 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8755
8756 * gdb.texinfo (Memory Access Checking): New.
8757
8758 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.texinfo (Remote configuration): Mention
8761 "pass-signals-packet".
8762 (General Query Packets): Document QPassSignals. Fix
8763 a typo.
8764
8765 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8766
8767 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8768
8769 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8770
8771 * gdb.texinfo (Remote configuration): Rewrite documentation for
8772 packet configuration commands.
8773 (OS Information): Adjust reference to qXfer:auxv:read.
8774 (General Query Packets): Remove references to read-aux-vector-packet
8775 and set remote get-thread-local-storage-address.
8776
8777 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8778
8779 * gdbint.texinfo (Target Architecture Definition): Add new
8780 Initializing a New Architecture section.
8781
8782 2006-10-31 David Taylor <dtaylor@emc.com>
8783
8784 * stabs.texinfo (Macro define and undefine): New node describing
8785 stabs for #define and #undef.
8786
8787 2006-10-27 Andreas Schwab <schwab@suse.de>
8788
8789 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8790
8791 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8792
8793 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8794 clarify on the possible meanings of ``expression'' watched by
8795 watchpoints. Add indexing.
8796 (Prompting, Errors, Invalidation, Annotations for Running)
8797 (Source Annotations): Fix index entries by adding "annotation" to
8798 them, to discriminate from index entries that point to the more
8799 general topic descriptions.
8800
8801 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8802
8803 * gdbint.texinfo (Target Vector Definition): Move most
8804 content into Existing Targets. Add a menu.
8805 (Existing Targets): New section, moved from Target Vector
8806 Definition. Use @subsection.
8807 (Managing Execution State): New section.
8808
8809 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8810
8811 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8812
8813 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8814
8815 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8816 (Command Syntax, Signals, Backtrace, Connecting)
8817 (Remote configuration, Renesas Boards, Console I/O): Fix last
8818 change: use Ctrl- instead of C-, except wrt Emacs.
8819 (File-I/O Examples): Put Ctrl-c in @kbd.
8820 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8821 (Console I/O): Use @samp with Ctrl-.
8822 (Signals, Set Breaks, Set Watchpoints): Document optional
8823 arguments to `info signals' `handle', `info breakpoints', and
8824 `info watchpoints'.
8825
8826 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8827
8828 * gdb.texinfo (Backtrace): Fix last change.
8829
8830 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8831
8832 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8833
8834 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8835
8836 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8837 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8838 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8839
8840 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8841 Daniel Jacobowitz <dan@codesourcery.com>
8842
8843 * gdb.texinfo (Packets): Document vFlashErase,
8844 vFlashWrite and vFlashDone packets.
8845 (General Query Packets): Document qXfer:memory-map:read.
8846 Add a new feature for qXfer:memory-map:read.
8847 (Memory map format): New section.
8848 (Target Commands): Mention that gdb can write flash.
8849
8850 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8851 Daniel Jacobowitz <dan@codesourcery.com>
8852
8853 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8854 memory regions and "mem auto".
8855
8856 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8857
8858 * gdbint.texinfo (Array Containers): New section.
8859
8860 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8861
8862 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8863 -stack-list-arguments HIGH_FRAME argument can be larger then the
8864 actual number of frames.
8865
8866 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8867
8868 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8869 -stack-list-locals HIGH_FRAME argument can be larger then the
8870 actual number of frames.
8871
8872 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8873
8874 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8875 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8876
8877 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8878
8879 * gdbint.texinfo (Overall Structure): New section "Source Tree
8880 Structure".
8881
8882 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8883
8884 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8885 responses.
8886
8887 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.texinfo (Source Path): Add documentation for new
8890 substitute-path commands.
8891
8892 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8893
8894 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8895 (Running Configure): ...here.
8896 (Requirements): New node. Mention expat.
8897
8898 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8899
8900 * gdb.texinfo (Target Commands): Remove
8901 'set download-write-size' and 'show download-write-size'.
8902
8903 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8904
8905 * stabs.texinfo (Member Type Descriptor): Correct example for
8906 pointer to member types.
8907
8908 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8909
8910 * gdb.texinfo (Optional warnings and messages): Add
8911 'set/show trace-commands'.
8912 (Command files): Add '-v' to source command.
8913
8914 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8915
8916 * gdb.texinfo (OS Information): Update qPart reference to
8917 qXfer.
8918 (Remote configuration): Likewise.
8919 (Overview): Move @cindex to the start of a paragraph. Talk
8920 about binary data encoding.
8921 (Packets): Refer to the overview for the details of the X
8922 packet encoding.
8923 (General Query Packets): Remove qPart description. Add qXfer
8924 description. Add an anchor to qSupported. Correct feature
8925 table title. Add a new feature for qXfer:auxv:read.
8926 (Interrupts): Add a missing parenthesis.
8927
8928 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8929
8930 * gdb.texinfo (KOD): Remove node.
8931 (GDB/MI Kod Commands): Remove commented out node.
8932
8933 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8934
8935 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8936 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8937 (GDB/MI Thread Commands, GDB/MI Program Execution)
8938 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8939 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8940 (GDB/MI File Commands, GDB/MI Target Manipulation)
8941 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8942 since the MI prompt is hard-wired into the code.
8943
8944 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8947 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8948 (GDB/MI Data Manipulation): Remove description of unimplemented
8949 display related commands as variable objects perform this function
8950 and are superior: -display-delete, -display-disable,
8951 -display-enable, -display-insert and -display-list. Move
8952 -environment-cd, -environment-directory, -environment-path
8953 and -environment-pwd to "Program Context".
8954 (GDB/MI Program Control): Rename to "Program Execution". Move
8955 -exec-arguments -exec-abort to...
8956 (GDB/MI Program Context): ...here. New node split from "Data
8957 Manipulation".
8958
8959 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8960
8961 * gdb.texinfo (Remote configuration): Document set / show
8962 remote supported-packets.
8963 (General Query Packets): Document qSupported packet.
8964
8965 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8966
8967 * gdb.texinfo (system): Document behaviour with zero length
8968 string.
8969
8970 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8971
8972 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8973 and font markup.
8974 (Protocol basics): Likewise.
8975 (The F request packet): Likewise.
8976 (The F reply packet): Likewise.
8977 (Memory transfer): Move this node to be a subsubsection of
8978 "Protocol specific representation of datatypes".
8979 (The Ctrl-C message): More copy editing.
8980 (Console I/O): Likewise.
8981 (The isatty call): Delete this node, and merge its content into
8982 the "isatty" node. Fixed references elsewhere.
8983 (The system call): Delete this node, and merge its content into
8984 the "system" node. Fixed references elsewhere.
8985 (open): Reformat to use @table, and add appropriate font markup.
8986 (close): Likewise.
8987 (read): Likewise.
8988 (write): Likewise.
8989 (lseek): Likewise.
8990 (rename): Likewise.
8991 (unlink): Likewise.
8992 (stat/fstat): Likewise.
8993 (gettimeofday): Likewise.
8994 (isatty): Likewise.
8995 (system): Likewise, plus minor changes to fix confusing wording.
8996 (Integral datatypes): Fix font markup.
8997 (Pointer values): Likewise.
8998 (struct stat): Fix markup to use @table, plus minor copy editing.
8999 (struct timeval): Fix font markup, plus minor copy editing.
9000 (Constants): Minor copy editing.
9001 (Errno values): Add font markup.
9002 (File-I/O Examples): Likewise.
9003
9004 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
9005
9006 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
9007 (GDB/MI Simple Examples): Move node up one level. Use real
9008 examples.
9009 (GDB/MI Compatibility with CLI): Update.
9010 (GDB/MI Result Records): Add "connected" and "exit" result
9011 classes.
9012 (GDB/MI Stream Records): Clarify target output.
9013 (GDB/MI Command Description Format): Modify example description.
9014 (GDB/MI Breakpoint Table Commands): Rename to...
9015 (GDB/MI Breakpoint Commands): ...this
9016 (GDB/MI Breakpoint Commands): Add optional thread field.
9017 (GDB/MI Program Control): Add an introduction. Move "Program
9018 termination" examples into exec-run description.
9019 (GDB/MI File Commands): Mention similar CLI commands.
9020 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
9021 is similar to "-gdb-version".
9022
9023 2006-06-09 Eli Zaretskii <eliz@gnu.org>
9024
9025 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
9026
9027 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9030 sourceware.org for mailing lists.
9031 (GDB/MI File Commands): New node split from Program Control.
9032
9033 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
9036
9037 2006-05-22 Eli Zaretskii <eliz@gnu.org>
9038
9039 * gdb.texinfo (Cygwin Native): Fix last change.
9040
9041 2006-05-22 Christopher Faylor <cgf@timesys.com>
9042
9043 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9044
9045 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
9046
9047 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9048 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9049
9050 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9051
9052 * gdb.texinfo (General Query Packets): Recommend not starting
9053 new packets with qC and clarify.
9054
9055 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
9056
9057 * gdb.texinfo (M2 Types): New section.
9058
9059 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9060
9061 * agentexpr.texi: Add a copyright and license notice.
9062 * observer.texi: Likewise, with GPL clause for function prototypes.
9063 Remove trailing whitespace.
9064
9065 2006-05-05 Jim Blandy <jimb@codesourcery.com>
9066
9067 * gdb.texinfo (General Query Packets): Document conventions for
9068 terminating packet names, and their violations.
9069
9070 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9071
9072 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9073 * gdb.texinfo: Likewise.
9074
9075 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9076
9077 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9078 and "show remotedebug".
9079 (Debugging Output): Add additional index entries.
9080
9081 2006-04-27 Michael Snyder <msnyder@redhat.com>
9082
9083 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9084
9085 2006-04-22 Andrew Cagney <cagney@redhat.com>
9086
9087 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9088 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9089
9090 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9091
9092 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9093 and remove breakpoint prototypes.
9094 (Watchpoints): Move description of target_insert_hw_breakpoint and
9095 target_remove_hw_breakpoint ...
9096 (Breakpoints): ... to here. Document target_insert_breakpoint and
9097 target_remove_breakpoint.
9098
9099 2006-04-17 Jim Blandy <jimb@codesourcery.com>
9100
9101 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9102 and C packets are optional.
9103
9104 2006-04-14 Frederic Riss <frederic.riss@st.com>
9105
9106 * gdb.texinfo (Specifying source directories): Update the description
9107 of the source file search to reflect the fact that the source path
9108 always contains at least $cdir and $cwd.
9109
9110 2006-03-31 Michael Snyder <msnyder@redhat.com>
9111
9112 * gdb.texinfo: Update copyright dates.
9113
9114 2006-03-31 Eli Zaretskii <eliz@gnu.org>
9115
9116 * gdb.texinfo (Overview): Add an index entry to "empty response".
9117
9118 2006-03-29 Steve Ellcey <sje@cup.hp.com>
9119
9120 * gdb.texinfo: Remove gdbserve.nlm documentation.
9121
9122 2006-03-28 Jim Blandy <jimb@codesourcery.com>
9123
9124 * gdbint.texinfo (Prologue Analysis): New section.
9125
9126 2006-03-07 Jim Blandy <jimb@red-bean.com>
9127
9128 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9129
9130 * gdb.texinfo (Target Commands): Update text describing how to
9131 specify a target. Refer to the detailed section on remote
9132 debugging, not the brief mention.
9133
9134 * gdb.texinfo (Connecting): Organize the different 'target remote'
9135 connection methods into a table. Add a 'target remote' index
9136 entry. (!!!)
9137
9138 2006-02-17 Fred Fish <fnf@specifix.com>
9139
9140 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9141 'ptype' commands to reflect the fact that the only significant
9142 difference between them is that ptype prints the complete type
9143 description instead of just the name.
9144
9145 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9146
9147 * gdbint.texinfo (Watchpoints): Delete
9148 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9149
9150 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
9151
9152 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9153 times fields where needed. Fix typos. Update general form given
9154 for output of -break-insert.
9155 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9156
9157 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9158
9159 * gdbint.texinfo (Symbol Handling): Add a section
9160 on memory management.
9161
9162 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9163
9164 * gdb.texinfo (Breakpoint table commands): Document the fullname
9165 field in -break-list output.
9166
9167 2006-02-03 Eli Zaretskii <eliz@gnu.org>
9168
9169 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9170 debugging information produced by the various "set debug..."
9171 options.
9172
9173 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9174
9175 * gdb.texinfo (Files): Remove obsolete bits from the description
9176 of "symbol-file".
9177
9178 2006-01-25 Jim Blandy <jimb@redhat.com>
9179
9180 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9181
9182 2006-01-24 Jim Blandy <jimb@redhat.com>
9183
9184 * gdbint.texinfo (Frames): Document the basics of GDB's register
9185 unwinding model, and explain the existence of the "sentinel" frame.
9186
9187 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9188
9189 * gdb.texinfo (Choosing files): Mention that -directory is used
9190 for script files.
9191 (Specifying source directories): Likewise.
9192 (Command files): Explain how script files are found.
9193
9194 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9195
9196 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9197 the threads in a multi-threaded program.
9198 (Threads): The threadno argument of "thread apply" can be a range
9199 of numbers.
9200
9201 2006-01-18 Jim Blandy <jimb@redhat.com>
9202
9203 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9204 of warning flags.
9205
9206 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9207
9208 * gdb.texinfo (Sequences): Improve menu annotations.
9209 (Define): Add index entries for arguments of user-defined
9210 commands. Move the description of flow-control commands...
9211 (Command Files): ...to here. Document loop_break and
9212 loop_continue.
9213 (Define, Command Files): Document `end' and add index entries for
9214 it.
9215
9216 2006-01-04 Michael Snyder <msnyder@redhat.com>
9217
9218 * gdb.texinfo: Add documentation for linux-fork.
9219 * gdbint.texinfo: Add internal documentation for checkpoints.
9220
9221 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9222
9223 * gdb.texinfo (Omissions from Ada): Document that there is now
9224 limited aggregate support.
9225
9226 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9227
9228 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9229 registers and the likes.
9230
9231 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9232
9233 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9234 (Symbols): Fix usage of "e.g.".
9235 (Memory Region Attributes): Fix usage of "etc."
9236
9237 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9238 (Coding): Fix usage of "e.g.".
9239
9240 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9241
9242 * stabs.texinfo:
9243 * refcard.tex:
9244 * gpl.texi:
9245 * gdbint.texinfo:
9246 * gdb.texinfo:
9247 * gdb-cfg.texi:
9248 * fdl.texi:
9249 * annotate.texinfo:
9250 * all-cfg.texi:
9251 * Makefile.in: Add (C) after Copyright. Update the FSF
9252 address.
9253
9254 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9255
9256 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9257 extend GDB with commands for external monitor.
9258
9259 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9260
9261 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9262
9263 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9266
9267 2005-11-21 Jim Blandy <jimb@redhat.com>
9268
9269 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9270 placement of 'R' actions in tracepoint action packets; document
9271 dependence of 'X' and 'M' actions on a preceding 'R' action for
9272 their registers.
9273
9274 2005-11-19 Jim Blandy <jimb@redhat.com>
9275
9276 * gdb.texinfo (Tracepoint Packets): New node.
9277 (General Query Packets): Add entries for the tracepoint packets,
9278 referring to the "Tracepoint Packets" node.
9279 (Tracepoints): Add reference to "Tracepoint Packets".
9280
9281 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9282
9283 * gdb.texinfo (set remotebreak): Add anchor.
9284 (X packet): Likewise.
9285 (Remote Protocol): Add new section `Interrupts' and new index
9286 entry `interrupts (remote protocol)'.
9287
9288 2005-11-18 Jim Blandy <jimb@redhat.com>
9289
9290 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9291 entries into the General Query Packets section. Add a
9292 cross-reference to that section. Drop description of replies, as
9293 these are covered in the descriptions of each packet.
9294 (General Query Packets): Add introductory text. Explain naming
9295 conventions, and how the end of a name is recognized.
9296
9297 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9298
9299 * gdb.texinfo (Remote configuration): Fix typo in description of
9300 "set remotebreak" command.
9301
9302 2005-11-16 Jim Blandy <jimb@redhat.com>
9303
9304 * gdb.texinfo (Packets, Stop Reply Packets)
9305 (General Query Packets): Various formatting cleanups.
9306 - Use @samp for packet contents.
9307 - Drop summaries from packet @item lines; the same information appears
9308 immediately below in the description.
9309 - Delete paragraph breaks after packet @item commands, so that the
9310 description appears directly to the right of the packet prototype
9311 in the printed manual, if it fits.
9312 - Place spaces in packet prototypes between @vars and non-@var
9313 letters, and explain that they're just for formatting.
9314 - Use @dots{} instead of '...'.
9315 - Fix uses of @code where @var was needed.
9316 - Replace "deprecated" markers with English text spelling out the
9317 packet's status and the preferred alternatives.
9318 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9319 what this ever meant.
9320 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9321 this for a long time.
9322 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9323 implemented several times, and have been in use for years.
9324
9325 2005-11-15 Jim Blandy <jimb@redhat.com>
9326
9327 * gdb.texinfo (Packets): Add index entries for 'm' packet
9328 disclaimers.
9329
9330 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9331 of stub when processing an 'm' packet.
9332
9333 * gdb.texinfo (Packets): Mention that packets beginning with
9334 letters are reserved once, at the top, instead of actually listing
9335 them all and saying "reserved".
9336
9337 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9338
9339 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9340 Change @var{$arg0 to @code{$arg0.
9341
9342 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9343
9344 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9345
9346 2005-11-12 Jim Blandy <jimb@redhat.com>
9347
9348 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9349 order. Remove extraneous 'z'.
9350
9351 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9352
9353 * gdb.texinfo (Choosing files): Add --eval-command.
9354
9355 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9356
9357 * gdb.texinfo (Choosing modes): Add --return-child-result.
9358
9359
9360 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9361
9362 * gdb.texinfo (Choosing modes): Add --batch-silent.
9363
9364 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9365
9366 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9367 "The -var-update Command".
9368
9369 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9370
9371 * gdb.texinfo (Print Settings): Add documentation for set/show
9372 print array-indexes.
9373
9374 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9375
9376 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9377 6.2 and 6.3.
9378
9379 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9380
9381 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9382 since 19-Jan-2004.
9383 (Files): Likewise.
9384 (Variables, Symbols): Document the "<incomplete type>" message and
9385 its reasons.
9386
9387 2005-08-01 Fred Fish <fnf@specifix.com>
9388
9389 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9390
9391 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9392
9393 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9394 option for -var-list-children and -var-update.
9395 (GDB/MI Stack Manipulation): Simplify description of
9396 print-values option for -stack-list-locals.
9397 (GDB/MI Command Description Format): Clarify.
9398 (Mode Options): Spelling of superseded.
9399
9400 2005-07-12 Bob Rossi <bob@brasko.net>
9401
9402 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9403 corresponding GDB command comment.
9404
9405 2005-07-06 Bob Rossi <bob@brasko.net>
9406
9407 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9408 and -inferior-tty-show.
9409 (Input/Output): Document "set/show inferior-tty" and tty alias.
9410
9411 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9412
9413 * gdb.texinfo (Packets): Change description of 'D' packet to note
9414 that GDB does wait for a response.
9415
9416 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9417
9418 * gdb.texinfo (History) Rename "Command History".
9419 (Command History): Move node "Server Prefix" from section on
9420 Annotations here.
9421
9422 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9423
9424 * gdb.texinfo (GDB/MI Stack Manipulation):
9425 Re-instate -stack-info-frame with example. Say that it gets
9426 info on selected frame, not current frame.
9427
9428 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9429
9430 * gdb.texinfo (Server): Clarify that `file' should be used before
9431 connecting to the server.
9432 (Files): Add an xref to the above description.
9433 (Output Formats): More detailed description of the `c' format.
9434 (Memory): List explicitly all the formats supported by `x'.
9435 (Threads): Add an @cindex entry for "thread apply".
9436 (Files): Document the possibility of loading unlinked object
9437 files. Add more indexing for solib-absolute-prefix and
9438 --with-sysroot.
9439 (Machine Code): Document possible problems with locations in
9440 shared libraries.
9441 (Backtrace): Document that free-standing environments do not need
9442 to have a `main' function.
9443
9444 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9447 -stack-info-frame.
9448
9449 2005-06-07 Andrew Cagney <cagney@gnu.org>
9450
9451 * gdb.texinfo (Contributors): Note the original multi-arch
9452 contributors.
9453
9454 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9455
9456 * gdb.texinfo (Registers): Add index entries for the standard
9457 registers.
9458 (Frames): Add cross-reference from frame pointer description to
9459 the Registers node.
9460 (Annotations Overview): Fix the reference to GDB name.
9461
9462 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9463
9464 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9465 can-use-hw-watchpoints.
9466
9467 2005-05-28 Bob Rossi <bob@brasko.net>
9468
9469 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9470 the possible reasons why an exec async record would be returned to FE.
9471
9472 2005-05-26 Andrew Cagney <cagney@gnu.org>
9473
9474 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9475 Andrew Cagney implemented the original GDB/MI.
9476
9477 2005-05-23 Orjan Friberg <orjanf@axis.com>
9478
9479 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9480 documentation. Add documentation for cris-mode.
9481
9482 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9483
9484 * gdb.texinfo (Numbers): Explain the example and make the wording
9485 more acurate.
9486
9487 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9488 Dennis Brueni <dennis@slickedit.com>
9489
9490 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9491 (GDB/MI Data Manipulation, GDB/MI Program Control)
9492 (GDB/MI Stack Manipulation): Update examples to include the fullname
9493 attribute in stack frames.
9494
9495 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9496
9497 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9498 do with other non-standard names of init files.
9499
9500 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9501
9502 * gdb.texinfo (Command Files): Move the description of the startup
9503 from here...
9504 (Startup): ...to this new subsection of the Invocation chapter.
9505 Rearrange the description of init files more logically and add a
9506 cross-reference to "Command Files". Document the special gdbinit
9507 name for CISCO 68k. Expand the description of what GDB does
9508 during startup.
9509 (History): Add index entry for HISTSIZE.
9510
9511 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9512
9513 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9514
9515 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9516
9517 * gdb.texinfo (SVR4 Process Information, The isatty call)
9518 (The system call): Don't use foo(N) notation for man pages and
9519 functions.
9520 (Compilation, DJGPP Native): Improve wording.
9521
9522 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9523
9524 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9525 were optimized away.
9526
9527 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9528
9529 * gdb.texinfo (Remote configuration): Document "set/show
9530 get-thread-local-storage-address". Add cross-reference to the
9531 description of the qGetTLSAddr packet.
9532 (General Query Packets): Mention "set remote
9533 get-thread-local-storage-address" and add a reference to its
9534 description.
9535
9536 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9537
9538 * gdb.texinfo (Backtrace): Describe 'bt full'.
9539
9540 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9541
9542 * gdb.texinfo (Mode Options): Fix typo.
9543 (GDB/MI): Describe how to invoke GDB/MI.
9544
9545 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9546
9547 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9548 references changed. Add description of "info udot".
9549 (Files): Document "set/show stop-on-solib-events".
9550 (M32R/D): Document "set/show download-path", "set/show
9551 board-address", "set/show server-address", "upload", "tload".
9552 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9553 "use_mon_code", "use_ib_break", "use_dbt_break".
9554 (Maintenance Commands): Improve indexing.
9555 (Target Commands): Document "set/show hash", "set/show debug
9556 monitor".
9557 (SVR4 Process Information): Document "info pidlist" and "info
9558 meminfo". Document "set/show procfs-tarce" and "set/show
9559 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9560 (Symbols, The Print Command with Objective-C): Improve indexing.
9561 (Objective-C): Add references to "info classes" and "info
9562 selectors".
9563 (Debugging Output): Improve wording. Document "set/show debug
9564 solib-frv". Fix "set/show debugvarobj".
9565 (Set Breaks): Add index entry for "hardware breakpoints".
9566 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9567 and "set/show usehardbreakpoints".
9568 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9569 monitor-prompt", "set/show monitor-warnings", "pmon".
9570 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9571 rdiromatzero", "set/show rdiheartbeat".
9572 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9573 "sds".
9574 (Embedded Processors): Document the "sim" command.
9575 (Remote): Document the "remote" command.
9576 (DJGPP Native): Document the "info serial" command.
9577 (Threads): Document "maint info sol-threads".
9578 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9579 (Set Breaks): Improve indexing.
9580 (Command Syntax): Add a reference to dont-repeat.
9581 (Define): Document "dont-repeat".
9582 (TUI Commands): Document "tabset".
9583 (WinCE): New subsection. Document "set/show remotedirectory",
9584 "set/show remoteupload", "set/show remoteaddhost".
9585
9586 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9587
9588 * gdb.texinfo (Hurd Native): New subsection, documents
9589 Hurd-specific commands.
9590 (Maintenance Commands): Add cross-reference to "Debugging Output".
9591 (Debugging Output): Document "set/show debug lin-lwp".
9592 (MIPS): Improve documentation of heuristic-fence-post. Document
9593 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9594 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9595 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9596 (ARM): Document ARM-specific commands.
9597 (AVR): New section. Document "info io_registers".
9598 (CRIS): New section. Document "set/show cris-version" and
9599 "set/show cris-dwarf2-cfi".
9600 (HPPA): New section. Document "set/show debug hppa" and "maint
9601 print unwind".
9602 (Neutrino): New subsection. Document "set/show debug nto-debug".
9603 (Super-H): New section. Document the "regs" command.
9604 (Debugging Output): Document "set/show debug aix-thread".
9605
9606 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9607
9608 * gdb.texinfo (Print Settings): Document "set/show print
9609 pascal_static-members", "set print repeats", "show print
9610 null-stop". Improve indexing. Fix documentation of "set print
9611 union".
9612 (Pascal): New section.
9613 (Supported languages): Rename from "Support"; all references
9614 updated. Add a menu item for Pascal.
9615 (Numbers): Document "set radix.
9616 (Screen Size): Document "set/show pagination".
9617 (MIPS Embedded): Remove "set processor" documentation.
9618 (Remote configuration): Document "set/show X/P/Z-packet",
9619 "set/show read-aux-vector-packet", "set/show remote
9620 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9621 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9622 remotedebug", "set/show remotebreak", "set/show remotedevice",
9623 "set/show remotelogfile".
9624 (Auxiliary Vector): Add reference to the description of the
9625 read-aux-vector-packet setting.
9626 (Set Watchpoints): Add a cross-reference to "set remote
9627 hardware-breakpoint-limit".
9628 (General Query Packets): Add indexing of requests and
9629 cross-references to related commands in "Remote configuration".
9630 (File-I/O Overview, The system call): Fix wording and typos.
9631 (Thread Stops): Add index entries.
9632 (Continuing and Stepping): Document "show step-mode".
9633 (i386): New node. Document "set/show struct-convention".
9634 (Files): Document "show trust-readonly-sections".
9635 (Calling): Document "set/show unwindonsignal".
9636 (Messages/Warnings): Add index entries.
9637 (Maintenance Commands): Document "set/show watchdog".
9638 (Annotations Overview): Document "show annotate".
9639 (Set Watchpoints): Add index entries.
9640 (Symbols): Fix doc of case-sensitive.
9641 (ABI): Document "show coerce-float-to-double".
9642 (Convenience Vars, Help): Improve indexing.
9643 (Machine Code): Document "show disassembly-flavor".
9644 (Debugging C plus plus): Document "show overload-resolution".
9645 (Value History, Signaling): Add index entries.
9646
9647 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9648
9649 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9650 (Processes): Fix wording.
9651 (History, List, Logging output, Define, Symbols, Print Settings):
9652 Improve indexing.
9653
9654 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9655
9656 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9657 redundant index entry for "target" command.
9658 (Backtrace): Add index entries.
9659 (Symbols, Fortran): Document the "set case-sensitive" command.
9660 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9661 (Print Settings): Add index entry for "set demangle-style".
9662 (Target Commands): Document "set download-write-size".
9663 (Debugging Output): Document "set exec-done-display".
9664
9665 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9666
9667 * gdb.texinfo (Files): Fix the name and documentation of
9668 add-shared-symbol-files. Document its alias assf. Update the
9669 list of OSs where GDB supports shared libraries. Fix markup.
9670 (Continuing and Stepping): Add reference to @var{location} in the
9671 text.
9672 (Dump/Restore Files): Fix reference to @{filename}.
9673 (Help): Fix wording.
9674 (Attach): Ditto.
9675 (Set Watchpoints): Ditto.
9676 (Backtrace): Remove redundant index entries. Improve index
9677 entries.
9678 (Delete Breaks): Fix wording.
9679 (Memory): Document the compare-sections command.
9680 (Memory Region Attributes): Improve wording.
9681 (Disabling): Improve wording.
9682 (Fortran): New subsection. Document the "info common" command.
9683 (Help): Document aliases "info copying" and "info warranty".
9684 (Caching Remote Data): New section. Document the "set/show
9685 remotecache" and "info dcache" commands.
9686 (Show): Fix wording of the documentation of the "set
9687 extension-language" command.
9688 (Signals): Add index entry for "info handle".
9689 (Memory Region Attributes): Fix punctuation.
9690 (Symbols): Change the arg name to "location" and refer to it in
9691 the text. Fix wording of "info types" doc.
9692 (Threads): Fix usage of @enumerate @item's.
9693 (Listing Tracepoints): Add index entry for "info tp".
9694 (Set Watchpoints): Add xref to "info break" description.
9695 (Macros): Add an index entry for "macro exp1". Document the
9696 "macro list" command.
9697 (Maintenance Commands): Document "flushregs", "maint agent",
9698 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9699 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9700 "maint print architecture", "maint print objfiles", "maint print
9701 statistics", "maint print type", "maint show-debug-regs", "maint
9702 space", "maint time", and "maint translate-address".
9703 (Connecting): Document the "monitor" command.
9704 (Annotations Overview): Describe the "set annotate" command.
9705
9706 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9707
9708 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9709 Rearrange index entries and improve wording about support for
9710 hardware watchpoints.
9711
9712 2005-03-10 Bob Rossi <bob@brasko.net>
9713
9714 * gdb.texinfo: Update copyright
9715
9716 2005-02-09 Theodore A. Roth <troth@openavr.org>
9717
9718 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9719 error.
9720
9721 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9722
9723 * observer.texi (executable_changed): New observer.
9724
9725 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9726
9727 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9728
9729 2005-01-17 Michael Snyder <msnyder@redhat.com>
9730
9731 * gdb.texinfo: Fix spelling, infinte -> infinite.
9732
9733 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9734
9735 * observer.texi (GDB Observers): Document "solib_loaded".
9736
9737 2005-01-07 Andrew Cagney <cagney@gnu.org>
9738
9739 * configure.ac: Rename configure.in, require autoconf 2.59.
9740 * configure: Re-generate.
9741
9742 * configure.in: Replace configdirs with multiple references to
9743 AC_CONFIG_SUBDIRS.
9744 * configure: Re-generate.
9745
9746 2005-01-04 Andrew Cagney <cagney@gnu.org>
9747
9748 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9749 part of the version number.
9750
9751 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9752
9753 * gdbint.texinfo (Algorithms): Remove description of
9754 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9755
9756 2004-12-07 Jim Blandy <jimb@redhat.com>
9757
9758 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9759 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9760 numbers.
9761
9762 2004-12-07 Andreas Schwab <schwab@suse.de>
9763
9764 * gdb.texinfo (Mode Options): Document -l option.
9765
9766 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9767
9768 * gdbint.texinfo (Algorithms): More accurate description of
9769 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9770 is not needed unless data-read and data-access watchpoints are
9771 supported. Add a description of how GDB checks whether the
9772 inferior stopped because a watchpoint was hit.
9773
9774 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9775
9776 * gdb.texinfo (Files): Add cross-reference to description of
9777 -readnow command-line switch.
9778
9779 2004-11-10 Randolph Chung <tausq@debian.org>
9780
9781 * gdb.texinfo: Document set/show backtrace past-entry commands.
9782 Rearrange index entries for set/show backtrace past-main.
9783
9784 2004-11-10 Jon Beniston <jon@beniston.com>
9785
9786 Committed by Andrew Cagney <cagney@gnu.org>.
9787 * gdb.texinfo (Remote Serial Protocol): Further describe
9788 binary transfer escaping mechanism .
9789
9790 2004-11-08 Randolph Chung <tausq@debian.org>
9791
9792 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9793 and "show debug infrun". Add index entries.
9794
9795 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9796
9797 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9798 "info proc" that are already implemented. Add index entries.
9799 (Working Directory): Add a cross-reference to "info proc" command.
9800 (Files): Add a tip for decreasing memory used for symtabs from
9801 shared libraries.
9802 (Starting): Fix whitespace; make "elaboration" stand out where it
9803 is first used, and add an index entry for the term.
9804 (Calling): Expand and elaborate text. Add "print". Add the
9805 description of problems with weak aliases.
9806 (Core File Generation): New section.
9807
9808 2004-10-12 Andrew Cagney <cagney@gnu.org>
9809
9810 * gdbint.texinfo (Versions and Branches): New chapter.
9811 (Releasing GDB): Delete "Versions and Branches" section.
9812 (Top): Add "Versions and Branches".
9813
9814 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9815
9816 * gdb.texinfo (Editing, History): Add cross-references to the
9817 included Readline and History user documentation. Remove
9818 references to the symbol have-readline-appendices which is unused
9819 and undefined.
9820 (History): Fix indexing.
9821
9822 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9823
9824 * gdbint.texinfo (target_stopped_data_address): Update to
9825 new prototype.
9826 (i386_stopped_data_address): Update prototype and description.
9827 (i386_stopped_by_watchpoint): New function and description.
9828
9829 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9830
9831 * gdb.texinfo (Filenames): Add Ada suffixes.
9832 (Ada) New section.
9833
9834 2004-09-27 Andrew Cagney <cagney@gnu.org>
9835 Robert Picco <Robert.Picco@hp.com>
9836
9837 * gdb.texinfo (Packets): Document the "p" packet.
9838
9839 2004-09-21 Jason Molenda (jmolenda@apple.com)
9840
9841 * gdb.texinfo (Paths and Names of the Source Files): Document the
9842 meaning of values in the 'desc' field of a SO stab.
9843
9844 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9845
9846 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9847 max-cache-age" and "maint show dwarf2 max-cache-age".
9848
9849 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9850
9851 * gdb.texinfo (Set Breaks): Add index entry for setting
9852 breakpoints on overloaded C++ functions that are not members of
9853 any classes. Add an example and an index entry for setting
9854 breakpoints on all program functions.
9855 (Character Sets, Macros, Overlay Commands)
9856 (Non-debug DLL symbols, GDB/MI Output Syntax)
9857 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9858 Use "(@value{GDBP})" instead of a literal "(gdb)".
9859
9860 2004-09-12 Andrew Cagney <cagney@gnu.org>
9861
9862 * gdbint.texinfo (Native Debugging): Delete description of
9863 FILES_INFO_HOOK.
9864
9865 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9866
9867 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9868 to hex_string_custom (not historically correct, but more
9869 understandable, given the current code).
9870
9871 2004-09-03 Andrew Cagney <cagney@gnu.org>
9872
9873 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9874
9875 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9876
9877 * observer.texi (solib_unloaded): New observer.
9878
9879 2004-08-24 Andrew Cagney <cagney@gnu.org>
9880
9881 * gdbint.texinfo (Target Architecture Definition): Add missing
9882 comma.
9883
9884 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9885
9886 * (Using the Testsuite): build != host is supported,
9887 but some test scripts do not support build != host.
9888
9889 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9890
9891 * gdbint.texinfo (Host Definition): Delete description of
9892 FCLOSE_PROVIDED and GETENV_PROVIDED.
9893
9894 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9895
9896 * gdbint.texinfo (Host Definition): Remove documentation for
9897 USE_O_NOCTTY, no longer used.
9898
9899 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9900
9901 * gdbint.texinfo (Host Definition): Delete description of
9902 NO_SYS_FILE.
9903 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9904 PTRACE_FP_BUG.
9905
9906 2004-08-05 Andrew Cagney <cagney@gnu.org>
9907
9908 * gdbint.texinfo (Target Architecture Definition): Delete
9909 reference to deprecated_read_fp.
9910
9911 2004-08-02 Andrew Cagney <cagney@gnu.org>
9912
9913 * gdbint.texinfo (Target Architecture Definition): Delete
9914 description of DEPRECATED_REGISTER_BYTES.
9915
9916 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9917
9918 * gdb.texinfo (Source Path): Document the new behavior of
9919 searching for the source files.
9920
9921 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9922
9923 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9924 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9925 (Auto Display): Improve indexing.
9926
9927 2004-07-16 Andrew Cagney <cagney@gnu.org>
9928
9929 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9930 "-noasync".
9931
9932 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9933
9934 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9935 have the same prefix have only their prefix in the index.
9936
9937 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9938
9939 * gdb.texinfo (BSD libkvm Interface): New node (section)
9940 (Native): Add it to the menu.
9941
9942 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9943
9944 * gdbint.texinfo (Target Architecture Definition): Remove
9945 PCC_SOL_BROKEN.
9946
9947 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9948
9949 * gdbint.texinfo (Target Architecture Definition): Remove
9950 SUN_FIXED_LBRAC_BUG.
9951
9952 2004-06-26 Andrew Cagney <cagney@gnu.org>
9953
9954 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9955
9956 2004-06-20 Andrew Cagney <cagney@gnu.org>
9957
9958 * gdbint.texinfo (Target Architecture Definition): Deprecate
9959 USE_STRUCT_CONVENTION.
9960
9961 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9962
9963 gdb.texinfo (Bug Reporting): Mention session recording,
9964 with the script command or Emacs.
9965
9966 2004-06-18 Andrew Cagney <cagney@gnu.org>
9967
9968 * gdbint.texinfo (Target Architecture Definition): Deprecate
9969 FUNCTION_START_OFFSET.
9970
9971 2004-06-14 Andrew Cagney <cagney@gnu.org>
9972
9973 Based on changes from Karl Berry.
9974 * gdb.texinfo: Do not use @sc in a direntry.
9975 * stabs.texinfo: Change @dircateogry to "Software development".
9976 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9977
9978 2004-06-13 Andrew Cagney <cagney@gnu.org>
9979
9980 * gdbint.texinfo (Target Architecture Definition): Delete
9981 description of RETURN_VALUE_ON_STACK.
9982
9983 2004-06-09 Andrew Cagney <cagney@gnu.org>
9984
9985 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9986 deleted by previous patch.
9987
9988 2004-06-08 Andrew Cagney <cagney@gnu.org>
9989
9990 * gdbint.texinfo (Native Debugging): Delete documentation on
9991 ATTACH_DETACH.
9992
9993 2004-06-06 Randolph Chung <tausq@debian.org>
9994
9995 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9996
9997 2004-06-06 Randolph Chung <tausq@debian.org>
9998
9999 * gdb.texinfo (push_dummy_call): Update argument list to match
10000 the new push_dummy_call method signature. Describe the function
10001 argument.
10002
10003 2004-05-24 Joel Brobecker <brobecker@gnat.com>
10004
10005 * gdb.texinfo (Starting): Document new start command.
10006
10007 2004-05-21 Andrew Cagney <cagney@redhat.com>
10008
10009 * observer.texi (GDB Observers): Document "inferior_created".
10010
10011 2004-05-08 Andrew Cagney <cagney@redhat.com>
10012
10013 * gdbint.texinfo (Target Architecture Definition): Delete
10014 description of DO_DEFERRED_STORES.
10015
10016 * gdbint.texinfo (Target Architecture Definition): Delete
10017 references to DEPRECATED_FIX_CALL_DUMMY.
10018
10019 * gdbint.texinfo (Target Architecture Definition): Delete
10020 description of DEPRECATED_CALL_DUMMY_WORDS,
10021 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
10022
10023 * gdbint.texinfo (Target Architecture Definition): Delete
10024 description of DEPRECATED_PUSH_DUMMY_FRAME.
10025
10026 * gdbint.texinfo (Target Architecture Definition): Delete
10027 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10028
10029 2004-05-07 Andrew Cagney <cagney@redhat.com>
10030
10031 * observer.texi (GDB Observers): Add "Debugging" section. Include
10032 cross reference to "set/show debug observer".
10033 * gdb.texinfo (Debugging Output): Document "set/show debug
10034 observer".
10035
10036 2004-05-01 Andrew Cagney <cagney@redhat.com>
10037
10038 * gdbint.texinfo (Target Architecture Definition): Delete
10039 description of DEPRECATED_PC_IN_SIGTRAMP.
10040
10041 2004-04-30 Andrew Cagney <cagney@redhat.com>
10042
10043 * gdbint.texinfo (Target Architecture Definition): Delete
10044 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10045
10046 2004-04-30 Orjan Friberg <orjanf@axis.com>
10047
10048 * observer.texi (GDB Observers): Correct spelling.
10049
10050 2004-04-26 Orjan Friberg <orjanf@axis.com>
10051
10052 * observer.texi (GDB Observers): Add target_changed event.
10053
10054 2004-04-08 Andrew Cagney <cagney@redhat.com>
10055
10056 * observer.texi (GDB Observers): Rework, provide generic observer
10057 definitions and then a list of observable events.
10058
10059 2004-04-04 Andrew Cagney <cagney@redhat.com>
10060
10061 * gdbint.texinfo (Host Definition): Delete reference to
10062 NO_SIGINTERRUPT.
10063
10064 2004-04-02 Andrew Cagney <cagney@redhat.com>
10065
10066 * gdbint.texinfo (Target Architecture Definition): Delete
10067 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10068
10069 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10070
10071 * gdb.texinfo (TUI Commands): Document tui reg commands.
10072
10073 2004-03-26 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10076 "gdbtui".
10077 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10078 (Contributors): Mention both Text and Terminal User Interface.
10079
10080 2004-03-23 Andrew Cagney <cagney@redhat.com>
10081
10082 * gdbint.texinfo (Target Architecture Definition): Deprecate
10083 references to SIGTRAMP_START and SIGTRAMP_END.
10084
10085 2004-03-23 Andrew Cagney <cagney@redhat.com>
10086
10087 * gdbint.texinfo (Target Architecture Definition): Deprecate
10088 references to PC_IN_SIGTRAMP.
10089
10090 2004-03-19 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdbint.texinfo (Target Architecture Definition): Delete
10093 reference to GDB_TARGET_IS_HPPA.
10094
10095 2004-03-18 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10098 describe pre_init and post_init.
10099
10100 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10101
10102 * gdb.texinfo (Debugging Output): Document values for "set debug
10103 target".
10104
10105 2004-02-28 Andrew Cagney <cagney@redhat.com>
10106
10107 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10108
10109 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10110
10111 * gdb.texinfo (breakpoints): Add information about the
10112 new "set breakpoint pending" and "show breakpoint pending"
10113 commands.
10114
10115 2004-02-26 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10118 in Per-architecture module data section.
10119
10120 2004-02-25 Roland McGrath <roland@redhat.com>
10121
10122 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10123
10124 2004-02-24 Andrew Cagney <cagney@redhat.com>
10125
10126 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10127 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10128 * fdl.texi: Import Version 1.2, November 2002.
10129
10130 2004-02-17 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10133
10134 2004-02-16 Andrew Cagney <cagney@redhat.com>
10135
10136 * gdbint.texinfo (Target Architecture Definition): Deprecate
10137 FRAMELESS_FUNCTION_INVOCATION.
10138
10139 2004-02-16 Andrew Cagney <cagney@redhat.com>
10140
10141 * gdbint.texinfo (Coding): Mention -Wunused-function.
10142
10143 2004-02-14 Andrew Cagney <cagney@redhat.com>
10144
10145 * gdbint.texinfo (Target Architecture Definition): Delete
10146 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10147
10148 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
10149
10150 * gdb.texinfo: Properly quote the name "C++".
10151 * gdbint.texinfo: Ditto.
10152 * stabs.texinfo: Ditto.
10153
10154 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
10155
10156 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10157 minimal information about libiberty.
10158
10159 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10160
10161 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10162
10163 2004-02-04 Roland McGrath <roland@redhat.com>
10164
10165 * gdb.texinfo (Auxiliary Vector): New node (section).
10166 (Data): Add it to the menu.
10167
10168 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10169
10170 * gdb.texinfo (Breakpoints): Add information about pending
10171 breakpoint support.
10172
10173 2004-01-26 Andrew Cagney <cagney@redhat.com>
10174
10175 * gdb.texinfo (Overview): Delete references to the cisco protocol
10176 including the "N" response.
10177
10178 2004-01-26 Andrew Cagney <cagney@redhat.com>
10179
10180 * gdbint.texinfo (Target Architecture Definition): Rename
10181 EXTRACT_STRUCT_VALUE_ADDRESS to
10182 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10183
10184 2004-01-24 Eli Zaretskii <eliz@gnu.org>
10185
10186 * gdb.texinfo (KOD): Document "show os". Add index entries for
10187 "set/show os" and "info cisco" commands.
10188
10189 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10190
10191 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10192
10193 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10194
10195 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10196 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10197
10198 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
10199
10200 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10201 -stack-list-locals.
10202 (GDB/MI Variable Objects): Describe extension to
10203 -var-list-children.
10204
10205 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10208
10209 2004-01-17 Andrew Cagney <cagney@redhat.com>
10210
10211 * gdbint.texinfo (Target Architecture Definition): Delete
10212 documentation on DEPRECATED_NPC_REGNUM.
10213
10214 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * gdb.texinfo: Update copyright year. Mention that set
10217 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10218 "set follow-fork-mode ask".
10219
10220 2004-01-13 Andrew Cagney <cagney@redhat.com>
10221
10222 * gdbint.texinfo: Update copyright year.
10223 (Coding): Add -Wunused-label to list of -Werror warnings.
10224
10225 2004-01-08 Jason Molenda <jmolenda@apple.com>
10226 Eli Zaretskii <eliz@gnu.org>
10227
10228 * gdb.texinfo: Update copyright.
10229 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10230 around names, as appropriate. Minor syntax cleanup of
10231 _NSPrintForDebugger explanation. Two spaces after periods.
10232 GDBN used instead of lit. "gdb". Index entries added for
10233 print-object and _NSPrintForDebugger. @noindent added in one spot.
10234
10235 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10236
10237 * stabs.texinfo: Add dircategory and direntry commands.
10238 * annotate.texinfo: Ditto.
10239
10240 2003-11-10 Andrew Cagney <cagney@redhat.com>
10241
10242 * gdbint.texinfo (Target Architecture Definition): Replace the
10243 return_value method's "inval" and "outval" parameters with
10244 "readbuf" and "writebuf".
10245
10246 2003-10-28 Jim Blandy <jimb@redhat.com>
10247
10248 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10249 from "The `F' request packet" and "The `F' reply packet", to make
10250 texi2dvi happy.
10251 (File-I/O remote protocol extension): Update menu entries, too.
10252
10253 2003-10-26 Michael Chastain <mec@shout.net>
10254
10255 * gdb.texinfo (Thread Stops): Document the issue with
10256 premature return from system calls in multi-threaded programs.
10257
10258 2003-10-24 Andrew Cagney <cagney@redhat.com>
10259
10260 * annotate.texinfo: Fix "fortunatly"[sic].
10261
10262 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10263
10264 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10265 with "Hitachi" and "Mitsubishi".
10266
10267 2003-10-20 Andrew Cagney <cagney@redhat.com>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Document
10270 gdbarch_return_value. Add cross references from
10271 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10272 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10273
10274 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10275
10276 * gdbint.texinfo (Target Architecture Definition): Document
10277 regset_from_core_section.
10278
10279 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10280
10281 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10282
10283 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10284
10285 From Anthony Green <green@redhat.com>:
10286 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10287
10288 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10289
10290 * gdb.texinfo (Breakpoint related warnings): New node.
10291 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10292
10293 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * gdb.texinfo (Remote Protocol): Document v and vCont.
10296
10297 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10298
10299 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10300 * gdbint.texinfo: Ditto.
10301
10302 2003-10-09 Andrew Cagney <cagney@redhat.com>
10303
10304 From 2003-09-18 David Anderson <davea@sgi.com>:
10305 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10306 "command".
10307
10308 2003-10-03 Andrew Cagney <cagney@redhat.com>
10309
10310 * gdbint.texinfo (Target Architecture Definition): Deprecate
10311 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10312 just target.
10313
10314 2003-10-02 Andrew Cagney <cagney@redhat.com>
10315
10316 * gdbint.texinfo (Target Architecture Definition): Rename
10317 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10318 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10319 * gdbint.texinfo (Target Architecture Definition): Rename
10320
10321 2003-09-30 Andrew Cagney <cagney@redhat.com>
10322
10323 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10324 (Target Architecture Definition):
10325
10326 * gdbint.texinfo (Target Architecture Definition): Rename
10327 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10328
10329 2003-09-29 Andrew Cagney <cagney@redhat.com>
10330
10331 * gdbint.texinfo (Target Architecture Definition): Delete
10332 documentation for NEED_TEXT_START_END.
10333
10334 * gdbint.texinfo (Target Architecture Definition): Rename
10335 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10336 TARGET_WRITE_PC.
10337
10338 2003-09-22 Michael Chastain <mec@shout.net>
10339
10340 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10341
10342 2003-09-21 Anthony Green <green@redhat.com>
10343
10344 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10345
10346 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10347
10348 * gdbint.texinfo (Target Architecture Definition): Document
10349 stabs_argument_has_addr.
10350
10351 2003-09-18 Andrew Cagney <cagney@redhat.com>
10352
10353 * gdbint.texinfo (Target Architecture Definition): Delete
10354 documentation on REGISTER_NAMES.
10355
10356 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10357
10358 * gdbint.texinfo (Target Architecture Definition): Replace
10359 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10360
10361 2003-09-11 Andrew Cagney <cagney@redhat.com>
10362
10363 * gdbint.texinfo (Target Architecture Definition): Replace
10364 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10365
10366 2003-08-18 Andrew Cagney <cagney@redhat.com>
10367
10368 * gdbint.texinfo (Target Architecture Definition): Document
10369 "frame_red_zone_size".
10370
10371 2003-08-09 Andrew Cagney <cagney@redhat.com>
10372
10373 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10374 with "set/show backtrace past-main" and "set/show backtrace
10375 limit".
10376
10377 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10378
10379 * Makefile.in (install-info): Support DESTDIR.
10380 (install-html): Likewise.
10381
10382 2003-08-07 Andrew Cagney <cagney@redhat.com>
10383
10384 Patch from Nick Roberts.
10385 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10386 bindings. Remove description of send-gdb-command.
10387
10388 2003-08-07 Andrew Cagney <cagney@redhat.com>
10389
10390 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10391 GDB 6.0.
10392
10393 2003-08-06 Andrew Cagney <cagney@redhat.com>
10394
10395 * gdb.texinfo (Mode Options): Mention that level three is the
10396 highest available and that level 2 is deprecated.
10397 (Annotations Overview): Mention annotation levels. Cross reference
10398 to "Limitations of the Annotation Interface" in annotate.texi.
10399 (TODO, Value Annotations, Frame Annotations): Delete section.
10400 (Displays, Breakpoint Info): Delete.
10401
10402 2003-08-04 Andrew Cagney <cagney@redhat.com>
10403
10404 * agentexpr.texi: Delete @bye.
10405 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10406 (stabs.info): Add $(srcdir) to include search path.
10407 (html): Depend on "annotate_toc.html", and not "annotate.html".
10408 * stabs.texinfo: Ditto. Include "fdl.texi".
10409 * gdbint.texinfo: Update copyright statement's list of invariant
10410 sections.
10411
10412 2003-07-28 Andrew Cagney <cagney@redhat.com>
10413
10414 * Makefile.in (INFO_DEPS): Add annotate.info.
10415 (dvi, ps, html, pdf): Add annotate.
10416 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10417 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10418 (ANNOTATE_DOC_FILES): New macro.
10419 (ANNOTATE_TEX_TMPS): New macro.
10420 (annotate.info, annotate_toc.html): Specify dependencies.
10421 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10422 * annotate.texinfo: Rename annotate.texi. Get building. Add
10423 "Migrating to GDB/MI" and "Limitations of the Annotation
10424 Interface" chapters. Mention why it is not part of the user
10425 guide. Update copyright notice. Include "fdl.texi".
10426
10427 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10428
10429 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10430
10431 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10434
10435 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10436
10437 * gdb.texinfo (Server): Mention pidof.
10438
10439 2003-07-22 Andrew Cagney <cagney@redhat.com>
10440
10441 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10442 list.
10443
10444 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * gdb.texinfo (Logging output): New chapter.
10447
10448 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10449
10450 * gdb.texinfo (Unsupported languages): New section.
10451 (Languages): Add link to new section.
10452
10453 2003-06-22 Andrew Cagney <cagney@redhat.com>
10454
10455 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10456
10457 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10458
10459 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10460
10461 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10462
10463 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10464 * agentexpr.texi: Retitle section, and change it to an appendix.
10465 Comment out texinfo initialization. Factor a @var{} into two
10466 pieces to prevent makeinfo warnings.
10467 * gdb.texinfo: Add Agent Expressions appendix.
10468
10469 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10470
10471 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10472
10473 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10474
10475 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10476 remote target". Document the "detach" and "disconnect" commands.
10477 (Server, Netware, Debug Session): Reference "Connecting to a
10478 remote target".
10479 (GDB/MI Target Manipulation): Document "-target-disconnect".
10480
10481 2003-06-13 Andrew Cagney <cagney@redhat.com>
10482
10483 * gdbint.texinfo (Target Architecture Definition): Deprecate
10484 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10485 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10486
10487 2003-06-09 Jim Blandy <jimb@redhat.com>
10488
10489 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10490
10491 2003-06-08 Andrew Cagney <cagney@redhat.com>
10492
10493 * gdbint.texinfo (Target Architecture Definition): Delete
10494 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10495
10496 2003-06-08 Andrew Cagney <cagney@redhat.com>
10497
10498 * gdbint.texinfo (Target Architecture Definition): Document
10499 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10500
10501 2003-06-07 Adam Fedor <fedor@gnu.org>
10502
10503 * gdb.texinfo: Add Objective-C documentation.
10504
10505 2003-06-01 Andrew Cagney <cagney@redhat.com>
10506
10507 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10508 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10509
10510 2003-05-21 Andrew Cagney <cagney@redhat.com>
10511
10512 * gdbint.texinfo (Target Architecture Definition): Delete
10513 references to "extract_address" and "store_address".
10514
10515 2003-05-16 Andrew Cagney <cagney@redhat.com>
10516
10517 * gdbint.texinfo (Target Architecture Definition): Replace
10518 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10519 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10520
10521 2003-05-14 Theodore A. Roth <troth@openavr.org>
10522
10523 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10524
10525 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10526
10527 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10528 (gdb.dvi): Likewise.
10529 (gdb.pdf): Likewise.
10530 (links2roff): Likewise.
10531
10532 2003-05-08 Jim Blandy <jimb@redhat.com>
10533
10534 * gdb.texinfo (Dump/Restore Files): Update documentation for
10535 'dump', 'append', and 'restore': note that format argument is
10536 optional; simplify presentation of the command variants; and be
10537 more precise about the formats.
10538
10539 2003-05-07 Jim Blandy <jimb@redhat.com>
10540
10541 * gdb.texinfo (Symbols): Update documentation: 'maint list
10542 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10543 symtabs' and 'maint info psymtabs'.
10544
10545 2003-05-05 Andrew Cagney <cagney@redhat.com>
10546
10547 * gdbint.texinfo (Target Architecture Definition): Make
10548 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10549 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10550 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10551
10552 2003-05-04 Andrew Cagney <cagney@redhat.com>
10553
10554 * gdb.texinfo (Maintenance Commands): Document "maint print
10555 dummy-frames".
10556
10557 2003-05-04 Andrew Cagney <cagney@redhat.com>
10558
10559 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10560
10561 2003-05-03 J. Brobecker <brobecker@gnat.com>
10562
10563 Thierry Schneider <tpschneider1@yahoo.com>
10564 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10565 for new MI command.
10566
10567 2003-05-03 Andrew Cagney <cagney@redhat.com>
10568
10569 * gdbint.texinfo (Target Architecture Definition): Document
10570 push_dummy_code. Add cross references.
10571
10572 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10573
10574 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10575 set/show charsets commands.
10576
10577 2003-04-28 Andrew Cagney <cagney@redhat.com>
10578
10579 * gdbint.texinfo (Target Architecture Definition): Replace
10580 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10581 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10582
10583 2003-04-28 Andrew Cagney <cagney@redhat.com>
10584
10585 * gdbint.texinfo (Target Architecture Definition): Rename
10586 "tm_print_insn" to "deprecated_tm_print_insn".
10587
10588 2003-04-09 Jim Blandy <jimb@redhat.com>
10589
10590 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10591 list psymtabs'.
10592
10593 2003-04-08 Andrew Cagney <cagney@redhat.com>
10594
10595 * gdbint.texinfo (Target Architecture Definition): Delete
10596 references to EXTRA_FRAME_INFO.
10597
10598 2003-04-08 Andrew Cagney <cagney@redhat.com>
10599
10600 * gdbint.texinfo (Target Architecture Definition): Delete
10601 PRINT_TYPELESS_INTEGER.
10602
10603 2003-04-02 J. Brobecker <brobecker@gnat.com>
10604
10605 * observer.texi (GDB Observers): Adjust the documentation for the
10606 normal_stop notification to better describe reality. Fix a couple
10607 of minor typos.
10608
10609 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10610
10611 * gdb.texinfo (GDB/MI Program Control): Add
10612 '-file-list-exec-source-file'
10613
10614 2003-03-31 Andrew Cagney <cagney@redhat.com>
10615
10616 * gdbint.texinfo (Target Architecture Definition): Delete
10617 references to CALL_DUMMY_P.
10618
10619 2003-03-30 Andrew Cagney <cagney@redhat.com>
10620
10621 * gdbint.texinfo (Target Architecture Definition): Remove
10622 reference to TARGET_WRITE_SP.
10623
10624 2003-03-27 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdbint.texinfo (Target Architecture Definition): Remove
10627 references to write_sp.
10628
10629 2003-03-27 Andrew Cagney <cagney@redhat.com>
10630
10631 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10632 chapter body. Use @smallexample instead of @example.
10633 (Annotations): Ditto.
10634 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10635 annotate.texi.
10636
10637 2003-03-26 Andrew Cagney <cagney@redhat.com>
10638
10639 * gdbint.texinfo (Target Architecture Definition): Replace
10640 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10641 dummy_addr parameters.
10642
10643 2003-03-25 Andrew Cagney <cagney@redhat.com>
10644
10645 * gdbint.texinfo (Target Architecture Definition): Delete
10646 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10647 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10648 Add reference to PUSH_ARGUMENTS.
10649
10650 2003-03-23 Andrew Cagney <cagney@redhat.com>
10651
10652 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10653 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10654
10655 2003-03-18 J. Brobecker <brobecker@gnat.com>
10656
10657 * gdbint.texinfo (Algorithms): Add new section describing the
10658 Observer paradigm.
10659 (Top): Add menu entry to new observer appendix.
10660 * observer.texi: New file.
10661 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10662 new observer.texi file.
10663
10664 2003-03-17 Andrew Cagney <cagney@redhat.com>
10665
10666 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10667 that GNU Press update the manual version number.
10668
10669 2003-03-12 Andrew Cagney <cagney@redhat.com>
10670
10671 * gdbint.texinfo (Target Architecture Definition): Delete
10672 references to get_saved_register. Rename GET_SAVED_REGISTER to
10673 DEPRECATED_GET_SAVED_REGISTER.
10674
10675 2003-03-13 Andrew Cagney <cagney@redhat.com>
10676
10677 * gdbint.texinfo (Target Architecture Definition): Replace
10678 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10679
10680 2003-03-12 Andrew Cagney <cagney@redhat.com>
10681
10682 * gdbint.texinfo (Target Architecture Definition): Rename
10683 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10684
10685 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10686
10687 * gdb.texinfo: Add File-I/O documentation.
10688
10689 2003-03-10 Andrew Cagney <cagney@redhat.com>
10690
10691 * gdbint.texinfo (Target Architecture Definition): Cross reference
10692 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10693
10694 2003-03-07 Andrew Cagney <cagney@redhat.com>
10695
10696 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10697 frame" command.
10698
10699 2003-03-05 Andrew Cagney <cagney@redhat.com>
10700
10701 * gdbint.texinfo (Target Architecture Definition): Document
10702 unwind_dummy_id. Cross reference unwind_dummy_id and
10703 SAVE_DUMMY_FRAME_TOS.
10704
10705 2003-03-05 James Ingham <jingham@apple.com>
10706 Daniel Jacobowitz <drow@mvista.com>
10707
10708 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10709 and "show cp-abi".
10710
10711 2003-03-03 Andrew Cagney <cagney@redhat.com>
10712
10713 * gdbint.texinfo (Target Architecture Definition): Document
10714 register_type.
10715
10716 2003-03-03 Andrew Cagney <cagney@redhat.com>
10717
10718 * stabs.texinfo (Structures): Use @samp and separate @var's
10719 instead of a single @var containing a comma separated list.
10720 (Unions): Ditto.
10721
10722 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10723
10724 * Makefile.in (distclean): Remove config.log.
10725
10726 2003-03-01 Andrew Cagney <cagney@redhat.com>
10727
10728 * gdbint.texinfo (Target Architecture Definition): Rename
10729 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10730
10731 2003-03-01 Andrew Cagney <cagney@redhat.com>
10732
10733 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10734 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10735
10736 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10737
10738 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10739 (Non-debug DLL symbols): New node, describing the minimal symbols
10740 loaded from DLLs without real debugging symbols.
10741
10742 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10743
10744 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10745 hardware-breakpoint-limit".
10746 (Set Watchpoints): Add cross reference to "set remote
10747 hardware-watchpoint-limit".
10748 (Remote configuration options): New section.
10749
10750 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10751
10752 * gdbint.texinfo (Target Architecture Definition): Delete
10753 descrption of IS_TRAPPED_INTERNALVAR.
10754
10755 From Keith Seitz <keiths@redhat.com>:
10756 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10757 option "-i"/"--interpreter" to this chapter. Include index
10758 entries.
10759
10760 2003-02-04 David Carlton <carlton@math.stanford.edu>
10761
10762 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10763 (Variables): Recommend stabs+ and DWARF 2.
10764 (C plus plus expressions): Correct info about
10765 compiler versions, debug formats.
10766 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10767 PR symtab/874.
10768
10769 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10770
10771 * gdbint.texinfo (Target Architecture Definition): Delete
10772 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10773 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10774 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10775 references to nindy and i960.
10776 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10777
10778 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10779
10780 * gdbint.texinfo (Target Architecture Definition): Delete
10781 FLOAT_INFO.
10782
10783 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10784
10785 * stabs.texinfo (Member Type Descriptor): Clarify description of
10786 `@'. Suggested by Ben Hutchings.
10787
10788 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdb.texinfo (M68K): Delete reference to es1800.
10791
10792 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10793
10794 * gdb.texinfo (Maintenance Commands): Document `maint print
10795 reggroups' and `maint print register-groups'.
10796 * gdbint.texinfo (Target Architecture Definition): Document
10797 register_reggroup_p.
10798
10799 2003-01-23 Jim Blandy <jimb@redhat.com>
10800
10801 * gdb.texinfo (Separate Debug Files): New section.
10802
10803 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10804
10805 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10806 and "maint show profile".
10807
10808 2003-01-16 Michael Chastain <mec@shout.net>
10809
10810 * gdb.texinfo (Installing GDB): Warn against
10811 ".../gdb-VERSION/gdb/configure".
10812 (Separate Objdir): Likewise.
10813
10814 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10815
10816 * gdbint.texinfo (Target Architecture Definition): Delete
10817 definition of PRINT_REGISTER_HOOK.
10818
10819 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10820
10821 (OpenRISC 1000): Fix formatting of command names.
10822
10823 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10824
10825 * gdb.texinfo (Continuing and Stepping): Add new command
10826 'advance'. Clarify behavior of 'until'.
10827
10828 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10829
10830 * gdb.texinfo (Files): Document solib-absolute-prefix and
10831 solib-search-path.
10832
10833 2003-01-09 Michael Chastain <mec@shout.net>
10834
10835 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10836 (Create a Release): Add new instructions for new @file{src-release}.
10837 Document existing instructions for @file{Makefile.in} as
10838 being for @value{GDBN} 5.3.1 or earlier.
10839
10840 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10841
10842 * gdbint.texinfo (Target Architecture Definition): Mention
10843 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10844 allocate memory.
10845
10846 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10847
10848 * gdb.texinfo (Controlling GDB): Add @kindex for
10849 "show osabi".
10850 (Backtraces): Add @kindex's for backtrace-below-main.
10851
10852 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10853
10854 * gdb.texinfo (Controlling GDB): Document "set osabi".
10855
10856 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10859 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10860
10861 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10862
10863 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10864 "set coerce-float-to-double".
10865 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10866
10867 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10868
10869 * stabs.texinfo: Remove obsolete text.
10870 * gdbint.texinfo: Ditto.
10871 * gdb.texinfo: Ditto.
10872
10873 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10874
10875 * fdl.texi: Revert the last change.
10876
10877 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10878
10879 * gdbint.texinfo (Target Architecture Definition): Update
10880 description of gdbarch_register_osabi.
10881
10882 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10883
10884 * agentexpr.texi: Fix typos.
10885 * annotate.texi: Likewise.
10886 * fdl.texi: Likewise.
10887
10888 2002-12-10 Andrew Cagney <cagney@redhat.com>
10889
10890 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10891 DEPRECATED_INIT_FRAME_PC.
10892
10893 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10894
10895 * gdbint.texinfo (Target Architecture Definition): Delete
10896 PC_IN_CALL_DUMMY.
10897
10898 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10899
10900 * gdbint.texinfo (Host Definition): Delete documentation on
10901 USE_GENERIC_DUMMY_FRAMES.
10902
10903 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10904
10905 Fix PR gdb/723 and PR gdb/245.
10906 * Makefile.in (install-info): Run the install-info command as part
10907 of the post install steps only.
10908 (uninstall-info): New target.
10909 (uninstall): New target.
10910
10911 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10912
10913 * Makefile.in (install): Make install do some real work.
10914
10915 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10916
10917 Fix POSIX problem reported by Paul Eggert.
10918 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10919 Fix PR gdb/527.
10920
10921 2002-10-26 Andrew Cagney <cagney@redhat.com>
10922
10923 * gdbint.texinfo (Target Architecture Definition): Delete
10924 definition of DO_REGISTERS_INFO.
10925
10926 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10927
10928 * gdbint.texinfo (Address Classes): Fix problems with insertion
10929 of ``{'' and ``}'' in example.
10930
10931 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10932
10933 * gdbint.texinfo (Address Classes): New section.
10934 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10935 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10936 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10937 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10938
10939 2002-10-11 Klee Dienes <kdienes@apple.com>
10940
10941 * gdb.texinfo (Registers): Mention vector registers as well as
10942 floating registers in the documentation for 'info registers' and
10943 'info all-registers'.
10944
10945 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10946
10947 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10948
10949 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10950
10951 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10952 interface definition.
10953
10954 2002-10-03 Marko Mlinar <markom@opencores.org>
10955
10956 * gdb.texinfo (Target Commands): Add or1k target specific
10957 commands.
10958 * gdb.texinfo (Contributors): Add myself to the contributors list.
10959
10960 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10961
10962 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10963 and "mi1" instead of "mi1" and "mi0".
10964
10965 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10966
10967 * gdb.texinfo (Packets): Fix typos "alligned".
10968 Correct z3/Z3 description. Correct z4/Z4 title.
10969
10970 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10971
10972 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10973
10974 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10975
10976 * gdb.texinfo: Use GNU/Linux instead of Linux.
10977
10978 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10979
10980 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10981
10982 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdb.texinfo: Replace @example with @smallexample.
10985
10986 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10987
10988 From Eli Zaretskii <eliz@gnu.org>:
10989 * gdb.texinfo (Character Sets): Use @smallexample instead of
10990 @example. Use GNU/Linux instead of Linux.
10991
10992 2002-09-20 Jim Blandy <jimb@redhat.com>
10993
10994 * gdb.texinfo: Add character set documentation.
10995
10996 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10997
10998 * gdb.texinfo: Document edit command.
10999
11000 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11001
11002 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
11003 (Packets): Add cross reference from `b' packet to `z' packets.
11004
11005 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11006
11007 * gdb.texinfo (Maintenance Commands): Document ``maint
11008 internal-error'' and ``maint internal-warning''.
11009
11010 * gdbint.texinfo (Target Architecture Definition): Revise
11011 description of STACK_ALIGN. Add description of FRAME_ALIGN.
11012
11013 2002-09-19 Joel Brobecker <brobecker@gnat.com>
11014
11015 * gdbint.texinfo (Target Conditionals): Document the new
11016 NAME_OF_MALLOC macro.
11017
11018 2002-09-05 Andrew Cagney <ac131313@redhat.com>
11019
11020 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
11021 engineer.
11022
11023 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11024
11025 * gdb.texinfo (TUI Overview): Document status line fields.
11026
11027 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11028
11029 * gdb.texinfo (TUI Commands): Document info win command.
11030
11031 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11032
11033 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11034
11035 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11036
11037 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11038 (TUI Keys): Likewise.
11039
11040 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11043 for a packet receive.
11044
11045 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11046
11047 * Makefile.in (clean): Move to end of file.
11048 (distclean, maintainer-clean, realclean): Ditto.
11049 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11050 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11051 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11052 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11053
11054 2002-08-24 Andrew Cagney <ac131313@redhat.com>
11055
11056 * Makefile.in (GDBINT_TEX_TMPS): Define.
11057 (gdbint.dvi, gdbint.pdf): Use
11058 (GDB_TEX_TMPS): Define.
11059 (gdb.dvi, gdb.pdf): Use.
11060 (STABS_TEX_TMPS): Define.
11061 (stabs.dvi, stabs.pdf): Use.
11062 (GDB_DOC_SOURCE_INCLUDES): New macros.
11063 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11064 (GDBINT_DOC_FILES_INCLUDES): New macros.
11065 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11066 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11067 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11068 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11069 (links2roff): Replace SFILES_INCLUDED with
11070 GDB_DOC_SOURCE_INCLUDES.
11071 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11072 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11073 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11074 dependencies.
11075 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11076 dependencies.
11077 (gdbmi.texinfo): Delete rule.
11078 (inc-hist.texinfo): Delete rule.
11079 (rluser.texinfo): Delete rule.
11080
11081 2002-08-23 Andrew Cagney <cagney@redhat.com>
11082
11083 * gdbint.texinfo (Target Architecture Definition): Update
11084 STORE_RETURN_VALUE, mention regcache.
11085
11086 2002-08-21 Andrew Cagney <ac131313@redhat.com>
11087
11088 * gdbint.texinfo (Target Architecture Definition): Document
11089 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11090
11091 2002-08-19 Andrew Cagney <ac131313@redhat.com>
11092
11093 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11094 Fix minor typos. Add index entries.
11095
11096 2002-08-18 Andrew Cagney <ac131313@redhat.com>
11097
11098 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11099
11100 2002-08-15 Andrew Cagney <ac131313@redhat.com>
11101
11102 * gdbint.texinfo (Target Architecture Definition): Document
11103 PRINT_VECTOR_INFO.
11104 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11105
11106 2002-08-13 Andrew Cagney <ac131313@redhat.com>
11107
11108 * gdb.texinfo (Maintenance Commands): Document "maint print
11109 registers", "maint print raw-registers" and "maint print
11110 cooked-registers".
11111
11112 2002-08-08 Grace Sainsbury <graces@redhat.com>
11113
11114 From Mark Salter:
11115 * gdb.texinfo (Protocol): Document T packet extension to
11116 allow watchpoint address reporting.
11117
11118 2002-08-03 Andrew Cagney <ac131313@redhat.com>
11119
11120 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11121
11122 2002-08-01 Andrew Cagney <cagney@redhat.com>
11123
11124 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11125 to CHILL.
11126
11127 2002-08-01 Andrew Cagney <ac131313@redhat.com>
11128
11129 * gdbint.texinfo (Coding): Revise section "Include Files".
11130
11131 2002-07-24 Andrew Cagney <cagney@redhat.com>
11132
11133 * gdbint.texinfo: Obsolete references to m88k.
11134 * gdb.texinfo: Ditto.
11135
11136 2002-07-10 Joel Brobecker <brobecker@gnat.com>
11137
11138 * gdbint.texinfo (Create a release candiate): Add the location
11139 where the proper version of autoconf can be retrieved.
11140
11141 2002-07-09 Don Howard <dhoward@redhat.com>
11142
11143 * gdb.texinfo (Command Files): Further describe the behavior of
11144 sourced command files.
11145
11146 2002-06-27 Andrew Cagney <ac131313@redhat.com>
11147
11148 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11149 (Coding): Clarify ISO C version that GDB assumes.
11150
11151 2002-06-26 Tom Tromey <tromey@redhat.com>
11152
11153 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11154 add_setshow_cmd_full.
11155
11156 2002-06-25 Don Howard <dhoward@redhat.com>
11157
11158 * gdb.texinfo (Memory Region Attributes): Document new behavior
11159 for 'mem' command.
11160
11161 2002-06-11 Jim Blandy <jimb@redhat.com>
11162
11163 * gdb.texinfo (Symbols): Update documentation for `info source'
11164 command.
11165
11166 * gdb.texinfo (Macros): Call the command `info macro', not
11167 `show macro'.
11168
11169 2002-06-09 Andrew Cagney <ac131313@redhat.com>
11170
11171 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11172 data''.
11173
11174 2002-06-09 Mark Kettenis <kettenis@gnu.org>
11175
11176 * gdbint.texinfo (Target Architecture Definition): Document
11177 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11178
11179 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11182 lists.
11183
11184 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11185
11186 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11187 Branch''.
11188
11189 2002-06-01 Andrew Cagney <ac131313@redhat.com>
11190
11191 * gdbint.texinfo (Target Architecture Definition): Add section
11192 ``Converting an existing Target Architecture to Multi-arch''.
11193
11194 2002-05-30 Andrew Cagney <ac131313@redhat.com>
11195
11196 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11197 to ``Obsoleting code''. Revise.
11198
11199 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11200
11201 * gdbint.texinfo: Document new generic OS ABI framework.
11202
11203 2002-05-17 Jim Blandy <jimb@redhat.com>
11204
11205 * gdb.texinfo (C Preprocessor Macros): New chapter.
11206 Include it in the main menu.
11207 (Contributors): Credit Jim Blandy with macro support.
11208 (Compilation): Explain how to get macro information into the
11209 executable.
11210 (Expressions): Note that preprocessor macros are expanded.
11211
11212 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11213
11214 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11215 options for `target remote'.
11216
11217 2002-05-13 Andrew Cagney <ac131313@redhat.com>
11218
11219 * gdbint.texinfo (Target Architecture Definition): Delete
11220 documentation on NNPC_REGNUM.
11221
11222 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11223
11224 * gdbint.texinfo (Target Architecture Definition): Document
11225 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11226 (Target Architecture Definition): Revise section `Using Different
11227 Register and Memory Data Representations'. Add section `Raw and
11228 Virtual Register Representations'.
11229
11230 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11231
11232 * gdbint.texinfo (Target Architecture Definition): Mention
11233 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11234 (Target Architecture Definition): Mention same. Add references to
11235 web pages.
11236
11237 2002-05-08 Michael Snyder <msnyder@redhat.com>
11238
11239 * stabs.texinfo (Attributes): Document new "vector" attribute.
11240
11241 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11242
11243 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11244
11245 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11246
11247 * gdb.texinfo: Delete obsolete references to a29k.
11248
11249 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11250
11251 * gdbint.texinfo (Target Architecture Definition): Replace
11252 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11253
11254 2002-04-24 David S. Miller <davem@redhat.com>
11255
11256 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11257
11258 2002-04-21 David S. Miller <davem@redhat.com>
11259
11260 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11261
11262 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11263
11264 * gdbint.texinfo (Target Architecture Definition): Delete
11265 definition of HAVE_REGISTER_WINDOWS.
11266
11267 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11268
11269 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11270 "Theodore A. Roth" <troth@verinet.com>.
11271
11272 2002-04-15 Don Howard <dhoward@redhat.com>
11273
11274 From Eli Zaretskii <eliz@gnu.org>
11275 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11276 Provide a better explaination of this feature.
11277
11278 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11279
11280 * gdbint.texinfo (Target Architecture Definition): Remove
11281 FRAME_CHAIN_COMBINE.
11282
11283 2002-04-12 Michael Chastain <mec@shout.net>
11284
11285 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11286 REG_STACK_SEGMENT.
11287
11288 2002-04-09 Michael Chastain <mec@shout.net>
11289
11290 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11291 PYRAMID_* macros.
11292
11293 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11294
11295 * gdb.texinfo (Bug Reporting): Document that the web is the
11296 prefered way of submitting bug reports.
11297 (Bug Reporting): Delete the s-mail address as the last resort.
11298
11299 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11300
11301 * gdbint.texinfo (Target Architecture Definition): Delete
11302 references to TARGET_WRITE_FP and write_fp.
11303
11304 2002-03-27 Michael Snyder <msnyder@redhat.com>
11305
11306 * gdb.texinfo: Document new commands dump, append, and restore.
11307
11308 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11309
11310 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11311 Branch'.
11312
11313 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11314
11315 * gdb.texinfo: Change all examples to @smallexample.
11316 * gdbint.texinfo: Ditto.
11317
11318 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11319
11320 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11321 Branches''.
11322
11323 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11324
11325 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11326 Policy''.
11327
11328 2002-03-04 Fred Fish <fnf@redhat.com>
11329
11330 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11331 expresson, suports, dependant, trhe, perhaphs, situtations,
11332 explictily, taged, oportunity, unfortunatly).
11333
11334 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11335
11336 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11337 Remove reference to 3.12.
11338
11339 2002-02-23 Paul Eggert <eggert@twinsun.com>
11340
11341 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11342 POSIX 1003.1-2001 no longer allows "head -1".
11343
11344 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11345
11346 * gdbint.texinfo: Include fdl.texi.
11347 (Top): Add GNU Free Documentation License.
11348 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11349 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11350 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11351 (gdbint.info): Add srcdir to include path.
11352 * gdb.texinfo: Include gpl.texi.
11353 (Top): Add Copying.
11354 * gpl.texi: New file.
11355
11356 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11357
11358 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11359
11360 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11361
11362 * gdb.texinfo: Document Cygwin native specific commands.
11363
11364 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11365
11366 * gdb.texinfo: Document gdbserver ``--attach'' command.
11367
11368 2002-02-07 Michael Snyder <msnyder@redhat.com>
11369
11370 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11371 to @code(_ovly_debug_event).
11372
11373 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11374
11375 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11376
11377 2002-02-06 Michael Snyder <msnyder@redhat.com>
11378
11379 * gdb.texinfo (overlays): Mention new magic symbol
11380 '_ovly_debug_event', which allows GDB to keep better track
11381 of overlays.
11382
11383 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11384
11385 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11386 (PRINT_FLOAT_INFO): Document it.
11387
11388 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11389
11390 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11391 Suggested by Dmitry Sivachenko.
11392
11393 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11394
11395 2002-02-01 Michael Snyder <msnyder@redhat.com>
11396
11397 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11398
11399 2002-01-30 Michael Snyder <msnyder@redhat.com>
11400
11401 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11402 (set trust-readonly-sections): Document.
11403
11404 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11405
11406 * gdbint.texinfo (Releasing GDB): Revise and update.
11407
11408 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11409
11410 * gdbint.texinfo (Target Architecture Definition): Delete
11411 description of TARGET_BYTE_ORDER_DEFAULT.
11412
11413 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11414
11415 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11416 <mitya@cavia.pp.ru>.
11417
11418 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11419
11420 * libgdb.texinfo: Delete file.
11421
11422 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11423
11424 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11425 * gdbint.texinfo: Ditto.
11426
11427 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11428
11429 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11430
11431 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11432
11433 * Makefile.in: Update copyright.
11434 (TEXI2DVI): Define.
11435 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11436 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11437 gdb-cfg.texi.
11438 (TEXINDEX, PDFTEX): Delete makefile variables.
11439
11440 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11441
11442 * gdb.texinfo (Protocol): Move section to appendix.
11443
11444 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11445
11446 * gdb.texinfo (Remote Debugging): Create a menu.
11447 (Top): Add ``Remote Debugging'' to menu.
11448
11449 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11450
11451 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11452 serial protocol'' from here.
11453 (Remote Debugging): To here. New chapter.
11454
11455 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11456
11457 * gdbint.texinfo (Target Architecture Definition): Delete
11458 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11459
11460 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11461
11462 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11463 are no longer needed.
11464 (Porting GDB): Add maintainer note about configure.host.
11465
11466 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11467
11468 * gdbint.texinfo (Target Architecture Definition): Remove
11469 definition of IEEE_FLOAT.
11470
11471 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11472
11473 * gdb.texinfo: Beautify copyright years; fix a typo.
11474 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11475 <3diff@gnu.org>
11476
11477 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11478
11479 * gdbint.texinfo (Host Definition): Remove references to
11480 MALLOC_INCOMPATIBLE.
11481
11482 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11483
11484 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11485 and xyz-xdep.o.
11486
11487 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11488
11489 * gdb.texinfo (Maintenance Commands): Add appendix.
11490 (Set Breaks): Copy ``maint info breakpoint'' doco to
11491 ``Maintenance Commands'' appendix. Add reference.
11492
11493 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11494
11495 * fdl.texi: Remove next/prev from @node.
11496
11497 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11498
11499 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11500 for monstrous @multitable (from Brian Youmans).
11501
11502 * fdl.texi: New file.
11503
11504 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11505
11506 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11507
11508 * gdbint.texinfo (Releasing GDB): New chapter.
11509
11510 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11511
11512 * gdb.texinfo (Embedded Processors, Calling program functions):
11513 Obsolete references to a29k.
11514
11515 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11516
11517 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11518 examples. Document that a code-block should do or discard its
11519 cleanups before exit.
11520
11521 2002-01-11 Michael Snyder <msnyder@redhat.com>
11522
11523 * gdb.texinfo (Choosing files): Change @samp to @file.
11524
11525 2002-01-05 Michael Snyder <msnyder@redhat.com>
11526
11527 * gdb.texinfo (--pid): Document new command line option (attach).
11528
11529 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11530
11531 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11532 in the stub.
11533
11534 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11535
11536 * gdbint.texinfo (Target Architecture Definition): Replace
11537 BIG_ENDIAN with BFD_ENDIAN_BIG.
11538
11539 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11540
11541 * gdbint.texinfo (Target Architecture Definition): Replace
11542 value_ptr with struct value pointer.
11543
11544 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11545
11546 * gdb.texinfo (Free Software): Fix wording.
11547
11548 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11549
11550 * gdb.texinfo (Free Software): New section ``Free Software Needs
11551 Free Documentation''.
11552
11553 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11554
11555 * stabs.texinfo:
11556 * gdb.texinfo:
11557 * gdbint.texinfo:
11558 * libgdb.texinfo:
11559 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11560
11561 2001-12-29 Michael Snyder <msnyder@redhat.com>
11562
11563 * gdb.texinfo (maint info sections): Fix typo.
11564
11565 2001-12-26 Michael Snyder <msnyder@redhat.com>
11566
11567 * gdb.texinfo (maint info sections): Document.
11568
11569 * gdb.texinfo (info proc): Comment out documentation for
11570 'info proc' sub-options that are currently not implemented.
11571
11572 2001-12-20 Jim Blandy <jimb@redhat.com>
11573
11574 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11575
11576 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11577
11578 * gdbint.texinfo (Target Architecture Definition): Replace
11579 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11580
11581 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11582
11583 * gdbint.texinfo (Host Definition): Delete documentation on
11584 HOST_BYTE_ORDER.
11585
11586 2001-11-30 Jim Blandy <jimb@redhat.com>
11587
11588 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11589 overlay support. Add to top-level menu.
11590
11591 2001-11-26 Tom Tromey <tromey@redhat.com>
11592
11593 * gdb.texinfo (Command Syntax): Document C-o binding.
11594
11595 2001-07-26 Christopher Faylor <cgf@redhat.com>
11596
11597 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11598 use since it is described in the referenced section.
11599
11600 From Eli Zaretskii <eliz@gnu.org>
11601 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11602 clearer when using DJGPP.
11603
11604 2001-11-24 Christopher Faylor <cgf@redhat.com>
11605
11606 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11607 specifically refer to MS-DOS.
11608 (command files): Mention gdb.ini is only used on MS-DOS.
11609
11610 2001-11-21 Tom Tromey <tromey@redhat.com>
11611
11612 * gdb.texinfo (Invoking GDB): Document --args.
11613 (Mode Options): Likewise.
11614
11615 2001-11-21 Jim Blandy <jimb@redhat.com>
11616
11617 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11618 Delete documentation; this macro has been removed from the
11619 sources.
11620
11621 2001-11-13 Jim Blandy <jimb@redhat.com>
11622
11623 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11624
11625 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11626
11627 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11628
11629 2001-11-05 Michael Snyder <msnyder@redhat.com>
11630
11631 * gdb.texinfo (info functions): Document use of backslash to
11632 quote regexp chars in function names such as "operator*()".
11633
11634 2001-11-01 Fred Fish <fnf@redhat.com>
11635
11636 * gdbint.texinfo (SOLIB_ADD): Document additional new
11637 "readsyms" arg.
11638
11639 2001-10-30 Don Howard <dhoward@redhat.com>
11640
11641 * gdb.texinfo: (Command Files) Added documentation for the
11642 behavior of gdb with input redirected from a file.
11643
11644 2001-10-28 Fred Fish <fnf@redhat.com>
11645
11646 * gdb.texinfo (auto-solib-add): Change docs to match
11647 implementation change.
11648 (auto-solib-limit): Add docs for new variable.
11649
11650 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11651
11652 * gdbint.texinfo (Target Architecture Definition): Function
11653 value_as_pointer renamed to value_as_address.
11654
11655 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11656
11657 * gdbint.texinfo (Target Architecture Definition): Default
11658 POINTER_TO_ADDRESS functions assume unsigned addresses.
11659 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11660 posting by Jim Blandy.
11661
11662 2001-10-12 Jim Blandy <jimb@redhat.com>
11663
11664 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11665 version of texi2html (1.64) doesn't support this flag any more.
11666
11667 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11668
11669 * gdbint.texinfo (Host Definition): Remove description of
11670 MEM_FNS_DECLARED.
11671
11672 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11673
11674 * gdbint.texinfo (Host Definition): Remove description of
11675 HAVE_SIGSETMASK.
11676
11677 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11678
11679 * gdbint.texinfo (Target Architecture Definition): Add
11680 explanation of TARGET_PRINT_INSN macro.
11681
11682 2001-08-30 Jim Blandy <jimb@redhat.com>
11683
11684 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11685 Explain what it means to load relocatable files.
11686
11687 2001-08-28 Jim Blandy <jimb@redhat.com>
11688
11689 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11690 info `top' menu.
11691
11692 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11693
11694 * gdbint.texinfo: Add a cautionary note about macro use.
11695
11696 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11697
11698 * gdb.texinfo: Explain omitting the hostname in the
11699 `target remote' command.
11700
11701 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11704 and END-INFO-DIR-ENTRY.
11705
11706 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11707
11708 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11709
11710 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11711
11712 * gdbint.texinfo (libgdb): Rewrite.
11713
11714 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11715
11716 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11717
11718 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11719
11720 * gdb.texinfo (TUI): New chapter, document the TUI.
11721 (Mode Options): Document the -tui option.
11722
11723 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11724
11725 * gdbint.texinfo (Host Definition): Remove description of
11726 NEED_POSIX_SETPGID.
11727
11728 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11729
11730 * gdb.tex (DJGPP Native): New node, with descriptions of
11731 DJGPP-specific commands.
11732
11733 2001-07-19 John R. Moore <jmoore@redhat.com>
11734
11735 * gdbint.texinfo: Three misspellings.
11736
11737 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11738
11739 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11740 `test` expressions on bash. Problem reported by Colin Walters.
11741
11742 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11743
11744 * gdbint.texinfo (User Interface): Update ui-out documentation to
11745 refelect recent UI/MI updates.
11746
11747 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11748
11749 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11750 interpreters.
11751
11752 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11753
11754 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11755 structure and not macros.
11756 (Host Definition): Document that much of this chapter is obsolete.
11757 (Target Architecture Definition): Update list of files that make
11758 up a target architecture.
11759 (Coding): Update.
11760
11761 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11762
11763 * gdbint.texinfo (Target Architecture Definition): Update
11764 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11765 The latter has been changed to a true predicate.
11766
11767 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11768
11769 * annotate.texi: Add @noindent where needed. From Dmitry
11770 Sivachenko <dima@Chg.RU>.
11771 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11772
11773 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11774
11775 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11776
11777 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11778
11779 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11780 returns ``OK''. Document that the ``R'' packet does not reply.
11781
11782 2001-06-13 Michael Snyder <msnyder@redhat.com>
11783
11784 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11785
11786 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11787
11788 * gdb.texinfo (Signals): Clarify the default setting of signal
11789 handling.
11790
11791 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11792
11793 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11794 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11795
11796 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11797
11798 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11799
11800 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11801
11802 * gdbint.texinfo (Clean Design and Portable Implementation):
11803 Renamed from "Clean Design".
11804 (Clean Design and Portable Implementation): Document portable
11805 methods of handling file names, and the associated macros.
11806
11807 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11808
11809 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11810 command and provide a cross-reference to its description.
11811 (Symbols): Note that "info scope" is useful for trace experiments.
11812
11813 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11814
11815 * gdb.texinfo (Symbols): Document "info scope".
11816 (Tracepoints): New chapter.
11817 (Contributors): Update for v5.1.
11818 <All nodes>: Change "C++" to "C@t{++}".
11819
11820 * gdbint.texinfo (User Interface): A new section about ui_out
11821 functions, based on text written by Fernando Nasser.
11822
11823 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11824
11825 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11826
11827 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11828
11829 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11830
11831 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11832 Replace "GDB" with "@value{GDBN}". Fix markup.
11833
11834 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11835
11836 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11837 a cross-reference to its description.
11838 (Symbols): Document "info symbol".
11839
11840 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11841
11842 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11843 subsection "x86 Watchpoints".
11844 (Target Architecture Definition): Document the macros
11845 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11846 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11847
11848 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11849
11850 * gdbint.texinfo (Target Architecture Definition): Update
11851 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11852 list.
11853
11854 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11855
11856 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11857 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11858
11859 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11860
11861 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11862
11863 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11864
11865 * gdb.texinfo (Environment): Document that `path' does not change
11866 the value of PATH in GDB's own environment (it did in the past,
11867 but that was changed on March 15, 1994). Reported by Doug Evans
11868 <dje@transmeta.com>.
11869
11870 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11871 its line. Fix markup of commands and macros. Add an Index node
11872 and index entries.
11873
11874 2001-01-23 J.T. Conklin <jtc@redback.com>
11875
11876 * gdb.texinfo (Memory region attributes): New manual section.
11877
11878 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11879
11880 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11881
11882 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11883
11884 * refcard.tex: Version and copyright fixed. From Phil Edwards
11885 <pedwards@disaster.jaj.com>.
11886
11887 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11888
11889 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11890 DWARF2_REG_TO_REGNUM): Document.
11891
11892 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11893
11894 * gdbint.texinfo (Coding): Update current value of
11895 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11896
11897 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11898
11899 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11900 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11901
11902 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11903
11904 * gdb.texinfo: Document new 'set step-mode' command.
11905
11906 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11907
11908 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11909 changes from Dmitry Sivachenko <dima@Chg.RU>.
11910
11911 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11912
11913 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11914 From Steven Johnson <sbjohnson@ozemail.com.au>.
11915
11916 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11917
11918 * gdbint.texinfo (Overall Structure): Spelling fix.
11919
11920 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11921
11922 * gdbint.texinfo (Target Architecture Definition): Document that
11923 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11924 for which REGISTER_CONVERTIBLE returns a zero value.
11925
11926 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11927
11928 * Makefile.in (install-info): Find files to install in either the
11929 build or source directories (adapted from Makefile.am).
11930
11931 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11932
11933 * stabs.texinfo: Fix spelling errors.
11934 (String Field): FILE-NUMBER starts from 0, not 1.
11935
11936 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11937
11938 * refcard.tex: Remove \centerline from the blurb. Patch from
11939 Brian Youmans.
11940
11941 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11942
11943 * Makefile.in (install-info): Support installation from outside of
11944 the source directory. Reported by Mark Harig
11945 <markh@frazier.landmark.com>.
11946
11947 2000-06-20 J.T. Conklin <jtc@redback.com>
11948
11949 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11950
11951 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11952
11953 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11954 Generate using pdftex.
11955 (PDFTEX): Define.
11956 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11957 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11958 @contents at the start.
11959
11960 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11961
11962 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11963 Youmans.
11964
11965 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11966
11967 From Brian Youmans:
11968 * gdb.texinfo: Fix ``et al.''.
11969
11970 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11971
11972 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11973 loop.
11974
11975 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11976
11977 * configure: Regenerate.
11978
11979 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11980
11981 * Makefile.in (install-info): Run install-info on installed Info
11982 files.
11983
11984 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11985
11986 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11987 Andrew Cagney.
11988
11989 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11990
11991 * gdb.texinfo: Proofreading changes from Brian Youmans.
11992
11993 2000-05-01 Nick Duffek <nsd@cygnus.com>
11994
11995 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11996 startup sequence, minor edits.
11997
11998 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11999
12000 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
12001 TeX.
12002
12003 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
12004 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
12005 like `n' and `s' which look weird. Convert some of the @kindex to
12006 @vindex, when they refer to variables, not commands.
12007
12008 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
12009
12010 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
12011
12012 2000-04-23 Eli Zaretskii <eliz@gnu.org>
12013
12014 * Makefile.in (GDBMI_DIR): New variable.
12015 (SET_TEXINPUTS): Add $(GDBMI_DIR).
12016 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
12017 (gdbmi.texinfo): New target, for texi2roff.
12018 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
12019 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
12020
12021 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
12022 gdbmi.texinfo.
12023 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
12024 comment.
12025
12026 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12027
12028 * gdb.texinfo (Files): Update description of add-symbol-file
12029 command.
12030
12031 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12032
12033 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12034 prevents the build (and is generally a Bad Idea).
12035
12036 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12037
12038 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12039 a comma inside @var.
12040 (Command Files): Index markup changes from Dmitry Sivachenko
12041 <dima@Chg.RU>.
12042
12043 2000-04-16 Eli Zaretskii <eliz@gnu.org>
12044
12045 * Makefile.in (LN_S): Define.
12046 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12047 invoke "ln -s" unless it is known to work.
12048
12049 * configure.in (AC_PROG_LN_S): Add.
12050
12051 2000-04-14 Jim Blandy <jimb@redhat.com>
12052
12053 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12054 section.
12055 (Target Conditionals): Document ADDRESS_TO_POINTER,
12056 POINTER_TO_ADDRESS.
12057
12058 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
12059
12060 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12061 gdb-cfg.texi to get the value.
12062
12063 2000-04-10 Jim Blandy <jimb@redhat.com>
12064
12065 * gdbint.texinfo (Target Architecture Definition): Fix
12066 cross-references.
12067
12068 2000-04-08 Jim Blandy <jimb@redhat.com>
12069
12070 * gdbint.texinfo (Using Different Register and Memory Data
12071 Representations): New section.
12072 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
12073 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12074 REGISTER_CONVERT_TO_RAW): Document.
12075
12076 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12077
12078 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
12079 for acknowledgments.
12080
12081 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12082
12083 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
12084 qThreadExtraInfo.
12085
12086 2000-03-28 J.T. Conklin <jtc@redback.com>
12087
12088 * gdb.texinfo: Clarify which remote debug protocol commands are
12089 required and which are optional.
12090
12091 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12092
12093 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
12094 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12095 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
12096 * annotate.texi: Update.
12097
12098 2000-03-28 Stan Shebs <shebs@apple.com>
12099
12100 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12101 expectation of additional changes before release), update
12102 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12103 node links, rephrase and/or shorten lines to fix formatting
12104 problem in both regular and @smallbook formats.
12105 * annotate.texi: Shorten lines in example, use smallexample
12106 consistently everywhere.
12107 * Makefile.in: Add comment about texinfo 4.0 html generation.
12108 (SFILES_INCLUDED): Add annotate.texi.
12109
12110 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
12111
12112 * gdb.texinfo (Debugging Output): Added new section, documenting
12113 the "set/show debug" commands.
12114
12115 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12116
12117 * annotate.texi (Annotations): When GDBN omit @chapter and @node
12118 entry.
12119
12120 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12121 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
12122 @chapter and @node entries.
12123
12124 * gdb.texinfo: Link all top-level nodes.
12125
12126 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12127
12128 * Makefile.in (install-info): Create $(infodir) before installing
12129 files.
12130
12131 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12132
12133 From David Whedon <dwhedon@gordian.com>
12134 * gdbint.texinfo : Added paragraphs about command deprecation.
12135
12136 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
12137
12138 * gdb.texinfo: Add documentation for the apropos command.
12139
12140 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12141
12142 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12143
12144 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12145
12146 * gdb.texinfo: Add white space to prevent overprinting in
12147 two places.
12148
12149 2000-03-17 Stan Shebs <shebs@apple.com>
12150
12151 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12152 <dima@Chg.RU>, also clarification of allowed content for
12153 string constants.
12154
12155 2000-03-16 Eli Zaretskii <eliz@gnu.org>
12156
12157 * gdb.texinfo (main menu): Add Annotations.
12158 (File Options): Add @cindex entries for each command-line option.
12159 Document --epoch, --annotate, --async, --interpreter, --write,
12160 --statistics, and --version.
12161
12162 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12163 of GDB.
12164
12165 2000-02-23 Jim Blandy <jimb@redhat.com>
12166
12167 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12168
12169 2000-02-22 Jim Blandy <jimb@redhat.com>
12170
12171 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12172
12173 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12174
12175 * Makefile.in (diststuff): New target.
12176
12177 2000-02-15 Kevin Buettner <kevinb@redhat.com>
12178
12179 * agentexpr.texi: Fix wording regarding Intel's IA-64
12180 architecture. [From Jim Wilson.]
12181
12182 2000-01-16 Tom Tromey <tromey@cygnus.com>
12183
12184 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12185 (Delete Breaks): Mention range arguments.
12186 (Disabling): Likewise.
12187
12188 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12189
12190 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12191
12192 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12193
12194 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12195 valid functions.
12196
12197 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12198
12199 * gdb.texinfo: Clarify regular expressions used in rbreak.
12200
12201 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
12202
12203 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12204 MEMORY_REMOVE_BREAKPOINT): Document.
12205
12206 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12207
12208 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12209 offset re-using the DATA offset instead.
12210
12211 1999-10-11 Jim Kingdon <kingdon@redhat.com>
12212
12213 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12214
12215 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12216
12217 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12218
12219 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12220
12221 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12222 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12223 typos.
12224
12225 * gdb.texinfo: Various minor wording and formatting improvements,
12226 mentions of additional command-line options.
12227
12228 1999-09-30 Fred Fish <fnf@cygnus.com>
12229
12230 * gdb.texinfo: Document additional forms of specifying section
12231 names and addresses for the add-symbol-file command.
12232
12233 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12234
12235 * gdbint.texinfo: Fix typo, add the word "have".
12236
12237 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12238
12239 * gdbint.texinfo (Target Architecture Definition): Document the
12240 SKIP_PERMANENT_BREAKPOINT macro.
12241
12242 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12243
12244 * gdb.texinfo: Fiks speling errers.
12245
12246 * gdb.texinfo: Fix uses of @multitable.
12247
12248 From Eli Zaretskii <eliz@gnu.org>:
12249 * gdb.texinfo: Include details specific to DOS host, clarify
12250 some confusing language, fix @ref/@xref/@pxref usages, add
12251 comments about using with optimization, add more indexing,
12252 fix info about disassembly-flavor.
12253
12254 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12255
12256 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12257 SKIP_SOLIB_RESOLVER): Define.
12258
12259 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12260
12261 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12262 ``g'' packets.
12263
12264 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12265
12266 * gdb.texinfo: Create a new "Configurations" chapter with
12267 platform-specific info, inline remote.texi and move sections of it
12268 into the new chapter, move bits about info proc, heuristic search,
12269 and register stack into the new chapter.
12270 * remote.texi: Remove, now part of gdb.texinfo.
12271 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12272
12273 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12274
12275 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12276 GDB_TARGET_IS_MACH386): These kludges have gone away.
12277
12278 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12279
12280 * gdbint.texinfo (Target Architecture Definition): Mention
12281 TDEPLIBS.
12282
12283 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12284
12285 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12286 surrounding text to fit HP-UX bits into general info.
12287 (HPPA-cfg.texi): Remove, no longer useful.
12288
12289 * gdb.texinfo: Remove explicit links from @node lines, remove
12290 HP-added "Detailed Node Listing" from main menu which confuses
12291 things.
12292
12293 From Dmitry Sivachenko <dima@Chg.RU>:
12294 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12295 in description of `set environment'.
12296
12297 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12298
12299 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12300
12301 1999-08-12 Ben Elliston <bje@cygnus.com>
12302
12303 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12304
12305 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12306
12307 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12308 watch, awatch, and rwatch. Explain why the latter two cannot be
12309 set as software watchpoints. Document that watchpoints for local
12310 variables are deleted when the debuggee terminates.
12311
12312 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12313
12314 * remote.texi (Protocol): Further clarification of the "qRcmd"
12315 packet. Allow E.. response packet. "qRcmd" packet is no longer
12316 reserved.
12317
12318 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12319
12320 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12321 * gdb.texinfo: Ditto.
12322
12323 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12324
12325 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12326
12327 1999-08-06 Tom Tromey <tromey@cygnus.com>
12328
12329 * gdb.texinfo (KOD): New node.
12330
12331 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12332
12333 * remote.texi (Rcmd): Fix minor formatting typos.
12334
12335 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12336
12337 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12338 packets.
12339
12340 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12341
12342 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12343 fixes.
12344
12345 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12346
12347 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12348
12349 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12350
12351 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12352 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12353 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12354 packets that are not supported on all hosts. Expand examples.
12355 Spell check.
12356
12357 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12358
12359 * Makefile.in: Recognize html, install-html. Add targets
12360 to build HTML versions of documentation via texi2html.
12361
12362 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12363
12364 * gdbint.texinfo (Testsuite): New chapter, information about the
12365 testsuite.
12366
12367 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12368
12369 * remote.texi (Communication Protocol): Rewrite.
12370
12371 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12372
12373 * stabs.texinfo: Fix uses of xref.
12374
12375 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12376
12377 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12378 info about patch submission.
12379
12380 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12381
12382 From Per Bothner <bothner@cygnus.com>:
12383 * gdb.texinfo: Document Chill support.
12384
12385 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12386
12387 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12388 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12389 Document that the value should be greater-than or equal-to zero.
12390 (NO_STD_REGS): Document. Deprecate.
12391
12392 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12393
12394 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12395 Document that these are not used.
12396
12397 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12398
12399 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12400
12401 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12402
12403 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12404 numargs was dropped.
12405
12406 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12407
12408 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12409
12410 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12411
12412 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12413 Update.
12414
12415 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12416
12417 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12418 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12419
12420 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12421
12422 * gdbint.texinfo: Fix typos: $ -> @.
12423
12424 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12425
12426 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12427 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12428 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12429 BREAKPOINT_FROM_PC.
12430
12431 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12432
12433 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12434 CALL_DUMMY_STACK_ADJUST): Document.
12435
12436 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12437
12438 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12439 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12440
12441 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12442
12443 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12444 longer exists.
12445
12446 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12447
12448 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12449 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12450 they make the manual source incomprehensible.
12451 * h8-cfg.texi: Remove, hasn't been used in years.
12452
12453 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12454
12455 * gdb.texinfo: Update the credits.
12456
12457 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12458
12459 * gdb.texinfo: Fix mistakes noticed in printout of last
12460 draft, add Alpha to discussion of heuristic fence post.
12461
12462 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12463
12464 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12465 Edition, merge some HP changes into mainline, describe some
12466 previously undocumented features, describe more of the target
12467 commands available, eliminate obsolete section on renamed
12468 commands.
12469 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12470
12471 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12472
12473 * gdb.texinfo: Make many HPPA conditionals unconditional,
12474 including catchpoint description, since now on for all configs.
12475 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12476 specializations.
12477
12478 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12479
12480 * Makefile.in (GDBvn.texi): Fix match expression to work with
12481 current format of VERSION in gdb/Makefile.in.
12482 * gdb.texinfo: Fix node ref to match new readline.
12483
12484 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12485
12486 * gdb.texinfo: Changes made as part of a project to merge in
12487 changes made by HP. Documentation makes extensive use of
12488 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12489 on remote debugging. There are differences in documentation
12490 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12491 the HP manual discusses catchpoints, hardware watchpoints, and
12492 some HPUX specific limitations for shared library support.
12493
12494 There are also a number of @node changes.
12495
12496 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12497
12498 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12499 (C Usage): Same.
12500
12501 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12502
12503 The following changes were made by Edith Epstein
12504 <eepstein@cygnus.com> as part of a project to merge in changes
12505 made by HP.
12506
12507 * HPPA-cfg.texi: new file.
12508
12509 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12510
12511 * refcard.tex: change documentation about catch.
12512 removed info catch.
12513
12514 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12515
12516 * gdbint.texinfo: Expand on GDB's coding standards,
12517 specify the use of arg names with prototypes.
12518
12519 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12520
12521 * gdb.texinfo: Fix tipo.
12522
12523 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12524
12525 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12526 TARGET_BYTE_ORDER_SELECTABLE_P.
12527
12528 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12529
12530 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12531
12532 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12533
12534 * agentexpr.texi: New file.
12535
12536 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12537
12538 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12539
12540 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12541
12542 * remote.texi: Changed wording that implied that the GDB remote
12543 protocol caches register values instead of GDB itself.
12544
12545 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12546
12547 * gdbint.texinfo: Add some info about symbol readers.
12548 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12549 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12550 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12551 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12552
12553 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12554
12555 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12556
12557 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12558
12559 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12560
12561 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12562
12563 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12564 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12565
12566 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12567
12568 * gdbint.texinfo: Fix minor typos.
12569
12570 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12571
12572 * gdbint.texinfo: Complete overhaul. Group descriptions more
12573 logically, add more info on generic algorithms, remove much
12574 obsolete and/or wrong material.
12575
12576 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12577
12578 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12579
12580 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12581
12582 * refcard.tex: Copyright, address updates.
12583
12584 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12585
12586 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12587 for the edition instead of confusing GDB-version-like numbers.
12588
12589 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12590
12591 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12592
12593 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12594
12595 * LRS: Reformat a bit to keep text under 80 columns.
12596
12597 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12598
12599 * gdb.texinfo: Add some credits, mention bug monitor.
12600 * remote.texi: Mention mips monitor targets.
12601 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12602
12603 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12604
12605 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12606 files, finish sorting of host vs target vs native macros, describe
12607 some more of them.
12608
12609 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12610
12611 * gdbint.texinfo (Host Conditionals): Document change from
12612 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12613
12614 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12615
12616 * gdbint.texinfo (Host Conditionals): Document
12617 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12618
12619 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12620
12621 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12622 Document LSEEK_NOT_LINEAR.
12623
12624 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12625
12626 * stabs.texinfo (Stab Section Basics): Make it clear that only
12627 some versions of the GNU linker remove the leading N_UNDF symbol.
12628
12629 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12630
12631 * stabs.texinfo (String Field): Document type number pairs here,
12632 instead of in the Sun specific section.
12633 (Include Files): The GNU linker supports the N_BINCL
12634 optimization. Clarify the N_BINCL value, and what it is used
12635 for.
12636 (Procedures): Document N_FUN with an empty string to mark the end
12637 of a function.
12638 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12639 (Sun Differences): Remove this node, as the information is now
12640 elsewhere in the main document.
12641 (Stab Section Basics): Mention that the GNU linker may optimize
12642 stabs and remove the leading N_UNDF symbol.
12643
12644 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12645
12646 * gdb.texinfo, refcard.tex: Restore author credit
12647
12648 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12649
12650 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12651 are macros that take an single argument.
12652
12653 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12654
12655 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12656 documentation to account for START and END macros taking
12657 one arg.
12658
12659 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12660
12661 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12662 * gdb.texinfo (Frames): Fix typo.
12663
12664 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12665
12666 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12667 a target_signal as arg type, not a pid.
12668
12669 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12670
12671 * gdb.texinfo: Document `set assembly-language'.
12672
12673 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12674
12675 * remote.texi: Update list of stubs in the GDB distribution.
12676
12677 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12678
12679 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12680 Also document that some systems can use mmalloc but must define
12681 this if their C runtime allocates memory that is later freed.
12682 (MMCHECK_FORCE): Document new macro.
12683
12684 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12685
12686 * remote.texi: Add documentation for target Sparclet.
12687
12688 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12689
12690 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12691 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12692 * configure.in: Rewritten for autoconf.
12693 * configure: New.
12694
12695 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12696
12697 * Makefile.in (DVIPS): New define, set to dvips.
12698 (dvi): Add stabs.dvi.
12699 (ps): New target.
12700 (all-doc): Depend on info, dvi, and ps targets.
12701 (STAGESTUFF): Add *.ps and *.dvi files.
12702 (clean-info, clean-dvi): Remove.
12703 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12704 rules completely rewritten.
12705 (maintainer-clean): Remove clean-info and clean-dvi
12706 dependencies and put their actions in the rules.
12707 (gdb.ps): New target
12708 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12709 intermediate TeX files, whether they have 2 or 3 character
12710 extensions.
12711 (gdbint.ps): Add target and rules.
12712 (gdb-internals): Delete unused target.
12713 (Makefile): Depends upon config.status also.
12714
12715 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12716
12717 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12718 set.
12719
12720 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12721
12722 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12723 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12724
12725 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12726
12727 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12728
12729 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12730
12731 * gdb.texinfo (Print settings): Document
12732 `set/show print static-members' commands.
12733
12734 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12735
12736 * gdbint.texinfo (Native): Document name change, coredep.c to
12737 core-aout.c.
12738
12739 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12740
12741 * stabs.texinfo (Include Files): Document the values the SunOS4
12742 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12743
12744 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12745
12746 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12747 Fix typo.
12748
12749 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12750
12751 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12752 "gdb.tar.Z".
12753
12754 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12755
12756 * Makefile.in (maintainer-clean): New target, synonym for
12757 realclean.
12758
12759 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12760
12761 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12762
12763 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12764
12765 * Update all FSF addresses except those in COPYING* files.
12766
12767 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12768
12769 From Richard Earnshaw (rearnsha@armltd.co.uk):
12770 * gdb.texinfo (convenience variables): Document $_exitcode.
12771 (quit): Document optional expression to use as exit code.
12772
12773 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12774
12775 * gdb.texinfo, remote.texi: Brought up to date with various
12776 GDB changes.
12777
12778 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12779
12780 * gdb.texinfo: Update dates and versions, fix comments about
12781 hardware watchpoints in future releases and about the
12782 sharedlibrary command.
12783
12784 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12785
12786 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12787 C_FUN stab. Other cleanups.
12788
12789 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12790
12791 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12792 for the sparc stub.
12793
12794 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * annotate.texi: Clarify which addresses have differing formats
12797 depending on the language and which do not.
12798
12799 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12800
12801 * remote.texi (NetWare): Changed example to use BOARD= instead of
12802 NODE= argument to reflect correspoding change to gdbserve.nlm.
12803
12804 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12807 GDB, as well as AIX dbx, supports the size type attribute.
12808
12809 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12810
12811 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12812
12813 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12814
12815 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12816 and new 'if' and 'while' commands.
12817
12818 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12819
12820 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12821
12822 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12823
12824 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12825 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12826 NetWare targets. Mostly stolen from the Server node.
12827
12828 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12829
12830 * gdb.texinfo (Setting): Talk about the language of a source file
12831 versus the working language. The old documentation did not match
12832 what GDB did.
12833
12834 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12835
12836 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12837 of a source file.
12838
12839 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * gdb.texinfo (Processes): New node.
12842
12843 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12844
12845 * remote.texi: Update documentation of set/show mipsfpu.
12846
12847 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12848
12849 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12850 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12851
12852 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12853
12854 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12855 obsolete conditionals, described some others.
12856
12857 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12858
12859 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12860 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12861
12862 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12863
12864 * gdbint.texinfo: Put regex conditionals in their own table.
12865
12866 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12867
12868 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12869 described or fixed the descriptions of many others.
12870
12871 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12872
12873 * gdb.texinfo: Add some more credits.
12874 * gdbint.texinfo: Capitalize GDB consistently, describe some
12875 macros and remove some.
12876
12877 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12878
12879 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12880 obsolete conditionals, described some others.
12881
12882 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12883
12884 * gdb.texinfo (help targets): Changed to `help target', which
12885 is the correct gdb command.
12886
12887 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12888
12889 * annotate.texi (TODO): New node, for keeping track of annotations
12890 suggested but not yet implemented.
12891
12892 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12893
12894 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12895 another symbol, it is not the address itself.
12896
12897 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12898
12899 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12900 of stabs-in-coff sections.
12901
12902 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12903
12904 * annotate.texi: Change edition to 0.5 and date to May 1994.
12905 Add index.
12906 (Frames): New node, for frame annotation.
12907 (Displays): New node, for display annotation.
12908
12909 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12910 when waiting for your program to stop.
12911
12912 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12913
12914 * annotate.texi (Breakpoint Info): Document annotation of header
12915 fields and record annotation.
12916
12917 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12918
12919 * annotate.texi: New file, to document annotations.
12920
12921 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12924 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12925
12926 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12927
12928 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12929 section, and say n_strx field is compilation unit relative.
12930 * stabs.texinfo: Don't use @code for a.out when it is the name of
12931 an object file format.
12932
12933 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12934
12935 * gdb.texinfo: Refer to file names, not path names, per rms
12936 convention.
12937 (Arguments): Fix typo.
12938
12939 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12940
12941 * stabs.texinfo (Global Variables): Talk about stabs in files
12942 where variables are referenced, but not defined.
12943
12944 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12945
12946 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12947 Cplusplus to new nodes Member Type Descriptor and Method Type
12948 Descriptor. Re-write stuff for #.
12949
12950 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12951
12952 * gdb.texinfo (Print Settings): Don't document "set print
12953 fast-symbolic-addr off". The bug which it worked around was fixed
12954 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12955
12956 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12957 N_ENTRY node.
12958
12959 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12960
12961 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12962
12963 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12964 references to ieee-float.c.
12965
12966 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12969 match what the code actually does.
12970
12971 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12972
12973 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12974
12975 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12976
12977 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12978 i, and b.
12979
12980 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12981
12982 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12983 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12984 as "stabs in sections" rather than just saying "ELF and SOM".
12985 Also make that stuff apply to COFF.
12986
12987 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12988
12989 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12990 Ghostscript.
12991
12992 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12995 versus functions without line numbers, also mention stepping into
12996 them as well as "step" when you are in them. Tell the user how to
12997 deal with the situation. Add comment about "debugging information".
12998
12999 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13000
13001 * stabs.texinfo (Enumerations): Document restriction on where
13002 enumeration types can appear and still win with GDB.
13003
13004 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13005
13006 * stabs.texinfo (Negative Type Numbers): Document format for type
13007 -16.
13008
13009 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * gdb.texinfo (Selection, Frame Info): Update information about
13012 arbitrary frame specficiations.
13013
13014 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
13015
13016 * gdb.texinfo, remote.texi: general editing pass prior to Net release
13017
13018 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13019
13020 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
13021
13022 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
13023
13024 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
13025
13026 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13029 Differences node to Statics node.
13030 (Statics): Discuss XCOFF use of V symbol descriptor.
13031
13032 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13033 not clean.
13034
13035 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13036
13037 * gdb.texinfo (Print Settings): Document `set print
13038 fast-symbolic-addr' and improve the doc for some other
13039 `set print's.
13040
13041 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13042
13043 * stabs.texinfo (String Field): Talk about defining several type
13044 numbers at once.
13045 Fix lint regarding changing node ELF Transformations to
13046 ELF and SOM Transformations.
13047
13048 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13049
13050 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13051
13052 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13053
13054 * stabs.texinfo (Cross-References): `::' is for nested types only
13055 within <>.
13056 (Structures): Document static members.
13057
13058 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13059
13060 * stabs.texinfo: Document S type attribute.
13061
13062 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13063
13064 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13065
13066 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13067
13068 * gdbint.texinfo: Fix a few typos.
13069
13070 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13071
13072 * gdb.texinfo, remote.texi: formatting improvements
13073
13074 * gdb.texinfo (New Features): mention threads.
13075 (Summary, C): fix xrefs in newly contributed text.
13076 (Threads): index entries, clarifications, example
13077 (passim): minor typos fixed, phrasing improvements
13078
13079 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13080 entries; (Server): explain use of gdbserver w/real-time systems,
13081 add example of conflicting TCP port; (MIPS Remote) break up
13082 running text into table, highlighting commands, and add example.
13083
13084 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13085
13086 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13087
13088 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * stabs.texinfo (Nested Symbols): New node.
13091 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13092
13093 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13094
13095 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13096 to picking which Bbss.bss symbol to use, and (because there seems to
13097 be no good way of doing it) re-write some of the text to make it
13098 sound like Bbss.bss isn't such a great idea after all (as currently
13099 designed).
13100
13101 * gdb.texinfo (C): In addition to saying people have to use g++ for
13102 good results, say they have to use stabs. Specifically say cfront
13103 doesn't work well.
13104 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13105 the gdb README. Add xrefs to places where the support for the various
13106 languages is described in detail.
13107
13108 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13109
13110 * stabs.texinfo: Clean up stuff about visibility and virtual
13111 characters.
13112
13113 * stabs.texinfo (N_M2C): Cite Sun doc.
13114
13115 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13116
13117 * gdb.texinfo: updates re threads.
13118 * remote.texinfo: avoid index entries starting with digits.
13119
13120 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13121
13122 * stabs.texinfo (Enumerations): Talk about large, negative and
13123 octal values. Clean up cross reference to type attributes.
13124 (String Field): Say that GDB 4.11 supports size attribute.
13125
13126 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13127
13128 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13129 is a mandatory step. Make the stuff about that more concise.
13130
13131 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13132
13133 * stabs.texinfo (Class Names): New node.
13134
13135 * gdb.texinfo (Command Files): Explain order of init file reading.
13136
13137 * remote.texi (Bootstrapping): Talk about getting the serial driver
13138 to deal with ^C sent by gdb to stop the remote system.
13139
13140 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13141
13142 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13143
13144 * libgdb.texinfo (Defining Commands): made the DOC arg
13145 to gdb_define_app_command a char * instead of char **
13146 per a suggestion from kingdon.
13147
13148 * libgdb.texinfo: total rewrite from a different starting
13149 premise.
13150
13151 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13152
13153 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13154 floats passed as doubles (to improve clarity).
13155
13156 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13157
13158 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13159
13160 * a4rc.sed: update to work with Andreas Vogel papersize params
13161
13162 * refcard.tex: use Andreas Vogel simplifications of papersize
13163 params; remove useless version info; update copyright date.
13164
13165 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13166
13167 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13168
13169 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13170
13171 * gdb.texinfo (Files): Say what address the load command loads it at.
13172
13173 * stabs.texinfo (Common Blocks): Minor cleanups.
13174
13175 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13176 that Sun has backed away from the linker kludge and thus the relevant
13177 issue is changes to the SunPRO tools, not the Solaris linker.
13178
13179 * stabs.texinfo (Traditional Integer Types): Clean up description
13180 of octal bounds a little bit. Document extra leading zeroes.
13181
13182 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13183
13184 * gdb.texinfo (Signaling): Update for symbolic symbol names
13185 and add a section explaining the difference between the GDB
13186 signal command and the shell kill utility.
13187
13188 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13189
13190 * libgdb.texinfo: added `@' to braces that were unescaped.
13191
13192 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13193
13194 * libgdb.texinfo: new file. Spec for the gdb library.
13195
13196 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13197
13198 * stabs.texinfo (Include Files): Fix typo (start -> end).
13199
13200 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13201
13202 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13203 from Melissa at FSF's editing pass.
13204
13205 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13206
13207 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13208 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13209 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13210
13211 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13212
13213 * remote.texi (Bootstrapping): Discuss 386 call gates.
13214
13215 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13216
13217 * stabs.texinfo (Based Variables): New node.
13218
13219 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13220
13221 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13222 names, sizes, and formats to suggest how not to lose.
13223
13224 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13225
13226 * stabs.texinfo (Methods): Fix typo.
13227
13228 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13229
13230 * gdb.texinfo: Fix a few typos.
13231
13232 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13233
13234 * gdb.texinfo: Clarify how well it works with Fortran.
13235
13236 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13237 More on relocating stabs in ELF files.
13238
13239 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13240
13241 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13242
13243 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13244
13245 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13246 parameters on VAX.
13247
13248 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13249
13250 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13251
13252 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13253
13254 * stabs.texinfo: Make info author notice match the TeX author notice.
13255
13256 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13257
13258 * stabs.texinfo: Initial-caps all words in node names and
13259 non-trivial words in section names.
13260
13261 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13262
13263 * stabs.texinfo: Many minor cleanups.
13264
13265 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13266
13267 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13268
13269 * stabs.texinfo: Remove full description of big example.
13270 It's not really helpful; just use pieces of it where appropriate.
13271 Add more Texinfo formatting directives (@samp, etc.).
13272 Use @deffn to define stab types.
13273 Eliminate some wordiness. Break up some nodes.
13274 Add an (alphabetized) index of symbol types.
13275 Use consistent capitalization style in node and section names.
13276
13277 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13278
13279 * gdb.texinfo: Change typo "Two two" to "The two".
13280
13281 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * stabs.texinfo (XCOFF-differences): Remove references to
13284 non-existent types N_DECL and N_RPSYM.
13285
13286 * stabs.texinfo (String Field): Say that type attributes bug is
13287 fixed in GDB 4.10, since it is.
13288
13289 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13290
13291 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13292
13293 * stabs.texinfo: Formatting cleanups.
13294
13295 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13296
13297 * stabs.texinfo: When explaining the n_type of a stab, standardize
13298 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13299 no tabs, use @r).
13300 (Global Variables): Clean up.
13301
13302 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13303
13304 * stabs.texinfo (Stack Variables): Re-write.
13305
13306 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13307
13308 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13309 addresses of a source file. Also revise formatting.
13310 Change "object module" or "object file" to "source file".
13311 Various: Miscellaneous cleanups.
13312
13313 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13314
13315 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13316
13317 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13318
13319 * gdbint.texinfo: Removed many nonsensical machine-collected
13320 host and target conditionals, described some of the remainder.
13321
13322 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13323
13324 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13325
13326 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13327 paragraph which follows.
13328
13329 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13330 variables. Looks better and avoids overful hbox.
13331
13332 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13333
13334 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13335
13336 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13337
13338 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13339 retransmit-timeout
13340
13341 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13342
13343 * gdbint.texinfo: Update statement about `some ancient Unix
13344 systems, like Ultrix 4.0' to Ultrix 4.2.
13345
13346 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13347
13348 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13349
13350 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13351
13352 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13353 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13354
13355 * remote.texi: new name for former gdbinv-s.texi
13356
13357 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13358
13359 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13360
13361 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13362 variables for MIPS remote debugging protocol.
13363
13364 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13365
13366 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13367
13368 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13369
13370 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13371
13372 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13373
13374 * gdb.texinfo: repair conditional bugs in text markup
13375
13376 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13377
13378 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13379 to select Modula-2 material.
13380
13381 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13382
13383 * stabs.texinfo: Cleanups regarding statics.
13384
13385 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13386 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13387
13388 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13389
13390 * stabs.texinfo: N_MAIN is sometimes used for C.
13391
13392 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13393
13394 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13395
13396 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13397
13398 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13399 removed from the code by Kingdon.
13400
13401 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13402
13403 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13404 input when evaluating breakpoint conditions; the bug has been fixed.
13405
13406 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13407 sets the ignore count to N-1, not to N.
13408
13409 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13410
13411 * refcard.tex (\hoffset): correct longstanding error to match
13412 intended offset; avoids cutting off edge on some printers
13413
13414 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13415
13416 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13417
13418 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13419
13420 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13421
13422 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13423
13424 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13425 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13426 collect sed edits if any, apply to refcard before formatting;
13427 (refcard.ps) stop implying PS fonts if PS output requested;
13428 (lrefcard.ps) delete extra target for variant PS fonts
13429
13430 * refcard.tex: parametrize papersize dependent info, collect
13431 in easily replaced spot
13432
13433 * a4rc.sed: new file, edits to refcard for A4 paper
13434
13435 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13436
13437 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13438
13439 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13440
13441 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13442
13443 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13444
13445 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13446 politely rather than rudely.
13447
13448 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13449
13450 * stabs.texinfo: Document common blocks.
13451
13452 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13453
13454 * stabs.texinfo: Add some basic info about stabs-in-elf.
13455
13456 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13457
13458 * stabs.texinfo (Top): Minor cleanup.
13459
13460 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13461
13462 * Makefile.in (install-info): remove parentdir support
13463
13464 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13465
13466 * gdb.texinfo (Copying): delete this node and references to it;
13467 RMS says this manual need not carry GPL. (passim): Improvements
13468 from last round at FSF, largely due to Ian Taylor review, and
13469 minor formatting improvements.
13470
13471 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13472 largely due to Ian Taylor review. (Debug Session): minor edits to
13473 new text.
13474
13475 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13476
13477 * Makefile.in (realclean): Remove info and dvi files too.
13478
13479 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13480
13481 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13482 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13483 * gdb.texinfo: Change accordingly.
13484
13485 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13486 N_{L,R}BRAC,N_SLINE are relative to.
13487
13488 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13489
13490 * Makefile.in (GDBvn.texi): Update atomically.
13491
13492 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13493
13494 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13495
13496 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13497
13498 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13499 addresses together. Also motivate the set print symbol-filename
13500 command and suggest other solutions.
13501
13502 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13503
13504 * gdb.texinfo (set print elements): Note that the number of
13505 elements is set to unlimited by "set print elements 0".
13506
13507 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13508
13509 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13510 NF_LDOUBLE means.
13511 (Stab Types): Include Solaris stab types.
13512 (Procedures): Document Solaris extensions.
13513
13514 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13515
13516 * gdb.texinfo: Add `set print symbol-filename' doc.
13517
13518 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13519
13520 * stabs.texinfo (Arrays): Talk about type definition vs. type
13521 information.
13522
13523 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13524 the trailing semicolon.
13525
13526 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13527
13528 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13529 and merge in other parts of the document addressing these subjects.
13530 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13531
13532 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13533 at the end of a range type.
13534
13535 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13536 AIX extensions.
13537
13538 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13539
13540 * stabs.texinfo (Stabs Format): Misc fixes.
13541
13542 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13543
13544 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13545 (Traditional builtin types): Document convex convention for long long.
13546 (Negative builtin types): Discuss type names, and misc fixes.
13547
13548 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13549
13550 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13551 point types used with @samp{R} type descriptor.
13552 (Symbol Descriptors): Describe how to handle conflict between
13553 different meanings of @samp{P} symbol descriptor.
13554
13555 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13556
13557 * stabs.texinfo: Remove node Quick Reference and put its children
13558 directly under the main menu.
13559
13560 * stabs.texinfo: Many more changes to bring it into line with
13561 AIX documentation and reality. I think it now has all the
13562 information from the AIX documentation, except that I burned
13563 out when I got to variant records (Pascal and Modula-2) and
13564 all the COBOL types. Oh well, we can add them later when we're
13565 worrying more about those languages.
13566
13567 * stabs.texinfo (Automatic variables): Talk about what it means
13568 to omit the symbol descriptor.
13569
13570 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13571
13572 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13573 gcc2 behavior with promoted args.
13574
13575 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13576
13577 * gdb.texinfo: include readline appendices in info version of manual
13578
13579 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13580
13581 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13582 target remote.
13583
13584 * gdb.texinfo (Machine Code): more index entries for disassemble
13585
13586 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13587
13588 * Clarify the intended use of the gdb-testers and gdb-patches
13589 mailing lists, and shrink gzip comment.
13590
13591 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13592
13593 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13594 DOSHOST configuration of manual.
13595
13596 * gdb.texinfo (MIPS Stack): new node.
13597
13598 * all-config.texi (MIPS) new switch.
13599
13600 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13601 tense; (MIPS Remote) new node.
13602
13603 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13604 bug; (Environment) less passive, other small cleanups in text about
13605 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13606 (Remote) new MIPS Remote menu entry.
13607
13608 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13609
13610 * stabs.texinfo: Many changes to include information from the
13611 AIX documentation.
13612
13613 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13614
13615 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13616
13617 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13618 Add PRINTF_HAS_LONG_LONG references.
13619
13620 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13621
13622 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13623 `set demangle-style arm' (not cfront); mention can type `q' to
13624 discard output, when gdb pages.
13625
13626 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13627
13628 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13629 Move a bunch of information from ../README.
13630 (Getting Started): New node.
13631
13632 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13633
13634 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13635
13636 * gdb.texinfo: advance manual revision dates to present
13637
13638 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13639 stop using silly Roman numerals in @set variable names
13640
13641 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13642
13643 * stabs.texinfo (Parameters): Keep trying to get this right.
13644
13645 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13646
13647 * stabs.texinfo (Parameters): More on "local parameters".
13648
13649 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13650
13651 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13652
13653 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13654
13655 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13656 (Parameters): Rewrite.
13657 (xcoff-differences, Sun-differences): Minor changes.
13658
13659 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13660
13661 * stabs.texinfo: Minor cleanup.
13662
13663 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13664
13665 * gdbint.texinfo: Minor xcoff stuff.
13666
13667 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13668
13669 * gdbint.texinfo: Update for new config directory structure.
13670 Add info about internal type data structures.
13671
13672 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13673
13674 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13675 $(srcdir).
13676 (gdb-config.texi): Depend on file in $(srcdir).
13677
13678 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13679
13680 * stabs.texinfo: Fixes about N_SO.
13681
13682 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13683
13684 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13685
13686 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13687
13688 * gdb.texinfo: include list of nonstandard init file names
13689
13690 * *-config.texi: new switch GENERIC for text that applies *only*
13691 to (usual) multiple-target version of manual
13692
13693 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13694 h8 config
13695
13696 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13697 in menus (rather than conditionally selected multiple alternative
13698 menus).
13699
13700 * Makefile.in: define and use DOC_CONFIG var to select
13701 configuration for GDB user manual.
13702
13703 * gdb-config.texi: delete from repository, generate from Makefile.
13704
13705 * all-config.texi: normal `generic' configuration file, formerly
13706 stored as gdb-config.texi
13707
13708 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13709
13710 * Makefile.in: add dvi target to build all .dvi files
13711
13712 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13713
13714 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13715
13716 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13717
13718 * stabs.texi: The `this' pointer is now known by the name
13719 `this' instead of `$t'.
13720
13721 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13722
13723 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13724 host conditionals.
13725 * stabs.texinfo: More array fixes inspired by Jim's.
13726
13727 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13728
13729 * stabs.texinfo: Fixes re arrays and continuations.
13730
13731 * gdbint.texinfo: Add XCOFF node.
13732
13733 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13734
13735 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13736
13737 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13738
13739 * stabs.texinfo: Fix for array types to mention lower bounds.
13740
13741 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13742
13743 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13744
13745 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13746
13747 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13748
13749 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13750
13751 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13752 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13753
13754 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13755
13756 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13757
13758 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13759
13760 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13761
13762 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13763
13764 * gdb.texinfo, gdbinv-s.texi: misc updates
13765
13766 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13767
13768 * gdbint.texinfo: Brief documentation for longjmp support,
13769 from an email msg by Stu.
13770
13771 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13772
13773 * stabs.texinfo: Fix description of floating point "range"
13774 types (which really define basic types). Reported by Jim Meehan,
13775 <meehan@src.dec.com>.
13776
13777 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13778
13779 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13780
13781 * gdbint.texinfo: Slightly expand section on supporting a new
13782 object file format.
13783
13784 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13785
13786 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13787 intermediate file.
13788
13789 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13790
13791 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13792
13793 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13794
13795 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13796
13797 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13798 as well as Z8002.
13799
13800 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13801
13802 * gdbint.texinfo (Host Conditionals): Remove
13803 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13804 MEM_FNS_DECLARED.
13805 (Target Conditionals): Remove all of the above.
13806
13807 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13808
13809 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13810 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13811
13812 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13813
13814 * gdbint.texinfo: Add sections on clean design and on how to send
13815 in changes.
13816
13817 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13818
13819 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13820
13821 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13822
13823 * gdbint.texinfo: nm.h now included in defs.h.
13824
13825 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13826
13827 * gdb.texinfo: Fix typo, reported by Karl Berry.
13828
13829 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13830
13831 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13832
13833 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13834
13835 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13836
13837 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13838
13839 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13840 (all @node commands): Use new form to avoid nitpicking errors.
13841 * gdbint.texinfo: Document host/native/target split.
13842
13843 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13844
13845 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13846
13847 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13848
13849 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13850
13851 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13852
13853 * gdbint.texinfo: fixed a stray email address (needs @@),
13854 added @table @code to node "Native Conditionals"
13855
13856 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13857
13858 * gdbint.texinfo: document a few more macros, create new section
13859 for native macros.
13860
13861 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13862
13863 * gdb.texinfo: Document command hooks.
13864
13865 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13866
13867 * gdbint.texinfo: Describe coding style of GDB.
13868
13869 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13870
13871 * stabs.texinfo: Minor wording changes.
13872
13873 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13874
13875 * gdbint.texinfo: Improve release doc slightly.
13876
13877 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13878
13879 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13880 for two new remote targets---29K using UDI, and Tandem ST2000
13881 using STDBUG.
13882
13883 * all.m4, none.m4: new m4 switch, _ST2000__
13884
13885 * all.m4: turn on H8/300 stuff for generic manual
13886
13887 * gdbinv-s.m4.in: remove text on special procedures to continue
13888 after explicit call to breakpoint() in serial stubs.
13889
13890 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13891
13892 * gdbint.texinfo: Improve doc of GDB config macros.
13893
13894 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13895
13896 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13897 These will be reinserted when examined.
13898
13899 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13900
13901 * gdb.texinfo: fix shameful error of agreement reported by
13902 jimb@occs.cs.oberlin.edu (Jim Blandy)
13903 * gdb.texinfo: remove old partial discussion of remote serial
13904 protocol (via serial debug stubs)
13905 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13906 use of serial debug stubs
13907
13908 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13909
13910 * gdbint.texinfo: Make a start at documenting all the #if macros
13911 in GDB. At least list them all, and start separating them into
13912 host-specific and target-specific.
13913
13914 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13915
13916 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13917 examples (not consistent w others).
13918 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13919 for generic vn of doc
13920
13921 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13922
13923 * Makefile.in: always create installation directories.
13924
13925 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13926
13927 * gdb.texinfo: in h8 config, do not describe searching commands.
13928
13929 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13930
13931 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13932 conditionals; introduce a few generic switches that may be
13933 useful for other cross-dev or dos-hosted configs.
13934
13935 * gdb.texinfo: fix typo in "info reg" description
13936
13937 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13938
13939 * stabs.texinfo: Minor updates from running TeX over it.
13940 * Makefile.in (stabs.dvi, stabs.ps): Add.
13941
13942 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13943
13944 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13945 First pass at converting it to texinfo.
13946
13947 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13948
13949 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13950 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13951
13952 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13953
13954 * gdbint.texinfo: Add section on partial symbol tables.
13955
13956 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13957
13958 * gdb.texinfo: Document new am29k setting.
13959
13960 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13961
13962 * gdb.texinfo: document `set remotedebug' and `set
13963 rstack_high_address'.
13964
13965 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13966
13967 * gdb.texinfo: slight expansion of new text on reading info files
13968 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13969 H8/300 from DOS.
13970
13971 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13972
13973 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13974
13975 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13976
13977 * gdb.texinfo: Say how to read the `info' files.
13978
13979 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13980
13981 * Makefile.in: gm4 -> m4.
13982
13983 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13984
13985 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13986 Documentation' ahead of `Installing GDB' to match README.
13987 Update shared library doc, -readnow and -mapped, and directory
13988 structure (add glob and mmalloc). Update configure doc.
13989
13990 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13991
13992 * Makefile.in: remove $(srcdir) from gdb.info rule.
13993
13994 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13995
13996 * Makefile.in: commented out gdb-all.texinfo rule. This is
13997 temporary.
13998
13999 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14000
14001 * Makefile.in, configure.in: removed traces of namesubdir,
14002 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14003 copyrights to '92, '13, changed some from Cygnus to FSF.
14004
14005 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
14006
14007 * gdb.texinfo: Improve how we ask for bug reports.
14008
14009 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14010
14011 * Makefile.in: infodir belongs in datadir.
14012
14013 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14014
14015 * Makefile.in: remove spaces following hyphens, bsd make can't
14016 cope. install using INSTALL_DATA. added clean-info. added
14017 standards.text support.
14018
14019 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14020
14021 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14022 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14023 and mandir now keyed off datadir by default.
14024
14025 \f
14026 Local Variables:
14027 mode: change-log
14028 left-margin: 8
14029 fill-column: 74
14030 version-control: never
14031 coding: utf-8
14032 End: