Add `set print repeats' tests for C/C++ arrays
[binutils-gdb.git] / gdb / doc / ChangeLog-1991-2021
1 2021-07-02 Pedro Alves <pedro@palves.net>
2
3 * gdb.texinfo (TUI): <TUI Mouse Support>: New node/section.
4
5 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.texinfo (Symbols): Document new output format for 'info
8 sources'.
9
10 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.texinfo (GDB/MI File Commands): Document --group-by-objfile
13 extension for -file-list-exec-source-files.
14
15 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.texinfo (GDB/MI File Commands): Document extensions to
18 -file-list-exec-source-files.
19
20 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
23 description.
24
25 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * guile.texinfo (Breakpoints In Guile): Add BP_CATCHPOINT
28 description.
29
30 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.texinfo (RISC-V Features): Mention vector register feature.
33
34 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * python.texi (Unwinding Frames in Python): Mention
37 PendingFrame.level.
38 (Frames In Python): Mention Frame.level.
39
40 2021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
41
42 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
43 for "record function-call-history" and
44 "set record function-call-history-size".
45
46 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
47
48 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
49 '== None'.
50
51 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
52
53 * gdb.texinfo (Source and Machine Code): Document 'set
54 disassembler-options' support for the ARC target.
55
56 2021-06-04 Hannes Domani <ssbssa@yahoo.de>
57
58 * python.texi (TUI Windows In Python): Document Window.click.
59
60 2021-05-29 Hannes Domani <ssbssa@yahoo.de>
61
62 * python.texi (Writing a Frame Filter): Fix example.
63
64 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
65
66 * python.texi (TUI Windows In Python): Document "full_window"
67 argument.
68
69 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
70
71 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
72
73 2021-05-25 Hannes Domani <ssbssa@yahoo.de>
74
75 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
76
77 2021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
80 (Source Path): Likewise.
81 (GDB/MI Development and Front Ends): Likewise.
82 (ARM Features): Likewise.
83 (gdb man): Likewise.
84
85 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
86
87 * python.texi (Inferiors In Python): Mention the 'connection_num'
88 attribute.
89
90 2021-05-12 George Barrett <bob@bob131.so>
91
92 * guile.texi (Values From Inferior In Guile): Add documentation
93 for value-const-value.
94
95 2021-05-12 George Barrett <bob@bob131.so>
96
97 * guile.texi (Values From Inferior In Guile): Add documentation
98 for value-reference-value. Add documentation for
99 value-rvalue-reference-value.
100
101 2021-05-12 George Barrett <bob@bob131.so>
102
103 * guile.texi (Types In Guile): Add documentation for
104 TYPE_CODE_RVALUE_REF.
105
106 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * guile.texinfo (Breakpoints In Guile): Reword sentence.
109 * python.texinfo (Breakpoints In Python): Reword sentence.
110
111 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * python.texinfo (Python Commands): Document 'set debug
114 py-unwind' and 'show debug py-unwind'.
115
116 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * python.texinfo (Python Commands): Document 'set debug
119 py-breakpoint' and 'show debug py-breakpoint'.
120
121 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
122
123 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
124 '--force' flag of the '-break-condition' command.
125
126 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
127
128 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
129 '--force-condition' flag of the '-break-insert' and
130 '-dprintf-insert' commands.
131
132 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * python.texi (Types In Python): Re-organize Type.fields doc.
135 Mention handling of array types. Correct doc for when calling
136 the method on another type.
137
138 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
139
140 * gdb.texinfo (Initialization Files): Use @env when referencing
141 environment variables.
142 (Shell Commands): Likewise.
143 (Starting): Likewise.
144 (Arguments): Likewise.
145 (Environment): Likewise.
146 (Edit): Likewise.
147 (Compiling and Injecting Code): Likewise.
148 (Files): Likewise.
149 (Command History): Likewise.
150 (Screen Size): Likewise.
151 (Emacs): Likewise.
152
153 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * python.texinfo (Python Commands): Mention new commands.
156
157 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
158
159 PR gdb/22640
160 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
161 ptype command, describe 'set print type hex' and 'show print
162 type hex' commands. Update 'ptype/o' examples.
163
164 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
165
166 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
167 description for the 'enabled' field of breakpoint locations.
168
169 2021-04-15 Tom Tromey <tom@tromey.com>
170 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
173
174 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 PR cli/25956
177 * gdb.texinfo (File Options): Mention new command line options.
178 (Startup): Discuss when early init files are processed.
179 (Initialization Files): Add description of early init files.
180 (Output Styling): Update description of 'version' style.
181 (gdb man): Mention early init files.
182
183 2021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
186 parentheses to GDB prompt in example, and replace '(gdb)' with
187 '(@value{GDBP})' in one example where the latter was already in
188 use.
189
190 2021-03-29 Luis Machado <luis.machado@linaro.org>
191
192 * gdb.textinfo (Memory Tagging): Make it a @section.
193
194 2021-03-24 Luis Machado <luis.machado@linaro.org>
195
196 * gdb.texinfo (Data): Document memory tagging changes to the "print"
197 command.
198 (Examining Memory): Document memory tagging changes to the "x"
199 command.
200 (Memory Tagging): Update with more information on changes to the "x"
201 and "print" commands.
202
203 2021-03-24 Luis Machado <luis.machado@linaro.org>
204
205 * gdb.texinfo (Memory Tagging): New subsection and node.
206 (AArch64 Memory Tagging Extension): New subsection.
207
208 2021-03-24 Luis Machado <luis.machado@linaro.org>
209
210 * gdb.texinfo (General Query Packets): Document qMemTags and
211 QMemTags. Document the "memory-tagging" feature.
212 (ARM-Specific Protocol Details): Document memory tag types.
213
214 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * python.texinfo (Parameters In Python): Return empty string in
217 small example code.
218
219 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.texinfo (Files): Document new 'maint info target-sections'
222 command.
223
224 2021-02-17 Lancelot Six <lsix@lancelotsix.com>
225
226 PR cli/17290
227 * gdb.texinfo (Remote Configuration): Fix show remote
228 interrupt-sequence and show remote interrupt-on-connect.
229
230 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.texinfo (Files): Update documentation for 'maint info
233 sections'.
234
235 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * python.texinfo (TUI Windows In Python): Extend description of
238 TuiWindow.is_valid.
239
240 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
241
242 * gdb.texinfo (Inferiors Connections and Programs): Document the
243 inferior command when used without argument.
244
245 2021-01-27 Tom Tromey <tromey@adacore.com>
246
247 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
248
249 2021-01-25 Marco Barisione <mbarisione@undo.io>
250
251 * python.texi: Add parentheses to print statements/functions.
252
253 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * gdb.texinfo (Specify Location): Move menu to the end of the
256 node.
257 (Auto-loading): Likewise.
258 (Extending GDB): Likewise.
259 (TUI): Likewise.
260 (Operating System Information): Likewise.
261
262 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 PR cli/25956
265 * gdb.texinfo (Output Styling): Document version style.
266
267 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.texinfo (Auto-loading extensions): Add additional cross
270 references and move @menu to the end of the node.
271
272 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.texinfo (Aliases): Move @menu to the end of the node.
275
276 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
279
280 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.texinfo (Commands): Update menu.
283 (Extending GDB): Likewise.
284 (Command aliases default args): Moved later into the document,
285 added a cindex entry. Renamed the section 'Automatically prepend
286 default arguments to user-defined aliases' to 'Default Arguments'.
287 (Aliases): Moved earlier in the document. Minor rewording of the
288 first paragraph, down-cased the text inside all uses of @var, and
289 added a cross reference to the Python code. Renamed the section
290 'Creating new spellings of existing commands' to 'Command
291 Aliases'.
292
293 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
294
295 PR python/19151
296 * python.texi (Breakpoints In Python): Document
297 gdb.BP_HARDWARE_BREAKPOINT.
298
299 2021-01-01 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.texinfo, refcard.tex: Update copyright year range.
302
303 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
304
305 * python.texi (Frame Decorator API): Fix method name.
306
307 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
308
309 * gdb.texinfo (Packets): Clarify language for ? packet.
310
311 2020-12-21 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb.texinfo (Requirements): Add GMP to list of requirements.
314
315 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
316
317 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
318
319 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
320
321 * python.texi (Values From Inferior): Document the address keyword.
322
323 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
324
325 PR gdb/27088
326 * gdb.texinfo (Range Checking): Fix "show check range" command
327 name.
328
329 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.texinfo (Caching Target Data): Document 'maint flush
332 dcache'.
333
334 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
337 (Maintenance Commands): Document 'maint flush register-cache'.
338
339 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
340
341 * Makefile.in: Delete GDBvn.texi and version.subst only in
342 the maintainer-clean target.
343
344 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
345
346 PR python/26974
347 * python.texi: Fix docu for static members argument.
348
349 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.texinfo (Debugging Output): Document 'set/show debug
352 fortran-array-slicing'.
353 (Special Fortran Commands): Document 'set/show fortran
354 repack-array-slices'.
355
356 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * gdb.texinfo (Maintenance Commands): Update description of 'maint
359 print c-tdesc'.
360
361 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.texinfo (Mode Options): Descriptions of initialization files
364 has been moved to 'Initialization Files'.
365 (Startup): Likewise.
366 (Initialization Files): New node.
367 (gdb man): Update to mention alternative file paths.
368 (gdbinit man): Likewise.
369
370 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
371
372 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
373 of the 'break'command.
374 * gdb.texinfo (Conditions): Document the '-force' flag of the
375 'condition' command.
376
377 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
378
379 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
380 locations for which the breakpoint condition is invalid.
381
382 2020-10-06 Michael Forney <mforney@mforney.org>
383
384 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
385 install condition.
386
387 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
388
389 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
390
391 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
392
393 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
394
395 2020-09-13 Pedro Alves <pedro@palves.net>
396
397 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
398 "-break-insert --qualified" and "-dprintf-insert --qualified".
399
400 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
401
402 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
403
404 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
405
406 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
407 Features.
408
409 2020-08-07 Tom Tromey <tromey@adacore.com>
410
411 * gdb.texinfo (Ravenscar Profile): Add examples.
412 Document runtime initialization limitation.
413
414 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
415
416 * gdb.texinfo (Contributors): Add information for the eBPF
417 support.
418 (BPF): New section.
419
420 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * python.texi (Unwinding Frames in Python): Update descriptions
423 for PendingFrame.read_register and
424 gdb.UnwindInfo.add_saved_register.
425 (Frames In Python): Update description of Frame.read_register.
426
427 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * python.texi (Registers In Python): Document new find function.
430
431 2020-07-22 Kevin Buettner <kevinb@redhat.com>
432
433 * gdb.texinfo (Maintenance Commands): Add documentation for
434 new command "maintenance print core-file-backed-mappings".
435
436 2020-07-22 Reuben Thomas <rrt@sc3d.org>
437
438 * gdb.texinfo (Remote Protocol, Overview): Correct the description
439 of which remote protocol commands are mandatory for a stub to
440 implement.
441
442 2020-07-20 Ludovic Courtès <ludo@gnu.org>
443
444 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
445
446 2020-07-20 Ludovic Courtès <ludo@gnu.org>
447
448 * guile.texi (Memory Ports in Guile): Mark
449 'memory-port-read-buffer-size',
450 'set-memory-port-read-buffer-size!',
451 'memory-port-write-buffer-size',
452 'set-memory-port-read-buffer-size!' as deprecated.
453 (Guile Introduction): Clarify which Guile
454 versions are supported.
455
456 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
457
458 PR gdb/25716
459
460 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
461 apply' and adjust xrefs to it.
462
463 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
464
465 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
466
467 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
468
469 * gdb.texinfo: Document Windows drive conversion of
470 'set auto-load scripts-directory'.
471
472 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.texi (Registers): Add @anchor for 'info registers
475 <reggroup>' command.
476 * python.texi (Architectures In Python): Document new
477 register_groups method.
478 (Registers In Python): Document two new object types related to
479 register groups.
480
481 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * python.texi (Python API): Add new section to the menu.
484 (Frames In Python): Add new @anchor.
485 (Architectures In Python): Document new registers method.
486 (Registers In Python): New section.
487
488 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * python.texi (Unwinding Frames in Python): Document
491 PendingFrame.architecture method.
492
493 2020-06-26 Eli Zaretskii <eliz@gnu.org>
494
495 * gdb.texinfo (Shell Commands): More accurate description of use
496 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
497
498 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.texinfo (Maintenance Commands): Document new 'maint print
501 xml-desc' command.
502
503 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
504
505 * gdb.texinfo (Command aliases default args): New node documenting
506 how to use default args for a command using aliases.
507 (Aliases): Document the new 'DEFAULT-ARGS...' option.
508 (Help): Update help aliases text and describe when full alias
509 definition is provided.
510
511 2020-06-11 Tom Tromey <tromey@adacore.com>
512
513 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
514
515 2020-06-10 Jonny Grant <jg@jguk.org>
516
517 * gdb.texinfo: Remove broken links Previous and Up from
518 contents.
519
520 2020-05-23 Tom Tromey <tom@tromey.com>
521
522 * gdb.texinfo (Output Styling): Don't mention completion styling.
523 (Editing): Don't mention readline completion styling.
524
525 2020-05-23 Tom Tromey <tom@tromey.com>
526
527 * gdb.texinfo (Output Styling): Mention completion styling.
528 (Editing): Mention readline completion styling.
529
530 2020-05-19 Pedro Alves <palves@redhat.com>
531
532 * gdb.texinfo (Attach): Update exec-file-mismatch description to
533 mention build IDs.
534 (Separate Debug Files): Add "build id" anchor.
535
536 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
537
538 * gdb.texinfo (Help): Document the help and apropos changes.
539 (Aliases): Document new meaning of -a abbreviation flag.
540
541 2020-05-05 Kamil Rytarowski <n54@gmx.com>
542
543 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
544 (info proc exe, info proc mappings, info proc stat): Mention
545 NetBSD support.
546
547 2020-04-28 Tom Tromey <tom@tromey.com>
548
549 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
550
551 2020-04-27 Tom Tromey <tromey@adacore.com>
552
553 * python.texi (Types In Python): Mention missing fields. Add
554 dynamic type example.
555
556 2020-04-24 Tom Tromey <tromey@adacore.com>
557
558 PR python/23662:
559 * python.texi (Types In Python): Document new features.
560
561 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
562
563 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
564 clears makeinfo warnings.
565 * python.texi: Add a missing period trailing an @xref{} clause;
566 this clears a makeinfo warning.
567
568 2020-03-06 Tom de Vries <tdevries@suse.de>
569
570 * gdb.texinfo: Fix "the the".
571
572 2020-03-04 Tom de Vries <tdevries@suse.de>
573
574 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
575 * python.texi: Same.
576
577 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.texinfo (Command History): Extend description for
580 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
581 'set history filename' being optional. Describe the effect of an
582 empty history filename on 'set history save on'.
583
584 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
587 output.
588
589 2020-02-22 Tom Tromey <tom@tromey.com>
590
591 * python.texi (Python API): Add menu item.
592 (TUI Windows In Python): New node.
593
594 2020-02-22 Tom Tromey <tom@tromey.com>
595
596 PR tui/17850:
597 * gdb.texinfo (TUI Commands): Document horizontal layouts.
598
599 2020-02-22 Tom Tromey <tom@tromey.com>
600
601 * gdb.texinfo (TUI Overview): Mention user layouts.
602 (TUI Commands): Document "tui new-layout".
603
604 2020-01-26 Tom Tromey <tromey@adacore.com>
605
606 * gdb.texinfo (M68K Features): Document floating-point feature
607 correspondence.
608
609 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
610
611 * gdb.texinfo (Attach): Document the new option and the
612 set/show commands.
613 (Connecting): Reference the exec-file-mismatch option.
614
615 2020-01-10 Pedro Alves <palves@redhat.com>
616
617 * gdb.texinfo (Starting): Say "current inferior not connected"
618 instead of "GDB not connected".
619 (Inferiors and Programs): Rename node to ...
620 (Inferiors Connections and Programs): ... this. Update all
621 references. Talk about multiple target connections. Update "info
622 inferiors" info to mention the connections column. Describe "info
623 connections". Document "add-inferior -no-connection".
624 * guile.texi, python.texi: Update cross references.
625
626 2020-01-01 Joel Brobecker <brobecker@adacore.com>
627
628 * gdb.texinfo, refcard.tex: Update copyright year range.
629
630 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * python.texi (Symbols In Python): Remove duplicate description of
633 gdb.lookup_global_symbol.
634
635 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
636
637 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
638
639 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
640
641 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
642 as -r is ambiguous. Update the print - TAB TAB completion result.
643 (Data): Document new option -raw-values. Use -p and -pretty in the
644 example, as -r is ambiguous.
645 (Print Settings): Document set print raw values.
646 (Pretty-Printer Commands): Document interaction between enabled
647 pretty printers and -raw-values/-raw-frame-arguments.
648
649 2019-12-10 Tom Tromey <tom@tromey.com>
650
651 * python.texi (gdb.prompt): Use correct quotes in example.
652 Shorten sample text.
653
654 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
657 -max-results to some -symbol-info-* commands.
658
659 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
662 -symbol-info-module-functions and -symbol-info-module-variables.
663
664 2019-12-01 Tom Tromey <tom@tromey.com>
665
666 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
667 (Output Styling): Document new settings.
668
669 2019-12-01 Tom Tromey <tom@tromey.com>
670
671 * gdb.texinfo (TUI Configuration): Document new setting.
672
673 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
674
675 * gdb.texinfo (Define): Indicate that user-defined prefix can
676 be used in 'define' command. Document 'define-prefix' command.
677
678 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
681 -symbol-info-modules.
682
683 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
686 -symbol-info-functions, -symbol-info-types, and
687 -symbol-info-variables.
688
689 2019-11-26 Tom Tromey <tom@tromey.com>
690
691 * gdb.texinfo (Maintenance Commands): Document new maint
692 commands.
693
694 2019-11-25 Luis Machado <luis.machado@linaro.org>
695
696 * gdb.texinfo (Debugging Output): Document set debug
697 remote-packet-max-chars.
698
699 2019-11-14 Tom de Vries <tdevries@suse.de>
700
701 * gdb.texinfo: Fix typos.
702 * python.texi: Same.
703 * stabs.texinfo: Same.
704
705 2019-11-12 Tom Tromey <tom@tromey.com>
706
707 * gdb.texinfo (Maintenance Commands): Document new command.
708
709 2019-11-11 Tom Tromey <tom@tromey.com>
710
711 * gdb.texinfo (TUI Keys): Document readline function names.
712
713 2019-11-11 Tom Tromey <tom@tromey.com>
714
715 * gdb.texinfo (Editing): Document operate-and-get-next.
716
717 2019-11-11 Tom Tromey <tromey@adacore.com>
718
719 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
720
721 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * python.texi (Symbols In Python): Add documentation for
724 gdb.lookup_static_symbols.
725
726 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * python.texi (Symbols In Python): Extend documentation for
729 gdb.lookup_static_symbol.
730
731 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.texinfo (Symbols): Document new 'info module variables' and
734 'info module functions' commands.
735
736 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * gdb.texinfo (Symbols): Document new 'info modules' command.
739
740 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
741
742 * gdb.texinfo (Convenience Funs): Document the new
743 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
744 convenience functions.
745
746 2019-10-29 Christian Biesinger <cbiesinger@google.com>
747
748 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
749 generation.
750 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
751 option.
752
753 2019-10-23 Tom Tromey <tom@tromey.com>
754
755 * Makefile.in (READLINE_DIR): Update.
756
757 2019-10-23 Christian Biesinger <cbiesinger@google.com>
758
759 * python.texi (Threads In Python): Add a note for how to get the
760 list of threads.
761
762 2019-10-07 Tom de Vries <tdevries@suse.de>
763
764 * gdb.texinfo: Fix typo.
765 * guile.texi: Same.
766 * python.texi: Same.
767
768 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
769
770 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
771
772 2019-10-02 Tom Tromey <tromey@adacore.com>
773
774 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
775 $_ada_exception.
776
777 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
778
779 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
780 qXfer:spu:read and qXfer:spu:write.
781 (General Query Packets): Likewise.
782 (Cell Broadband Engine SPU architecture): Remove subsection.
783
784 2019-09-18 Tom Tromey <tom@tromey.com>
785
786 * gdb.texinfo (Editing): Document readline application name.
787 (TUI Single Key Mode): Document TUI SingleKey keymap name.
788
789 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.texinfo (Source Path): Additional text to better describe
792 how the source path directory list is used when searching for
793 source files.
794
795 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
798 examples.
799
800 2019-09-10 Tom Tromey <tromey@adacore.com>
801
802 * gdb.texinfo (Index Files): Update Ada text.
803
804 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.texinfo (Symbols): Add information about the -n flag to
807 "info variables" and "info functions".
808
809 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
810
811 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
812
813 2019-08-16 Alan Hayward <alan.hayward@arm.com>
814
815 * gdb.texinfo (AArch64 Pointer Authentication)
816 (GDB/MI Breakpoint Information) (Frame Information): Document
817 addr_field.
818
819 2019-08-12 Tom Tromey <tom@tromey.com>
820
821 * gdb.texinfo (Configure Options): Document minimum version of
822 readline.
823
824 2019-08-09 Alan Hayward <alan.hayward@arm.com>
825
826 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
827
828 2019-08-07 Alan Hayward <alan.hayward@arm.com>
829
830 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
831
832 2019-08-05 Christian Biesinger <cbiesinger@google.com>
833
834 * python.texi (Blocks In Python): Document dictionary access on blocks.
835
836 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
837
838 * gdb.texinfo (Symbols): Document new args -dirname and -basename
839 of "info sources" command.
840
841 2019-07-30 Christian Biesinger <cbiesinger@google.com>
842
843 * python.texi (Symbols In Python): Document new function
844 gdb.lookup_static_symbol.
845
846 2019-07-29 Christian Biesinger <cbiesinger@google.com>
847
848 * python.texi (Objfiles In Python): Document new functions
849 Objfile.lookup_{global,static}_symbol.
850
851 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
852
853 * gdb.texinfo (Backtrace): Document the new '-frame-info'
854 backtrace option. Reference 'set print frame-info'.
855 (Print Settings): Document 'set|show print frame-info'.
856 Document new 'presence' value for 'set print frame-arguments.
857
858 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.texinfo (Symbols): Add information about -q flag to "info
861 types".
862
863 2019-07-20 Kevin Buettner <kevinb@redhat.com>
864
865 * python.texi (python command): Revise example to match
866 command behavior.
867
868 2019-07-09 Pedro Alves <palves@redhat.com>
869
870 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
871 examples to show type=catchpoint instead of type=breakpoint and an
872 address.
873
874 2019-07-03 Pedro Alves <palves@redhat.com>
875 Philippe Waroquiers <philippe.waroquiers@skynet.be>
876
877 * gdb.texinfo (Command Settings): New node documenting the general
878 concept of settings, how to change them, and the new "with"
879 command.
880 (Maintenance Commands): Document "maint with".
881
882 2019-07-03 Pedro Alves <palves@redhat.com>
883
884 * gdb.texinfo (Maintenance Commands): Document "maint set/show
885 test-settings" instead of "maint test-settings set/show".
886
887 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
888
889 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
890 deals with a file that has the same name as the specified pid to
891 attach to. Add example using -p option.
892 (gdb man): Remove same sentence as in previous item.
893
894 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
897 node.
898 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
899 new MI commands.
900
901 2019-06-13 Pedro Alves <palves@redhat.com>
902
903 * gdb.texinfo (Command Completion): Mention command options too.
904 (Command Options): New node.
905 (Threads): Add anchors. Extend descriptions of the "taas" and
906 "tfaas" commands.
907 (Backtrace): Describe new options of the "backtrace" command. Add
908 anchors.
909 (Frame Apply): Describe new options of the "frame apply" and
910 "faas" commands. Add anchors.
911 (Data): Describe new options of the "print" command. Add anchors.
912 (Compiling and Injecting Code): Mention options of the "compile
913 print" command.
914 (Maintenance Commands): Mention "maint test-options" subcommands
915 and the "maint show test-options-completion-result" command.
916
917 2019-06-13 Pedro Alves <palves@redhat.com>
918
919 * gdb.texinfo (Print Settings): Document "set/show print
920 raw-frame-arguments" instead of "set/show print raw
921 frame-arguments".
922
923 2019-06-13 Pedro Alves <palves@redhat.com>
924
925 * gdb.texinfo (Maintenance Commands): Document "maint
926 test-settings" commands.
927
928 2019-06-06 Amos Bird <amosbird@gmail.com>
929
930 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
931 annotation.
932
933 2019-06-04 Christian Biesinger <cbiesinger@google.com>
934
935 * python.texi: Document new gdb.Type.objfile property.
936
937 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
938
939 * gdb.texinfo (Help): Document the new -v apropos flag.
940 (Output Styling): Document the style name styling done by "show style".
941 Document the new title and highlight styles.
942
943 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
944
945 * gdb.texinfo (Shell Commands): Document pipe command.
946 (Logging Output): Add a reference to pipe command.
947 (Convenience Variables): Document $_shell_exitcode and
948 $_shell_exitstatus.
949
950 2019-05-29 Tom Tromey <tromey@adacore.com>
951
952 * gdb.texinfo (Continuing and Stepping): Document new
953 commands.
954
955 2019-05-22 Alan Hayward <alan.hayward@arm.com>
956
957 * gdb.texinfo (Shell Commands): Add debugredirect.
958
959 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
960
961 * gdb.texinfo: Minor formatting fixes.
962
963 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
964
965 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
966 MI command -complete.
967
968 2019-05-14 Tom de Vries <tdevries@suse.de>
969
970 * gdb.texinfo (Automatic symbol index cache): Add concept and command
971 index entries.
972
973 2019-05-14 Tom de Vries <tdevries@suse.de>
974
975 * gdb.texinfo (Maintenance Commands): Remove superfluous
976 quoting on command index entry for "maint info selftests".
977
978 2019-05-10 Tom Tromey <tromey@adacore.com>
979
980 * python.texi (Pretty Printing API): Mention lazy computation for
981 "children".
982
983 2019-05-10 Tom Tromey <tromey@adacore.com>
984
985 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
986 exception" and "catch handlers". Move "catch exception unhandled"
987 text. Use @var for "catch load" and "catch unload"
988
989 2019-05-08 Tom Tromey <tromey@adacore.com>
990
991 * gdb.texinfo (Symbols): Document change to ptype/o.
992
993 2019-05-03 Eli Zaretskii <eliz@gnu.org>
994
995 * gdb.texinfo (Separate Debug Files): Document how the
996 subdirectory of the global debug directory is computed on
997 MS-Windows/MS-DOS.
998
999 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb.texinfo (Print Settings): Document 'print max-depth'.
1002 * guile.texi (Guile Pretty Printing API): Document that 'print
1003 max-depth' can effect the display of a values children.
1004 * python.texi (Pretty Printing API): Likewise.
1005 (Values From Inferior): Document max_depth keyword.
1006
1007 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1008
1009 * gdb.texinfo (Calling): Document the new
1010 set|show may-call-functions.
1011
1012 2019-04-22 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.texinfo (Reverse Execution): Mention and xref process record
1015 and replay. Mention remote and system emulators.
1016 (Process Record and Replay): List supported architectures.
1017 Mention that "record btrace" is only supported on Intel
1018 processors.
1019
1020 2019-04-17 Alan Hayward <alan.hayward@arm.com>
1021
1022 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
1023 (Monitor Commands for gdbserver)
1024 (gdbserver man): Add debug-file option.
1025
1026 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1027
1028 * python.texi (Inferiors In Python): Rename
1029 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
1030 Add note about the former being deprecated.
1031
1032 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1033
1034 * python.texi (Threads In Python): Add description for method
1035 InferiorThread.handle.
1036
1037 2019-04-07 Tom Tromey <tom@tromey.com>
1038
1039 * Makefile.in (all): Depend on "info".
1040
1041 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1044 '$_cimag'.
1045
1046 2019-03-30 Eli Zaretskii <eliz@gnu.org>
1047
1048 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1049 $_gdb_minor.
1050
1051 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * python.texi (Pretty Printing API): Document use of None for the
1054 display_hint.
1055
1056 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1057 Jiong Wang <jiong.wang@arm.com>
1058
1059 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1060
1061 2019-03-20 Tom Tromey <tromey@adacore.com>
1062
1063 * python.texi (Selecting Pretty-Printers): Use @defvar for
1064 gdb.pretty_printers.
1065
1066 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
1067
1068 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1069 of table, "@end @table" -> "@end table".
1070
1071 2019-03-14 Tom Tromey <tromey@adacore.com>
1072
1073 * gdb.texinfo (Output Styling): Document "set style source" and
1074 "show style source".
1075
1076 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1077
1078 * gdb.texinfo (Mode Options): Mention mi3.
1079 (Interpreters): Likewise.
1080 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1081 version table. Document -fix-multi-location-breakpoint-output.
1082 (GDB/MI Breakpoint Information): Document format of breakpoint
1083 location output.
1084
1085 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
1086
1087 * python.texi (Values From Inferior): Change synopsys of the
1088 second form of Value.__init__.
1089
1090 2019-03-02 Eli Zaretskii <eliz@gnu.org>
1091
1092 * gdb.texinfo (Output Styling): Fix typos. Document the default
1093 foreground colors of the available styles.
1094
1095 2019-02-27 Kevin Buettner <kevinb@redhat.com>
1096
1097 * gdb.texinfo (Configure Options): Document minimum python
1098 version.
1099
1100 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1101
1102 * python.texi (Values From Inferior): Document second form
1103 of Value.__init__.
1104
1105 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1106
1107 * gdb.texinfo: Update copyright year ranges.
1108 * refcard.tex: Likewise.
1109
1110 2019-02-21 Alan Hayward <alan.hayward@arm.com>
1111
1112 * gdb.texinfo: Update style defaults.
1113
1114 2019-02-21 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1117 @item.
1118
1119 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1120
1121 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1122 MI versions. Update text around it.
1123
1124 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1125
1126 * gdb.texinfo (PowerPC Features): Document the alias
1127 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1128
1129 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1130
1131 * gdb.texinfo (Print Settings): Remove mention of specific
1132 demangle-style values, just refer to the in-process help.
1133
1134 2018-12-28 Tom Tromey <tom@tromey.com>
1135
1136 * gdb.texinfo (Output Styling): New node.
1137
1138 2018-12-13 John Baldwin <jhb@FreeBSD.org>
1139
1140 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1141 (Native): Add a FreeBSD subsection.
1142 (FreeBSD): Document use of system call aliases for compatibility
1143 system calls.
1144
1145 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1148 sub-section.
1149
1150 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1151
1152 * gdb.texinfo (Examining the Symbol Table): Document language choice
1153 for 'info types|functions|variables' commands.
1154 (Setting Breakpoints): Document language choice to print
1155 the functions in which a breakpoint is set.
1156
1157 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1158
1159 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1160 requirements for the org.gnu.gdb.power.vsx feature.
1161
1162 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1165 output to match the current implementation.
1166
1167 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1168
1169 * gdb.texinfo (Information About a Frame): Document changes
1170 to 'info args' and 'info locals'.
1171 (Examining the Symbol Table): Document changes to 'info functions'
1172 and 'info variables'.
1173
1174 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1175
1176 * gdb.texinfo (PowerPC Features): Describe new features
1177 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1178 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1179 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1180 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1181
1182 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1183
1184 * gdb.texinfo (PowerPC Features): Describe new features
1185 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1186
1187 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1188
1189 * gdb.texinfo (PowerPC Features): Describe new feature
1190 "org.gnu.gdb.power.tar".
1191
1192 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1193
1194 * gdb.texinfo (PowerPC Features): Describe new features
1195 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1196
1197 2018-10-20 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.texinfo (TUI Commands): Add @end table.
1200 (TUI Configuration): Remove stray @end table.
1201
1202 2018-10-19 Tom Tromey <tom@tromey.com>
1203
1204 PR tui/18388:
1205 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1206 (TUI Configuration): Document "set tui tab-width".
1207
1208 2018-10-09 Tom Tromey <tom@tromey.com>
1209
1210 * python.texi (Inferiors In Python): Link to "Frames In Python",
1211 not "Unwinding Frames in Python".
1212
1213 2018-10-09 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.texinfo (Configure Options): Update --enable-ubsan
1216 documentation.
1217
1218 2018-10-08 John Baldwin <jhb@FreeBSD.org>
1219
1220 * gdb.texinfo (Contributors): Add SRI International and University
1221 of Cambridge for FreeBSD/riscv.
1222
1223 2018-10-06 Tom Tromey <tom@tromey.com>
1224
1225 PR python/19399:
1226 * python.texi (Inferiors In Python): Document
1227 Inferior.Architecture.
1228
1229 2018-10-06 Tom Tromey <tom@tromey.com>
1230
1231 PR python/21765:
1232 * python.texi (Symbols In Python): Document the module and
1233 common-block domains. Remove documentation for incorrect
1234 domains.
1235
1236 2018-10-03 Tom Tromey <tom@tromey.com>
1237
1238 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1239
1240 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1241
1242 * gdb.texinfo (Remote Connection Commands): Describe
1243 the changes to target remote and target extended-remote
1244 relating to Unix domain sockets.
1245
1246 2018-10-01 Tom Tromey <tom@tromey.com>
1247
1248 * gdb.texinfo (Configure Options): Document configure options.
1249
1250 2018-09-29 Tom Tromey <tom@tromey.com>
1251
1252 * gdb.texinfo (Requirements): Mention C++, GNU make.
1253 (Requirements): Sort the table. Add more libraries.
1254 (Running Configure): Remove obsolete text.
1255 (Separate Objdir): Likewise.
1256 (Configure Options): Likewise.
1257
1258 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1261 to highlight that the number is also the frame's level.
1262 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1263 commands.
1264 (Frame Info): Rewrite documentation for 'info frame' command.
1265
1266 2018-09-23 Tom Tromey <tom@tromey.com>
1267
1268 PR python/18852:
1269 * python.texi (Parameters In Python): Document exception behavior
1270 of get_set_string.
1271
1272 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1273
1274 * gdb.texinfo (info proc): Remove "running".
1275 (info proc mappings): Replace "program" with "process".
1276
1277 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1278
1279 * gdb.texinfo (Process Information): Document "info proc files"
1280 command.
1281
1282 2018-09-17 Tom Tromey <tom@tromey.com>
1283
1284 * gdb.texinfo (Index Files): Update for cache directory change on
1285 macOS.
1286
1287 2018-09-16 Tom Tromey <tom@tromey.com>
1288
1289 * python.texi (Basic Python): Update docs for find_pc_line,
1290 solib_name.
1291 (Progspaces In Python): Update docs for current_progspace.
1292 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1293 Move method documentation before example.
1294
1295 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1296
1297 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1298
1299 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1300 2018-09-13 Tom Tromey <tom@tromey.com>
1301
1302 * python.texi (Program Spaces In Python): Document the
1303 Progspace.objfiles method.
1304 (Objfiles In Python): Mention that gdb.objfiles() is identical
1305 to gdb.selected_inferior().progspace.objfiles().
1306
1307 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1308 2018-09-13 Tom Tromey <tom@tromey.com>
1309
1310 * python.texi (Inferiors In Python): Document
1311 Inferior.progspace.
1312 (Program Spaces In Python): Document that
1313 gdb.current_progspace() is the same as
1314 gdb.selected_inferior().progspace.
1315
1316 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1317
1318 * python.texi (Basic Python): Mention the string representation
1319 of GDB Python objects.
1320
1321 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1322
1323 * gdb.texinfo (Skipping Over Functions and Files): Document
1324 set/show debug skip.
1325
1326 2018-09-10 Tom Tromey <tom@tromey.com>
1327
1328 * python.texi (Frames In Python, Blocks In Python)
1329 (Symbols In Python, Symbol Tables In Python)
1330 (Lazy Strings In Python): Remove periods from section titles.
1331
1332 2018-09-10 Tom Tromey <tom@tromey.com>
1333
1334 * python.texi (Pretty Printing API): Swap sentence order.
1335
1336 2018-09-10 Tom Tromey <tom@tromey.com>
1337
1338 PR python/16461:
1339 * python.texi (Values From Inferior): Mention use of virtual
1340 table.
1341
1342 2018-09-10 Tom Tromey <tom@tromey.com>
1343
1344 * python.texi (Basic Python): Parenthesize argument to
1345 decode_line.
1346
1347 2018-09-10 Tom Tromey <tom@tromey.com>
1348
1349 * python.texi (Python): Mention Python versions. Don't mention
1350 execfile.
1351
1352 2018-09-10 Tom Tromey <tom@tromey.com>
1353
1354 PR python/19808:
1355 * python.texi (Unwinding Frames in Python): Rewrite
1356 create_unwind_info documentation. Update read_register
1357 documentation and add a note about unwinder caution.
1358
1359 2018-09-10 Tom Tromey <tom@tromey.com>
1360
1361 PR python/18909:
1362 * python.texi (Events In Python): Fix inferior_call
1363 documentation.
1364
1365 2018-09-10 Tom Tromey <tom@tromey.com>
1366
1367 PR python/17752:
1368 * python.texi (Frame Filter API): Remove period from subsection
1369 title. Mention 100 as good default priority.
1370 (Frame Decorator API): Remove period from subsection title.
1371 Mention FrameDecorator module.
1372
1373 2018-09-10 Tom Tromey <tom@tromey.com>
1374
1375 PR python/23108:
1376 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1377 and add a table.
1378
1379 2018-09-10 Tom Tromey <tom@tromey.com>
1380
1381 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1382 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1383 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1384 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1385
1386 2018-09-10 Tom Tromey <tom@tromey.com>
1387
1388 PR python/16484:
1389 * python.texi (Frames In Python): Document that Frame.block can
1390 throw.
1391
1392 2018-09-10 Tom Tromey <tom@tromey.com>
1393
1394 PR python/23487:
1395 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1396
1397 2018-09-10 Tom Tromey <tom@tromey.com>
1398
1399 PR python/16033:
1400 * python.texi (Blocks In Python): Document that Block.end is
1401 exclusive.
1402
1403 2018-08-29 Keith Seitz <keiths@redhat.com>
1404
1405 * gdb.texinfo (Compiling and injecting code in GDB): Document
1406 set/show "compile-oracle" and "compile-cplus-types" commands.
1407
1408 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1409
1410 * gdb.texinfo (The -stack-list-frames Command): Update description
1411 to mention "arch".
1412 Update MI examples throughout the document to contain "arch" in
1413 frame output.
1414
1415 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1416
1417 * gdb.texinfo (AArch64 SVE): New subsubsection.
1418
1419 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1420
1421 * gdb.texinfo (GDB/MI Data Manipulation): Document
1422 "-data-disassemble -a addr".
1423 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1424 feature.
1425
1426 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1427
1428 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1429 symbol index cache.
1430
1431 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1432
1433 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1434 option sections to further clarify that gcore can take more
1435 than one PID, and that "-o" is used to specify a prefix, not a
1436 filename.
1437
1438 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.texinfo (Maintenance Commands): Add description of
1441 maintenance command to control dwarf unwinders.
1442
1443 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1444
1445 * gdb.texinfo (Debugging Programs with Multiple Threads):
1446 Document changes to 'thread apply'. Document 'taas'.
1447 Document 'tfaas'.
1448 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1449
1450 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1451 Jan Kratochvil <jan.kratochvil@redhat.com>
1452 Paul Fertser <fercerpav@gmail.com>
1453 Tsutomu Seki <sekiriki@gmail.com>
1454
1455 * gdb.texinfo (Remote Connection Commands): Add explanation
1456 about new IPv6 support. Add new connection prefixes.
1457
1458 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.texinfo (Remote Configuration): Update descriptions for
1461 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1462 and hardware-watchpoint-length-limit variables.
1463
1464 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1465
1466 PR tdep/8282
1467 * gdb.texinfo (Source and Machine Code): Document `set
1468 disassembler-options' support for the MIPS target.
1469
1470 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1471
1472 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1473
1474 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1475
1476 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1477 is no longer mandatory.
1478
1479 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1480
1481 * gdb.texinfo (Files): Document "symbol-file -o offset".
1482
1483 2018-06-14 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1486
1487 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1488
1489 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1490
1491 2018-06-08 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.texinfo (Maintenance Commands): Document "maint check
1494 libthread-db" and "maint set/show check-libthread-db".
1495
1496 2018-06-05 Tom Tromey <tom@tromey.com>
1497
1498 PR cli/12326:
1499 * gdb.texinfo (Screen Size): Document "c" response to pagination
1500 prompt.
1501
1502 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1503
1504 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1505 selection details with the `set endian auto' mode.
1506
1507 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1508
1509 * gdb.texinfo: Describe SVE feature.
1510
1511 2018-05-04 Tom Tromey <tom@tromey.com>
1512
1513 PR python/22731:
1514 * python.texi (Breakpoints In Python): Mention that "commands" is
1515 writable.
1516
1517 2018-05-02 Tom Tromey <tom@tromey.com>
1518
1519 PR python/20084:
1520 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1521 PARAM_ZUINTEGER_UNLIMITED.
1522
1523 2018-04-30 Tom Tromey <tom@tromey.com>
1524
1525 * python.texi (Types In Python): Document Type.align.
1526
1527 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1528
1529 * gdb.texinfo (Symbols): Mention the fact that "info
1530 variables/functions/types" show source files and line numbers.
1531
1532 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1533
1534 * gdb.texinfo: Document set/show record btrace cpu.
1535
1536 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdb.texinfo (Ada Settings): New subsubsection.
1539
1540 2018-03-26 Tom Tromey <tom@tromey.com>
1541
1542 PR backtrace/15582:
1543 * gdb.texinfo (Backtrace): Mention "hide" argument.
1544
1545 2018-03-26 Tom Tromey <tom@tromey.com>
1546
1547 * gdb.texinfo (Backtrace): Describe options individually.
1548
1549 2018-03-19 Tom Tromey <tom@tromey.com>
1550
1551 * observer.texi: Remove.
1552
1553 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1554
1555 * gdb.texinfo (Debugging Output): Document "set/show debug
1556 fbsd-nat".
1557
1558 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.texinfo (Machine Code): Additional information about "info
1561 line" command.
1562
1563 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1564
1565 * gdb.texinfo (gdb-add-index man): Add pindex.
1566
1567 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1568
1569 * gdb.texinfo (set cwd): Add period.
1570 (gdb-add-index man): Move anchor.
1571
1572 2017-01-12 Tom Tromey <tom@tromey.com>
1573 Sergio Durigan Junior <sergiodj@redhat.com>
1574
1575 * gdb.texinfo (Index Files): Mention gdb-add-index.
1576 (gdb-add-index man): New section.
1577 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1578 from gdb.texinfo.
1579
1580 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1581
1582 * gdb.texinfo (pwd): Fix whitespace.
1583
1584 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1585
1586 * gdb.texinfo (pwd): Update cross-reference for Process Information
1587 node and remove explicit /proc reference.
1588 (Native): Rename subsection from SVR4 Process Information to
1589 Process Information.
1590 (Process Information): Reword introduction to be less /proc
1591 centric. Document support for "info proc" on FreeBSD.
1592
1593 2018-01-03 Xavier Roirand <roirand@adacore.com>
1594
1595 * gdb.texinfo (Set Catchpoints): Add documentation for new
1596 "catch handlers" action.
1597
1598 2017-12-27 Stafford Horne <shorne@gmail.com>
1599
1600 * gdb.texinfo (Target Description Format): Explain that arbitrary
1601 strings are now allowed for register groups.
1602
1603 2017-12-27 Stafford Horne <shorne@gmail.com>
1604
1605 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1606
1607 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1608
1609 PR cli/16224
1610 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1611
1612 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1613
1614 * python.texi (Manipulating breakpoints using Python): Document
1615 qualified parameter to gdb.Breakpoint.
1616
1617 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * python.texi (Manipulating breakpoints using Python): Split doc
1620 of Breakpoint.__init__ in two, split text in multiple
1621 paragraphs, don't nest parameter square brackets.
1622
1623 2017-12-12 Stafford Horne <shorne@gmail.com>
1624 Stefan Wallentowitz <stefan@wallentowitz.de>
1625 Franck Jullien <franck.jullien@gmail.com>
1626 Jeremy Bennett <jeremy.bennett@embecosm.com>
1627
1628 * gdb.texinfo: Add OpenRISC documentation.
1629
1630 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1631
1632 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1633
1634 2017-12-07 Keith Seitz <keiths@redhat.com>
1635
1636 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1637 and "show print type nested-type-limit".
1638
1639 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1640
1641 * python.texi (Breakpoints In Python): Add text relating
1642 to allowed explicit locations and keywords in gdb.Breakpoints.
1643
1644 2017-12-04 Tom Tromey <tom@tromey.com>
1645
1646 * gdb.texinfo (Rust): Update trait object status
1647
1648 2017-12-01 Andrew Cagney <cagney@redhat.com>
1649 Joel Brobecker <brobecker@adacore.com>
1650 Sergio Durigan Junior <sergiodj@redhat.com>
1651
1652 * gdb.texinfo (File Options): Document --readnever.
1653 (Commands to Specify Files): Likewise, for 'symbol-file' and
1654 'add-symbol-file'.
1655
1656 2017-11-29 Pedro Alves <palves@redhat.com>
1657
1658 PR c++/19436
1659 * gdb.texinfo (Debugging C Plus Plus): Document setting
1660 breakpoints in functions with ABI tags.
1661
1662 2017-11-29 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.texinfo (Linespec Locations): Document how "function" is
1665 interpreted in C++ and Ada. Document "-qualified".
1666 (Explicit Locations): Document how "-function" is interpreted in
1667 C++ and Ada. Document "-qualified".
1668
1669 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1670
1671 PR gdb/21945
1672 * gdb.texinfo (Search Memory): Update description and example
1673 about how to search a string without NULL terminator.
1674
1675 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1678 new "exception-message" field.
1679
1680 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1681
1682 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1683
1684 2017-11-24 Pedro Alves <palves@redhat.com>
1685
1686 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1687 false claim that GDB inserts quoting automatically.
1688 (Symbols): Add anchor.
1689
1690 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1691
1692 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1693
1694 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1695
1696 * python.texi (Basic Python): Add rbreak documentation.
1697
1698 2017-11-07 Xavier Roirand <roirand@adacore.com>
1699 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.texinfo (Set Breaks): Document support for breakpoint
1702 location ranges in the enable/disable commands.
1703
1704 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1705
1706 * gdb.texinfo (Starting your Program) <The working directory.>:
1707 Mention remote debugging.
1708 (Working Directory) <Your Program's Working Directory>:
1709 Likewise.
1710 (Connecting) <Remote Packet>: Add "set-working-dir"
1711 and "QSetWorkingDir" to the table.
1712 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1713 packet.
1714
1715 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1716
1717 * gdb.texinfo (Starting your Program) <The working directory.>:
1718 Mention new "set cwd" command.
1719 (Working Directory) <Your Program's Working Directory>:
1720 Rephrase to explain that "set cwd" exists and is the default
1721 way to change the inferior's cwd.
1722
1723 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1724
1725 * gdb.texinfo (S/390 and System z Features): Document the new
1726 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1727
1728 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1729
1730 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1731 attribute.
1732
1733 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1734
1735 * python.texi (Inferiors In Python): Add description for method
1736 Inferior.thread_from_thread_handle.
1737
1738 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1739
1740 * gdb.texinfo (Starting your Program): Add description of
1741 starti command. Mention starti command as an alternative for
1742 debugging the elaboration phase.
1743
1744 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1745
1746 * gdb.texinfo (Maintenance Commands): Document filter parameter
1747 of "maint selftest". Document "maint info selftests" command.
1748
1749 2017-09-11 Tom Tromey <tom@tromey.com>
1750
1751 * python.texi (Events In Python): Document new events.
1752
1753 2017-09-04 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1756 no-debug-info variables.
1757 (Symbols) <Examining the Symbol Table>: Document inspecting
1758 no-debug-info types.
1759 (Calling) <Calling functions with no debug info>: New subsection,
1760 documenting calling no-debug-info functions.
1761 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1762
1763 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1764
1765 * gdb.texinfo (set environment): Add @anchor. Explain that
1766 environment variables set by the user are sent to GDBserver.
1767 (unset environment): Likewise, but for unsetting variables.
1768 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1769 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1770 "environment-reset" and "QEnvironmentReset" to the table.
1771 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1772 QEnvironmentReset>: New item, explaining the packet.
1773
1774 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1777 "Compiler search for the compile command" descriptions of set
1778 compile-gcc and show compile-gcc.
1779
1780 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1781
1782 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1783 ADI support.
1784 * NEWS: Add "adi examine" and "adi assign" commands.
1785
1786 2017-08-18 Yao Qi <yao.qi@linaro.org>
1787
1788 * gdb.texinfo (Server): Document "--selftest".
1789
1790 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1791
1792 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1793 Single-Key mode.
1794
1795 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1796
1797 PR gdb/21925
1798 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1799 set...").
1800
1801 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1802
1803 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1804 conditional expression.
1805
1806 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1807
1808 * agentexpr.texi (rot): Fix symbolic description, improve
1809 textual description.
1810
1811 2017-07-26 Yao Qi <yao.qi@linaro.org>
1812
1813 * gdb.texinfo (Maintenance Commands): Document command
1814 "maint check xml-descriptions".
1815
1816 2017-07-26 Yao Qi <yao.qi@linaro.org>
1817
1818 * gdb.texinfo (Maintenance Commands): Document optional
1819 argument of "maint print c-tdesc".
1820
1821 2017-07-18 Yao Qi <yao.qi@linaro.org>
1822
1823 * gdb.texinfo (Maintenance Commands): Improve the doc to
1824 command "maint print c-tdesc".
1825
1826 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1827
1828 PR gdb/21606
1829 * python.texi (Python representation of Symbols.): Replace
1830 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1831 * guile.texi (Guile representation of Symbols.): Likewise.
1832
1833 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1834
1835 * gdb.texinfo (Optional Messages about Internal Happenings):
1836 Document {set,show} debug separate-debug-file commands.
1837
1838 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1839
1840 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1841 (Connecting) <Remote Packet>: Add "startup-with-shell"
1842 and "QStartupWithShell" to the table.
1843 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1844 packet.
1845
1846 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1849
1850 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1851
1852 * python.texi (Recording in Python): Factor out the documentation of
1853 gdb.RecordInstruction's super class.
1854
1855 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1856
1857 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1858 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1859 prev and next.
1860
1861 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1862
1863 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1864 gdb.RecordInstruction
1865
1866 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1867
1868 * python.texi (Recording in Python): Add documentation for
1869 gdb.RecordGap and remove documentation of special cases for
1870 gdb.BtraceInstruction.
1871
1872 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1873
1874 * python.texi (Recording in Python): Remove Record.ptid defvar.
1875
1876 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1877
1878 * gdb.texinfo (GDB/MI Thread Information): Add missing
1879 fields, re-word some things.
1880 (GDB/MI Thread Commands): Describe fields found in the output of
1881 -thread-info, remove description of fields in the
1882 thread output tuple, replace with a cross-reference to "GDB/MI
1883 Thread Information".
1884
1885 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1886
1887 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1888 from -thread-info output.
1889
1890 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1891
1892 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1893
1894 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1895
1896 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1897
1898 2017-03-22 Yao Qi <yao.qi@linaro.org>
1899
1900 * python.texi (Inferiors In Python): Remove @code from Python.
1901
1902 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1903
1904 * python.texi (Recordings In Python): Document return type of
1905 gdb.BtraceInstruction.data.
1906
1907 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1908
1909 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1910 command file-list-shared-libraries
1911 (GDB/MI Async Records): Update documentation of library-loaded with new
1912 field.
1913
1914 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1915
1916 PR gdb/14441
1917 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1918 supports both lvalue and rvalue references.
1919
1920 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1921
1922 PR gdb/14441
1923 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1924 table of constants.
1925
1926 2017-03-16 Doug Evans <dje@google.com>
1927
1928 * guile.texi (Lazy Strings In Guile): Mention arrays.
1929 * python.texi (Lazy Strings In Python): Ditto.
1930
1931 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1932
1933 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1934 character "@".
1935
1936 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1937
1938 * Memory Protection Extensions: Add information about inferior
1939 calls.
1940
1941 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1942
1943 * gdb.texinfo: Document new set/show disassembler-options
1944 commands.
1945
1946 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1949 DW_TAG_GNU_* and DW_AT_GNU_*.
1950
1951 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1952
1953 * python.texi (Recordings In Python): New section.
1954
1955 2017-02-14 Tom Tromey <tom@tromey.com>
1956
1957 PR python/13598:
1958 * python.texi (Events In Python): Document events.before_prompt.
1959
1960 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1961
1962 * gdb.texinfo (Target Commands): Document the optional offset
1963 argument for the load command.
1964
1965 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1966
1967 PR gdb/21122
1968 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1969 space-separated breakpoint lists. Also add a missing @table command
1970 and @cindex for breakpoint lists.
1971
1972 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1973
1974 PR tdep/20936
1975 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1976 (Sparc Features): New node.
1977
1978 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1979
1980 * gdb.texinfo (i386 Features): Add system segment registers
1981 as feature.
1982
1983 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1984
1985 * python.texi (Events In Python): Fix typo.
1986
1987 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1988 Luis Machado <lgustavo@codesourcery.com>
1989
1990 * gdb.texinfo (-target-flash-erase): New MI command description.
1991 (flash-erase): New CLI command description.
1992
1993 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1994
1995 * gdb.texinfo (Contributors): Add SRI International and University
1996 of Cambridge for FreeBSD/mips.
1997
1998 2016-12-22 Doug Evans <xdje42@gmail.com>
1999
2000 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
2001 commands.
2002
2003 2016-12-02 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.texinfo (User-defined Commands): Limit on number of
2006 arguments passed to user-defined commands removed; update.
2007
2008 2016-12-02 Pedro Alves <palves@redhat.com>
2009
2010 PR cli/20559
2011 * gdb.texinfo (Define): Add example of using "eval" to process a
2012 variable number of arguments.
2013 (Output) <eval>: Add anchor.
2014
2015 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2016
2017 * Makefile.in: Likewise.
2018
2019 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2020
2021 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2022 xref.
2023
2024 2016-10-29 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.texinfo (Packets) <vCont>: Remove mention of default
2027 actions.
2028
2029 2016-10-26 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.texinfo (Packets): Clarify vCont packets with multiple
2032 actions that match a thread, and what happens when an action
2033 matches a thread that is already running.
2034
2035 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2036
2037 * gdb.texinfo (Using Trace Files): Fix typo.
2038 (GDB/MI Tracepoint Commands): Likewise.
2039
2040 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2041
2042 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2043 of -trace-save.
2044
2045 2016-10-06 Tom Tromey <tom@tromey.com>
2046
2047 * guile.texi (Types In Guile): Remove Java mentions.
2048 * python.texi (Types In Python): Remove Java mentions.
2049 * gdb.texinfo (Address Locations, Supported Languages)
2050 (Index Section Format): Remove Java mentions.
2051
2052 2016-08-15 Doug Evans <dje@google.com>
2053
2054 * gdb.texinfo (Target Description Format): Update docs on "end"
2055 field spec and field default type.
2056
2057 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2058 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2059
2060 PR gdb/20487
2061 * gdb.texinfo (Context management): Update mention of frame
2062 change notifications.
2063 (gdb/mi Async Records): Document frame field in
2064 =thread-select event.
2065 * observer.texi (GDB Observers): New user_selected_context_changed
2066 observer.
2067
2068 2016-09-28 Tom Tromey <tom@tromey.com>
2069
2070 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2071 than "memory breakpoint". Further document "kind". Move
2072 protocol-details link earlier.
2073 <z1>: Document the cmd_list argument. Fix typo.
2074 <g>: Remove incorrect sentence.
2075 (Stop Reply Packets): Document "OK" response to requests when in
2076 non-stop mode.
2077 <swbreak>: Use "software breakpoint" rather than "memory
2078 breakpoint".
2079 <create>: Document that "R" is ignored.
2080 <W, X, w>: Document formatting of "AA".
2081 (Notification Packets): Use "%Stop", not "%%Stop".
2082
2083 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2084
2085 * gdb.texinfo (Embedded Processors): Document ARC.
2086 (Synopsys ARC): New section.
2087 (Standard Target Features): Document ARC features.
2088 (ARC Features): New section.
2089
2090 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2091
2092 * .gitignore: New file.
2093
2094 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * gdb.texinfo (Input/Output): Mention possibility to unset
2097 inferior-tty.
2098
2099 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2100
2101 * gdb.texinfo: Resume btrace on reconnect.
2102
2103 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2104
2105 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2106 syscall.
2107
2108 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2109
2110 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2111 command.
2112
2113 2016-07-13 Tom Tromey <tom@tromey.com>
2114
2115 PR python/15620, PR python/18620:
2116 * python.texi (Events In Python): Document new breakpoint events.
2117
2118 2016-07-13 Tom Tromey <tom@tromey.com>
2119
2120 PR python/17698:
2121 * python.texi (Breakpoints In Python): Document
2122 Breakpoint.pending.
2123
2124 2016-07-13 Tom Tromey <tom@tromey.com>
2125
2126 * python.texi (Breakpoints In Python): Move table of types and
2127 table of watchpoint types earlier in node.
2128
2129 2016-07-12 Tom Tromey <tom@tromey.com>
2130
2131 PR python/19293:
2132 * python.texi (Frames In Python): Document
2133 gdb.invalidate_cached_frames.
2134
2135 2016-06-21 Pedro Alves <palves@redhat.com>
2136
2137 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2138 document new-ui and explain use case.
2139
2140 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2141
2142 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2143 (NDS32 Features): New Section.
2144
2145 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2146
2147 * gdb.texinfo (Examining Memory): Document negative repeat
2148 count in the 'x' command.
2149
2150 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2151
2152 * gdb.texinfo (GDB/MI Async Records): Document method and
2153 format fields in =record-started.
2154 * observer.texi (record_changed): Add method and format
2155 parameters.
2156
2157 2016-05-27 Eli Zaretskii <eliz@gnu.org>
2158
2159 * gdb.texinfo (General Query Packets): Move the description of the
2160 response before the long list of the specific 'read' and 'write'
2161 requests.
2162
2163 2016-05-23 Tom Tromey <tom@tromey.com>
2164
2165 * python.texi (Basic Python): Document gdb.breakpoints return.
2166
2167 2016-05-24 Tom Tromey <tom@tromey.com>
2168
2169 PR gdb/19194:
2170 * gdb.texinfo (gdb man): Fix typo.
2171
2172 2016-05-17 Tom Tromey <tom@tromey.com>
2173
2174 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2175 (Rust): New node.
2176
2177 2016-05-17 Tom Tromey <tom@tromey.com>
2178
2179 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2180
2181 2016-04-27 Yao Qi <yao.qi@linaro.org>
2182
2183 * gdb.texinfo (tfind): Complete doc about tfind without
2184 argument.
2185
2186 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2187
2188 * agentexpr.texi (byte): Fix zero_ext description.
2189
2190 2016-03-31 Pedro Alves <palves@redhat.com>
2191
2192 * gdb.texinfo (M32R/SDI): Delete node.
2193 (MIPS Embedded): Remove references to the MIPS remote debugging
2194 protocol, PMON and variants, and the associated commands.
2195
2196 2016-03-15 Doug Evans <dje@google.com>
2197
2198 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2199 (Target Description Format): Mention enum types. Update docs on
2200 flags types.
2201 (Predefined Target Types): Add "bool".
2202 (Enum Target Types): New node.
2203
2204 2016-03-15 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.texinfo (Tracepoint Actions): Fix typo.
2207
2208 2016-03-15 Pedro Alves <palves@redhat.com>
2209 Andreas Arnez <arnez@linux.vnet.ibm.com>
2210 Marcin Kościelnicki <koriakin@0x04.net>
2211
2212 * gdb.texinfo (Tracepoint Actions): Document possible
2213 unreliability of '$_ret'.
2214
2215 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2218 command.
2219
2220 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2221
2222 * gdb.texinfo (Convenience Functions): Document $_as_string.
2223
2224 2016-02-23 Doug Evans <dje@google.com>
2225
2226 * gdb.texinfo (Skipping Over Functions and Files): Document new
2227 options to "skip" command. Update docs of output of "info skip".
2228
2229 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2230
2231 * gdb.texinfo (Signals): Add bound violation display hints for
2232 a SIGSEGV.
2233
2234 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2235
2236 * gdb.texinfo (Trace File Format): Add documentation for description
2237 section lines.
2238
2239 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2240
2241 * gdb.texinfo (Trace File Format): Remove misleading information
2242 about register block ordering.
2243
2244 2016-02-01 Doug Evans <dje@google.com>
2245
2246 * gdb.texinfo (Value Sizes): Fix typo.
2247
2248 2016-02-01 Doug Evans <dje@google.com>
2249
2250 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2251
2252 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.texinfo (Value Sizes): New section.
2255 (Data): Add the 'Value Sizes' node to the menu.
2256
2257 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2258
2259 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2260
2261 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2262
2263 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2264
2265 2016-01-18 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2268 of the thread that hit a breakpoint or received a signal.
2269
2270 2016-01-15 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2273
2274 2016-01-13 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.texinfo (Threads): Document the $_gthread convenience
2277 variable.
2278 (Convenience Vars): Likewise.
2279
2280 2016-01-13 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.texinfo (Threads): Document "info threads -gid".
2283
2284 2016-01-13 Pedro Alves <palves@redhat.com>
2285
2286 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2287 anchor.
2288 (Threads In Python): Document new InferiorThread.global_num
2289 attribute.
2290
2291 2016-01-07 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2294 qualified thread IDs, global thread IDs and thread ID lists.
2295 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2296 thread IDs.
2297 (Convenience Vars): Document the $_thread convenience variable.
2298 (Ada Tasks): Adjust to refer to thread IDs.
2299 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2300 Commands, GDB/MI Variable Objects): Update to mention global
2301 thread IDs.
2302 * guile.texi (Breakpoints In Guile)
2303 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2304 global thread IDs instead of thread IDs.
2305 * python.texi (Threads In Python): Adjust documentation of
2306 InferiorThread.num.
2307 (Breakpoint.thread): Mention global thread IDs instead of thread
2308 IDs.
2309
2310 2016-01-13 Pedro Alves <palves@redhat.com>
2311
2312 * python.texi (Threads In Python): Document
2313 InferiorThread.inferior.
2314
2315 2016-01-13 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2318 convenience variable.
2319 (Convenience Vars): Likewise.
2320
2321 2016-01-12 Josh Stone <jistone@redhat.com>
2322 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2323
2324 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2325 (Stop Reply Packets): List the syscall entry and return stop reasons.
2326 (General Query Packets): Describe QCatchSyscalls, and add it to the
2327 table and the detailed list of stub features.
2328
2329 2016-01-12 Pedro Alves <palves@redhat.com>
2330
2331 Remove use of the registered trademark symbol throughout.
2332
2333 2016-01-12 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.texinfo (Interrupts): Update the document on handling
2336 interrupt when program is stopped.
2337
2338 2015-12-11 Don Breazeal <donb@codesourcery.com>
2339
2340 * gdb.texinfo (Forks): Correct Linux kernel version where
2341 fork and exec events are supported, add notes about support
2342 of these events in target remote mode.
2343 (Connecting): Reorganize and clarify distinctions between
2344 target remote, extended-remote, and multiprocess.
2345 Reorganize related text from separate sections into new
2346 sections.
2347 (Server): Note effects of target extended-remote mode.
2348 Delete section on Multi-Process Mode for gdbserver.
2349 Move some text to "Connecting" node.
2350
2351 2015-12-10 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.texinfo (Threads): Replace warning with explanation
2354 about single-threaded programs.
2355
2356 2015-12-10 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.texinfo (Threads): Remove mention of SGI.
2359 (Forks): Remove mention of HP-UX.
2360 (Breakpoints): Remove mention of HP-UX.
2361 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2362 Reword in terms of architectures.
2363 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2364 mention supported systems.
2365 (Convenience Vars): Don't mention HP-UX.
2366 (Jumping): Remove mention of HP-UX in comment.
2367 (Files) <shared libraries>: Update supported shared library types
2368 list. Remove mention of HP-UX.
2369 (Native): Remove HP-UX subsection.
2370 (SVR4 Process Information): Remove mention of HP-UX.
2371
2372 2015-12-10 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.texinfo (Stack): Reorder menu.
2375
2376 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2377
2378 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2379 -var-set-format's new zero-hexadecimal format.
2380
2381 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2382
2383 * gdb.texinfo (Ada Mode Into): Move overloading support
2384 description to its own node.
2385 (Overloading support for Ada): New node.
2386
2387 2015-11-30 Pedro Alves <palves@redhat.com>
2388
2389 PR 14618
2390 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2391 (Remote Configuration): Add the "set/show remote
2392 no-resumed-stop-reply" to the available settings table.
2393 (General Query Packets): Document the "no-resumed" qSupported
2394 feature.
2395
2396 2015-11-30 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.texinfo (Remote Configuration): List "set/show remote
2399 thread-events" command in configuration table.
2400 (Stop Reply Packets): Document "T05 create" stop
2401 reason and 'w' stop reply.
2402 (General Query Packets): Document QThreadEvents packet. Document
2403 QThreadEvents qSupported feature.
2404
2405 2015-11-30 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2408 anchor.
2409 (Packets): Document vCtrlC.
2410
2411 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2412
2413 * gdb.texinfo (Thread List Format): Mention thread names.
2414
2415 2015-11-24 Pedro Alves <palves@redhat.com>
2416
2417 PR 17539
2418 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2419 program-spaces" example to ascending order listing.
2420 (Threads): Adjust "info threads" example to ascending order
2421 listing.
2422 (Forks): Adjust "info inferiors" example to ascending order
2423 listing.
2424
2425 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2426
2427 * gdb.texinfo (Process Record and Replay): Document "record
2428 instruction-history" modifiers.
2429
2430 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2433 description.
2434 (Frame Filter Management): Move to later in the 'Examining the
2435 Stack' chapter.
2436 (Selection): Add entry for 'select-frame'.
2437
2438 2015-09-25 Doug Evans <dje@google.com>
2439
2440 * gdb.texinfo (Process Record and Replay): Fix syntax of
2441 "record instruction-history begin, end" and
2442 "record function-call-history begin, end".
2443
2444 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 * gdb.texinfo (Specifying Source Directories): Fix
2447 substitute-path example.
2448
2449 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2450
2451 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2452
2453 2015-09-15 Pedro Alves <palves@redhat.com>
2454
2455 PR remote/18965
2456 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2457 the vforkdone description.
2458
2459 2015-09-15 Pedro Alves <palves@redhat.com>
2460
2461 PR remote/18965
2462 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2463 part indicates the thread ID of the parent process.
2464
2465 2015-09-15 Yao Qi <yao.qi@linaro.org>
2466
2467 * gdb.texinfo (General Query Packets): Add vContSupported to
2468 tables of 'gdbfeatures' and 'stub features' supported in the
2469 qSupported packet, as well as to the list containing stub
2470 feature details.
2471
2472 2015-09-11 Don Breazeal <donb@codesourcery.com>
2473
2474 * gdb.texinfo (Remote Configuration): Add exec event
2475 feature to table of packet settings.
2476 (Stop Reply Packets): Add exec events to the list of stop
2477 reasons.
2478 (General Query Packets): Add exec events to tables of
2479 'gdbfeatures' and 'stub features' supported in the qSupported
2480 packet, as well as to the list containing stub feature
2481 details.
2482
2483 2015-08-24 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.texinfo (Remote Configuration): Document the "set/show
2486 remote multiprocess-extensions-packet" commands.
2487
2488 2015-08-24 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2491 <M32R>: Remove references to M32R/D.
2492 <M68K>: Remove references to target dbug.
2493 <MIPS Embedded>: Remove references to target r3900 and target
2494 array.
2495 <PowerPC Embedded>: Remove references to target dink32 and target
2496 ppcbug, target sds
2497 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2498
2499 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2502
2503 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2506
2507 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2510 info bfds" to...
2511 (File Caching): A New section. Outline bfd caching, and add new
2512 description for "main set/show bfd-sharing".
2513
2514 2015-08-14 Doug Evans <xdje42@gmail.com>
2515
2516 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2517 disassembly.
2518 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2519
2520 2015-08-11 Keith Seitz <keiths@redhat.com>
2521
2522 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2523 Use "location(s)"instead of "linespec(s)".
2524 (Specifying a Location): Rewrite.
2525 Add subsections describing linespec, address, and explicit locations.
2526 Add node/menu for each subsection.
2527 (Source and Machine Code, C Preprocessor Macros)
2528 (Create and Delete Trace points)
2529 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2530 (Continuing at a Different Address): Remove "linespec" examples.
2531 Add reference to "Specify a Location"
2532 (The -break-insert Command): Rewrite. Add anchor.
2533 Add reference to appropriate manual section discussing locations.
2534 (The -dprintf-insert Command): Refer to -break-insert for
2535 specification of 'location'.
2536
2537 2015-08-07 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2540 target-non-stop".
2541
2542 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2543
2544 * gdb.texinfo (Process Record and Replay): Document prefixing of
2545 speculatively executed instructions in the "record instruction-history"
2546 command.
2547
2548 2015-07-20 Doug Evans <dje@google.com>
2549
2550 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2551
2552 2015-07-16 Doug Evans <dje@google.com>
2553
2554 * stabs.texinfo: @include gdb-cfg.texi.
2555
2556 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2557
2558 Revert the previous 2 commits:
2559 gdbserver build-id attribute generator
2560 Validate symbol file using build-id
2561
2562 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2563
2564 * gdb.texinfo (Files): Add 'set validate-build-id'
2565 and 'show validate-build-id'.
2566
2567 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2568 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 gdbserver build-id attribute generator.
2571 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2572 'build-id' in description, example, new attribute in dtd.
2573
2574 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.texinfo (Selection): Update documentation for 'frame'
2577 command.
2578
2579 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2582 focus commands.
2583
2584 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.texinfo (TUI): Add comma after @xref.
2587
2588 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2589
2590 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2591 commands.
2592
2593 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2594
2595 * gdb.texinfo (Process Record and Replay): Spell out that variables
2596 and registers are not available during btrace replay.
2597 Describe the new "record btrace pt" command.
2598 Describe the new "set|show record btrace pt buffer-size" options.
2599 (General Query Packets): Describe the new Qbtrace:pt and
2600 Qbtrace-conf:pt:size packets.
2601 Expand "bts" to "Branch Trace Store".
2602 Update the branch trace DTD.
2603
2604 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2605
2606 * gdb.texinfo (Command History): Document the new option
2607 "history remove-duplicates".
2608
2609 2015-06-19 Doug Evans <dje@google.com>
2610
2611 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2612 longer supported.
2613
2614 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2615
2616 * gdb.texinfo (Command History): Mention that setting
2617 GDBHISTSIZE to the empty string disables history truncation.
2618
2619 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2620
2621 PR gdb/16999
2622 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2623 behavior.
2624
2625 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2626
2627 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2628 with GDBHISTSIZE.
2629
2630 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2631
2632 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2633 bytes and memory units for -data-{read,write}-memory-bytes.
2634 (Packets): Same for m, M and X packets.
2635 * python.texi (Inferiors In Python): Same for read_memory and
2636 write_memory.
2637
2638 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2639
2640 * gdb.texinfo (Separate Debug Files): Document that PE is also
2641 supported.
2642
2643 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2646 single table entry.
2647
2648 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2649
2650 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2651
2652
2653 2015-06-10 Gary Benson <gbenson@redhat.com>
2654
2655 * gdb.texinfo (Remote Configuration): Document the
2656 "set/show remote hostio-setfs-packet" command.
2657 (Host I/O Packets): Document the vFile:setfs packet.
2658
2659 2015-06-10 Gary Benson <gbenson@redhat.com>
2660
2661 * gdb.texinfo (Debugging Output): Document the "set/show debug
2662 linux-namespaces" command.
2663
2664 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2665 Mircea Gherzan <mircea.gherzan@intel.com>
2666
2667 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2668 and "set mpx bound".
2669
2670 2015-05-27 Doug Evans <dje@google.com>
2671
2672 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2673
2674 2015-05-26 Doug Evans <dje@google.com>
2675
2676 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2677 command renamings.
2678 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2679
2680 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2683
2684 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2687 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2688
2689 2015-05-16 Doug Evans <xdje42@gmail.com>
2690
2691 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2692 memory ports.
2693
2694 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2697
2698 2015-05-12 Don Breazeal <donb@codesourcery.com>
2699
2700 * gdb.texinfo (Forks): Note that fork debugging is
2701 supported in extended mode.
2702 (Remote Configuration): Add fork event features to table
2703 of packet settings.
2704 (Stop Reply Packets): Add fork events to list of stop reasons.
2705 (General Query Packets): Add fork events to tables of
2706 'gdbfeatures' and 'stub features' supported in the qSupported
2707 packet, as well as to the list containing stub feature
2708 details.
2709
2710 2015-05-12 Gary Benson <gbenson@redhat.com>
2711
2712 * gdb.texinfo (General Query Packets): Document
2713 qXfer:exec-file:read with empty annex.
2714
2715 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2716
2717 * python.texi (Values From Inferior): Add descriptions of new
2718 methods gdb.Value.reference_value and gdb.Value.const_value.
2719
2720 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2721
2722 * gdb.texinfo (Files): Add "info dll" documentation.
2723 (Cygwin Native): Remove "info dll" documentation.
2724
2725 2015-04-29 Doug Evans <dje@google.com>
2726
2727 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2728 Document.
2729 (Writing an Xmethod): Add get_result_type to example.
2730
2731 2015-04-28 Sasha Smundak <asmundak@google.com>
2732
2733 * python.texi: New method documented.
2734
2735 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2738 format.
2739
2740 2015-04-24 Doug Evans <dje@google.com>
2741
2742 * python.texi (Xmethods In Python): Fix name of method to call the
2743 xmethod.
2744
2745 2015-04-17 Gary Benson <gbenson@redhat.com>
2746
2747 * gdb.texinfo (Connecting to a Remote Target): Mention that
2748 GDB can access program files from remote targets that support
2749 qXfer:exec-file:read and Host I/O packets.
2750
2751 2015-04-17 Gary Benson <gbenson@redhat.com>
2752
2753 * gdb.texinfo (Remote Configuration): Document the "set/show
2754 remote pid-to-exec-file-packet" command.
2755 (General Query Packets): Document the qXfer:exec-file:read
2756 qSupported features. Document the qXfer:exec-file:read packet.
2757
2758 2015-04-17 Gary Benson <gbenson@redhat.com>
2759
2760 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2761 applies to executable paths if supplied to GDB as absolute.
2762
2763 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * gdb.texinfo (Mode Options): Remove -xdb.
2766
2767 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2768 Eli Zaretskii <eliz@gnu.org>
2769
2770 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2771 compile, show debug compile. New subsection Compilation options for
2772 the compile command. New subsection Compiler search for the compile
2773 command.
2774
2775 2015-04-09 Andy Wingo <wingo@igalia.com>
2776
2777 * guile.texi (Frames In Guile): Describe frame-read-register.
2778
2779 2015-04-02 Gary Benson <gbenson@redhat.com>
2780
2781 * gdb.texinfo (set sysroot): Document "target:".
2782
2783 2015-04-01 Sasha Smundak <asmundak@google.com>
2784
2785 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2786 section.
2787
2788 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2789
2790 PR corefiles/16092
2791 * gdb.texinfo (gcore): Mention new command 'set
2792 use-coredump-filter'.
2793 (set use-coredump-filter): Document new command.
2794
2795 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2796
2797 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2798 documentation, reorder the info os entries in alphabetical order.
2799
2800 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2801
2802 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2803 -data-write-memory-bytes.
2804
2805 2015-03-24 Pedro Alves <palves@redhat.com>
2806
2807 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2808 mention that threads may sometimes run unlocked.
2809
2810 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2811
2812 * gdb.texinfo (Remote configuration): Document "set/show
2813 serial parity" command.
2814
2815 2015-03-18 Gary Benson <gbenson@redhat.com>
2816
2817 * gdb.texinfo (General Query Packets): Remove documentation
2818 for now-removed vFile:fstat qSupported features.
2819
2820 2015-03-11 Gary Benson <gbenson@redhat.com>
2821
2822 * gdb.texinfo (Remote Configuration): Document the
2823 "set/show remote hostio-fstat-packet" command.
2824 (General Query Packets): Document the vFile:fstat
2825 qSupported features.
2826 (Host I/O Packets): Document the vFile:fstat packet.
2827
2828 2015-03-11 Andy Wingo <wingo@igalia.com>
2829
2830 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2831
2832 2015-03-04 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.texinfo (Remote Configuration): Document the "set/show
2835 remote swbreak-feature-packet" and "set/show remote
2836 hwbreak-feature-packet" commands.
2837 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2838 decription.
2839 (Stop Reply Packets): Document the swbreak and hwbreak stop
2840 reasons.
2841 (General Query Packets): Document the swbreak and hwbreak
2842 qSupported features.
2843 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2844
2845 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2846
2847 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2848 under *stopped.
2849
2850 2015-03-02 Doug Evans <xdje42@gmail.com>
2851
2852 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2853
2854 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2855
2856 * gdb.texinfo (S/390 and System z Features): Describe new feature
2857 "org.gnu.gdb.s390.vx".
2858
2859 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2860
2861 PR gdb/18008
2862 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2863 demangler-warning): Fix typo ("problam").
2864
2865 2015-02-19 David Taylor <dtaylor@emc.com>
2866
2867 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2868
2869 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2870
2871 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2872 point, DTrace'.
2873 (Static Probe Points): Modified to cover DTrace probes in addition
2874 to SystemTap probes. Also modified to cover the `enable probe'
2875 and `disable probe' commands.
2876
2877 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2878
2879 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2880 `disable probe' commands.
2881
2882 2015-02-12 David Taylor <dtaylor@emc.com>
2883
2884 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2885 fields of the QTDV packet.
2886
2887 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2888
2889 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2890 (Process Record and Replay): Describe new set|show commands.
2891 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2892
2893 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2894
2895 * gdb.texinfo (Process Record and Replay): Describe the "record
2896 btrace bts" command.
2897 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2898 (Branch Trace Configuration Format): New.
2899
2900 2015-01-31 Gary Benson <gbenson@redhat.com>
2901 Doug Evans <dje@google.com>
2902
2903 * gdb.texinfo (Command Completion): Document new
2904 "set/show max-completions" option.
2905
2906 2015-01-31 Doug Evans <xdje42@gmail.com>
2907
2908 * gdb.texinfo (Symbols): Document new commands
2909 "maint print symbol-cache", "maint print symbol-cache-statistics",
2910 "maint flush-symbol-cache". Document new option
2911 "maint set symbol-cache-size".
2912
2913 2015-01-31 Doug Evans <xdje42@gmail.com>
2914
2915 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2916 distinguish script files vs inlined scripts.
2917 * python.texi (Python Auto-loading): Ditto.
2918
2919 2015-01-30 Doug Evans <dje@google.com>
2920
2921 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2922 string if present.
2923
2924 2015-01-27 Doug Evans <dje@google.com>
2925
2926 * python.texi (Objfiles In Python): Document Objfile.username.
2927
2928 2015-01-27 Doug Evans <dje@google.com>
2929
2930 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2931 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2932
2933 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2936
2937 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2938
2939 * doc/gdb.texinfo (TUI Commands): Document the possible
2940 values of NAME argument to 'winheight' command. Explain the
2941 effect of 'tabset' setting better.
2942
2943 2015-01-11 Doug Evans <xdje42@gmail.com>
2944
2945 PR gdb/15830
2946 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2947 (Symbols): Ditto.
2948 (Maintenance Commands): Delete docs for "maint demangle".
2949
2950 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2951
2952 * gdb.texinfo (Files): Remove documentation of the
2953 "add-shared-symbol-files" and "assf" commands.
2954 (Cygwin Native): Remove documentation of the "dll-symbols"
2955 command.
2956
2957 2014-12-17 Doug Evans <xdje42@gmail.com>
2958
2959 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2960
2961 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2962 Jan Kratochvil <jan.kratochvil@redhat.com>
2963
2964 * gdb.texinfo (Altering): Update.
2965 (Compiling and Injecting Code): New node.
2966
2967 2014-12-12 Doug Evans <dje@google.com>
2968
2969 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2970
2971 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2972
2973 * gdb.texinfo: Document "maint print user-registers".
2974
2975 2014-12-08 Doug Evans <dje@google.com>
2976
2977 * python.texi (Objfiles In Python): Document Objfile.owner.
2978
2979 2014-12-04 Doug Evans <dje@google.com>
2980
2981 * python.texi (Objfiles In Python): Document
2982 Objfile.add_separate_debug_file.
2983
2984 2014-12-04 Doug Evans <dje@google.com>
2985
2986 * python.texi (Objfiles In Python): Document Objfile.build_id.
2987
2988 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2989
2990 * observer.texi (inferior_call_pre, inferior_call_post)
2991 (memory_changed, register_changed): New observers.
2992
2993 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2994
2995 * python.texi (Events In Python): Document new events
2996 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2997 and RegisterChangedEvent.
2998
2999 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 Add add-auto-load-scripts-directory.
3002 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
3003 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
3004
3005 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
3008 description typo.
3009
3010 2014-10-30 Doug Evans <dje@google.com>
3011
3012 * python.texi (Progspaces In Python): Document ability to add
3013 random attributes to gdb.Progspace objects.
3014 (Objfiles In Python): Document ability to add random attributes to
3015 gdb.objfile objects.
3016
3017 2014-10-27 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3020 info on stepping and signal handlers.
3021 (Signals): Explain stepping and signal handlers. Add context
3022 index entry, and cross references.
3023
3024 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 * python.texi (Breakpoints In Python): Add parenthesis after
3027 Breakpoint.delete. Clarify Breakpoint.enabled description so
3028 that it contains "disable".
3029
3030 2014-10-17 Doug Evans <dje@google.com>
3031
3032 * python.texi (Events In Python): Document clear_objfiles event.
3033
3034 2014-10-17 Doug Evans <dje@google.com>
3035
3036 * python.texi (Objfiles In Python): Document new progspace attribute.
3037
3038 2014-10-17 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3041 (SVR4 Process Information): Delete mention of OSF/1.
3042
3043 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3044
3045 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3046 exit-code field in -list-thread-groups output.
3047
3048 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3049
3050 * gdb.texinfo (Set Breaks): Add missing "@end table".
3051
3052 2014-09-22 Pedro Alves <palves@redhat.com>
3053
3054 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3055 always-inserted off" is the default mode now. Delete
3056 documentation of "set breakpoint always-inserted auto".
3057
3058 2014-09-18 Doug Evans <dje@google.com>
3059
3060 * python.texi (Symbol Tables In Python): Document "producer"
3061 attribute of gdb.Symtab objects.
3062
3063 2014-09-16 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3066 (Embedded OS): Remove VxWorks menu entry.
3067 (VxWorks): Remove node.
3068
3069 2014-09-13 Doug Evans <xdje42@gmail.com>
3070
3071 * gdb.texinfo (Signaling): Document new queue-signal command.
3072
3073 2014-09-06 Doug Evans <xdje42@gmail.com>
3074
3075 PR 15276
3076 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3077 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3078
3079 2014-09-03 Justin Lebar <jlebar@google.com>
3080
3081 * python.texi (Types In Python): Type.template_argument(n) returns a
3082 gdb.Value or a gdb.Type and throws an exception if n is out of
3083 range.
3084
3085 2014-09-03 Sasha Smundak <asmundak@google.com>
3086
3087 * python.texi (Frames in Python): Add read_register description.
3088
3089 2014-08-04 Tom Tromey <tromey@redhat.com>
3090
3091 * gdb.texinfo (Debugging Output): Update for change to "set debug
3092 target".
3093
3094 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
3095
3096 Pushed by Joel Brobecker <brobecker@adacore.com>.
3097 * Makefile.in (transform): New variable.
3098 (install-man1, install-man5): Apply $(transform) to man file names.
3099
3100 2014-07-26 Doug Evans <xdje42@gmail.com>
3101
3102 PR guile/17177
3103 * guile.texi (Guile Pretty Printing API): Fix typo.
3104 Document set-pretty-printers!, pretty-printers.
3105 (Selecting Guile Pretty-Printers): Update.
3106 Mention program-space based pretty-printers.
3107
3108 2014-07-25 Pedro Alves <palves@redhat.com>
3109 Eli Zaretskii <eliz@gnu.org>
3110
3111 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3112 with multi-threaded programs.
3113
3114 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3115
3116 * gdb.texinfo (MicroBlaze Features): Added.
3117
3118 2014-06-27 Yao Qi <yao@codesourcery.com>
3119
3120 * gdb.texinfo (Maintenance Commands): Update the output of
3121 'maint print dummy-frames' command.
3122
3123 2014-06-24 Eli Zaretskii <eliz@gnu.org>
3124
3125 * gdb.texinfo (Screen Size): Improve indexing.
3126
3127 2014-06-19 Gary Benson <gbenson@redhat.com>
3128
3129 * gdb.texinfo (Maintenance Commands): Document new
3130 "maint set/show catch-demangler-crashes" option.
3131
3132 2014-06-19 Gary Benson <gbenson@redhat.com>
3133
3134 * gdb.texinfo (Maintenance Commands): Document new
3135 "maint demangler-warning" command and new
3136 "maint set/show demangler-warning" option.
3137
3138 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3139
3140 * python.texi (Xmethod API): Add space before the opening
3141 parenthesis in function descriptions.
3142
3143 2014-06-06 Doug Evans <xdje42@gmail.com>
3144
3145 * guile.texi (Guile Configuration): Document guile-data-directory.
3146
3147 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3148
3149 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3150
3151 2014-06-04 Doug Evans <xdje42@gmail.com>
3152
3153 * guile.texi (Breakpoints In Guile): Update.
3154
3155 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3156
3157 * python.texi (Xmethod API): Fix reference to "Progspaces In
3158 Python".
3159
3160 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3161
3162 * python.texi (Xmethods In Python, XMethod API)
3163 (Writing an Xmethod): New nodes.
3164 (Python API): New menu entries "Xmethods In Python",
3165 "Xmethod API", "Writing an Xmethod".
3166
3167 2014-06-02 Doug Evans <xdje42@gmail.com>
3168
3169 * guile.texi (Guile API): Add entry for Parameters In Guile.
3170 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3171 (Parameters In Guile): New node.
3172
3173 2014-06-02 Doug Evans <xdje42@gmail.com>
3174
3175 * guile.texi (Guile API): Add entry for Commands In Guile.
3176 (Basic Guile) <parse-and-eval>: Add reference.
3177 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3178 (GDB Scheme Data Types): Mention <gdb:command> object.
3179 (Commands In Guile): New node.
3180
3181 2014-06-02 Doug Evans <xdje42@gmail.com>
3182
3183 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3184 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3185 (Progspaces In Guile): New node.
3186
3187 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3188
3189 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3190 * python.texi (Frames In Python): Mention
3191 gdb.FRAME_UNWIND_MEMORY_ERROR.
3192
3193 2014-05-29 Pedro Alves <palves@redhat.com>
3194 Tom Tromey <tromey@redhat.com>
3195
3196 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3197 from example.
3198 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3199 Mention that target-async is now deprecated.
3200 (Maintenance Commands): Document maint set/show target-async.
3201
3202 2014-05-29 Pedro Alves <palves@redhat.com>
3203
3204 * observer.texi (sync_execution_done, command_error): New
3205 subjects.
3206
3207 2014-05-29 Pedro Alves <palves@redhat.com>
3208
3209 PR gdb/13860
3210 * observer.texi (signal_received, end_stepping_range)
3211 (signal_exited, exited, no_history): New observer subjects.
3212
3213 2014-05-26 Andy Wingo <wingo@igalia.com>
3214
3215 * guile.texi (GDB Scheme Data Types): Remove documentation for
3216 removed interfaces. Update spelling of gdb-object-kind.
3217
3218 2014-05-26 Andy Wingo <wingo@igalia.com>
3219
3220 * guile.texi (Basic Guile): Fix some typos.
3221
3222 2014-05-26 Andy Wingo <wingo@igalia.com>
3223
3224 * guile.texi (Writing a Guile Pretty-Printer)
3225 (Guile Types Module): Fix excess parentheses in use-modules forms.
3226
3227 2014-05-24 Eli Zaretskii <eliz@gnu.org>
3228
3229 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3230 (Breakpoints In Guile, Guile Printing Module)
3231 (Guile Exception Handling, Values From Inferior In Guile)
3232 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3233 Don't use @var at the beginning of a sentence.
3234
3235 * gdb.texinfo (Frame Filter Management, Trace Files)
3236 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3237 (PowerPC Embedded, Define, Annotations for Running)
3238 (IPA Protocol Commands, Packets, General Query Packets)
3239 (Tracepoint Packets, Notification Packets, Environment)
3240 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3241 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3242 (Frames, Backtrace, Selection, Expressions, Registers)
3243 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3244 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3245 (Source Annotations, Using JIT Debug Info Readers, Packets)
3246 (Stop Reply Packets, Host I/O Packets)
3247 (Target Description Format): Don't use @var at the beginning of a
3248 sentence.
3249
3250 * python.texi (Basic Python, Types In Python)
3251 (Commands In Python, Frames In Python, Line Tables In Python)
3252 (Breakpoints In Python, gdb.printing, gdb.types)
3253 (Type Printing API): Don't use @var at the beginning of a
3254 sentence.
3255
3256 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3257
3258 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3259 replay-memory-access".
3260
3261 2014-05-21 Pedro Alves <palves@redhat.com>
3262
3263 * gdb.texinfo (Starting): Document "set/show
3264 auto-connect-native-target".
3265 (Target Commands): Document "target native".
3266
3267 2014-05-20 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3270 not be remote specific. Add cross reference to the qCRC packet.
3271 (Separate Debug Files): Update cross reference to the qCRC packet.
3272 (General Query Packets) <qCRC packet>: Add anchor.
3273
3274 2014-05-17 Doug Evans <xdje42@gmail.com>
3275
3276 Copy over changes from guile.texi.
3277 * python.texi (Basic Python) <gdb.execute>: Add text.
3278 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3279 (Values From Inferior) <Python string>: Add text.
3280 (Values From Inferior) <Value.string>: Clarify string length handling.
3281 (Pretty Printing API): Add cindex.
3282 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3283 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3284 @vindex.
3285 (Commands In Python) <COMPLETE_*>: Similarly.
3286 (Symbols In Python) <SYMBOL_*>: Similarly.
3287 (Breakpoints In Python) <WP_*>: Similarly.
3288 (Breakpoints In Python) <BP_*>: Similarly.
3289
3290 2014-05-17 David Taylor <dtaylor@emc.com>
3291
3292 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3293 mentioned in the qfThreadInfo reply.
3294
3295 2014-05-16 Doug Evans <dje@google.com>
3296
3297 * gdb.texinfo (Mode Options): Add -D.
3298
3299 2014-05-09 Samuel Bronson <naesten@gmail.com>
3300
3301 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3302 "make -C".
3303
3304 2014-04-29 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3307 "show debug varobj".
3308
3309 2014-05-01 David Taylor <dtaylor@emc.com>
3310
3311 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3312 option.
3313
3314 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3315 Walfred Tedeschi <walfred.tedeschi@intel.com>
3316
3317 * gdb.texinfo (i386 Features): Add description of AVX512
3318 registers.
3319
3320 2014-03-31 Doug Evans <dje@google.com>
3321
3322 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3323
3324 2014-03-30 Doug Evans <dje@google.com>
3325
3326 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3327 (Background Execution): Ditto.
3328
3329 2014-03-21 Pedro Alves <palves@redhat.com>
3330 Stan Shebs <stan@codesourcery.com>
3331 Hui Zhu <hui@codesourcery.com>
3332
3333 * gdb.texinfo (Packets): Add anchor to "? packet".
3334 Remove fixme and update introduction of "k packet".
3335 Add anchor to "vKill packet".
3336
3337 2014-03-12 Stan Shebs <stan@codesourcery.com>
3338
3339 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3340
3341 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3342
3343 * guile.texi (Basic Guile): Document 'history-append!'.
3344
3345 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3346
3347 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3348 and "assf" as being deprecated.
3349 (Cygwin Native): Likewise for "dll-symbols".
3350 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3351 as a way to force the loading of symbols from a DLL.
3352
3353 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3354
3355 * python.texi (Values From Inferior): Add description about the
3356 new feature.
3357
3358 2014-02-17 Doug Evans <xdje42@gmail.com>
3359
3360 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3361 * gdb.texinfo (Python): Moved to ...
3362 * python.texi: ... here. New file.
3363
3364 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3365
3366 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3367 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3368 parameter to 'str-lookup-function' procedure. Look for
3369 the "std::string<" prefix.
3370 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3371 Adjust description.
3372
3373 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3374
3375 * guile.texi (Values From Inferior In Guile): Remove stray
3376 parantheses for deffn.
3377 (Disassembly In Guile): Ditto.
3378
3379 2014-02-10 Stan Shebs <stan@codesourcery.com>
3380
3381 Add Doxygen support.
3382 * Makefile.in (doxy): New action, generates Doxygen files.
3383 (DOXYGEN): New.
3384 (doxyedit): New.
3385 * Doxyfile-base.in: New file.
3386 * Doxyfile-gdb-api.in: New file.
3387 * Doxyfile-gdb-xref.in: New file.
3388 * Doxyfile-gdbserver.in: New file.
3389 * doxy-index.in: New file.
3390 * filter-for-doxygen: New file.
3391 * filter-params.pl: New file.
3392
3393 2014-02-10 Doug Evans <xdje42@gmail.com>
3394
3395 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3396 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3397 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3398 (Guile docs): Include guile.texi.
3399 (objfile-gdbdotext file): Add objfile-gdb.scm.
3400 (dotdebug_gdb_scripts section): Mention Guile scripts.
3401 (Multiple Extension Languages): New node.
3402 * guile.texi: New file.
3403
3404 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3405
3406 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3407 ignore-descriptive-types". commands.
3408
3409 2014-01-22 Doug Evans <dje@google.com>
3410
3411 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3412 (gdbserver man): Ditto.
3413
3414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3415
3416 * gdb.texinfo: Document limited reverse/replay support
3417 for target record-btrace.
3418
3419 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3420
3421 * gdb.texinfo (Process Record and Replay): Update documentation.
3422
3423 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3424
3425 * gdb.texinfo (Process Record and Replay): Document new /c
3426 modifier accepted by "record function-call-history".
3427 Add /i modifier to "record function-call-history" example.
3428
3429 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3430 Joel Brobecker <brobecker@adacore.com>
3431
3432 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3433 markers. Remove one that was misplaced.
3434
3435 2014-01-10 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.texinfo (Your Program's Environment) <set environment>:
3438 Mention the shell, and point at 'set exec-wrapper'.
3439
3440 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3443
3444 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3445
3446 * gdb.texinfo (Types In Python): Clarify the documentation
3447 of attribute gdb.Field.bitpos.
3448
3449 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3450
3451 * gdb.texinfo (Types In Python): Fix the documentation of
3452 attribute "bitpos" in class gdb.Field for enum types. Add
3453 documentation for attribute "enumval" in that same class.
3454
3455 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3456
3457 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3458 @ftable.
3459
3460 2013-12-23 Doug Evans <xdje42@gmail.com>
3461
3462 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3463 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3464 corresponding section in Extending GDB.
3465 (Extending GDB): Move menu up. New menu item "Auto-loading
3466 extensions".
3467 (Sequences): New menu item "Auto-loading sequences".
3468 (Auto-loading sequences): New node.
3469 (Python): Rename section from Scripting GDB to Extending GDB.
3470 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3471 Move docs on ways to auto-load extensions to ...
3472 (Auto-loading extensions): ... here. New node.
3473
3474 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3477 in menu.
3478 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3479 command, now in a new node.
3480 (GDB/MI Support Commands): New node, with its contents being
3481 extracted from the "GDB/MI Miscellaneous Commands" node.
3482 A small paragraph introducing the section is also added at
3483 the start.
3484 (GDB/MI Miscellaneous Commands): Delete the description of the
3485 -info-gdb-mi-command, -list-features and -list-target-features
3486 commands, now hosted in the "GDB/MI Support Commands" node.
3487
3488 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3489
3490 PR python/16113
3491 * gdb.texinfo (Values From Inferior): Add a note about using
3492 gdb.Field objects as subscripts on gdb.Value objects.
3493 (Types In Python): Add description about the new attribute
3494 "parent_type" of gdb.Field objects.
3495
3496 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3499 entry for section docuumenting the -list-features GDB/MI command.
3500
3501 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3502
3503 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3504 "exec-run-start-option" entry in the output of the "-list-features"
3505 command.
3506
3507 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3508
3509 * gdb.texinfo (i386): Fix yesterday's commit.
3510
3511 2013-12-03 Tom Tromey <tromey@redhat.com>
3512
3513 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3514 documented here.
3515
3516 2013-12-03 Tom Tromey <tromey@redhat.com>
3517
3518 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3519
3520 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3521
3522 * gdb.texinfo (i386 Features): Add MPX feature registers.
3523 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3524 a subsubsection for MPX and describes the display of the
3525 boundary registers.
3526
3527 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3530 documentation of the "ada-exceptions" entry.
3531
3532 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3535 "^error" result record concerning the error message. Document
3536 the error code that may also be part of that result record.
3537 (GDB/MI Miscellaneous Commands): Document the
3538 "undefined-command-error-code" element in the output of
3539 the "-list-features" GDB/MI command.
3540
3541 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3542
3543 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3544 the new -info-gdb-mi-command GDB/MI command. Document
3545 the meaning of "-info-gdb-mi-command" in the output of
3546 -list-features.
3547
3548 2013-11-29 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3551 Update comment.
3552
3553 2013-11-24 Yao Qi <yao@codesourcery.com>
3554
3555 * gdb.texinfo (Caching Remote Data): Document new
3556 "set/show stack-cache" option.
3557
3558 2013-11-24 Yao Qi <yao@codesourcery.com>
3559
3560 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3561 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3562 "off" respectively.
3563
3564 2013-11-23 Yao Qi <yao@codesourcery.com>
3565
3566 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3567 of "displayhint" to the table about child results.
3568
3569 2013-11-21 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3572 'dynamic' for the output of command -var-list-children.
3573
3574 2013-11-21 Yao Qi <yao@codesourcery.com>
3575
3576 * gdb.texinfo (Caching Target Data): Remove "see" before
3577 @pxref.
3578
3579 2013-11-20 Yao Qi <yao@codesourcery.com>
3580
3581 * gdb.texinfo (Caching Target Data): Update doc for
3582 per-address-space dcache.
3583
3584 2013-11-20 Yao Qi <yao@codesourcery.com>
3585
3586 * gdb.texinfo (Data): Rename menu item.
3587 (Caching Remote Data): Rename to ...
3588 (Caching Target Data): ... it. Update.
3589
3590 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3593 "language-option" entry in the output of the "-list-features"
3594 command.
3595
3596 2013-11-15 Tom Tromey <tromey@redhat.com>
3597
3598 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3599 Add example.
3600
3601 2013-11-14 Tom Tromey <tromey@redhat.com>
3602
3603 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3604
3605 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3606
3607 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3608 (Context management): Place current subsection text into its own
3609 subsubsection. Add new subsubsection describing the "--language"
3610 command option.
3611
3612 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3613
3614 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3615 the documentation of "info-ada-exceptions" in the output
3616 of the "-list-features" command. Add the documentation
3617 of the "ada-exception" entry instead.
3618
3619 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3620
3621
3622 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3623 word of a couple of sentences to start with a capital letter.
3624
3625 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3626
3627 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3628 (Ada Exceptions): New node.
3629 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3630 Commands" node.
3631 (GDB/MI Ada Exceptions Commands): New node.
3632 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3633 field in the output of the "-list-features" command.
3634 * NEWS: Add entry for the new "info exceptions" CLI command,
3635 and for the new "-info-ada-exceptions" GDB/MI command.
3636
3637 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3638
3639 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3640 (Line Tables In Python): New node.
3641
3642 2013-11-08 Doug Evans <dje@google.com>
3643
3644 * gdb.texinfo (Debugging Output): Update text for
3645 "set debug dwarf2-read".
3646
3647 2013-11-08 Doug Evans <dje@google.com>
3648
3649 * gdb.texinfo (Debugging Output): Update text for
3650 "set debug symtab-create".
3651
3652 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3653
3654 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3655 constant.
3656
3657 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3658
3659 * gdb.texinfo (Breakpoints In Python): Document temporary
3660 option in breakpoint constructor, and add documentation to the
3661 temporary attribute.
3662
3663 2013-11-07 Yao Qi <yao@codesourcery.com>
3664
3665 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3666 output of "-var-info-expression".
3667
3668 2013-11-06 Pedro Alves <palves@redhat.com>
3669
3670 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3671 non-interactive mode.
3672 (Environment) <shell startup files warning>: Mention
3673 non-interactive mode. Mention .zshenv for Z shell, and talk about
3674 BASH_ENV instead of .bashrc for BASH.
3675
3676 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3677
3678 * gdb.texinfo (Commands to Specify Files): Add description
3679 of the remove-symbol-file command.
3680 * observer.texi: New free_objfile event
3681
3682 2013-10-24 Pedro Alves <palves@redhat.com>
3683
3684 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3685
3686 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3687
3688 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3689 New subsection inside which the "-catch-load" and "-catch-unload"
3690 commands documentation is now placed.
3691 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3692 documenting the "-catch-assert" and "-catch-exception" new
3693 GDB/MI commands.
3694
3695 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3696
3697 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3698
3699 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3700
3701 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3702 serial baud".
3703 (Remote Configuration): Replace "set remotebaud" by "set serial
3704 baud". Replace "show remotebaud" by "show serial baud".
3705
3706 2013-10-07 Pedro Alves <palves@redhat.com>
3707
3708 PR breakpoints/11568
3709 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3710 when the thread is removed from the thread list.
3711
3712 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3713
3714 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3715 Update entry for $_exitcode.
3716
3717 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3718
3719 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3720 new "--start" option.
3721
3722 2013-10-02 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.texinfo (Registers): Expand description of saved registers
3725 in frames. Explain <not saved>.
3726
3727 2013-09-25 Doug Evans <dje@google.com>
3728
3729 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3730
3731 2013-09-16 Stan Shebs <stan@codesourcery.com>
3732
3733 Remove the internals manual gdbint.texinfo.
3734 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3735 (PDFFILES): Remove gdbint.pdf.
3736 (HTMLFILES): Remove gdbint/index.html.
3737 (HTMLFILES_INSTALL): Remove gdbint.
3738 (GDBINT_DOC_FILES): Remove.
3739 (dvi): Remove gdbint.dvi.
3740 (ps): Remove gdbint.ps.
3741 * gdbint.texinfo: Remove file.
3742 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3743
3744 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3745
3746 * gdb.texinfo (Convenience Functions): Mention new convenience
3747 function $_isvoid.
3748
3749 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3750
3751 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3752 (Standard Target Features): Add new node to menu.
3753 (S/390 and System z Features): New node.
3754
3755 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3756
3757 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3758 -list-target-features in the example.
3759
3760 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3761
3762 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3763 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3764
3765 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3766
3767 Sync documentation with gdb.base/gnu-debugdata.exp.
3768 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3769
3770 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3773
3774 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3775 Yao Qi <yao@codesourcery.com>
3776
3777 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3778 Document new --skip-unavailable option.
3779 <-stack-list-variables>: Document new --skip-unavailable option.
3780
3781 2013-08-26 Doug Evans <dje@google.com>
3782
3783 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3784 an optional regexp.
3785
3786 2013-08-13 Tom Tromey <tromey@redhat.com>
3787
3788 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3789 Document GDB_PARALLEL and GDB_INOTIFY.
3790
3791 2013-08-09 Stan Shebs <stan@codesourcery.com>
3792
3793 * LRS: Remove file, describes a long-abandoned live-range
3794 splitting extension to stabs.
3795
3796 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3797
3798 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3799
3800 2013-07-17 Doug Evans <dje@google.com>
3801
3802 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3803
3804 2013-07-02 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3807
3808 2013-06-28 Tom Tromey <tromey@redhat.com>
3809
3810 * Makefile.in (version.subst): Use version.in, not
3811 common/version.in.
3812 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3813 Likewise.
3814
3815 2013-06-27 Pedro Alves <palves@redhat.com>
3816
3817 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3818 dynamic symbol resolution code>: New section, based on infrun.c
3819 comment.
3820
3821 2013-06-26 Tom Tromey <tromey@redhat.com>
3822
3823 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3824 Update.
3825 (Releasing GDB): Likewise.
3826
3827 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3828 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3831 -trace-frame-collected.
3832
3833 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3834
3835 * gdb.texinfo (Traceframe Info Format): Document tvar element
3836 and its attributes.
3837
3838 2013-06-25 Yao Qi <yao@codesourcery.com>
3839
3840 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3841
3842 2013-06-24 Tom Tromey <tromey@redhat.com>
3843
3844 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3845 (GDBvn.texi): Use version.subst.
3846 (version.subst): New target.
3847 (mostlyclean): Remove version.subst.
3848
3849 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3850
3851 * gdb.texinfo (GDB/MI Data Manipulation)
3852 <-data-list-register-values>: Document the --skip-unavailable
3853 option.
3854
3855 2013-06-07 Yao Qi <yao@codesourcery.com>
3856
3857 * gdb.texinfo (Symbols): Add kindex and cindex for
3858 'maint print msymbols'.
3859
3860 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3861
3862 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3863 response field name (thread-group to inferior).
3864
3865 2013-06-04 Gary Benson <gbenson@redhat.com>
3866
3867 * gdb.texinfo (General Query Packets/qSupported): Added
3868 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3869 to the table of currently defined stub features.
3870 Added a more detailed entry for "augmented-libraries-svr4-read".
3871 (General Query Packets/qXfer:libraries-svr4:read): Documented
3872 the augmented form of this packet.
3873
3874 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3875
3876 * gdb.texinfo (System-wide Configuration Scripts): Renames
3877 "Installed System-wide Configuration Scripts". Add associated
3878 @menu block.
3879
3880 2013-05-23 Yao Qi <yao@codesourcery.com>
3881 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.texinfo (Packets): Document 'vCont;r'.
3884 (Continuing and Stepping): Document target-assisted range
3885 stepping, and the 'set range-stepping' and 'show range-stepping'
3886 commands.
3887
3888 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3889
3890 * gdb.texinfo (Installed System-wide Configuration Scripts):
3891 Add subsection describing the scripts now available under
3892 the data-dir's system-gdbbinit subdirectory.
3893 * NEWS: Add entry announcing the availability of system-wide
3894 configuration scripts for ElinOS and Wind River Linux.
3895
3896 2013-05-21 Hui Zhu <hui@codesourcery.com>
3897
3898 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3899 "-dprintf-insert" command.
3900
3901 2013-05-17 Doug Evans <dje@google.com>
3902
3903 * gdb.texinfo (Maintenance Commands): Update doc for
3904 "maint check-psymtabs". Add doc for "maint check-symtabs",
3905 "maint expand-symtabs".
3906
3907 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3908
3909 * gdb.texinfo (Process Record and Replay): Document the
3910 "record goto" command and its sub-commands.
3911
3912 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3913
3914 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3915 (Python API): Add Frame Filters API, Frame Wrapper API,
3916 Writing a Frame Filter/Wrapper, Managing Management of Frame
3917 Filters chapter entries.
3918 (Frame Filters API): New Node.
3919 (Frame Wrapper API): New Node.
3920 (Writing a Frame Filter): New Node.
3921 (Managing Frame Filters): New Node.
3922 (Progspaces In Python): Add note about frame_filters attribute.
3923 (Objfiles in Python): Ditto.
3924 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3925 @anchors and --no-frame-filters option to -stack-list-variables,
3926 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3927 commands.
3928
3929 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3932 Support" subsection documenting the XML format used to transfer
3933 shared library info on AIX.
3934
3935 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.texinfo (Debugging Output): Add documentation of
3938 "set debug aix-solib" and "show debug aix-solib" commands.
3939
3940 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3941
3942 * gdb.texinfo (Nios II): New section.
3943 (Nios II Features): New section.
3944
3945 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdbint.texinfo (Algorithms): Remove entries documenting
3948 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3949 SOLIB_CREATE_INFERIOR_HOOK.
3950
3951 2013-04-29 Tom Tromey <tromey@redhat.com>
3952
3953 PR python/14204:
3954 * gdb.texinfo (Python API): Fix menu entry.
3955 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3956 Define global and static block. Add example. Clarify
3957 block relationship for inline functions.
3958
3959 2013-04-29 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.texinfo (Python API): Mention Python help and keyword
3962 arguments. Move pagination text to Basic Python.
3963 (Basic Python): Put pagination text here. Document
3964 close-on-exec, SIGCHLD, and SIGINT.
3965
3966 2013-04-19 Pedro Alves <palves@redhat.com>
3967
3968 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3969 "signedness" instead of "signness".
3970
3971 2013-04-19 Pedro Alves <palves@redhat.com>
3972
3973 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3974 -Wno-pointer-sign text with text on -Wpointer-sign.
3975
3976 2013-04-16 Tom Tromey <tromey@redhat.com>
3977
3978 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3979 GCC that has the SDT probe points.
3980
3981 2013-04-15 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3984 exception catchpoints.
3985
3986 2013-04-15 Tom Tromey <tromey@redhat.com>
3987
3988 * gdb.texinfo (Set Catchpoints): Document $_exception.
3989 (Convenience Vars): Mention $_exception.
3990
3991 2013-04-15 Tom Tromey <tromey@redhat.com>
3992
3993 * gdb.texinfo (Set Catchpoints): Reorganize exception
3994 catchpoints. Document "catch rethrow".
3995 (Debugging C Plus Plus): Mention "catch rethrow".
3996
3997 2013-04-15 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
4000
4001 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4002 Eli Zaretskii <eliz@gnu.org>
4003
4004 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
4005 line below the sample output.
4006
4007 2013-04-12 Eli Zaretskii <eliz@gnu.org>
4008
4009 * gdb.texinfo (Mode Options): Document '-configuration'.
4010 (Help): Document "show configuration".
4011 (Bug Reporting): Add requirements to include the configuration
4012 details in bug reports.
4013
4014 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4015
4016 * Makefile.in (MAN1S): Add gcore.1.
4017 Remove "Host, target, and site specific Makefile fragments" comment.
4018 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
4019 (install-man1, uninstall-man1): Conditionalize gcore.1.
4020 (gcore.1): New.
4021 * gdb.texinfo (Man Pages): Add gcore man.
4022 (gcore man): New node.
4023
4024 2013-04-10 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.texinfo (Process Record and Replay): Document that "set
4027 record full insn-number-max", "set record
4028 instruction-history-size" and "set record
4029 function-call-history-size" accept "unlimited".
4030 (Backtrace): Document that "set backtrace limit" accepts
4031 "unlimited".
4032 (List): Document that "set listsize" accepts "unlimited".
4033 (Print Settings)" Document that "set print max-symbolic-offset",
4034 "set print elements" and "set print repeats" accept "unlimited".
4035 (Starting and Stopping Trace Experiments): Document that "set
4036 trace-buffer-size" accepts "unlimited".
4037 (Remote Configuration): Document that "set tcp connect-timeout"
4038 accepts "unlimited".
4039 (Command History): Document that "set history size" accepts
4040 "unlimited".
4041 (Screen Size): Document that "set height" and "set width" accepts
4042 "unlimited". Adjust "set pagination"'s description to suggest
4043 "set height unlimited" instead of "set height 0".
4044
4045 2013-04-10 Yao Qi <yao@codesourcery.com>
4046
4047 * gdb.texinfo (Trace Files): Add "target ctf".
4048
4049 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4052
4053 * Makefile.in (install-man1, install-man5, uninstall-man1)
4054 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4055
4056 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4057
4058 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4059 Eli Zaretskii <eliz@gnu.org>
4060
4061 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4062 parameters order. Remove "On some targets" for --attach. Document the
4063 --multi parameter and extended-remote command. Document all the
4064 options.
4065
4066 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4067
4068 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4069 the list of supported languages.
4070
4071 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4072
4073 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4074 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4075 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4076 (diststuff): Add man.
4077 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4078 (uninstall-man5): New.
4079 (STAGESTUFF): Add *.1 and *.5.
4080 (GDBvn.texi): Add SYSTEM_GDBINIT.
4081 (gdb.1, gdbserver.1, gdbinit.5): New.
4082 (maintainer-clean realclean): Add $(MANS).
4083 (install): Add install-man.
4084 (uninstall): Add uninstall-man.
4085 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4086 (@copying): Wrap it by @c man begin COPYRIGHT.
4087 (Top): Add Man Pages.
4088 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4089
4090 2013-04-02 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.texinfo (Debugging Output): Document "set/show debug
4093 aarch64", "set/show debug coff-pe-read" and "set/show debug
4094 mach-o".
4095
4096 2013-04-02 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4099 table>: Add entry for "trace-buffer-size".
4100
4101 2013-03-28 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4104 table>: Add entry for "trace-status".
4105
4106 2013-03-28 Eli Zaretskii <eliz@gnu.org>
4107
4108 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4109 @bullet", which is invalid (makeinfo 5.1 barfs).
4110
4111 2013-03-28 Pedro Alves <palves@redhat.com>
4112
4113 PR gdb/15294
4114
4115 * gdb.texinfo (List) <set listsize>: Adjust to document that
4116 listsize 0 means no limit, and remove mention of -1.
4117
4118 2013-03-22 Yao Qi <yao@codesourcery.com>
4119
4120 * gdb.texinfo (Embedded Processors): Remove menu item
4121 "OpenRISC 1000".
4122 (OpenRISC 1000): Remove.
4123
4124 2013-03-21 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Maintenance Commands): Add docs for
4127 "mt set per-command {space,time,symtab} {on,off}".
4128
4129 2013-03-14 Hui Zhu <hui@codesourcery.com>
4130 Yao Qi <yao@codesourcery.com>
4131
4132 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4133
4134 2013-03-13 Keith Seitz <keiths@redhat.com>
4135
4136 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4137 "maint agent" reference to Dynamic printf.
4138
4139 2013-03-11 Eli Zaretskii <eliz@gnu.org>
4140
4141 * gdb.texinfo (General Query Packets): Don't use colon in index
4142 entries visible to Info format.
4143
4144 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4145
4146 * gdb.texinfo (Process Record and Replay): Document record
4147 changes.
4148
4149 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4150
4151 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4152 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4153 qXfer:btrace:read.
4154
4155 2013-03-09 Eli Zaretskii <eliz@gnu.org>
4156
4157 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4158 use colons in @anchor and @cindex entries.
4159
4160 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
4161
4162 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4163
4164 2013-03-08 Stan Shebs <stan@codesourcery.com>
4165 Hafiz Abid Qadeer <abidh@codesourcery.com>
4166
4167 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4168 trace-buffer-size set and show commands.
4169 (Tracepoint Packets): Document QTBuffer:size.
4170 (General Query Packets): Document QTBuffer:size.
4171
4172 2013-02-21 Tom Tromey <tromey@redhat.com>
4173
4174 * gdb.texinfo: Remove bad @syncodeindex.
4175 (Values From Inferior, Types In Python, Inferiors In Python)
4176 (Events In Python, Threads In Python, Frames In Python, Blocks In
4177 Python, Symbols In Python, Symbol Tables In Python): Remove
4178 @tables.
4179 (Packets, General Query Packets, Tracepoint Packets)
4180 (Host I/O Packets): Use @w{} for empty @item.
4181
4182 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4183
4184 * gdb.texinfo (Architectures In Python): Add description about
4185 the new method gdb.Architecture.disassemble.
4186
4187 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4188 Hafiz Abid Qadeer <abidh@codesourcery.com>
4189
4190 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4191 Document the "trace-file" field.
4192
4193 2013-02-07 Doug Evans <dje@google.com>
4194
4195 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4196 command.
4197
4198 2013-02-06 Yao Qi <yao@codesourcery.com>
4199
4200 * gdb.texinfo (GDB/MI Async Records): Document new MI
4201 notification "=tsv-modified". Update the document of MI
4202 notification "=tsv-created".
4203 * observer.texi (GDB Observers): New observer tsv_modified.
4204 Update observer tsv_created and tsv_delete.
4205
4206 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4207
4208 * gdb.texinfo (AArch64 Features): New section; document
4209 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4210 (Architectures): Add new AArch64 section to document AArch64
4211 architecture specific commands.
4212 (ABI): Add description of the new OS ABI "Newlib" and its influence
4213 on the longjmp handling.
4214
4215 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4216 Jan Kratochvil <jan.kratochvil@redhat.com>
4217
4218 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4219 variable in 'set/show backtrace' section.
4220
4221 2013-01-31 Tom Tromey <tromey@redhat.com>
4222
4223 * gdb.texinfo (Target Commands): Fix typo.
4224
4225 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4226
4227 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4228 describing the gdb.Architecture class.
4229 (Frames In Python): Add description about the new method
4230 gdb.Frame.architecture().
4231
4232 2013-01-23 Doug Evans <dje@google.com>
4233
4234 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4235
4236 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4237
4238 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4239 'thread-groups' field when printing a breakpoint in MI.
4240
4241 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4242 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4243 to reflect that jit-reader-load now supports absolute file-names.
4244
4245 2013-01-16 Tom Tromey <tromey@redhat.com>
4246
4247 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4248 (Signals): Likewise.
4249
4250 2013-01-16 Tom Tromey <tromey@redhat.com>
4251
4252 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4253 "catch-type" field.
4254 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4255
4256 2013-01-07 Tom Tromey <tromey@redhat.com>
4257
4258 * gdb.texinfo (Mode Options): Don't mention -epoch.
4259 (Data, Emacs): Remove obsolete comments.
4260
4261 2013-01-02 Tom Tromey <tromey@redhat.com>
4262
4263 * gdb.texinfo (GDB/MI Output Records): Update menu.
4264 (GDB/MI Breakpoint Information): New node.
4265 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4266 <-break-insert>: Likewise.
4267
4268 2012-12-31 Yao Qi <yao@codesourcery.com>
4269
4270 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4271 (Packets): Move "vStopped" packet to ...
4272 (Notification Packets): ... here. Describe the components
4273 of notification. Add a table of supported notifications.
4274 Add an example on the process of he async notification.
4275
4276 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4279 present.
4280 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4281 fullname output always present.
4282
4283 2012-12-23 Pierre Muller <muller@sourceware.org>
4284
4285 * gdbint.texinfo (Function prototypes): Require use of "extern"
4286 modifier for function prototypes in headers.
4287
4288 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4289
4290 * refcard.tex: Update copyright notice to GPL v3 or later.
4291 Update contact info.
4292
4293 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4296
4297 2012-12-15 Yao Qi <yao@codesourcery.com>
4298
4299 * gdb.texinfo (Debugging Output): Document 'set debug
4300 notification' and 'show debug notification'.
4301
4302 2012-12-15 Yao Qi <yao@codesourcery.com>
4303
4304 * gdb.texinfo (Listing Tracepoints): New item and example about
4305 'installed on target' output.
4306 Add more in the example about 'installed on target'.
4307 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4308
4309 2012-12-14 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.texinfo (SVR4 Process Information): Mention core files.
4312
4313 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4314
4315 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4316
4317 2012-12-12 Paul Koning <paul_koning@dell.com>
4318
4319 Add support for Python 3.
4320 * gdb.texinfo (Inferior.read_memory): Mention that the return
4321 value is a memoryview object if Python 3.
4322
4323 2012-12-11 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.texinfo: Remove all mentions of Unixware throughout.
4326
4327 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4330
4331 2012-11-29 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (SVR4 Process Information): Document missing
4334 "info proc" subcommands.
4335
4336 2012-11-29 Yao Qi <yao@codesourcery.com>
4337
4338 PR gdb/1477.
4339 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4340 to 'auto' instead of 'gnu'.
4341
4342 2012-11-26 Tom Tromey <tromey@redhat.com>
4343
4344 * gdb.texinfo (MiniDebugInfo): New node.
4345 (GDB Files): Update.
4346
4347 2012-11-16 Doug Evans <dje@google.com>
4348
4349 * gdb.texinfo (System-wide configuration): If the system-wide init
4350 file lives in the data-directory, and --data-directory is provided,
4351 look for it there.
4352
4353 2012-11-15 Tom Tromey <tromey@redhat.com>
4354
4355 * gdb.texinfo (Signaling): Fix typo.
4356
4357 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4358
4359 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4360 parameter "count" of -data-write-memory-bytes, and add an example.
4361
4362 2012-11-12 Tom Tromey <tromey@redhat.com>
4363
4364 * gdb.texinfo (Symbols): Document "info type-printers",
4365 "enable type-printer" and "disable type-printer".
4366 (Python API): Add new node to menu.
4367 (Type Printing API): New node.
4368 (Progspaces In Python): Document type_printers field.
4369 (Objfiles In Python): Likewise.
4370 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4371 register_type_printer, TypePrinter>: Document.
4372
4373 2012-11-12 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.texinfo (Symbols): Document "set print type methods",
4376 "set print type typedefs", and flags to ptype and whatis.
4377
4378 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4379
4380 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4381 the example -data-disassemble output. Extend the description of
4382 the -data-disassemble results to document all fields. Document
4383 the cli disassemble command as being related to -data-disassemble.
4384
4385 2012-11-09 Yao Qi <yao@codesourcery.com>
4386
4387 PR gdb/14777.
4388 * gdb.texinfo (OS Information): Remove doc on command
4389 'info udot'.
4390
4391 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4392
4393 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4394 gdb.ini warning for Windows port.
4395
4396 2012-11-08 Yao Qi <yao@codesourcery.com>
4397
4398 * gdb.texinfo (Search): Add kindex for 'fo'.
4399
4400 2012-11-05 Tom Tromey <tromey@redhat.com>
4401
4402 PR python/14802:
4403 * gdb.texinfo (Functions In Python): Add example.
4404
4405 2012-11-03 Yao Qi <yao@codesourcery.com>
4406
4407 * observer.texi (GDB Observers): Remove observer
4408 'tracepoint_modified', 'tracepoint_created' and
4409 'tracepoint_deleted'.
4410
4411 2012-10-26 Tom Tromey <tromey@redhat.com>
4412
4413 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4414
4415 2012-10-25 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.texinfo (General Query Packets): Use @itemx.
4418
4419 2012-10-17 Yao Qi <yao@codesourcery.com>
4420
4421 * observer.texi (GDB Observers): Update observer
4422 'memory_changed'.
4423 * gdb.texinfo (GDB/MI Async Records): Document for
4424 "memory-changed" notification.
4425
4426 2012-10-15 Doug Evans <dje@google.com>
4427
4428 * gdb.texinfo (Mode Options): Document -nh.
4429 Elaborate on docs for -nx.
4430
4431 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4432
4433 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4434
4435 2012-09-21 Yao Qi <yao@codesourcery.com>
4436 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.texinfo (GDB/MI Async Records): Document notification
4439 'record-started' and 'record-stopped'.
4440 * observer.texi (GDB Observers): New observer 'record-changed'.
4441
4442 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4443
4444 * gdb.texinfo: Document the removal of SH's 'regs' command.
4445
4446 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4447
4448 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4449
4450 2012-09-18 Yao Qi <yao@codesourcery.com>
4451
4452 * gdb.texinfo (GDB/MI Async Records): Document new MI
4453 notifications '=tsv-created' and '=tsv-deleted'.
4454 * observer.texi (GDB Observers): New observer tsv_created and
4455 tsv_deleted.
4456
4457 2012-09-18 Yao Qi <yao@codesourcery.com>
4458
4459 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4460 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4461 '=traceframe-changed'.
4462
4463 2012-09-17 Yao Qi <yao@codesourcery.com>
4464
4465 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4466 'set listsize'.
4467
4468 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4469 Eli Zaretskii <eliz@gnu.org>
4470
4471 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4472 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4473 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4474
4475 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4478
4479 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4480
4481 Document how to return from "python-interactive" to GDB.
4482 * gdb.texinfo (Python Commands): Update documentation.
4483
4484 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4485
4486 Add a new "python-interactive" command that starts a standard
4487 Python interactive prompt with "pi" as alias, and add "py" as
4488 an alias to "python".
4489 * gdb.texinfo (Python Commands): Document the new commands.
4490
4491 2012-08-22 Tom Tromey <tromey@redhat.com>
4492
4493 * gdbint.texinfo (Host Definition): Remove documentation for
4494 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4495
4496 2012-08-17 Keith Seitz <keiths@redhat.com>
4497
4498 PR c++/13356
4499 * gdb.texinfo (Type and Range Checking): Remove warning.
4500 Remove spurious commas.
4501 Update text and examples for re-implementation of set/show
4502 check type.
4503 (C and C++ Type and Range Checks): Likewise.
4504
4505 2012-08-16 Yao Qi <yao@codesourcery.com>
4506
4507 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4508 is deprecated.
4509
4510 2012-08-13 Doug Evans <dje@google.com>
4511
4512 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4513 to include functions.
4514
4515 2012-08-10 Doug Evans <dje@google.com>
4516
4517 * gdb.texinfo (Convenience Funs): New node.
4518 (Types In Python): Document Type.vector.
4519
4520 2012-08-09 Yao Qi <yao@codesourcery.com>
4521
4522 * observer.texi: New observer command_param_changed.
4523 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4524
4525 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 * gdbint.texinfo (Debugging GDB): In section
4528 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4529 Mention also gdb-gdb.py.
4530
4531 2012-08-07 Yao Qi <yao@codesourcery.com>
4532
4533 Revert the folloing patch:
4534 2012-08-06 Yao Qi <yao@codesourcery.com>
4535 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4536 remote hardware-watchpoint-limit' and 'set
4537 remote hardware-breakpoint-limit'.
4538
4539 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4540
4541 * gdb.texinfo (Working Directory): Added information about new
4542 default argument for 'cd' command.
4543
4544 2012-08-06 Yao Qi <yao@codesourcery.com>
4545
4546 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4547 remote hardware-watchpoint-limit' and 'set
4548 remote hardware-breakpoint-limit'.
4549
4550 2012-08-06 Yao Qi <yao@codesourcery.com>
4551
4552 Fix PR14371.
4553
4554 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4555 '=breakpoint-deleted'.
4556
4557 2012-08-02 Yao Qi <yao@codesourcery.com>
4558
4559 * gdb.texinfo (Native): Remove node Neutrino.
4560
4561 2012-07-27 Yao Qi <yao@codesourcery.com>
4562
4563 * gdb.texinfo (IPA Protocol Commands): Document new command
4564 'close'.
4565
4566 2012-07-25 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4569
4570 2012-07-20 Doug Evans <dje@google.com>
4571
4572 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4573 (Index Files): Document how to control the use of deprecated index
4574 sections.
4575 (Index Section Format): Replace --use-deprecated-index-sections with
4576 "set use-deprecated-index-sections on".
4577
4578 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4579
4580 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4581 indices into a single node "Index". Instead, join function and
4582 variable indices into a single index, separate from the concept
4583 index. Requested in
4584 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4585 (Top): Update the top-level menu: instead of one "Index" there are
4586 now separate entries "Concept Index" and "Function and Variable
4587 Index".
4588 (Concept Index, Function and Variable Index): New nodes.
4589 (Index): Node deleted.
4590
4591 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4592
4593 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4594 and "maint agent-eval".
4595
4596 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4597
4598 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4599 avoid file-name clashes between Index.html and index.html on
4600 case-insensitive filesystems. See the discussion starting in
4601 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4602 details of the problem.
4603 (Top): Update the master menu for the above.
4604 (Concept Index, Command and Variable Index): New nodes, instead of
4605 the old "Index" node that was deleted. All cross-references
4606 updated.
4607
4608 2012-07-02 Stan Shebs <stan@codesourcery.com>
4609
4610 * gdb.texinfo (Dynamic Printf): Mention agent style and
4611 disconnected dprintf.
4612 (Maintenance Commands): Describe maint agent-printf.
4613 (General Query Packets): Mention BreakpointCommands feature.
4614 (Packets): Document commands extension to Z0 packet.
4615 * agentexpr.texi (Bytecode Descriptions): Document printf
4616 bytecode.
4617
4618 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4621 only after gdbinit files.
4622 (Startup): Move -iex and -iex commands down after gdbinit files.
4623
4624 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4627 possibility.
4628
4629 2012-06-29 Tom Tromey <tromey@redhat.com>
4630
4631 * gdb.texinfo (Index Section Format): Update for version 7.
4632
4633 2012-06-28 Stan Shebs <stan@codesourcery.com>
4634
4635 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4636 example, add note about title column.
4637
4638 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4639
4640 * gdb.texinfo (Symbol Tables In Python): Add description about
4641 the new 'last' attribute of gdb.Symtab_and line.
4642
4643 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4644
4645 * gdb.texinfo (Symbol Tables In Python): Correct the description
4646 of the 'pc' attribute of gdb.Symtab_and_line.
4647
4648 2012-06-26 Doug Evans <dje@google.com>
4649
4650 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4651 and symtab-create.
4652
4653 2012-06-25 Keith Seitz <keiths@redhat.com>
4654
4655 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4656 from example. Remove "rbreak" from list of corresponding
4657 gdb commands.
4658
4659 2012-06-23 Doug Evans <dje@google.com>
4660
4661 * gdb.texinfo (Index Section Format): Document version 7 format.
4662
4663 2012-06-22 Yao Qi <yao@codesourcery.com>
4664
4665 * gdb.texinfo: Add missing cindex for some packets.
4666
4667 2012-06-20 Keith Seitz <keiths@redhat.com>
4668
4669 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4670 for -break-insert and document -p.
4671
4672 2012-06-20 Yao Qi <yao@codesourcery.com>
4673
4674 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4675 and "gdb.write_memory" with "Inferior.read_memory" and
4676 "Inferior.write_memory".
4677
4678 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4679
4680 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4681 (Free Documentation): Add @node line.
4682 (Continuing and Stepping) <advance location>: Use @item instead of
4683 @itemx.
4684 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4685 @itemx.
4686 (Embedded Processors): Put the link to "PA" to its correct place,
4687 according to document structure.
4688 (Python API): Put the link to "Lazy Strings In Python" to its
4689 correct place.
4690 (Index): Use @@ in @tex block to get a literal @.
4691
4692 * gdbint.texinfo: Fix the @subtitle line.
4693
4694 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4695 correct place.
4696
4697 2012-06-08 Yao Qi <yao@codesourcery.com>
4698
4699 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4700 Protocol'.
4701 (In-Process Agent Protocol, IPA Protocol Objects)
4702 (IPA Protocol Commands): New nodes.
4703 (Tracepoint Packets): Add anchors.
4704
4705 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4706
4707 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4708
4709 2012-06-06 Yao Qi <yao@codesourcery.com>
4710
4711 * gdb.texinfo: Update copyright year.
4712
4713 2012-05-23 Stan Shebs <stan@codesourcery.com>
4714 Kwok Cheung Yeung <kcy@codesourcery.com>
4715
4716 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4717
4718 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4719
4720 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4721 Mention also --with-separate-debug-dir.
4722 (Auto-loading): Prepend $debugdir in the sample output.
4723 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4724 auto-load safe-path variable.
4725 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4726 Mention also $debugdir for 'set auto-load scripts-directory'.
4727
4728 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4729
4730 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4731 (MIPS Embedded, MIPS, MIPS Register packet Format)
4732 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4733 appropriate.
4734
4735 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4736 Maciej W. Rozycki <macro@codesourcery.com>
4737
4738 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4739 mips compression".
4740 (MIPS Breakpoint Kinds): New subsubsection.
4741
4742 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4743
4744 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4745 nodes for subsections. Add @acronym mark-ups and adjust
4746 formatting.
4747
4748 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4749
4750 Rename $ddir to $datadir.
4751 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4752 (objfile-gdb.py file): Rename $ddir to $datadir.
4753
4754 2012-05-18 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4757
4758 2012-05-14 Stan Shebs <stan@codesourcery.com>
4759
4760 * gdb.texinfo (Dynamic Printf): New subsection.
4761
4762 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4763
4764 * gdb.texinfo (Basic Python): Add description about the function
4765 gdb.find_pc_line
4766
4767 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4768 Eli Zaretskii <eliz@gnu.org>
4769
4770 * gdb.texinfo (Separate Debug Files): Use plural form for global
4771 debugging information directory.
4772
4773 2012-05-11 Stan Shebs <stan@codesourcery.com>
4774 Kwok Cheung Yeung <kcy@codesourcery.com>
4775
4776 * gdb.texinfo (Operating System Auxiliary Information): Document new
4777 'info os' subcommands.
4778
4779 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4782 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4783 (dotdebug_gdb_scripts section): Add reference
4784 to 'Auto-loading safe path'.
4785
4786 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 Implement multi-component --with-auto-load-dir.
4789 * gdb.texinfo (Auto-loading): New references
4790 for 'set auto-load scripts-directory'
4791 and 'show auto-load scripts-directory'.
4792 (Auto-loading safe path): Describe the new default. Move $ddir
4793 substituation reference to 'objfile-gdb.py file'.
4794 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4795 script-name. Describe new 'set auto-load scripts-directory'
4796 and 'show auto-load scripts-directory'.
4797
4798 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 Provide $ddir substitution for --with-auto-load-safe-path.
4801 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4802 (Auto-loading safe path): Likewise. Mention the default value,
4803 $ddir substitution, --with-auto-load-safe-path and
4804 --without-auto-load-safe-path.
4805 * observer.texi (gdb_datadir_changed): New.
4806
4807 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4808
4809 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4810 Twice.
4811
4812 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4813 directory separator by path separator.
4814
4815 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4818 for 'set auto-load safe-path' optional. Mention if it is omitted.
4819 Change disabling security protection condition to "/", twice.
4820
4821 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4822
4823 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4824 the new methods global_block and static_block on gdb.Symtab
4825 objects.
4826
4827 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4828
4829 * gdb.texinfo (Blocks In Python): Add a note saying that future
4830 improvements to GDB and its infrastructure can move symbols
4831 across blocks within a symbol table.
4832
4833 2012-04-29 Yao Qi <yao@codesourcery.com>
4834
4835 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4836 (A29K): Remove.
4837
4838 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4839 Tom Tromey <tromey@redhat.com>
4840
4841 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4842 and generic static probe support on GDB.
4843
4844 2012-04-25 Doug Evans <dje@google.com>
4845
4846 * gdb.texinfo (Go): Fix thinko.
4847
4848 * gdb.texinfo (Supported Languages): Add Go.
4849 (Go): New node.
4850
4851 2012-04-25 Yao Qi <yao@codesourcery.com>
4852
4853 * gdbint.texinfo (Testsuite): New section `Board settings'.
4854
4855 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4858 Three times.
4859
4860 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4861 Three times.
4862
4863 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4866 by @table @asis. Fix formatting of one item.
4867
4868 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4871
4872 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 New option "set debug auto-load".
4875 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4876 (auto-load verbose mode): New node.
4877
4878 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 New option "set auto-load safe-path".
4881 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4882 and "info auto-load" examples for safe-path. Put there also references
4883 for "set auto-load safe-path" and "show auto-load safe-path".
4884 New menu item for Auto-loading safe path.
4885 (Auto-loading safe path): New node.
4886 (Python Auto-loading): Update the expected output from "Missing"
4887 to "No".
4888
4889 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 auto-load: Implementation.
4892 * gdb.texinfo (Mode Options): New anchor for -nx.
4893 (Startup): New anchors for Option -init-eval-command,
4894 Home Directory Init File
4895 and Init File in the Current Directory during Startup.
4896 Mention set auto-load local-gdbinit with a reference.
4897 Change the sample code to "set auto-load python-scripts".
4898 (Threads): New anchor set libthread-db-search-path.
4899 Provide references to libthread_db.so.1 file.
4900 (Controlling GDB): New menu item for Auto-loading.
4901 (Auto-loading, Init File in the Current Directory)
4902 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4903 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4904 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4905 reference.
4906 (Auto-loading): Rename to ...
4907 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4908 "set auto-load python-scripts", new anchor for it. Change
4909 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4910 for it. Change "info auto-load-scripts"
4911 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4912 to "Python scripts".
4913
4914 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4915
4916 PR mi/13393
4917 * gdb.texinfo (Print Settings): Extend the description for "set print
4918 object".
4919 (GDB/MI Variable Objects): Extend the description for -var-create and
4920 -var-list-children.
4921
4922 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4923
4924 * gdb.texinfo (Examining Data): Document the 'explore' command.
4925
4926 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4929 to the children of a varobj and its update range when -var-update
4930 returns that the varobj's type changed.
4931
4932 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4933
4934 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4935 Create two new links fir 'objfile-gdb.py file'
4936 and 'dotdebug_gdb_scripts section'.
4937
4938 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * gdb.texinfo (Auto-loading): Rename node reference
4941 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4942 Twice.
4943 (.debug_gdb_scripts section): Rename the node ...
4944 (dotdebug_gdb_scripts section): ... here.
4945 (Maintenance Commands): Also rename this node reference.
4946
4947 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4948
4949 * gdb.texinfo (Python API/Values From Inferior): Add description
4950 about the new method Value.referenced_value. Add description on
4951 how Value.dereference is different (and similar) to
4952 Value.referenced_value.
4953
4954 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4957 --init-eval-command=COMMAND, -iex.
4958 (Startup): Describe -iex and -ix. Simplify the example
4959 for "set auto-load-scripts off".
4960
4961 2012-03-16 Gary Benson <gbenson@redhat.com>
4962
4963 PR breakpoints/10738
4964 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4965 stating that GDB cannot set breakpoints on inlined functions.
4966 (Mode Options): Document --use-deprecated-index-sections.
4967 (Index Section Format): Document new index section version format.
4968
4969 2012-03-15 Tom Tromey <tromey@redhat.com>
4970
4971 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4972
4973 2012-03-13 Doug Evans <dje@google.com>
4974
4975 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4976 of "reload".
4977 (Symbols): Delete docs for set/show symbol-reloading.
4978 * gdbint.texinfo (Defining Other Architecture Features): Delete
4979 SYMBOL_RELOADING_DEFAULT.
4980 * refcard.tex: Delete reference to symbol-reloading.
4981
4982 2012-03-07 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.texinfo (General Query Packets): Document new
4985 QProgramSignals packet.
4986 * gdb.texinfo (Remote configuration): Mention
4987 "program-signals-packet".
4988
4989 2012-03-05 Tristan Gingold <gingold@adacore.com>
4990
4991 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4992
4993 2012-03-03 Yao Qi <yao@codesourcery.com>
4994
4995 * gdb.texinfo (In-Process Agent): New node.
4996 Document new commands.
4997 (General Query Packets): Add packet `QAgent'.
4998
4999 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5000
5001 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
5002
5003 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5004
5005 * gdb.texinfo (Commands In Python): Put example python macro in
5006 COMMAND_USER category rather than COMMAND_OBSCURE.
5007 Document gdb.COMMAND_USER.
5008 (User-defined Commands): Update documentation to clarify
5009 "set/show max-user-call-depth" and "show user" don't apply to python
5010 commands. Update documentation to clarify "help user-defined" may
5011 also include python commands defined as COMMAND_USER.
5012
5013 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 * gdb.texinfo (Startup): Add option -ex description to the option -x
5016 description.
5017
5018 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5019
5020 * gdb.texinfo (Setting Breakpoints): Mention and explain the
5021 condition-evaluation breakpoint parameter.
5022 Mention condition-evaluation mode being shown in "info break".
5023 (Break Conditions): Add description for target-side
5024 conditional breakpoints.
5025 (Remote Configuration): Mention conditional-breakpoints-packet.
5026 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
5027 cond-expr.
5028 (General Query Packets): Mention new ConditionalBreakpoint feature.
5029
5030 2012-02-22 Tom Tromey <tromey@redhat.com>
5031
5032 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5033
5034 2012-02-17 Tom Tromey <tromey@redhat.com>
5035
5036 PR python/10753:
5037 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5038 directory.
5039
5040 2012-02-14 Stan Shebs <stan@codesourcery.com>
5041
5042 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5043
5044 2012-02-13 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5047 mips-idt-ecoff.
5048
5049 2012-02-09 Yao Qi <yao@codesourcery.com>
5050
5051 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5052
5053 2012-02-07 Tom Tromey <tromey@redhat.com>
5054
5055 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5056 Symbol.value.
5057
5058 2012-02-07 Tom Tromey <tromey@redhat.com>
5059
5060 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5061
5062 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5063
5064 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5065
5066 2012-01-24 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5069 unload".
5070 (Files): Mention new catch commands.
5071 (GDB/MI Async Records): Likewise.
5072
5073 2012-01-24 Gary Benson <gbenson@redhat.com>
5074
5075 Delete #if 0'd out code.
5076 * gdb.texinfo (Frame Info): Remove "info catch".
5077
5078 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5079
5080 * gdb.texinfo (Remote Configuration): Document
5081 "set remote hostio-readlink-packet" command.
5082 (General Query Packets): Document vFile:readlink packet.
5083
5084 2012-01-16 Tom Tromey <tromey@redhat.com>
5085
5086 * gdb.texinfo (Specify Location): Document relative file name
5087 handling.
5088
5089 2012-01-16 Tom Tromey <tromey@redhat.com>
5090
5091 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5092
5093 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5094 Eli Zaretskii <eliz@gnu.org>
5095
5096 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5097 code.
5098
5099 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5100
5101 * gdb.texinfo (Variables): Document use of :: for non-static
5102 variables.
5103
5104 2012-01-05 Joel Brobecker <brobecker@adacore.com>
5105
5106 * gdbint.texinfo (Start of New Year Procedure): Update
5107 to replace use of copyright.sh by use of copyright.py.
5108
5109 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 Remove the gdbtui binary.
5112 * all-cfg.texi (GDBTUI): Remove.
5113 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5114 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5115 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5116
5117 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5118
5119 Introduce gdb.FinishBreakpoint in Python.
5120 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5121 (Python API): Add menu entry for Finish Breakpoints.
5122
5123 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5126 tests.
5127
5128 2011-12-16 Doug Evans <dje@google.com>
5129
5130 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5131
5132 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5133
5134 * gdb.texinfo (Python Commands): Remove "maint set/show print
5135 stack". Add documentation for "set/show python print-stack".
5136
5137 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5138
5139 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5140 should transfer control to the stub in the startup code instead of
5141 in main. Mention the need to get past the initial breakpoint.
5142
5143 2011-12-06 Tom Tromey <tromey@redhat.com>
5144
5145 * gdb.texinfo (Set Breaks): Update for new behavior.
5146
5147 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5148
5149 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5150 List Format for SVR4 Targets'.
5151 (General Query Packets): New item qXfer:libraries-svr4:read.
5152 (Library List Format for SVR4 Targets): New node.
5153
5154 2011-12-01 Tom Tromey <tromey@redhat.com>
5155
5156 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5157 add.
5158
5159 2011-11-22 Tom Tromey <tromey@redhat.com>
5160
5161 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5162 reasons.
5163
5164 2011-11-20 Stan Shebs <stan@codesourcery.com>
5165
5166 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5167 note-related options and variables.
5168 (Tracepoint Packets): Document packet changes.
5169
5170 2011-11-20 Sanjoy Das <sdas@igalia.com>
5171
5172 * gdb.texinfo (JIT Interface): Add documentation on writing and
5173 usind JIT debug info readers.
5174 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5175 Debug Info Readers): New nodes.
5176
5177 2011-11-18 Yao Qi <yao@codesourcery.com>
5178
5179 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5180 tracepoint.
5181
5182 2011-11-15 Doug Evans <dje@google.com>
5183
5184 * gdb.texinfo (Files): Document basenames-may-differ.
5185
5186 2011-11-14 Doug Evans <dje@google.com>
5187
5188 * gdb.texinfo (Shell Commands): Document "!".
5189
5190 2011-11-14 Stan Shebs <stan@codesourcery.com>
5191 Kwok Cheung Yeung <kcy@codesourcery.com>
5192
5193 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5194 needed to get shorter fast tracepoints.
5195 (Tracepoint Packets): Document new qTMinFTPILen packet.
5196
5197 2011-11-14 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5200 behavior of tracepoint.
5201 (General Query Packets): New feature InstallInTrace.
5202 (Remote Configuration): Document "set remote
5203 install-in-trace-packet".
5204
5205 2011-11-12 Matt Rice <ratmice@gmail.com>
5206
5207 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5208 Add arguments to info macro.
5209
5210 2011-11-10 Tom Tromey <tromey@redhat.com>
5211
5212 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5213 manual.
5214 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5215 (Macros): Add a footnote.
5216 (C): Remove paragraph about compiler options.
5217 (C Constants): Mention wide character and string constants.
5218 (C Plus Plus Expressions): Update compiler option advice. Mention
5219 using declarations. Mention ADL. Remove old HP compiler
5220 information.
5221
5222 2011-11-10 Tom Tromey <tromey@redhat.com>
5223
5224 PR c++/9257:
5225 * gdb.texinfo (Print Settings): Add an extra note about the need
5226 for a vtable.
5227
5228 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5229
5230 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5231 "set mips abi" documentation.
5232
5233 2011-11-04 Doug Evans <dje@google.com>
5234
5235 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5236
5237 2011-11-03 Tom Tromey <tromey@redhat.com>
5238
5239 * gdb.texinfo (Stopping): Add menu entry.
5240 (Continuing and Stepping): Restore @node. Use @section, not
5241 @subsection.
5242
5243 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5244
5245 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5246 designation. Fix "Specify Location" cross-reference.
5247
5248 2011-11-02 Stan Shebs <stan@codesourcery.com>
5249
5250 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5251 (General Query Packets): Describe tracenz feature.
5252 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5253
5254 2011-10-28 Paul Koning <paul_koning@dell.com>
5255
5256 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5257
5258 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5259
5260 * gdb.texinfo ((Frames In Python): Document
5261 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5262
5263 2011-10-26 Paul Koning <paul_koning@dell.com>
5264
5265 * gdb.texinfo (gdb.types): Document new deepitems function.
5266
5267 2011-10-25 Paul Koning <paul_koning@dell.com>
5268
5269 PR python/13327
5270
5271 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5272 fetch_lazy method.
5273
5274 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5275
5276 PR python/12656
5277
5278 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5279 global_block, static_block function.
5280
5281 2011-10-19 Tom Tromey <tromey@redhat.com>
5282
5283 * gdb.texinfo (Commands In Python): Add missing "@"s.
5284
5285 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5286
5287 PR python/13285 Document named constants for frame unwind stop reasons
5288 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5289 constants.
5290
5291 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 Fix compatibility with texinfo versions older than 4.12.
5294 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5295 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5296 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5297 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5298 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5299 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5300 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5301
5302 2011-10-09 Doug Evans <dje@google.com>
5303
5304 * gdb.texinfo (Extending GDB): Document alias command.
5305
5306 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 Support @entry in input expressions.
5309 * gdb.texinfo (Variables): Describe @entry names suffix.
5310 (Print Settings): Add anchor for `set print entry-values'.
5311
5312 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5313 Eli Zaretskii <eliz@gnu.org>
5314
5315 Display @entry parameter values (without references).
5316 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5317 example.
5318 (Print Settings): New description of set print entry-values and show
5319 print entry-values.
5320
5321 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5322 Eli Zaretskii <eliz@gnu.org>
5323
5324 Recognize virtual tail call frames.
5325 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5326 (Tail Call Frames): New node.
5327 (Frames In Python): Add gdb.TAILCALL_FRAME.
5328
5329 2011-10-07 Doug Evans <dje@google.com>
5330
5331 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5332 register_pretty_printer.
5333
5334 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5335
5336 PR python/12930
5337 PR python/12802
5338
5339 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5340 stop method.
5341
5342 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5343
5344 * gdb.texinfo (Starting your Program): "set disable-randomization"
5345 is no longer Linux-specific.
5346 (Remote Configuration): Document "set remote
5347 disable-randomization-packet".
5348 (General Query Packets): Document "QDisableRandomization" packet
5349 and add it to "qSupported" list.
5350
5351 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5352
5353 Allow Python notification of new object-file loadings.
5354 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5355 event type.
5356
5357 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5358
5359 PR python/12691: Add the inferior to Python exited event
5360 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5361
5362 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5363
5364 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5365 rephasing.
5366
5367 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5370 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5371 as possible feature returned by the `-list-features'
5372 command.
5373
5374 2011-09-28 Paul Koning <paul_koning@dell.com>
5375
5376 * gdb.texinfo (gdb.Type): Document field access by dictionary
5377 key syntax.
5378
5379 2011-09-28 Yao Qi <yao@codesourcery.com>
5380
5381 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5382 Add one space after option `-s'. Remove @r{} markup.
5383
5384 2011-09-27 Stan Shebs <stan@codesourcery.com>
5385
5386 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5387
5388 2011-09-16 Hui Zhu <teawater@gmail.com>
5389
5390 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5391 to *(unsigned char *)$esp@300.
5392
5393 2011-09-15 Paul Koning <paul_koning@dell.com>
5394
5395 * gdb.texinfo: Make style of Python functions and methods match
5396 the syntax of Python. Also put class and module names explicitly
5397 on function, member, and variable names, matching Python
5398 documentation conventions.
5399
5400 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5401
5402 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5403 * gdb.texinfo (Inferiors In Python): Describe new
5404 gdb.selected_inferior() function.
5405
5406 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5407
5408 Handle multiple breakpoint hits in Python interface:
5409 * gdb.texinfo (Events In Python): New function documentation:
5410 gdb.BreakpointEvent.breakpoints. Indicate that
5411 gdb.BreakpointEvent.breakpoint is now deprecated.
5412
5413 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5414
5415 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5416
5417 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5418
5419 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5420
5421 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5422
5423 * gdb.texinfo (Prompt): Add set/show extended-prompt
5424 documentation
5425 (Basic Python): Add prompt_hook anchor.
5426 (Python modules): Reword module text to reflect multiple modules.
5427 (gdb.prompt): Document gdb.prompt module.
5428
5429 2011-08-14 Yao Qi <yao@codesourcery.com>
5430
5431 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5432
5433 2011-08-14 Yao Qi <yao@codesourcery.com>
5434
5435 * gdb.texinfo (Standard Target Features): Document C6x features.
5436 (TIC6x Features): New node.
5437
5438 2011-08-12 Doug Evans <dje@google.com>
5439
5440 * gdb.texinfo (Symbols In Python): Document symbol.type.
5441
5442 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5443
5444 * gdb.texinfo (Python): Document command and function
5445 auto-loading.
5446
5447 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5448 Eli Zaretskii <eliz@gnu.org>
5449
5450 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5451 typedefs unrolling. Extend the sample code by an inner typedef and
5452 outer typedefs unrolling.
5453
5454 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5455
5456 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5457 size and line-size.
5458
5459 2011-07-21 Matt Rice <ratmice@gmail.com>
5460
5461 PR macros/12999
5462 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5463 Update text and cindex entries for info macro command.
5464
5465 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5466
5467 * observer.texi (GDB Observers): Add before_prompt observer.
5468 * gdb.texinfo (Basic Python): Add documentation for prompt
5469 substitution.
5470
5471 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5472
5473 PR python/12438
5474 * gdb.texinfo (Python Commands): Add deprecate note to maint
5475 set/show python print-stack. Document set/show python
5476 print-backtrace.
5477
5478 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5479
5480 * gdb.texinfo: Fix typos.
5481
5482 2011-07-01 Tom Tromey <tromey@redhat.com>
5483
5484 * gdb.texinfo (Debugging Output): Document set debug
5485 check-physname.
5486
5487 2011-06-29 Tom Tromey <tromey@redhat.com>
5488
5489 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5490 breakpoint-notifications feature.
5491
5492 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5493
5494 * gdb.texinfo (Target Description): Remove warning about
5495 possibly unstable format.
5496
5497 2011-06-03 Tom Tromey <tromey@redhat.com>
5498
5499 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5500 (Events In Python): Note that exit_code is optional.
5501
5502 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5505 required for multi-threading support.
5506 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5507 Hc are deprecated for multi-threading debugging. Point readers at
5508 the vCont packet.
5509
5510 2011-05-15 Doug Evans <dje@google.com>
5511
5512 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5513
5514 2011-05-13 Doug Evans <dje@google.com>
5515
5516 * gdb.texinfo (Threads): Document $sdir,$pdir.
5517 (Server): Document $pdir exception.
5518
5519 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5520
5521 * gdb.texinfo (Threads): Clarify default value for
5522 libthread-db-search-path.
5523
5524 * gdb.texinfo (Completion): Update example.
5525 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5526
5527 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5528
5529 * gdb.texinfo: Document change in the behaviour of the enable and
5530 disable GDB commands when applied to tracepoints.
5531 Document the EnableDisableTracepoints remote stub feature.
5532 Document QTEnable and QTDisable in the list of tracepoint packets.
5533
5534 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5535
5536 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5537 hsuser.texi.
5538 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5539 comment to hsuser.texi. Change rluser.texi name in the comment.
5540
5541 2011-05-10 Doug Evans <dje@google.com>
5542
5543 * gdb.texinfo (Threads): If an empty path is provided for
5544 libthread-db-search-path it is reset to its default value.
5545 (Server): Ditto.
5546
5547 2011-05-09 Doug Evans <dje@google.com>
5548
5549 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5550
5551 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5552 Thiago Jung Bauermann <bauerman@br.ibm.com>
5553
5554 Implement support for PowerPC BookE masked watchpoints.
5555 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5556 (PowerPC Embedded): Mention support of masked watchpoints.
5557
5558 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5561 `@value{GDBN}'.
5562
5563 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.texinfo (titlepage): Remove dedication.
5566 (In Memoriam): New appendix.
5567
5568 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5569 Eli Zaretskii <eliz@gnu.org>
5570
5571 * gdb.texinfo (Index Section Format): Change the version to 5.
5572 Describe the different formula.
5573
5574 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5575 Eli Zaretskii <eliz@gnu.org>
5576
5577 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5578 for disconnected tracing.
5579 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5580 extended-remote relationship. Mention --once.
5581 (TCP port allocation lifecycle of @code{gdbserver}): New.
5582
5583 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5584
5585 * gdb.texinfo (Server): Improve indexing. Index all optional
5586 switches to gdbserver.
5587
5588 2011-04-20 Tom Tromey <tromey@redhat.com>
5589
5590 * gdb.texinfo (Index Section Format): New node.
5591 (Top): Add new node to menu.
5592
5593 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5594
5595 * gdb.texinfo (Maintenance Commands): Document `maint print
5596 remote-registers'.
5597
5598 2011-04-20 Tom Tromey <tromey@redhat.com>
5599
5600 * gdb.texinfo (Trace File Format): Move node later.
5601
5602 2011-04-19 Tom Tromey <tromey@redhat.com>
5603
5604 * gdbint.texinfo (Register Information Functions): Remove
5605 duplicate "the".
5606 * gdb.texinfo (Emacs): Remove duplicate "to".
5607 (GDB/MI Variable Objects): Remove duplicate "the".
5608 (General Query Packets): Likewise.
5609
5610 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5613 "GDB/MI Ada Exception Information" node.
5614
5615 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5616
5617 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5618 the "exception-name" field in the *stopped async record.
5619
5620 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5621 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5622
5623 Implement support for PowerPC BookE ranged breakpoints.
5624 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5625
5626 2011-03-28 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.texinfo (Set Tracepoints): Fix typo.
5629
5630 2011-03-24 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.texinfo (Specify Location): Document `function:label'
5633 linespec.
5634
5635 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5636
5637 PR python/12149
5638
5639 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5640
5641 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5642
5643 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5644 (Inferiors In Python): Likewise.
5645 (Threads In Python): Likewise.
5646 (Symbols In Python): Likewise.
5647 (Objfiles In Python): Likewise.
5648 (Symbol Tables In Python): Likewise.
5649
5650 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5651
5652 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5653 display>: Explain that the commands accept number ranges.
5654
5655 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5656
5657 * gdb.texinfo (Breakpoints In Python): Add description and example
5658 of Python stop function operation.
5659
5660 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5661
5662 * gdb.texinfo (Parameters In Python): Document get_set_string and
5663 get_show_string methods.
5664
5665 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5666
5667 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5668
5669 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5670 circular-trace-buffer name.
5671
5672 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5673
5674 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5675 in the previous change.
5676
5677 2011-02-27 Michael Snyder <msnyder@vmware.com>
5678
5679 * gdb.texinfo (Inferiors and Programs): Update commands to show
5680 that they can accept multiple arguments.
5681
5682 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5683
5684 Revert the following patch (code patch was not approved):
5685 2011-02-21 Hui Zhu <teawater@gmail.com>
5686 * agentexpr.texi (bytecode descriptions): add printf.
5687 * gdb.texinfo (tracepoint action lists): add printf.
5688
5689 2011-02-23 Doug Evans <dje@google.com>
5690
5691 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5692
5693 2011-02-23 Michael Snyder <msnyder@vmware.com>
5694
5695 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5696 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5697 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5698
5699 2011-02-22 Doug Evans <dje@google.com>
5700
5701 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5702 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5703 add description of result, fix @defun formatting.
5704
5705 2011-02-21 Hui Zhu <teawater@gmail.com>
5706
5707 * agentexpr.texi (Bytecode Descriptions): Add printf.
5708 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5709
5710 2011-02-18 Tom Tromey <tromey@redhat.com>
5711
5712 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5713
5714 2011-02-14 Michael Snyder <msnyder@vmware.com>
5715
5716 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5717 Document new command "thread find".
5718
5719 2011-02-14 Michael Snyder <msnyder@vmware.com>
5720
5721 * gdb.texinfo (Threads): Update example of new thread message.
5722
5723 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5724
5725 * gdb.texinfo (Remote Configuration): Mention set/show remote
5726 traceframe-info.
5727 (Tools/Packages Optional for Building GDB): Mention that expat is
5728 used for traceframe info.
5729 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5730 (General Query Packets) <qSupported>: Describe the
5731 qXfer:traceframe-info:read feature.
5732 (qXfer::read): Describe qXfer:traceframe-info:read.
5733 (Traceframe Info Format): New section.
5734
5735 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5736
5737 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5738 for casts and unary operators.
5739
5740 2011-02-04 Tom Tromey <tromey@redhat.com>
5741
5742 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5743 is not useful.
5744
5745 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5746
5747 * gdb.texinfo: s/value optimized out/optimized out/g
5748
5749 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5750
5751 * gdb.texinfo (Other Misc Settings): Rework part of the
5752 documentation of the "set interactive mode" command.
5753
5754 2011-01-19 Tom Tromey <tromey@redhat.com>
5755
5756 * gdb.texinfo (Threads): Document thread name output and `thread
5757 name' command.
5758 (Threads In Python): Document Thread.name attribute.
5759 (GDB/MI Thread Commands): Document thread attributes.
5760
5761 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5762
5763 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5764 changes in mi/mi-cmd-disas.c
5765
5766 2011-01-12 Tom Tromey <tromey@redhat.com>
5767
5768 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5769 Fix "thread apply" text.
5770
5771 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5772 Thiago Jung Bauermann <bauerman@br.ibm.com>
5773
5774 Implement support for PowerPC BookE ranged watchpoints.
5775 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5776 the "set powerpc exact-watchpoints" flag.
5777
5778 2011-01-07 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.texinfo (Python API): Add descriptions to @menu items.
5781
5782 2011-01-06 Tom Tromey <tromey@redhat.com>
5783
5784 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5785
5786 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5787
5788 * gdb.texinfo (Debugging Output): Document "set debug jit".
5789
5790 2011-01-06 Tom Tromey <tromey@redhat.com>
5791
5792 PR python/12133:
5793 * gdb.texinfo (Frames In Python): Document various frame
5794 constants.
5795
5796 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5797
5798 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5799 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5800 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5801
5802 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5803
5804 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5805 (clean): Add GDBvn.texi.
5806
5807 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5808
5809 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5810 occasional case where the debugger prints an array address
5811 instead of the array itself.
5812
5813 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5814
5815 * gdb.texinfo (Packets) <read registers packet>: Document support
5816 for registers that were not collected.
5817
5818 2010-12-15 Doug Evans <dje@google.com>
5819
5820 * gdb.texinfo (Startup): Document auto-loading of scripts during
5821 startup.
5822 (Auto-loading): Delete "maint set python auto-load on|off".
5823 Add "set auto-load-scripts on|off".
5824
5825 2010-12-07 Doug Evans <dje@google.com>
5826
5827 * gdb.texinfo (Mode Options): Document -data-directory.
5828 (Data Files): Add reference to -data-directory.
5829
5830 2010-11-29 Doug Evans <dje@google.com>
5831
5832 * gdb.texinfo (Pretty-Printer Introduction): Change
5833 printer-name:subprinter-name to printer-name;subprinter-name.
5834
5835 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5836
5837 PR python/12199
5838
5839 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5840
5841 2010-11-23 Tom Tromey <tromey@redhat.com>
5842
5843 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5844 (Editing): Likewise.
5845 (Command History): Likewise.
5846 (TUI Keys): Likewise.
5847 (Bug Reporting): Conditionally include rluser.texi and
5848 inc-history.texinfo.
5849 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5850 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5851 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5852 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5853 (gdb.pdf): Likewise.
5854 (gdb.info): Likewise.
5855 (gdb/index.html): Likewise.
5856
5857 2010-11-23 Tom Tromey <tromey@redhat.com>
5858
5859 * Makefile.in (Makefile): Run ../config.status.
5860 (distclean): Update.
5861 * configure: Remove.
5862 * configure.ac: Remove.
5863
5864 2010-11-12 Tom Tromey <tromey@redhat.com>
5865
5866 * gdb.texinfo (Basic Python): Update. Add xref.
5867 (Exception Handling): Document new exception classes.
5868 (Types In Python): Update.
5869 (Frames In Python): Update.
5870
5871 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5872
5873 * gdb.texinfo (Breakpoints In Python): Document "internal"
5874 parameter, and visible attribute.
5875
5876 2010-11-05 Doug Evans <dje@google.com>
5877
5878 * gdb.texinfo (Source Path): Document "set directories".
5879
5880 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5881
5882 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5883 (OpenCL C): New node.
5884
5885 2010-11-02 Doug Evans <dje@google.com>
5886
5887 * gdb.texinfo (Pretty Printing): Expand into three sections,
5888 introduction, example, and commands.
5889 (Python API): Delete section Disabling Pretty-Printers, merge into
5890 Selecting Pretty-Printers.
5891 (Writing a Pretty-Printer): New section. Move the pretty-printer
5892 example here, and reformat to match python coding style. Add a second
5893 example using the gdb.printing module.
5894 (Python modules): Add gdb.printing.
5895
5896 2010-10-29 Doug Evans <dje@google.com>
5897
5898 * gdb.texinfo (Python): Fix long line.
5899
5900 2010-10-20 Doug Evans <dje@google.com>
5901
5902 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5903 All references updated. Correct sections marked as subsections.
5904 (Coding Standards): New chapter. Move the coding standard related
5905 subsections here. Add section on Python coding standards.
5906
5907 2010-10-13 Doug Evans <dje@google.com>
5908
5909 * gdb.texinfo (Python): Add "Python modules".
5910 (Types in Python): Add reference to gdb.types section.
5911 (Python modules): New node.
5912
5913 2010-10-11 Doug Evans <dje@google.com>
5914
5915 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5916 Python" from gdb.Value.type description.
5917
5918 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.texinfo (Ravenscar Profile): New node.
5921
5922 2010-09-22 Tom Tromey <tromey@redhat.com>
5923
5924 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5925
5926 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5927
5928 * gdb.texinfo (Values From Inferior): Clarify that
5929 value.dynamic_type works only in C++ programs with RTTI.
5930
5931 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5932
5933 * gdb.texinfo (Character Sets): Correctly reference host-charset
5934 in example.
5935
5936 2010-09-13 Tom Tromey <tromey@redhat.com>
5937
5938 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5939 Document "fullname" and "from".
5940
5941 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5942
5943 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5944 feature `reverse' output by -list-target-features.
5945
5946 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5947
5948 * gdb.texinfo (i386 Features): Remove an extra "@item".
5949
5950 2010-08-30 Tom Tromey <tromey@redhat.com>
5951
5952 PR python/11792:
5953 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5954
5955 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * gdb.texinfo (ARM Features): Document
5958 org.gnu.gdb.arm.m-profile.
5959
5960 2010-08-23 Tom Tromey <tromey@redhat.com>
5961
5962 PR python/11145:
5963 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5964 reinterpret_cast methods.
5965
5966 2010-08-23 Tom Tromey <tromey@redhat.com>
5967
5968 PR python/11915:
5969 * gdb.texinfo (Types In Python): Document array method.
5970
5971 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5972
5973 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5974
5975 2010-08-16 Tom Tromey <tromey@redhat.com>
5976
5977 * gdb.texinfo (Set Watchpoints): Document -location option.
5978
5979 2010-08-13 Doug Evans <dje@google.com>
5980
5981 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5982
5983 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5984
5985 * gdb.texinfo (GDB/MI Data Manipulation): Document
5986 -data-read-memory-raw and -data-write-memory-raw.
5987
5988 2010-08-11 Tom Tromey <tromey@redhat.com>
5989 Phil Muldoon <pmuldoon@redhat.com>
5990
5991 * gdb.texinfo (Basic Python): Describe post_event API.
5992
5993 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5994
5995 * gdb.texinfo (Basic Python): Describe solib_address and
5996 decode_line Python APIs
5997
5998 2010-08-10 Tom Tromey <tromey@redhat.com>
5999
6000 * gdb.texinfo (Pretty Printing API): Document
6001 gdb.default_visualizer.
6002
6003 2010-08-10 Tom Tromey <tromey@redhat.com>
6004
6005 Revert gdb-add-index addition:
6006 * gdb.texinfo (Index Files): Don't document gdb-add-index.
6007
6008 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6009 Eli Zaretskii <eliz@gnu.org>
6010
6011 * gdb.texinfo (Mode Options) <-batch>
6012 (Basic Python) <gdb.execute>: Describe setting width and height.
6013
6014 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6015
6016 * gdb.texinfo (Threads): Document 'debug libthread-db'.
6017
6018 2010-07-30 Tom Tromey <tromey@redhat.com>
6019
6020 * gdb.texinfo (Index Files): Mention gdb-add-index.
6021
6022 2010-07-30 Hui Zhu <teawater@gmail.com>
6023
6024 * gdb.texinfo (Inferiors and Programs): Update the introduce of
6025 "detach inferior" and "kill inferior".
6026
6027 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
6028
6029 * gdb.texinfo (Machine Code): Update description of two forms of
6030 arguments, and add new example to demonstrate the new form.
6031
6032 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6033
6034 * gdb.texinfo (Values From Inferior): Add value inferior function
6035 call description.
6036
6037 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6038
6039 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6040
6041 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6042 Eli Zaretskii <eliz@gnu.org>
6043
6044 Make core files the process_stratum.
6045 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6046 record_stratum example.
6047
6048 2010-07-13 Tom Tromey <tromey@redhat.com>
6049
6050 * gdb.texinfo (Index Files): New node.
6051
6052 2010-07-13 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6055
6056 2010-07-13 Tom Tromey <tromey@redhat.com>
6057
6058 * gdb.texinfo (Specify Location): Document labels.
6059
6060 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6061
6062 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6063 entries for fast tracepoints and static tracepoints.
6064
6065 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6066
6067 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6068 qsThreadInfo>: Spell out `l' as ell.
6069
6070 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6071
6072 * gdb.texinfo (Convenience Variables): Document $_sdata.
6073 (Commands to Set Tracepoints): Describe static tracepoints. Add
6074 `Listing Static Tracepoint Markers' menu entry. Document
6075 "strace".
6076 (Tracepoint Action Lists): Document collecting $_sdata.
6077 (Listing Static Tracepoint Markers): New subsection.
6078 (Tracepoints support in gdbserver): Mention static tracepoints.
6079 (remote packets, enabling and disabling): Mention
6080 read-sdata-object.
6081 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6082 and StaticTracepoint.
6083 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6084 Document qXfer:sdata:read.
6085 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6086
6087 2010-06-29 Joel Brobecker <brobecker@adacore.com>
6088
6089 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6090
6091 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6092 Tom Tromey <tromey@redhat.com>
6093 Thiago Jung Bauermann <bauerman@br.ibm.com>
6094
6095 * gdb.texinfo (Inferiors In Python): New node.
6096 * gdb.texinfo (Threads In Python): New node.
6097
6098 2010-06-28 Joel Brobecker <brobecker@adacore.com>
6099
6100 * gdb.texinfo (Python): Document what the python directory is
6101 and what its location is.
6102 (Basic Python): Document the gdb.PYTHONDIR constant.
6103
6104 2010-06-25 Tom Tromey <tromey@redhat.com>
6105
6106 PR python/10808:
6107 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6108
6109 2010-06-24 Hui Zhu <teawater@gmail.com>
6110
6111 * gdb.texinfo: (Commands for Controlled Output): Add
6112 documentation for command "eval".
6113
6114 2010-06-21 Stan Shebs <stan@codesourcery.com>
6115
6116 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6117 * annotate.texinfo: Ditto.
6118 * gdbint.texinfo: Ditto.
6119 * stabs.texinfo: Ditto.
6120
6121 2010-06-22 Hui Zhu <teawater@gmail.com>
6122
6123 * gdb.texinfo: (Process Record and Replay): Add documentation
6124 for command "set record memory-query".
6125
6126 2010-06-21 Stan Shebs <stan@codesourcery.com>
6127
6128 * gdb.texinfo: Relicense under GFDL version 1.3.
6129 * annotate.texinfo: Relicense under GFDL version 1.3.
6130 * gdbint.texinfo: Relicense under GFDL version 1.3.
6131 * stabs.texinfo: Relicense under GFDL version 1.3.
6132 * fdl.texi: Update to version 1.3.
6133
6134 2010-06-18 Stan Shebs <stan@codesourcery.com>
6135
6136 * gdb.texinfo (Operating System Auxiliary Information): Describe
6137 "info os" when no arguments given.
6138
6139 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6140 $_thread.
6141
6142 2010-06-18 Hui Zhu <teawater@gmail.com>
6143
6144 * gdb.texinfo: (Process Record and Replay): Add documentation
6145 for commands "record save" and "record restore".
6146
6147 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6148
6149 * gdb.texinfo: Include information about the correct use
6150 of addresses in the `watch' command.
6151
6152 2010-06-11 Stan Shebs <stan@codesourcery.com>
6153
6154 * gdb.texinfo (Observer Mode): New section.
6155 (General Query Packets): Document QAllow.
6156
6157 2010-06-04 Doug Evans <dje@google.com>
6158
6159 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6160
6161 2010-06-03 Doug Evans <dje@google.com>
6162
6163 * gdbint.texinfo (Coding): Add subsection on command names.
6164
6165 2010-06-02 Tom Tromey <tromey@redhat.com>
6166
6167 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6168 always-disassemble.
6169
6170 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6171
6172 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6173 gdbserver, and add cross reference.
6174 (Tracepoints support in gdbserver): New subsection.
6175
6176 2010-05-26 Pedro Alves <pedro@codesourcery.com>
6177
6178 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6179 `qRelocInsn' feature.
6180 (Relocate instruction reply packet): New subsection
6181 of `Tracepoint Packets'.
6182 (Tracepoint Packets): Mention that packets QTDP and QTStart
6183 support the qRelocInsn request, and add cross reference to new
6184 subsection.
6185
6186 2010-05-25 Doug Evans <dje@google.com>
6187
6188 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6189 (Commands In Python): Document gdb.string_to_argv.
6190
6191 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6192
6193 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6194 ATTR_NORETURN.
6195
6196 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6197 Tom Tromey <tromey@redhat.com>
6198 Thiago Jung Bauermann <bauerman@br.ibm.com>
6199
6200 * gdb.texinfo (Parameters In Python): New Node.
6201
6202 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6203
6204 * gdb.texinfo: (Summary) Add mention about D language support.
6205 (Filenames): Add D suffixes.
6206 (D): New node.
6207
6208 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6209
6210 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6211 of macro deleted from GDB code.
6212
6213 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6214
6215 * gdb.texinfo (Commands to specify files): Describe what how GDB
6216 looks up DOS-based filesystem paths on the system root. Document
6217 the new `set/show target-file-system-kind' commands.
6218
6219 2010-04-23 Doug Evans <dje@google.com>
6220
6221 * gdb.texinfo (Python): Move Auto-loading section here ...
6222 (Python API): from here.
6223 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6224 (Maintenance Commands): Add docs for "maint print section-scripts".
6225
6226 2010-04-20 Chris Moller <cmoller@redhat.com>
6227
6228 * gdb.texinfo (Setting Breakpoints): Added description of
6229 filename-qualified rbreak.
6230 * refcard.tex (Breakpoints and Watchpoints): Added brief
6231 description of filename-qualified rbreak.
6232
6233 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6236 (Python API): Change the reference to Pretty Printing API.
6237 (Pretty Printing): Move the user part under the Data node. Reformat
6238 the sample output to 72 columns. Create a new reference to Pretty
6239 Printing API. Rename the API part ...
6240 (Pretty Printing API): To a new node name.
6241 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6242 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6243
6244 2010-04-21 Stan Shebs <stan@codesourcery.com>
6245
6246 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6247 and commands.
6248 (Listing Tracepoints): Update to reflect current behavior.
6249
6250 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6251
6252 * gdb.texinfo (Examining memory): Update for change in string
6253 display with explicit size.
6254
6255 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6256
6257 PR breakpoints/8554.
6258
6259 * gdb.texinfo (Save Breakpoints): New node.
6260 (save-tracepoints): Rename to ...
6261 (save tracepoints): ... this. Mention that `save-tracepoints' is
6262 a deprecated alias to `save tracepoints'.
6263
6264 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6265
6266 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6267 (info w32 thread-information-block): Document new command.
6268 (qGetTIBAddress): Document new gdbserver query.
6269 (maint set/show show-all-tib): Document new command.
6270
6271 2010-04-15 Doug Evans <dje@google.com>
6272
6273 * gdb.texinfo (Python API): Add progspaces section.
6274 (Selecting Pretty-Printers): Progspace pretty-printers are
6275 searched too.
6276 (Progspaces In Python): New section.
6277
6278 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6279
6280 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6281
6282 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6283 returns None.
6284
6285 2010-04-09 Stan Shebs <stan@codesourcery.com>
6286
6287 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6288 Describe the `frames-created' field, tweak grammar.
6289
6290 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6291
6292 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6293 Describe the `circular' and `disconnected' fields.
6294
6295 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6296
6297 * gdb.texinfo (maint print registers): Mention unavailable and
6298 invisible registers.
6299
6300 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6301 Thiago Jung Bauermann <bauerman@br.ibm.com>
6302 Tom Tromey <tromey@redhat.com>
6303
6304 * gdb.texinfo (Breakpoints In Python): New Node.
6305
6306 2010-04-08 Stan Shebs <stan@codesourcery.com>
6307
6308 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6309 trace status fields.
6310
6311 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6312
6313 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6314 optional. Make org.gnu.gdb.i386.avx requires
6315 org.gnu.gdb.i386.avx.
6316
6317 2010-04-08 Doug Evans <dje@google.com>
6318
6319 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6320 search path, and document that gdb only scans the search path if
6321 the script's path doesn't specify a directory.
6322
6323 2010-04-05 Doug Evans <dje@google.com>
6324
6325 * gdb.texinfo (maint show python auto-load): Fix typo.
6326
6327 2010-04-04 Stan Shebs <stan@codesourcery.com>
6328
6329 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6330 (Setting Watchpoints): Update description of "info watch".
6331 (Disabling Breakpoints): Only "info break" lists all.
6332
6333 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6334 (tdump): Explain how tdump works.
6335
6336 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6337
6338 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6339 add cross reference.
6340
6341 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6342
6343 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6344 commands error out.
6345
6346 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6347
6348 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6349
6350 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6351
6352 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6353
6354 2010-03-29 Stan Shebs <stan@codesourcery.com>
6355 Nathan Sidwell <nathan@codesourcery.com>
6356
6357 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6358 GDBN equivalent.
6359 (Set Tracepoints): Remove mention that conditional tracepoints
6360 don't exist.
6361 (Tracepoint Actions): Clarify when while-stepping collection
6362 happens, note that while-stepping does not automatically collect
6363 $pc.
6364
6365 2010-03-29 Stan Shebs <stan@codesourcery.com>
6366
6367 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6368 (General Query Packets): Describe TracepointSource.
6369
6370 2010-03-27 Matt Rice <ratmice@gmail.com>
6371
6372 * gdb.texinfo (ARM): Document arguments to "target sim".
6373 (Set Catchpoints): Use @dots{} instead of @r{...}.
6374
6375 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6376
6377 * gdb.texinfo (Tracepoint Packets): Remove mention that
6378 terror:string may be plain text, and drop mention of X prefix.
6379
6380 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6383
6384 2010-03-24 Stan Shebs <stan@codesourcery.com>
6385
6386 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6387
6388 2010-03-24 Tom Tromey <tromey@redhat.com>
6389
6390 PR breakpoints/9352:
6391 * gdb.texinfo (Break Commands): Update.
6392
6393 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6394
6395 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6396 commands.
6397
6398 2010-03-16 Stan Shebs <stan@codesourcery.com>
6399
6400 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6401 circular-trace-buffer.
6402 (Tracepoint Packets): Describe QTBuffer, and details of the
6403 qTStatus reply.
6404
6405 2010-03-12 Stan Shebs <stan@codesourcery.com>
6406 Nathan Sidwell <nathan@codesourcery.com>
6407
6408 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6409 doing instruction stepping.
6410 (Tracepoint Restrictions): New node.
6411
6412 2010-03-10 Tom Tromey <tromey@redhat.com>
6413
6414 * gdbint.texinfo (Symbol Handling): Update.
6415
6416 2010-03-08 Tom Tromey <tromey@redhat.com>
6417
6418 PR cli/9591:
6419 * gdb.texinfo (Mode Options): Mention lack of pagination and
6420 confirmation with --batch.
6421 (Screen Size): Mention --batch.
6422 (Messages/Warnings): Likewise.
6423
6424 2010-03-05 Tom Tromey <tromey@redhat.com>
6425
6426 * gdb.texinfo (Basic Python): Document target_charset and
6427 target_wide_charset.
6428
6429 2010-03-05 Tom Tromey <tromey@redhat.com>
6430
6431 * gdb.texinfo (Data): Link to pretty-printing.
6432 (Output Formats): Likewise. Correct text.
6433
6434 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6435
6436 * gdb.texinfo (Types): Describe <struct> and <flags>.
6437
6438 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6439
6440 * gdb.texinfo (Frames In Python): Add block parameter and
6441 description to read_var text.
6442
6443 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6444 Tom Tromey <tromey@redhat.com>
6445
6446 * gdb.texinfo (Types In Python): Describe block argument in
6447 template_argument and gdb.lookup_type.
6448
6449 2010-02-24 Tom Tromey <tromey@redhat.com>
6450
6451 * gdb.texinfo (Cygwin Native): Fix typo.
6452
6453 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6454
6455 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6456 and select method descriptions.
6457 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6458 Tables in Python to menu.
6459 (Blocks In Python): New node.
6460 (Symbols In Python): New node.
6461 (Symbol Tables in Python): New node.
6462
6463 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6464
6465 Multiexec MI
6466
6467 gdb/
6468 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6469
6470 gdb/doc/
6471 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6472 changes.
6473 (GDB/MI Program Execution): Document current behaviour of
6474 --all and --thread-group.
6475 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6476 -remove-inferior.
6477 * observer.texi (inferior_added, inferior_removed): New
6478 observers.
6479
6480 2010-02-19 Tom Tromey <tromey@redhat.com>
6481
6482 * gdbint.texinfo (Getting Started): Fix @node.
6483 (Debugging GDB): Likewise.
6484
6485 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6488 documenting the gdb_test_timeout variable.
6489
6490 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6491
6492 * gdb.texinfo (MI commands): Added documentation of --reverse
6493 option to a set of MI commands. Restructured documentation of MI
6494 commands --exec-continue to reflect the complexity of reverse
6495 execution.
6496
6497 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6498
6499 * gdb.texinfo (Using the Collected Data): Specify that the address
6500 range of `tfind outsize' is exclusive, and that the address range
6501 of `tfind range' is inclusive.
6502 (Tracepoint Packets): Specify that the address range of
6503 `QTFrame:range' is inclusive, and that the address range of
6504 `QTFrame:outside' is exclusive
6505
6506 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6507
6508 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6509
6510 2010-02-10 Tom Tromey <tromey@redhat.com>
6511
6512 * gdb.texinfo (Debugging Output): Document set debug parser and
6513 show debug parser.
6514
6515 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6516
6517 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6518 i386_eflags and i386_mxcsr.
6519
6520 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6521
6522 * gdb.texinfo: Document i386 target features.
6523
6524 2010-02-05 Doug Evans <dje@google.com>
6525
6526 * gdbint.texinfo (Testsuite): Add a new section to document the
6527 various DejaGnu variables that may be overridden.
6528 Document INTERNAL_GDBFLAGS.
6529
6530 2010-02-04 Tom Tromey <tromey@redhat.com>
6531
6532 PR cli/8830:
6533 * gdb.texinfo (Files): -readnow comes before the filename for file
6534 and symbol-file.
6535
6536 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6537
6538 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6539 Document ARM breakpoint types.
6540 (Register Packet Format): Move into the new section.
6541 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6542
6543 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6544
6545 * gdb.texinfo (File Options): Adjust the documentation of this
6546 switch to refer to the "source" command rather than partially
6547 duplicating some of the relevant information.
6548 (Extending GDB): Introduce and document the set/show script-extension
6549 setting.
6550 (Command Files): Add note explaining that the "source" command
6551 is also used to evalute scripts written in other languages.
6552 Remove the short slightly incorrect reference to sourcing Python
6553 scripts.
6554 (Python Commands): Document how to execute a Python script from GDB.
6555
6556 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.texinfo (Command Files): Fix typo.
6559
6560 2010-01-18 Tom Tromey <tromey@redhat.com>
6561
6562 * gdb.texinfo (File Options): Document -x on .py files.
6563 (Command Files): Document handling of Python scripts.
6564
6565 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6566
6567 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6568
6569 2010-01-15 Stan Shebs <stan@codesourcery.com>
6570
6571 * gdb.texinfo (Trace Files): New section.
6572 (Tracepoint Packets): Document QTSave and qTBuffer.
6573 (Trace File Format): New appendix.
6574
6575 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6576
6577 * gdb.texinfo (Values From Inferior): Document lazy_string value
6578 method.
6579 (Python API): Add Lazy strings menu item.
6580 (Lazy Strings In Python): New node.
6581
6582 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6583
6584 * gdb.texinfo (GDB/MI Thread Information): New.
6585 (GDB/MI Async Records): Document the core field in *stopped.
6586 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6587 documentation
6588 (Process list): Document that osdata document may contain
6589 threads.
6590 (Remote Serial Protocol): Document qXfer:threads.
6591
6592 2010-01-06 Stan Shebs <stan@codesourcery.com>
6593
6594 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6595 disconnected tracing.
6596 (Tracepoint Packets): Document new protocol.
6597
6598 2010-01-05 Stan Shebs <stan@codesourcery.com>
6599
6600 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6601 tracepoints.
6602 (Tracepoint Packets): Describe remote protocol for fast
6603 tracepoints.
6604
6605 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6606
6607 Update the "Start of New Year Procedure".
6608 * gdbint.texinfo: Add the list of files that need to be updated
6609 manually. Minor reformatting.
6610
6611 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6612
6613 * refcard.tex: Update copyright year in header and text.
6614
6615 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6616
6617 * agentexpr.texi: Add 2010 to the list of copyright years.
6618 * annotate.texinfo: Likewise.
6619 * gdb.texinfo: Likewise.
6620 * gdbint.texinfo: Likewise.
6621 * observer.texi: Likewise.
6622 * stabs.texinfo: Likewise.
6623
6624 2009-12-31 Stan Shebs <stan@codesourcery.com>
6625
6626 * gdb.texinfo (Tracepoint Actions): Describe teval.
6627
6628 2009-12-29 Stan Shebs <stan@codesourcery.com>
6629
6630 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6631
6632 2009-12-28 Stan Shebs <stan@codesourcery.com>
6633
6634 * gdb.texinfo (Trace State Variables): New section.
6635 (Tracepoint Packets): Describe trace state variable packets.
6636 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6637 variable bytecodes.
6638
6639 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6640
6641 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6642 declarations.
6643
6644 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6645
6646 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6647 -gdb-exit behaviour.
6648
6649 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gpl.texi: Update to version 3 of the GPL.
6652
6653 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6654
6655 * Makefile.in: Update copyright header.
6656 * observer.texi: Fix the copyright header of the generated files.
6657
6658 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6659
6660 * gdb.texinfo (Types In Python): Describe range function.
6661
6662 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6663
6664 * gdb.texinfo (Types In Python): Describe "is_base_class".
6665
6666 2009-12-03 Tom Tromey <tromey@redhat.com>
6667
6668 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6669
6670 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6671
6672 * observer.texi: New memory_changed observer.
6673
6674 2009-12-01 Tom Tromey <tromey@redhat.com>
6675
6676 * gdb.texinfo (Reverse Execution): Fix typo.
6677
6678 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6679
6680 PR gdb/8704
6681
6682 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6683 are allowed after the breakpoint condition.
6684
6685 2009-11-23 Tom Tromey <tromey@redhat.com>
6686
6687 PR python/10782:
6688 * gdb.texinfo (Types In Python): Document Type.pointer.
6689
6690 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6691
6692 * gdb.texinfo (Machine Code): Adjust.
6693
6694 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6695
6696 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6697 (Using Agent Expressions): Delete cross reference.
6698
6699 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6700
6701 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6702 and @settitle directives up to help makeinfo find them.
6703
6704 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6705
6706 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6707 (Auto-loading): Use plural and note one can use multiple components now.
6708
6709 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6710
6711 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6712 -stack-list-arguments have the same documentation for parameter
6713 as -stack-list-locals. Add comas.
6714
6715 2009-10-27 Tom Tromey <tromey@redhat.com>
6716 Eli Zaretskii <eliz@gnu.org>
6717
6718 PR python/10781
6719
6720 * gdb.texinfo (Values From Inferior): Document cast method.
6721
6722 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6723
6724 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6725 and adjust example.
6726
6727 2009-10-22 Michael Snyder <msnyder@vmware.com>
6728
6729 * gdb.texinfo (Process Record and Replay): Document new form of
6730 info record command. Also document the new save and restore
6731 commands.
6732
6733 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6734
6735 * gdb.texinfo (Machine Code): Mention current pc marker.
6736 (Memory): Likewise.
6737
6738 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6739 Stan Shebs <stan@codesourcery.com>
6740
6741 * observer.texi (new_inferior): Rename to...
6742 (inferior_appeared): ... this.
6743
6744 * gdb.texinfo (Inferiors): Rename node to ...
6745 (Inferiors and Programs): ... this. Mention running multiple
6746 programs in the same debug session.
6747 <info inferiors>: Mention the new 'Executable' column if "info
6748 inferiors". Update examples. Document the "add-inferior",
6749 "clone-inferior", "remove-inferior" and "maint info
6750 program-spaces" commands.
6751 (Process): Rename node to...
6752 (Forks): ... this. Document "set|show follow-exec-mode".
6753
6754 2009-10-11 Michael Snyder <msnyder@vmware.com>
6755
6756 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6757 (ReverseContinue): Ditto.
6758
6759 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6760
6761 * gdb.texinfo (Server): Document libthread-db-search-path.
6762
6763 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6764
6765 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6766
6767 2009-10-06 Michael Eager <eager@eagercon.com>
6768
6769 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6770 (Embedded Processors): Add MicroBlaze.
6771 (MicroBlaze): New. Describe Xilinx MicroBlaze
6772
6773 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6774
6775 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6776
6777 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6778
6779 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6780
6781 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6782
6783 * observer.texi (solib_unloaded): Document explicitly the fact that
6784 this observer is called before the associated symbols are unloaded.
6785
6786 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6787
6788 * gdb.texinfo: Escape "{" and "}".
6789
6790 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6793 -stack-list-variables.
6794
6795 2009-09-18 Tom Tromey <tromey@redhat.com>
6796
6797 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6798 is experimental.
6799
6800 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6801
6802 * gdb.texinfo (convenince variables): Mention
6803 $_siginfo could be empty.
6804
6805 2009-09-15 Tom Tromey <tromey@redhat.com>
6806
6807 * gdb.texinfo (GDB/MI Variable Objects): Document
6808 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6809 Expand -var-update documentation.
6810
6811 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6812
6813 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6814 feature.
6815
6816 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6819
6820 2009-09-10 Michael Snyder <msnyder@vmware.com>
6821
6822 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6823 ReverseStep replies to the qSupported query.
6824
6825 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6826
6827 Add documentation for set/show interactive-mode.
6828 * gdb.texinfo (Other Misc Settings): New node.
6829
6830 2009-09-01 Doug Evans <dje@google.com>
6831
6832 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6833 non-stop mode's affect on remote caching.
6834
6835 2009-08-31 Jacob Potter <jdpotter@google.com>
6836 Doug Evans <dje@google.com>
6837
6838 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6839 Mark `set/show remotecache' options as obsolete.
6840 Document new `set/show stack-cache' option.
6841 Update text for `info dcache'.
6842
6843 2009-08-27 Doug Evans <dje@google.com>
6844
6845 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6846 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6847
6848 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6849
6850 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6851 about autoconf.
6852
6853 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6854
6855 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6856 small example, and describe its columns. Replace "inferior-id" by
6857 "infno" throughout.
6858
6859 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6860
6861 * gdbint.texinfo (Releasing GDB): Point to
6862 README-maintainer-mode file for required autoconf version.
6863 * configure.ac: Do not substitute datarootdir, htmldir,
6864 pdfdir, docdir. Do not process --with-datarootdir,
6865 --with-htmldir, --with-pdfdir, --with-docdir.
6866 * configure: Regenerate.
6867
6868 * configure: Regenerate.
6869
6870 2009-08-20 Reid Kleckner <reid@kleckner.net>
6871
6872 * gdb.texinfo: Add chapter on JIT interface.
6873
6874 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6877 confirmation request.
6878
6879 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6880
6881 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6882 CRC definitions.
6883
6884 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6885
6886 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6887 -break-commands.
6888
6889 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6890
6891 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6892 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6893
6894 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6895
6896 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6897 "set spu stop-on-load" and "show spu stop-on-load" commands.
6898
6899 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6900
6901 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6902
6903 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6906 org.gnu.gdb.arm.neon.
6907
6908 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6909
6910 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6911 optional element.
6912 (subsection OS ABI): New subsection.
6913
6914 2009-07-14 Stan Shebs <stan@codesourcery.com>
6915
6916 * gdb.texinfo (Tracepoint Conditions): New section.
6917 (General Query Packets): Describe ConditionalTracepoints.
6918 (Tracepoint Packets): Describe condition field.
6919 (Maintenance Commands): Describe maint agent-eval.
6920 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6921
6922 2009-07-11 Hui Zhu <teawater@gmail.com>
6923
6924 * gdb.texinfo (disassemble): Add a new modifier /r
6925 to "disassemble" command to make it print the raw instructions
6926 in hex as well as in symbolic form.
6927
6928 2009-07-09 Tom Tromey <tromey@redhat.com>
6929
6930 * gdbint.texinfo (Testsuite): Document parallel make check.
6931
6932 2009-07-09 Tom Tromey <tromey@redhat.com>
6933
6934 * gdbint.texinfo (Testsuite): Document test transcripts.
6935
6936 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6937
6938 * gdb.texinfo (Values From Inferior): Add length parameter
6939 description.
6940
6941 2009-07-04 Chris Genly <chris@genly.us>
6942
6943 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6944 in -var-list-children. Fix example according to what the code
6945 does.
6946
6947 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6948
6949 * gdb.texinfo (Debugging multiple inferiors): Document the
6950 "inferior", "detach inferior" and "kill inferior" commands.
6951 (Debugging Programs with Multiple Processes): Adjust to mention
6952 generic "inferior" commands. Delete mention of "detach fork" and
6953 "delete fork". Cross reference to "Debugging multiple inferiors"
6954 section.
6955
6956 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6957
6958 * gdbint.texinfo (Item Output Functions): Update signature
6959 for ui_out_field_core_addr.
6960
6961 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6962
6963 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6964 Update example code extrated from breakpoint.c.
6965
6966 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6967
6968 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6969 MI commands.
6970 (GDB/MI Symbol Query): Likewise.
6971 (GDB/MI File Commands): Likewise.
6972 (GDB/MI File Transfer Commands): Likewise.
6973 (GDB/MI Target Manipulation): Likewise.
6974 (GDB/MI Miscellaneous Commands): Likewise.
6975
6976 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6977
6978 * gdb.texinfo (Debugging Optimized Code): New chapter.
6979 (Compiling for Debugging): Reference it. Move some
6980 text to the new section.
6981
6982 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6983
6984 * doc/gdb.texinfo (Calling): Document
6985 set-unwind-on-terminating-exception usage.
6986
6987 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6988
6989 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6990 command.
6991
6992 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6993
6994 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6995 references.
6996
6997 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6998
6999 * gdbint.texinfo: Rename formal parameters to gdbarch function
7000 protoypes from "current_gdbarch" to "gdbarch".
7001
7002 2009-05-28 Tom Tromey <tromey@redhat.com>
7003
7004 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
7005
7006 2009-05-27 Tom Tromey <tromey@redhat.com>
7007
7008 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7009 feature.
7010 (GDB/MI Variable Objects): Document -var-set-visualizer.
7011
7012 2009-04-02 Tom Tromey <tromey@redhat.com>
7013
7014 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7015 feature.
7016 (GDB/MI Variable Objects): Document -var-set-visualizer.
7017
7018 2009-05-27 Tom Tromey <tromey@redhat.com>
7019 Thiago Jung Bauermann <bauerman@br.ibm.com>
7020 Phil Muldoon <pmuldoon@redhat.com>
7021
7022 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
7023 (Pretty Printing): New node.
7024 (Selecting Pretty-Printers): Likewise.
7025 (Python API): Update.
7026 (Output Formats): Document /r format.
7027
7028 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7029 Tom Tromey <tromey@redhat.com>
7030
7031 * gdb.texinfo (Types In Python): New node.
7032 (Values From Inferior): "type" is now an attribute.
7033 (Python API): Update.
7034
7035 2009-05-27 Tom Tromey <tromey@redhat.com>
7036 Thiago Jung Bauermann <bauerman@br.ibm.com>
7037 Phil Muldoon <pmuldoon@redhat.com>
7038
7039 * gdb.texinfo: Add @syncodeindex for `tp'.
7040 (Python API): Update.
7041 (Auto-loading): New node.
7042 (Objfiles In Python): New node.
7043
7044 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7045
7046 * gdb.texinfo (Threads): Document libthread-db-search-path.
7047
7048 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
7049
7050 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7051
7052 2009-05-12 Pedro Alves <pedro@codesourcery.com>
7053
7054 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7055 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7056 show show-debug-regs' docs.
7057
7058 2009-05-08 Eli Zaretskii <eliz@gnu.org>
7059
7060 * gdb.texinfo (Process Record and Replay): Add description of
7061 reverse execution.
7062
7063 2009-05-07 Joel Brobecker <brobecker@adacore.com>
7064
7065 * gdbint.texinfo (Adding support for debugging core files): New node.
7066 (Native Debugging): Remove the ``Native core file Support'' section.
7067
7068 2009-05-01 Eli Zaretskii <eliz@gnu.org>
7069
7070 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7071 Add index entries.
7072
7073 2009-04-30 Hui Zhu <teawater@gmail.com>
7074 Michael Snyder <msnyder@vmware.com>
7075
7076 * gdb.texinfo: (Process Record and Replay): Add documentation for
7077 process record and replay.
7078
7079 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7082 a new part on command-line defined macros.
7083
7084 2009-04-25 Eli Zaretskii <eliz@gnu.org>
7085
7086 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7087 clarify the wording.
7088
7089 2009-04-23 Tom Tromey <tromey@redhat.com>
7090
7091 * gdb.texinfo (Data Files): New node.
7092 (GDB Files): Update menu.
7093
7094 2009-04-23 Joel Brobecker <brobecker@adacore.com>
7095
7096 * gdbint.texinfo (Defining Other Architecture Features): Remove
7097 entry for PROCESS_LINENUMBER_HOOK.
7098
7099 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7100
7101 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7102
7103 2009-04-22 Hui Zhu <teawater@gmail.com>
7104
7105 * gdb.texinfo (disassemble-next-line): Set the default of
7106 disassemble-next-line to off.
7107
7108 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7109
7110 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7111 --with-htmldir): New.
7112 * configure: Regenerate.
7113 * Makefile.in (datarootdir, docdir): Define.
7114 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7115 instead of $(SET_TEXINPUTS).
7116 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7117 gdbint.info instead of $(SET_TEXINPUTS).
7118 (gdbint/index.html): Use same -I options as for building
7119 gdbint.info.
7120 (stabs.dvi, stabs.pdf): Use same -I options as for building
7121 stabs.info instead of $(SET_TEXINPUTS).
7122 (stabs/index.html): Use same -I options as for building
7123 stabs.info.
7124 (annotate.dvi, annotate.pdf): Use same -I options as for building
7125 annotate.info instead of $(SET_TEXINPUTS).
7126 (annotate/index.html): Use same -I options as for building
7127 annotate.info.
7128
7129 2009-04-21 David Daney <ddaney@caviumnetworks.com>
7130
7131 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7132
7133 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7134
7135 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7136
7137 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
7138 Joseph Myers <joseph@codesourcery.com>
7139
7140 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7141 (MAKEHTMLFLAGS): Set to empty.
7142 (html__strip_dir): Define.
7143 (HTMLFILES): Define.
7144 (HTMLFILES_INSTALL): Define.
7145 (install-html): Copy new automake rule.
7146 (html): Depend on $(HTMLFILES).
7147 (gdb_toc.html): Rename to gdb/index.html.
7148 (gdbint_toc.html): Rename to gdbint/index.html.
7149 (stabs_toc.html): Rename to stabs/index.html.
7150 (annotate_toc.html): Rename to annotate/index.html.
7151
7152 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7153
7154 * Makefile.in: Set pdfdir and htmldir from configure
7155 substitutions.
7156 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7157 * configure: Regenerate.
7158
7159 2009-04-16 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7162 This macro is no longer used.
7163
7164 2009-04-15 Tom Tromey <tromey@redhat.com>
7165
7166 * gdb.texinfo (Character Sets): Document default character set.
7167
7168 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7169
7170 * gdbint.texinfo: Change server name from sources.redhat.com to
7171 sourceware.org throughout.
7172
7173 2009-04-09 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7176 about a missing dot or coma after @xref.
7177
7178 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7179
7180 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7181 example, and add a small explanation about it.
7182 (Print Settings): Change the documentation of the "set print
7183 frame-arguments" to reflect the fact that the default is now "scalars".
7184
7185 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7186
7187 * gdb.texinfo (Print Settings): Add kindex for command "set
7188 print frame-arguments".
7189
7190 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7191
7192 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7193 breakpoints.
7194 (Set Breaks): Add reference to thread-specific and task-specific
7195 breakpoints.
7196
7197 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7198
7199 * gdb.texinfo (Ada Tasks): Remove the documentation about
7200 the "Running" state, as this state has been eliminated.
7201 Now all runnable tasks are shown as "Runnable".
7202
7203 2009-03-30 Stan Shebs <stan@codesourcery.com>
7204
7205 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7206 special case of breakpoints.
7207 (Enable and Disable Tracepoints): Mention deprecation.
7208 (Listing Tracepoints): Update description and example.
7209
7210 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7211
7212 * gdb.texinfo (Frames in Python): New node.
7213 (Python API): Update.
7214
7215 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7216
7217 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7218 from a method to an attribute.
7219
7220 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7221
7222 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7223 attribute.
7224
7225 2009-03-25 Pedro Alves <pedro@codesourcery.com>
7226
7227 * observer.texi (thread_exit): Add "silent" parameter.
7228
7229 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7230
7231 * observer.texi (about_to_proceed): New.
7232
7233 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7234
7235 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7236 field throughout to handle types with spaces in them. Fix typos
7237 found by aspell.
7238 (Summary, Requirements, Contributors): New first chapter,
7239 "Summary" added, old Requirements section moved there, and new
7240 section, "Contributors" added.
7241 (Initializing a New Architecture, Register Representation)
7242 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7243 (Porting gdb): These sections extended and updated.
7244 (Compiler Characteristics): This section (empty) deleted.
7245 (Defining Other Architecture Features): This section renamed and
7246 duplicate material removed from (formerly "Target Conditionals").
7247 Use braces {} in @deftypeXX type field throughout to handle types
7248 with spaces in them. Typos found by aspell fixed.
7249
7250 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7251 * stack_frame.pdf: Version of image for PDF output.
7252 * stack_frame.png: Version of image for HTML output and for Emacs.
7253 * stack_frame.txt: Version of image for Info output.
7254 * stack_frame.eps: Version of image for TeX DVI output.
7255
7256 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7257
7258 * gdb.texinfo (Character Sets): Fix last change.
7259
7260 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7261
7262 * gdb.texinfo (Values From Inferior): Fix optional arguments
7263 markup.
7264 (Commands In Python): Adjust argument names of gdb.Command.__init__
7265 to what the function accepts as keywords.
7266
7267 2008-03-20 Tom Tromey <tromey@redhat.com>
7268
7269 * gdb.texinfo (Convenience Vars): Document convenience functions.
7270 (Functions In Python): New node.
7271 (Python API): Update.
7272
7273 2009-03-20 Tom Tromey <tromey@redhat.com>
7274
7275 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7276 set target-wide-charset.
7277 (Requirements): Mention iconv.
7278
7279 2009-03-17 Hui Zhu <teawater@gmail.com>
7280
7281 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7282
7283 2009-03-17 Hui Zhu <teawater@gmail.com>
7284
7285 * gdb.texinfo: Add documentation for disassemble-next-line.
7286
7287 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7288
7289 * gdb.texinfo (Commands In Python): Remove tindex entries.
7290
7291 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 * gdb.texinfo (Returning): New description for missing debug info.
7294
7295 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7296
7297 * gdb.texinfo (Remote Configuration): Document query-attached.
7298 (General Query Packets): Document qAttached.
7299
7300 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7301
7302 * gdb.texinfo (Background Execution): Better describe the set
7303 target-async command.
7304 (Maintenance Commands): Delete description of the `maint set/show
7305 linux-async' and `maint set/show remote-async' commands.
7306
7307 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7308
7309 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7310 between sentences.
7311
7312 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7313
7314 * gdb.texinfo (GDB/MI Async Records): Document the
7315 =library-loaded and =library-unloaded notifications.
7316
7317 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7318
7319 * observer.texi (test_notification): New observer.
7320
7321 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7322
7323 * observer.texi: Add parameter 'print_frame' to normal_stop
7324 observer.
7325
7326 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7327
7328 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7329 (Commands In Python): Fix COMMAND_* constants in last change. Use
7330 @kbd for interactive input. Add cross-references and index
7331 entries.
7332
7333 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7334
7335 * gdb.texinfo (Signals): Document $_siginfo.
7336 (Convenience Variables): Mention $_siginfo.
7337 (Remote Configuration): Document qXfer:siginfo:read,
7338 qXfer:siginfo:write packets, and the read-siginfo-object,
7339 write-siginfo-object commands.
7340
7341 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7342
7343 * gdbint.texinfo (Values): New chapter.
7344
7345 2009-02-06 Tom Tromey <tromey@redhat.com>
7346
7347 * gdb.texinfo (Python API): Add entry for Commands In Python.
7348 (Commands In Python): New node.
7349
7350 2009-02-05 Tom Tromey <tromey@redhat.com>
7351
7352 * gdb.texinfo (Values From Inferior): Document Value.string.
7353
7354 2009-02-05 Tom Tromey <tromey@redhat.com>
7355
7356 * gdb.texinfo (Basic Python): Document execute's from_tty
7357 argument.
7358
7359 2009-02-04 Tom Tromey <tromey@redhat.com>
7360
7361 * gdb.texinfo (Basic Python): Document gdb.history.
7362
7363 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7364
7365 * gdb.texinfo (GDB/MI Thread Commands): Document the
7366 'current-thread-id' field. Remove the example with zero threads,
7367 since current GDB won't ever report that if there's inferior.
7368
7369 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7370
7371 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7372 option to -break-insert.
7373
7374 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7375 Jerome Guitton <guitton@adacore.com>
7376
7377 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7378 (System-wide configuration): New section.
7379
7380 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7381
7382 PR gdb/7580:
7383 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7384 internal-error|internal-warning quit|corefile ask|yes|no".
7385
7386 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7387
7388 * gdb.texinfo (Using the `gdbserver' Program): Document
7389 --remote-debug.
7390
7391 2009-01-23 Doug Evans <dje@google.com>
7392
7393 * gdb.texinfo: Add nexti to list of commands that support
7394 background execution.
7395
7396 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7397
7398 * gdb.texinfo (Define, Hooks): Document prefix command support.
7399
7400 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7401 Carlos O'Donell <carlos@codesourcery.com>
7402
7403 Fixes for makeinfo --html.
7404
7405 * annotate.texinfo: Use @copying and @insertcopying. Use
7406 @ifnottex in place of @ifinfo.
7407 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7408 place of @ifinfo. Use @ifnotinfo for one index entry.
7409 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7410 in place of @ifinfo.
7411 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7412 in place of @ifinfo. Include contents at start unconditionally.
7413
7414 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7415
7416 * gdb.texinfo (General Query Packets): Remove @var{} around the
7417 "spu" literal string.
7418
7419 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7420
7421 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7422 program may be running in another process" errors.
7423 * gdbint.texinfo (Native Conditionals): Delete
7424 ONE_PROCESS_WRITETEXT description.
7425
7426 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7427
7428 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7429 emacs local variable to be placed at the end of the ChangeLog.
7430 Add server.c and gdbreplay.c to the list of files where the
7431 copyright year needs to be updated.
7432
7433 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7434
7435 * gdb.texinfo (Remote Configuration): Document new
7436 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7437 commands.
7438
7439 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7440
7441 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7442 FETCH_INFERIOR_REGISTERS.
7443 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7444 FETCH_INFERIOR_REGISTERS descriptions. Remove
7445 gdbarch_get_longjmp_target descrition, since already described in
7446 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7447 (Target Conditionals): ... here.
7448
7449 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7452 examples.
7453 (Additions to Ada): Likewise. Add the missing opening and closing
7454 parenthesis of the GDB prompt in one of the examples.
7455
7456 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7457
7458 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7459 about the result of 'Address not being of type System.Address.
7460 This problem has been fixed a while ago.
7461
7462 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7463
7464 MI non-stop and multiprocess docs.
7465
7466 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7467 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7468 Adjust documentation for *stopped, document =thread-created,
7469 =thread-exited, =thread-group-created and =thread-group-exited.
7470 (GDB/MI Thread Commands): Document the 'state' field in
7471 -thread-info output.
7472 (GDB/MI Program Execution): Mention --all and --thread-group
7473 options.
7474 (GDB/MI Variable Objects): Describe floating and fixed variable
7475 objects.
7476 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7477
7478 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7479
7480 * gdb.texinfo (Operating System Information): New appendix.
7481 (Operating System Auxiliary Information): Document 'info os processes'
7482 (Remote Configuration): Document 'osdata'
7483 (General Query Packets): Document qXfer:osdata:read.
7484
7485 2008-11-27 Tristan Gingold <gingold@adacore.com>
7486
7487 * gdb.texinfo (Darwin): Document Darwin specific features.
7488
7489 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7490
7491 * gdbint.texinfo (Target Conditionals): Extend the
7492 gdbarch_breakpoint_from_pc description.
7493
7494 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7495
7496 * gdb.texinfo (M68K Features): Fix typo.
7497
7498 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7499
7500 * gdb.texinfo (Symbols): Mention printing containing
7501 image name in "info symbol".
7502 (Maint translate-address): Likewise.
7503
7504 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7505
7506 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7507 commands "catch load" and "catch unload".
7508
7509 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7510
7511 * gdb.texinfo (GDB/MI Async Records): Document
7512 =thread-selected.
7513
7514 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7515
7516 * observer.texi (new_inferior, inferior_exit): New observers.
7517
7518 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7519
7520 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7521 .mt files, TM_CLIBS or TM_CDEPS.
7522 (x86 Watchpoints): Don't mention TDEPFILES.
7523
7524 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7525
7526 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7527 (Overview): Mention notifications and non-stop mode behavior.
7528 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7529 with non-stop mode behavior. Add vStopped description.
7530 (Stop Reply Packets): Update list of packets that return
7531 stop replies. Mention non-stop behavior.
7532 (General Query Packets): Document QNonStop packet and associated
7533 qSupported query response.
7534 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7535 behavior.
7536 (Notification Packets): New section.
7537 (Remote Non-Stop): New section.
7538 (File-I/O Overview): Mention non-stop behavior.
7539
7540 2008-10-24 Hui Zhu <teawater@gmail.com>
7541 Pedro Alves <pedro@codesourcery.com>
7542
7543 * gdb.texinfo (displaced-stepping): Describe the auto mode
7544 setting, and say it's the default. This is now a mainstream
7545 setting instead of a maintenance setting.
7546
7547 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7548
7549 * observer.texi (thread_stop_requested): New.
7550
7551 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7552
7553 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7554 (Patching): Replace incorrect usage of @samp by @kbd.
7555
7556 2008-10-17 Michael Snyder <msnyder@vmware.com>
7557
7558 * gdb.texinfo: Add documentation for reverse execution.
7559
7560 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7561 Eli Zaretskii <eliz@gnu.org>
7562
7563 * gdb.texinfo. (Values From Inferior): New subsubsection.
7564
7565 2008-10-06 Doug Evans <dje@google.com>
7566
7567 * gdb.texinfo (set debug dwarf2-die): Document it.
7568
7569 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7570
7571 * gdb.texinfo (catch) [exception]: Document how to insert
7572 a breakpoint on user-defined exceptions when the exception
7573 name is identical to one of the language-defined ones.
7574
7575 2008-09-27 Tom Tromey <tromey@redhat.com>
7576
7577 * gdb.texinfo (Macros): Remove text about stringification,
7578 varargs, and splicing.
7579
7580 2008-09-27 Tom Tromey <tromey@redhat.com>
7581
7582 * gdbint.texinfo (Language Support): Remove text about omitting
7583 support for a language.
7584
7585 2008-09-23 Doug Evans <dje@google.com>
7586
7587 * gdb.texinfo (info dcache): Update.
7588
7589 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7590
7591 * gdb.texinfo (Packets): Add info on thread-id syntax and
7592 multiprocess extensions.
7593 <D>: Document multiprocess form of packet.
7594 <H>: Use thread-id syntax.
7595 <T>: Likewise.
7596 <vCont>: Likewise. Note this is required for multiprocess.
7597 <vKill>: New packet.
7598 (Stop Reply Packets) <T>: Use thread-id syntax.
7599 <W>: Document multiprocess form of reply.
7600 <X>: Likewise.
7601 (General Query Packets) <qC>: Use thread-id syntax.
7602 <qfThreadInfo>: Likewise.
7603 <qGetTLSAddr>: Likewise.
7604 <qP>: Likewise.
7605 <qSupported>: Add "multiprocess" feature.
7606 <qThreadExtraInfo>: Use thread-id syntax.
7607
7608 2008-09-22 Stan Shebs <stan@codesourcery.com>
7609
7610 * gdb.texinfo (Inferiors): New section.
7611
7612 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7613
7614 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7615
7616 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7617
7618 * gdbint.texinfo (Target Conditionals): Remove documentation
7619 for gdbarch_name_of_malloc.
7620
7621 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7622
7623 * gdb.texinfo (Interrupts): Mention TCP interface for
7624 sending BREAK.
7625
7626 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7627
7628 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7629 argument prefix to "set sysroot".
7630
7631 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7632
7633 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7634 and False.
7635
7636 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7637
7638 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7639 for possible features of -list-features.
7640
7641 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7642
7643 * gdb.texinfo (Background execution): Adjust example
7644 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7645
7646 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7647
7648 * doc/gdb.texinfo (PowerPC): Fix typo.
7649 (PowerPC features): Fix typo.
7650
7651 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7652
7653 * observer.texi (thread_ptid_changed): New.
7654
7655 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7656
7657 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7658 (PowerPC features): Mention feature set for VSX registers.
7659
7660 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7661
7662 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7663 the direct visibility of all names in user-written packages.
7664
7665 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7666
7667 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7668 setting, and make it the default.
7669 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7670 non-stop script example.
7671
7672 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7673
7674 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7675 reference to the "Using Different Register and Memory Data
7676 Representation" section.
7677
7678 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7679
7680 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7681 (Remote Protocol): Add Packet Acknowledgment to menu.
7682 (Overview): Mention +/- can be disabled, and point to new section
7683 where this is discussed in detail.
7684 (General Query Packets): Document QStartNoAckMode packet, and
7685 corresponding qSupported reply.
7686 (Packet Acknowledgment): New section.
7687
7688 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7689 Pedro Alves <pedro@codesourcery.com>
7690
7691 * gdb.texinfo (Threads): Move paragraph about automatic thread
7692 selection to All-Stop Mode subsection.
7693 (Thread Stops): Reorganize existing material into subsections.
7694 Add introductory blurb and menu.
7695 (Non-Stop Mode): New subsection.
7696 (Background Execution): New subsection.
7697 (Maintenance Commands): Add cross-references from async mode
7698 commands to the new Background Execution section.
7699
7700 2008-08-06 Tom Tromey <tromey@redhat.com>
7701
7702 * gdb.texinfo (Extending GDB): New chapter.
7703 (Sequences): Demoted chapter, now a section under the new
7704 Extending GDB chapter.
7705 (Python): New section.
7706
7707 2008-07-31 Stan Shebs <stan@codesourcery.com>
7708
7709 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7710
7711 2008-07-29 Stan Shebs <stan@codesourcery.com>
7712
7713 * gdbint.texinfo: General round of cleanup and minor
7714 clarifications.
7715 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7716 (Longjmp Support): Update description to reflect how it is done
7717 for targets without using native header.
7718 (Symbol Handling): Add a little more general explanation.
7719 (COFF, ELF): Mention stabs encapsulation.
7720 (DWARF 3): New section.
7721 (Adding a New Host): Scrub out some obsolete bits.
7722 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7723 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7724 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7725 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7726 SEEK_SET, STOP_SIGNAL, USG.
7727 (Raw and Virtual Register Representations): Ditto for
7728 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7729 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7730 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7731 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7732 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7733 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7734 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7735 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7736 DEPRECATED_USE_STRUCT_CONVENTION.
7737 Describe gdbarch_deprecated_fp_regnum.
7738 Update description of gdbarch_print_insn.
7739 (Adding a New Target): Scrub out obsolete bits.
7740 (Obsolete Conditionals): Remove entire section.
7741
7742 2008-07-25 Tom Tromey <tromey@redhat.com>
7743
7744 * observer.texi (GDB Observers): Document new observers:
7745 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7746 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7747 architecture_changed.
7748
7749 2008-07-21 Stan Shebs <stan@codesourcery.com>
7750
7751 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7752 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7753
7754 2008-07-21 Tom Tromey <tromey@redhat.com>
7755
7756 * observer.texi (GDB Observers): Remove obsolete comment.
7757 <executable_changed>: Remove argument.
7758
7759 2008-07-18 Tom Tromey <tromey@redhat.com>
7760
7761 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7762
7763 2008-07-10 Doug Evans <dje@google.com>
7764
7765 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7766
7767 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 * gdb.texinfo (Starting): Document "set disable-randomization".
7770
7771 2008-07-07 Andreas Schwab <schwab@suse.de>
7772
7773 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7774
7775 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7776
7777 * gdb.texinfo (GDB/MI Target Manipulation): Add
7778 example of -target-attach.
7779
7780 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7781
7782 * observer.texi (target_resumed): New observer.
7783 * gdb.texinfo (GDB/MI Output Records): Document *running.
7784
7785 2008-06-06 Tom Tromey <tromey@redhat.com>
7786
7787 * gdb.texinfo (Completion): Add field name example.
7788
7789 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7790
7791 * gdb.texinfo (GDB/MI Program Context): Added example
7792 to -exec-arguments
7793
7794 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7797 annotation.
7798
7799 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7800 Nathan Sidwell <nathan@codesourcery.com>
7801 Joseph Myers <joseph@codesourcery.com>
7802
7803 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7804 and ACX_BUGURL.
7805 * configure: Regenerate.
7806 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7807 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7808 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7809 mailing-list-specific text about bug reporting unless
7810 BUGURL_DEFAULT.
7811
7812 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7813
7814 * gdb.texinfo (-target-select): Remove reference to target async.
7815 (Maintenance Commands): Document "maint set/show remote-async".
7816
7817 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7818
7819 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7820 in -target-file-get section.
7821
7822 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7823
7824 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7825 killing the inferior when it is already debugging a process.
7826
7827 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7828
7829 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7830 abbreviation for "finish".
7831
7832 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7835
7836 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7837
7838 * gdbint.texinfo (Target Conditionals): Delete entry for
7839 gdbarch_dwarf_reg_to_regnum.
7840
7841 2008-05-09 Doug Evans <dje@google.com>
7842
7843 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7844
7845 2008-05-05 Doug Evans <dje@google.com>
7846
7847 * gdb.texinfo (disassemble): Document /m modifier.
7848
7849 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7850
7851 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7852 will not report the time of commands that run the target.
7853
7854 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7855
7856 * gdb.texinfo (GDB/MI Output Records): Add
7857 missing semicolon.
7858
7859 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7860
7861 * gdb.texinfo (GDB/MI Output Records):
7862 Document =thread-create and =thread-exited.
7863
7864 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7865
7866 * gdb.texinfo (GDB/MI Development and Front Ends):
7867 Remove mention of dmi-discuss.
7868
7869 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7870
7871 * observer.texi (thread_exit): New.
7872
7873 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7874
7875 * gdb.texinfo (Debugging Output): Document "set/show debug
7876 displaced".
7877 (Maintenance Commands): Document "maint set/show
7878 can-use-displaced-stepping".
7879
7880 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7881
7882 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7883 and set/show arm force-mode.
7884
7885 2008-05-02 Andreas Schwab <schwab@suse.de>
7886
7887 * gdbint.texinfo (Algorithms): Describe
7888 target_watchpoint_addr_within_range.
7889
7890 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7891
7892 * gdbint.texinfo (Stack Frames): New chapter.
7893 (Algorithms): Move Frames text to the new chapter.
7894 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7895 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7896
7897 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7898
7899 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7900 output does not necessary include any tokens.
7901
7902 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7903
7904 * gdb.texinfo (Set SH Calling convention): New @item.
7905 (Show SH Calling convention): Ditto.
7906
7907 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7908
7909 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7910
7911 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7912
7913 * gdb.texinfo (Set Breaks): Mention that multiple location
7914 breakpoints need line number info. Add index entries.
7915
7916 2008-04-19 Craig Silverstein <csilvers@google.com>
7917
7918 * gdb.texinfo (Requirements): Add an optional requirement on
7919 zlib.
7920 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7921 Compressed DWARF 2.
7922
7923 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7924
7925 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7926 sample output for 'stopped,reason="breakpoint-hit"' message.
7927 (GDB/MI Program Execution): Likewise.
7928
7929 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7930
7931 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7932 -var-set-format. Add -f option to -var-evaluate-expression.
7933
7934 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7935
7936 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7937 new node "Ambiguous Expressions". Replace references to this
7938 node by references to "Ambiguous Expressions" throughout.
7939 (Ambiguous Expressions): New node.
7940
7941 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7942
7943 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7944
7945 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7946
7947 * gdb.texinfo (Debugging Output): Document
7948 "set/show debug lin-lwp-async".
7949 (Maintenance Commands): Document "maint set/show linux-async".
7950
7951 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7952
7953 * gdb.texinfo (Expressions): Update description of malloced arrays.
7954
7955 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7956
7957 * gdb.texinfo (Thread Commands): Document
7958 -thread-info. Remove -thread-list-all-threads.
7959
7960 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7961
7962 Implement MI notification for new threads.
7963 * observer.texi (new_thread): Document.
7964
7965 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7966 Sandra Loosemore <sandra@codesourcery.com>
7967
7968 * gdb.texinfo (Library List Format): Update to mention the
7969 possibility to pass section addresses instead of segment
7970 addresses.
7971
7972 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7973
7974 * gdb.texinfo (Starting): Document "set exec-wrapper".
7975 (Server): Document gdbserver --wrapper.
7976
7977 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7978
7979 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7980 unreadable memory. Delete obsolete SPARClite reference.
7981
7982 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7983
7984 * gdb.texinfo (Starting): Mention always-running targets.
7985 (Target Commands): Add an anchor for load.
7986 (Connecting): Explain continue instead of run.
7987
7988 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7991
7992 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7995 breakpoint table.
7996
7997 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7998
7999 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
8000 killing the inferior when it is already debugging a process.
8001
8002 2008-02-13 Markus Deuling <deuling@de.ibm.com>
8003
8004 * gdbint.texinfo (Build Script): New section. Mention new build script
8005 gdb_buildall.sh.
8006
8007 2008-02-01 Jim Blandy <jimb@red-bean.com>
8008
8009 * gdb.texinfo (Help): Summarize 'info args' correctly.
8010
8011 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8012
8013 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
8014 available in PowerPC architecture.
8015 (Embedded Processors): Change node name of PowerPC item in menu.
8016 (PowerPC): Rename to...
8017 (PowerPC Embedded): this.
8018 (Architectures): Add new PowerPC item in menu.
8019 (PowerPC): New node.
8020
8021 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8022
8023 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
8024 commands.
8025
8026 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8027
8028 * gdb.texinfo (Setting Catchpoints): Mention features
8029 supported on GNU/Linux.
8030
8031 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * gdb.texinfo (GDB/MI File Commands): Describe new output
8034 field for MI command -file-list-exec-source-file.
8035
8036 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8037
8038 * gdb.texinfo (Using the `gdbserver' Program): Add security
8039 warning. Rearrange into subsections and subsubsections. Document
8040 --multi and --debug. Correct --with-sysroot typo. Update --attach
8041 usage. Make load reference clearer. Document monitor exit.
8042 (Remote Configuration): Document set remote exec-file, attach-packet,
8043 and run-packet.
8044 (Packets): Document vAttach and vRun.
8045
8046 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
8047
8048 * gdb.texinfo (Processes): Mention process command.
8049 detach-on-follow -> detach-on-fork.
8050
8051 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8052
8053 * gdbint.texinfo (Native Conditionals): Remove
8054 SHELL_COMMAND_CONCAT and SHELL_FILE.
8055
8056 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8057
8058 * gdb.texinfo (Specify Location): Improve wording.
8059
8060 2008-01-23 Chris Demetriou <cgd@google.com>
8061
8062 * gdb.texinfo (Threads): Document new "set print thread-events"
8063 and "show print thread-events" commands.
8064
8065 2008-01-19 Eli Zaretskii <eliz@gnu.org>
8066
8067 * gdb.texinfo (Specify Location): New section.
8068 (Delete Breaks, Edit, Set Breaks): Remove description of
8069 locations. Instead, add a reference to "Specify Location".
8070 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8071 (Symbols): Refer to "Specify Location" for the valid forms of
8072 linespecs and locations.
8073
8074 2008-01-18 Markus Deuling <deuling@de.ibm.com>
8075
8076 * gdbint.texinfo (Target Conditionals): Replace the description of
8077 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8078
8079 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8080
8081 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8082 about &&var, which is rejected by the expression parser.
8083
8084 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8085
8086 * gdb.texinfo (Output): Update documentation on using printf with DFP
8087 types.
8088
8089 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8090
8091 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8092 subsubsection.
8093 (Decimal Floating Point format): New subsubsection.
8094
8095 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8096
8097 * gdb.texinfo (File Options): Remove mention of the attempt to
8098 open a core file with the -p option. Don't list -c as a valid
8099 option to attach to a process.
8100
8101 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8102
8103 * gdbint.texinfo (Host Conditionals): Remove mention of
8104 ALIGN_STACK_ON_ENTRY.
8105
8106 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8107
8108 * gdbint.texinfo (Start of New Year Procedure): Add item
8109 describing how to update the source and documentation copyright
8110 notices.
8111
8112 2007-12-18 Jim Blandy <jimb@codesourcery.com>
8113
8114 * gdb.texinfo (Set Watchpoints): Integrate per-thread
8115 watchpoint explanation into the main description of the watchpoint
8116 command; update synopses of 'watch', 'rwatch', and 'awatch'
8117 commands.
8118
8119 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8120
8121 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8122 Document 'pending-breakpoints' feature of
8123 -list-features.
8124
8125 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8126
8127 * gdb.texinfo: Add new parameter's description.
8128
8129 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8130
8131 * gdb.texinfo (Overview): Clarify run-length encoding
8132 example. Remove the restriction on "+" and "-" characters.
8133
8134 2007-12-15 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8137
8138 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8139
8140 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8141 the -f option for -break-insert, remove -r option,
8142 and clarify specification of location.
8143
8144 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8145
8146 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8147 formatting.
8148 (Remote Debugging): Add File Transfer section.
8149 (Remote Configuration): Document Host I/O packets.
8150 (GDB/MI): Add GDB/MI File Transfer Commands section.
8151 (Host I/O Packets): New section in "Remote Protocol".
8152 (Packets): Add vFile.
8153
8154 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8155
8156 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8157 breakpoints with multiple locations.
8158 (Breakpoint Menus): Improve wording.
8159 (Output): Fix last change.
8160
8161 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8162
8163 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8164
8165 2007-11-15 Doug Evans <dje@google.com>
8166
8167 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8168
8169 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8170
8171 * gdbint.texinfo (Native Conditionals): Remove
8172 mention of CLEAR_SOLIB.
8173
8174 2007-11-11 Joel Brobecker <brobecker@adacore.com>
8175
8176 * gdb.texinfo (Print Settings): Add documentation for "set/show
8177 print frame-arguments".
8178
8179 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8180
8181 * gdb.texinfo (Output): Update printf command's description.
8182
8183 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8184
8185 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8186 powerpc soft-float".
8187
8188 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8189
8190 * gdb.texinfo (Files): Correct formatting. Mention Expat
8191 requirement.
8192 (Requirements for Building GDB): Expand the list of Expat
8193 uses.
8194 (Library List Format, Memory Map Format): Mention Expat.
8195 (Target Descriptions): Update Expat wording.
8196
8197 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8198
8199 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8200 Document that gdbarch_convert_register_p should return zero for no-op
8201 conversions.
8202
8203 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8204
8205 * gdbint.texi (Compiler Characteristics): Move documentation
8206 of set_gdbarch_sofun_address_maybe_missing back to ...
8207 (Target Conditionals): ... here to fix build break.
8208
8209 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8210
8211 * gdbint.texi (Target Conditionals): Remove documentation of
8212 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8213 (Compiler Characteristics): ... documentation of
8214 set_gdbarch_sofun_address_maybe_missing.
8215
8216 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8217
8218 * gdbint.texinfo (Target Conditionals): Use
8219 frame_unwind_register_unsigned in examples instead of
8220 frame_unwind_unsigned_register.
8221
8222 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8223
8224 * gdb.texinfo: Add TSIZE definition, removed statement about
8225 unbounded arrays being unimplemented.
8226
8227 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8228
8229 * gdb.texinfo (Predefined Target Types): Add int128
8230 and uint128.
8231 (Standard Target Features): Add PowerPC features.
8232
8233 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8234
8235 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8236
8237 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8238
8239 * gdbint.texi (Target Conditionals): Remove documentation
8240 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8241 gdbarch_extract_return_value, and gdbarch_store_return_value.
8242
8243 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8244
8245 * gdbint.texi (Target Conditionals): Remove documentation of
8246 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8247
8248 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8249
8250 * gdb.texinfo: Mention that inaccessible-by-default is on by
8251 default.
8252
8253 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8254
8255 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8256
8257 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8258
8259 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8260 multi-threaded watchpoints.
8261 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8262 checked. Describe sticky notification. Expand description
8263 of steppable and continuable watchpoints.
8264 (Watchpoints and Threads): New subsection.
8265
8266 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8267
8268 * gdb.texinfo (Setting Breakpoints): Revise
8269 documentation for pending breakpoints. Document
8270 breakpoints with multiple locations.
8271
8272 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8273
8274 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8275 Document -list-features.
8276
8277 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8278
8279 * gdb.texinfo (Output): Spell out which features of C's printf are
8280 not supported by GDB's printf.
8281 (Separate Debug Files): More accurate wording regarding build ID
8282 and a reference to the ld manual rather than the Fedora wiki.
8283
8284 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8285 Jim Blandy <jimb@codesourcery.com>
8286
8287 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8288 (Examining Memory): Update mentions of the 's' format.
8289 (Automatic Display): Likewise.
8290
8291 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8292
8293 * gdb.texinfo: Update the FSF's Back-Cover Text.
8294
8295 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8296 Eli Zaretskii <eliz@gnu.org>
8297
8298 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8299 Fixed the ``build ID'' name. New binaries build instructions for the
8300 build ID inclusion. Explain how the commands are specific to the build
8301 ID vs. debug link.
8302
8303 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8304
8305 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8306 indexing for ``build ID'' support.
8307
8308 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8311 Enlisted BUILD ID to the debug file searching example.
8312 Included a BUILD ID `.note.gnu.build-id' section description.
8313 Updated/added the debug files splitting instructions for OBJCOPY.
8314
8315 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8316
8317 * gdb.texinfo (Variable Objects): Adjust docs
8318 for -var-info-expression and document
8319 -var-info-path-expression.
8320
8321 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8322
8323 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8324 (title page): Include the dedication in the printed manual, as a
8325 separate page after the copyright notice.
8326
8327 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8328 don't break a @var across a line.
8329
8330 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8331
8332 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8333 for include files.
8334
8335 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8336
8337 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8338 in annotate.texinfo.
8339 (Command History): Link to new node.
8340
8341 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8342
8343 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8344
8345 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8346
8347 * gdbint.texinfo (Target Conditionals): Fix last change.
8348
8349 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8350
8351 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8352 routines:
8353 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8354 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8355 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8356 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8357 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8358 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8359 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8360 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8361 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8362 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8363 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8364 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8365 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8366 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8367 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8368 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8369 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8370 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8371 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8372 (SOFTWARE_SINGLE_STEP_P)
8373
8374 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8375 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8376
8377 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8378 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8379 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8380 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8381 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8382 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8383 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8384 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8385 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8386 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8387
8388 (Converting an existing Target Architecture to Multi-arch): Remove
8389 section.
8390
8391 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8392 (gdbarch_addr_bits_remove): Add code example.
8393
8394 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8395
8396 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8397
8398 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8399 Add other missing entries. Adjust the table size to fit.
8400 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8401 stop reasons including the new "library" event.
8402 (General Query Packets): Adjust table widths for qSupported. Mention
8403 qXfer:libraries:read reply to qSupported and document the new packet.
8404 (Library List Format): New section.
8405
8406 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8407
8408 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8409
8410 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8411
8412 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8413
8414 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8415
8416 * gdbint.texinfo (Register and Memory Data): Break sections
8417 into nodes and add a menu.
8418
8419 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8420
8421 * gdb.texinfo (Examining Memory): Document the new behaviour.
8422
8423 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8424
8425 * gdb.texinfo (Standard Target Features): Document
8426 m68k features.
8427
8428 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8431
8432 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8433
8434 * gdb.texinfo (Target Description Format): Add version attribute
8435 for <target>.
8436
8437 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8440
8441 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8442
8443 * gdb.texinfo (MIPS Features): New subsection.
8444
8445 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8446 Markus Deuling <deuling@de.ibm.com>
8447
8448 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8449 and qXfer:spu:write packets and mention them under qSupported.
8450
8451 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8452 Markus Deuling <deuling@de.ibm.com>
8453
8454 * gdb.texinfo (Architectures): Add new SPU section to document
8455 Cell Broadband Engine SPU architecture specific commands.
8456
8457 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8458
8459 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8460 comments.
8461
8462 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8463
8464 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8465
8466 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8467
8468 * gdb.texinfo (Overview): Doc fix.
8469
8470 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8471
8472 * gdb.texinfo (Remote Configuration): Document "set/show
8473 remoteflow".
8474
8475 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8476
8477 * gdb.texinfo (MIPS): Remove documentation for set mips
8478 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8479 stack-arg-size.
8480
8481 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8482
8483 * all-cfg.texi (GDBTUI): New.
8484 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8485 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8486 (TUI Configuration): Edit to improve clarity and fix problems of
8487 both style and content.
8488
8489 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * observer.texi (GDB Observers): New observer "new_objfile".
8492
8493 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8494
8495 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8496
8497 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8498
8499 * gdb.texinfo (GDB/MI Variable Objects): Document
8500 frozen variables objects.
8501
8502 2007-04-13 Paul Brook <paul@codesourcery.com>
8503
8504 * gdb.texinfo: Document ieee_single and ieee_double target types.
8505
8506 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8507
8508 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8509 (Character Sets, Caching Data of Remote Targets): Likewise.
8510 (Targets): Delete Remote node. Move its text...
8511 (Debugging Remote Programs): ...to here. Delete description
8512 of the "remote" command.
8513 (Remote configuration): Delete description of "set remotedevice"
8514 and "show remotedevice".
8515 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8516
8517 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8518
8519 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8520
8521 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8522
8523 * gdb.texinfo (Contributors, Continuing and Stepping)
8524 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8525 (General Query Packets, File-I/O Remote Protocol Extension)
8526 (Protocol Basics, The F Reply Packet, Write)
8527 (Protocol-specific Representation of Datatypes, Memory Transfer):
8528 Fix hyphenation, punctuation and grammar problems.
8529 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8530 'section' instead of 'subsection' in the text.
8531 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8532 (i386): Remove period from section name.
8533 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8534 (Config Names, Configure Options): Use @file{configure}.
8535
8536 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8537
8538 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8539 and tab expansion.
8540
8541 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8542
8543 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8544
8545 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8546
8547 * gdb.texinfo: Consistently capitalize all significant words in
8548 node names, chapter titles, section titles, and headings. Update
8549 cross references to match.
8550 (Starting and Stopping Trace Experiment): Make node name plural.
8551 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8552
8553 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8554
8555 * gdb.texinfo (WinCE): Delete obsolete subsection.
8556
8557 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8558
8559 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8560 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8561 references.
8562
8563 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.texinfo (Startup): Delete references to some alternate
8566 names for .gdbinit.
8567 (Thread): Remove LynxOS reference.
8568 (Tandem ST2000): Delete target-specific documentation.
8569 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8570 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8571 and GDB_OSABI_LYNXOS.
8572
8573 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8574
8575 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8576
8577 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8578
8579 * gdbint.texinfo (Target Conditionals): Remove mention of
8580 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8581 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8582
8583 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8584
8585 * Makefile.in: Add "pdfdir" installation
8586 directory, PDFTEX macro, support for "install-pdf" target,
8587 and rules for making a pdf version of refcard.texi.
8588 * refcard.tex: Specify paper size for PDF output.
8589
8590 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8591
8592 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8593
8594 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8595
8596 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8597 (Source Path, Character Sets, Macros, Define)
8598 (GDB/MI Result Records, GDB/MI Simple Examples)
8599 (GDB/MI Program Execution, GDB/MI File Commands)
8600 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8601 (Bug Reporting): Use @value{GCC}.
8602
8603 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8604
8605 * gdb.texinfo (Help): Fix formatting of examples.
8606 (Variables): Use @ifnotinfo instead of @iftex.
8607 (Non-debug DLL symbols): Use @ref instead of @pxref.
8608 (Sparclet File): Use @samp instead of quotes.
8609
8610 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8611
8612 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8613
8614 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8615
8616 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8617 the order of the nodes.
8618 (C Operators, C Constants, Debugging C): Remove extra menus.
8619 (Method Names in Commands): Do not specify next/prev/up nodes.
8620
8621 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8622
8623 * gdb.texinfo (File Options): Add missing parenthesis.
8624 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8625
8626 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8627
8628 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8629
8630 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * gdb.texinfo (Standard Target Features): Mention
8633 case insensitivity.
8634 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8635
8636 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8637
8638 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8639 (Files): Add section name to argument list for pxref.
8640 (Non-debug DLL symbols): Don't use `see' for pxref.
8641 (Embedded Processors): Fix typo.
8642 (GDB/MI Breakpoint Commands): Execution commands generate
8643 *stopped not ^done.
8644
8645 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8646
8647 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8648 values for in_scope. Mention that only root variables can be
8649 updated.
8650 (GDB/MI Development and Front Ends): Explain new values may be
8651 added to existing fields.
8652
8653 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdb.texinfo (-target-disconnect): Use @smallexample.
8656 (Requirements): Add anchor for Expat. Update description.
8657 (Target Descriptions): Mention Expat.
8658 (Target Description Format): Document new elements. Use
8659 @smallexample.
8660 (Predefined Target Types, Standard Target Features): New sections.
8661 * gdbint.texinfo (Target Descriptions): New section.
8662
8663 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8664
8665 * gdb.texinfo (Target Description Format): Add section on XInclude.
8666
8667 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8670 command -enable-timings.
8671
8672 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8673
8674 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8675 descriptions for new/deleted elements in gdb_osabi. Add missing
8676 description for function generic_elf_osabi_sniff_abi_tag_sections.
8677
8678 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdb.texinfo (Maintenance Commands): Add documentation for
8681 the new "maint print target-stack" command.
8682
8683 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8684 Eli Zaretskii <eliz@gnu.org>
8685
8686 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8687
8688 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8689
8690 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8691 Use @value{NGCC} instead of @value{GCC}.
8692
8693 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8694
8695 * agentexpr.texi: Fix typos.
8696 * annotate.texinfo: Likewise.
8697 * gdb.texinfo: Likewise.
8698 * gdbint.texinfo: Likewise.
8699 * observer.texi: Likewise.
8700 * stabs.texinfo: Likewise.
8701
8702 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8703
8704 * gdbint.texinfo (Support Libraries): Remove mmalloc
8705 entry. Describe readline library.
8706
8707 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8708
8709 * gdb.texinfo (Target Descriptions): New section.
8710 (General Query Packets): Add QPassSignals anchor. Mention
8711 qXfer:features:read under qSupported. Expand mentions of
8712 qXfer:memory-map:read and QPassSignals. Document
8713 qXfer:features:read.
8714
8715 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8716
8717 * gdb.texinfo (Commands to specify files): Describe
8718 "set sysroot" and "show sysroot".
8719 (Using the `gdbserver' program): Lowercase argument
8720 to @var. Expand description of setting up GDB on the
8721 host.
8722
8723 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8724
8725 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8726 catch exception, catch exception unhandled, and catch assert
8727 commands.
8728
8729 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8730
8731 * gdb.texinfo (Debugging Output): Document "set debug xml"
8732 and "show debug xml".
8733
8734 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8735
8736 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8737
8738 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8739
8740 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8741
8742 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8743
8744 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8745 note in @ignore, to be removed later if nobody complains.
8746
8747 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8750 of -var-delete.
8751
8752 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8753
8754 * gdb.texinfo (Setting breakpoints): Document
8755 automatic software/hardware breakpoint usage and
8756 the "set breakpoint auto-hw" command.
8757
8758 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8759
8760 * gdb.texinfo (Memory Access Checking): New.
8761
8762 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8763
8764 * gdb.texinfo (Remote configuration): Mention
8765 "pass-signals-packet".
8766 (General Query Packets): Document QPassSignals. Fix
8767 a typo.
8768
8769 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8770
8771 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8772
8773 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8774
8775 * gdb.texinfo (Remote configuration): Rewrite documentation for
8776 packet configuration commands.
8777 (OS Information): Adjust reference to qXfer:auxv:read.
8778 (General Query Packets): Remove references to read-aux-vector-packet
8779 and set remote get-thread-local-storage-address.
8780
8781 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8782
8783 * gdbint.texinfo (Target Architecture Definition): Add new
8784 Initializing a New Architecture section.
8785
8786 2006-10-31 David Taylor <dtaylor@emc.com>
8787
8788 * stabs.texinfo (Macro define and undefine): New node describing
8789 stabs for #define and #undef.
8790
8791 2006-10-27 Andreas Schwab <schwab@suse.de>
8792
8793 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8794
8795 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8796
8797 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8798 clarify on the possible meanings of ``expression'' watched by
8799 watchpoints. Add indexing.
8800 (Prompting, Errors, Invalidation, Annotations for Running)
8801 (Source Annotations): Fix index entries by adding "annotation" to
8802 them, to discriminate from index entries that point to the more
8803 general topic descriptions.
8804
8805 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8806
8807 * gdbint.texinfo (Target Vector Definition): Move most
8808 content into Existing Targets. Add a menu.
8809 (Existing Targets): New section, moved from Target Vector
8810 Definition. Use @subsection.
8811 (Managing Execution State): New section.
8812
8813 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8814
8815 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8816
8817 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8818
8819 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8820 (Command Syntax, Signals, Backtrace, Connecting)
8821 (Remote configuration, Renesas Boards, Console I/O): Fix last
8822 change: use Ctrl- instead of C-, except wrt Emacs.
8823 (File-I/O Examples): Put Ctrl-c in @kbd.
8824 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8825 (Console I/O): Use @samp with Ctrl-.
8826 (Signals, Set Breaks, Set Watchpoints): Document optional
8827 arguments to `info signals' `handle', `info breakpoints', and
8828 `info watchpoints'.
8829
8830 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8831
8832 * gdb.texinfo (Backtrace): Fix last change.
8833
8834 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8837
8838 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8839
8840 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8841 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8842 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8843
8844 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8845 Daniel Jacobowitz <dan@codesourcery.com>
8846
8847 * gdb.texinfo (Packets): Document vFlashErase,
8848 vFlashWrite and vFlashDone packets.
8849 (General Query Packets): Document qXfer:memory-map:read.
8850 Add a new feature for qXfer:memory-map:read.
8851 (Memory map format): New section.
8852 (Target Commands): Mention that gdb can write flash.
8853
8854 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8855 Daniel Jacobowitz <dan@codesourcery.com>
8856
8857 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8858 memory regions and "mem auto".
8859
8860 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8861
8862 * gdbint.texinfo (Array Containers): New section.
8863
8864 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8865
8866 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8867 -stack-list-arguments HIGH_FRAME argument can be larger then the
8868 actual number of frames.
8869
8870 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8871
8872 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8873 -stack-list-locals HIGH_FRAME argument can be larger then the
8874 actual number of frames.
8875
8876 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8877
8878 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8879 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8880
8881 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8882
8883 * gdbint.texinfo (Overall Structure): New section "Source Tree
8884 Structure".
8885
8886 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8887
8888 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8889 responses.
8890
8891 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8892
8893 * gdb.texinfo (Source Path): Add documentation for new
8894 substitute-path commands.
8895
8896 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8899 (Running Configure): ...here.
8900 (Requirements): New node. Mention expat.
8901
8902 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8903
8904 * gdb.texinfo (Target Commands): Remove
8905 'set download-write-size' and 'show download-write-size'.
8906
8907 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8908
8909 * stabs.texinfo (Member Type Descriptor): Correct example for
8910 pointer to member types.
8911
8912 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8913
8914 * gdb.texinfo (Optional warnings and messages): Add
8915 'set/show trace-commands'.
8916 (Command files): Add '-v' to source command.
8917
8918 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8919
8920 * gdb.texinfo (OS Information): Update qPart reference to
8921 qXfer.
8922 (Remote configuration): Likewise.
8923 (Overview): Move @cindex to the start of a paragraph. Talk
8924 about binary data encoding.
8925 (Packets): Refer to the overview for the details of the X
8926 packet encoding.
8927 (General Query Packets): Remove qPart description. Add qXfer
8928 description. Add an anchor to qSupported. Correct feature
8929 table title. Add a new feature for qXfer:auxv:read.
8930 (Interrupts): Add a missing parenthesis.
8931
8932 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8933
8934 * gdb.texinfo (KOD): Remove node.
8935 (GDB/MI Kod Commands): Remove commented out node.
8936
8937 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8938
8939 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8940 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8941 (GDB/MI Thread Commands, GDB/MI Program Execution)
8942 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8943 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8944 (GDB/MI File Commands, GDB/MI Target Manipulation)
8945 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8946 since the MI prompt is hard-wired into the code.
8947
8948 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8951 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8952 (GDB/MI Data Manipulation): Remove description of unimplemented
8953 display related commands as variable objects perform this function
8954 and are superior: -display-delete, -display-disable,
8955 -display-enable, -display-insert and -display-list. Move
8956 -environment-cd, -environment-directory, -environment-path
8957 and -environment-pwd to "Program Context".
8958 (GDB/MI Program Control): Rename to "Program Execution". Move
8959 -exec-arguments -exec-abort to...
8960 (GDB/MI Program Context): ...here. New node split from "Data
8961 Manipulation".
8962
8963 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8964
8965 * gdb.texinfo (Remote configuration): Document set / show
8966 remote supported-packets.
8967 (General Query Packets): Document qSupported packet.
8968
8969 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8970
8971 * gdb.texinfo (system): Document behaviour with zero length
8972 string.
8973
8974 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8975
8976 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8977 and font markup.
8978 (Protocol basics): Likewise.
8979 (The F request packet): Likewise.
8980 (The F reply packet): Likewise.
8981 (Memory transfer): Move this node to be a subsubsection of
8982 "Protocol specific representation of datatypes".
8983 (The Ctrl-C message): More copy editing.
8984 (Console I/O): Likewise.
8985 (The isatty call): Delete this node, and merge its content into
8986 the "isatty" node. Fixed references elsewhere.
8987 (The system call): Delete this node, and merge its content into
8988 the "system" node. Fixed references elsewhere.
8989 (open): Reformat to use @table, and add appropriate font markup.
8990 (close): Likewise.
8991 (read): Likewise.
8992 (write): Likewise.
8993 (lseek): Likewise.
8994 (rename): Likewise.
8995 (unlink): Likewise.
8996 (stat/fstat): Likewise.
8997 (gettimeofday): Likewise.
8998 (isatty): Likewise.
8999 (system): Likewise, plus minor changes to fix confusing wording.
9000 (Integral datatypes): Fix font markup.
9001 (Pointer values): Likewise.
9002 (struct stat): Fix markup to use @table, plus minor copy editing.
9003 (struct timeval): Fix font markup, plus minor copy editing.
9004 (Constants): Minor copy editing.
9005 (Errno values): Add font markup.
9006 (File-I/O Examples): Likewise.
9007
9008 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
9011 (GDB/MI Simple Examples): Move node up one level. Use real
9012 examples.
9013 (GDB/MI Compatibility with CLI): Update.
9014 (GDB/MI Result Records): Add "connected" and "exit" result
9015 classes.
9016 (GDB/MI Stream Records): Clarify target output.
9017 (GDB/MI Command Description Format): Modify example description.
9018 (GDB/MI Breakpoint Table Commands): Rename to...
9019 (GDB/MI Breakpoint Commands): ...this
9020 (GDB/MI Breakpoint Commands): Add optional thread field.
9021 (GDB/MI Program Control): Add an introduction. Move "Program
9022 termination" examples into exec-run description.
9023 (GDB/MI File Commands): Mention similar CLI commands.
9024 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
9025 is similar to "-gdb-version".
9026
9027 2006-06-09 Eli Zaretskii <eliz@gnu.org>
9028
9029 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
9030
9031 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9034 sourceware.org for mailing lists.
9035 (GDB/MI File Commands): New node split from Program Control.
9036
9037 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
9040
9041 2006-05-22 Eli Zaretskii <eliz@gnu.org>
9042
9043 * gdb.texinfo (Cygwin Native): Fix last change.
9044
9045 2006-05-22 Christopher Faylor <cgf@timesys.com>
9046
9047 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9048
9049 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
9050
9051 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9052 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9053
9054 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9055
9056 * gdb.texinfo (General Query Packets): Recommend not starting
9057 new packets with qC and clarify.
9058
9059 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
9060
9061 * gdb.texinfo (M2 Types): New section.
9062
9063 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9064
9065 * agentexpr.texi: Add a copyright and license notice.
9066 * observer.texi: Likewise, with GPL clause for function prototypes.
9067 Remove trailing whitespace.
9068
9069 2006-05-05 Jim Blandy <jimb@codesourcery.com>
9070
9071 * gdb.texinfo (General Query Packets): Document conventions for
9072 terminating packet names, and their violations.
9073
9074 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9075
9076 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9077 * gdb.texinfo: Likewise.
9078
9079 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9082 and "show remotedebug".
9083 (Debugging Output): Add additional index entries.
9084
9085 2006-04-27 Michael Snyder <msnyder@redhat.com>
9086
9087 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9088
9089 2006-04-22 Andrew Cagney <cagney@redhat.com>
9090
9091 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9092 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9093
9094 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9095
9096 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9097 and remove breakpoint prototypes.
9098 (Watchpoints): Move description of target_insert_hw_breakpoint and
9099 target_remove_hw_breakpoint ...
9100 (Breakpoints): ... to here. Document target_insert_breakpoint and
9101 target_remove_breakpoint.
9102
9103 2006-04-17 Jim Blandy <jimb@codesourcery.com>
9104
9105 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9106 and C packets are optional.
9107
9108 2006-04-14 Frederic Riss <frederic.riss@st.com>
9109
9110 * gdb.texinfo (Specifying source directories): Update the description
9111 of the source file search to reflect the fact that the source path
9112 always contains at least $cdir and $cwd.
9113
9114 2006-03-31 Michael Snyder <msnyder@redhat.com>
9115
9116 * gdb.texinfo: Update copyright dates.
9117
9118 2006-03-31 Eli Zaretskii <eliz@gnu.org>
9119
9120 * gdb.texinfo (Overview): Add an index entry to "empty response".
9121
9122 2006-03-29 Steve Ellcey <sje@cup.hp.com>
9123
9124 * gdb.texinfo: Remove gdbserve.nlm documentation.
9125
9126 2006-03-28 Jim Blandy <jimb@codesourcery.com>
9127
9128 * gdbint.texinfo (Prologue Analysis): New section.
9129
9130 2006-03-07 Jim Blandy <jimb@red-bean.com>
9131
9132 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9133
9134 * gdb.texinfo (Target Commands): Update text describing how to
9135 specify a target. Refer to the detailed section on remote
9136 debugging, not the brief mention.
9137
9138 * gdb.texinfo (Connecting): Organize the different 'target remote'
9139 connection methods into a table. Add a 'target remote' index
9140 entry. (!!!)
9141
9142 2006-02-17 Fred Fish <fnf@specifix.com>
9143
9144 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9145 'ptype' commands to reflect the fact that the only significant
9146 difference between them is that ptype prints the complete type
9147 description instead of just the name.
9148
9149 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9150
9151 * gdbint.texinfo (Watchpoints): Delete
9152 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9153
9154 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
9155
9156 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9157 times fields where needed. Fix typos. Update general form given
9158 for output of -break-insert.
9159 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9160
9161 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9162
9163 * gdbint.texinfo (Symbol Handling): Add a section
9164 on memory management.
9165
9166 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9167
9168 * gdb.texinfo (Breakpoint table commands): Document the fullname
9169 field in -break-list output.
9170
9171 2006-02-03 Eli Zaretskii <eliz@gnu.org>
9172
9173 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9174 debugging information produced by the various "set debug..."
9175 options.
9176
9177 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9178
9179 * gdb.texinfo (Files): Remove obsolete bits from the description
9180 of "symbol-file".
9181
9182 2006-01-25 Jim Blandy <jimb@redhat.com>
9183
9184 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9185
9186 2006-01-24 Jim Blandy <jimb@redhat.com>
9187
9188 * gdbint.texinfo (Frames): Document the basics of GDB's register
9189 unwinding model, and explain the existence of the "sentinel" frame.
9190
9191 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9192
9193 * gdb.texinfo (Choosing files): Mention that -directory is used
9194 for script files.
9195 (Specifying source directories): Likewise.
9196 (Command files): Explain how script files are found.
9197
9198 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9199
9200 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9201 the threads in a multi-threaded program.
9202 (Threads): The threadno argument of "thread apply" can be a range
9203 of numbers.
9204
9205 2006-01-18 Jim Blandy <jimb@redhat.com>
9206
9207 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9208 of warning flags.
9209
9210 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9211
9212 * gdb.texinfo (Sequences): Improve menu annotations.
9213 (Define): Add index entries for arguments of user-defined
9214 commands. Move the description of flow-control commands...
9215 (Command Files): ...to here. Document loop_break and
9216 loop_continue.
9217 (Define, Command Files): Document `end' and add index entries for
9218 it.
9219
9220 2006-01-04 Michael Snyder <msnyder@redhat.com>
9221
9222 * gdb.texinfo: Add documentation for linux-fork.
9223 * gdbint.texinfo: Add internal documentation for checkpoints.
9224
9225 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9226
9227 * gdb.texinfo (Omissions from Ada): Document that there is now
9228 limited aggregate support.
9229
9230 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9231
9232 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9233 registers and the likes.
9234
9235 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9236
9237 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9238 (Symbols): Fix usage of "e.g.".
9239 (Memory Region Attributes): Fix usage of "etc."
9240
9241 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9242 (Coding): Fix usage of "e.g.".
9243
9244 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9245
9246 * stabs.texinfo:
9247 * refcard.tex:
9248 * gpl.texi:
9249 * gdbint.texinfo:
9250 * gdb.texinfo:
9251 * gdb-cfg.texi:
9252 * fdl.texi:
9253 * annotate.texinfo:
9254 * all-cfg.texi:
9255 * Makefile.in: Add (C) after Copyright. Update the FSF
9256 address.
9257
9258 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9259
9260 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9261 extend GDB with commands for external monitor.
9262
9263 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9264
9265 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9266
9267 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9268
9269 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9270
9271 2005-11-21 Jim Blandy <jimb@redhat.com>
9272
9273 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9274 placement of 'R' actions in tracepoint action packets; document
9275 dependence of 'X' and 'M' actions on a preceding 'R' action for
9276 their registers.
9277
9278 2005-11-19 Jim Blandy <jimb@redhat.com>
9279
9280 * gdb.texinfo (Tracepoint Packets): New node.
9281 (General Query Packets): Add entries for the tracepoint packets,
9282 referring to the "Tracepoint Packets" node.
9283 (Tracepoints): Add reference to "Tracepoint Packets".
9284
9285 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9286
9287 * gdb.texinfo (set remotebreak): Add anchor.
9288 (X packet): Likewise.
9289 (Remote Protocol): Add new section `Interrupts' and new index
9290 entry `interrupts (remote protocol)'.
9291
9292 2005-11-18 Jim Blandy <jimb@redhat.com>
9293
9294 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9295 entries into the General Query Packets section. Add a
9296 cross-reference to that section. Drop description of replies, as
9297 these are covered in the descriptions of each packet.
9298 (General Query Packets): Add introductory text. Explain naming
9299 conventions, and how the end of a name is recognized.
9300
9301 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9302
9303 * gdb.texinfo (Remote configuration): Fix typo in description of
9304 "set remotebreak" command.
9305
9306 2005-11-16 Jim Blandy <jimb@redhat.com>
9307
9308 * gdb.texinfo (Packets, Stop Reply Packets)
9309 (General Query Packets): Various formatting cleanups.
9310 - Use @samp for packet contents.
9311 - Drop summaries from packet @item lines; the same information appears
9312 immediately below in the description.
9313 - Delete paragraph breaks after packet @item commands, so that the
9314 description appears directly to the right of the packet prototype
9315 in the printed manual, if it fits.
9316 - Place spaces in packet prototypes between @vars and non-@var
9317 letters, and explain that they're just for formatting.
9318 - Use @dots{} instead of '...'.
9319 - Fix uses of @code where @var was needed.
9320 - Replace "deprecated" markers with English text spelling out the
9321 packet's status and the preferred alternatives.
9322 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9323 what this ever meant.
9324 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9325 this for a long time.
9326 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9327 implemented several times, and have been in use for years.
9328
9329 2005-11-15 Jim Blandy <jimb@redhat.com>
9330
9331 * gdb.texinfo (Packets): Add index entries for 'm' packet
9332 disclaimers.
9333
9334 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9335 of stub when processing an 'm' packet.
9336
9337 * gdb.texinfo (Packets): Mention that packets beginning with
9338 letters are reserved once, at the top, instead of actually listing
9339 them all and saying "reserved".
9340
9341 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9342
9343 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9344 Change @var{$arg0 to @code{$arg0.
9345
9346 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9347
9348 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9349
9350 2005-11-12 Jim Blandy <jimb@redhat.com>
9351
9352 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9353 order. Remove extraneous 'z'.
9354
9355 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9356
9357 * gdb.texinfo (Choosing files): Add --eval-command.
9358
9359 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9360
9361 * gdb.texinfo (Choosing modes): Add --return-child-result.
9362
9363
9364 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9365
9366 * gdb.texinfo (Choosing modes): Add --batch-silent.
9367
9368 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9369
9370 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9371 "The -var-update Command".
9372
9373 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.texinfo (Print Settings): Add documentation for set/show
9376 print array-indexes.
9377
9378 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9379
9380 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9381 6.2 and 6.3.
9382
9383 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9384
9385 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9386 since 19-Jan-2004.
9387 (Files): Likewise.
9388 (Variables, Symbols): Document the "<incomplete type>" message and
9389 its reasons.
9390
9391 2005-08-01 Fred Fish <fnf@specifix.com>
9392
9393 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9394
9395 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9398 option for -var-list-children and -var-update.
9399 (GDB/MI Stack Manipulation): Simplify description of
9400 print-values option for -stack-list-locals.
9401 (GDB/MI Command Description Format): Clarify.
9402 (Mode Options): Spelling of superseded.
9403
9404 2005-07-12 Bob Rossi <bob@brasko.net>
9405
9406 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9407 corresponding GDB command comment.
9408
9409 2005-07-06 Bob Rossi <bob@brasko.net>
9410
9411 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9412 and -inferior-tty-show.
9413 (Input/Output): Document "set/show inferior-tty" and tty alias.
9414
9415 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9416
9417 * gdb.texinfo (Packets): Change description of 'D' packet to note
9418 that GDB does wait for a response.
9419
9420 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9421
9422 * gdb.texinfo (History) Rename "Command History".
9423 (Command History): Move node "Server Prefix" from section on
9424 Annotations here.
9425
9426 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * gdb.texinfo (GDB/MI Stack Manipulation):
9429 Re-instate -stack-info-frame with example. Say that it gets
9430 info on selected frame, not current frame.
9431
9432 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9433
9434 * gdb.texinfo (Server): Clarify that `file' should be used before
9435 connecting to the server.
9436 (Files): Add an xref to the above description.
9437 (Output Formats): More detailed description of the `c' format.
9438 (Memory): List explicitly all the formats supported by `x'.
9439 (Threads): Add an @cindex entry for "thread apply".
9440 (Files): Document the possibility of loading unlinked object
9441 files. Add more indexing for solib-absolute-prefix and
9442 --with-sysroot.
9443 (Machine Code): Document possible problems with locations in
9444 shared libraries.
9445 (Backtrace): Document that free-standing environments do not need
9446 to have a `main' function.
9447
9448 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9449
9450 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9451 -stack-info-frame.
9452
9453 2005-06-07 Andrew Cagney <cagney@gnu.org>
9454
9455 * gdb.texinfo (Contributors): Note the original multi-arch
9456 contributors.
9457
9458 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9459
9460 * gdb.texinfo (Registers): Add index entries for the standard
9461 registers.
9462 (Frames): Add cross-reference from frame pointer description to
9463 the Registers node.
9464 (Annotations Overview): Fix the reference to GDB name.
9465
9466 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9467
9468 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9469 can-use-hw-watchpoints.
9470
9471 2005-05-28 Bob Rossi <bob@brasko.net>
9472
9473 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9474 the possible reasons why an exec async record would be returned to FE.
9475
9476 2005-05-26 Andrew Cagney <cagney@gnu.org>
9477
9478 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9479 Andrew Cagney implemented the original GDB/MI.
9480
9481 2005-05-23 Orjan Friberg <orjanf@axis.com>
9482
9483 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9484 documentation. Add documentation for cris-mode.
9485
9486 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9487
9488 * gdb.texinfo (Numbers): Explain the example and make the wording
9489 more acurate.
9490
9491 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9492 Dennis Brueni <dennis@slickedit.com>
9493
9494 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9495 (GDB/MI Data Manipulation, GDB/MI Program Control)
9496 (GDB/MI Stack Manipulation): Update examples to include the fullname
9497 attribute in stack frames.
9498
9499 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9500
9501 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9502 do with other non-standard names of init files.
9503
9504 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9505
9506 * gdb.texinfo (Command Files): Move the description of the startup
9507 from here...
9508 (Startup): ...to this new subsection of the Invocation chapter.
9509 Rearrange the description of init files more logically and add a
9510 cross-reference to "Command Files". Document the special gdbinit
9511 name for CISCO 68k. Expand the description of what GDB does
9512 during startup.
9513 (History): Add index entry for HISTSIZE.
9514
9515 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9516
9517 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9518
9519 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9520
9521 * gdb.texinfo (SVR4 Process Information, The isatty call)
9522 (The system call): Don't use foo(N) notation for man pages and
9523 functions.
9524 (Compilation, DJGPP Native): Improve wording.
9525
9526 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9527
9528 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9529 were optimized away.
9530
9531 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9532
9533 * gdb.texinfo (Remote configuration): Document "set/show
9534 get-thread-local-storage-address". Add cross-reference to the
9535 description of the qGetTLSAddr packet.
9536 (General Query Packets): Mention "set remote
9537 get-thread-local-storage-address" and add a reference to its
9538 description.
9539
9540 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9541
9542 * gdb.texinfo (Backtrace): Describe 'bt full'.
9543
9544 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9545
9546 * gdb.texinfo (Mode Options): Fix typo.
9547 (GDB/MI): Describe how to invoke GDB/MI.
9548
9549 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9550
9551 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9552 references changed. Add description of "info udot".
9553 (Files): Document "set/show stop-on-solib-events".
9554 (M32R/D): Document "set/show download-path", "set/show
9555 board-address", "set/show server-address", "upload", "tload".
9556 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9557 "use_mon_code", "use_ib_break", "use_dbt_break".
9558 (Maintenance Commands): Improve indexing.
9559 (Target Commands): Document "set/show hash", "set/show debug
9560 monitor".
9561 (SVR4 Process Information): Document "info pidlist" and "info
9562 meminfo". Document "set/show procfs-tarce" and "set/show
9563 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9564 (Symbols, The Print Command with Objective-C): Improve indexing.
9565 (Objective-C): Add references to "info classes" and "info
9566 selectors".
9567 (Debugging Output): Improve wording. Document "set/show debug
9568 solib-frv". Fix "set/show debugvarobj".
9569 (Set Breaks): Add index entry for "hardware breakpoints".
9570 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9571 and "set/show usehardbreakpoints".
9572 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9573 monitor-prompt", "set/show monitor-warnings", "pmon".
9574 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9575 rdiromatzero", "set/show rdiheartbeat".
9576 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9577 "sds".
9578 (Embedded Processors): Document the "sim" command.
9579 (Remote): Document the "remote" command.
9580 (DJGPP Native): Document the "info serial" command.
9581 (Threads): Document "maint info sol-threads".
9582 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9583 (Set Breaks): Improve indexing.
9584 (Command Syntax): Add a reference to dont-repeat.
9585 (Define): Document "dont-repeat".
9586 (TUI Commands): Document "tabset".
9587 (WinCE): New subsection. Document "set/show remotedirectory",
9588 "set/show remoteupload", "set/show remoteaddhost".
9589
9590 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9591
9592 * gdb.texinfo (Hurd Native): New subsection, documents
9593 Hurd-specific commands.
9594 (Maintenance Commands): Add cross-reference to "Debugging Output".
9595 (Debugging Output): Document "set/show debug lin-lwp".
9596 (MIPS): Improve documentation of heuristic-fence-post. Document
9597 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9598 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9599 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9600 (ARM): Document ARM-specific commands.
9601 (AVR): New section. Document "info io_registers".
9602 (CRIS): New section. Document "set/show cris-version" and
9603 "set/show cris-dwarf2-cfi".
9604 (HPPA): New section. Document "set/show debug hppa" and "maint
9605 print unwind".
9606 (Neutrino): New subsection. Document "set/show debug nto-debug".
9607 (Super-H): New section. Document the "regs" command.
9608 (Debugging Output): Document "set/show debug aix-thread".
9609
9610 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9611
9612 * gdb.texinfo (Print Settings): Document "set/show print
9613 pascal_static-members", "set print repeats", "show print
9614 null-stop". Improve indexing. Fix documentation of "set print
9615 union".
9616 (Pascal): New section.
9617 (Supported languages): Rename from "Support"; all references
9618 updated. Add a menu item for Pascal.
9619 (Numbers): Document "set radix.
9620 (Screen Size): Document "set/show pagination".
9621 (MIPS Embedded): Remove "set processor" documentation.
9622 (Remote configuration): Document "set/show X/P/Z-packet",
9623 "set/show read-aux-vector-packet", "set/show remote
9624 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9625 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9626 remotedebug", "set/show remotebreak", "set/show remotedevice",
9627 "set/show remotelogfile".
9628 (Auxiliary Vector): Add reference to the description of the
9629 read-aux-vector-packet setting.
9630 (Set Watchpoints): Add a cross-reference to "set remote
9631 hardware-breakpoint-limit".
9632 (General Query Packets): Add indexing of requests and
9633 cross-references to related commands in "Remote configuration".
9634 (File-I/O Overview, The system call): Fix wording and typos.
9635 (Thread Stops): Add index entries.
9636 (Continuing and Stepping): Document "show step-mode".
9637 (i386): New node. Document "set/show struct-convention".
9638 (Files): Document "show trust-readonly-sections".
9639 (Calling): Document "set/show unwindonsignal".
9640 (Messages/Warnings): Add index entries.
9641 (Maintenance Commands): Document "set/show watchdog".
9642 (Annotations Overview): Document "show annotate".
9643 (Set Watchpoints): Add index entries.
9644 (Symbols): Fix doc of case-sensitive.
9645 (ABI): Document "show coerce-float-to-double".
9646 (Convenience Vars, Help): Improve indexing.
9647 (Machine Code): Document "show disassembly-flavor".
9648 (Debugging C plus plus): Document "show overload-resolution".
9649 (Value History, Signaling): Add index entries.
9650
9651 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9652
9653 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9654 (Processes): Fix wording.
9655 (History, List, Logging output, Define, Symbols, Print Settings):
9656 Improve indexing.
9657
9658 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9659
9660 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9661 redundant index entry for "target" command.
9662 (Backtrace): Add index entries.
9663 (Symbols, Fortran): Document the "set case-sensitive" command.
9664 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9665 (Print Settings): Add index entry for "set demangle-style".
9666 (Target Commands): Document "set download-write-size".
9667 (Debugging Output): Document "set exec-done-display".
9668
9669 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9670
9671 * gdb.texinfo (Files): Fix the name and documentation of
9672 add-shared-symbol-files. Document its alias assf. Update the
9673 list of OSs where GDB supports shared libraries. Fix markup.
9674 (Continuing and Stepping): Add reference to @var{location} in the
9675 text.
9676 (Dump/Restore Files): Fix reference to @{filename}.
9677 (Help): Fix wording.
9678 (Attach): Ditto.
9679 (Set Watchpoints): Ditto.
9680 (Backtrace): Remove redundant index entries. Improve index
9681 entries.
9682 (Delete Breaks): Fix wording.
9683 (Memory): Document the compare-sections command.
9684 (Memory Region Attributes): Improve wording.
9685 (Disabling): Improve wording.
9686 (Fortran): New subsection. Document the "info common" command.
9687 (Help): Document aliases "info copying" and "info warranty".
9688 (Caching Remote Data): New section. Document the "set/show
9689 remotecache" and "info dcache" commands.
9690 (Show): Fix wording of the documentation of the "set
9691 extension-language" command.
9692 (Signals): Add index entry for "info handle".
9693 (Memory Region Attributes): Fix punctuation.
9694 (Symbols): Change the arg name to "location" and refer to it in
9695 the text. Fix wording of "info types" doc.
9696 (Threads): Fix usage of @enumerate @item's.
9697 (Listing Tracepoints): Add index entry for "info tp".
9698 (Set Watchpoints): Add xref to "info break" description.
9699 (Macros): Add an index entry for "macro exp1". Document the
9700 "macro list" command.
9701 (Maintenance Commands): Document "flushregs", "maint agent",
9702 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9703 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9704 "maint print architecture", "maint print objfiles", "maint print
9705 statistics", "maint print type", "maint show-debug-regs", "maint
9706 space", "maint time", and "maint translate-address".
9707 (Connecting): Document the "monitor" command.
9708 (Annotations Overview): Describe the "set annotate" command.
9709
9710 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9711
9712 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9713 Rearrange index entries and improve wording about support for
9714 hardware watchpoints.
9715
9716 2005-03-10 Bob Rossi <bob@brasko.net>
9717
9718 * gdb.texinfo: Update copyright
9719
9720 2005-02-09 Theodore A. Roth <troth@openavr.org>
9721
9722 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9723 error.
9724
9725 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9726
9727 * observer.texi (executable_changed): New observer.
9728
9729 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9730
9731 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9732
9733 2005-01-17 Michael Snyder <msnyder@redhat.com>
9734
9735 * gdb.texinfo: Fix spelling, infinte -> infinite.
9736
9737 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9738
9739 * observer.texi (GDB Observers): Document "solib_loaded".
9740
9741 2005-01-07 Andrew Cagney <cagney@gnu.org>
9742
9743 * configure.ac: Rename configure.in, require autoconf 2.59.
9744 * configure: Re-generate.
9745
9746 * configure.in: Replace configdirs with multiple references to
9747 AC_CONFIG_SUBDIRS.
9748 * configure: Re-generate.
9749
9750 2005-01-04 Andrew Cagney <cagney@gnu.org>
9751
9752 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9753 part of the version number.
9754
9755 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9756
9757 * gdbint.texinfo (Algorithms): Remove description of
9758 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9759
9760 2004-12-07 Jim Blandy <jimb@redhat.com>
9761
9762 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9763 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9764 numbers.
9765
9766 2004-12-07 Andreas Schwab <schwab@suse.de>
9767
9768 * gdb.texinfo (Mode Options): Document -l option.
9769
9770 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9771
9772 * gdbint.texinfo (Algorithms): More accurate description of
9773 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9774 is not needed unless data-read and data-access watchpoints are
9775 supported. Add a description of how GDB checks whether the
9776 inferior stopped because a watchpoint was hit.
9777
9778 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9779
9780 * gdb.texinfo (Files): Add cross-reference to description of
9781 -readnow command-line switch.
9782
9783 2004-11-10 Randolph Chung <tausq@debian.org>
9784
9785 * gdb.texinfo: Document set/show backtrace past-entry commands.
9786 Rearrange index entries for set/show backtrace past-main.
9787
9788 2004-11-10 Jon Beniston <jon@beniston.com>
9789
9790 Committed by Andrew Cagney <cagney@gnu.org>.
9791 * gdb.texinfo (Remote Serial Protocol): Further describe
9792 binary transfer escaping mechanism .
9793
9794 2004-11-08 Randolph Chung <tausq@debian.org>
9795
9796 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9797 and "show debug infrun". Add index entries.
9798
9799 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9800
9801 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9802 "info proc" that are already implemented. Add index entries.
9803 (Working Directory): Add a cross-reference to "info proc" command.
9804 (Files): Add a tip for decreasing memory used for symtabs from
9805 shared libraries.
9806 (Starting): Fix whitespace; make "elaboration" stand out where it
9807 is first used, and add an index entry for the term.
9808 (Calling): Expand and elaborate text. Add "print". Add the
9809 description of problems with weak aliases.
9810 (Core File Generation): New section.
9811
9812 2004-10-12 Andrew Cagney <cagney@gnu.org>
9813
9814 * gdbint.texinfo (Versions and Branches): New chapter.
9815 (Releasing GDB): Delete "Versions and Branches" section.
9816 (Top): Add "Versions and Branches".
9817
9818 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9819
9820 * gdb.texinfo (Editing, History): Add cross-references to the
9821 included Readline and History user documentation. Remove
9822 references to the symbol have-readline-appendices which is unused
9823 and undefined.
9824 (History): Fix indexing.
9825
9826 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9827
9828 * gdbint.texinfo (target_stopped_data_address): Update to
9829 new prototype.
9830 (i386_stopped_data_address): Update prototype and description.
9831 (i386_stopped_by_watchpoint): New function and description.
9832
9833 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9834
9835 * gdb.texinfo (Filenames): Add Ada suffixes.
9836 (Ada) New section.
9837
9838 2004-09-27 Andrew Cagney <cagney@gnu.org>
9839 Robert Picco <Robert.Picco@hp.com>
9840
9841 * gdb.texinfo (Packets): Document the "p" packet.
9842
9843 2004-09-21 Jason Molenda (jmolenda@apple.com)
9844
9845 * gdb.texinfo (Paths and Names of the Source Files): Document the
9846 meaning of values in the 'desc' field of a SO stab.
9847
9848 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9849
9850 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9851 max-cache-age" and "maint show dwarf2 max-cache-age".
9852
9853 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9854
9855 * gdb.texinfo (Set Breaks): Add index entry for setting
9856 breakpoints on overloaded C++ functions that are not members of
9857 any classes. Add an example and an index entry for setting
9858 breakpoints on all program functions.
9859 (Character Sets, Macros, Overlay Commands)
9860 (Non-debug DLL symbols, GDB/MI Output Syntax)
9861 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9862 Use "(@value{GDBP})" instead of a literal "(gdb)".
9863
9864 2004-09-12 Andrew Cagney <cagney@gnu.org>
9865
9866 * gdbint.texinfo (Native Debugging): Delete description of
9867 FILES_INFO_HOOK.
9868
9869 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9870
9871 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9872 to hex_string_custom (not historically correct, but more
9873 understandable, given the current code).
9874
9875 2004-09-03 Andrew Cagney <cagney@gnu.org>
9876
9877 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9878
9879 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9880
9881 * observer.texi (solib_unloaded): New observer.
9882
9883 2004-08-24 Andrew Cagney <cagney@gnu.org>
9884
9885 * gdbint.texinfo (Target Architecture Definition): Add missing
9886 comma.
9887
9888 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9889
9890 * (Using the Testsuite): build != host is supported,
9891 but some test scripts do not support build != host.
9892
9893 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9894
9895 * gdbint.texinfo (Host Definition): Delete description of
9896 FCLOSE_PROVIDED and GETENV_PROVIDED.
9897
9898 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9899
9900 * gdbint.texinfo (Host Definition): Remove documentation for
9901 USE_O_NOCTTY, no longer used.
9902
9903 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9904
9905 * gdbint.texinfo (Host Definition): Delete description of
9906 NO_SYS_FILE.
9907 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9908 PTRACE_FP_BUG.
9909
9910 2004-08-05 Andrew Cagney <cagney@gnu.org>
9911
9912 * gdbint.texinfo (Target Architecture Definition): Delete
9913 reference to deprecated_read_fp.
9914
9915 2004-08-02 Andrew Cagney <cagney@gnu.org>
9916
9917 * gdbint.texinfo (Target Architecture Definition): Delete
9918 description of DEPRECATED_REGISTER_BYTES.
9919
9920 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9921
9922 * gdb.texinfo (Source Path): Document the new behavior of
9923 searching for the source files.
9924
9925 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9926
9927 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9928 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9929 (Auto Display): Improve indexing.
9930
9931 2004-07-16 Andrew Cagney <cagney@gnu.org>
9932
9933 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9934 "-noasync".
9935
9936 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9937
9938 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9939 have the same prefix have only their prefix in the index.
9940
9941 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9942
9943 * gdb.texinfo (BSD libkvm Interface): New node (section)
9944 (Native): Add it to the menu.
9945
9946 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9947
9948 * gdbint.texinfo (Target Architecture Definition): Remove
9949 PCC_SOL_BROKEN.
9950
9951 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9952
9953 * gdbint.texinfo (Target Architecture Definition): Remove
9954 SUN_FIXED_LBRAC_BUG.
9955
9956 2004-06-26 Andrew Cagney <cagney@gnu.org>
9957
9958 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9959
9960 2004-06-20 Andrew Cagney <cagney@gnu.org>
9961
9962 * gdbint.texinfo (Target Architecture Definition): Deprecate
9963 USE_STRUCT_CONVENTION.
9964
9965 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9966
9967 gdb.texinfo (Bug Reporting): Mention session recording,
9968 with the script command or Emacs.
9969
9970 2004-06-18 Andrew Cagney <cagney@gnu.org>
9971
9972 * gdbint.texinfo (Target Architecture Definition): Deprecate
9973 FUNCTION_START_OFFSET.
9974
9975 2004-06-14 Andrew Cagney <cagney@gnu.org>
9976
9977 Based on changes from Karl Berry.
9978 * gdb.texinfo: Do not use @sc in a direntry.
9979 * stabs.texinfo: Change @dircateogry to "Software development".
9980 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9981
9982 2004-06-13 Andrew Cagney <cagney@gnu.org>
9983
9984 * gdbint.texinfo (Target Architecture Definition): Delete
9985 description of RETURN_VALUE_ON_STACK.
9986
9987 2004-06-09 Andrew Cagney <cagney@gnu.org>
9988
9989 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9990 deleted by previous patch.
9991
9992 2004-06-08 Andrew Cagney <cagney@gnu.org>
9993
9994 * gdbint.texinfo (Native Debugging): Delete documentation on
9995 ATTACH_DETACH.
9996
9997 2004-06-06 Randolph Chung <tausq@debian.org>
9998
9999 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
10000
10001 2004-06-06 Randolph Chung <tausq@debian.org>
10002
10003 * gdb.texinfo (push_dummy_call): Update argument list to match
10004 the new push_dummy_call method signature. Describe the function
10005 argument.
10006
10007 2004-05-24 Joel Brobecker <brobecker@gnat.com>
10008
10009 * gdb.texinfo (Starting): Document new start command.
10010
10011 2004-05-21 Andrew Cagney <cagney@redhat.com>
10012
10013 * observer.texi (GDB Observers): Document "inferior_created".
10014
10015 2004-05-08 Andrew Cagney <cagney@redhat.com>
10016
10017 * gdbint.texinfo (Target Architecture Definition): Delete
10018 description of DO_DEFERRED_STORES.
10019
10020 * gdbint.texinfo (Target Architecture Definition): Delete
10021 references to DEPRECATED_FIX_CALL_DUMMY.
10022
10023 * gdbint.texinfo (Target Architecture Definition): Delete
10024 description of DEPRECATED_CALL_DUMMY_WORDS,
10025 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
10026
10027 * gdbint.texinfo (Target Architecture Definition): Delete
10028 description of DEPRECATED_PUSH_DUMMY_FRAME.
10029
10030 * gdbint.texinfo (Target Architecture Definition): Delete
10031 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10032
10033 2004-05-07 Andrew Cagney <cagney@redhat.com>
10034
10035 * observer.texi (GDB Observers): Add "Debugging" section. Include
10036 cross reference to "set/show debug observer".
10037 * gdb.texinfo (Debugging Output): Document "set/show debug
10038 observer".
10039
10040 2004-05-01 Andrew Cagney <cagney@redhat.com>
10041
10042 * gdbint.texinfo (Target Architecture Definition): Delete
10043 description of DEPRECATED_PC_IN_SIGTRAMP.
10044
10045 2004-04-30 Andrew Cagney <cagney@redhat.com>
10046
10047 * gdbint.texinfo (Target Architecture Definition): Delete
10048 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10049
10050 2004-04-30 Orjan Friberg <orjanf@axis.com>
10051
10052 * observer.texi (GDB Observers): Correct spelling.
10053
10054 2004-04-26 Orjan Friberg <orjanf@axis.com>
10055
10056 * observer.texi (GDB Observers): Add target_changed event.
10057
10058 2004-04-08 Andrew Cagney <cagney@redhat.com>
10059
10060 * observer.texi (GDB Observers): Rework, provide generic observer
10061 definitions and then a list of observable events.
10062
10063 2004-04-04 Andrew Cagney <cagney@redhat.com>
10064
10065 * gdbint.texinfo (Host Definition): Delete reference to
10066 NO_SIGINTERRUPT.
10067
10068 2004-04-02 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbint.texinfo (Target Architecture Definition): Delete
10071 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10072
10073 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10074
10075 * gdb.texinfo (TUI Commands): Document tui reg commands.
10076
10077 2004-03-26 Andrew Cagney <cagney@redhat.com>
10078
10079 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10080 "gdbtui".
10081 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10082 (Contributors): Mention both Text and Terminal User Interface.
10083
10084 2004-03-23 Andrew Cagney <cagney@redhat.com>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Deprecate
10087 references to SIGTRAMP_START and SIGTRAMP_END.
10088
10089 2004-03-23 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Deprecate
10092 references to PC_IN_SIGTRAMP.
10093
10094 2004-03-19 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Delete
10097 reference to GDB_TARGET_IS_HPPA.
10098
10099 2004-03-18 Andrew Cagney <cagney@redhat.com>
10100
10101 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10102 describe pre_init and post_init.
10103
10104 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10105
10106 * gdb.texinfo (Debugging Output): Document values for "set debug
10107 target".
10108
10109 2004-02-28 Andrew Cagney <cagney@redhat.com>
10110
10111 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10112
10113 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10114
10115 * gdb.texinfo (breakpoints): Add information about the
10116 new "set breakpoint pending" and "show breakpoint pending"
10117 commands.
10118
10119 2004-02-26 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10122 in Per-architecture module data section.
10123
10124 2004-02-25 Roland McGrath <roland@redhat.com>
10125
10126 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10127
10128 2004-02-24 Andrew Cagney <cagney@redhat.com>
10129
10130 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10131 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10132 * fdl.texi: Import Version 1.2, November 2002.
10133
10134 2004-02-17 Andrew Cagney <cagney@redhat.com>
10135
10136 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10137
10138 2004-02-16 Andrew Cagney <cagney@redhat.com>
10139
10140 * gdbint.texinfo (Target Architecture Definition): Deprecate
10141 FRAMELESS_FUNCTION_INVOCATION.
10142
10143 2004-02-16 Andrew Cagney <cagney@redhat.com>
10144
10145 * gdbint.texinfo (Coding): Mention -Wunused-function.
10146
10147 2004-02-14 Andrew Cagney <cagney@redhat.com>
10148
10149 * gdbint.texinfo (Target Architecture Definition): Delete
10150 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10151
10152 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
10153
10154 * gdb.texinfo: Properly quote the name "C++".
10155 * gdbint.texinfo: Ditto.
10156 * stabs.texinfo: Ditto.
10157
10158 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
10159
10160 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10161 minimal information about libiberty.
10162
10163 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10164
10165 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10166
10167 2004-02-04 Roland McGrath <roland@redhat.com>
10168
10169 * gdb.texinfo (Auxiliary Vector): New node (section).
10170 (Data): Add it to the menu.
10171
10172 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10173
10174 * gdb.texinfo (Breakpoints): Add information about pending
10175 breakpoint support.
10176
10177 2004-01-26 Andrew Cagney <cagney@redhat.com>
10178
10179 * gdb.texinfo (Overview): Delete references to the cisco protocol
10180 including the "N" response.
10181
10182 2004-01-26 Andrew Cagney <cagney@redhat.com>
10183
10184 * gdbint.texinfo (Target Architecture Definition): Rename
10185 EXTRACT_STRUCT_VALUE_ADDRESS to
10186 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10187
10188 2004-01-24 Eli Zaretskii <eliz@gnu.org>
10189
10190 * gdb.texinfo (KOD): Document "show os". Add index entries for
10191 "set/show os" and "info cisco" commands.
10192
10193 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10194
10195 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10196
10197 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10198
10199 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10200 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10201
10202 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
10203
10204 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10205 -stack-list-locals.
10206 (GDB/MI Variable Objects): Describe extension to
10207 -var-list-children.
10208
10209 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10212
10213 2004-01-17 Andrew Cagney <cagney@redhat.com>
10214
10215 * gdbint.texinfo (Target Architecture Definition): Delete
10216 documentation on DEPRECATED_NPC_REGNUM.
10217
10218 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10219
10220 * gdb.texinfo: Update copyright year. Mention that set
10221 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10222 "set follow-fork-mode ask".
10223
10224 2004-01-13 Andrew Cagney <cagney@redhat.com>
10225
10226 * gdbint.texinfo: Update copyright year.
10227 (Coding): Add -Wunused-label to list of -Werror warnings.
10228
10229 2004-01-08 Jason Molenda <jmolenda@apple.com>
10230 Eli Zaretskii <eliz@gnu.org>
10231
10232 * gdb.texinfo: Update copyright.
10233 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10234 around names, as appropriate. Minor syntax cleanup of
10235 _NSPrintForDebugger explanation. Two spaces after periods.
10236 GDBN used instead of lit. "gdb". Index entries added for
10237 print-object and _NSPrintForDebugger. @noindent added in one spot.
10238
10239 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10240
10241 * stabs.texinfo: Add dircategory and direntry commands.
10242 * annotate.texinfo: Ditto.
10243
10244 2003-11-10 Andrew Cagney <cagney@redhat.com>
10245
10246 * gdbint.texinfo (Target Architecture Definition): Replace the
10247 return_value method's "inval" and "outval" parameters with
10248 "readbuf" and "writebuf".
10249
10250 2003-10-28 Jim Blandy <jimb@redhat.com>
10251
10252 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10253 from "The `F' request packet" and "The `F' reply packet", to make
10254 texi2dvi happy.
10255 (File-I/O remote protocol extension): Update menu entries, too.
10256
10257 2003-10-26 Michael Chastain <mec@shout.net>
10258
10259 * gdb.texinfo (Thread Stops): Document the issue with
10260 premature return from system calls in multi-threaded programs.
10261
10262 2003-10-24 Andrew Cagney <cagney@redhat.com>
10263
10264 * annotate.texinfo: Fix "fortunatly"[sic].
10265
10266 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10267
10268 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10269 with "Hitachi" and "Mitsubishi".
10270
10271 2003-10-20 Andrew Cagney <cagney@redhat.com>
10272
10273 * gdbint.texinfo (Target Architecture Definition): Document
10274 gdbarch_return_value. Add cross references from
10275 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10276 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10277
10278 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10279
10280 * gdbint.texinfo (Target Architecture Definition): Document
10281 regset_from_core_section.
10282
10283 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10284
10285 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10286
10287 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10288
10289 From Anthony Green <green@redhat.com>:
10290 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10291
10292 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10293
10294 * gdb.texinfo (Breakpoint related warnings): New node.
10295 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10296
10297 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * gdb.texinfo (Remote Protocol): Document v and vCont.
10300
10301 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10302
10303 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10304 * gdbint.texinfo: Ditto.
10305
10306 2003-10-09 Andrew Cagney <cagney@redhat.com>
10307
10308 From 2003-09-18 David Anderson <davea@sgi.com>:
10309 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10310 "command".
10311
10312 2003-10-03 Andrew Cagney <cagney@redhat.com>
10313
10314 * gdbint.texinfo (Target Architecture Definition): Deprecate
10315 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10316 just target.
10317
10318 2003-10-02 Andrew Cagney <cagney@redhat.com>
10319
10320 * gdbint.texinfo (Target Architecture Definition): Rename
10321 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10322 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10323 * gdbint.texinfo (Target Architecture Definition): Rename
10324
10325 2003-09-30 Andrew Cagney <cagney@redhat.com>
10326
10327 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10328 (Target Architecture Definition):
10329
10330 * gdbint.texinfo (Target Architecture Definition): Rename
10331 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10332
10333 2003-09-29 Andrew Cagney <cagney@redhat.com>
10334
10335 * gdbint.texinfo (Target Architecture Definition): Delete
10336 documentation for NEED_TEXT_START_END.
10337
10338 * gdbint.texinfo (Target Architecture Definition): Rename
10339 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10340 TARGET_WRITE_PC.
10341
10342 2003-09-22 Michael Chastain <mec@shout.net>
10343
10344 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10345
10346 2003-09-21 Anthony Green <green@redhat.com>
10347
10348 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10349
10350 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10351
10352 * gdbint.texinfo (Target Architecture Definition): Document
10353 stabs_argument_has_addr.
10354
10355 2003-09-18 Andrew Cagney <cagney@redhat.com>
10356
10357 * gdbint.texinfo (Target Architecture Definition): Delete
10358 documentation on REGISTER_NAMES.
10359
10360 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10361
10362 * gdbint.texinfo (Target Architecture Definition): Replace
10363 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10364
10365 2003-09-11 Andrew Cagney <cagney@redhat.com>
10366
10367 * gdbint.texinfo (Target Architecture Definition): Replace
10368 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10369
10370 2003-08-18 Andrew Cagney <cagney@redhat.com>
10371
10372 * gdbint.texinfo (Target Architecture Definition): Document
10373 "frame_red_zone_size".
10374
10375 2003-08-09 Andrew Cagney <cagney@redhat.com>
10376
10377 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10378 with "set/show backtrace past-main" and "set/show backtrace
10379 limit".
10380
10381 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10382
10383 * Makefile.in (install-info): Support DESTDIR.
10384 (install-html): Likewise.
10385
10386 2003-08-07 Andrew Cagney <cagney@redhat.com>
10387
10388 Patch from Nick Roberts.
10389 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10390 bindings. Remove description of send-gdb-command.
10391
10392 2003-08-07 Andrew Cagney <cagney@redhat.com>
10393
10394 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10395 GDB 6.0.
10396
10397 2003-08-06 Andrew Cagney <cagney@redhat.com>
10398
10399 * gdb.texinfo (Mode Options): Mention that level three is the
10400 highest available and that level 2 is deprecated.
10401 (Annotations Overview): Mention annotation levels. Cross reference
10402 to "Limitations of the Annotation Interface" in annotate.texi.
10403 (TODO, Value Annotations, Frame Annotations): Delete section.
10404 (Displays, Breakpoint Info): Delete.
10405
10406 2003-08-04 Andrew Cagney <cagney@redhat.com>
10407
10408 * agentexpr.texi: Delete @bye.
10409 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10410 (stabs.info): Add $(srcdir) to include search path.
10411 (html): Depend on "annotate_toc.html", and not "annotate.html".
10412 * stabs.texinfo: Ditto. Include "fdl.texi".
10413 * gdbint.texinfo: Update copyright statement's list of invariant
10414 sections.
10415
10416 2003-07-28 Andrew Cagney <cagney@redhat.com>
10417
10418 * Makefile.in (INFO_DEPS): Add annotate.info.
10419 (dvi, ps, html, pdf): Add annotate.
10420 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10421 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10422 (ANNOTATE_DOC_FILES): New macro.
10423 (ANNOTATE_TEX_TMPS): New macro.
10424 (annotate.info, annotate_toc.html): Specify dependencies.
10425 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10426 * annotate.texinfo: Rename annotate.texi. Get building. Add
10427 "Migrating to GDB/MI" and "Limitations of the Annotation
10428 Interface" chapters. Mention why it is not part of the user
10429 guide. Update copyright notice. Include "fdl.texi".
10430
10431 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10432
10433 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10434
10435 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10436
10437 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10438
10439 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * gdb.texinfo (Server): Mention pidof.
10442
10443 2003-07-22 Andrew Cagney <cagney@redhat.com>
10444
10445 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10446 list.
10447
10448 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * gdb.texinfo (Logging output): New chapter.
10451
10452 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10453
10454 * gdb.texinfo (Unsupported languages): New section.
10455 (Languages): Add link to new section.
10456
10457 2003-06-22 Andrew Cagney <cagney@redhat.com>
10458
10459 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10460
10461 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10462
10463 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10464
10465 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10466
10467 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10468 * agentexpr.texi: Retitle section, and change it to an appendix.
10469 Comment out texinfo initialization. Factor a @var{} into two
10470 pieces to prevent makeinfo warnings.
10471 * gdb.texinfo: Add Agent Expressions appendix.
10472
10473 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10474
10475 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10476
10477 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10478
10479 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10480 remote target". Document the "detach" and "disconnect" commands.
10481 (Server, Netware, Debug Session): Reference "Connecting to a
10482 remote target".
10483 (GDB/MI Target Manipulation): Document "-target-disconnect".
10484
10485 2003-06-13 Andrew Cagney <cagney@redhat.com>
10486
10487 * gdbint.texinfo (Target Architecture Definition): Deprecate
10488 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10489 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10490
10491 2003-06-09 Jim Blandy <jimb@redhat.com>
10492
10493 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10494
10495 2003-06-08 Andrew Cagney <cagney@redhat.com>
10496
10497 * gdbint.texinfo (Target Architecture Definition): Delete
10498 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10499
10500 2003-06-08 Andrew Cagney <cagney@redhat.com>
10501
10502 * gdbint.texinfo (Target Architecture Definition): Document
10503 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10504
10505 2003-06-07 Adam Fedor <fedor@gnu.org>
10506
10507 * gdb.texinfo: Add Objective-C documentation.
10508
10509 2003-06-01 Andrew Cagney <cagney@redhat.com>
10510
10511 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10512 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10513
10514 2003-05-21 Andrew Cagney <cagney@redhat.com>
10515
10516 * gdbint.texinfo (Target Architecture Definition): Delete
10517 references to "extract_address" and "store_address".
10518
10519 2003-05-16 Andrew Cagney <cagney@redhat.com>
10520
10521 * gdbint.texinfo (Target Architecture Definition): Replace
10522 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10523 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10524
10525 2003-05-14 Theodore A. Roth <troth@openavr.org>
10526
10527 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10528
10529 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10530
10531 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10532 (gdb.dvi): Likewise.
10533 (gdb.pdf): Likewise.
10534 (links2roff): Likewise.
10535
10536 2003-05-08 Jim Blandy <jimb@redhat.com>
10537
10538 * gdb.texinfo (Dump/Restore Files): Update documentation for
10539 'dump', 'append', and 'restore': note that format argument is
10540 optional; simplify presentation of the command variants; and be
10541 more precise about the formats.
10542
10543 2003-05-07 Jim Blandy <jimb@redhat.com>
10544
10545 * gdb.texinfo (Symbols): Update documentation: 'maint list
10546 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10547 symtabs' and 'maint info psymtabs'.
10548
10549 2003-05-05 Andrew Cagney <cagney@redhat.com>
10550
10551 * gdbint.texinfo (Target Architecture Definition): Make
10552 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10553 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10554 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10555
10556 2003-05-04 Andrew Cagney <cagney@redhat.com>
10557
10558 * gdb.texinfo (Maintenance Commands): Document "maint print
10559 dummy-frames".
10560
10561 2003-05-04 Andrew Cagney <cagney@redhat.com>
10562
10563 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10564
10565 2003-05-03 J. Brobecker <brobecker@gnat.com>
10566
10567 Thierry Schneider <tpschneider1@yahoo.com>
10568 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10569 for new MI command.
10570
10571 2003-05-03 Andrew Cagney <cagney@redhat.com>
10572
10573 * gdbint.texinfo (Target Architecture Definition): Document
10574 push_dummy_code. Add cross references.
10575
10576 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10577
10578 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10579 set/show charsets commands.
10580
10581 2003-04-28 Andrew Cagney <cagney@redhat.com>
10582
10583 * gdbint.texinfo (Target Architecture Definition): Replace
10584 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10585 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10586
10587 2003-04-28 Andrew Cagney <cagney@redhat.com>
10588
10589 * gdbint.texinfo (Target Architecture Definition): Rename
10590 "tm_print_insn" to "deprecated_tm_print_insn".
10591
10592 2003-04-09 Jim Blandy <jimb@redhat.com>
10593
10594 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10595 list psymtabs'.
10596
10597 2003-04-08 Andrew Cagney <cagney@redhat.com>
10598
10599 * gdbint.texinfo (Target Architecture Definition): Delete
10600 references to EXTRA_FRAME_INFO.
10601
10602 2003-04-08 Andrew Cagney <cagney@redhat.com>
10603
10604 * gdbint.texinfo (Target Architecture Definition): Delete
10605 PRINT_TYPELESS_INTEGER.
10606
10607 2003-04-02 J. Brobecker <brobecker@gnat.com>
10608
10609 * observer.texi (GDB Observers): Adjust the documentation for the
10610 normal_stop notification to better describe reality. Fix a couple
10611 of minor typos.
10612
10613 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10614
10615 * gdb.texinfo (GDB/MI Program Control): Add
10616 '-file-list-exec-source-file'
10617
10618 2003-03-31 Andrew Cagney <cagney@redhat.com>
10619
10620 * gdbint.texinfo (Target Architecture Definition): Delete
10621 references to CALL_DUMMY_P.
10622
10623 2003-03-30 Andrew Cagney <cagney@redhat.com>
10624
10625 * gdbint.texinfo (Target Architecture Definition): Remove
10626 reference to TARGET_WRITE_SP.
10627
10628 2003-03-27 Andrew Cagney <cagney@redhat.com>
10629
10630 * gdbint.texinfo (Target Architecture Definition): Remove
10631 references to write_sp.
10632
10633 2003-03-27 Andrew Cagney <cagney@redhat.com>
10634
10635 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10636 chapter body. Use @smallexample instead of @example.
10637 (Annotations): Ditto.
10638 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10639 annotate.texi.
10640
10641 2003-03-26 Andrew Cagney <cagney@redhat.com>
10642
10643 * gdbint.texinfo (Target Architecture Definition): Replace
10644 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10645 dummy_addr parameters.
10646
10647 2003-03-25 Andrew Cagney <cagney@redhat.com>
10648
10649 * gdbint.texinfo (Target Architecture Definition): Delete
10650 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10651 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10652 Add reference to PUSH_ARGUMENTS.
10653
10654 2003-03-23 Andrew Cagney <cagney@redhat.com>
10655
10656 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10657 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10658
10659 2003-03-18 J. Brobecker <brobecker@gnat.com>
10660
10661 * gdbint.texinfo (Algorithms): Add new section describing the
10662 Observer paradigm.
10663 (Top): Add menu entry to new observer appendix.
10664 * observer.texi: New file.
10665 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10666 new observer.texi file.
10667
10668 2003-03-17 Andrew Cagney <cagney@redhat.com>
10669
10670 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10671 that GNU Press update the manual version number.
10672
10673 2003-03-12 Andrew Cagney <cagney@redhat.com>
10674
10675 * gdbint.texinfo (Target Architecture Definition): Delete
10676 references to get_saved_register. Rename GET_SAVED_REGISTER to
10677 DEPRECATED_GET_SAVED_REGISTER.
10678
10679 2003-03-13 Andrew Cagney <cagney@redhat.com>
10680
10681 * gdbint.texinfo (Target Architecture Definition): Replace
10682 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10683
10684 2003-03-12 Andrew Cagney <cagney@redhat.com>
10685
10686 * gdbint.texinfo (Target Architecture Definition): Rename
10687 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10688
10689 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10690
10691 * gdb.texinfo: Add File-I/O documentation.
10692
10693 2003-03-10 Andrew Cagney <cagney@redhat.com>
10694
10695 * gdbint.texinfo (Target Architecture Definition): Cross reference
10696 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10697
10698 2003-03-07 Andrew Cagney <cagney@redhat.com>
10699
10700 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10701 frame" command.
10702
10703 2003-03-05 Andrew Cagney <cagney@redhat.com>
10704
10705 * gdbint.texinfo (Target Architecture Definition): Document
10706 unwind_dummy_id. Cross reference unwind_dummy_id and
10707 SAVE_DUMMY_FRAME_TOS.
10708
10709 2003-03-05 James Ingham <jingham@apple.com>
10710 Daniel Jacobowitz <drow@mvista.com>
10711
10712 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10713 and "show cp-abi".
10714
10715 2003-03-03 Andrew Cagney <cagney@redhat.com>
10716
10717 * gdbint.texinfo (Target Architecture Definition): Document
10718 register_type.
10719
10720 2003-03-03 Andrew Cagney <cagney@redhat.com>
10721
10722 * stabs.texinfo (Structures): Use @samp and separate @var's
10723 instead of a single @var containing a comma separated list.
10724 (Unions): Ditto.
10725
10726 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * Makefile.in (distclean): Remove config.log.
10729
10730 2003-03-01 Andrew Cagney <cagney@redhat.com>
10731
10732 * gdbint.texinfo (Target Architecture Definition): Rename
10733 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10734
10735 2003-03-01 Andrew Cagney <cagney@redhat.com>
10736
10737 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10738 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10739
10740 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10741
10742 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10743 (Non-debug DLL symbols): New node, describing the minimal symbols
10744 loaded from DLLs without real debugging symbols.
10745
10746 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10747
10748 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10749 hardware-breakpoint-limit".
10750 (Set Watchpoints): Add cross reference to "set remote
10751 hardware-watchpoint-limit".
10752 (Remote configuration options): New section.
10753
10754 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10755
10756 * gdbint.texinfo (Target Architecture Definition): Delete
10757 descrption of IS_TRAPPED_INTERNALVAR.
10758
10759 From Keith Seitz <keiths@redhat.com>:
10760 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10761 option "-i"/"--interpreter" to this chapter. Include index
10762 entries.
10763
10764 2003-02-04 David Carlton <carlton@math.stanford.edu>
10765
10766 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10767 (Variables): Recommend stabs+ and DWARF 2.
10768 (C plus plus expressions): Correct info about
10769 compiler versions, debug formats.
10770 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10771 PR symtab/874.
10772
10773 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10774
10775 * gdbint.texinfo (Target Architecture Definition): Delete
10776 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10777 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10778 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10779 references to nindy and i960.
10780 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10781
10782 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10783
10784 * gdbint.texinfo (Target Architecture Definition): Delete
10785 FLOAT_INFO.
10786
10787 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10788
10789 * stabs.texinfo (Member Type Descriptor): Clarify description of
10790 `@'. Suggested by Ben Hutchings.
10791
10792 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10793
10794 * gdb.texinfo (M68K): Delete reference to es1800.
10795
10796 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10797
10798 * gdb.texinfo (Maintenance Commands): Document `maint print
10799 reggroups' and `maint print register-groups'.
10800 * gdbint.texinfo (Target Architecture Definition): Document
10801 register_reggroup_p.
10802
10803 2003-01-23 Jim Blandy <jimb@redhat.com>
10804
10805 * gdb.texinfo (Separate Debug Files): New section.
10806
10807 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10808
10809 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10810 and "maint show profile".
10811
10812 2003-01-16 Michael Chastain <mec@shout.net>
10813
10814 * gdb.texinfo (Installing GDB): Warn against
10815 ".../gdb-VERSION/gdb/configure".
10816 (Separate Objdir): Likewise.
10817
10818 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10819
10820 * gdbint.texinfo (Target Architecture Definition): Delete
10821 definition of PRINT_REGISTER_HOOK.
10822
10823 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10824
10825 (OpenRISC 1000): Fix formatting of command names.
10826
10827 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10828
10829 * gdb.texinfo (Continuing and Stepping): Add new command
10830 'advance'. Clarify behavior of 'until'.
10831
10832 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10833
10834 * gdb.texinfo (Files): Document solib-absolute-prefix and
10835 solib-search-path.
10836
10837 2003-01-09 Michael Chastain <mec@shout.net>
10838
10839 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10840 (Create a Release): Add new instructions for new @file{src-release}.
10841 Document existing instructions for @file{Makefile.in} as
10842 being for @value{GDBN} 5.3.1 or earlier.
10843
10844 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10845
10846 * gdbint.texinfo (Target Architecture Definition): Mention
10847 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10848 allocate memory.
10849
10850 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10851
10852 * gdb.texinfo (Controlling GDB): Add @kindex for
10853 "show osabi".
10854 (Backtraces): Add @kindex's for backtrace-below-main.
10855
10856 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * gdb.texinfo (Controlling GDB): Document "set osabi".
10859
10860 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10861
10862 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10863 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10864
10865 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10866
10867 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10868 "set coerce-float-to-double".
10869 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10870
10871 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10872
10873 * stabs.texinfo: Remove obsolete text.
10874 * gdbint.texinfo: Ditto.
10875 * gdb.texinfo: Ditto.
10876
10877 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10878
10879 * fdl.texi: Revert the last change.
10880
10881 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10882
10883 * gdbint.texinfo (Target Architecture Definition): Update
10884 description of gdbarch_register_osabi.
10885
10886 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10887
10888 * agentexpr.texi: Fix typos.
10889 * annotate.texi: Likewise.
10890 * fdl.texi: Likewise.
10891
10892 2002-12-10 Andrew Cagney <cagney@redhat.com>
10893
10894 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10895 DEPRECATED_INIT_FRAME_PC.
10896
10897 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10898
10899 * gdbint.texinfo (Target Architecture Definition): Delete
10900 PC_IN_CALL_DUMMY.
10901
10902 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10903
10904 * gdbint.texinfo (Host Definition): Delete documentation on
10905 USE_GENERIC_DUMMY_FRAMES.
10906
10907 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10908
10909 Fix PR gdb/723 and PR gdb/245.
10910 * Makefile.in (install-info): Run the install-info command as part
10911 of the post install steps only.
10912 (uninstall-info): New target.
10913 (uninstall): New target.
10914
10915 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10916
10917 * Makefile.in (install): Make install do some real work.
10918
10919 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10920
10921 Fix POSIX problem reported by Paul Eggert.
10922 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10923 Fix PR gdb/527.
10924
10925 2002-10-26 Andrew Cagney <cagney@redhat.com>
10926
10927 * gdbint.texinfo (Target Architecture Definition): Delete
10928 definition of DO_REGISTERS_INFO.
10929
10930 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10931
10932 * gdbint.texinfo (Address Classes): Fix problems with insertion
10933 of ``{'' and ``}'' in example.
10934
10935 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10936
10937 * gdbint.texinfo (Address Classes): New section.
10938 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10939 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10940 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10941 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10942
10943 2002-10-11 Klee Dienes <kdienes@apple.com>
10944
10945 * gdb.texinfo (Registers): Mention vector registers as well as
10946 floating registers in the documentation for 'info registers' and
10947 'info all-registers'.
10948
10949 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10950
10951 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10952
10953 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10954
10955 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10956 interface definition.
10957
10958 2002-10-03 Marko Mlinar <markom@opencores.org>
10959
10960 * gdb.texinfo (Target Commands): Add or1k target specific
10961 commands.
10962 * gdb.texinfo (Contributors): Add myself to the contributors list.
10963
10964 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10967 and "mi1" instead of "mi1" and "mi0".
10968
10969 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10970
10971 * gdb.texinfo (Packets): Fix typos "alligned".
10972 Correct z3/Z3 description. Correct z4/Z4 title.
10973
10974 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10975
10976 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10977
10978 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10979
10980 * gdb.texinfo: Use GNU/Linux instead of Linux.
10981
10982 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10985
10986 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdb.texinfo: Replace @example with @smallexample.
10989
10990 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10991
10992 From Eli Zaretskii <eliz@gnu.org>:
10993 * gdb.texinfo (Character Sets): Use @smallexample instead of
10994 @example. Use GNU/Linux instead of Linux.
10995
10996 2002-09-20 Jim Blandy <jimb@redhat.com>
10997
10998 * gdb.texinfo: Add character set documentation.
10999
11000 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
11001
11002 * gdb.texinfo: Document edit command.
11003
11004 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11005
11006 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
11007 (Packets): Add cross reference from `b' packet to `z' packets.
11008
11009 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11010
11011 * gdb.texinfo (Maintenance Commands): Document ``maint
11012 internal-error'' and ``maint internal-warning''.
11013
11014 * gdbint.texinfo (Target Architecture Definition): Revise
11015 description of STACK_ALIGN. Add description of FRAME_ALIGN.
11016
11017 2002-09-19 Joel Brobecker <brobecker@gnat.com>
11018
11019 * gdbint.texinfo (Target Conditionals): Document the new
11020 NAME_OF_MALLOC macro.
11021
11022 2002-09-05 Andrew Cagney <ac131313@redhat.com>
11023
11024 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
11025 engineer.
11026
11027 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11028
11029 * gdb.texinfo (TUI Overview): Document status line fields.
11030
11031 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11032
11033 * gdb.texinfo (TUI Commands): Document info win command.
11034
11035 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11036
11037 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11038
11039 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11040
11041 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11042 (TUI Keys): Likewise.
11043
11044 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11045
11046 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11047 for a packet receive.
11048
11049 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11050
11051 * Makefile.in (clean): Move to end of file.
11052 (distclean, maintainer-clean, realclean): Ditto.
11053 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11054 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11055 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11056 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11057
11058 2002-08-24 Andrew Cagney <ac131313@redhat.com>
11059
11060 * Makefile.in (GDBINT_TEX_TMPS): Define.
11061 (gdbint.dvi, gdbint.pdf): Use
11062 (GDB_TEX_TMPS): Define.
11063 (gdb.dvi, gdb.pdf): Use.
11064 (STABS_TEX_TMPS): Define.
11065 (stabs.dvi, stabs.pdf): Use.
11066 (GDB_DOC_SOURCE_INCLUDES): New macros.
11067 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11068 (GDBINT_DOC_FILES_INCLUDES): New macros.
11069 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11070 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11071 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11072 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11073 (links2roff): Replace SFILES_INCLUDED with
11074 GDB_DOC_SOURCE_INCLUDES.
11075 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11076 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11077 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11078 dependencies.
11079 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11080 dependencies.
11081 (gdbmi.texinfo): Delete rule.
11082 (inc-hist.texinfo): Delete rule.
11083 (rluser.texinfo): Delete rule.
11084
11085 2002-08-23 Andrew Cagney <cagney@redhat.com>
11086
11087 * gdbint.texinfo (Target Architecture Definition): Update
11088 STORE_RETURN_VALUE, mention regcache.
11089
11090 2002-08-21 Andrew Cagney <ac131313@redhat.com>
11091
11092 * gdbint.texinfo (Target Architecture Definition): Document
11093 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11094
11095 2002-08-19 Andrew Cagney <ac131313@redhat.com>
11096
11097 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11098 Fix minor typos. Add index entries.
11099
11100 2002-08-18 Andrew Cagney <ac131313@redhat.com>
11101
11102 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11103
11104 2002-08-15 Andrew Cagney <ac131313@redhat.com>
11105
11106 * gdbint.texinfo (Target Architecture Definition): Document
11107 PRINT_VECTOR_INFO.
11108 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11109
11110 2002-08-13 Andrew Cagney <ac131313@redhat.com>
11111
11112 * gdb.texinfo (Maintenance Commands): Document "maint print
11113 registers", "maint print raw-registers" and "maint print
11114 cooked-registers".
11115
11116 2002-08-08 Grace Sainsbury <graces@redhat.com>
11117
11118 From Mark Salter:
11119 * gdb.texinfo (Protocol): Document T packet extension to
11120 allow watchpoint address reporting.
11121
11122 2002-08-03 Andrew Cagney <ac131313@redhat.com>
11123
11124 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11125
11126 2002-08-01 Andrew Cagney <cagney@redhat.com>
11127
11128 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11129 to CHILL.
11130
11131 2002-08-01 Andrew Cagney <ac131313@redhat.com>
11132
11133 * gdbint.texinfo (Coding): Revise section "Include Files".
11134
11135 2002-07-24 Andrew Cagney <cagney@redhat.com>
11136
11137 * gdbint.texinfo: Obsolete references to m88k.
11138 * gdb.texinfo: Ditto.
11139
11140 2002-07-10 Joel Brobecker <brobecker@gnat.com>
11141
11142 * gdbint.texinfo (Create a release candiate): Add the location
11143 where the proper version of autoconf can be retrieved.
11144
11145 2002-07-09 Don Howard <dhoward@redhat.com>
11146
11147 * gdb.texinfo (Command Files): Further describe the behavior of
11148 sourced command files.
11149
11150 2002-06-27 Andrew Cagney <ac131313@redhat.com>
11151
11152 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11153 (Coding): Clarify ISO C version that GDB assumes.
11154
11155 2002-06-26 Tom Tromey <tromey@redhat.com>
11156
11157 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11158 add_setshow_cmd_full.
11159
11160 2002-06-25 Don Howard <dhoward@redhat.com>
11161
11162 * gdb.texinfo (Memory Region Attributes): Document new behavior
11163 for 'mem' command.
11164
11165 2002-06-11 Jim Blandy <jimb@redhat.com>
11166
11167 * gdb.texinfo (Symbols): Update documentation for `info source'
11168 command.
11169
11170 * gdb.texinfo (Macros): Call the command `info macro', not
11171 `show macro'.
11172
11173 2002-06-09 Andrew Cagney <ac131313@redhat.com>
11174
11175 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11176 data''.
11177
11178 2002-06-09 Mark Kettenis <kettenis@gnu.org>
11179
11180 * gdbint.texinfo (Target Architecture Definition): Document
11181 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11182
11183 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11184
11185 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11186 lists.
11187
11188 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11189
11190 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11191 Branch''.
11192
11193 2002-06-01 Andrew Cagney <ac131313@redhat.com>
11194
11195 * gdbint.texinfo (Target Architecture Definition): Add section
11196 ``Converting an existing Target Architecture to Multi-arch''.
11197
11198 2002-05-30 Andrew Cagney <ac131313@redhat.com>
11199
11200 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11201 to ``Obsoleting code''. Revise.
11202
11203 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11204
11205 * gdbint.texinfo: Document new generic OS ABI framework.
11206
11207 2002-05-17 Jim Blandy <jimb@redhat.com>
11208
11209 * gdb.texinfo (C Preprocessor Macros): New chapter.
11210 Include it in the main menu.
11211 (Contributors): Credit Jim Blandy with macro support.
11212 (Compilation): Explain how to get macro information into the
11213 executable.
11214 (Expressions): Note that preprocessor macros are expanded.
11215
11216 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11219 options for `target remote'.
11220
11221 2002-05-13 Andrew Cagney <ac131313@redhat.com>
11222
11223 * gdbint.texinfo (Target Architecture Definition): Delete
11224 documentation on NNPC_REGNUM.
11225
11226 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11227
11228 * gdbint.texinfo (Target Architecture Definition): Document
11229 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11230 (Target Architecture Definition): Revise section `Using Different
11231 Register and Memory Data Representations'. Add section `Raw and
11232 Virtual Register Representations'.
11233
11234 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11235
11236 * gdbint.texinfo (Target Architecture Definition): Mention
11237 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11238 (Target Architecture Definition): Mention same. Add references to
11239 web pages.
11240
11241 2002-05-08 Michael Snyder <msnyder@redhat.com>
11242
11243 * stabs.texinfo (Attributes): Document new "vector" attribute.
11244
11245 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11246
11247 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11248
11249 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11250
11251 * gdb.texinfo: Delete obsolete references to a29k.
11252
11253 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11254
11255 * gdbint.texinfo (Target Architecture Definition): Replace
11256 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11257
11258 2002-04-24 David S. Miller <davem@redhat.com>
11259
11260 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11261
11262 2002-04-21 David S. Miller <davem@redhat.com>
11263
11264 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11265
11266 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11267
11268 * gdbint.texinfo (Target Architecture Definition): Delete
11269 definition of HAVE_REGISTER_WINDOWS.
11270
11271 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11272
11273 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11274 "Theodore A. Roth" <troth@verinet.com>.
11275
11276 2002-04-15 Don Howard <dhoward@redhat.com>
11277
11278 From Eli Zaretskii <eliz@gnu.org>
11279 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11280 Provide a better explaination of this feature.
11281
11282 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11283
11284 * gdbint.texinfo (Target Architecture Definition): Remove
11285 FRAME_CHAIN_COMBINE.
11286
11287 2002-04-12 Michael Chastain <mec@shout.net>
11288
11289 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11290 REG_STACK_SEGMENT.
11291
11292 2002-04-09 Michael Chastain <mec@shout.net>
11293
11294 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11295 PYRAMID_* macros.
11296
11297 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11298
11299 * gdb.texinfo (Bug Reporting): Document that the web is the
11300 prefered way of submitting bug reports.
11301 (Bug Reporting): Delete the s-mail address as the last resort.
11302
11303 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11304
11305 * gdbint.texinfo (Target Architecture Definition): Delete
11306 references to TARGET_WRITE_FP and write_fp.
11307
11308 2002-03-27 Michael Snyder <msnyder@redhat.com>
11309
11310 * gdb.texinfo: Document new commands dump, append, and restore.
11311
11312 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11313
11314 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11315 Branch'.
11316
11317 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11318
11319 * gdb.texinfo: Change all examples to @smallexample.
11320 * gdbint.texinfo: Ditto.
11321
11322 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11323
11324 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11325 Branches''.
11326
11327 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11328
11329 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11330 Policy''.
11331
11332 2002-03-04 Fred Fish <fnf@redhat.com>
11333
11334 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11335 expresson, suports, dependant, trhe, perhaphs, situtations,
11336 explictily, taged, oportunity, unfortunatly).
11337
11338 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11339
11340 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11341 Remove reference to 3.12.
11342
11343 2002-02-23 Paul Eggert <eggert@twinsun.com>
11344
11345 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11346 POSIX 1003.1-2001 no longer allows "head -1".
11347
11348 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11349
11350 * gdbint.texinfo: Include fdl.texi.
11351 (Top): Add GNU Free Documentation License.
11352 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11353 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11354 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11355 (gdbint.info): Add srcdir to include path.
11356 * gdb.texinfo: Include gpl.texi.
11357 (Top): Add Copying.
11358 * gpl.texi: New file.
11359
11360 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11361
11362 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11363
11364 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11365
11366 * gdb.texinfo: Document Cygwin native specific commands.
11367
11368 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11369
11370 * gdb.texinfo: Document gdbserver ``--attach'' command.
11371
11372 2002-02-07 Michael Snyder <msnyder@redhat.com>
11373
11374 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11375 to @code(_ovly_debug_event).
11376
11377 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11378
11379 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11380
11381 2002-02-06 Michael Snyder <msnyder@redhat.com>
11382
11383 * gdb.texinfo (overlays): Mention new magic symbol
11384 '_ovly_debug_event', which allows GDB to keep better track
11385 of overlays.
11386
11387 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11388
11389 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11390 (PRINT_FLOAT_INFO): Document it.
11391
11392 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11393
11394 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11395 Suggested by Dmitry Sivachenko.
11396
11397 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11398
11399 2002-02-01 Michael Snyder <msnyder@redhat.com>
11400
11401 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11402
11403 2002-01-30 Michael Snyder <msnyder@redhat.com>
11404
11405 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11406 (set trust-readonly-sections): Document.
11407
11408 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11409
11410 * gdbint.texinfo (Releasing GDB): Revise and update.
11411
11412 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11413
11414 * gdbint.texinfo (Target Architecture Definition): Delete
11415 description of TARGET_BYTE_ORDER_DEFAULT.
11416
11417 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11418
11419 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11420 <mitya@cavia.pp.ru>.
11421
11422 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11423
11424 * libgdb.texinfo: Delete file.
11425
11426 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11427
11428 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11429 * gdbint.texinfo: Ditto.
11430
11431 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11432
11433 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11434
11435 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11436
11437 * Makefile.in: Update copyright.
11438 (TEXI2DVI): Define.
11439 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11440 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11441 gdb-cfg.texi.
11442 (TEXINDEX, PDFTEX): Delete makefile variables.
11443
11444 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11445
11446 * gdb.texinfo (Protocol): Move section to appendix.
11447
11448 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11449
11450 * gdb.texinfo (Remote Debugging): Create a menu.
11451 (Top): Add ``Remote Debugging'' to menu.
11452
11453 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11454
11455 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11456 serial protocol'' from here.
11457 (Remote Debugging): To here. New chapter.
11458
11459 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11460
11461 * gdbint.texinfo (Target Architecture Definition): Delete
11462 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11463
11464 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11465
11466 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11467 are no longer needed.
11468 (Porting GDB): Add maintainer note about configure.host.
11469
11470 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11471
11472 * gdbint.texinfo (Target Architecture Definition): Remove
11473 definition of IEEE_FLOAT.
11474
11475 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11476
11477 * gdb.texinfo: Beautify copyright years; fix a typo.
11478 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11479 <3diff@gnu.org>
11480
11481 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11482
11483 * gdbint.texinfo (Host Definition): Remove references to
11484 MALLOC_INCOMPATIBLE.
11485
11486 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11487
11488 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11489 and xyz-xdep.o.
11490
11491 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11492
11493 * gdb.texinfo (Maintenance Commands): Add appendix.
11494 (Set Breaks): Copy ``maint info breakpoint'' doco to
11495 ``Maintenance Commands'' appendix. Add reference.
11496
11497 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11498
11499 * fdl.texi: Remove next/prev from @node.
11500
11501 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11502
11503 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11504 for monstrous @multitable (from Brian Youmans).
11505
11506 * fdl.texi: New file.
11507
11508 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11509
11510 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11511
11512 * gdbint.texinfo (Releasing GDB): New chapter.
11513
11514 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11515
11516 * gdb.texinfo (Embedded Processors, Calling program functions):
11517 Obsolete references to a29k.
11518
11519 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11520
11521 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11522 examples. Document that a code-block should do or discard its
11523 cleanups before exit.
11524
11525 2002-01-11 Michael Snyder <msnyder@redhat.com>
11526
11527 * gdb.texinfo (Choosing files): Change @samp to @file.
11528
11529 2002-01-05 Michael Snyder <msnyder@redhat.com>
11530
11531 * gdb.texinfo (--pid): Document new command line option (attach).
11532
11533 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11534
11535 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11536 in the stub.
11537
11538 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11539
11540 * gdbint.texinfo (Target Architecture Definition): Replace
11541 BIG_ENDIAN with BFD_ENDIAN_BIG.
11542
11543 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11544
11545 * gdbint.texinfo (Target Architecture Definition): Replace
11546 value_ptr with struct value pointer.
11547
11548 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11549
11550 * gdb.texinfo (Free Software): Fix wording.
11551
11552 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11553
11554 * gdb.texinfo (Free Software): New section ``Free Software Needs
11555 Free Documentation''.
11556
11557 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11558
11559 * stabs.texinfo:
11560 * gdb.texinfo:
11561 * gdbint.texinfo:
11562 * libgdb.texinfo:
11563 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11564
11565 2001-12-29 Michael Snyder <msnyder@redhat.com>
11566
11567 * gdb.texinfo (maint info sections): Fix typo.
11568
11569 2001-12-26 Michael Snyder <msnyder@redhat.com>
11570
11571 * gdb.texinfo (maint info sections): Document.
11572
11573 * gdb.texinfo (info proc): Comment out documentation for
11574 'info proc' sub-options that are currently not implemented.
11575
11576 2001-12-20 Jim Blandy <jimb@redhat.com>
11577
11578 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11579
11580 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11581
11582 * gdbint.texinfo (Target Architecture Definition): Replace
11583 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11584
11585 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11586
11587 * gdbint.texinfo (Host Definition): Delete documentation on
11588 HOST_BYTE_ORDER.
11589
11590 2001-11-30 Jim Blandy <jimb@redhat.com>
11591
11592 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11593 overlay support. Add to top-level menu.
11594
11595 2001-11-26 Tom Tromey <tromey@redhat.com>
11596
11597 * gdb.texinfo (Command Syntax): Document C-o binding.
11598
11599 2001-07-26 Christopher Faylor <cgf@redhat.com>
11600
11601 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11602 use since it is described in the referenced section.
11603
11604 From Eli Zaretskii <eliz@gnu.org>
11605 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11606 clearer when using DJGPP.
11607
11608 2001-11-24 Christopher Faylor <cgf@redhat.com>
11609
11610 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11611 specifically refer to MS-DOS.
11612 (command files): Mention gdb.ini is only used on MS-DOS.
11613
11614 2001-11-21 Tom Tromey <tromey@redhat.com>
11615
11616 * gdb.texinfo (Invoking GDB): Document --args.
11617 (Mode Options): Likewise.
11618
11619 2001-11-21 Jim Blandy <jimb@redhat.com>
11620
11621 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11622 Delete documentation; this macro has been removed from the
11623 sources.
11624
11625 2001-11-13 Jim Blandy <jimb@redhat.com>
11626
11627 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11628
11629 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11630
11631 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11632
11633 2001-11-05 Michael Snyder <msnyder@redhat.com>
11634
11635 * gdb.texinfo (info functions): Document use of backslash to
11636 quote regexp chars in function names such as "operator*()".
11637
11638 2001-11-01 Fred Fish <fnf@redhat.com>
11639
11640 * gdbint.texinfo (SOLIB_ADD): Document additional new
11641 "readsyms" arg.
11642
11643 2001-10-30 Don Howard <dhoward@redhat.com>
11644
11645 * gdb.texinfo: (Command Files) Added documentation for the
11646 behavior of gdb with input redirected from a file.
11647
11648 2001-10-28 Fred Fish <fnf@redhat.com>
11649
11650 * gdb.texinfo (auto-solib-add): Change docs to match
11651 implementation change.
11652 (auto-solib-limit): Add docs for new variable.
11653
11654 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11655
11656 * gdbint.texinfo (Target Architecture Definition): Function
11657 value_as_pointer renamed to value_as_address.
11658
11659 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11660
11661 * gdbint.texinfo (Target Architecture Definition): Default
11662 POINTER_TO_ADDRESS functions assume unsigned addresses.
11663 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11664 posting by Jim Blandy.
11665
11666 2001-10-12 Jim Blandy <jimb@redhat.com>
11667
11668 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11669 version of texi2html (1.64) doesn't support this flag any more.
11670
11671 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11672
11673 * gdbint.texinfo (Host Definition): Remove description of
11674 MEM_FNS_DECLARED.
11675
11676 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11677
11678 * gdbint.texinfo (Host Definition): Remove description of
11679 HAVE_SIGSETMASK.
11680
11681 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11682
11683 * gdbint.texinfo (Target Architecture Definition): Add
11684 explanation of TARGET_PRINT_INSN macro.
11685
11686 2001-08-30 Jim Blandy <jimb@redhat.com>
11687
11688 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11689 Explain what it means to load relocatable files.
11690
11691 2001-08-28 Jim Blandy <jimb@redhat.com>
11692
11693 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11694 info `top' menu.
11695
11696 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11697
11698 * gdbint.texinfo: Add a cautionary note about macro use.
11699
11700 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11701
11702 * gdb.texinfo: Explain omitting the hostname in the
11703 `target remote' command.
11704
11705 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11706
11707 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11708 and END-INFO-DIR-ENTRY.
11709
11710 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11711
11712 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11713
11714 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11715
11716 * gdbint.texinfo (libgdb): Rewrite.
11717
11718 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11719
11720 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11721
11722 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11723
11724 * gdb.texinfo (TUI): New chapter, document the TUI.
11725 (Mode Options): Document the -tui option.
11726
11727 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11728
11729 * gdbint.texinfo (Host Definition): Remove description of
11730 NEED_POSIX_SETPGID.
11731
11732 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11733
11734 * gdb.tex (DJGPP Native): New node, with descriptions of
11735 DJGPP-specific commands.
11736
11737 2001-07-19 John R. Moore <jmoore@redhat.com>
11738
11739 * gdbint.texinfo: Three misspellings.
11740
11741 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11742
11743 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11744 `test` expressions on bash. Problem reported by Colin Walters.
11745
11746 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11747
11748 * gdbint.texinfo (User Interface): Update ui-out documentation to
11749 refelect recent UI/MI updates.
11750
11751 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11752
11753 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11754 interpreters.
11755
11756 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11757
11758 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11759 structure and not macros.
11760 (Host Definition): Document that much of this chapter is obsolete.
11761 (Target Architecture Definition): Update list of files that make
11762 up a target architecture.
11763 (Coding): Update.
11764
11765 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11766
11767 * gdbint.texinfo (Target Architecture Definition): Update
11768 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11769 The latter has been changed to a true predicate.
11770
11771 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11772
11773 * annotate.texi: Add @noindent where needed. From Dmitry
11774 Sivachenko <dima@Chg.RU>.
11775 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11776
11777 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11778
11779 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11780
11781 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11782
11783 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11784 returns ``OK''. Document that the ``R'' packet does not reply.
11785
11786 2001-06-13 Michael Snyder <msnyder@redhat.com>
11787
11788 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11789
11790 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11791
11792 * gdb.texinfo (Signals): Clarify the default setting of signal
11793 handling.
11794
11795 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11796
11797 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11798 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11799
11800 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11801
11802 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11803
11804 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11805
11806 * gdbint.texinfo (Clean Design and Portable Implementation):
11807 Renamed from "Clean Design".
11808 (Clean Design and Portable Implementation): Document portable
11809 methods of handling file names, and the associated macros.
11810
11811 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11812
11813 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11814 command and provide a cross-reference to its description.
11815 (Symbols): Note that "info scope" is useful for trace experiments.
11816
11817 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11818
11819 * gdb.texinfo (Symbols): Document "info scope".
11820 (Tracepoints): New chapter.
11821 (Contributors): Update for v5.1.
11822 <All nodes>: Change "C++" to "C@t{++}".
11823
11824 * gdbint.texinfo (User Interface): A new section about ui_out
11825 functions, based on text written by Fernando Nasser.
11826
11827 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11828
11829 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11830
11831 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11832
11833 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11834
11835 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11836 Replace "GDB" with "@value{GDBN}". Fix markup.
11837
11838 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11839
11840 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11841 a cross-reference to its description.
11842 (Symbols): Document "info symbol".
11843
11844 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11845
11846 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11847 subsection "x86 Watchpoints".
11848 (Target Architecture Definition): Document the macros
11849 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11850 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11851
11852 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11853
11854 * gdbint.texinfo (Target Architecture Definition): Update
11855 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11856 list.
11857
11858 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11859
11860 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11861 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11862
11863 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11864
11865 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11866
11867 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11868
11869 * gdb.texinfo (Environment): Document that `path' does not change
11870 the value of PATH in GDB's own environment (it did in the past,
11871 but that was changed on March 15, 1994). Reported by Doug Evans
11872 <dje@transmeta.com>.
11873
11874 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11875 its line. Fix markup of commands and macros. Add an Index node
11876 and index entries.
11877
11878 2001-01-23 J.T. Conklin <jtc@redback.com>
11879
11880 * gdb.texinfo (Memory region attributes): New manual section.
11881
11882 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11883
11884 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11885
11886 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11887
11888 * refcard.tex: Version and copyright fixed. From Phil Edwards
11889 <pedwards@disaster.jaj.com>.
11890
11891 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11892
11893 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11894 DWARF2_REG_TO_REGNUM): Document.
11895
11896 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11897
11898 * gdbint.texinfo (Coding): Update current value of
11899 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11900
11901 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11902
11903 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11904 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11905
11906 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11907
11908 * gdb.texinfo: Document new 'set step-mode' command.
11909
11910 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11911
11912 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11913 changes from Dmitry Sivachenko <dima@Chg.RU>.
11914
11915 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11916
11917 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11918 From Steven Johnson <sbjohnson@ozemail.com.au>.
11919
11920 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11921
11922 * gdbint.texinfo (Overall Structure): Spelling fix.
11923
11924 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11925
11926 * gdbint.texinfo (Target Architecture Definition): Document that
11927 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11928 for which REGISTER_CONVERTIBLE returns a zero value.
11929
11930 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11931
11932 * Makefile.in (install-info): Find files to install in either the
11933 build or source directories (adapted from Makefile.am).
11934
11935 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11936
11937 * stabs.texinfo: Fix spelling errors.
11938 (String Field): FILE-NUMBER starts from 0, not 1.
11939
11940 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11941
11942 * refcard.tex: Remove \centerline from the blurb. Patch from
11943 Brian Youmans.
11944
11945 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11946
11947 * Makefile.in (install-info): Support installation from outside of
11948 the source directory. Reported by Mark Harig
11949 <markh@frazier.landmark.com>.
11950
11951 2000-06-20 J.T. Conklin <jtc@redback.com>
11952
11953 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11954
11955 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11956
11957 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11958 Generate using pdftex.
11959 (PDFTEX): Define.
11960 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11961 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11962 @contents at the start.
11963
11964 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11965
11966 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11967 Youmans.
11968
11969 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11970
11971 From Brian Youmans:
11972 * gdb.texinfo: Fix ``et al.''.
11973
11974 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11975
11976 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11977 loop.
11978
11979 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11980
11981 * configure: Regenerate.
11982
11983 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11984
11985 * Makefile.in (install-info): Run install-info on installed Info
11986 files.
11987
11988 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11989
11990 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11991 Andrew Cagney.
11992
11993 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11994
11995 * gdb.texinfo: Proofreading changes from Brian Youmans.
11996
11997 2000-05-01 Nick Duffek <nsd@cygnus.com>
11998
11999 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
12000 startup sequence, minor edits.
12001
12002 2000-05-01 Eli Zaretskii <eliz@gnu.org>
12003
12004 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
12005 TeX.
12006
12007 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
12008 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
12009 like `n' and `s' which look weird. Convert some of the @kindex to
12010 @vindex, when they refer to variables, not commands.
12011
12012 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
12013
12014 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
12015
12016 2000-04-23 Eli Zaretskii <eliz@gnu.org>
12017
12018 * Makefile.in (GDBMI_DIR): New variable.
12019 (SET_TEXINPUTS): Add $(GDBMI_DIR).
12020 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
12021 (gdbmi.texinfo): New target, for texi2roff.
12022 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
12023 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
12024
12025 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
12026 gdbmi.texinfo.
12027 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
12028 comment.
12029
12030 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12031
12032 * gdb.texinfo (Files): Update description of add-symbol-file
12033 command.
12034
12035 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12036
12037 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12038 prevents the build (and is generally a Bad Idea).
12039
12040 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12041
12042 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12043 a comma inside @var.
12044 (Command Files): Index markup changes from Dmitry Sivachenko
12045 <dima@Chg.RU>.
12046
12047 2000-04-16 Eli Zaretskii <eliz@gnu.org>
12048
12049 * Makefile.in (LN_S): Define.
12050 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12051 invoke "ln -s" unless it is known to work.
12052
12053 * configure.in (AC_PROG_LN_S): Add.
12054
12055 2000-04-14 Jim Blandy <jimb@redhat.com>
12056
12057 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12058 section.
12059 (Target Conditionals): Document ADDRESS_TO_POINTER,
12060 POINTER_TO_ADDRESS.
12061
12062 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
12063
12064 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12065 gdb-cfg.texi to get the value.
12066
12067 2000-04-10 Jim Blandy <jimb@redhat.com>
12068
12069 * gdbint.texinfo (Target Architecture Definition): Fix
12070 cross-references.
12071
12072 2000-04-08 Jim Blandy <jimb@redhat.com>
12073
12074 * gdbint.texinfo (Using Different Register and Memory Data
12075 Representations): New section.
12076 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
12077 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12078 REGISTER_CONVERT_TO_RAW): Document.
12079
12080 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12081
12082 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
12083 for acknowledgments.
12084
12085 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12086
12087 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
12088 qThreadExtraInfo.
12089
12090 2000-03-28 J.T. Conklin <jtc@redback.com>
12091
12092 * gdb.texinfo: Clarify which remote debug protocol commands are
12093 required and which are optional.
12094
12095 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12096
12097 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
12098 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12099 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
12100 * annotate.texi: Update.
12101
12102 2000-03-28 Stan Shebs <shebs@apple.com>
12103
12104 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12105 expectation of additional changes before release), update
12106 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12107 node links, rephrase and/or shorten lines to fix formatting
12108 problem in both regular and @smallbook formats.
12109 * annotate.texi: Shorten lines in example, use smallexample
12110 consistently everywhere.
12111 * Makefile.in: Add comment about texinfo 4.0 html generation.
12112 (SFILES_INCLUDED): Add annotate.texi.
12113
12114 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
12115
12116 * gdb.texinfo (Debugging Output): Added new section, documenting
12117 the "set/show debug" commands.
12118
12119 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12120
12121 * annotate.texi (Annotations): When GDBN omit @chapter and @node
12122 entry.
12123
12124 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12125 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
12126 @chapter and @node entries.
12127
12128 * gdb.texinfo: Link all top-level nodes.
12129
12130 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12131
12132 * Makefile.in (install-info): Create $(infodir) before installing
12133 files.
12134
12135 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12136
12137 From David Whedon <dwhedon@gordian.com>
12138 * gdbint.texinfo : Added paragraphs about command deprecation.
12139
12140 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
12141
12142 * gdb.texinfo: Add documentation for the apropos command.
12143
12144 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12145
12146 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12147
12148 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12149
12150 * gdb.texinfo: Add white space to prevent overprinting in
12151 two places.
12152
12153 2000-03-17 Stan Shebs <shebs@apple.com>
12154
12155 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12156 <dima@Chg.RU>, also clarification of allowed content for
12157 string constants.
12158
12159 2000-03-16 Eli Zaretskii <eliz@gnu.org>
12160
12161 * gdb.texinfo (main menu): Add Annotations.
12162 (File Options): Add @cindex entries for each command-line option.
12163 Document --epoch, --annotate, --async, --interpreter, --write,
12164 --statistics, and --version.
12165
12166 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12167 of GDB.
12168
12169 2000-02-23 Jim Blandy <jimb@redhat.com>
12170
12171 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12172
12173 2000-02-22 Jim Blandy <jimb@redhat.com>
12174
12175 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12176
12177 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12178
12179 * Makefile.in (diststuff): New target.
12180
12181 2000-02-15 Kevin Buettner <kevinb@redhat.com>
12182
12183 * agentexpr.texi: Fix wording regarding Intel's IA-64
12184 architecture. [From Jim Wilson.]
12185
12186 2000-01-16 Tom Tromey <tromey@cygnus.com>
12187
12188 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12189 (Delete Breaks): Mention range arguments.
12190 (Disabling): Likewise.
12191
12192 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12193
12194 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12195
12196 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12197
12198 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12199 valid functions.
12200
12201 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12202
12203 * gdb.texinfo: Clarify regular expressions used in rbreak.
12204
12205 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
12206
12207 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12208 MEMORY_REMOVE_BREAKPOINT): Document.
12209
12210 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12211
12212 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12213 offset re-using the DATA offset instead.
12214
12215 1999-10-11 Jim Kingdon <kingdon@redhat.com>
12216
12217 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12218
12219 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12220
12221 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12222
12223 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12224
12225 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12226 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12227 typos.
12228
12229 * gdb.texinfo: Various minor wording and formatting improvements,
12230 mentions of additional command-line options.
12231
12232 1999-09-30 Fred Fish <fnf@cygnus.com>
12233
12234 * gdb.texinfo: Document additional forms of specifying section
12235 names and addresses for the add-symbol-file command.
12236
12237 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12238
12239 * gdbint.texinfo: Fix typo, add the word "have".
12240
12241 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12242
12243 * gdbint.texinfo (Target Architecture Definition): Document the
12244 SKIP_PERMANENT_BREAKPOINT macro.
12245
12246 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12247
12248 * gdb.texinfo: Fiks speling errers.
12249
12250 * gdb.texinfo: Fix uses of @multitable.
12251
12252 From Eli Zaretskii <eliz@gnu.org>:
12253 * gdb.texinfo: Include details specific to DOS host, clarify
12254 some confusing language, fix @ref/@xref/@pxref usages, add
12255 comments about using with optimization, add more indexing,
12256 fix info about disassembly-flavor.
12257
12258 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12259
12260 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12261 SKIP_SOLIB_RESOLVER): Define.
12262
12263 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12264
12265 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12266 ``g'' packets.
12267
12268 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12269
12270 * gdb.texinfo: Create a new "Configurations" chapter with
12271 platform-specific info, inline remote.texi and move sections of it
12272 into the new chapter, move bits about info proc, heuristic search,
12273 and register stack into the new chapter.
12274 * remote.texi: Remove, now part of gdb.texinfo.
12275 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12276
12277 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12278
12279 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12280 GDB_TARGET_IS_MACH386): These kludges have gone away.
12281
12282 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12283
12284 * gdbint.texinfo (Target Architecture Definition): Mention
12285 TDEPLIBS.
12286
12287 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12288
12289 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12290 surrounding text to fit HP-UX bits into general info.
12291 (HPPA-cfg.texi): Remove, no longer useful.
12292
12293 * gdb.texinfo: Remove explicit links from @node lines, remove
12294 HP-added "Detailed Node Listing" from main menu which confuses
12295 things.
12296
12297 From Dmitry Sivachenko <dima@Chg.RU>:
12298 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12299 in description of `set environment'.
12300
12301 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12302
12303 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12304
12305 1999-08-12 Ben Elliston <bje@cygnus.com>
12306
12307 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12308
12309 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12310
12311 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12312 watch, awatch, and rwatch. Explain why the latter two cannot be
12313 set as software watchpoints. Document that watchpoints for local
12314 variables are deleted when the debuggee terminates.
12315
12316 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12317
12318 * remote.texi (Protocol): Further clarification of the "qRcmd"
12319 packet. Allow E.. response packet. "qRcmd" packet is no longer
12320 reserved.
12321
12322 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12323
12324 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12325 * gdb.texinfo: Ditto.
12326
12327 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12328
12329 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12330
12331 1999-08-06 Tom Tromey <tromey@cygnus.com>
12332
12333 * gdb.texinfo (KOD): New node.
12334
12335 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12336
12337 * remote.texi (Rcmd): Fix minor formatting typos.
12338
12339 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12340
12341 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12342 packets.
12343
12344 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12345
12346 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12347 fixes.
12348
12349 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12350
12351 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12352
12353 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12354
12355 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12356 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12357 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12358 packets that are not supported on all hosts. Expand examples.
12359 Spell check.
12360
12361 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12362
12363 * Makefile.in: Recognize html, install-html. Add targets
12364 to build HTML versions of documentation via texi2html.
12365
12366 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12367
12368 * gdbint.texinfo (Testsuite): New chapter, information about the
12369 testsuite.
12370
12371 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12372
12373 * remote.texi (Communication Protocol): Rewrite.
12374
12375 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12376
12377 * stabs.texinfo: Fix uses of xref.
12378
12379 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12380
12381 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12382 info about patch submission.
12383
12384 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12385
12386 From Per Bothner <bothner@cygnus.com>:
12387 * gdb.texinfo: Document Chill support.
12388
12389 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12390
12391 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12392 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12393 Document that the value should be greater-than or equal-to zero.
12394 (NO_STD_REGS): Document. Deprecate.
12395
12396 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12397
12398 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12399 Document that these are not used.
12400
12401 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12402
12403 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12404
12405 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12406
12407 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12408 numargs was dropped.
12409
12410 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12411
12412 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12413
12414 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12415
12416 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12417 Update.
12418
12419 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12420
12421 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12422 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12423
12424 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12425
12426 * gdbint.texinfo: Fix typos: $ -> @.
12427
12428 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12429
12430 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12431 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12432 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12433 BREAKPOINT_FROM_PC.
12434
12435 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12436
12437 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12438 CALL_DUMMY_STACK_ADJUST): Document.
12439
12440 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12441
12442 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12443 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12444
12445 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12446
12447 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12448 longer exists.
12449
12450 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12451
12452 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12453 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12454 they make the manual source incomprehensible.
12455 * h8-cfg.texi: Remove, hasn't been used in years.
12456
12457 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12458
12459 * gdb.texinfo: Update the credits.
12460
12461 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12462
12463 * gdb.texinfo: Fix mistakes noticed in printout of last
12464 draft, add Alpha to discussion of heuristic fence post.
12465
12466 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12467
12468 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12469 Edition, merge some HP changes into mainline, describe some
12470 previously undocumented features, describe more of the target
12471 commands available, eliminate obsolete section on renamed
12472 commands.
12473 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12474
12475 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12476
12477 * gdb.texinfo: Make many HPPA conditionals unconditional,
12478 including catchpoint description, since now on for all configs.
12479 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12480 specializations.
12481
12482 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12483
12484 * Makefile.in (GDBvn.texi): Fix match expression to work with
12485 current format of VERSION in gdb/Makefile.in.
12486 * gdb.texinfo: Fix node ref to match new readline.
12487
12488 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12489
12490 * gdb.texinfo: Changes made as part of a project to merge in
12491 changes made by HP. Documentation makes extensive use of
12492 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12493 on remote debugging. There are differences in documentation
12494 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12495 the HP manual discusses catchpoints, hardware watchpoints, and
12496 some HPUX specific limitations for shared library support.
12497
12498 There are also a number of @node changes.
12499
12500 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12501
12502 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12503 (C Usage): Same.
12504
12505 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12506
12507 The following changes were made by Edith Epstein
12508 <eepstein@cygnus.com> as part of a project to merge in changes
12509 made by HP.
12510
12511 * HPPA-cfg.texi: new file.
12512
12513 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12514
12515 * refcard.tex: change documentation about catch.
12516 removed info catch.
12517
12518 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12519
12520 * gdbint.texinfo: Expand on GDB's coding standards,
12521 specify the use of arg names with prototypes.
12522
12523 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12524
12525 * gdb.texinfo: Fix tipo.
12526
12527 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12528
12529 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12530 TARGET_BYTE_ORDER_SELECTABLE_P.
12531
12532 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12533
12534 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12535
12536 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12537
12538 * agentexpr.texi: New file.
12539
12540 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12541
12542 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12543
12544 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12545
12546 * remote.texi: Changed wording that implied that the GDB remote
12547 protocol caches register values instead of GDB itself.
12548
12549 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12550
12551 * gdbint.texinfo: Add some info about symbol readers.
12552 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12553 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12554 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12555 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12556
12557 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12558
12559 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12560
12561 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12562
12563 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12564
12565 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12566
12567 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12568 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12569
12570 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12571
12572 * gdbint.texinfo: Fix minor typos.
12573
12574 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12575
12576 * gdbint.texinfo: Complete overhaul. Group descriptions more
12577 logically, add more info on generic algorithms, remove much
12578 obsolete and/or wrong material.
12579
12580 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12581
12582 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12583
12584 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12585
12586 * refcard.tex: Copyright, address updates.
12587
12588 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12589
12590 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12591 for the edition instead of confusing GDB-version-like numbers.
12592
12593 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12594
12595 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12596
12597 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12598
12599 * LRS: Reformat a bit to keep text under 80 columns.
12600
12601 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12602
12603 * gdb.texinfo: Add some credits, mention bug monitor.
12604 * remote.texi: Mention mips monitor targets.
12605 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12606
12607 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12608
12609 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12610 files, finish sorting of host vs target vs native macros, describe
12611 some more of them.
12612
12613 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12614
12615 * gdbint.texinfo (Host Conditionals): Document change from
12616 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12617
12618 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12619
12620 * gdbint.texinfo (Host Conditionals): Document
12621 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12622
12623 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12624
12625 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12626 Document LSEEK_NOT_LINEAR.
12627
12628 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12629
12630 * stabs.texinfo (Stab Section Basics): Make it clear that only
12631 some versions of the GNU linker remove the leading N_UNDF symbol.
12632
12633 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12634
12635 * stabs.texinfo (String Field): Document type number pairs here,
12636 instead of in the Sun specific section.
12637 (Include Files): The GNU linker supports the N_BINCL
12638 optimization. Clarify the N_BINCL value, and what it is used
12639 for.
12640 (Procedures): Document N_FUN with an empty string to mark the end
12641 of a function.
12642 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12643 (Sun Differences): Remove this node, as the information is now
12644 elsewhere in the main document.
12645 (Stab Section Basics): Mention that the GNU linker may optimize
12646 stabs and remove the leading N_UNDF symbol.
12647
12648 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12649
12650 * gdb.texinfo, refcard.tex: Restore author credit
12651
12652 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12653
12654 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12655 are macros that take an single argument.
12656
12657 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12658
12659 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12660 documentation to account for START and END macros taking
12661 one arg.
12662
12663 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12664
12665 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12666 * gdb.texinfo (Frames): Fix typo.
12667
12668 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12669
12670 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12671 a target_signal as arg type, not a pid.
12672
12673 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12674
12675 * gdb.texinfo: Document `set assembly-language'.
12676
12677 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12678
12679 * remote.texi: Update list of stubs in the GDB distribution.
12680
12681 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12682
12683 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12684 Also document that some systems can use mmalloc but must define
12685 this if their C runtime allocates memory that is later freed.
12686 (MMCHECK_FORCE): Document new macro.
12687
12688 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12689
12690 * remote.texi: Add documentation for target Sparclet.
12691
12692 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12693
12694 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12695 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12696 * configure.in: Rewritten for autoconf.
12697 * configure: New.
12698
12699 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12700
12701 * Makefile.in (DVIPS): New define, set to dvips.
12702 (dvi): Add stabs.dvi.
12703 (ps): New target.
12704 (all-doc): Depend on info, dvi, and ps targets.
12705 (STAGESTUFF): Add *.ps and *.dvi files.
12706 (clean-info, clean-dvi): Remove.
12707 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12708 rules completely rewritten.
12709 (maintainer-clean): Remove clean-info and clean-dvi
12710 dependencies and put their actions in the rules.
12711 (gdb.ps): New target
12712 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12713 intermediate TeX files, whether they have 2 or 3 character
12714 extensions.
12715 (gdbint.ps): Add target and rules.
12716 (gdb-internals): Delete unused target.
12717 (Makefile): Depends upon config.status also.
12718
12719 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12720
12721 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12722 set.
12723
12724 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12725
12726 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12727 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12728
12729 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12730
12731 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12732
12733 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12734
12735 * gdb.texinfo (Print settings): Document
12736 `set/show print static-members' commands.
12737
12738 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12739
12740 * gdbint.texinfo (Native): Document name change, coredep.c to
12741 core-aout.c.
12742
12743 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12744
12745 * stabs.texinfo (Include Files): Document the values the SunOS4
12746 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12747
12748 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12749
12750 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12751 Fix typo.
12752
12753 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12754
12755 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12756 "gdb.tar.Z".
12757
12758 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12759
12760 * Makefile.in (maintainer-clean): New target, synonym for
12761 realclean.
12762
12763 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12764
12765 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12766
12767 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12768
12769 * Update all FSF addresses except those in COPYING* files.
12770
12771 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12772
12773 From Richard Earnshaw (rearnsha@armltd.co.uk):
12774 * gdb.texinfo (convenience variables): Document $_exitcode.
12775 (quit): Document optional expression to use as exit code.
12776
12777 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12778
12779 * gdb.texinfo, remote.texi: Brought up to date with various
12780 GDB changes.
12781
12782 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12783
12784 * gdb.texinfo: Update dates and versions, fix comments about
12785 hardware watchpoints in future releases and about the
12786 sharedlibrary command.
12787
12788 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12789
12790 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12791 C_FUN stab. Other cleanups.
12792
12793 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12794
12795 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12796 for the sparc stub.
12797
12798 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12799
12800 * annotate.texi: Clarify which addresses have differing formats
12801 depending on the language and which do not.
12802
12803 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12804
12805 * remote.texi (NetWare): Changed example to use BOARD= instead of
12806 NODE= argument to reflect correspoding change to gdbserve.nlm.
12807
12808 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12809
12810 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12811 GDB, as well as AIX dbx, supports the size type attribute.
12812
12813 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12814
12815 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12816
12817 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12818
12819 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12820 and new 'if' and 'while' commands.
12821
12822 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12823
12824 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12825
12826 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12827
12828 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12829 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12830 NetWare targets. Mostly stolen from the Server node.
12831
12832 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12833
12834 * gdb.texinfo (Setting): Talk about the language of a source file
12835 versus the working language. The old documentation did not match
12836 what GDB did.
12837
12838 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12839
12840 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12841 of a source file.
12842
12843 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12844
12845 * gdb.texinfo (Processes): New node.
12846
12847 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12848
12849 * remote.texi: Update documentation of set/show mipsfpu.
12850
12851 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12852
12853 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12854 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12855
12856 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12857
12858 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12859 obsolete conditionals, described some others.
12860
12861 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12862
12863 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12864 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12865
12866 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12867
12868 * gdbint.texinfo: Put regex conditionals in their own table.
12869
12870 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12871
12872 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12873 described or fixed the descriptions of many others.
12874
12875 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12876
12877 * gdb.texinfo: Add some more credits.
12878 * gdbint.texinfo: Capitalize GDB consistently, describe some
12879 macros and remove some.
12880
12881 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12882
12883 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12884 obsolete conditionals, described some others.
12885
12886 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12887
12888 * gdb.texinfo (help targets): Changed to `help target', which
12889 is the correct gdb command.
12890
12891 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12892
12893 * annotate.texi (TODO): New node, for keeping track of annotations
12894 suggested but not yet implemented.
12895
12896 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12897
12898 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12899 another symbol, it is not the address itself.
12900
12901 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12902
12903 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12904 of stabs-in-coff sections.
12905
12906 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12907
12908 * annotate.texi: Change edition to 0.5 and date to May 1994.
12909 Add index.
12910 (Frames): New node, for frame annotation.
12911 (Displays): New node, for display annotation.
12912
12913 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12914 when waiting for your program to stop.
12915
12916 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12917
12918 * annotate.texi (Breakpoint Info): Document annotation of header
12919 fields and record annotation.
12920
12921 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * annotate.texi: New file, to document annotations.
12924
12925 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12926
12927 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12928 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12929
12930 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12931
12932 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12933 section, and say n_strx field is compilation unit relative.
12934 * stabs.texinfo: Don't use @code for a.out when it is the name of
12935 an object file format.
12936
12937 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12938
12939 * gdb.texinfo: Refer to file names, not path names, per rms
12940 convention.
12941 (Arguments): Fix typo.
12942
12943 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12944
12945 * stabs.texinfo (Global Variables): Talk about stabs in files
12946 where variables are referenced, but not defined.
12947
12948 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12949
12950 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12951 Cplusplus to new nodes Member Type Descriptor and Method Type
12952 Descriptor. Re-write stuff for #.
12953
12954 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12955
12956 * gdb.texinfo (Print Settings): Don't document "set print
12957 fast-symbolic-addr off". The bug which it worked around was fixed
12958 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12959
12960 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12961 N_ENTRY node.
12962
12963 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12964
12965 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12966
12967 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12968 references to ieee-float.c.
12969
12970 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12971
12972 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12973 match what the code actually does.
12974
12975 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12976
12977 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12978
12979 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12980
12981 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12982 i, and b.
12983
12984 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12985
12986 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12987 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12988 as "stabs in sections" rather than just saying "ELF and SOM".
12989 Also make that stuff apply to COFF.
12990
12991 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12992
12993 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12994 Ghostscript.
12995
12996 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12997
12998 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12999 versus functions without line numbers, also mention stepping into
13000 them as well as "step" when you are in them. Tell the user how to
13001 deal with the situation. Add comment about "debugging information".
13002
13003 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13004
13005 * stabs.texinfo (Enumerations): Document restriction on where
13006 enumeration types can appear and still win with GDB.
13007
13008 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13009
13010 * stabs.texinfo (Negative Type Numbers): Document format for type
13011 -16.
13012
13013 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * gdb.texinfo (Selection, Frame Info): Update information about
13016 arbitrary frame specficiations.
13017
13018 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
13019
13020 * gdb.texinfo, remote.texi: general editing pass prior to Net release
13021
13022 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13023
13024 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
13025
13026 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
13027
13028 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
13029
13030 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13033 Differences node to Statics node.
13034 (Statics): Discuss XCOFF use of V symbol descriptor.
13035
13036 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13037 not clean.
13038
13039 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13040
13041 * gdb.texinfo (Print Settings): Document `set print
13042 fast-symbolic-addr' and improve the doc for some other
13043 `set print's.
13044
13045 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13046
13047 * stabs.texinfo (String Field): Talk about defining several type
13048 numbers at once.
13049 Fix lint regarding changing node ELF Transformations to
13050 ELF and SOM Transformations.
13051
13052 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13053
13054 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13055
13056 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13057
13058 * stabs.texinfo (Cross-References): `::' is for nested types only
13059 within <>.
13060 (Structures): Document static members.
13061
13062 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13063
13064 * stabs.texinfo: Document S type attribute.
13065
13066 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13067
13068 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13069
13070 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13071
13072 * gdbint.texinfo: Fix a few typos.
13073
13074 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13075
13076 * gdb.texinfo, remote.texi: formatting improvements
13077
13078 * gdb.texinfo (New Features): mention threads.
13079 (Summary, C): fix xrefs in newly contributed text.
13080 (Threads): index entries, clarifications, example
13081 (passim): minor typos fixed, phrasing improvements
13082
13083 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13084 entries; (Server): explain use of gdbserver w/real-time systems,
13085 add example of conflicting TCP port; (MIPS Remote) break up
13086 running text into table, highlighting commands, and add example.
13087
13088 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13089
13090 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13091
13092 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13093
13094 * stabs.texinfo (Nested Symbols): New node.
13095 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13096
13097 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13100 to picking which Bbss.bss symbol to use, and (because there seems to
13101 be no good way of doing it) re-write some of the text to make it
13102 sound like Bbss.bss isn't such a great idea after all (as currently
13103 designed).
13104
13105 * gdb.texinfo (C): In addition to saying people have to use g++ for
13106 good results, say they have to use stabs. Specifically say cfront
13107 doesn't work well.
13108 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13109 the gdb README. Add xrefs to places where the support for the various
13110 languages is described in detail.
13111
13112 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13113
13114 * stabs.texinfo: Clean up stuff about visibility and virtual
13115 characters.
13116
13117 * stabs.texinfo (N_M2C): Cite Sun doc.
13118
13119 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13120
13121 * gdb.texinfo: updates re threads.
13122 * remote.texinfo: avoid index entries starting with digits.
13123
13124 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13125
13126 * stabs.texinfo (Enumerations): Talk about large, negative and
13127 octal values. Clean up cross reference to type attributes.
13128 (String Field): Say that GDB 4.11 supports size attribute.
13129
13130 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13131
13132 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13133 is a mandatory step. Make the stuff about that more concise.
13134
13135 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13136
13137 * stabs.texinfo (Class Names): New node.
13138
13139 * gdb.texinfo (Command Files): Explain order of init file reading.
13140
13141 * remote.texi (Bootstrapping): Talk about getting the serial driver
13142 to deal with ^C sent by gdb to stop the remote system.
13143
13144 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13145
13146 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13147
13148 * libgdb.texinfo (Defining Commands): made the DOC arg
13149 to gdb_define_app_command a char * instead of char **
13150 per a suggestion from kingdon.
13151
13152 * libgdb.texinfo: total rewrite from a different starting
13153 premise.
13154
13155 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13156
13157 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13158 floats passed as doubles (to improve clarity).
13159
13160 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13161
13162 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13163
13164 * a4rc.sed: update to work with Andreas Vogel papersize params
13165
13166 * refcard.tex: use Andreas Vogel simplifications of papersize
13167 params; remove useless version info; update copyright date.
13168
13169 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13170
13171 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13172
13173 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13174
13175 * gdb.texinfo (Files): Say what address the load command loads it at.
13176
13177 * stabs.texinfo (Common Blocks): Minor cleanups.
13178
13179 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13180 that Sun has backed away from the linker kludge and thus the relevant
13181 issue is changes to the SunPRO tools, not the Solaris linker.
13182
13183 * stabs.texinfo (Traditional Integer Types): Clean up description
13184 of octal bounds a little bit. Document extra leading zeroes.
13185
13186 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13187
13188 * gdb.texinfo (Signaling): Update for symbolic symbol names
13189 and add a section explaining the difference between the GDB
13190 signal command and the shell kill utility.
13191
13192 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13193
13194 * libgdb.texinfo: added `@' to braces that were unescaped.
13195
13196 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13197
13198 * libgdb.texinfo: new file. Spec for the gdb library.
13199
13200 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * stabs.texinfo (Include Files): Fix typo (start -> end).
13203
13204 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13205
13206 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13207 from Melissa at FSF's editing pass.
13208
13209 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13210
13211 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13212 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13213 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13214
13215 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13216
13217 * remote.texi (Bootstrapping): Discuss 386 call gates.
13218
13219 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13220
13221 * stabs.texinfo (Based Variables): New node.
13222
13223 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13224
13225 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13226 names, sizes, and formats to suggest how not to lose.
13227
13228 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13229
13230 * stabs.texinfo (Methods): Fix typo.
13231
13232 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13233
13234 * gdb.texinfo: Fix a few typos.
13235
13236 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13237
13238 * gdb.texinfo: Clarify how well it works with Fortran.
13239
13240 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13241 More on relocating stabs in ELF files.
13242
13243 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13244
13245 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13246
13247 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13248
13249 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13250 parameters on VAX.
13251
13252 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13253
13254 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13255
13256 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13257
13258 * stabs.texinfo: Make info author notice match the TeX author notice.
13259
13260 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13261
13262 * stabs.texinfo: Initial-caps all words in node names and
13263 non-trivial words in section names.
13264
13265 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13266
13267 * stabs.texinfo: Many minor cleanups.
13268
13269 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13270
13271 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13272
13273 * stabs.texinfo: Remove full description of big example.
13274 It's not really helpful; just use pieces of it where appropriate.
13275 Add more Texinfo formatting directives (@samp, etc.).
13276 Use @deffn to define stab types.
13277 Eliminate some wordiness. Break up some nodes.
13278 Add an (alphabetized) index of symbol types.
13279 Use consistent capitalization style in node and section names.
13280
13281 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13282
13283 * gdb.texinfo: Change typo "Two two" to "The two".
13284
13285 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13286
13287 * stabs.texinfo (XCOFF-differences): Remove references to
13288 non-existent types N_DECL and N_RPSYM.
13289
13290 * stabs.texinfo (String Field): Say that type attributes bug is
13291 fixed in GDB 4.10, since it is.
13292
13293 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13294
13295 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13296
13297 * stabs.texinfo: Formatting cleanups.
13298
13299 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13300
13301 * stabs.texinfo: When explaining the n_type of a stab, standardize
13302 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13303 no tabs, use @r).
13304 (Global Variables): Clean up.
13305
13306 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13307
13308 * stabs.texinfo (Stack Variables): Re-write.
13309
13310 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13311
13312 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13313 addresses of a source file. Also revise formatting.
13314 Change "object module" or "object file" to "source file".
13315 Various: Miscellaneous cleanups.
13316
13317 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13318
13319 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13320
13321 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13322
13323 * gdbint.texinfo: Removed many nonsensical machine-collected
13324 host and target conditionals, described some of the remainder.
13325
13326 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13329
13330 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13331 paragraph which follows.
13332
13333 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13334 variables. Looks better and avoids overful hbox.
13335
13336 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13337
13338 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13339
13340 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13341
13342 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13343 retransmit-timeout
13344
13345 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13346
13347 * gdbint.texinfo: Update statement about `some ancient Unix
13348 systems, like Ultrix 4.0' to Ultrix 4.2.
13349
13350 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13351
13352 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13353
13354 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13355
13356 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13357 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13358
13359 * remote.texi: new name for former gdbinv-s.texi
13360
13361 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13362
13363 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13364
13365 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13366 variables for MIPS remote debugging protocol.
13367
13368 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13369
13370 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13371
13372 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13373
13374 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13375
13376 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13377
13378 * gdb.texinfo: repair conditional bugs in text markup
13379
13380 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13381
13382 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13383 to select Modula-2 material.
13384
13385 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13386
13387 * stabs.texinfo: Cleanups regarding statics.
13388
13389 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13390 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13391
13392 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13393
13394 * stabs.texinfo: N_MAIN is sometimes used for C.
13395
13396 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13397
13398 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13399
13400 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13401
13402 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13403 removed from the code by Kingdon.
13404
13405 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13406
13407 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13408 input when evaluating breakpoint conditions; the bug has been fixed.
13409
13410 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13411 sets the ignore count to N-1, not to N.
13412
13413 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13414
13415 * refcard.tex (\hoffset): correct longstanding error to match
13416 intended offset; avoids cutting off edge on some printers
13417
13418 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13419
13420 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13421
13422 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13423
13424 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13425
13426 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13427
13428 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13429 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13430 collect sed edits if any, apply to refcard before formatting;
13431 (refcard.ps) stop implying PS fonts if PS output requested;
13432 (lrefcard.ps) delete extra target for variant PS fonts
13433
13434 * refcard.tex: parametrize papersize dependent info, collect
13435 in easily replaced spot
13436
13437 * a4rc.sed: new file, edits to refcard for A4 paper
13438
13439 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13440
13441 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13442
13443 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13444
13445 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13446
13447 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13448
13449 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13450 politely rather than rudely.
13451
13452 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13453
13454 * stabs.texinfo: Document common blocks.
13455
13456 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13457
13458 * stabs.texinfo: Add some basic info about stabs-in-elf.
13459
13460 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13461
13462 * stabs.texinfo (Top): Minor cleanup.
13463
13464 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13465
13466 * Makefile.in (install-info): remove parentdir support
13467
13468 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13469
13470 * gdb.texinfo (Copying): delete this node and references to it;
13471 RMS says this manual need not carry GPL. (passim): Improvements
13472 from last round at FSF, largely due to Ian Taylor review, and
13473 minor formatting improvements.
13474
13475 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13476 largely due to Ian Taylor review. (Debug Session): minor edits to
13477 new text.
13478
13479 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13480
13481 * Makefile.in (realclean): Remove info and dvi files too.
13482
13483 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13484
13485 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13486 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13487 * gdb.texinfo: Change accordingly.
13488
13489 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13490 N_{L,R}BRAC,N_SLINE are relative to.
13491
13492 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13493
13494 * Makefile.in (GDBvn.texi): Update atomically.
13495
13496 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13497
13498 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13499
13500 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13501
13502 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13503 addresses together. Also motivate the set print symbol-filename
13504 command and suggest other solutions.
13505
13506 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13507
13508 * gdb.texinfo (set print elements): Note that the number of
13509 elements is set to unlimited by "set print elements 0".
13510
13511 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13512
13513 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13514 NF_LDOUBLE means.
13515 (Stab Types): Include Solaris stab types.
13516 (Procedures): Document Solaris extensions.
13517
13518 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13519
13520 * gdb.texinfo: Add `set print symbol-filename' doc.
13521
13522 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13523
13524 * stabs.texinfo (Arrays): Talk about type definition vs. type
13525 information.
13526
13527 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13528 the trailing semicolon.
13529
13530 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13531
13532 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13533 and merge in other parts of the document addressing these subjects.
13534 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13535
13536 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13537 at the end of a range type.
13538
13539 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13540 AIX extensions.
13541
13542 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13543
13544 * stabs.texinfo (Stabs Format): Misc fixes.
13545
13546 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13547
13548 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13549 (Traditional builtin types): Document convex convention for long long.
13550 (Negative builtin types): Discuss type names, and misc fixes.
13551
13552 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13553
13554 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13555 point types used with @samp{R} type descriptor.
13556 (Symbol Descriptors): Describe how to handle conflict between
13557 different meanings of @samp{P} symbol descriptor.
13558
13559 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13560
13561 * stabs.texinfo: Remove node Quick Reference and put its children
13562 directly under the main menu.
13563
13564 * stabs.texinfo: Many more changes to bring it into line with
13565 AIX documentation and reality. I think it now has all the
13566 information from the AIX documentation, except that I burned
13567 out when I got to variant records (Pascal and Modula-2) and
13568 all the COBOL types. Oh well, we can add them later when we're
13569 worrying more about those languages.
13570
13571 * stabs.texinfo (Automatic variables): Talk about what it means
13572 to omit the symbol descriptor.
13573
13574 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13575
13576 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13577 gcc2 behavior with promoted args.
13578
13579 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13580
13581 * gdb.texinfo: include readline appendices in info version of manual
13582
13583 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13584
13585 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13586 target remote.
13587
13588 * gdb.texinfo (Machine Code): more index entries for disassemble
13589
13590 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13591
13592 * Clarify the intended use of the gdb-testers and gdb-patches
13593 mailing lists, and shrink gzip comment.
13594
13595 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13596
13597 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13598 DOSHOST configuration of manual.
13599
13600 * gdb.texinfo (MIPS Stack): new node.
13601
13602 * all-config.texi (MIPS) new switch.
13603
13604 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13605 tense; (MIPS Remote) new node.
13606
13607 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13608 bug; (Environment) less passive, other small cleanups in text about
13609 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13610 (Remote) new MIPS Remote menu entry.
13611
13612 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13613
13614 * stabs.texinfo: Many changes to include information from the
13615 AIX documentation.
13616
13617 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13618
13619 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13620
13621 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13622 Add PRINTF_HAS_LONG_LONG references.
13623
13624 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13625
13626 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13627 `set demangle-style arm' (not cfront); mention can type `q' to
13628 discard output, when gdb pages.
13629
13630 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13631
13632 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13633 Move a bunch of information from ../README.
13634 (Getting Started): New node.
13635
13636 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13637
13638 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13639
13640 * gdb.texinfo: advance manual revision dates to present
13641
13642 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13643 stop using silly Roman numerals in @set variable names
13644
13645 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13646
13647 * stabs.texinfo (Parameters): Keep trying to get this right.
13648
13649 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13650
13651 * stabs.texinfo (Parameters): More on "local parameters".
13652
13653 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13654
13655 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13656
13657 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13658
13659 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13660 (Parameters): Rewrite.
13661 (xcoff-differences, Sun-differences): Minor changes.
13662
13663 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13664
13665 * stabs.texinfo: Minor cleanup.
13666
13667 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13668
13669 * gdbint.texinfo: Minor xcoff stuff.
13670
13671 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13672
13673 * gdbint.texinfo: Update for new config directory structure.
13674 Add info about internal type data structures.
13675
13676 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13677
13678 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13679 $(srcdir).
13680 (gdb-config.texi): Depend on file in $(srcdir).
13681
13682 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13683
13684 * stabs.texinfo: Fixes about N_SO.
13685
13686 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13687
13688 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13689
13690 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13691
13692 * gdb.texinfo: include list of nonstandard init file names
13693
13694 * *-config.texi: new switch GENERIC for text that applies *only*
13695 to (usual) multiple-target version of manual
13696
13697 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13698 h8 config
13699
13700 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13701 in menus (rather than conditionally selected multiple alternative
13702 menus).
13703
13704 * Makefile.in: define and use DOC_CONFIG var to select
13705 configuration for GDB user manual.
13706
13707 * gdb-config.texi: delete from repository, generate from Makefile.
13708
13709 * all-config.texi: normal `generic' configuration file, formerly
13710 stored as gdb-config.texi
13711
13712 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13713
13714 * Makefile.in: add dvi target to build all .dvi files
13715
13716 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13717
13718 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13719
13720 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13721
13722 * stabs.texi: The `this' pointer is now known by the name
13723 `this' instead of `$t'.
13724
13725 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13726
13727 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13728 host conditionals.
13729 * stabs.texinfo: More array fixes inspired by Jim's.
13730
13731 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13732
13733 * stabs.texinfo: Fixes re arrays and continuations.
13734
13735 * gdbint.texinfo: Add XCOFF node.
13736
13737 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13738
13739 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13740
13741 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13742
13743 * stabs.texinfo: Fix for array types to mention lower bounds.
13744
13745 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13746
13747 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13748
13749 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13750
13751 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13752
13753 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13754
13755 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13756 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13757
13758 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13759
13760 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13761
13762 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13763
13764 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13765
13766 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13767
13768 * gdb.texinfo, gdbinv-s.texi: misc updates
13769
13770 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13771
13772 * gdbint.texinfo: Brief documentation for longjmp support,
13773 from an email msg by Stu.
13774
13775 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13776
13777 * stabs.texinfo: Fix description of floating point "range"
13778 types (which really define basic types). Reported by Jim Meehan,
13779 <meehan@src.dec.com>.
13780
13781 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13782
13783 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13784
13785 * gdbint.texinfo: Slightly expand section on supporting a new
13786 object file format.
13787
13788 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13789
13790 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13791 intermediate file.
13792
13793 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13794
13795 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13796
13797 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13798
13799 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13800
13801 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13802 as well as Z8002.
13803
13804 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13805
13806 * gdbint.texinfo (Host Conditionals): Remove
13807 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13808 MEM_FNS_DECLARED.
13809 (Target Conditionals): Remove all of the above.
13810
13811 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13812
13813 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13814 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13815
13816 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13817
13818 * gdbint.texinfo: Add sections on clean design and on how to send
13819 in changes.
13820
13821 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13822
13823 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13824
13825 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13826
13827 * gdbint.texinfo: nm.h now included in defs.h.
13828
13829 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13830
13831 * gdb.texinfo: Fix typo, reported by Karl Berry.
13832
13833 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13834
13835 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13836
13837 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13838
13839 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13840
13841 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13842
13843 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13844 (all @node commands): Use new form to avoid nitpicking errors.
13845 * gdbint.texinfo: Document host/native/target split.
13846
13847 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13848
13849 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13850
13851 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13852
13853 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13854
13855 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13856
13857 * gdbint.texinfo: fixed a stray email address (needs @@),
13858 added @table @code to node "Native Conditionals"
13859
13860 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13861
13862 * gdbint.texinfo: document a few more macros, create new section
13863 for native macros.
13864
13865 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13866
13867 * gdb.texinfo: Document command hooks.
13868
13869 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13870
13871 * gdbint.texinfo: Describe coding style of GDB.
13872
13873 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13874
13875 * stabs.texinfo: Minor wording changes.
13876
13877 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13878
13879 * gdbint.texinfo: Improve release doc slightly.
13880
13881 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13882
13883 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13884 for two new remote targets---29K using UDI, and Tandem ST2000
13885 using STDBUG.
13886
13887 * all.m4, none.m4: new m4 switch, _ST2000__
13888
13889 * all.m4: turn on H8/300 stuff for generic manual
13890
13891 * gdbinv-s.m4.in: remove text on special procedures to continue
13892 after explicit call to breakpoint() in serial stubs.
13893
13894 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13895
13896 * gdbint.texinfo: Improve doc of GDB config macros.
13897
13898 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13899
13900 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13901 These will be reinserted when examined.
13902
13903 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13904
13905 * gdb.texinfo: fix shameful error of agreement reported by
13906 jimb@occs.cs.oberlin.edu (Jim Blandy)
13907 * gdb.texinfo: remove old partial discussion of remote serial
13908 protocol (via serial debug stubs)
13909 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13910 use of serial debug stubs
13911
13912 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13913
13914 * gdbint.texinfo: Make a start at documenting all the #if macros
13915 in GDB. At least list them all, and start separating them into
13916 host-specific and target-specific.
13917
13918 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13919
13920 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13921 examples (not consistent w others).
13922 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13923 for generic vn of doc
13924
13925 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13926
13927 * Makefile.in: always create installation directories.
13928
13929 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13930
13931 * gdb.texinfo: in h8 config, do not describe searching commands.
13932
13933 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13934
13935 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13936 conditionals; introduce a few generic switches that may be
13937 useful for other cross-dev or dos-hosted configs.
13938
13939 * gdb.texinfo: fix typo in "info reg" description
13940
13941 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13942
13943 * stabs.texinfo: Minor updates from running TeX over it.
13944 * Makefile.in (stabs.dvi, stabs.ps): Add.
13945
13946 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13947
13948 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13949 First pass at converting it to texinfo.
13950
13951 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13952
13953 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13954 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13955
13956 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13957
13958 * gdbint.texinfo: Add section on partial symbol tables.
13959
13960 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13961
13962 * gdb.texinfo: Document new am29k setting.
13963
13964 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13965
13966 * gdb.texinfo: document `set remotedebug' and `set
13967 rstack_high_address'.
13968
13969 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13970
13971 * gdb.texinfo: slight expansion of new text on reading info files
13972 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13973 H8/300 from DOS.
13974
13975 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13976
13977 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13978
13979 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13980
13981 * gdb.texinfo: Say how to read the `info' files.
13982
13983 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13984
13985 * Makefile.in: gm4 -> m4.
13986
13987 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13988
13989 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13990 Documentation' ahead of `Installing GDB' to match README.
13991 Update shared library doc, -readnow and -mapped, and directory
13992 structure (add glob and mmalloc). Update configure doc.
13993
13994 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13995
13996 * Makefile.in: remove $(srcdir) from gdb.info rule.
13997
13998 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13999
14000 * Makefile.in: commented out gdb-all.texinfo rule. This is
14001 temporary.
14002
14003 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14004
14005 * Makefile.in, configure.in: removed traces of namesubdir,
14006 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14007 copyrights to '92, '13, changed some from Cygnus to FSF.
14008
14009 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
14010
14011 * gdb.texinfo: Improve how we ask for bug reports.
14012
14013 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14014
14015 * Makefile.in: infodir belongs in datadir.
14016
14017 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14018
14019 * Makefile.in: remove spaces following hyphens, bsd make can't
14020 cope. install using INSTALL_DATA. added clean-info. added
14021 standards.text support.
14022
14023 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14024
14025 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14026 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14027 and mandir now keyed off datadir by default.
14028
14029 \f
14030 Local Variables:
14031 mode: change-log
14032 left-margin: 8
14033 fill-column: 74
14034 version-control: never
14035 coding: utf-8
14036 End: